]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
gdb: Print compatible information within print_xml_feature
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
bb8d1260
SL
12020-06-23 Sandra Loosemore <sandra@codesourcery.com>
2
3 * lib/completion-support.exp (test_gdb_completion_offers_commands):
4 Adjust for omitted commands when TUI is disabled.
5
7e4b9c4c
GB
62020-06-23 Gary Benson <gbenson@redhat.com>
7 Pedro Alves <palves@redhat.com>
8
9 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
10 * gdb.cp/nsimport.cc: Likewise.
11 * gdb.cp/nsnested.cc: Likewise.
12 * gdb.cp/nsnoimports.cc: Likewise.
13 * gdb.cp/nsusing.cc: Likewise.
14 * gdb.cp/smartp.cc: Likewise.
15 * gdb.python/py-pp-integral.c: Likewise.
16 * gdb.python/py-pp-re-notag.c: Likewise.
17
2e573c0a
GB
182020-06-23 Gary Benson <gbenson@redhat.com>
19
20 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
21 * gdb.cp/nsimport.cc: Likewise.
22 * gdb.cp/nsnested.cc: Likewise.
23 * gdb.cp/nsnoimports.cc: Likewise.
24 * gdb.cp/nsusing.cc: Likewise.
25 * gdb.cp/smartp.cc: Likewise.
26 * gdb.python/py-pp-integral.c: Likewise.
27 * gdb.python/py-pp-re-notag.c: Likewise.
28
746ebfe8
PW
292020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
30
31 * gdb.base/default-args.exp: New test.
32 * gdb.base/default-args.c: New file.
33 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
34 * gdb.base/default.exp: Update to new help text.
35 * gdb.base/help.exp: Likewise.
36 * gdb.base/page.exp: Likewise.
37 * gdb.base/style.exp: Likewise.
38 * gdb.guile/guile.exp: Likewise.
39 * gdb.python/python.exp: Likewise.
40
e822f2cd
SL
412020-06-22 Sandra Loosemore <sandra@codesourcery.com>
42
43 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
44 remote host. Fix search path syntax on Windows host.
45
48e9cc84
PW
462020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
47
48 * gdb.base/attach.exp: Test priority of 'exec-file' changed
49 over 'exec-file-mismatch'.
50 * gdb.base/attach.c: Mark should_exit volatile.
51 * gdb.base/attach2.c: Likewise. Add a comment explaining
52 why the sleep cannot be big.
53 * gdb.base/attach3.c: New file.
54
160f8a8f
SL
552020-06-20 Sandra Loosemore <sandra@codesourcery.com>
56
57 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
58 prefix optional.
59
4d91c2a4
SL
602020-06-20 Sandra Loosemore <sandra@codesourcery.com>
61
62 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
63 for remote host.
64
87f83f20
SL
652020-06-19 Sandra Loosemore <sandra@codesourcery.com>
66 Hafiz Abid Qadeer <abidh@codesourcery.com>
67
68 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
69 file sent to remote host.
70 (top level): Allow int32_t as type of 32-bit register.
71
37ab8655
TV
722020-06-19 Tom de Vries <tdevries@suse.de>
73
74 * lib/gdb.exp (gdb_note): New proc.
75 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
76 (gdb_default_target_compile): ... here. Only call
77 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
78 (use_gdb_compile): Change to array.
79 (toplevel): Update sets of use_gdb_compile to specify language.
80 Warn about default_target_compile override. Store dejagnu's version
81 of default_target_compile in dejagnu_default_target_compile.
82
a8a56685
TV
832020-06-18 Tom de Vries <tdevries@suse.de>
84
85 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
86 (default_gdb_init): ... here.
87
581bea2c
SL
882020-06-17 Sandra Loosemore <sandra@codesourcery.com>
89
90 Fix TUI support checks in gdb.tui tests.
91
92 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
93 just say UNSUPPORTED.
94 * gdb.tui/corefile-run.exp: Likewise.
95 * gdb.tui/empty.exp: Likewise.
96 * gdb.tui/list-before.exp: Likewise.
97 * gdb.tui/list.exp: Likewise.
98 * gdb.tui/main.exp: Likewise.
99 * gdb.tui/regs.exp: Likewise.
100 * gdb.tui/resize.exp: Likewise.
101 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
102 * gdb.tui/tui-layout-asm.exp: Likewise.
103 * gdb.tui/tui-missing-src.exp: Likewise.
104 * gdb.tui/winheight.exp: Likewise.
105 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
106
05e682e3
SL
1072020-06-17 Sandra Loosemore <sandra@codesourcery.com>
108
109 Fix TCL error in gdb.python/py-format-string.exp.
110
111 * gdb.python/py-format-string.exp: Move test for python support
112 earlier, out of function body.
113
efb763a5
SM
1142020-06-15 Simon Marchi <simon.marchi@efficios.com>
115
116 * gdb.base/index-cache-load-twice.c: New.
117 * gdb.base/index-cache-load-twice.exp: New.
118
43327b20
KS
1192020-06-17 Keith Seitz <keiths@redhat.com>
120
99cf27cf 121 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
122 when executing "gdb --configuration".
123
081e778c
TV
1242020-06-17 Tom de Vries <tdevries@suse.de>
125
126 * lib/gdb.exp (gdb_tcl_unknown): New proc.
127 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
128 conditional on presence of gdb_tcl_unknown.
129 (gdb_finish): Make override undo conditional on presence of
130 gdb_tcl_unknown.
131
d2d1ea20
TT
1322020-06-16 Tom Tromey <tom@tromey.com>
133
134 * gdb.python/tui-window.py (failwin): New function. Register it
135 as a TUI window type.
136 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
137
c802e8a7
GB
1382020-06-16 Gary Benson <gbenson@redhat.com>
139
140 * gdb.python/py-nested-maps.c (create_map): Add missing return
141 value.
142 (create_map_map): Likewise.
143
ff08abb8
TBA
1442020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
145
146 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
147 variable.
148 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
149 and use the already-defined 'options' variable.
150
a29d5112
AB
1512020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
152 Tom de Vries <tdevries@suse.de>
153
154 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
155 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
156 (gdb_setup_known_globals): New proc.
157 (gdb_cleanup_globals): New proc.
158 * lib/gdb.exp (load_lib): New override proc.
159 (gdb_stdin_log_init): Set var in_file as persistent global.
160 * lib/pascal.exp (gdb_stdin_log_init): Set vars
161 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
162 fpc_compiler as persistent global.
163
8c74a764
TV
1642020-06-12 Tom de Vries <tdevries@suse.de>
165
166 * lib/tuiterm.exp (spawn): Rename to ...
167 (tui_spawn): ... this.
168 (toplevel): Move rename of spawn ...
169 (gdb_init_tuiterm): ... here. New proc.
170 (gdb_finish_tuiterm): New proc.
171 * lib/gdb.exp (gdb_finish_hooks): New global var.
172 (gdb_finish): Handle gdb_finish_hooks.
173 (tuiterm_env): New proc.
174 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
175 tuiterm_env.
176 * gdb.tui/basic.exp: Same.
177 * gdb.tui/corefile-run.exp: Same.
178 * gdb.tui/empty.exp: Same.
179 * gdb.tui/list-before.exp: Same.
180 * gdb.tui/list.exp: Same.
181 * gdb.tui/main.exp: Same.
182 * gdb.tui/new-layout.exp: Same.
183 * gdb.tui/regs.exp: Same.
184 * gdb.tui/resize.exp: Same.
185 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
186 * gdb.tui/tui-layout-asm.exp: Same.
187 * gdb.tui/tui-missing-src.exp: Same.
188 * gdb.tui/winheight.exp: Same.
189
26783bce
TV
1902020-06-12 Tom de Vries <tdevries@suse.de>
191
192 PR testsuite/26110
193 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
194 (gdb_finish): Reinstall dejagnu's override of ::unknown.
195
2b4e6a3f
TT
1962020-06-11 Tom Tromey <tom@tromey.com>
197
198 PR gdb/18318:
199 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
200 floating point tests.
201
2f33032a
KS
2022020-06-11 Keith Seitz <keiths@redhat.com>
203
204 PR gdb/21356
205 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
206 vla_struct.
207 Add new struct vla_typedef and union vla_typedef_union and
208 corresponding instantiation objects.
209 Initialize new objects.
210 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
211 and vla_typedef_union_object.
212 Fixup type for vla_struct_object.
213
a8baf0a3
TV
2142020-06-11 Tom de Vries <tdevries@suse.de>
215
216 * lib/gdb.exp (with_override): New proc, factored out of ...
217 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
218
7ab96794
TV
2192020-06-10 Tom de Vries <tdevries@suse.de>
220
221 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
222
cab5c3b7
SM
2232020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
224
225 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
226 parameter, update callers.
227
f8c41851
SM
2282020-06-04 Simon Marchi <simon.marchi@efficios.com>
229
230 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
231 * gdb.dwarf2/share-psymtabs-bt.c: New file.
232 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
233
1c07a73f
TV
2342020-06-04 Tom de Vries <tdevries@suse.de>
235
236 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
237
95146b5d
TV
2382020-06-04 Tom de Vries <tdevries@suse.de>
239
240 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
241 exp_continue.
242
0cfcd4f0
TV
2432020-06-04 Tom de Vries <tdevries@suse.de>
244
245 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
246
f9b5d5ea
TV
2472020-06-03 Tom de Vries <tdevries@suse.de>
248
249 PR symtab/26046
250 * gdb.cp/breakpoint-locs-2.cc: New test.
251 * gdb.cp/breakpoint-locs.cc: New test.
252 * gdb.cp/breakpoint-locs.exp: New file.
253 * gdb.cp/breakpoint-locs.h: New test.
254
5144dfba
TV
2552020-06-03 Tom de Vries <tdevries@suse.de>
256
257 PR testsuite/25609
258 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
259 value of global verbose.
260 * gdb.base/jit-elf.exp: Same.
261 * gdb.base/jit-reader.exp: Same.
262
621eacdf
TV
2632020-06-02 Tom de Vries <tdevries@suse.de>
264
265 * gdb.dwarf2/multidictionary.exp: Don't use
266 gdb_spawn_with_cmdline_opts.
267
1313c56e
AB
2682020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
269
270 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
271 use_header case.
272 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
273 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
274 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
275 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
276 * gdb.dwarf2/dw2-inline-header.c: New file.
277 * gdb.dwarf2/dw2-inline-header.h: New file.
278
f68f85b5
PA
2792020-05-30 Pedro Alves <palves@redhat.com>
280
281 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
282 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
283
678048e8
GB
2842020-05-29 Gary Benson <gbenson@redhat.com>
285
286 * gdb.compile/compile-cplus.exp (additional_flags): Also
287 set when building with clang.
288 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
289 when building with clang.
290
9fcafd23
GB
2912020-05-29 Gary Benson <gbenson@redhat.com>
292
293 * gdb.arch/i386-avx.exp (additional_flags): Also set when
294 building with clang.
295 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
296
735d5a07
GB
2972020-05-29 Gary Benson <gbenson@redhat.com>
298
299 * gdb.cp/koenig.exp (prepare_for_testing): Add
300 additional_flags=-Wno-unused-comparison.
301 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
302
4ad2c6a0
GB
3032020-05-28 Gary Benson <gbenson@redhat.com>
304
305 * gdb.base/sigaltstack.c (catcher): Add default case to switch
306 statement.
307
09fe663e
GB
3082020-05-28 Gary Benson <gbenson@redhat.com>
309
310 * gdb.cp/classes.exp (prepare_for_testing): Add
311 additional_flags=-Wno-deprecated-register.
312 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
313 * gdb.cp/misc.exp: Likewise.
314
cee00f17
GB
3152020-05-28 Gary Benson <gbenson@redhat.com>
316
317 * gdb.linespec/cpls-ops.cc (dummy): New static global.
318 (test_op_new::operator new): Add return statement.
319 (test_op_new_array::operator new[]): Likewise.
320
636edd00
PA
3212020-05-27 Pedro Alves <palves@redhat.com>
322
323 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
324 check. Use test_gdb_complete_unique instead of
325 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
326 test_gdb_complete_multiple instead of
327 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
328
c2b75043
LM
3292020-05-27 Luis Machado <luis.machado@linaro.org>
330
331 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
332 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
333 * gdb.arch/arm-disassembler-options.exp: Likewise.
334 * gdb.arch/arm-disp-step.exp: Likewise.
335 * gdb.arch/thumb-prologue.exp: Likewise.
336 * gdb.base/async.exp: Likewise.
337 * gdb.base/auxv.exp: Likewise.
338 * gdb.base/complex-parts.exp: Likewise.
339 * gdb.base/ena-dis-br.exp: Likewise.
340 * gdb.base/foll-exec.exp: Likewise.
341 * gdb.base/permissions.exp: Likewise.
342 * gdb.base/relocate.exp: Likewise.
343 * gdb.base/return2.exp: Likewise.
344 * gdb.base/sigbpt.exp: Likewise.
345 * gdb.base/siginfo-obj.exp: Likewise.
346 * gdb.cp/converts.exp: Likewise.
347 * gdb.cp/exceptprint.exp: Likewise.
348 * gdb.cp/inherit.exp: Likewise.
349 * gdb.cp/nsnoimports.exp: Likewise.
350 * gdb.cp/virtbase2.exp: Likewise.
351 * gdb.mi/mi-var-cmd.exp: Likewise.
352 * gdb.mi/var-cmd.c: Likewise.
353
53a47a3e
TT
3542020-05-26 Tom Tromey <tromey@adacore.com>
355
356 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
357
0bc2354b
TT
3582020-05-26 Tom Tromey <tromey@adacore.com>
359
360 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
361 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
362 type.
363 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
364 variable.
365
0db49895
CBG
3662020-05-26 Christian Biesinger <cbiesinger@google.com>
367
368 * Makefile.in: Use = instead of == for the test command
369 for portability.
370
40d22035
TV
3712020-05-26 Tom de Vries <tdevries@suse.de>
372
373 * gdb.base/gold-gdb-index-2.c: New test.
374 * gdb.base/gold-gdb-index.c: New test.
375 * gdb.base/gold-gdb-index.exp: New file.
376 * gdb.base/gold-gdb-index.h: New test.
377
043e2e02
TV
3782020-05-25 Tom de Vries <tdevries@suse.de>
379
380 * boards/gold-gdb-index.exp: New file.
381
462f72c5
SM
3822020-05-25 Simon Marchi <simon.marchi@efficios.com>
383
384 * boards/simavr.exp: New file.
385
6cf66e76
SM
3862020-05-25 Simon Marchi <simon.marchi@efficios.com>
387
388 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
389 * gdb.base/inferior-args.exp: New file.
390 * gdb.base/inferior-args.c: New file.
391
75d04512
SM
3922020-05-25 Simon Marchi <simon.marchi@efficios.com>
393
394 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
395 inferior_args. Pass it to gdb_reload.
396 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
397 inferior_args.
398 (gdb_reload): Add inferior_args argument.
399 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
400 pass it to gdbserver_run.
401 * boards/native-gdbserver.exp: Do not set noargs.
402 * boards/native-extended-gdbserver.exp (gdb_reload): Add
403 inferior_args argument.
404 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
405 * gdb.base/a2-run.exp: Check for use_gdb_stub.
406 * gdb.base/args.exp: Likewise.
407
42cf1844
TV
4082020-05-25 Tom de Vries <tdevries@suse.de>
409
410 * lib/gdb.exp (exec_is_pie): Add comment.
411
8f7d38ef
TV
4122020-05-25 Tom de Vries <tdevries@suse.de>
413
414 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
415 instead of $binfile in the untested message.
416
465e1b0f
TV
4172020-05-25 Tom de Vries <tdevries@suse.de>
418
419 PR testsuite/26031
420 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
421
3c5a0e02
TV
4222020-05-25 Tom de Vries <tdevries@suse.de>
423
424 * boards/gold.exp: New file.
425
0a4f5f8c
TT
4262020-05-23 Tom Tromey <tom@tromey.com>
427
428 * gdb.base/style.exp: Remove completion styling test.
429 * lib/gdb-utils.exp (style): Remove completion styles.
430
eca1f90c
TT
4312020-05-23 Tom Tromey <tom@tromey.com>
432
433 * gdb.base/style.exp: Add completion styling test.
434 * lib/gdb-utils.exp (style): Add completion styles.
435
7c13f4e8
AB
4362020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
437
438 * gdb.base/annota1.exp: Update expected results.
439 * gdb.cp/annota2.exp: Update expected results, remove duplicate
440 test name.
441 * gdb.cp/annota3.exp: Update expected results.
442
41977d16
SM
4432020-05-20 Simon Marchi <simon.marchi@efficios.com>
444
445 PR gdb/26016
446 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
447 against MAP_FAILED.
448 * gdb.base/coremaker.c (mmapdata): Likewise.
449 * gdb.base/jit-reader-host.c (main): Likewise.
450 * gdb.base/sym-file-loader.c (load): Likewise.
451 (load_shlib): Likewise.
452
b4757f2e
TT
4532020-05-20 Tom Tromey <tromey@adacore.com>
454
455 * gdb.ada/array_char_idx.exp: Recognize initialized array.
456
9a0bacfb
TV
4572020-05-20 Tom de Vries <tdevries@suse.de>
458
459 PR symtab/25833
460 * gdb.base/with-mf-inc.c: New test.
461 * gdb.base/with-mf-main.c: New test.
462 * gdb.base/with-mf.exp: New file.
463
76571211
TT
4642020-05-19 Tom Tromey <tromey@adacore.com>
465
466 * gdb.rust/simple.exp: Restore missing test result.
467
4cd9f3d5
TV
4682020-05-19 Tom de Vries <tdevries@suse.de>
469
470 * gdb.base/gdb-caching-proc.exp: Fix typo.
471
7d874253
TT
4722020-05-19 Tom Tromey <tromey@adacore.com>
473
474 * gdb.rust/simple.exp: Add some test descriptions.
475 (test_one_slice): Use with_test_prefix.
476
1d727695
TV
4772020-05-18 Tom de Vries <tdevries@suse.de>
478
479 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
480
7f32a4d5
PA
4812020-05-17 Pedro Alves <palves@redhat.com>
482
483 PR gdb/25741
484 * gdb.base/hw-sw-break-same-address.exp: New file.
485
7cfd74cf
PA
4862020-05-16 Pedro Alves <palves@redhat.com>
487
488 * gdb.multi/multi-re-run.exp (test_re_run): Switch
489 LAST_LOADED_FILE accordingly.
490
57b4f16e
PW
4912020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
492
493 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
494
7c05caf7
PW
4952020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
496
497 * gdb.base/help.exp: Test apropos and help for commands
498 having aliases. Fixed comments not starting with an
499 upper-case letter or not finishing with a dot.
500
7aa1b46f
PW
5012020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
502
3b3aaacb
PW
503 * gdb.base/alias.exp: Update help output check.
504
57b4f16e 5052020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 506
7aa1b46f
PW
507 * gdb.base/default.exp: Update output following fixes.
508
0605465f
PW
5092020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
510
511 * gdb.base/alias.exp: Test aliases starting with a prefix of
512 another alias.
513
86e4e63d
GB
5142020-05-15 Gary Benson <gbenson@redhat.com>
515
516 * gdb.base/info-os.c (main): Add return statement.
517 * gdb.base/info_minsym.c (minsym_fun): Likewise.
518 * gdb.base/large-frame-2.c (func): Likewise.
519 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
520 * gdb.base/pr10179-b.c (foo2): Likewise.
521 * gdb.base/valgrind-disp-step.c (foo): Likewise.
522 * gdb.base/watch-cond.c (func): Likewise.
523 * gdb.multi/goodbye.c (verylongfun): Likewise.
524 * gdb.multi/hello.c (commonfun): Likewise.
525 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
526 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
527 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
528 Likewise.
529 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
530 * gdb.threads/interrupt-while-step-over.c (child_function):
531 Likewise.
532 * gdb.trace/actions-changed.c (end): Likewise.
533
163df4df
GB
5342020-05-15 Gary Benson <gbenson@redhat.com>
535
536 * gdb.opencl/callfuncs.exp: Report when test skipped.
537 * gdb.opencl/convs_casts.exp: Likewise.
538 * gdb.opencl/datatypes.exp: Likewise.
539 * gdb.opencl/operators.exp: Likewise.
540 * gdb.opencl/vec_comps.exp: Likewise.
541
6dbc505a
TV
5422020-05-15 Tom de Vries <tdevries@suse.de>
543
544 * gdb.base/align.exp.in: Rename to ...
545 * gdb.base/align.exp.tcl: ... this.
546 * gdb.base/align-c++.exp: Update.
547 * gdb.base/align-c.exp: Update.
548 * gdb.base/all-architectures.exp.in: Rename to ...
549 * gdb.base/all-architectures.exp: ... this.
550 * gdb.base/all-architectures-0.exp: Update.
551 * gdb.base/all-architectures-1.exp: Update.
552 * gdb.base/all-architectures-2.exp: Update.
553 * gdb.base/all-architectures-3.exp: Update.
554 * gdb.base/all-architectures-4.exp: Update.
555 * gdb.base/all-architectures-5.exp: Update.
556 * gdb.base/all-architectures-6.exp: Update.
557 * gdb.base/all-architectures-7.exp: Update.
558 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
559 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
560 * gdb.base/infcall-nested-structs-c++.exp: Update.
561 * gdb.base/infcall-nested-structs-c.exp: Update.
562 * gdb.base/info-types.exp.in: Rename to ...
563 * gdb.base/info-types.exp.tcl: ... this.
564 * gdb.base/info-types-c++.exp: Update.
565 * gdb.base/info-types-c.exp: Update.
566 * gdb.base/max-depth.exp.in: Rename to ...
567 * gdb.base/max-depth.exp.tcl: ... this.
568 * gdb.base/max-depth-c++.exp: Update.
569 * gdb.base/max-depth-c.exp: Update.
570 * gdb.cp/cpexprs.exp.in: Rename to ...
571 * gdb.cp/cpexprs.exp.tcl: ... this.
572 * gdb.cp/cpexprs-debug-types.exp: Update.
573 * gdb.cp/cpexprs.exp: Update.
574 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
575 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
576 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
577 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
578 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
579 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
580 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
581 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
582 * gdb.dwarf2/clang-debug-names-2.exp: Update.
583 * gdb.dwarf2/clang-debug-names.exp: Update.
584
d1034d78
AB
5852020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
586
587 * lib/check-test-names.exp: Remove code that prevents this file
588 loading when tests are run in parallel.
589
3c5c3649
PA
5902020-05-15 Pedro Alves <palves@redhat.com>
591
592 * gdb.multi/multi-kill.exp (start_inferior): Remove
593 'testpid' parameter. Refer to namespace variable directly.
594 (testpid): Declare as namespace variable.
595
272c36b8
PA
5962020-05-15 Pedro Alves <palves@redhat.com>
597
598 * gdb.multi/multi-kill.exp: Wrap in namespace.
599 (start_inferior): Add TESTPID parameter. Use it instead of the
600 testpid global.
601 (top level): Define empty TESTPID array, and pass it down to
602 start_inferior.
603
02eba61a
TV
6042020-05-14 Tom de Vries <tdevries@suse.de>
605
606 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
607 output.
608
971a3747
TV
6092020-05-14 Tom de Vries <tdevries@suse.de>
610
611 * gdb.base/align.exp: Split into ...
612 * gdb.base/align.exp.in: ...
613 * gdb.base/align-c++.exp: ...
614 * gdb.base/align-c.exp: ... these.
615 * gdb.base/infcall-nested-structs.exp: Split into ...
616 * gdb.base/infcall-nested-structs.exp.in: ...
617 * gdb.base/infcall-nested-structs-c++.exp: ...
618 * gdb.base/infcall-nested-structs-c.exp: ... these.
619 * gdb.base/info-types.exp: Split into ...
620 * gdb.base/info-types.exp.in: ...
621 * gdb.base/info-types-c++.exp: ...
622 * gdb.base/info-types-c.exp: ... these.
623 * gdb.base/max-depth.exp: Split into ...
624 * gdb.base/max-depth.exp.in: ...
625 * gdb.base/max-depth-c++.exp: ...
626 * gdb.base/max-depth-c.exp: ... these.
627 * gdb.cp/infcall-nodebug.exp: Split into ...
628 * gdb.cp/infcall-nodebug.exp.in: ...
629 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
630 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
631 * gdb.cp/infcall-nodebug-c-d0.exp: ...
632 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
633
a05575d3
TBA
6342020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
635 Pedro Alves <palves@redhat.com>
636
637 * gdb.multi/multi-exit.c: New file.
638 * gdb.multi/multi-exit.exp: New file.
639 * gdb.multi/multi-kill.c: New file.
640 * gdb.multi/multi-kill.exp: New file.
641
6ad82919
TBA
6422020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
643
644 * gdb.base/annota1.exp: Update the expected output.
645 * gdb.cp/annota2.exp: Ditto.
646
843f4d93
AB
6472020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
648
649 * lib/check-test-names.exp: Disable when testing is being run in
650 parallel.
651
c7c66341
TV
6522020-05-12 Tom de Vries <tdevries@suse.de>
653
654 * gdb.base/jit-elf.exp: Fix string concat.
655
1b59ca1c
TV
6562020-05-12 Tom de Vries <tdevries@suse.de>
657
658 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
659 messages.
660
b4991d29
TV
6612020-05-12 Tom de Vries <tdevries@suse.de>
662
663 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
664
dbb0ab10
TV
6652020-05-12 Tom de Vries <tdevries@suse.de>
666
667 * gdb.ada/catch_ex.exp: Use with_test_prefix.
668 * gdb.ada/mi_catch_ex.exp: Same.
669 * gdb.ada/mi_catch_ex_hand.exp: Same.
670
7549fed8
TV
6712020-05-12 Tom de Vries <tdevries@suse.de>
672
673 * gdb.fortran/complex.exp: Use with_test_prefix.
674
af2d5cd8
TV
6752020-05-12 Tom de Vries <tdevries@suse.de>
676
677 * gdb.trace/passcount.exp: Fix test-names.
678
7c121311
TV
6792020-05-12 Tom de Vries <tdevries@suse.de>
680
681 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
682
c9f3b40e
TV
6832020-05-12 Tom de Vries <tdevries@suse.de>
684
685 * gdb.gdb/complaints.exp: Use with_test_prefix.
686 * gdb.xml/tdesc-regs.exp: Same.
687 * gdb.opt/inline-locals.exp: Fix test name.
688
111b33f0
TV
6892020-05-12 Tom de Vries <tdevries@suse.de>
690
691 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
692 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
693 * gdb.dwarf2/implref-struct.exp: Same.
694 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
695 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
696
ebf47080
SM
6972020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
698
699 * gdb.base/jit-so.exp (one_jit_test): Change test name.
700
d30dcd12
AB
7012020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
702
703 * lib/check-test-names.exp (all_test_names): New module variable.
704 (counts): Add 'duplicates' field.
705 (_check_duplicates): New procedure.
706 (check): Also check for duplicates.
707 (do_log_summary): Print duplicates count.
708 (do_reset_vars): Reset counter for duplicate test names, and
709 discard all know test names.
710
34584c09
AB
7112020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
712
713 * lib/gdb.exp: Include check-test-names.exp library.
714 * lib/check-test-names.exp: New file.
715
e0002117
TV
7162020-05-11 Tom de Vries <tdevries@suse.de>
717
718 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
719
53f539a3
KS
7202020-05-11 Keith Seitz <keiths@redhat.com>
721
722 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
723
113ee09a
TV
7242020-05-11 Tom de Vries <tdevries@suse.de>
725
726 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
727 * gdb.cp/cpexprs.exp.in: .. here.
728 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
729 cpexprs.exp.
730
ba3e70b0
KS
7312020-05-11 Keith Seitz <keiths@redhat.com>
732
733 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
734 test names.
735 * gdb.ada/arrayptr.exp: Likewise.
736 * gdb.ada/assign_arr.exp: Likewise.
737 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
738 * gdb.ada/bp_on_var.exp: Likewise.
739 * gdb.ada/call_pn.exp: Likewise.
740 * gdb.ada/complete.exp: Likewise.
741 * gdb.ada/fun_overload_menu.exp: Likewise.
742 * gdb.ada/funcall_param.exp: Likewise.
743 * gdb.ada/funcall_ref.exp: Likewise.
744 * gdb.ada/packed_array_assign.exp: Likewise.
745 * gdb.ada/same_component_name.exp: Likewise.
746 * gdb.ada/type_coercion.exp: Likewise.
747 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
748 * gdb.ada/variant_record_packed_array.exp: Likewise.
749
3ee6bb11
TV
7502020-05-11 Tom de Vries <tdevries@suse.de>
751
752 PR symtab/25941
753 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
754 out of ...
755 * gdb.dwarf2/clang-debug-names.exp: ... here.
756 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
757 clang-debug-names.exp.in.
758 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
759 * gdb.dwarf2/clang-debug-names-2.c: New test.
760
86cd6bc8
AKS
7612020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
762
763 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
764 (fortran_runto_main): New Proc, fortran version of runto_main.
765 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
766 * gdb.fortran/array-bounds.exp: Likewise.
767 * gdb.fortran/array-slices.exp: Likewise.
768 * gdb.fortran/block-data.exp: Likewise.
769 * gdb.fortran/charset.exp: Likewise.
770 * gdb.fortran/common-block.exp: Likewise.
771 * gdb.fortran/complex.exp: Likewise.
772 * gdb.fortran/derived-type-function.exp: Likewise.
773 * gdb.fortran/derived-type.exp: Likewise.
774 * gdb.fortran/info-modules.exp: Likewise.
775 * gdb.fortran/info-types.exp: Likewise.
776 * gdb.fortran/intrinsics.exp: Likewise.
777 * gdb.fortran/library-module.exp: Likewise.
778 * gdb.fortran/logical.exp: Likewise.
779 * gdb.fortran/max-depth.exp: Likewise.
780 * gdb.fortran/module.exp: Likewise.
781 * gdb.fortran/multi-dim.exp: Likewise.
782 * gdb.fortran/nested-funcs.exp: Likewise.
783 * gdb.fortran/print-formatted.exp: Likewise.
784 * gdb.fortran/print_type.exp: Likewise.
785 * gdb.fortran/printing-types.exp: Likewise.
786 * gdb.fortran/ptr-indentation.exp: Likewise.
787 * gdb.fortran/ptype-on-functions.exp: Likewise.
788 * gdb.fortran/subarray.exp: Likewise.
789 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
790 * gdb.fortran/vla-datatypes.exp: Likewise.
791 * gdb.fortran/vla-history.exp: Likewise.
792 * gdb.fortran/vla-ptr-info.exp: Likewise.
793 * gdb.fortran/vla-ptype-sub.exp: Likewise.
794 * gdb.fortran/vla-ptype.exp: Likewise.
795 * gdb.fortran/vla-sizeof.exp: Likewise.
796 * gdb.fortran/vla-type.exp: Likewise.
797 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
798 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
799 * gdb.fortran/vla-value-sub.exp: Likewise.
800 * gdb.fortran/vla-value.exp: Likewise.
801 * gdb.fortran/whatis_type.exp: Likewise.
802 * gdb.mi/mi-var-child-f.exp: Likewise.
803
6dc55ce9 8042020-05-09 Tom de Vries <tdevries@suse.de>
805
806 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
807
283cb58c
TV
8082020-05-08 Tom de Vries <tdevries@suse.de>
809
810 * gdb.dwarf2/clang-debug-names.c: New test.
811 * gdb.dwarf2/clang-debug-names.exp: New file.
812
ac4a4f1c
SM
8132020-05-06 Simon Marchi <simon.marchi@efficios.com>
814
815 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
816 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
817
24fe640b
TV
8182020-05-06 Tom de Vries <tdevries@suse.de>
819
820 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
821 breakpoint is at a "recommended breakpoint location".
822 * gdb.reverse/consecutive-reverse.exp: Same.
823
0d8683a3
TV
8242020-05-06 Tom de Vries <tdevries@suse.de>
825
826 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
827 address.
828
b8983c46
TV
8292020-05-06 Tom de Vries <tdevries@suse.de>
830
831 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
832
abf6d805
TV
8332020-05-06 Tom de Vries <tdevries@suse.de>
834
835 * gdb.base/store.exp (check_set, up_set): Allowing missing location
836 info for r.
837
0fc2a808
TV
8382020-05-06 Tom de Vries <tdevries@suse.de>
839
840 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
841 necessary.
842
873dd427
TV
8432020-05-06 Tom de Vries <tdevries@suse.de>
844
845 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
846 void.
847
7c99e7e2
TV
8482020-05-06 Tom de Vries <tdevries@suse.de>
849
850 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
851 of ...
852 * gdb.base/async.exp: ... here.
853 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
854 "recommended breakpoint location".
855
6173d6a6
TV
8562020-05-06 Tom de Vries <tdevries@suse.de>
857
858 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
859
6015a067
TV
8602020-05-04 Tom de Vries <tdevries@suse.de>
861
862 * gdb.base/async.exp: Check whether instruction addresses are a
863 "recommended breakpoint location".
864
3b6acaee
TT
8652020-05-03 Tom Tromey <tom@tromey.com>
866
867 * gdb.base/sepdebug.exp: Remove "catch" test.
868 * gdb.base/break.exp: Remove "catch" test.
869 * gdb.base/default.exp: Update expected output.
870
5beb4d17
TV
8712020-05-02 Tom de Vries <tdevries@suse.de>
872
873 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
874 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
875 * gdb.arch/i386-mpx-map.exp: Same.
876 * gdb.arch/i386-mpx-sigsegv.exp: Same.
877 * gdb.arch/i386-mpx-simple_segv.exp: Same.
878 * gdb.arch/i386-mpx.exp: Same.
879
8caf140d
TV
8802020-05-02 Tom de Vries <tdevries@suse.de>
881
882 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
883
693196cb
TV
8842020-05-01 Tom de Vries <tdevries@suse.de>
885
886 * gdb.ada/operator_bp.exp: Allow more than required amount of
887 breakpoint.
888
53ae0aa9
TV
8892020-05-01 Tom de Vries <tdevries@suse.de>
890
891 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
892
ee9d1e5f
HD
8932020-04-30 Hannes Domani <ssbssa@yahoo.de>
894
895 PR gdb/18706
896 * gdb.cp/stub-array-size.cc: New test.
897 * gdb.cp/stub-array-size.exp: New file.
898 * gdb.cp/stub-array-size.h: New test.
899 * gdb.cp/stub-array-size2.cc: New test.
900
d5cf82c0
HD
9012020-04-30 Hannes Domani <ssbssa@yahoo.de>
902
903 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
904 output to the new format.
905
42e165c3
SM
9062020-04-29 Simon Marchi <simon.marchi@efficios.com>
907
908 * gdb.base/break.exp: Use with_test_prefix.
909
6e4e3fe1
TV
9102020-04-29 Tom de Vries <tdevries@suse.de>
911
912 * lib/gdb.exp (debug_types): New proc.
913 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
914 * gdb.python/py-symtab.exp: Same.
915
d642b692
HD
9162020-04-29 Hannes Domani <ssbssa@yahoo.de>
917
918 PR gdb/17320
919 * gdb.base/pretty-array.c: New test.
920 * gdb.base/pretty-array.exp: New file.
921
ea90f227
TV
9222020-04-29 Tom de Vries <tdevries@suse.de>
923
924 PR symtab/25889
925 * gdb.cp/cpexprs.exp: Adapt for inclusion.
926 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
927 and include cpexprs.exp.
928
a65189c9
TV
9292020-04-28 Mark Williams <mark@myosotissp.com>
930
931 PR gdb/24480
932 * dw4-toplevel-types.exp: Test for top level types.
933 * dw4-toplevel-types.cc: Test for top level types.
934
32d1f47a
TBA
9352020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
936
937 * gdb.threads/stop-with-handle.exp: Fix typo in comment
938 (theads -> threads).
939
56a4f5a1
TV
9402020-04-28 Tom de Vries <tdevries@suse.de>
941
942 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
943
0b2f8a3b
TV
9442020-04-28 Tom de Vries <tdevries@suse.de>
945
946 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
947
5390c717
TV
9482020-04-28 Tom de Vries <tdevries@suse.de>
949
950 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
951
15cd93d0
TV
9522020-04-28 Tom de Vries <tdevries@suse.de>
953
954 * gdb.dwarf2/main-foo.c: New test.
955 * gdb.dwarf2/struct-with-sig.exp: New file.
956
d472f0fb
TV
9572020-04-25 Tom de Vries <tdevries@suse.de>
958
959 * boards/debug-types.exp: New file.
960
8d840e05
AB
9612020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
962
963 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
964
bcfe6157
TT
9652020-04-24 Tom Tromey <tom@tromey.com>
966
967 PR symtab/12707:
968 * gdb.python/py-symbol.exp: Update expected results for
969 linkage_name test.
970 * gdb.cp/print-demangle.exp: New file.
971 * gdb.base/c-linkage-name.exp: Fix test.
972 * gdb.guile/scm-symbol.exp: Update expected results for
973 linkage_name test.
974
f049a313
TT
9752020-04-24 Tom Tromey <tom@tromey.com>
976
977 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
978 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
979 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
980 assembler.
981
7cf28874
TV
9822020-04-24 Tom de Vries <tdevries@suse.de>
983
984 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
985 C++.
986
dac2fef7
TT
9872020-04-24 Tom Tromey <tromey@adacore.com>
988
989 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
990 values.
991 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
992 values. Update test for minimal encodings.
993 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
994 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
995 values. Update test for minimal encodings.
996
1acda803
TT
9972020-04-24 Tom Tromey <tromey@adacore.com>
998
999 PR python/23662:
1000 * gdb.ada/variant.exp: Add Python checks.
1001 * gdb.rust/simple.exp: Add dynamic type checks.
1002
adfb9815
TT
10032020-04-24 Tom Tromey <tromey@adacore.com>
1004
1005 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1006 Make array type matching more lax.
1007 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1008 * gdb.ada/mi_variant.exp: New file.
1009 * gdb.ada/mi_variant/pck.ads: New file.
1010 * gdb.ada/mi_variant/pkg.adb: New file.
1011 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1012 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1013
7d79de9a
TT
10142020-04-24 Tom Tromey <tromey@adacore.com>
1015
1016 * gdb.ada/variant.exp: Add dynamic field offset tests.
1017 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1018 * gdb.ada/variant/pkg.adb: Add new variables.
1019
f8e89861
TT
10202020-04-24 Tom Tromey <tromey@adacore.com>
1021
1022 * gdb.ada/variant.exp: New file
1023 * gdb.ada/variant/pkg.adb: New file
1024 * gdb.ada/variant/pck.adb: New file
1025
86e887ae
TV
10262020-04-24 Tom de Vries <tdevries@suse.de>
1027
1028 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1029
88428775
TV
10302020-04-24 Tom de Vries <tdevries@suse.de>
1031
1032 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1033 flags.
1034
4e86f6e7
TV
10352020-04-24 Tom de Vries <tdevries@suse.de>
1036
1037 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1038
2016d3e6
TV
10392020-04-24 Tom de Vries <tdevries@suse.de>
1040
1041 * lib/gdb.exp (default_gdb_start): Handle eof.
1042 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1043 failure.
1044 * gdb.base/readnever.exp: Handle clean_restart failure.
1045
70bc38f5
TV
10462020-04-23 Tom de Vries <tdevries@suse.de>
1047
1048 * gdb.base/decl-before-def.exp: Run to main and print a again.
1049
de82891c
TV
10502020-04-23 Tom de Vries <tdevries@suse.de>
1051
1052 * gdb.base/decl-before-def-decl.c: New test.
1053 * gdb.base/decl-before-def-def.c: New test.
1054 * gdb.base/decl-before-def.exp: New file.
1055
96038148
TV
10562020-04-23 Tom de Vries <tdevries@suse.de>
1057
1058 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1059
54ac3df1
TV
10602020-04-22 Tom de Vries <tdevries@suse.de>
1061
1062 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1063 debug_info_offset.
1064 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1065 before $objsfile in the line line.
1066
714534e1
TV
10672020-04-22 Tom de Vries <tdevries@suse.de>
1068
1069 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1070
16a7dbf4
MS
10712020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1072
1073 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1074 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1075 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1076 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1077 * gdb.base/jit-protocol.h: Update definitions to match all usage
1078 contexts.
1079
10802020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1081
1082 * gdb.base: Rename all jit related test and source files.
1083
10842020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1085
1086 * gdb.base/jit-reader.exp: Relax register output check.
1087
317d2668
TV
10882020-04-22 Tom de Vries <tdevries@suse.de>
1089
1090 PR symtab/25764
1091 * gdb.base/psym-external-decl-2.c: New test.
1092 * gdb.base/psym-external-decl.c: New test.
1093 * gdb.base/psym-external-decl.exp: New file.
1094 * gdb.threads/tls.exp: Add PR25807 kfail.
1095
eea9e357
TV
10962020-04-22 Tom de Vries <tdevries@suse.de>
1097
1098 PR symtab/25801
1099 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1100 in "info source" output.
1101
3d5afab3
TV
11022020-04-22 Tom de Vries <tdevries@suse.de>
1103
1104 PR symtab/25700
1105 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1106 symtab for imported_unit.c.
1107
b32102f6
GB
11082020-04-21 Gary Benson <gbenson@redhat.com>
1109
1110 * gdb.base/advance.c (func): New argument, to match call site.
1111 (func2, func3): Add return statements.
1112
d43b7a2d
TBA
11132020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1114
1115 * gdb.multi/run-only-second-inf.c: New file.
1116 * gdb.multi/run-only-second-inf.exp: New file.
1117
d89edf9b
MM
11182020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1119
1120 * gdb.btrace/multi-inferior.c: New test.
1121 * gdb.btrace/multi-inferior.exp: New file.
1122
1a476b6d
MM
11232020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1124
1125 * gdb.btrace/enable-new-thread.c: New test.
1126 * gdb.btrace/enable-new-thread.exp: New file.
1127
4778a5f8
TV
11282020-04-21 Tom de Vries <tdevries@suse.de>
1129
1130 PR gdb/25471
1131 * gdb.threads/killed-outside.c: New test.
1132 * gdb.threads/killed-outside.exp: New file.
1133
9b2c992c
GB
11342020-04-20 Gary Benson <gbenson@redhat.com>
1135
1136 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1137 * gdb.base/nested-subp2.exp: Likewise.
1138 * gdb.base/nested-subp3.exp: Likewise.
1139
b5d1d6f7
GB
11402020-04-20 Gary Benson <gbenson@redhat.com>
1141
1142 * gdb.base/nested-subp1.exp: Disable test when using clang.
1143 * gdb.base/nested-subp2.exp: Likewise.
1144 * gdb.base/nested-subp3.exp: Likewise.
1145
25230285
GB
11462020-04-20 Gary Benson <gbenson@redhat.com>
1147
1148 * gdb.cp/exception.cc: Fix compilation error with clang.
1149
fa93cc8f
GB
11502020-04-20 Gary Benson <gbenson@redhat.com>
1151
809730f3 1152 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 1153
e0c45f30
GB
11542020-04-20 Gary Benson <gbenson@redhat.com>
1155
1156 * gdb.base/jit-main.c: Fix compilation error with clang.
1157
4ddfec93
KR
11582020-04-17 Kamil Rytarowski <n54@gmx.com>
1159
1160 * gdb.base/attach-twice.c: Include "sys/types.h".
1161 (PTRACE_ATTACH): Add fallback definition.
1162 (main): Pass `0' to the 4th argument of `ptrace'.
1163
2bed205e
KR
11642020-04-17 Kamil Rytarowski <n54@gmx.com>
1165
1166 * gdb.base/fork-running-state.c: Include "signal.h".
1167
0743fc83
TT
11682020-04-17 Tom Tromey <tromey@adacore.com>
1169
1170 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1171 Update tests.
1172 * gdb.btrace/cpu.exp: Update tests.
1173 * gdb.base/maint.exp: Update tests.
1174 * gdb.base/default.exp: Update tests.
1175 * gdb.base/completion.exp: Update tests.
1176
efba5c23
TV
11772020-04-16 Tom de Vries <tdevries@suse.de>
1178
1179 PR symtab/25791
1180 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1181 (ensure_gdb_index): and factor out and move ...
1182 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1183 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1184
d191d716
TV
11852020-04-16 Tom de Vries <tdevries@suse.de>
1186
1187 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1188 loading exec.
1189
99f1bc6a
AB
11902020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1191
1192 * gdb.base/many-completions.exp: New file.
1193
194d088f
TV
11942020-04-14 Tom de Vries <tdevries@suse.de>
1195
1196 PR symtab/25718
1197 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1198
c1a66c06
TV
11992020-04-14 Tom de Vries <tdevries@suse.de>
1200
1201 PR symtab/25720
1202 * gdb.base/maint-expand-symbols-header-file.c: New test.
1203 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1204 * gdb.base/maint-expand-symbols-header-file.h: New test.
1205
21b0982c
AB
12062020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1207
1208 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1209 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1210 get_func_info.
1211 (get_func_info): Delete.
1212 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1213 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1214 * lib/dwarf.exp (get_func_info): New function.
1215
dd1cab06
TV
12162020-04-13 Tom de Vries <tdevries@suse.de>
1217
1218 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1219 to what find_gnatmake does.
1220
71ea2b6b
TV
12212020-04-10 Tom de Vries <tdevries@suse.de>
1222
1223 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1224 -readnow.
1225
bdfc1e8a
TV
12262020-04-10 Tom de Vries <tdevries@suse.de>
1227
1228 PR cli/25808
1229 * gdb.base/style.c: Add leading newlines.
1230 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1231 Check listing of main's one-line body.
1232
14ca8ecf
TV
12332020-04-08 Tom de Vries <tdevries@suse.de>
1234
1235 * lib/gdb.exp (psymtabs_p): New proc.
1236 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1237 importing unit" unsupported if there are no partial symbols.
1238
e21d048f
TV
12392020-04-08 Tom de Vries <tdevries@suse.de>
1240
1241 PR testsuite/25760
1242 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1243
25c11aca
TV
12442020-04-07 Tom de Vries <tdevries@suse.de>
1245
1246 PR symtab/25796
1247 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1248
5707e24b
TV
12492020-04-07 Tom de Vries <tdevries@suse.de>
1250
1251 * gdb.base/check-psymtab.c: New test.
1252 * gdb.base/check-psymtab.exp: New file.
1253
6ee448cc
TT
12542020-04-06 Tom Tromey <tromey@adacore.com>
1255
1256 * gdb.ada/variant-record/proc.adb: New file.
1257 * gdb.ada/variant-record/value.adb: New file.
1258 * gdb.ada/variant-record/value.s: New file.
1259 * gdb.ada/variant-record.exp: New file.
1260
9e7c9a03
HD
12612020-04-03 Hannes Domani <ssbssa@yahoo.de>
1262
1263 PR gdb/25325
1264 * gdb.cp/typed-enum.cc: New test.
1265 * gdb.cp/typed-enum.exp: New file.
1266
c90d28ac
AB
12672020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1268
1269 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1270 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1271 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1272 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1273 * gdb.opt/inline-small-func.c: New file.
1274 * gdb.opt/inline-small-func.exp: New file.
1275 * gdb.opt/inline-small-func.h: New file.
1276
34e9a9fa
AB
12772020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1278
1279 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1280 function.
1281
6a354911
AB
12822020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1283
1284 * lib/dwarf.exp (function_range): Allow compiler options to be
1285 specified.
1286
880d9777
TV
12872020-04-02 Tom de Vries <tdevries@suse.de>
1288
1289 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1290 __attribute__((always_inline)).
1291 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1292
f32682ea
TV
12932020-04-02 Tom de Vries <tdevries@suse.de>
1294
1295 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1296 (gdbserver_gdb_exit): ... here. Add timeout warning.
1297 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1298 (connect_target_extended_remote): Append new server_spawn_id to
1299 server_spawn_ids.
1300 (cleanup): New proc.
1301 (setup, <toplevel>): Call cleanup.
1302
d3214198
TV
13032020-04-02 Tom de Vries <tdevries@suse.de>
1304
1305 * gdb.base/main-psymtab.exp: New file.
1306
cc77ed24
TV
13072020-04-02 Tom de Vries <tdevries@suse.de>
1308
1309 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1310
3638a098
TT
13112020-04-01 Tom Tromey <tom@tromey.com>
1312
1313 * gdb.base/complex-parts.exp: Add type tests.
1314
c34e8714
TT
13152020-04-01 Tom Tromey <tom@tromey.com>
1316
1317 * gdb.base/complex-parts.exp: Add arithmetic tests.
1318
981c08ce
TT
13192020-04-01 Tom Tromey <tom@tromey.com>
1320
1321 * gdb.compile/compile.exp: Update.
1322 * gdb.compile/compile-cplus.exp: Update.
1323 * gdb.base/varargs.exp: Update.
1324 * gdb.base/floatn.exp: Update.
1325 * gdb.base/endianity.exp: Update.
1326 * gdb.base/callfuncs.exp (do_function_calls): Update.
1327 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1328 (complex_float_integral_args): Update.
1329 * gdb.base/complex.exp: Update.
1330 * gdb.base/complex-parts.exp: Update.
1331
3d1cfd43
TT
13322020-04-01 Tom Tromey <tromey@adacore.com>
1333
1334 * gdb.rust/union.rs: New file.
1335 * gdb.rust/union.exp: New file.
1336 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1337 (main): Update.
1338 * gdb.rust/simple.exp: Move union tests to union.exp.
1339
e033dfa9
TT
13402020-04-01 Tom Tromey <tromey@adacore.com>
1341
1342 * gdb.rust/simple.rs (main): Remove "y0".
1343
53cccef1
TBA
13442020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1345
1346 * gdb.multi/stop-all-on-exit.c: New test.
1347 * gdb.multi/stop-all-on-exit.exp: New file.
1348
60e22c1e
HD
13492020-04-01 Hannes Domani <ssbssa@yahoo.de>
1350
1351 PR gdb/24789
1352 * gdb.cp/misc.cc: Add integer reference variable.
1353 * gdb.cp/misc.exp: Add test.
1354
e139a727
TBA
13552020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1356
1357 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1358 scenario to cover execution until the end and also the case
1359
16b0db75
TV
13602020-03-31 Tom de Vries <tdevries@suse.de>
1361
1362 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1363 c. Use "maint info symtabs" to check symtab expansion.
1364
c0502da6
TV
13652020-03-30 Tom de Vries <tdevries@suse.de>
1366
1367 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1368 unsupported.
1369 (verify_psymtab_expanded): Move ...
1370 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1371 test.
1372 (readnow): New proc.
1373
5935fd15
AB
13742020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1375
1376 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1377 with $hex.
1378
1773be9e
TT
13792020-03-20 Tom Tromey <tromey@adacore.com>
1380
1381 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1382
70304be9
TT
13832020-03-20 Tom Tromey <tromey@adacore.com>
1384
1385 * gdb.ada/sub_variant/subv.adb: New file.
1386 * gdb.ada/sub_variant.exp: New file.
1387
0dd7b8f7
TV
13882020-03-20 Tom de Vries <tdevries@suse.de>
1389
1390 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1391 first break fails.
1392 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1393
cada5fc9
AB
13942020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1395
1396 * gdb.server/exit-multiple-threads.c: New file.
1397 * gdb.server/exit-multiple-threads.exp: New file.
1398
6b8c53f2
AB
13992020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1400
1401 * gdb.fortran/mixed-lang-stack.c: New file.
1402 * gdb.fortran/mixed-lang-stack.cpp: New file.
1403 * gdb.fortran/mixed-lang-stack.exp: New file.
1404 * gdb.fortran/mixed-lang-stack.f90: New file.
1405
19a2740f
AB
14062020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1407
1408 * gdb.linespec/cp-completion-aliases.cc: New file.
1409 * gdb.linespec/cp-completion-aliases.exp: New file.
1410
d8c8b848
TV
14112020-03-19 Tom de Vries <tdevries@suse.de>
1412
1413 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1414 more precise.
1415
a9933ccf
TV
14162020-03-18 Tom de Vries <tdevries@suse.de>
1417
1418 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1419 * gdb.dwarf2/break-inline-psymtab.c: New test.
1420 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1421
2f89101f
TV
14222020-03-16 Tom de Vries <tdevries@suse.de>
1423
1424 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1425 cache_verify and cache_verify_proc.
1426
6b9374f1
TV
14272020-03-15 Tom de Vries <tdevries@suse.de>
1428
1429 * gdb.server/solib-list.exp: Handle
1430 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1431
eaeaf44c
TV
14322020-03-15 Tom de Vries <tdevries@suse.de>
1433
1434 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1435 objfiles".
1436
3293bbaf
TT
14372020-03-14 Tom Tromey <tom@tromey.com>
1438
1439 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1440
ab44624c
TV
14412020-03-14 Tom de Vries <tdevries@suse.de>
1442
1443 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1444
54c43825
TV
14452020-03-14 Tom de Vries <tdevries@suse.de>
1446
1447 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1448 result in line-by-line fashion.
1449
2ac70237
TV
14502020-03-14 Tom de Vries <tdevries@suse.de>
1451
1452 * lib/gdb.exp (supports_statement_frontiers): New proc.
1453 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1454
09546b56
TV
14552020-03-14 Tom de Vries <tdevries@suse.de>
1456
1457 * gdb.base/printcmds.exp: Add missing quoting for "print
1458 teststring2".
1459
a1f6a07c
TT
14602020-03-13 Tom Tromey <tom@tromey.com>
1461
1462 * gdb.base/printcmds.exp (test_print_strings): Add regression
1463 test.
1464 * gdb.base/printcmds.c (charptr): New typedef.
1465 (teststring2): New global.
1466
1b83d09c
AB
14672020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1468
1469 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1470 full path in the test name.
1471 (test_ld): Add some with_test_prefix blocks to make test names
1472 unique.
1473
2d61316c
TV
14742020-03-13 Tom de Vries <tdevries@suse.de>
1475
1476 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1477
2e9145ac
TV
14782020-03-13 Tom de Vries <tdevries@suse.de>
1479
1480 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1481
96c7f873
TV
14822020-03-13 Tom de Vries <tdevries@suse.de>
1483
1484 PR symtab/25646
1485 * gdb.dwarf2/imported-unit.exp: Add test.
1486
49ba92c0
TV
14872020-03-13 Tom de Vries <tdevries@suse.de>
1488
1489 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1490 (var1, var2): New variable.
1491 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1492 matching symbols.
1493
301b21e0
TV
14942020-03-13 Tom de Vries <tdevries@suse.de>
1495
1496 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1497 (Term::command): Use prompt prefix.
1498 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1499 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1500 command_no_prompt_prefix instead of prefix.
1501 * gdb.tui/tui-layout-asm.exp: Same.
1502
3f512721
SM
15032020-03-12 Simon Marchi <simon.marchi@efficios.com>
1504
1505 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1506
40310f30
SM
15072020-03-12 Simon Marchi <simon.marchi@efficios.com>
1508
1509 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1510 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1511 on" while stepping over the test instruction, match printed
1512 message.
1513
09252140
TV
15142020-03-12 Tom de Vries <tdevries@suse.de>
1515
1516 * gdb.base/info-types.exp: Use exp_continue during matching of output
1517 of "info types".
1518
14e9c72c
TV
15192020-03-12 Tom de Vries <tdevries@suse.de>
1520
1521 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1522
e515d67e
TV
15232020-03-12 Tom de Vries <tdevries@suse.de>
1524
1525 * gdb.fortran/module.exp: Use exp_continue during matching of output
1526 of "info variable -n".
1527
307eafd8
TV
15282020-03-12 Tom de Vries <tdevries@suse.de>
1529
1530 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1531 gdb.dwarf2/dw2-ranges-base.c.
1532
9a2de3fc
TV
15332020-03-12 Tom de Vries <tdevries@suse.de>
1534
1535 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1536 in presence of GLIBC debuginfo.
1537
3217502e
TV
15382020-03-12 Tom de Vries <tdevries@suse.de>
1539
1540 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1541 $core.
1542
1281424c
TV
15432020-03-12 Tom de Vries <tdevries@suse.de>
1544
1545 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1546 more precise.
1547
038b97fc
SM
15482020-03-11 Simon Marchi <simon.marchi@efficios.com>
1549
1550 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1551 from Unix to Windows path.
1552
5308d1e7
TV
15532020-03-11 Tom de Vries <tdevries@suse.de>
1554
1555 * gdb.ada/minsyms.exp: Set language to ada.
1556
f870f78f
TV
15572020-03-11 Tom de Vries <tdevries@suse.de>
1558
1559 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1560
5a13315d
TV
15612020-03-11 Tom de Vries <tdevries@suse.de>
1562
1563 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1564
976862ed
TT
15652020-03-11 Tom Tromey <tromey@adacore.com>
1566
1567 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1568
7462c383
TV
15692020-03-11 Tom de Vries <tdevries@suse.de>
1570
1571 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1572
1c6c46a0
TV
15732020-03-11 Tom de Vries <tdevries@suse.de>
1574
1575 * gdb.base/break-interp.exp: Limit verbose scope.
1576
44f41bb7
TV
15772020-03-11 Tom de Vries <tdevries@suse.de>
1578
1579 * gdb.fortran/logical.f90: Define variable with character type.
1580 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1581
b76f3a42
TV
15822020-03-11 Tom de Vries <tdevries@suse.de>
1583
1584 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1585
1c33af77
TV
15862020-03-11 Tom de Vries <tdevries@suse.de>
1587
1588 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1589 symtabs.
1590
8c95582d
AB
15912020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1592 Bernd Edlinger <bernd.edlinger@hotmail.de>
1593
1594 * gdb.cp/step-and-next-inline.cc: New file.
1595 * gdb.cp/step-and-next-inline.exp: New file.
1596 * gdb.cp/step-and-next-inline.h: New file.
1597 * gdb.dwarf2/dw2-is-stmt.c: New file.
1598 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1599 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1600 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1601 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1602
cecf8547
AB
16032020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1604
1605 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1606 is-stmt flag in the line table.
1607
0ba678c9
TV
16082020-03-09 Tom de Vries <tdevries@suse.de>
1609
1610 * lib/gdb.exp (cached_file): Create cache dir.
1611
72fbdf83
TV
16122020-03-07 Tom de Vries <tdevries@suse.de>
1613
1614 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1615 * gdb.cp/rvalue-ref-params.exp: Same.
1616
436b5e99
TV
16172020-03-06 Tom de Vries <tdevries@suse.de>
1618
1619 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1620 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1621
09f2921c
TV
16222020-03-06 Tom de Vries <tdevries@suse.de>
1623
1624 * README: Fix "the the".
1625 * gdb.base/dprintf.exp: Same.
1626
50a3cc5d
TV
16272020-03-05 Tom de Vries <tdevries@suse.de>
1628
1629 * gdb.base/maint.exp: Update "main print statistics" expected output.
1630
0a709cba
AKS
16312020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1632
1633 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1634 (fortran_int8): Likewise.
1635 (fortran_real4): Likewise.
1636 (fortran_real8): Likewise.
1637 (fortran_complex4): Likewise.
1638 (fortran_logical4): Likewise.
1639 (fortran_character1): Likewise.
1640
5e5d66b6
AB
16412020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1642
1643 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1644 printed as true.
1645
7b973adc
SDJ
16462020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1647
1648 * gdb.base/printcmds.exp: Add test to verify printf of a
1649 variable holding an address.
1650
478e490a
TV
16512020-03-03 Tom de Vries <tdevries@suse.de>
1652
1653 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1654
1ef44e86
TV
16552020-03-03 Tom de Vries <tdevries@suse.de>
1656
1657 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1658 gdb_test_multiple call.
1659
b98cc2cf
TV
16602020-03-03 Tom de Vries <tdevries@suse.de>
1661
1662 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1663 gdb_test_multiple calls.
1664
63e163f2
AB
16652020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1666
1667 * gdb.base/default.exp: Remove test of 'set history filename'.
1668 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1669 filename to the empty string.
1670 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1671 and GDBHISTSIZE.
1672
24ed6739
AB
16732020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1674
1675 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1676 disabled.
1677
590003dc
TV
16782020-03-02 Pedro Alves <palves@redhat.com>
1679 Tom de Vries <tdevries@suse.de>
1680
1681 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1682 -prompt prefix, before user_code argument. Add -lbl option likewise.
1683 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1684 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1685 argument.
1686 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1687 have "\r\n" at start-of-line, instead of at end-of-line.
1688
f5e46084
SM
16892020-02-28 Simon Marchi <simon.marchi@efficios.com>
1690
1691 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1692 libinproctrace.so.
1693
f7a7000d
LM
16942020-02-28 Luis Machado <luis.machado@linaro.org>
1695
1696 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1697 to "p/x".
1698
718e0816
LM
16992020-02-28 Luis Machado <luis.machado@linaro.org>
1700
1701 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1702 asm/ptrace.h and error.h.
1703
13c3a74a
TV
17042020-02-28 Tom de Vries <tdevries@suse.de>
1705
1706 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1707 (struct wrapper, do_something, mundane/symada__cS): Move ...
1708 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1709 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1710 Update "print symada__cS before partial symtab expansion" regexp.
1711 Update breakpoint location. Flush symbol cache after expansion.
1712
85d2d5bb
LM
17132020-02-28 Luis Machado <luis.machado@linaro.org>
1714
1715 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1716
3608f86c
TV
17172020-02-27 Tom de Vries <tdevries@suse.de>
1718
1719 * config/sid.exp: Remove unused globals.
1720 * gdb.base/attach.exp: Same.
1721 * gdb.base/catch-load.exp: Same.
1722 * gdb.base/dbx.exp: Same.
1723 * lib/gdb.exp: Same.
1724 * lib/mi-support.exp: Same.
1725 * lib/prompt.exp: Same.
1726
c8d4f6df
TV
17272020-02-27 Tom de Vries <tdevries@suse.de>
1728
1729 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1730 not set.
1731
0d79cdc4
AM
17322020-02-26 Aaron Merey <amerey@redhat.com>
1733
1734 * gdb.debuginfod: New directory for debuginfod tests.
1735 * gdb.debuginfod/main.c: New test file.
1736 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1737
0dce4280
TV
17382020-02-26 Tom de Vries <tdevries@suse.de>
1739
1740 PR gdb/25603
1741 * gdb.base/persistent-lang.cc: New test.
1742 * gdb.base/persistent-lang.exp: New file.
1743
9e80cfa1
AB
17442020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1745
1746 * gdb.fortran/derived-type-striding.exp: Add a new test.
1747 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1748 new test.
1749
2078dbb2
AB
17502020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1751
1752 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1753 names.
1754
70d49700
TV
17552020-02-25 Tom de Vries <tdevries@suse.de>
1756
1757 PR go/18926
1758 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1759
a88ef40d
TV
17602020-02-24 Tom de Vries <tdevries@suse.de>
1761
1762 PR gdb/25592
1763 * gdb.base/info-locals-unused-static-var.c: New test.
1764 * gdb.base/info-locals-unused-static-var.exp: New file.
1765
01b1af32
TT
17662020-02-22 Tom Tromey <tom@tromey.com>
1767
1768 * gdb.python/tui-window.exp: New file.
1769 * gdb.python/tui-window.py: New file.
1770
7c043ba6
TT
17712020-02-22 Tom Tromey <tom@tromey.com>
1772
1773 PR tui/17850:
1774 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1775 tests.
1776
c22fef7e
TT
17772020-02-22 Tom Tromey <tom@tromey.com>
1778
1779 * gdb.tui/new-layout.exp: Add sub-layout tests.
1780
ee325b61
TT
17812020-02-22 Tom Tromey <tom@tromey.com>
1782
1783 * gdb.tui/new-layout.exp: New file.
1784
3f0cbb04
TT
17852020-02-22 Tom Tromey <tom@tromey.com>
1786
1787 * gdb.rust/rust-style.rs: New file.
1788 * gdb.rust/rust-style.exp: New file.
1789 * gdb.base/style.exp: Test structure printing.
1790 * gdb.base/style.c (struct some_struct): New type.
1791 (enum etype): New type.
1792 (struct_value): New global.
1793
75525152
TV
17942020-02-21 Tom de Vries <tdevries@suse.de>
1795
1796 PR go/18926
1797 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1798 Remove blanket xfails. Use message argument for gdb_breakpoint.
1799 Make continuing to breakpoint test conditional on setting breakpoint.
1800 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1801 DW_AT_name attribute. Add xfail for GCC PR93866.
1802
bd360d30
AB
18032020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1804
1805 * gdb.dwarf2/cpp-linkage-name.c: New file.
1806 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1807
c7adb09f 18082020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
1809
1810 * lib/gdb.exp (gdb_wrapper_init): Reset
1811 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1812 not exist.
1813
a9c79803
TV
18142020-02-20 Tom de Vries <tdevries@suse.de>
1815
1816 PR go/17018
1817 * gdb.go/hello.exp: Copy ...
1818 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1819 print of st to print value of global definition. Add xfail for GCC
1820 PR93844.
1821 * gdb.go/hello.exp: Remove printing of st before definition.
1822 * gdb.go/hello.go: Copy ...
1823 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1824 to st.
1825 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1826
d7445728
TV
18272020-02-20 Tom de Vries <tdevries@suse.de>
1828
1829 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1830 (gdb_simple_compile): Handle compile_flags go by using .go extension
1831 for source file.
1832 * gdb.go/chan.exp: Use support_go_compile.
1833 * gdb.go/handcall.exp: Same.
1834 * gdb.go/hello.exp: Same.
1835 * gdb.go/integers.exp: Same.
1836 * gdb.go/max-depth.exp: Same.
1837 * gdb.go/methods.exp: Same.
1838 * gdb.go/package.exp: Same.
1839 * gdb.go/strings.exp: Same.
1840 * gdb.go/types.exp: Same.
1841 * gdb.go/unsafe.exp: Same.
1842
c9c41e6d
TV
18432020-02-19 Tom de Vries <tdevries@suse.de>
1844
1845 * gdb.python/lib-types.exp: Make xfail more strict.
1846
f20ff837
TV
18472020-02-19 Tom de Vries <tdevries@suse.de>
1848
1849 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1850
08410482
DE
18512020-02-19 Doug Evans <dje@google.com>
1852
1853 PR rust/25535
1854 * gdb.rust/simple.exp: Add test.
1855 * gdb.rust/simple.rs: Add test.
1856
623563f7
TV
18572020-02-19 Tom de Vries <tdevries@suse.de>
1858
1859 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1860 output line-by-line.
1861
d3308cfd
TV
18622020-02-19 Tom de Vries <tdevries@suse.de>
1863
1864 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1865
86cbc5dc
TV
18662020-02-19 Tom de Vries <tdevries@suse.de>
1867
1868 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1869 prelink.
1870
9db2b96b
TV
18712020-02-19 Tom de Vries <tdevries@suse.de>
1872
1873 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1874 (gdb_do_cache): Use gdb_do_cache_wrap.
1875 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1876
89e2fdc5
TV
18772020-02-19 Tom de Vries <tdevries@suse.de>
1878
1879 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1880 gdb_compile option.
1881
373d7ac0
SM
18822020-02-18 Simon Marchi <simon.marchi@efficios.com>
1883
1884 * gdb.base/printcmds.exp (test_print_enums): Update expected
1885 output.
1886
b29a2df0
SM
18872020-02-18 Simon Marchi <simon.marchi@efficios.com>
1888
1889 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1890 for "unknown".
1891
6740f0cc
SM
18922020-02-18 Simon Marchi <simon.marchi@efficios.com>
1893
1894 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1895 enumerator.
1896
edd45eb0
SM
18972020-02-18 Simon Marchi <simon.marchi@efficios.com>
1898
1899 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1900 FE_, add FE_NONE.
1901 (three): Update.
1902 (enum flag_enum_without_zero): New enum.
1903 (flag_enum_without_zero): New variable.
1904 (enum not_flag_enum): New enum.
1905 (three_not_flag): New variable.
1906 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1907 (test_print_enums): Add more tests for printing flag enums.
1908
d4295de4
TV
19092020-02-18 Tom de Vries <tdevries@suse.de>
1910
1911 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1912 (gdb_compile_ada): ... here.
1913 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1914 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1915
f251f505
TT
19162020-02-14 Tom Tromey <tom@tromey.com>
1917
1918 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1919 build directory.
1920 * boards/gdbserver-base.exp: Update path to gdbserver.
1921
8f432634
TV
19222020-02-13 Tom de Vries <tdevries@suse.de>
1923
1924 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1925
92b6eaf7
TV
19262020-02-13 Tom de Vries <tdevries@suse.de>
1927
1928 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1929 are missing.
1930
f3b0f7fe
TV
19312020-02-13 Tom de Vries <tdevries@suse.de>
1932
1933 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1934 call.
1935
f6be8713
SDJ
19362020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1937
1938 PR tui/25126
1939 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1940 * gdb.base/cached-source-file.c: New file.
1941 * gdb.base/cached-source-file.exp: New file.
1942
b2770d5e
TV
19432020-02-11 Tom de Vries <tdevries@suse.de>
1944
1945 PR testsuite/25488
1946 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1947
44f6938e
TV
19482020-02-10 Tom de Vries <tdevries@suse.de>
1949
1950 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1951
5f0e2eb7
MR
19522020-02-10 Maciej W. Rozycki <macro@wdc.com>
1953
1954 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1955 and $after_addr are both integers before making a comparison.
1956
46ce2b6f
TV
19572020-02-09 Tom de Vries <tdevries@suse.de>
1958
1959 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1960 command output and paste it into gdb.log. If any, paste catch message
1961 to gdb.log.
1962
5abbbe1d
TT
19632020-02-07 Tom Tromey <tromey@adacore.com>
1964
1965 PR breakpoints/24915:
1966 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1967
1d5d29e7
SV
19682020-02-06 Shahab Vahedi <shahab@synopsys.com>
1969
1970 * gdb.tui/tui-missing-src.exp: Add the "missing source
1971 file" test for the TUI.
1972
b0999b9b
AB
19732020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1974
1975 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1976 including a port number in the output.
1977
c3b149eb
AKS
19782020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1979
1980 * lib/fortran.exp (fortran_int4): Handle clang.
1981 (fortran_int8): Likewise.
1982 (fortran_real4): Likewise.
1983 (fortran_real8): Likewise.
1984 (fortran_complex4): Likewise.
1985 (fortran_logical4): Likewise.
1986 (fortran_character1): Likewise.
1987
f8dcc90b
TV
19882020-02-04 Tom de Vries <tdevries@suse.de>
1989
1990 * README (Race detection): Add note.
1991
f90ac7c2
TV
19922020-02-04 Tom de Vries <tdevries@suse.de>
1993
1994 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1995
780636ae
TV
19962020-02-04 Tom de Vries <tdevries@suse.de>
1997
1998 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1999
5d2e1193
RA
20002020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2001
2002 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2003 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2004 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2005 blttar, bnetarl.
2006 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2007 binary for blttar, bnetarl.
2008 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2009 wait instruction. Delete ldmx test.
2010 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2011
e409c542
AKS
20122020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2013
2014 * gdb.fortran/array-bounds-high.exp: New file.
2015 * gdb.fortran/array-bounds-high.f90: New file.
2016
b0029748
LD
20172020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2018
2019 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2020 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2021
195a8287
TV
20222020-02-01 Tom de Vries <tdevries@suse.de>
2023
2024 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2025
42330a68
AB
20262020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2027
2028 PR tui/9765
2029 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2030 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2031
b62a8028
LM
20322020-01-29 Luis Machado <luis.machado@linaro.org>
2033
2034 * gdb.arch/aarch64-brk-patterns.c: New source file.
2035 * gdb.arch/aarch64-brk-patterns.exp: New test.
2036
5f440116
TBA
20372020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2038
2039 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2040 GCC/Clang version.
2041 * gdb.cp/pass-by-ref.exp: Ditto.
2042
ee2a6fc6
TV
20432020-01-29 Tom de Vries <tdevries@suse.de>
2044
2045 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2046 * gdb.threads/watchpoint-fork-mt.c: Same.
2047 * gdb.threads/watchpoint-fork-parent.c: Same.
2048 * gdb.threads/watchpoint-fork-st.c: Same.
2049 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2050
16b10d6e
LM
20512020-01-27 Luis Machado <luis.machado@linaro.org>
2052
2053 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2054 sitting at a syscall instruction when we hit the syscall function's
2055 breakpoint.
2056 Check PC against one obtained with the x command.
2057 Validate syscall number.
2058 (step_over_syscall): Don't continue to the syscall instruction if
2059 we're already there.
2060
b1468492
PW
20612020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2062
2063 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2064
7ffa82e1
AB
20652020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2066
2067 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2068 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2069
3d92a3e3
AB
20702020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2071
2072 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2073 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2074
94a72be7
AB
20752020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2076
2077 * gdb.base/maint.exp: Update line table parsing test.
2078 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2079
53af73bf
PA
20802020-01-24 Pedro Alves <palves@redhat.com>
2081
2082 PR gdb/25410
2083 * gdb.multi/multi-re-run-1.c: New.
2084 * gdb.multi/multi-re-run-2.c: New.
2085 * gdb.multi/multi-re-run.exp: New.
2086
1ba1ac88
AB
20872020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2088
2089 PR gdb/23718
2090 * gdb.server/server-kill-python.exp: New file.
2091
f3364a6d
AB
20922020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2093
2094 * gdb.server/multi-ui-errors.c: New file.
2095 * gdb.server/multi-ui-errors.exp: New file.
2096
733d0a67
AB
20972020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2098
2099 PR tui/9765
2100 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2101
4f13c1c0
TT
21022020-01-19 Tom Tromey <tom@tromey.com>
2103
2104 * gdb.tui/main.exp: Add check for plain "file".
2105
40c94099
CB
21062020-01-16 Christian Biesinger <cbiesinger@google.com>
2107
2108 * lib/gdb.exp: Fix spelling error (seperatelly).
2109
ff47f4f0
TT
21102020-01-14 Tom Tromey <tom@tromey.com>
2111
2112 PR symtab/12535:
2113 * gdb.python/python.exp: Test decode_line with empty string
2114 argument.
2115
717c684d
BE
21162020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2117
2118 * gdb.base/skip-inline.exp: Extend test.
2119
44e4c775
AB
21202020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2121
2122 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2123 * gdb.dwarf2/dw2-bad-elf.c: New file.
2124 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2125
d93c6db7
AB
21262020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2127
2128 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2129 _line_saw_file.
2130
9a6d629c
AB
21312020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2132
2133 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2134 border.
2135
d9ebdab7
TBA
21362020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2137
2138 * gdb.multi/multi-target.exp (setup): Factor out "info
2139 connections" and "info inferiors" tests to ...
2140 (test_info_inferiors): ... this new procedure.
2141 (top level): Run new "info-inferiors" tests.
2142
f3c469b9
PA
21432020-01-10 Pedro Alves <palves@redhat.com>
2144
2145 * gdb.server/bkpt-other-inferior.exp: New file.
2146
121b3efd
PA
21472020-01-10 Pedro Alves <palves@redhat.com>
2148
2149 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2150 of "add-inferior".
2151 * gdb.base/quit-live.exp: Likewise.
2152 * gdb.base/remote-exec-file.exp: Likewise.
2153 * gdb.guile/scm-progspace.exp: Likewise.
2154 * gdb.linespec/linespec.exp: Likewise.
2155 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2156 * gdb.mi/user-selected-context-sync.exp: Likewise.
2157 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2158 "info inferiors" tests.
2159 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2160 "add-inferior".
2161 * gdb.multi/watchpoint-multi.exp: Likewise.
2162 * gdb.python/py-inferior.exp: Likewise.
2163 * gdb.server/extended-remote-restart.exp: Likewise.
2164 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2165 "info inferiors".
2166 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2167 * gdb.trace/report.exp: Likewise.
2168
1dadb1dd
PA
21692020-01-10 Pedro Alves <palves@redhat.com>
2170
2171 * gdb.multi/multi-target.c: New file.
2172 * gdb.multi/multi-target.exp: New file.
2173 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2174 mode requested, but remote does not support non-stop".
2175
78f2c40a
PA
21762020-01-10 Pedro Alves <palves@redhat.com>
2177
2178 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2179 disconnect before reconnecting.
2180
e7af6c70
TBA
21812020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2182 Pedro Alves <palves@redhat.com>
2183
2184 * gdb.server/connect-without-multi-process.exp: Also test
2185 continuing to end.
2186
acdf84a6
PA
21872020-01-10 Pedro Alves <palves@redhat.com>
2188
2189 * gdb.base/remote-exec-file.exp: New file.
2190
873657b9
PA
21912020-01-10 Pedro Alves <palves@redhat.com>
2192
2193 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2194 output.
2195 * gdb.threads/async.c: New.
2196 * gdb.threads/async.exp: New.
2197 * gdb.multi/tids-gid-reset.c: New.
2198 * gdb.multi/tids-gid-reset.exp: New.
2199
7f0ae84c
GB
22002020-01-10 George Barrett <bob@bob131.so>
2201
2202 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2203 to help in finding the image relocation offset.
2204 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2205 options in arguments.
2206 (stap_test_no_debuginfo): Likewise.
2207 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2208 test variants.
2209 (stap_test): Add null semaphore relocation test.
2210
47e9d49d
GB
22112020-01-10 George Barrett <bob@bob131.so>
2212
2213 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2214 * gdb.base/stap-probe.exp: Likewise.
2215 (stap_test): Pass argument as an additional flag.
2216 (stap_test_no_debuginfo): Likewise.
2217 (stap_test): Check `info probes stap' output for semaphore
2218 addresses if the test binary is supposed to have them.
2219
f5a7c406
AB
22202020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2221
2222 * gdb.tui/basic.exp: Add more scrolling tests.
2223
9ae6bf64
TT
22242020-01-09 Tom Tromey <tom@tromey.com>
2225
2226 PR tui/18932:
2227 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2228 meangingful value.
2229 (Term::command, Term::resize): Update.
2230 * gdb.tui/basic.exp: Add scrolling test.
2231
b2efe70c
AB
22322020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2233
2234 * gdb.tui/tui-layout-asm.exp: New file.
2235
3804da7e
AB
22362020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2237
2238 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2239
b40aa28f
AB
22402020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2241
2242 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2243 (Term::enter_tui): Use Term::prepare_for_tui.
2244
63ffd7c9
AB
22452020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2246
2247 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2248 called.
2249
3be966f6
AB
22502020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2251
2252 * gdb.base/skip.exp: Fix race condition in test.
2253
153d79c4
AB
22542020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2255
2256 * gdb.base/backtrace.c: New file.
2257 * gdb.base/backtrace.exp: New file.
2258
f2302a34
AB
22592020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2260
2261 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2262
6ec1d75e
PW
22632020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2264
2265 * gdb.base/style.exp: Test that warnings are styled.
2266
c296cbe6
BE
22672019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2268
2269 * gdb.base/line65535.exp: New file.
2270 * gdb.base/line65535.c: New file.
2271
b28a729d
SM
22722019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2273
2274 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2275 * lib/gnat_debug_info_test.adb: New file.
2276 * gdb.ada/ptype_tagged_param.exp: Use
2277 gnat_runtime_has_debug_info, expect a different output if
2278 runtime does not have debug info.
2279
7f2d7a0d
SM
22802019-12-20 Simon Marchi <simon.marchi@efficios.com>
2281
2282 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2283 (another) quote in test name.
2284
f3bce483
SM
22852019-12-20 Simon Marchi <simon.marchi@efficios.com>
2286
2287 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2288 Add quote in test name.
2289
c855a912
TBA
22902019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2291
2292 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2293 directory instead.
2294 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2295 * gdb.cp/pass-by-ref-2.cc: New file.
2296 * gdb.cp/pass-by-ref-2.exp: New file.
2297
fc9d2d72
TT
22982019-12-20 Tom Tromey <tom@tromey.com>
2299
2300 * gdb.tui/list-before.exp: New file.
2301
77b97e00
TT
23022019-12-20 Tom Tromey <tom@tromey.com>
2303
2304 * gdb.tui/list.exp: Check for source on initial listing.
2305
f69656d0
TT
23062019-12-11 Tom Tromey <tromey@adacore.com>
2307
2308 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2309 Add crlf test.
2310
99a55965
SM
23112019-12-18 Simon Marchi <simon.marchi@efficios.com>
2312
2313 * gdb.base/default.exp: Update value of $_gdb_major.
2314
5024637f
BE
23152019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2316
2317 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2318
b63634be
BE
23192019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2320
2321 * gdb.base/skip.exp: Whitespace fix.
2322
45d73523
BE
23232019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2324
2325 * gdb.base/skip-inline.c: New file.
2326 * gdb.base/skip-inline.exp: New file.
2327
d043f8c8
SM
23282019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2329
2330 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2331 jit_function_00 to jit_function_stack_mangle.
2332 * gdb.base/jithost.c (jit_function_t): Rename to...
2333 (jit_function_stack_mangle_t): ... this.
2334 (jit_function_add_t): New typedef.
2335 (jit_function_00_code): Rename to...
2336 (jit_function_stack_mangle_code): ... this, make static.
2337 (jit_function_add_code): New.
2338 (main): Generate "add" function and call it. Adjust to changes
2339 in jithost_abi.
2340 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2341 (struct jithost_abi) <begin, end>: Remove fields.
2342 <object, function_stack_mangle, function_add>: New fields.
2343 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2344 code_end>: Remove fields.
2345 <func_stack_mangle>: New field.
2346 (read_debug_info): Adjust to renaming, create block for "add"
2347 function.
2348 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2349
873de05c
TT
23502019-12-11 Tom Tromey <tom@tromey.com>
2351
2352 * gdb.tui/resize.exp: Fix regexp.
2353 * gdb.tui/regs.exp: Fix regexps.
2354 * gdb.tui/main.exp: Fix regexp.
2355
3d979945
TT
23562019-12-11 Tom Tromey <tom@tromey.com>
2357
2358 * gdb.tui/resize.exp: Update.
2359 * gdb.tui/empty.exp (layouts): Update.
2360
2192a9d3
TT
23612019-12-11 Tom Tromey <tom@tromey.com>
2362
2363 * gdb.tui/regs.exp: Update.
2364 * gdb.tui/empty.exp (layouts): Update.
2365 * gdb.tui/basic.exp: Update.
2366 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2367
d8edc8b7
PW
23682019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2369
2370 * gdb.base/options.exp: Add -raw-values in the print completion list.
2371 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2372
4c12d936
KB
23732019-12-10 Kevin Buettner <kevinb@redhat.com>
2374
2375 * gdb.threads/omp-par-scope.c: New file.
2376 * gdb/threads/omp-par-scope.exp: New file.
2377
26b911fb
KB
23782019-12-10 Kevin Buettner <kevinb@redhat.com>
2379
bb47f919
KB
2380 * lib/gdb.exp (support_nested_function_tests): New proc.
2381
23822019-12-10 Kevin Buettner <kevinb@redhat.com>
2383
2384 * lib/gdb.exp (gdb_compile_openmp): New proc.
2385 (build_executable_from_specs): Add an "openmp" option.
2386 (gdb_compile_pthreads): Add non-executable case.
26b911fb 2387
6c71eb7d
TT
23882019-12-10 Tom Tromey <tromey@adacore.com>
2389
2390 * gdb.ada/unchecked_union.exp: New file.
2391 * gdb.ada/unchecked_union/pck.adb: New file.
2392 * gdb.ada/unchecked_union/pck.ads: New file.
2393 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2394 * gdb-utils.exp (string_to_regexp): Also quote "?".
2395
bac7c5cf
GB
23962019-12-10 George Barrett <bob@bob131.so>
2397
2398 Test scripted probe breakpoints.
2399 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2400 * gdb.python/py-breakpoint.c (main): Likewise.
2401 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2402 specifier test.
2403 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2404
330f1d38
TBA
24052019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2406
2407 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2408 an rvalue parameter.
2409 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2410 parameter.
2411
b43315e2
AB
24122019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2413
2414 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2415 modules.
2416
54f73dad
AB
24172019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2418
2419 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2420 broken version of GCC.
2421
d57cbee9
AB
24222019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2423
2424 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2425 sym-info-cmds library.
2426 * gdb.fortran/info-types.exp: Likewise.
2427 * lib/sym-info-cmds.exp: New file.
2428
c14aab8c
TV
24292019-12-08 Tom de Vries <tdevries@suse.de>
2430
2431 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2432
aa2d5a42
KS
24332019-12-07 Keith Seitz <keiths@redhat.com>
2434
2435 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2436 * gdb.base/corefile-buildid-shlib.c: New file.
2437 * gdb.base/corefile-buildid.c: New file.
2438 * gdb.base/corefile-buildid.exp: New file.
2439
93e55f0a
TV
24402019-12-06 Tom de Vries <tdevries@suse.de>
2441
2442 * gdb.dwarf2/varval.exp: Add decl before def test.
2443
c7d12402
TBA
24442019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2445
2446 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2447
06acc08f
TBA
24482019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2449
2450 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2451 CV and reference conversion for overload resolution.
2452 * gdb.cp/rvalue-ref-overload.exp: Test it.
2453
e0fad1ea
PW
24542019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2455
2456 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2457 * gdb.base/frameapply.exp: Test faas without command.
2458
8d70a9f0
AB
24592019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2460
2461 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2462 Fortran tests.
2463 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2464 order.
2465
36c8fb93
AB
24662019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2467
2468 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2469 casting to type with no kind specified.
2470 (test_basic_parsing_of_type_kinds): Additional tests for types
2471 with no kind specified, and add tests for single/double
2472 precision/complex types.
2473
4139ff00
TT
24742019-12-04 Tom Tromey <tromey@adacore.com>
2475
2476 * gdb.base/endianity.c (struct other) <x>: New field.
2477 (main): Initialize it.
2478 * gdb.base/endianity.exp: Update.
2479
a05cf17a
TT
24802019-12-04 Tom Tromey <tromey@adacore.com>
2481
2482 * gdb.ada/scalar_storage/storage.adb: New file.
2483 * gdb.ada/scalar_storage/pck.adb: New file.
2484 * gdb.ada/scalar_storage/pck.ads: New file.
2485 * gdb.ada/scalar_storage.exp: New file.
2486
103a685e
TT
24872019-12-04 Tom Tromey <tromey@adacore.com>
2488
2489 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2490 (main): Initialize it.
2491 * gdb.base/endianity.exp: Update.
2492
c2512106
AB
24932019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2494
2495 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2496
293b38d6
AB
24972019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2498
2499 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2500 -symbol-info-module-functions and -symbol-info-module-variables.
2501
216a7e6b
AB
25022019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2503
2504 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2505
5bbd8269
AB
25062019-12-01 Richard Bunt <richard.bunt@arm.com>
2507 Andrew Burgess <andrew.burgess@embecosm.com>
2508
2509 * gdb.fortran/derived-type-striding.exp: New file.
2510 * gdb.fortran/derived-type-striding.f90: New file.
2511 * gdb.fortran/array-slices.exp: New file.
2512 * gdb.fortran/array-slices.f90: New file.
2513
be09caf1
PW
25142019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2515
2516 * gdb.base/define.exp: Test . in command names.
2517 * gdb.base/setshow.exp: Update test, as . is now part of
2518 command name.
2519
643c0cbe
PW
25202019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2521
2522 * gdb.base/define-prefix.exp: New file.
2523
dcdec678
AB
25242019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2525
2526 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2527 compile.
2528 (skip_btrace_pt_tests): Likewise.
2529
640ab947
AB
25302019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2531
2532 * gdb.fortran/info-modules.exp: Compile source files in correct
2533 order.
2534
d22670f0
KB
25352019-11-27 Kevin Buettner <kevinb@redhat.com>
2536
2537 * gdb.dwarf2/imported-unit.exp: New file.
2538 * gdb.dwarf2/imported-unit.c: New file.
2539
db5960b4
AB
25402019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2541
2542 * gdb.mi/mi-fortran-modules-2.f90: New file.
2543 * gdb.mi/mi-fortran-modules.exp: New file.
2544 * gdb.mi/mi-fortran-modules.f90: New file.
2545
7dc42066
AB
25462019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2547
2548 * gdb.mi/mi-sym-info-1.c: New file.
2549 * gdb.mi/mi-sym-info-2.c: New file.
2550 * gdb.mi/mi-sym-info.exp: New file.
2551
0dfeecca
TT
25522019-11-22 Tom Tromey <tromey@adacore.com>
2553
2554 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2555 * gdb.ada/tasks/foo.adb: Add another stopping location.
2556
34877895
PJ
25572019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2558
2559 * gdb.base/endianity.c: New test.
2560 * gdb.base/endianity.exp: New file.
2561
2e84f897
LD
25622019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2563
2564 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2565
65d1cd5f
TV
25662019-11-21 Tom de Vries <tdevries@suse.de>
2567
2568 PR gdb/24956
2569 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2570
4f22c3f4
SDJ
25712019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2572
2573 * gdb.python/py-progspace.exp: Add missing parentheses on some
2574 'print' commands.
2575
9f6ad286
TT
25762019-11-19 Tom Tromey <tom@tromey.com>
2577
2578 * gdb.tui/winheight.exp: New file.
2579
0b8dbf3f
AB
25802019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2581
2582 * gdb.base/ctf-whatis.c: Delete.
2583 * gdb.base/ctf-whatis.exp: Delete.
2584 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2585
f833b7a7
AB
25862019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2587
2588 * gdb.base/ctf-cvexpr.exp: Delete.
2589 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2590
30d0a636
AB
25912019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2592
2593 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2594 the compiler. Clean up header comment a little.
2595 * gdb.base/ctf-ptype.exp: Likewise.
2596 * gdb.base/ctf-whatis.exp: Likewise.
2597 * lib/gdb.exp (skip_ctf_tests): New proc.
2598
494409bb
SDJ
25992019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2600
2601 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2602 * gdb.tui/corefile-run.exp: New file.
2603
55708e99
TT
26042019-11-14 Tom Tromey <tromey@adacore.com>
2605
2606 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2607 regression tests.
2608
45e42163
TT
26092019-11-12 Tom Tromey <tom@tromey.com>
2610
2611 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2612 after any command. Expect prompt after WAIT_FOR is seen.
2613 (enter_tui): Enable resize messages.
2614 (command): Expect command in output.
2615 (get_line): Avoid error when cursor appears to be off-screen.
2616 (dump_screen): Include screen size in title.
2617 (_do_resize): New proc, from "resize".
2618 (resize): Rewrite. Do resize in two steps.
2619 * gdb.tui/empty.exp (layouts): Fix entries.
2620 (check_boxes): Remove xfail.
2621 (check_text): Dump screen on failure.
2622
086baaf1
AB
26232019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2624
2625 * gdb.python/py-symbol.exp: Add test for
2626 gdb.lookup_static_symbols.
2627
09ff83af
AB
26282019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2629
2630 * gdb.python/py-symbol.c: Declare and call function from new
2631 py-symbol-2.c file.
2632 * gdb.python/py-symbol.exp: Compile both source files, and add new
2633 tests for gdb.lookup_static_symbol.
2634 * gdb.python/py-symbol-2.c: New file.
2635
11af934b
TV
26362019-11-02 Tom de Vries <tdevries@suse.de>
2637
2638 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2639 * gdb.base/anon.exp: Same.
2640 * gdb.base/auto-connect-native-target.exp: Same.
2641 * gdb.base/call-ar-st.exp: Same.
2642 * gdb.base/catch-syscall.exp: Same.
2643 * gdb.base/commands.exp: Same.
2644 * gdb.base/default.exp: Same.
2645 * gdb.base/display.exp: Same.
2646 * gdb.base/float.exp: Same.
2647 * gdb.base/foll-fork.exp: Same.
2648 * gdb.base/help.exp: Same.
2649 * gdb.base/info-macros.exp: Same.
2650 * gdb.base/info-proc.exp: Same.
2651 * gdb.base/info-target.exp: Same.
2652 * gdb.base/long_long.exp: Same.
2653 * gdb.base/macscp.exp: Same.
2654 * gdb.base/memattr.exp: Same.
2655 * gdb.base/nofield.exp: Same.
2656 * gdb.base/pointers.exp: Same.
2657 * gdb.base/printcmds.exp: Same.
2658 * gdb.base/ptype.exp: Same.
2659 * gdb.base/restore.exp: Same.
2660 * gdb.base/return.exp: Same.
2661 * gdb.base/scope.exp: Same.
2662 * gdb.base/set-noassign.exp: Same.
2663 * gdb.base/setshow.exp: Same.
2664 * gdb.base/shlib-call.exp: Same.
2665 * gdb.base/signals.exp: Same.
2666 * gdb.base/sigstep.exp: Same.
2667 * gdb.base/skip.exp: Same.
2668 * gdb.base/solib-symbol.exp: Same.
2669 * gdb.base/stap-probe.exp: Same.
2670 * gdb.base/step-line.exp: Same.
2671 * gdb.base/step-test.exp: Same.
2672 * gdb.base/style.exp: Same.
2673 * gdb.base/varargs.exp: Same.
2674 * gdb.base/vla-datatypes.exp: Same.
2675 * gdb.base/vla-ptr.exp: Same.
2676 * gdb.base/vla-sideeffect.exp: Same.
2677 * gdb.base/volatile.exp: Same.
2678 * gdb.base/watch-cond-infcall.exp: Same.
2679 * gdb.base/watchpoint.exp: Same.
2680
e96ec2ba
TV
26812019-11-02 Tom de Vries <tdevries@suse.de>
2682
2683 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2684 * gdb.cp/cpexprs.exp: Same.
2685 * gdb.cp/except-multi-location.exp: Same.
2686 * gdb.cp/exceptprint.exp: Same.
2687 * gdb.cp/gdb2384.exp: Same.
2688 * gdb.cp/inherit.exp: Same.
2689 * gdb.cp/m-static.exp: Same.
2690 * gdb.cp/meth-typedefs.exp: Same.
2691 * gdb.cp/misc.exp: Same.
2692 * gdb.cp/namespace.exp: Same.
2693 * gdb.cp/non-trivial-retval.exp: Same.
2694 * gdb.cp/overload.exp: Same.
2695 * gdb.cp/pr17132.exp: Same.
2696 * gdb.cp/re-set-overloaded.exp: Same.
2697 * gdb.cp/rvalue-ref-types.exp: Same.
2698 * gdb.cp/templates.exp: Same.
2699
bd5766ec
LM
27002019-11-01 Luis Machado <luis.machado@linaro.org>
2701
2702 PR gdb/25124
2703
2704 * gdb.arch/pr25124.S: New file.
2705 * gdb.arch/pr25124.exp: New file.
2706
165f8965
AB
27072019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2708
2709 * gdb.fortran/info-modules.exp: Update expected results, and add
2710 additional tests for 'info module functinos', and 'info module
2711 variables'.
2712 * gdb.fortran/info-types.exp: Update expected results.
2713 * gdb.fortran/info-types.f90: Extend testcase with additional
2714 module variables and functions.
2715
59c35742
AB
27162019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2717
2718 * gdb.fortran/info-modules.exp: New file.
2719 * gdb.fortran/info-types.exp: Build with new file.
2720 * gdb.fortran/info-types.f90: Include and use new module.
2721 * gdb.fortran/info-types-2.f90: New file.
2722
f3fb2519
PW
27232019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2724
2725 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2726 * gdb.base/settings.exp: Test all settings types using
2727 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2728 that now verifies that the value of "maint show" is the same as
2729 returned by the settings functions. Test the type of the
2730 maintenance settings.
2731 * gdb.base/default.exp: Update show_conv_list.
2732
d1e36019
TV
27332019-10-31 Tom de Vries <tdevries@suse.de>
2734
2735 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2736 gdb_test.
2737 * gdb.arch/amd64-disp-step.exp: Same.
2738 * gdb.asm/asm-source.exp: Same.
2739 * gdb.btrace/buffer-size.exp: Same.
2740 * gdb.btrace/cpu.exp: Same.
2741 * gdb.btrace/enable.exp: Same.
2742 * gdb.dwarf2/count.exp: Same.
2743 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2744 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2745 * gdb.fortran/vla-datatypes.exp: Same.
2746 * gdb.fortran/vla-history.exp: Same.
2747 * gdb.fortran/vla-ptype.exp: Same.
2748 * gdb.fortran/vla-value.exp: Same.
2749 * gdb.fortran/whatis_type.exp: Same.
2750 * gdb.guile/guile.exp: Same.
2751 * gdb.multi/tids.exp: Same.
2752 * gdb.python/py-finish-breakpoint.exp: Same.
2753 * gdb.python/py-framefilter.exp: Same.
2754 * gdb.python/py-pp-registration.exp: Same.
2755 * gdb.python/py-xmethods.exp: Same.
2756 * gdb.python/python.exp: Same.
2757 * gdb.server/connect-with-no-symbol-file.exp: Same.
2758 * gdb.server/no-thread-db.exp: Same.
2759 * gdb.server/run-without-local-binary.exp: Same.
2760 * gdb.stabs/weird.exp: Same.
2761 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2762 * gdb.threads/thread-find.exp: Same.
2763 * gdb.threads/tls-shared.exp: Same.
2764 * gdb.threads/tls.exp: Same.
2765 * gdb.threads/wp-replication.exp: Same.
2766 * gdb.trace/ax.exp: Same.
2767 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2768
3d11e68e
TV
27692019-10-31 Tom de Vries <tdevries@suse.de>
2770
2771 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2772 * gdb.ada/array_subscript_addr.exp: Same.
2773 * gdb.ada/arrayidx.exp: Same.
2774 * gdb.ada/arrayparam.exp: Same.
2775 * gdb.ada/arrayptr.exp: Same.
2776 * gdb.ada/boolean_expr.exp: Same.
2777 * gdb.ada/call_pn.exp: Same.
2778 * gdb.ada/complete.exp: Same.
2779 * gdb.ada/fixed_cmp.exp: Same.
2780 * gdb.ada/fun_addr.exp: Same.
2781 * gdb.ada/funcall_param.exp: Same.
2782 * gdb.ada/interface.exp: Same.
2783 * gdb.ada/mod_from_name.exp: Same.
2784 * gdb.ada/null_array.exp: Same.
2785 * gdb.ada/packed_array.exp: Same.
2786 * gdb.ada/packed_tagged.exp: Same.
2787 * gdb.ada/print_chars.exp: Same.
2788 * gdb.ada/print_pc.exp: Same.
2789 * gdb.ada/ptype_arith_binop.exp: Same.
2790 * gdb.ada/ptype_field.exp: Same.
2791 * gdb.ada/ptype_tagged_param.exp: Same.
2792 * gdb.ada/rec_return.exp: Same.
2793 * gdb.ada/ref_tick_size.exp: Same.
2794 * gdb.ada/str_ref_cmp.exp: Same.
2795 * gdb.ada/taft_type.exp: Same.
2796 * gdb.ada/tagged.exp: Same.
2797 * gdb.ada/type_coercion.exp: Same.
2798 * gdb.ada/uninitialized_vars.exp: Same.
2799
60b6ede8
TV
28002019-10-30 Tom de Vries <tdevries@suse.de>
2801
2802 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2803
30baf67b
TV
28042019-10-26 Tom de Vries <tdevries@suse.de>
2805
2806 * gdb.base/bigcore.c: Fix typos in comments.
2807 * gdb.base/ctf-ptype.c: Same.
2808 * gdb.base/long_long.c: Same.
2809 * gdb.dwarf2/dw2-op-out-param.S: Same.
2810 * gdb.python/py-evthreads.c: Same.
2811 * gdb.reverse/i387-stack-reverse.c: Same.
2812 * gdb.trace/tfile.c: Same.
2813 * lib/compiler.c: Same.
2814 * lib/compiler.cc: Same.
2815
158da0d1
TV
28162019-10-25 Tom de Vries <tdevries@suse.de>
2817
2818 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2819 gdb_test_multiple calls.
2820 * gdb.reverse/sigall-reverse.exp: Same.
2821 * gdb.reverse/solib-precsave.exp: Same.
2822 * gdb.reverse/solib-reverse.exp: Same.
2823 * gdb.reverse/until-precsave.exp: Same.
2824 * gdb.reverse/until-reverse.exp: Same.
2825
4ccdfbec
TV
28262019-10-24 Tom de Vries <tdevries@suse.de>
2827
2828 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2829 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2830 kfail using -wrap pattern flag and convenience variable
2831 gdb_test_name.
2832
33d569b7
AB
28332019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2834
2835 * gdb.python/py-progspace.exp: Add tests for the
2836 Progspace.block_for_pc method.
2837
4d0b984b
TT
28382019-10-23 Tom Tromey <tom@tromey.com>
2839
2840 * configure: Rebuild.
2841 * aclocal.m4: Use m4_include, not sinclude.
2842
94cb3754
TV
28432019-10-21 Tom de Vries <tdevries@suse.de>
2844
2845 * gdb.base/infcall-nested-structs.c: Add
2846 __attribute__((noinline,noclone)) to all functions.
2847 (call_all): Add missing variable initialization. Simplify return value.
2848 (breakpt): Increment volatile variable, to prevent call from being
2849 optimized out.
2850 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2851
062f1fc1
TV
28522019-10-17 Tom de Vries <tdevries@suse.de>
2853
2854 * gdb.fortran/module.exp: Allow info variables to print info for files
2855 other than module.f90.
2856
0b54364d
AB
28572019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2858
2859 * gdb.fortran/module.exp: Extend with 'info variables' test.
2860
7ff5fae7
AB
28612019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2862
2863 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2864 F77_FOR_TARGET.
2865
d10eccaa
TV
28662019-10-16 Tom de Vries <tdevries@suse.de>
2867
2868 PR tdep/25096
2869 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2870
745ff14e
TV
28712019-10-16 Tom de Vries <tdevries@suse.de>
2872
2873 PR tdep/24104
2874 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2875 Add KFAIL for PR tdep/25096.
2876
03e1ab94
TV
28772019-10-16 Tom de Vries <tdevries@suse.de>
2878
2879 PR testsuite/25059
2880 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2881
b17fcc10
TV
28822019-10-16 Tom de Vries <tdevries@suse.de>
2883
2884 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2885 as signed.
2886
9223170f
SM
28872019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2888
2889 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2890 one instead of increasing timeout.
2891
d6e76313
TV
28922019-10-13 Tom de Vries <tdevries@suse.de>
2893
2894 PR record/25038
2895 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2896 * gdb.reverse/sigall-reverse.exp: Same.
2897 * gdb.reverse/solib-precsave.exp: Same.
2898 * gdb.reverse/solib-reverse.exp: Same.
2899 * gdb.reverse/step-precsave.exp: Same.
2900 * gdb.reverse/until-precsave.exp: Same.
2901 * gdb.reverse/until-reverse.exp: Same.
2902 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2903
6dfc0041
AA
29042019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2905
2906 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2907 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2908 (cmp_struct_05_01, cmp_struct_static_02_01)
2909 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2910 comparisons.
2911
abcf2cc8
TV
29122019-10-10 Tom de Vries <tdevries@suse.de>
2913
2914 PR testsuite/24888
2915 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2916 gnatlink.
2917
a50faaf6
TV
29182019-10-09 Tom de Vries <tdevries@suse.de>
2919
2920 PR testsuite/25048
2921 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2922
60ff3cd7
AB
29232019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2924
2925 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2926 exceptions due to missing debug information.
2927
dfee8566
TV
29282019-10-07 Tom de Vries <tdevries@suse.de>
2929
2930 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2931
3d63690a
AB
29322019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2933
2934 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2935 * gdb.base/annota1.exp: Update to use gdb_test_name.
2936
30d1f018
WP
29372019-10-07 Weimin Pan <weimin.pan@oracle.com>
2938
2939 * gdb.base/ctf-whatis.exp: New file.
2940 * gdb.base/ctf-whatis.c: New file.
2941 * gdb.base/ctf-ptype.exp: New file.
2942 * gdb.base/ctf-ptype.c: New file.
2943 * gdb.base/ctf-constvars.exp: New file.
2944 * gdb.base/ctf-constvars.c: New file.
2945 * gdb.base/ctf-cvexpr.exp: New file.
2946
4dbbb47c
TV
29472019-10-04 Tom de Vries <tdevries@suse.de>
2948
2949 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2950 for loop.
2951
77c2dba3
TT
29522019-10-03 Tom Tromey <tom@tromey.com>
2953
2954 PR rust/24976:
2955 * gdb.rust/simple.rs (Union2): New type.
2956 (main): Use Union2.
2957 * gdb.rust/simple.exp: Add test.
2958
179aed7f
AB
29592019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2960
2961 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2962 nested function prefix.
2963
0a4b0913
AB
29642019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2965 Richard Bunt <richard.bunt@arm.com>
2966 Andrew Burgess <andrew.burgess@embecosm.com>
2967
2968 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2969 nested functions.
2970 * gdb.fortran/nested-funcs.f90: Update expected results.
2971 * gdb.fortran/nested-funcs-2.exp: New file.
2972 * gdb.fortran/nested-funcs-2.f90: New file.
2973
082cce05
AB
29742019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2975
2976 * gdb.python/py-parameter.exp: Make test names unique.
2977 * gdb.python/py-template.exp: Likewise.
2978 * gdb.python/py-value.exp: Likewise.
2979
2b74ba5a
AB
29802019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2981
2982 * gdb.base/break-interp.exp: Reduce test name duplication.
2983 * gdb.base/call-sc.exp: Likewise.
2984 * gdb.base/callfuncs.exp: Likewise.
2985 * gdb.base/charset.exp: Likewise.
2986 * gdb.base/dump.exp: Likewise.
2987 * gdb.base/ena-dis-br.exp: Likewise.
2988 * gdb.base/relational.exp: Likewise.
2989 * gdb.base/step-over-syscall.exp: Likewise.
2990 * gdb.base/structs.exp: Likewise.
2991
58eb20d5
AB
29922019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2993
2994 * gdb.linespec/explicit.exp: Make test names unique.
2995 * gdb.linespec/ls-errs.exp: Likewise.
2996
4d421147
AB
29972019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2998
2999 * gdb.reverse/break-precsave.exp: Make test names unique.
3000 * gdb.reverse/break-reverse.exp: Likewise.
3001 * gdb.reverse/finish-precsave.exp: Likewise.
3002 * gdb.reverse/finish-reverse.exp: Likewise.
3003 * gdb.reverse/machinestate-precsave.exp: Likewise.
3004 * gdb.reverse/machinestate.exp: Likewise.
3005 * gdb.reverse/readv-reverse.exp: Likewise.
3006 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3007 * gdb.reverse/sigall-precsave.exp: Likewise.
3008 * gdb.reverse/sigall-reverse.exp: Likewise.
3009 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3010 * gdb.reverse/watch-precsave.exp: Likewise.
3011 * gdb.reverse/watch-reverse.exp: Likewise.
3012
d8c06f22
AB
30132019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3014
3015 * gdb.threads/stop-with-handle.c: New file.
3016 * gdb.threads/stop-with-handle.exp: New file.
3017
3a56ed86
TV
30182019-10-03 Tom de Vries <tdevries@suse.de>
3019
3020 PR testsuite/25059
3021 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3022 directory" line to be missing.
3023
42275044
TV
30242019-10-03 Tom de Vries <tdevries@suse.de>
3025
3026 PR testsuite/25059
3027 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3028 type optional.
3029
9ef62df0
AA
30302019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3031
3032 * gdb.python/py-format-string.c (string.h): New include.
3033 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3034 the same value, for endianness-independence.
3035 * gdb.python/py-format-string.exp (default_regexp_dict)
3036 (test_pretty_structs, test_format): Adjust expected output to the
3037 changed initialization.
3038
37f6a7f4
TT
30392019-10-02 Tom Tromey <tromey@adacore.com>
3040
3041 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3042
1d58d6a2
PA
30432019-10-02 Pedro Alves <palves@redhat.com>
3044 Andrew Burgess <andrew.burgess@embecosm.com>
3045
3046 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3047 "print-file-var.h".
3048 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3049 (get_version_1): Print this_version_id and its address.
3050 Add extern "C" wrappers around interface functions.
3051 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3052 "print-file-var.h".
3053 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3054 (get_version_2): Print this_version_id and its address.
3055 Add extern "C" wrappers around interface functions.
3056 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3057 <stddef.h> and "print-file-var.h".
3058 Add extern "C" wrappers around interface functions.
3059 [VERSION_ID_MAIN] (this_version_id): Define.
3060 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3061 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3062 up extern "C" blocks.
3063 * gdb.base/print-file-var.exp (test): New, factored out from top
3064 level.
3065 (top level): Test all combinations of attribute hidden or not,
3066 dlopen or not, and this_version_id symbol in main file or not.
3067 Compile tests as both C++ and C, make test names unique.
3068
d770d56f
TT
30692019-10-01 Tom Tromey <tom@tromey.com>
3070
3071 * gdb.base/style.exp: Test "show logging filename".
3072
7f6aba03
TT
30732019-10-01 Tom Tromey <tom@tromey.com>
3074
3075 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3076 * gdb.base/style.exp: Add metadata style test.
3077
14309bb6
TT
30782019-10-01 Tom Tromey <tom@tromey.com>
3079
3080 * gdb.base/style.exp: Test "pwd".
3081
2a3c1174
PA
30822019-10-01 Tom Tromey <tom@tromey.com>
3083
3084 * gdb.base/style.exp: Update tests.
3085
53d666ec
AA
30862019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3087
3088 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3089 'six' to unsigned.
3090 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3091 'five'. Use an all-ones bit pattern for each.
3092 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3093 to its changed values.
3094
4a56a520
TT
30952019-09-30 Tom Tromey <tromey@adacore.com>
3096
3097 * gdb.rust/traits.rs: Disable all warnings.
3098
0df0352a
TV
30992019-09-29 Tom de Vries <tdevries@suse.de>
3100
aac66a4c 3101 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 3102
73d9a918
TV
31032019-09-29 Tom de Vries <tdevries@suse.de>
3104
3105 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3106
060b3ab4
TV
31072019-09-27 Tom de Vries <tdevries@suse.de>
3108
3109 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3110
68f7d34d
TV
31112019-09-27 Tom de Vries <tdevries@suse.de>
3112
3113 PR record/23188
3114 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3115
5d63b30a
TT
31162019-09-26 Tom Tromey <tromey@adacore.com>
3117
3118 * gdb.ada/py_taft.exp: New file.
3119 * gdb.ada/py_taft/main.adb: New file.
3120 * gdb.ada/py_taft/pkg.adb: New file.
3121 * gdb.ada/py_taft/pkg.ads: New file.
3122
3d435220
TV
31232019-09-24 Tom de Vries <tdevries@suse.de>
3124
3125 PR gdb/24598
3126 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3127
77d03678
TV
31282019-09-22 Tom de Vries <tdevries@suse.de>
3129
3130 * gdb.base/restore.exp: Allow register variables to be optimized out at
3131 -O0.
3132
abf516c6
UW
31332019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3134
3135 * gdb.arch/spu-info.exp: Remove file.
3136 * gdb.arch/spu-info.c: Remove file.
3137 * gdb.arch/spu-ls.exp: Remove file.
3138 * gdb.arch/spu-ls.c: Remove file.
3139
3140 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3141 * gdb.asm/spu.inc: Remove file.
3142
3143 * gdb.base/dump.exp: Remove support for spu*-*-*.
3144 * gdb.base/stack-checking.exp: Likewise.
3145 * gdb.base/overlays.exp: Likewise.
3146 * gdb.base/ovlymgr.c: Likewise.
3147 * gdb.base/spu.ld: Remove file.
3148
3149 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3150 * gdb.cp/cpexprs.exp: Likewise.
3151 * gdb.cp/exception.exp: Likewise.
3152 * gdb.cp/gdb2495.exp: Likewise.
3153 * gdb.cp/mb-templates.exp: Likewise.
3154 * gdb.cp/pr9167.exp: Likewise.
3155 * gdb.cp/userdef.exp: Likewise.
3156
3157 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3158
3159 * gdb.cell: Remove directory.
3160 * lib/cell.exp: Remove file.
3161
e452e88f
TV
31622019-09-19 Tom de Vries <tdevries@suse.de>
3163
3164 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3165
8a625130
TV
31662019-09-19 Tom de Vries <tdevries@suse.de>
3167
3168 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3169
81dc3ab5
TV
31702019-09-19 Tom de Vries <tdevries@suse.de>
3171
3172 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3173 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3174 (gdb_target_cmd): ... here.
3175 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3176 value 2.
3177
b078f3ac
AB
31782019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3179
3180 * gdb.base/source-dir.exp: Avoid having directory names in test
3181 names.
3182
f1b620e9
MG
31832019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3184
3185 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3186 directory.
3187
67f3ed6a
AB
31882019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3189
3190 * gdb.base/list-missing-source.exp: New file.
3191
d1b70248
TV
31922019-09-14 Tom de Vries <tdevries@suse.de>
3193
3194 PR teststuite/24599
3195 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3196 * lib/ada.exp (gnatmake_version_at_least): New proc.
3197
5fabdcd6
AB
31982019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3199
3200 * gdb.base/maint.exp: Use exec_has_index_section.
3201
aa17805f
AB
32022019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3203
3204 * gdb.base/maint.exp: Add test for 'maint info sections'.
3205
25e5c209
TV
32062019-09-12 Tom de Vries <tdevries@suse.de>
3207
3208 * gdb.base/store.exp: Allow register variables to be optimized out at
3209 -O0.
3210
4993045d
PW
32112019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3212
3213 * gdb.ada/rdv_wait.exp: Update to new task names.
3214 * gdb.base/task_switch_in_core.exp: Likewise.
3215 * gdb.base/info_sources_base.c: Likewise.
3216
8a516164
TT
32172019-09-10 Tom Tromey <tromey@adacore.com>
3218
3219 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3220
aa391654
TT
32212019-09-10 Tom Tromey <tromey@adacore.com>
3222
3223 * gdb.ada/dgopt.exp: New file.
3224 * gdb.ada/dgopt/x.adb: New file.
3225
8634b462
TT
32262019-09-08 Tom Tromey <tom@tromey.com>
3227
3228 * gdb.tui/resize.exp: Remove setup_xfail.
3229 * gdb.tui/regs.exp: Remove setup_xfail.
3230 * gdb.tui/basic.exp: Remove setup_xfail.
3231
736b0f76
DB
32322019-09-06 David Blaikie <dblaikie@gmail.com>
3233
3234 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3235 * gdb.cp/cplabel.exp: Ditto.
3236 * gdb.linespec/ls-errs.exp: Ditto.
3237
30331a6c
TV
32382019-09-05 Tom de Vries <tdevries@suse.de>
3239
3240 * lib/gdb.exp (cmp_file_string): New proc.
3241 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3242 runto_main. Verify save breakpoints output.
3243
98b0ebab
PW
32442019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3245
3246 * gdb.base/info-var.exp: Test info variables without running
3247 to main, to avoid expect's buffer overflow.
3248
4e962e74
TT
32492019-09-03 Tom Tromey <tromey@adacore.com>
3250
3251 * gdb.ada/bias.exp: New file.
3252 * gdb.ada/bias/bias.adb: New file.
3253 * gdb.ada/print_chars.exp: Add regression test.
3254 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3255 (MC): New variable.
3256
2ea1a07a
SL
32572019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3258
3259 * gdb.base/argv0-symlink.exp: Run only on native target
3260 and local host.
3261
8077c50d
TV
32622019-08-29 Tom de Vries <tdevries@suse.de>
3263
3264 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3265 diverse debug info.
3266 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3267
48352473
TV
32682019-08-28 Tom de Vries <tdevries@suse.de>
3269
3270 * gdb.base/info-var.exp: Allow info variables to print info for files
3271 other than info-var-f1.c and info-var-f2.c.
3272
d8f27c60
AB
32732019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3274
3275 * gdb.fortran/info-types.exp: Add module.
3276 * gdb.fortran/info-types.f90: Update expected results.
3277
1f20c35e
AB
32782019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3279
3280 * gdb.fortran/info-types.exp: New file.
3281 * gdb.fortran/info-types.f90: New file.
3282 * lib/fortran.exp (fortran_character1): New proc.
3283
4acfdd20
AB
32842019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3285
3286 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3287 functions'. Reindent as needed.
3288 * gdb.base/info-var-f1.c: New file.
3289 * gdb.base/info-var-f2.c: New file.
3290 * gdb.base/info-var.exp: New file.
3291 * gdb.base/info-var.h: New file.
3292
5c31b358
TV
32932019-08-26 Tom de Vries <tdevries@suse.de>
3294
3295 PR c++/24852
3296 * gdb.cp/no-libstdcxx-probe.exp: New test.
3297
b694989f
TV
32982019-08-26 Tom de Vries <tdevries@suse.de>
3299
3300 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3301 * tests need to be skipped.
3302 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3303 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3304 mi_skip_libstdcxx_probe_tests.
3305
d9c4ba53
SDJ
33062019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3307
3308 * gdb.python/py-xmethods.exp: Use raw strings when passing
3309 arguments to SimpleXMethodMatcher.
3310
395fad09
TV
33112019-08-22 Tom de Vries <tdevries@suse.de>
3312
3313 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3314 more informative.
3315
26c957f1
PA
33162019-08-21 Pedro Alves <palves@redhat.com>
3317
3318 * gdb.base/with.exp: Test "with" with no arguments.
3319
61f80d5d
TV
33202019-08-21 Tom de Vries <tdevries@suse.de>
3321
3322 * gdb.base/gdb-caching-proc.exp: Sort files.
3323
d7a11d13
TV
33242019-08-20 Tom de Vries <tdevries@suse.de>
3325
3326 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3327 compilation.
3328
34dafe9f
TV
33292019-08-16 Tom de Vries <tdevries@suse.de>
3330
3331 * gdb.base/compare-sections.exp ("after run to main"): Allow
3332 mismatched read-only sections for PIE executables.
3333
398fdd60
TT
33342019-08-16 Tom Tromey <tom@tromey.com>
3335
3336 * lib/tuiterm.exp (_csi_Z): New proc.
3337 * gdb.tui/basic.exp: Update window positions.
3338 * gdb.tui/empty.exp: Update window positions.
3339
d8f9e51c
SL
33402019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3341
3342 * gdb.base/examine-backward.exp: Correct regexp for
3343 "examine 3 bytes backward from ${address_zero}".
3344
3df505f6
TT
33452019-08-15 Tom Tromey <tom@tromey.com>
3346
3347 * gdb.tui/empty.exp: Enable resizing tests.
3348
272560b5
TT
33492019-08-15 Tom Tromey <tromey@adacore.com>
3350
3351 * gdb.ada/char_enum.exp: Add regression tests.
3352 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3353 and '0'.
3354 (Char, Gchar): Update.
3355 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3356
08235187
CB
33572019-08-15 Christian Biesinger <cbiesinger@google.com>
3358
3359 * gdb.python/python.exp: Expect a leading underscore on
3360 GdbOutput{,Error}File.
3361
22a2ab04
SL
33622019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3363
3364 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3365 Windows host.
3366
835b995b
SL
33672019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3368
3369 * gdb.base/batch-preserve-term-settings.exp
3370 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3371
97dd8e07
CB
33722019-08-15 Christian Biesinger <cbiesinger@google.com>
3373
3374 * lib/gdb.exp: When running on a mingw target, replace
3375 /x/ with x:/.
3376
75faf5c4
AH
33772019-08-14 Alan Hayward <alan.hayward@arm.com>
3378
3379 * gdb.arch/aarch64-prologue.c: New test.
3380 * gdb.arch/aarch64-prologue.exp: New file.
3381
abc6c00f
TV
33822019-08-13 Tom de Vries <tdevries@suse.de>
3383
3384 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3385 Thread.
3386
74c2c1f4
SL
33872019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3388
3389 * gdb.python/py-completion.exp: Download the .py file to the host
3390 and use its host pathname. Conditionalize tests that use
3391 tab completion and manipulate files on the build machine.
3392 * gdb.python/py-events.exp: Download the .py file to the host
3393 and use its host pathname.
3394 * gdb.python/py-evsignal.exp: Likewise.
3395 * gdb.python/py-evthreads.exp: Likewise.
3396 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3397 pathname syntax.
3398 * gdb.python/py-framefilter.exp: Download the .py file to the right
3399 place on the host. Match Windows pathname syntax.
3400 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3401 .py file to the host and use its host pathname.
3402 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3403 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3404 build pathname. Skip symlink test on Windows host. Add missing
3405 newline at end of file.
3406 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3407 and use its host pathname.
3408 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3409 * gdb.python/py-section-script.exp: Use host location of binfile
3410 on safe-path. Use correct path separator on Windows host.
3411 Reorder alternatives in gdb_test_multiple to prevent matching
3412 the wrong alternative on success.
3413 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3414
ca2589f3
PP
34152019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3416
3417 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3418 expect the GDB inferior to no longer immediately stop after
3419 being resumed with "signal SIGINT".
3420
020a839d
SL
34212019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3422
3423 * gdb.linespec/break-ask.exp: Generalize regexps to match
3424 Windows pathnames too.
3425
128d6509
TV
34262019-08-08 Tom de Vries <tdevries@suse.de>
3427
3428 PR testsuite/24862
3429 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3430
590042fc
PW
34312019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3432
3433 * gdb.base/style.exp: Update tests for help doc new invariants.
3434 * gdb.base/help.exp: Likewise.
3435
046bebe1
TT
34362019-08-06 Tom Tromey <tom@tromey.com>
3437
3438 * gdb.base/style.exp: Add disassemble test.
3439 * gdb.base/style.c (some_called_function): New function.
3440 (main): Use it.
3441
0b27c27d
CB
34422019-08-05 Christian Biesinger <cbiesinger@google.com>
3443
3444 * gdb.python/py-block.exp: Test dictionary access on blocks.
3445
580f1034
SM
34462019-08-05 Simon Marchi <simon.marchi@efficios.com>
3447
3448 PR gdb/24863
3449 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3450 -list-thread-groups --available test when running under
3451 check-read1.
3452
d86bd7cb
TV
34532019-08-05 Tom de Vries <tdevries@suse.de>
3454
3455 PR testsuite/24863
3456 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3457 * gdb.base/help.exp: Use with_read1_timeout_factor.
3458 * gdb.base/info-macros.exp: Same.
3459 * gdb.cp/nested-types.exp: Same.
3460
a80cf5d8
TV
34612019-08-05 Tom de Vries <tdevries@suse.de>
3462
3463 * lib/gdb.exp (version_at_least): Factor out of ...
3464 (tcl_version_at_least): ... here.
3465 (gdb_compile): Fail if pie results in non-PIE executable.
3466 (readelf_version, readelf_prints_pie): New proc.
3467 (exec_is_pie): Return -1 if unknown.
3468
d0962838
TV
34692019-08-05 Tom de Vries <tdevries@suse.de>
3470
3471 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3472
2252ff3d
SL
34732019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3474
3475 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3476
26655f53
SL
34772019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3478
3479 * lib/completion-support.exp (test_gdb_complete_none): Skip
3480 tab completion tests if no readline support.
3481 (test_gdb_complete_unique_re): Likewise.
3482 (test_gdb_complete_multiple): Likewise.
3483
db4dc13e
PW
34842019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3485
3486 * gdb.base/info_sources.exp: New file.
3487 * gdb.base/info_sources.c: New file.
3488 * gdb.base/info_sources_base.c: New file.
3489
0eba165a
PFC
34902019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3491
3492 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3493 prefix argument.
3494 (test_exit_status): Add prefix argument.
3495
59bd512b
TV
34962019-08-01 Tom de Vries <tdevries@suse.de>
3497
3498 PR testsuite/24863
3499 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3500 calling exp_continue for new thread and thread exited messages.
3501
2a3ad588
TV
35022019-08-01 Tom de Vries <tdevries@suse.de>
3503
3504 PR testsuite/24863
3505 * gdb.base/structs.exp: Fix check-read1 timeout using
3506 gdb_test_sequence.
3507 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3508
117eb594
TV
35092019-08-01 Tom de Vries <tdevries@suse.de>
3510
3511 PR testsuite/24863
3512 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3513 line.
3514
ed591340
TV
35152019-08-01 Tom de Vries <tdevries@suse.de>
3516
3517 PR testsuite/24863
3518 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3519
aa3b6533
TT
35202019-07-30 Tom Tromey <tromey@adacore.com>
3521
3522 * gdb.ada/display_nested.exp: New file.
3523 * gdb.ada/display_nested/foo.adb: New file.
3524 * gdb.ada/display_nested/pack.adb: New file.
3525 * gdb.ada/display_nested/pack.ads: New file.
3526
2906593f
CB
35272019-07-30 Christian Biesinger <cbiesinger@google.com>
3528
3529 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3530 namespace.
3531 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3532
0f575925
TV
35332019-07-30 Tom de Vries <tdevries@suse.de>
3534
3535 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3536 instead.
3537
b13057d9
TV
35382019-07-30 Tom de Vries <tdevries@suse.de>
3539
3540 PR testsuite/24834
3541 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3542 (exec_is_pie): New proc.
3543
5c4dde85
CB
35442019-07-29 Christian Biesinger <cbiesinger@google.com>
3545
3546 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3547
c620ed88
CB
35482019-07-29 Christian Biesinger <cbiesinger@google.com>
3549
3550 * gdb.python/py-objfile.c: Add global and static vars.
3551 * gdb.python/py-objfile.exp: Test new functions Objfile.
3552 lookup_global_symbol and lookup_static_symbol.
3553
3d235706
TT
35542019-07-29 Tom Tromey <tom@tromey.com>
3555
3556 * lib/tuiterm.exp (Term::_csi_@): New proc.
3557 (Term::_csi_X): Don't move cursor.
3558
c7e4c0a6
PW
35592019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3560
3561 * gdb.base/options.exp: Update backtrace - completion to
3562 new option -frame-info.
3563 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3564 Test new 'set print frame-info'. Test backtrace -frame-info
3565 overriding 'set print frame-info'.
3566 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3567 Test new 'set print frame-info'.
3568 Verify consistency of backtrace with and without filters, with and
3569 without -no-filters.
3570 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3571 default.
3572
de28a3b7
TV
35732019-07-29 Tom de Vries <tdevries@suse.de>
3574
3575 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3576 no arguments".
3577
507dd60e
TV
35782019-07-29 Tom de Vries <tdevries@suse.de>
3579
3580 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3581 is a substring of the first for "complete non-unique file name".
3582
5beafce9
TV
35832019-07-29 Tom de Vries <tdevries@suse.de>
3584
3585 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3586 with ".*".
3587
2d274232
TV
35882019-07-29 Tom de Vries <tdevries@suse.de>
3589
3590 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3591 Pass prompt_regexp parameter to gdb_test_multiple calls.
3592
9197cd8b
TV
35932019-07-29 Tom de Vries <tdevries@suse.de>
3594
3595 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 3596 print registers" regexps.
9197cd8b 3597
b528dae0
TV
35982019-07-29 Tom de Vries <tdevries@suse.de>
3599
3600 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3601
d17725d7
TV
36022019-07-29 Tom de Vries <tdevries@suse.de>
3603
3604 PR gdb/24855
3605 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3606 (skip_python_tests_prompt): Add prompt_regexp argument to
3607 gdb_test_multiple calls.
3608
52b75bf1
TT
36092019-07-27 Tom Tromey <tom@tromey.com>
3610
3611 * gdb.tui/main.exp: New file.
3612
2b1d00c2
TT
36132019-07-27 Tom Tromey <tom@tromey.com>
3614
3615 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3616 optional.
3617 * gdb.tui/empty.exp: New file.
3618
ded631d5
TT
36192019-07-27 Tom Tromey <tom@tromey.com>
3620
3621 * lib/tuiterm.exp (spawn): New proc.
3622 (Term::resize): New proc.
3623 * gdb.tui/resize.exp: New file.
3624
58ac439d
TT
36252019-07-27 Tom Tromey <tom@tromey.com>
3626
3627 * gdb.tui/list.exp: New file.
3628
fe1f56ee
TT
36292019-07-27 Tom Tromey <tom@tromey.com>
3630
3631 * gdb.tui/regs.exp: New file.
3632
f790b310
TT
36332019-07-27 Tom Tromey <tom@tromey.com>
3634
3635 * gdb.tui/basic.exp: Add "layout split" test.
3636
d95fc6ee
TT
36372019-07-27 Tom Tromey <tom@tromey.com>
3638
3639 * gdb.tui/basic.exp: Add "layout asm" test.
3640
c3786b3a
TT
36412019-07-27 Tom Tromey <tom@tromey.com>
3642
3643 * lib/tuiterm.exp: New file.
3644 * gdb.tui/basic.exp: New file.
3645
98a617f8
KB
36462019-07-27 Kevin Buettner <kevinb@redhat.com>
3647
3648 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3649 Enable tests associated with this flag. Adjust regex
3650 referencing "foo_low" to now refer to "foo_cold" instead.
3651
5c076da4
KB
36522019-07-27 Kevin Buettner <kevinb@redhat.com>
3653
3654 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3655 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3656 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3657 foo_cold. Revise comments to match.
3658 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3659 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3660 were wrapped into this proc; Call do_test in loop from outermost
3661 level.
3662 (foo_low): Rename all occurrences to "foo_cold".
3663 (backtrace from baz): New test.
3664 (x2/i foo_cold): New test.
3665 (info line *foo_cold): New test.
3666
1512d3b7
TV
36672019-07-26 Tom de Vries <tdevries@suse.de>
3668
3669 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3670
297989a1
TV
36712019-07-25 Tom de Vries <tdevries@suse.de>
3672
3673 PR testsuite/24830
3674 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3675 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3676 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3677 (skip_libstdcxx_probe_tests): ... here.
3678 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3679
b3b965fb
TV
36802019-07-24 Tom de Vries <tdevries@suse.de>
3681
3682 PR testsuite/24807
3683 * gdb.objc/basicclass.m: Include stdio.h.
3684 * gdb.objc/nondebug.m: Same.
3685 * gdb.objc/objcdecode.m: Same.
3686
4625b4d0
TV
36872019-07-24 Tom de Vries <tdevries@suse.de>
3688
3689 PR testsuite/24612
3690 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3691 additional_flags.
3692
024a5840
TV
36932019-07-24 Tom de Vries <tdevries@suse.de>
3694
3695 PR testsuite/24831
3696 * gdb.multi/tids.exp: Update error messages for info threads.
3697
c76ddaa3
TV
36982019-07-24 Tom de Vries <tdevries@suse.de>
3699
3700 * gdb.base/info-types.exp: Allow info types to print info for more than
3701 one file.
3702
9a618ef6
TV
37032019-07-23 Tom de Vries <tdevries@suse.de>
3704
3705 PR testsuite/24842
3706 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3707 gdb_spawn_with_cmdline_opts.
3708
40eadf04
SP
37092019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3710
3711 * gdb.arch/arm-cmse-sgstubs.c: New test.
3712 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3713
5ba29434
TV
37142019-07-23 Tom de Vries <tdevries@suse.de>
3715
3716 PR testsuite/24711
3717 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3718 issuing next command.
3719
a8e9d247
AB
37202019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3721
3722 * gdb.ada/info_auto_lang.exp: Update expected results.
3723 * gdb.base/info-types.c: Add additional types to check.
3724 * gdb.base/info-types.exp: Update expected results.
3725
eb86c5e2
AB
37262019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3727
3728 * gdb.base/info-types.c: New file.
3729 * gdb.base/info-types.exp: New file.
3730
01e175fe
AB
37312019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3732
3733 * gdb.arch/riscv-bp-infcall.c: New file.
3734 * gdb.arch/riscv-bp-infcall.exp: New file.
3735
6b78c3f8
AB
37362019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3737
3738 PR breakpoints/24541
3739 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3740
da738167
TV
37412019-07-14 Tom de Vries <tdevries@suse.de>
3742
3743 PR testsuite/24760
3744 * gdb.objc/basicclass.exp: Fix unterminated string.
3745
0d4e84ed
AB
37462019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3747 Andrew Burgess <andrew.burgess@embecosm.com>
3748
3749 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3750 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3751 negative bounds.
3752 * gdb.fortran/vla-value.exp: Print elements of an array with
3753 negative bounds.
3754 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3755 testing.
3756
021d8588
AB
37572019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3758
3759 * gdb.base/options.exp (expect_string): Dequote strings in
3760 results.
3761 (test-string): Test strings with different quoting and reindent.
3762
f06f1252
TT
37632019-07-10 Tom Tromey <tromey@adacore.com>
3764
3765 * gdb.ada/mi_ex_cond.exp: Update expected results.
3766 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3767 * gdb.ada/mi_catch_ex.exp: Update expected results.
3768 * gdb.ada/mi_catch_assert.exp: Update expected results.
3769 * gdb.ada/catch_ex.exp (catch_exception_info)
3770 (catch_exception_entry, catch_assert_entry)
3771 (catch_unhandled_entry): Update.
3772 * gdb.ada/catch_assert_if.exp: Update expected results.
3773
b863685d
RB
37742019-07-10 Richard Bunt <richard.bunt@arm.com>
3775 Stephen Roberts <stephen.roberts@arm.com>
3776
3777 * gdb.base/define.exp: Restore original prompt.
3778
cb1e4e32
PA
37792019-07-09 Pedro Alves <palves@redhat.com>
3780
3781 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3782 breakpoints" output.
3783 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3784 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3785 throw" creates breakpoint.
3786 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3787 'type="catchpoint"'.
3788
b58a68fe
PA
37892019-07-09 Pedro Alves <palves@redhat.com>
3790
3791 PR c++/15468
3792 * gdb.cp/except-multi-location-lib.cc: New.
3793 * gdb.cp/except-multi-location-main.cc: New.
3794 * gdb.cp/except-multi-location.exp: New.
3795
0826779b
PW
37962019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3797
3798 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3799 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3800 argument and update callers.
3801
5b0e2db4
AB
38022019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3803
3804 * gdb.arch/amd64-break-on-asm-line.S: New file.
3805 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3806
1f6f6e21
PW
38072019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3808
3809 * gdb.base/printcmds.exp: Test printing C string and
3810 C wide string convenience vars without transiting via the inferior.
3811 Also make test names unique.
3812
ea142fbf
AH
38132019-07-08 Alan Hayward <alan.hayward@arm.com>
3814
5862c886 3815 PR breakpoints/25011
ea142fbf
AH
3816 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3817
213fd9fa
PA
38182019-07-04 Pedro Alves <palves@redhat.com>
3819
3820 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3821 body returned ok(0), break(3) or continue(4).
3822 * gdb.testsuite/foreach_with_prefix.exp: New file.
3823
2b40fda7
AH
38242019-07-04 Alan Hayward <alan.hayward@arm.com>
3825
3826 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3827
a26c8de0
PA
38282019-07-03 Pedro Alves <palves@redhat.com>
3829
3830 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3831 "return -code".
3832
5f4ba3e7
PA
38332019-07-03 Pedro Alves <palves@redhat.com>
3834
3835 PR cli/24732
3836 * gdb.base/shell.exp: Load completion-support.exp.
3837 Adjust expected error output. Add completion tests.
3838
a994424f
PA
38392019-07-03 Pedro Alves <palves@redhat.com>
3840
3841 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3842 string_to_regexp.
3843
3d9be6f5
PA
38442019-07-03 Pedro Alves <palves@redhat.com>
3845
3846 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3847 (expect_integer): Adjust to expect "-string".
3848 (expect_string): New.
3849 (all_options): Expect "-string".
3850 (test-flag, test-boolean): Adjust to expect "-string".
3851 (test-string): New proc.
3852 (top level): Call it.
3853
41fc454c
PA
38542019-07-03 Pedro Alves <palves@redhat.com>
3855
3856 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3857 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3858 the expected output in the success.
3859
b2b2a215
PA
38602019-07-03 Pedro Alves <palves@redhat.com>
3861
3862 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3863 Split one gdb_test_multiple call in two to avoid a race.
3864
fdbc9870
PA
38652019-07-03 Pedro Alves <palves@redhat.com>
3866
3867 * gdb.base/with.c: New file.
3868 * gdb.base/with.exp: New file.
3869
c6ac8931
PA
38702019-07-03 Pedro Alves <palves@redhat.com>
3871
3872 * gdb.base/settings.exp: Replace all references to "maint
3873 test-settings set" with references to "maint set test-settings",
3874 and all references to "maint test-settings show" with references
3875 to "maint show test-settings".
3876
970f9d09
PA
38772019-07-03 Pedro Alves <palves@redhat.com>
3878
3879 * gdb.base/settings.exp (test-string): Adjust expected out when
3880 testing "maint test-settings show filename"
3881
54d66006
PA
38822019-07-02 Pedro Alves <palves@redhat.com>
3883
3884 * gdb.base/options.exp (test-info-threads): New procedure.
3885 (top level): Call it.
3886
10d06d82
TT
38872019-06-28 Tom Tromey <tromey@adacore.com>
3888
3889 * gdb.dwarf2/ada-linkage-name.c: New file.
3890 * gdb.dwarf2/ada-linkage-name.exp: New file.
3891
3d507ff2
TT
38922019-06-27 Tom Tromey <tromey@adacore.com>
3893
d039f014 3894 PR c++/20020:
3d507ff2
TT
3895 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3896
8af58ffe
TV
38972019-06-26 Tom de Vries <tdevries@suse.de>
3898
3899 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3900
22e21752
TV
39012019-06-26 Tom de Vries <tdevries@suse.de>
3902
3903 * gdb.base/index-cache.exp: Add back missing debug option.
3904
b65b566c
PW
39052019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3906
3907 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3908
5c2c8c69
TV
39092019-06-25 Tom de Vries <tdevries@suse.de>
3910
3911 PR testsuite/24727
3912 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3913
164e3873
TV
39142019-06-24 Tom de Vries <tdevries@suse.de>
3915
3916 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3917
824eacee
TV
39182019-06-24 Tom de Vries <tdevries@suse.de>
3919
3920 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3921 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3922 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3923
385b97d3
TV
39242019-06-24 Tom de Vries <tdevries@suse.de>
3925
3926 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3927
c596f180
TV
39282019-06-21 Tom de Vries <tdevries@suse.de>
3929
3930 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3931
b13a7d03
TV
39322019-06-21 Tom de Vries <tdevries@suse.de>
3933
3934 PR testsuite/24518
3935 PR ada/24713
3936 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3937 index.
3938
899277ae
TT
39392019-06-19 Tom Tromey <tromey@adacore.com>
3940
3941 * gdb.ada/length_cond.exp: Add intro comment.
3942
680e1bee
TT
39432019-06-19 Tom Tromey <tromey@adacore.com>
3944
3945 * gdb.ada/length_cond.exp: New file.
3946 * gdb.ada/length_cond/length_cond.adb: New file.
3947 * gdb.ada/length_cond/pck.adb: New file.
3948 * gdb.ada/length_cond/pck.ads: New file.
3949
0ed4690a
TV
39502019-06-18 Tom de Vries <tdevries@suse.de>
3951
3952 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3953
d20ed5fd
TT
39542019-06-18 Tom Tromey <tromey@adacore.com>
3955
3956 * gdb.base/list0.h: Add comment explaining control character.
3957
86e04673
TV
39582019-06-18 Tom de Vries <tdevries@suse.de>
3959
3960 * boards/fission.exp: Break up long debug_flags line.
3961
c4973306
SM
39622019-06-16 Tom de Vries <tdevries@suse.de>
3963
3964 PR gdb/24445
3965 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3966 generated index.
3967
93cb9841
AB
39682019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3969
3970 PR gdb/24686
3971 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3972 improve detection of bug gdb/24541.
3973
399aaebd
SM
39742019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3975
3976 PR gdb/24669
3977 * gdb.base/index-cache.exp (uses_readnow,
3978 expecting_index_cache_use): Define global variable.
3979 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3980 expecting_index_cache_use.
3981
584a927c
AB
39822019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3983 Andrew Burgess <andrew.burgess@embecosm.com>
3984
3985 * gdb.fortran/pointers.f90: New file.
3986 * gdb.fortran/print_type.exp: New file.
3987 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3988 * gdb.fortran/vla-type.exp: Likewise.
3989 * gdb.fortran/vla-value.exp: Likewise.
3990 * gdb.mi/mi-vla-fortran.exp: Likewise.
3991
30056ea0
AB
39922019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3993
3994 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3995 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3996 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3997 as a stop reason.
3998
ec8e2b6d
AB
39992019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4000
4001 * gdb.base/annota1.exp: Update expected results.
4002 * gdb.cp/annota2.exp: Likewise.
4003 * gdb.cp/annota3.exp: Likewise.
4004
09e4c4e1
AB
40052019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4006
4007 * gdb.base/style-logging.exp: Remove path from test name.
4008
0735b091
TT
40092019-06-14 Tom Tromey <tromey@adacore.com>
4010
4011 PR gdb/24502:
4012 * gdb.base/style-logging.exp: New file.
4013
f5686554
TT
40142019-06-14 Tom Tromey <tromey@adacore.com>
4015
4016 * gdb.base/symfile-warn.exp: New file.
4017 * gdb.base/symfile-warn.c: New file.
4018
a0c1ffed
TT
40192019-06-14 Tom Tromey <tromey@adacore.com>
4020
4021 * gdb.base/annotate-symlink.exp: New file.
4022
f411722c
TT
40232019-06-14 Tom Tromey <tromey@adacore.com>
4024
4025 * gdb.ada/set_wstr.exp: Add reassignment test.
4026
4268ec18
TT
40272019-06-14 Tom Tromey <tromey@adacore.com>
4028
4029 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4030 'unchecked_access and 'unrestricted_access as well.
4031
9a9e394b
TT
40322019-06-14 Tom Tromey <tromey@adacore.com>
4033
4034 PR ada/24539:
4035 * gdb.ada/vla.exp: Update tests.
4036 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4037 pragma.
4038
4c048731
PA
40392019-06-13 Pedro Alves <palves@redhat.com>
4040
4041 * gdb.base/settings.exp (test-integer): Test junk after
4042 "unlimited".
4043
6665660a
PA
40442019-06-13 Pedro Alves <palves@redhat.com>
4045
4046 * gdb.base/options.exp (test-thread-apply): New.
4047 (top level): Call it.
4048
5d707134
PA
40492019-06-13 Pedro Alves <palves@redhat.com>
4050
4051 * gdb.base/options.exp (test-frame-apply): New.
4052 (top level): Test print commands with different "frame apply"
4053 prefixes.
4054
e2a689da
PA
40552019-06-13 Pedro Alves <palves@redhat.com>
4056
e79be6e5 4057 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
4058 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4059 'max_completions' parameter and handle it.
4060 (test_gdb_completion_offers_commands): New.
4061
90a1ef87
PA
40622019-06-13 Pedro Alves <palves@redhat.com>
4063
4064 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4065
d4c16835
PA
40662019-06-13 Pedro Alves <palves@redhat.com>
4067
4068 * gdb.base/options.exp (test-backtrace): New.
4069 (top level): Call it.
4070
2daf894e
PA
40712019-06-13 Pedro Alves <palves@redhat.com>
4072
4073 * gdb.guile/scm-frame-args.exp: Use "set print
4074 raw-frame-arguments" instead of "set print raw frame-arguments".
4075 * gdb.python/py-frame-args.exp: Likewise.
4076
e6ed716c
PA
40772019-06-13 Pedro Alves <palves@redhat.com>
4078
4079 * gdb.compile/compile.exp: Adjust expected output to option
4080 processing changes.
4081
7d8062de
PA
40822019-06-13 Pedro Alves <palves@redhat.com>
4083
4084 * gdb.base/options.exp: Build executable.
4085 (test-print): New procedure.
4086 (top level): Call it, once for "print" and another for "compile
4087 print".
4088
9d0faba9
PA
40892019-06-13 Pedro Alves <palves@redhat.com>
4090
4091 * gdb.base/options.c: New file.
4092 * gdb.base/options.exp: New file.
4093
dee7b4c8
PA
40942019-06-13 Pedro Alves <palves@redhat.com>
4095
4096 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4097 that "o" is ambiguous.
4098
dca0f6c0
PA
40992019-06-13 Pedro Alves <palves@redhat.com>
4100
4101 * gdb.base/settings.c: New file.
4102 * gdb.base/settings.exp: New file.
4103
ccf46844
PA
41042019-06-13 Pedro Alves <palves@redhat.com>
4105
4106 * gdb.base/completion.exp: Fix comment typo.
4107
b9a3f842
PA
41082019-06-13 Pedro Alves <palves@redhat.com>
4109
4110 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4111 foo --1" test.
4112
d106773e
PA
41132019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4114
4115 * gdb.fortran/block-data.f: New.
4116 * gdb.fortran/block-data.exp: New.
4117
fea82da0
TV
41182019-06-11 Tom de Vries <tdevries@suse.de>
4119
4120 PR testsuite/24521
4121 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4122 message.
4123
8c2e74f1
TV
41242019-06-11 Tom de Vries <tdevries@suse.de>
4125
4126 PR testsuite/24521
4127 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4128
b49851c8
TV
41292019-06-11 Tom de Vries <tdevries@suse.de>
4130
4131 * boards/readnow.exp: New file.
4132
a7067863
AB
41332019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4134
4135 * gdb.fortran/vla-sizeof.exp: Update expected results.
4136
1a3da2cd
AB
41372019-06-06 Amos Bird <amosbird@gmail.com>
4138
4139 * gdb.base/annota1.exp (thread_switch): Add test for
4140 thread-exited annotation.
4141
3847a7bf
TT
41422019-06-06 Tom Tromey <tromey@adacore.com>
4143
4144 * gdb.base/maint.exp: Expect command started/finished output.
4145
0088ba59
AB
41462019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4147
4148 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4149 comment.
4150 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4151
312617a3
AB
41522019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4153
4154 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4155 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4156 * gdb.arch/riscv-unwind-long-insn.c: New file.
4157 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4158
e1f2e1a2
CB
41592019-06-04 Christian Biesinger <cbiesinger@google.com>
4160
d3238f7d 4161 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 4162
206584bd
PW
41632019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4164
4165 * lib/gdb.exp (help_list_trailer): New regexp variable
4166 factorizing the help trailer message.
4167 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4168 arg to allow to better factorize various tests.
4169 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4170 (test_prefix_command_help): Use help_list_trailer.
4171 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4172 * gdb.guile/scm-cmd.exp: Likewise.
4173 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4174 * gdb.base/help.exp: Use test_user_defined_class_help.
4175 * gdb.base/style.exp: Add tests for styling of help and apropos.
4176 * lib/gdb-utils.exp (style): Add title and highlight styles.
4177
708dc93e
PW
41782019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4179
4180 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4181 $_shell_exitsignal.
4182 * gdb.base/default.exp: Update for new convenience variables.
4183
f49055a5
TT
41842019-05-29 Tom Tromey <tromey@adacore.com>
4185
4186 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4187 to "break complete ada" test case's regexp.
4188
4330d61d
TT
41892019-05-29 Tom Tromey <tromey@adacore.com>
4190
4191 PR c++/20020:
4192 * gdb.cp/constexpr-field.exp: New file.
4193 * gdb.cp/constexpr-field.cc: New file.
4194
000439d5
TT
41952019-05-29 Tom Tromey <tromey@adacore.com>
4196
4197 * gdb.base/finish.exp (finish_no_print): New proc.
4198 (finish_tests): Call it.
4199
5a01c34c
TV
42002019-05-24 Tom de Vries <tdevries@suse.de>
4201
4202 * gdb.dwarf2/gdb-add-index.exp: New file.
4203
18125b16
TT
42042019-05-22 Tom Tromey <tromey@adacore.com>
4205
4206 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4207 * gdb.base/style.exp: Use "style".
4208 * lib/gdb-utils.exp (style): New proc.
4209
af1a8d03
TV
42102019-05-22 Tom de Vries <tdevries@suse.de>
4211
4212 * gdb.base/align.exp: Require c++11.
4213
e7fe496b
TV
42142019-05-22 Tom de Vries <tdevries@suse.de>
4215
4216 PR testsuite/24586
4217 * gdb.python/py-mi-var-info-path-expression.exp: Call
4218 mi_skip_python_tests to check if python is supported.
4219
8fca4da0
AH
42202019-05-22 Alan Hayward <alan.hayward@arm.com>
4221
4222 * gdb.arch/aarch64-pauth.c: New test.
4223 * gdb.arch/aarch64-pauth.exp: New file.
4224
b7060614
AH
42252019-05-22 Alan Hayward <alan.hayward@arm.com>
4226
4227 * README (Re-running Tests Outside The Testsuite): New section.
4228
669d0468
TV
42292019-05-21 Tom de Vries <tdevries@suse.de>
4230
4231 * gdb.arch/amd64-eval.exp: Require c++11.
4232 * gdb.base/max-depth.exp: Same.
4233 * gdb.compile/compile-cplus-array-decay.exp: Same.
4234 * gdb.cp/meth-typedefs.exp: Same.
4235 * gdb.cp/subtypes.exp: Same.
4236 * gdb.cp/temargs.exp: Same.
4237
ce3ebcaa
AH
42382019-05-21 Alan Hayward <alan.hayward@arm.com>
4239
4240 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4241
34d11c68
AB
42422019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4243
4244 PR gdb/18644
4245 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4246 * gdb.fortran/printing-types.exp: Add new test.
4247 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4248 testing.
4249 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4250 setup_kfail call.
4251
87781e84
AH
42522019-05-17 Alan Hayward <alan.hayward@arm.com>
4253
4254 * README (Running the Testsuite): Change example.
4255 (Testsuite Parameters): Remove TRANSCRIPT.
4256 * lib/gdb.exp: Remove TRANSCRIPT check.
4257
b420b89e
AH
42582019-05-17 Alan Hayward <alan.hayward@arm.com>
4259
4260 * README (Testsuite Parameters): Add replay logging to
4261 GDBSERVER_DEBUG.
4262 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4263 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4264 as a comma separated list.
4265 (gdb_debug_init): Override procedure.
4266
408e9b8b
AH
42672019-05-17 Alan Hayward <alan.hayward@arm.com>
4268
4269 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4270 (gdb_write_cmd_file): New procedure.
4271 * lib/gdbserver-support.exp (gdbserver_start): Call
4272 gdbserver_write_cmd_file.
4273 (gdbserver_write_cmd_file): New procedure.
4274
f9e2e39d
AH
42752019-05-17 Alan Hayward <alan.hayward@arm.com>
4276
4277 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4278 (delete_breakpoints): Likewise.
4279 (gdb_run_cmd): Likewise.
4280 (gdb_start_cmd): Likewise.
4281 (gdb_starti_cmd): Likewise.
4282 (gdb_internal_error_resync): Likewise.
4283 (gdb_test_multiple): Likewise.
4284 (gdb_reinitialize_dir): Likewise.
4285 (default_gdb_exit): Likewise.
4286 (gdb_file_cmd): Mark kill as optional.
4287 (default_gdb_start): Call gdb_stdin_log_init.
4288 (send_gdb): Call gdb_stdin_log_write.
4289 (rerun_to_main): Mark Y as an answer.
4290 (gdb_stdin_log_init): New function.
4291 (gdb_stdin_log_write): Likewise.
4292
81f47ac2
AH
42932019-05-17 Alan Hayward <alan.hayward@arm.com>
4294
4295 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4296 * gdb.base/debug-expr.exp: Likewise.
4297 * gdb.base/foll-fork.exp: Likewise.
4298 * gdb.base/foll-vfork.exp: Likewise.
4299 * gdb.base/fork-print-inferior-events.exp: Likewise.
4300 * gdb.base/gdb-sigterm.exp: Likewise.
4301 * gdb.base/gdbinit-history.exp: Likewise.
4302 * gdb.base/osabi.exp: Likewise.
4303 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4304 * gdb.base/ui-redirect.exp: Likewise.
4305 * gdb.gdb/unittest.exp: Likewise.
4306 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4307 * gdb.mi/mi-watch.exp: Likewise.
4308 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4309 * gdb.mi/user-selected-context-sync.exp: Likewise.
4310 * gdb.python/python.exp: Disable debug test when debugging.
4311 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4312 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4313 Likewise.
4314 * gdb.threads/stepi-random-signal.exp: Likewise.
4315
29b52314
AH
43162019-05-17 Alan Hayward <alan.hayward@arm.com>
4317
4318 * Makefile.in: Pass through GDB_DEBUG.
4319 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4320 (gdb,debug): Add board setting.
4321 * lib/gdb.exp (default_gdb_start): Start debugging.
4322 (gdb_debug_enabled): New procedure.
4323 (gdb_debug_init): Likewise.
29b52314
AH
4324
43252019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 4326
29b52314
AH
4327 * Makefile.in: Pass through GDB_DEBUG.
4328 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4329 (gdb,debug): Add board setting.
4330 * lib/gdb.exp (default_gdb_start): Start debugging.
4331 (gdb_debug_enabled): New procedure.
4332 (gdb_debug_init): Likewise.
29b52314 4333
ca1285d1
AH
43342019-05-17 Alan Hayward <alan.hayward@arm.com>
4335
4336 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4337
f3a09c80
AH
43382019-05-17 Alan Hayward <alan.hayward@arm.com>
4339
4340 * gdb.base/ui-redirect.exp: Test redirection.
4341
26648588
JV
43422019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4343
4344 * gdb.mi/mi-complete.exp: New file.
4345 * gdb.mi/mi-complete.cc: Likewise.
4346
14237686
AB
43472019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4348
4349 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4350 indexed and sliced arrays, and pointers to arrays.
4351
e7bd7fba
TT
43522019-05-14 Tom Tromey <tromey@adacore.com>
4353
4354 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4355 styling test.
4356
2764128d
TV
43572019-05-14 Tom de Vries <tdevries@suse.de>
4358
4359 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4360 selection entry encoding.
4361
71bed2db
TT
43622019-05-10 Tom Tromey <tromey@adacore.com>
4363
4364 * gdb.ada/info_exc.exp: Add "complete" test.
4365
63b667ad
TV
43662019-05-09 Tom de Vries <tdevries@suse.de>
4367
4368 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4369 CU-relative.
4370
9cfd2b89
TV
43712019-05-09 Tom de Vries <tdevries@suse.de>
4372
4373 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4374 CU-relative.
4375
2228ef77
XR
43762019-05-08 Joel Brobecker <brobecker@adacore.com>
4377
4378 * gdb.ada/frame_arg_lang.exp: New testcase.
4379 * gdb.ada/frame_arg_lang/bla.adb: New file.
4380 * gdb.ada/frame_arg_lang/pck.ads: New file.
4381 * gdb.ada/frame_arg_lang/pck.adb: New file.
4382 * gdb.ada/frame_arg_lang/foo.c: New file.
4383
80e55b13
TT
43842019-05-08 Tom Tromey <tromey@adacore.com>
4385
4386 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4387
9d3421af
TT
43882019-05-08 Tom Tromey <tromey@adacore.com>
4389
4390 * gdb.base/ptype-offsets.exp: Update tests.
4391
844333e2
TT
43922019-05-08 Tom Tromey <tromey@adacore.com>
4393
4394 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4395 cases.
4396 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4397 "short".
4398
988915ee
TT
43992019-05-08 Tom Tromey <tromey@adacore.com>
4400
4401 * gdb.ada/vla.exp: New file.
4402 * gdb.ada/vla/vla.adb: New file.
4403
7bd55dac
TV
44042019-05-07 Tom de Vries <tdevries@suse.de>
4405
4406 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4407
75f06e9d
TV
44082019-05-07 Tom de Vries <tdevries@suse.de>
4409
4410 PR testsuite/24522
4411 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4412 section.
4413
77e7aaa4
TV
44142019-05-07 Tom de Vries <tdevries@suse.de>
4415
4416 PR testsuite/24522
4417 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4418 .debug_aranges section.
4419
456ba0fa
TV
44202019-05-07 Tom de Vries <tdevries@suse.de>
4421
4422 PR testsuite/24159
4423 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4424
5a56d6a6
TV
44252019-05-06 Tom de Vries <tdevries@suse.de>
4426
4427 * lib/gdb.exp (exec_has_index_section): New proc.
4428 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4429 section.
4430
9d6d4be8
TV
44312019-05-04 Tom de Vries <tdevries@suse.de>
4432
4433 * boards/cc-with-debug-names.exp: New file.
4434
222a8d25
TT
44352019-05-03 Tom Tromey <tromey@adacore.com>
4436
4437 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4438 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4439 * gdb.ada/char_enum.exp: Add test.
4440
0fdfd794
TV
44412019-05-03 Tom de Vries <tdevries@suse.de>
4442
4443 * boards/cc-with-gdb-index.exp: New file.
4444
80062eb9
AB
44452019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4446
4447 * gdb.rust/simple.exp: Add new test case.
4448 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4449 (main): Initialise an instance of the new struct.
4450
4504bbde
TT
44512019-05-01 Tom Tromey <tromey@adacore.com>
4452
4453 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4454 record.
4455 (NPR): New variable.
4456 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4457 test.
4458
d48e62f4
TT
44592019-05-01 Tom Tromey <tromey@adacore.com>
4460
4461 * gdb.ada/packed_array_assign.exp: Add packed assignment
4462 regression test.
4463
f59f30f5
TV
44642019-05-01 Tom de Vries <tdevries@suse.de>
4465
4466 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4467
b70bfc54
TV
44682019-05-01 Tom de Vries <tdevries@suse.de>
4469
4470 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4471
15f18d14
AT
44722019-04-30 Ali Tamur <tamur@google.com>
4473
4474 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4475
2ff0a947
TT
44762019-04-30 Tom Tromey <tromey@adacore.com>
4477
4478 * lib/ada.exp (find_ada_tool): New proc.
4479 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4480 * gdb.ada/catch_ex_std.exp: New file.
4481 * gdb.ada/catch_ex_std/foo.adb: New file.
4482 * gdb.ada/catch_ex_std/some_package.adb: New file.
4483 * gdb.ada/catch_ex_std/some_package.ads: New file.
4484
a776957c
TT
44852019-04-30 Tom Tromey <tromey@adacore.com>
4486
4487 PR c++/24470:
4488 * gdb.cp/temargs.cc: Add test code from PR.
4489
bc68014d
AB
44902019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4491
4492 * gdb.fortran/vla-datatypes.exp: Update expected results.
4493 * gdb.fortran/vla-ptype.exp: Likewise.
4494 * gdb.fortran/vla-type.exp: Likewise.
4495 * gdb.fortran/vla-value.exp: Likewise.
4496
f1fdc960
AB
44972019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4498
4499 * gdb.fortran/ptr-indentation.exp: Update expected results.
4500 * gdb.fortran/ptype-on-functions.exp: Likewise.
4501 * gdb.fortran/vla-ptr-info.exp: Likewise.
4502 * gdb.fortran/vla-value.exp: Likewise.
4503
bf7a4de1
AB
45042019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4505
4506 * gdb.fortran/ptype-on-functions.exp: New file.
4507 * gdb.fortran/ptype-on-functions.f90: New file.
4508
bbe75b9d
AB
45092019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4510
4511 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4512 case void string.
4513
1db455a7
AB
45142019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4515
4516 * gdb.fortran/complex.exp: Expand.
4517 * gdb.fortran/complex.f: Renamed to...
4518 * gdb.fortran/complex.f90: ...this, and extended to add more
4519 complex values.
4520
b6d03bb2
AB
45212019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4522
4523 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4524 MODULO, CMPLX.
4525
2e62ab40
AB
45262019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4527 Richard Bunt <richard.bunt@arm.com>
4528
4529 * gdb.base/max-depth.c: New file.
4530 * gdb.base/max-depth.exp: New file.
4531 * gdb.python/py-nested-maps.c: New file.
4532 * gdb.python/py-nested-maps.exp: New file.
4533 * gdb.python/py-nested-maps.py: New file.
4534 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4535 (test_all_common): Call test_max_depth.
4536 * gdb.fortran/max-depth.exp: New file.
4537 * gdb.fortran/max-depth.f90: New file.
4538 * gdb.go/max-depth.exp: New file.
4539 * gdb.go/max-depth.go: New file.
4540 * gdb.modula2/max-depth.exp: New file.
4541 * gdb.modula2/max-depth.c: New file.
4542 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4543
d2b584a5
TV
45442019-04-29 Tom de Vries <tdevries@suse.de>
4545
4546 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4547
136afab8
PW
45482019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4549
4550 * gdb.base/callexit.exp: Test may-call-functions off.
4551
725cbb63
KS
45522019-04-25 Keith Seitz <keiths@redhat.com>
4553
4554 PR c++/24367
4555 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4556 (another_incomplete_struct, test_incomplete): New definitions.
4557 (main): Use new definitions.
4558 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4559 functions.
4560
701adfb0
PA
45612019-04-25 Ali Tamur <tamur@google.com>
4562
4563 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4564
82433e3e
SDJ
45652019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4566
4567 PR corefiles/11608
4568 PR corefiles/18187
4569 * gdb.base/coredump-filter-build-id.exp: New file.
4570
dd06d4d6
AH
45712019-04-25 Alan Hayward <alan.hayward@arm.com>
4572
e79be6e5
SM
4573 * Makefile.in: Pass through GDBSERVER_DEBUG.
4574 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4575 (gdbserver,debug): Add board setting.
4576 * gdb.trace/tspeed.exp: Skip when debugging.
4577 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4578 * lib/gdbserver-support.exp: Likewise
dd06d4d6 4579
1670072e
TT
45802019-04-24 Tom Tromey <tromey@adacore.com>
4581
4582 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4583 Rust.
4584
a59240a4
TT
45852019-04-24 Tom Tromey <tromey@adacore.com>
4586
4587 * gdb.arch/amd64-eval.exp: Test bitfield return.
4588 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4589 (class Foo) <return_bitfields>: New method.
4590 (main): Call it.
4591
b907456c
AB
45922019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4593
4594 * gdb.cp/many-args.cc: New file.
4595 * gdb.cp/many-args.exp: New file.
4596
5c565afd
TV
45972019-04-23 Tom de Vries <tdevries@suse.de>
4598
4599 PR gdb/24433
4600 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4601
ba22ff86
AH
46022019-04-23 Alan Hayward <alan.hayward@arm.com>
4603
4604 * gdb.trace/backtrace.exp: Use nopie flag.
4605 * gdb.trace/circ.exp: Likewise.
4606 * gdb.trace/collection.exp: Likewise.
4607 * gdb.trace/ftrace.exp: Likewise.
4608 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4609 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4610 * gdb.trace/qtro.exp: Likewise.
4611 * gdb.trace/read-memory.exp: Likewise.
4612 * gdb.trace/report.exp: Likewise.
4613 * gdb.trace/tfile.exp: Likewise.
4614 * gdb.trace/tfind.exp: Likewise.
4615 * gdb.trace/unavailable.exp: Likewise.
4616
7905fc35
PA
46172019-04-22 Pedro Alves <palves@redhat.com>
4618
4619 * gdb.base/solib-probes-nosharedlibrary.c,
4620 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4621
8ecb59f8
TT
46222019-04-19 Tom Tromey <tromey@adacore.com>
4623
4624 * gdb.ada/ptype_union.c: New file.
4625 * gdb.ada/ptype_union.exp: New file.
4626
62160ec9
TT
46272019-04-19 Tom Tromey <tromey@adacore.com>
4628
4629 PR symtab/24423:
4630 * gdb.base/list0.h (foo): Add a control-l character.
4631
36cd4ba5
TV
46322019-04-18 Tom de Vries <tdevries@suse.de>
4633
4634 PR gdb/24433
4635 * boards/local-board.exp: Set sysroot to "".
4636
b73715df
TV
46372019-04-18 Tom de Vries <tdevries@suse.de>
4638 Pedro Alves <palves@redhat.com>
4639
4640 PR gdb/24454
4641 * gdb.threads/vfork-follow-child-exec.c: New file.
4642 * gdb.threads/vfork-follow-child-exec.exp: New file.
4643 * gdb.threads/vfork-follow-child-exit.c: New file.
4644 * gdb.threads/vfork-follow-child-exit.exp: New file.
4645
4aa866af
LS
46462019-04-15 Leszek Swirski <leszeks@google.com>
4647
4648 * gdb.arch/amd64-eval.cc: New file.
4649 * gdb.arch/amd64-eval.exp: New file.
4650
e5a1a79a
AH
46512019-04-11 Alan Hayward <alan.hayward@arm.com>
4652
4653 * gdb.server/sysroot.c: New test.
4654 * gdb.server/sysroot.exp: New file.
4655 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4656 matching param.
4657
41077b66
AB
46582019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4659
4660 * gdb.base/align.exp: Extend test to cover structures containing
4661 only static fields.
4662
c30391f8
TV
46632019-04-11 Tom de Vries <tdevries@suse.de>
4664
4665 * boards/cc-with-dwz-m.exp: New file.
4666 * boards/cc-with-dwz.exp: New file.
4667 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4668
e242fd12
SM
46692019-04-09 Simon Marchi <simon.marchi@efficios.com>
4670
4671 * gdb.base/start-cpp.exp: New file.
4672 * gdb.base/start-cpp.cc: New file.
4673
2b0c8b01
KB
46742019-04-08 Kevin Buettner <kevinb@redhat.com>
4675
4676 * gdb.python/py-thrhandle.exp: Adjust tests to call
4677 thread_from_handle instead of thread_from_thread_handle.
4678
947210e5
KB
46792019-04-08 Kevin Buettner <kevinb@redhat.com>
4680
4681 * gdb.python/py-thrhandle.exp: Add tests for
4682 gdb.InferiorThread.handle.
4683
d7df6549
AB
46842019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4685
4686 * gdb.python/py-function.exp: Check calling helper function from
4687 all languages.
4688 * lib/gdb.exp (gdb_supported_languages): New proc.
4689
8bdc1658
AB
46902019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4691
4692 * gdb.base/complex-parts.c: New file.
4693 * gdb.base/complex-parts.exp: New file.
4694
05caa1d2
TT
46952019-04-01 Tom Tromey <tromey@adacore.com>
4696
4697 PR symtab/23331:
4698 * gdb.dwarf2/dw2-ranges-main.c: New file.
4699 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4700 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4701
7734102d
EZ
47022019-03-30 Simon Marchi <simark@simark.ca>
4703
4704 * gdb.base/default.exp: Add values for $_gdb_major and
4705 $_gdb_minor.
4706
188e1fa9
TT
47072019-03-29 Tom Tromey <tromey@adacore.com>
4708
4709 * gdb.base/help.exp: Tighten apropos regexp.
4710
2880242d
KS
47112019-03-29 Keith Seitz <keiths@redhat.com>
4712
4713 * gdb.fortran/array-bounds.exp: New file.
4714 * gdb.fortran/array-bounds.f90: New file.
4715
077cad8e
PW
47162019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4717
4718 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4719
80047cfc
PW
47202019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4721
4722 * gdb.multi/hello.c (main): Increase alarm timer.
4723
f489207e
SL
47242019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4725
4726 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4727 factor when no hardware watchpoint support.
4728
c92df149
AH
47292019-03-28 Alan Hayward <alan.hayward@arm.com>
4730 Pedro Alves <palves@redhat.com>
4731
4732 * boards/local-board.exp: set sysroot to /.
4733
933aebfa
AH
47342019-03-27 Alan Hayward <alan.hayward@arm.com>
4735
4736 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4737 in child.
4738
9f9aa852
AB
47392019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4740
4741 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4742 field.
4743 (make_container): Initialise new field.
4744 * gdb.python/py-prettyprint.exp: Add new tests.
4745 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4746 <display_hint>: New method.
4747
3714a195
AB
47482019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4749
4750 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4751 gdb_continue_to_breakpoint more throughout this test.
4752 (run_lang_tests) Supply unique test names, and use
4753 gdb_test_no_output.
4754
18c77628
AB
47552019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4756
4757 * gdb.base/finish-pretty.exp: Update expected results.
4758 * gdb.base/pretty-print.c: New file.
4759 * gdb.base/pretty-print.exp: New file.
4760
9a93502f
PA
47612019-03-25 Pedro Alves <palves@redhat.com>
4762
4763 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4764 move comments outside list. Append '-i "" eof' section.
4765
968aa7ae
AH
47662019-03-22 Alan Hayward <alan.hayward@arm.com>
4767
34a7f2a4 4768 PR testsuite/25016
968aa7ae
AH
4769 * README: Add pie options.
4770 * gdb.base/break-interp.exp: Ensure pie is disabled.
4771 * gdb.base/dump.exp: Likewise.
4772 * lib/gdb.exp (gdb_compile): Add pie option.
4773
4c7d57e7
TT
47742019-03-19 Tom Tromey <tromey@adacore.com>
4775
4776 * gdb.mi/mi2-cli-display.c: New file.
4777 * gdb.mi/mi2-cli-display.exp: New file.
4778
bff8c71f
TT
47792019-03-18 Joel Brobecker <brobecker@adacore.com>
4780 Tom Tromey <tromey@adacore.com>
4781
4782 * gdb.ada/ptype_array/pck.adb: New file.
4783 * gdb.ada/ptype_array/pck.ads: New file.
4784 * gdb.ada/ptype_array/foo.adb: New file.
4785 * gdb.ada/ptype_array.exp: New file.
4786
d085f989
TT
47872019-03-14 Tom Tromey <tromey@adacore.com>
4788
4789 * gdb.base/style.exp: Add "set style sources" test.
4790
b4be1b06
SM
47912019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4792
4793 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4794 * mi-breakpoint-multiple-locations.exp: ... this.
4795 (make_breakpoints_pattern): New proc.
4796 (do_test): Add mi_version parameter, test -break-insert,
4797 -break-info and =breakpoint-created.
4798
7cde5fc2
AB
47992019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4800
4801 * config/default.exp: Remove 'load_lib gdb.exp'.
4802 * config/monitor.exp: Likewise.
4803 * config/sid.exp: Likewise.
4804 * config/sim.exp: Likewise.
4805 * config/slite.exp: Likewise.
4806 * config/unix.exp: Likewise.
4807 * gdb.base/default.exp: Remove unhelpful comment.
4808
efbecbc1
AB
48092019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4810
4811 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4812
0841c79a
AB
48132019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4814
4815 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4816
4a270568
AB
48172019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4818
4819 * gdb.fortran/type-kinds.exp: Update expected results.
4820
067630bd
AB
48212019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4822
4823 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4824
3be47f7a
AB
48252019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4826
4827 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4828 function.
4829 (test_basic_parsing_of_type_kinds): Expand types tested.
4830 (test_parsing_invalid_type_kinds): New function.
4831
4d00f5d8
AB
48322019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4833
4834 * gdb.fortran/intrinsics.exp: New file.
4835 * gdb.fortran/intrinsics.f90: New file.
4836 * gdb.fortran/type-kinds.exp: New file.
4837
c8f91604
AB
48382019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4839
4840 * gdb.fortran/dot-ops.exp: New file.
4841
dd9f2c76
AB
48422019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4843
4844 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4845 Check upper and lower case logical literals.
4846
84ec9724
AB
48472019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4848
4849 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4850 Remove duplicate tests.
4851
c3734e09
AH
48522019-03-06 Alan Hayward <alan.hayward@arm.com>
4853
4854 * lib/gdb.exp (builtin_cd): rename of cd.
4855 (cd): Override builtin.
4856
aa3cfbda
RB
48572019-03-06 Richard Bunt <richard.bunt@arm.com>
4858
4859 * gdb.fortran/function-calls.exp: New file.
4860 * gdb.fortran/function-calls.f90: New test.
4861
7b63ad86
RB
48622019-03-04 Richard Bunt <richard.bunt@arm.com>
4863
4864 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4865 on user program standard output.
4866 * gdb.fortran/short-circuit-argument-list.f90: Record function
4867 calls.
4868
01abb042
AH
48692019-02-28 Alan Hayward <alan.hayward@arm.com>
4870
c3734e09
AH
4871 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4872 failure.
01abb042 4873
92137da0
RO
48742019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4875
4876 PR gdb/8527
4877 * gdb.base/interrupt-daemon-attach.c,
4878 gdb.base/interrupt-daemon-attach.exp: New test.
4879
5862844d
PA
48802019-02-27 Pedro Alves <palves@redhat.com>
4881
4882 * gdb.base/page.exp: Add tests for "set width/height -1".
4883
8ed25214
PA
48842019-02-27 Pedro Alves <palves@redhat.com>
4885
4886 * gdb.base/page.exp: Add tests for "set/show width/height" with
4887 "infinite" values.
4888
6c28e44a
TT
48892019-02-27 Tom Tromey <tromey@adacore.com>
4890
4891 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4892 2.4.
4893 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4894 workaround.
4895
bf9a735e
AB
48962019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4897
4898 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4899 tests for structs with static members.
4900
8791793c
TT
49012019-02-26 Tom Tromey <tromey@adacore.com>
4902
4903 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4904 ValueError, not TypeError.
4905
bc2a507e
KB
49062019-02-26 Kevin Buettner <kevinb@redhat.com>
4907
4908 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4909 call from main program.
4910
e0e7d3bd
JB
49112019-02-23 Joel Brobecker <brobecker@adacore.com>
4912
4913 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4914 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4915 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4916 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4917 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4918
9600246d
KS
49192019-02-22 Keith Seitz <keiths@redhat.com>
4920
4921 PR symtab/23853
4922 * gdb.base/symlink-sourcefile.c: New file.
4923 * gdb.base/symlink-sourcefile.exp: New file.
4924
0c95f9ed
TT
49252019-02-20 Tom Tromey <tom@tromey.com>
4926
4927 * gdb.base/info_qt.exp: Update.
4928
6caa91b6
SM
49292019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4930
4931 * gdb.base/source.exp: Move "error in sourced script" code to
4932 the end.
4933 * gdb.base/source-error.gdb: Move contents to
4934 source-error-1.gdb. Add new code to source source-error-1.gdb.
4935 * gdb.base/source-error-1.gdb: New file, from previous
4936 source-error.gdb.
4937
6506371f
TT
49382019-02-17 Tom Tromey <tom@tromey.com>
4939
4940 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4941 for macro styling.
4942 * gdb.base/style.c (SOME_MACRO): New macro.
4943
a0087920
TT
49442019-02-17 Tom Tromey <tom@tromey.com>
4945
4946 * gdb.base/style.exp: Add line-wrapping tests.
4947 * gdb.base/page.exp: Add test for quitting during pagination.
4948
a2cd4f14
JB
49492019-02-17 Joel Brobecker <brobecker@adacore.com>
4950
4951 * gdb.ada/big_packed_array: New testcase.
4952 * gdb.ada/homonym.exp: Fix incorrect expected output for
4953 "break <homonym__get_value>" test.
4954
9d70ffbc
WP
49552019-02-13 Weimin Pan <weimin.pan@oracle.com>
4956
4957 PR breakpoints/21870
4958 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4959 and prepare_for_testing. Add comment.
4960 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4961 redundant cleanup call. Clean up comment.
4962
01c7ae81
WP
49632019-02-12 Weimin Pan <weimin.pan@oracle.com>
4964
4965 PR breakpoints/21870
4966 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4967 * gdb.arch/aarch64-dbreg-contents.c: New file.
4968
aff29d1c
JB
49692019-02-10 Joel Brobecker <brobecker@adacore.com>
4970
4971 * gdb.ada/mi_ref_changeable: New testcase.
4972
df0da8a2
AH
49732019-02-07 Alan Hayward <alan.hayward@arm.com>
4974
4975 * gdb.base/attach.exp: Add double attach test.
4976
bd447abb
SM
49772019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4978
4979 * lib/gdb.exp (default_gdb_start): Don't match pagination
4980 prompt.
4981 (gdb_init): Set stty_init.
4982
1dbc40b9
TT
49832019-01-27 Tom Tromey <tom@tromey.com>
4984
4985 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4986 skip_python_tests.
4987
353229bf
AH
49882019-01-24 Alan Hayward <alan.hayward@arm.com>
4989
4990 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4991 New structure.
4992 (struct struct_static_02_02): Likewise.
4993 (struct struct_static_02_03): Likewise.
4994 (struct struct_static_02_04): Likewise.
4995 (struct struct_static_04_01): Likewise.
4996 (struct struct_static_04_02): Likewise.
4997 (struct struct_static_04_03): Likewise.
4998 (struct struct_static_04_04): Likewise.
4999 (struct struct_static_06_01): Likewise.
5000 (struct struct_static_06_02): Likewise.
5001 (struct struct_static_06_03): Likewise.
5002 (struct struct_static_06_04): Likewise.
5003 (cmp_struct_static_02_01): Likewise.
5004 (cmp_struct_static_02_02): Likewise.
5005 (cmp_struct_static_02_03): Likewise.
5006 (cmp_struct_static_02_04): Likewise.
5007 (cmp_struct_static_04_01): Likewise.
5008 (cmp_struct_static_04_02): Likewise.
5009 (cmp_struct_static_04_03): Likewise.
5010 (cmp_struct_static_04_04): Likewise.
5011 (cmp_struct_static_06_01): Likewise.
5012 (cmp_struct_static_06_02): Likewise.
5013 (cmp_struct_static_06_03): Likewise.
5014 (cmp_struct_static_06_04): Likewise.
5015 (call_all): Test new structs.
5016 * gdb.base/infcall-nested-structs.exp: Likewise.
5017
73021deb
AH
50182019-01-21 Alan Hayward <alan.hayward@arm.com>
5019 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5020
fc65c7db
AH
50212019-01-21 Alan Hayward <alan.hayward@arm.com>
5022 * gdb.base/stack-protector.c: New test.
5023 * gdb.base/stack-protector.exp: New file.
5024 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5025 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5026 option.
5027 (gdb_compile): Remove stack protector for GCC and prevent
5028 recursion.
5029
c24bdb02
KS
50302019-01-16 Keith Seitz <keiths@redhat.com>
5031
5032 PR gdb/23773
5033 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5034
6f072a10
PFC
50352019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5036
5037 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5038 aliases.
5039 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5040 tests.
5041 * gdb.arch/powerpc-vector-regs.c: New file.
5042 * gdb.arch/powerpc-vector-regs.exp: New file.
5043
a7b8d682
PFC
50442019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5045
5046 * gdb.arch/altivec-regs.exp: Fix the list passed to
5047 gdb_expect_list when testing "info vector".
5048
6eb6fb67
AB
50492019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5050
5051 * gdb.base/style.exp: Don't include path in testname.
5052
b56f80d8
KS
50532019-01-10 Keith Seitz <keiths@redhat.com>
5054
5055 PR gdb/23712
5056 PR symtab/23010
5057 * gdb.dwarf2/multidictionary.exp: New file.
5058
041be526
SM
50592019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5060
5061 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5062 (test_gnuv3_style_demangling): ... this.
5063 (test_lucid_style_demangling): Remove.
5064 (test_arm_style_demangling): Remove.
5065 (test_hp_style_demangling): Remove.
5066 (do_tests): Remove calls to the above.
5067
d820d0c3
AB
50682019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5069
5070 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5071 case.
5072
f097f5ad
TT
50732019-01-06 Tom Tromey <tom@tromey.com>
5074
5075 PR gdb/28155:
5076 * gdb.dwarf2/typedef-void-finish.exp: New file.
5077
2cd8cc0b
TT
50782018-12-28 Tom Tromey <tom@tromey.com>
5079 Simon Marchi <simark@simark.ca>
5080
5081 * gdb.base/jit-exec.exp: New file.
5082 * gdb.base/jit-exec.c: New file.
5083 * gdb.base/jit-execd.c: New file.
5084
35fb8261
TT
50852018-12-28 Tom Tromey <tom@tromey.com>
5086
5087 * gdb.base/style.exp: Update test to check for address styling.
5088
47fd17cd
TT
50892018-12-28 Tom Tromey <tom@tromey.com>
5090
5091 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5092 message.
5093
d47032b7
TT
50942018-12-28 Tom Tromey <tom@tromey.com>
5095
5096 * gdb.base/style.exp: Add test for version number styling.
5097
af79b68d
TT
50982018-12-28 Tom Tromey <tom@tromey.com>
5099
5100 * gdb.base/style.exp: Add test for print_address_symbolic.
5101
0bb296cb
TT
51022018-12-28 Tom Tromey <tom@tromey.com>
5103
5104 * gdb.base/style.exp: Add test for breakpoint setting.
5105
80ae2043
TT
51062018-12-28 Tom Tromey <tom@tromey.com>
5107
5108 * gdb.base/style.exp: Add test for variable names.
5109
cbe56571
TT
51102018-12-28 Tom Tromey <tom@tromey.com>
5111
5112 * gdb.base/style.exp: New file.
5113 * gdb.base/style.c: New file.
5114
9162a27c
TT
51152018-12-28 Tom Tromey <tom@tromey.com>
5116
5117 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5118 "dumb".
5119 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5120 the TERM environment variable.
5121
bc543c90
TT
51222018-12-27 Tom Tromey <tom@tromey.com>
5123
5124 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5125 pagination test.
5126
6f0ffe50
AB
51272018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5128
5129 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5130 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5131
b5a1e557
PW
51322018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5133
5134 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5135 Filename a.adb changed to bp_fun_addr.adb.
5136 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5137
6e8b1ab2
JV
51382018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5139
5140 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5141 non-PIE executables.
5142 * README: Mention the gdb,nopie_flag board setting.
5143 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5144 non-PIE executable.
5145 * gdb.arch/amd64-entry-value.exp: Likewise.
5146 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5147 * gdb.arch/i386-float.exp: Likewise.
5148 * gdb.arch/i386-signal.exp: Likewise.
5149 * gdb.mi/mi-reg-undefined.exp: Likewise.
5150
d00a27c5
PM
51512018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5152
5153 PR gdb/23974
5154 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5155
161d081c
PW
51562018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5157
5158 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5159 Update order of results accordingly.
5160
b001de23
AB
51612018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5162
5163 * gdb.base/annota1.exp: Update a test regexp.
5164
99e1a184
AB
51652018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5166
5167 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5168
7a81c1e2
PW
51692018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5170
5171 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5172 (reuse_time): Initialize to REUSE_TIME_CAP.
5173 (check_rc): New function.
5174 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5175 Check pthread_create rc.
5176 (spawner_thread_func): Check pthread_create and pthread_join rc.
5177
73e8dc90
PA
51782018-12-08 Pedro Alves <palves@redhat.com>
5179
5180 * gdb.base/list.exp (test_forward_search): Rename to ...
5181 (test_forward_reverse_search): ... this. Also test reverse-search
5182 and the forward-search alias.
5183
13f2ed32
AB
51842018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5185
5186 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5187 local timeout variable before return, and remove all local timeout
5188 variable entirely.
5189 (gdb_load): Likewise.
5190
64d27cfc
TV
51912018-12-01 Tom de Vries <tdevries@suse.de>
5192
5193 * gdb.base/gdb-caching-proc.exp: New file.
5194
f63c03b4
SDJ
51952018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5196
5197 * Makefile.in (TIMESTAMP): New variable.
5198 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5199 command.
5200 (check-single-racy): Likewise.
5201 (check/%.exp): Likewise.
5202 (check-racy/%.exp): Likewise.
5203 (workers/%.worker): Likewise.
5204 (build-perf): Likewise.
5205 (check-perf): Likewise.
5206 * README: Describe new "TS" and "TS_FORMAT" variables.
5207 * print-ts.py: New file.
5208
1c97054b
BF
52092018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5210
5211 PR python/23714
5212 * gdb.python/python.exp: Test command repetition after
5213 gdb.execute.
5214
1871a62d
AB
52152018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5216
5217 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5218 is correctly aligned.
5219
fb5e1ed9
PW
52202018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5221
5222 * gdb.ada/info_auto_lang.exp: New testcase.
5223 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5224 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5225 * gdb.ada/info_auto_lang/some_c.c: New file.
5226
43d397ca
PW
52272018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5228
5229 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5230 FUNC_lang language syntax.
5231
beddd671
PW
52322018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5233
5234 * gdb.base/info_minsym.c: New file.
5235 * gdb.base/info_minsym.exp: New file.
5236
73fc52c4
TT
52372018-11-19 Tom Tromey <tom@tromey.com>
5238
5239 PR rust/23625:
5240 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5241 * gdb.rust/expr.exp: Update expected output. Change one test.
5242
994b876a
TT
52432018-11-19 Tom Tromey <tom@tromey.com>
5244
5245 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5246
6769f276
PA
52472018-11-19 Pedro Alves <palves@redhat.com>
5248
5249 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5250 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5251 see the expected warning.
5252
38a72da0
AH
52532018-11-16 Alan Hayward <alan.hayward@arm.com>
5254
5255 PR gdb/22736:
5256 * gdb.cp/infcall-nodebug-lib.c: New test.
5257 * gdb.cp/infcall-nodebug-main.c: New test.
5258 * gdb.cp/infcall-nodebug.exp: New file.
5259
53a89d6e
SM
52602018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5261
5262 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5263 completer tests.
5264
9325300d
TV
52652018-11-09 Tom de Vries <tdevries@suse.de>
5266
5267 * gdb.base/msym-lang.c: New test.
5268 * gdb.base/msym-lang.exp: New file.
5269 * gdb.base/msym-lang-main.c: New test.
5270
20f0d60d
TT
52712018-11-08 Tom Tromey <tom@tromey.com>
5272
5273 PR gdb/23555:
5274 PR gdb/23838:
5275 * gdb.base/warning.exp: New file.
5276
b5420128
JB
52772018-11-08 Jan Beulich <jbeulich@suse.com>
5278
5279 * testsuite/gdb.arch/i386-avx512.c,
5280 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5281
cd115d61
AB
52822018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5283
5284 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5285 point hardware.
5286
35ee2dc2
AB
52872018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5288
5289 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5290 * gdb.dwarf2/missing-type-name.exp: New file.
5291
31aceee8
TV
52922018-11-06 Tom de Vries <tdevries@suse.de>
5293
5294 * gdb.base/many-headers.c: New test.
5295 * gdb.base/many-headers.exp: New file.
5296
109be305
JW
52972018-11-06 Jim Wilson <jimw@sifive.com>
5298
5299 * gdb.base/code_elim.exp: For riscv, set additional_flags
5300 to include -msmall-data-limit=0.
5301
e2b7af72
JB
53022018-11-01 Joel Brobecker <brobecker@adacore.com>
5303
5304 * gdb.ada/watch_minus_l: New testcase.
5305
cdcda965
SM
53062018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5307
5308 * gdb.arch/aix-sighandle.c: New file.
5309 * gdb.arch/aix-sighandle.exp: New file.
5310
92dcebf3
AB
53112018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5312
5313 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5314 registers being unions.
5315
68b9ac18
TV
53162018-10-31 Tom de Vries <tdevries@suse.de>
5317
5318 * lib/valgrind.exp: New file.
5319 (vgdb_start, vgdb_stop): New procs, factored out of ...
5320 * gdb.base/valgrind-bt.exp: ... here, ...
5321 * gdb.base/valgrind-disp-step.exp: ... here and ...
5322 * gdb.base/valgrind-infcall.exp: ... here.
5323
1443936e
TV
53242018-10-31 Tom de Vries <tdevries@suse.de>
5325
5326 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5327
eb77c9df
AB
53282018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5329
5330 * gdb.dwarf2/void-type.c: New file.
5331 * gdb.dwarf2/void-type.exp: New file.
5332
82b5e646
PW
53332018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5334
5335 * gdb.base/info_qt.c: New file.
5336 * gdb.base/info_qt.exp: New file.
5337
8d619c01
EBM
53382018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5339
5340 * gdb.arch/powerpc-htm-regs.c: New file.
5341 * gdb.arch/powerpc-htm-regs.exp: New file.
5342
f2cf6173
EBM
53432018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5344
5345 * gdb.arch/powerpc-tar.c: New file.
5346 * gdb.arch/powerpc-tar.exp: New file.
5347
7ca18ed6
EBM
53482018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5349
5350 * gdb.arch/powerpc-ppr-dscr.c: New file.
5351 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5352
bfcc0eba
TV
53532018-10-25 Tom de Vries <tdevries@suse.de>
5354
5355 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5356
fe1a5cad
TV
53572018-10-24 Tom de Vries <tdevries@suse.de>
5358
5359 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5360 longer exists error.
5361
a76dc3b7
TV
53622018-10-24 Tom de Vries <tdevries@suse.de>
5363
5364 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5365
4df46df7
TV
53662018-10-24 Tom de Vries <tdevries@suse.de>
5367
5368 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5369 --db-attach in valgrind.
5370
0dbfcfff
AB
53712018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5372
5373 * gdb.arch/riscv-reg-aliases.c: New file.
5374 * gdb.arch/riscv-reg-aliases.exp: New file.
5375
b04480b1
AH
53762018-10-19 Alan Hayward <alan.hayward@arm.com>
5377
5378 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5379
2c6ac8d7
AH
53802018-10-19 Alan Hayward <alan.hayward@arm.com>
5381
5382 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5383
2bc69f25
AH
53842018-10-19 Alan Hayward <alan.hayward@arm.com>
5385
5386 * gdb.cp/ovldbreak.exp: Fix regexps.
5387
1f1ae3a3
AH
53882018-10-19 Alan Hayward <alan.hayward@arm.com>
5389
5390 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5391
94c18618
SDJ
53922018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5393
5394 PR cli/23785
5395 * gdb.base/restore.exp: New test to check if "restore" with an
5396 invalid file doesn't segfault.
5397
812cd6eb
TV
53982018-10-18 Tom de Vries <tdevries@suse.de>
5399
5400 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5401 * gdb.ada/excep_handle.exp: Same.
5402 * gdb.ada/mi_string_access.exp: Same.
5403 * gdb.ada/mi_var_union.exp: Same.
5404 * gdb.arch/arc-analyze-prologue.exp: Same.
5405 * gdb.arch/arc-decode-insn.exp: Same.
5406 * gdb.base/readnever.exp: Same.
5407 * gdb.fortran/printing-types.exp: Same.
5408 * gdb.guile/scm-lazy-string.exp: Same.
5409
c4b90788
TV
54102018-10-16 Tom de Vries <tdevries@suse.de>
5411
5412 PR gdb/23730
5413 * gdb.base/catch-follow-exec.c: Add copyright notice.
5414 * gdb.base/catch-follow-exec.exp: Rewrite to use
5415 gdb_spawn_with_cmdline_opts. Require gdb-native.
5416
8bca2978
SL
54172018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5418
5419 * gdb.trace/actions-changed.exp: Check for arch support.
5420 * gdb.trace/actions.exp: Likewise.
5421 * gdb.trace/ax.exp: Likewise.
5422 * gdb.trace/backtrace.exp: Likewise.
5423 * gdb.trace/change-loc.exp: Likewise.
5424 * gdb.trace/deltrace.exp: Likewise.
5425 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5426 * gdb.trace/ftrace.exp: Likewise.
5427 * gdb.trace/infotrace.exp: Check for arch support.
5428 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5429 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5430 * gdb.trace/mi-tsv-changed.exp: Likewise.
5431 * gdb.trace/packetlen.exp: Likewise.
5432 * gdb.trace/passc-dyn.exp: Likewise.
5433 * gdb.trace/passcount.exp: Likewise.
5434 * gdb.trace/pending.exp: Likewise.
5435 * gdb.trace/range-stepping.exp: Check for shlib support.
5436 * gdb.trace/report.exp: Check for arch support.
5437 * gdb.trace/save-trace.exp: Likewise.
5438 * gdb.trace/signal.exp: Check for signal support.
5439 * gdb.trace/tfind.exp: Check for arch support.
5440 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5441 * gdb.trace/trace-common.h: Add comment.
5442 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5443 * gdb.trace/trace-enable-disable.exp: Likewise.
5444 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5445 * gdb.trace/tracecmd.exp: Check for arch support.
5446 * gdb.trace/tspeed.exp: Check for shlib and target support.
5447 * gdb.trace/tstatus.exp: Check for arch support.
5448 * gdb.trace/tsv.exp: Likewise.
5449 * gdb.trace/while-dyn.exp: Likewise.
5450 * gdb.trace/while-stepping.exp: Likewise.
5451 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5452
f9c49bff
SM
54532018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5454
5455 * gdb.trace/tspeed.exp: Remove nowarnings.
5456 (prepare_for_trace_test): Declare "global ipalib".
5457 * gdb.trace/tspeed.c: Include unistd.h.
5458 (main): Remove superfluous printf argument.
5459
d4330bde
SL
54602018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5461
5462 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5463 directory prefix on the filename.
5464
8ecfd7bd
SDJ
54652018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5466
5467 * gdb.gdb/unittest.exp: Update expected message informing that
5468 selftests have been disabled.
5469 * gdb.server/unittest.exp: Likewise.
5470
58bbcd02
TV
54712018-10-09 Tom de Vries <tdevries@suse.de>
5472
5473 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5474 with runto_main.
5475
9f6b697b
WP
54762018-10-08 Weimin Pan <weimin.pan@oracle.com>
5477
5478 PR c++/16841
5479 * gdb.cp/virtbase2.cc: New file.
5480 * gdb.cp/virtbase2.exp: New file.
5481
add5ded5
TT
54822018-10-06 Tom Tromey <tom@tromey.com>
5483
5484 PR python/19399:
5485 * gdb.python/py-inferior.exp: Add architecture test.
5486
f9e48344
TT
54872018-10-06 Tom Tromey <tom@tromey.com>
5488
5489 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5490 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5491
2a8be203
TT
54922018-10-06 Tom Tromey <tom@tromey.com>
5493
5494 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5495 of a "throw" catchpoint.
5496
e04caa70
SDJ
54972018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5498
5499 * gdb.base/info-proc.exp: Update string expected from "help info
5500 proc".
5501
5ca8c39f
TT
55022018-10-04 Tom Tromey <tom@tromey.com>
5503
5504 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5505 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5506 (test_initial_complaints, test_empty_complaints): Update.
5507 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5508
3453e7e4
TT
55092018-10-04 Tom Tromey <tom@tromey.com>
5510
5511 PR cli/19551:
5512 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5513 * lib/gdb.exp (gdb_file_cmd): Update.
5514 * gdb.stabs/weird.exp (print_weird_var): Update.
5515 * gdb.server/solib-list.exp: Update.
5516 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5517 * gdb.mi/mi-cli.exp: Update.
5518 * gdb.linespec/linespec.exp: Update.
5519 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5520 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5521 * gdb.cp/cp-relocate.exp: Update.
5522 * gdb.base/sym-file.exp: Update.
5523 * gdb.base/relocate.exp: Update.
5524 * gdb.base/readnever.exp: Update.
5525 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5526 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5527 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5528 * gdb.base/code_elim.exp: Update.
5529 * gdb.base/break-unload-file.exp (test_break): Update.
5530 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5531 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5532 Update.
5533 * gdb.base/attach.exp (do_attach_tests): Update.
5534 * gdb.base/sepdebug.exp: Update.
5535 * gdb.python/py-section-script.exp: Update.
5536
6afcf761
TT
55372018-10-04 Tom Tromey <tom@tromey.com>
5538
5539 PR cli/22234:
5540 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5541 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5542 output.
5543
fef1b293
TT
55442018-10-04 Tom Tromey <tom@tromey.com>
5545
5546 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5547 set width and height to 0.
5548 (test_command_line_attach_run): Use -quiet.
5549
ca98345e
SL
55502018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5551
5552 * lib/gdb.exp (skip_ifunc_tests): New.
5553 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5554 other compile failures.
5555 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5556
ff34e6ae
SM
55572018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5558
5559 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5560 is_amd64_regs_target.
5561
6bb8890e
AH
55622018-10-01 Alan Hayward <alan.hayward@arm.com>
5563
5564 * gdb.arch/aarch64-sighandler-regs.c: New test.
5565 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5566 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5567
224d30d3
MM
55682018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5569
5570 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5571 assembly.
5572
f67ffa6a
AB
55732018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5574
5575 * gdb.base/frame-selection.exp: New file.
5576 * gdb.base/frame-selection.c: New file.
5577
9fc3183f
AH
55782018-09-27 Alan Hayward <alan.hayward@arm.com>
5579
5580 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5581 pthread barrier.
5582 (main): Likewise.
5583
d354055e
AB
55842018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5585
5586 * gdb.base/large-frame-1.c: New file.
5587 * gdb.base/large-frame-2.c: New file.
5588 * gdb.base/large-frame.exp: New file.
5589 * gdb.base/large-frame.h: New file.
5590
db727370
JL
55912018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5592
5593 PR gdb/20948
5594 * gdb.base/write_mem.exp: New test.
5595 * gdb.base/write_mem.c: Likewise.
5596
ae778caf
TT
55972018-09-23 Tom Tromey <tom@tromey.com>
5598
5599 PR python/18852:
5600 * gdb.python/py-parameter.exp: Add test for parameter that throws
5601 on "set".
5602
fd3ba736
TT
56032018-09-23 Tom Tromey <tom@tromey.com>
5604
5605 PR python/17284:
5606 * gdb.python/py-template.exp (test_template_arg): Add test for
5607 negative template argument number.
5608
39a24317
TT
56092018-09-23 Tom Tromey <tom@tromey.com>
5610
5611 PR python/14062:
5612 * gdb.python/python.exp: Add test for post_event error.
5613
f5769a2c
TT
56142018-09-23 Tom Tromey <tom@tromey.com>
5615
5616 PR python/18170:
5617 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5618 convert pointers to int and long.
5619
1c1e54f6
TT
56202018-09-23 Tom Tromey <tom@tromey.com>
5621
5622 PR python/20126:
5623 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5624 signed-ness conversion tests.
5625
fb4fa946
TT
56262018-09-23 Tom Tromey <tom@tromey.com>
5627
5628 PR python/18352;
5629 * gdb.python/py-value.exp (test_float_conversion): New proc.
5630 Use it.
5631
a466edac
HAQ
56322018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5633
5634 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5635
4ee9b0c5
SL
56362018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5637
5638 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5639 no readline.
5640 * gdb.base/utf8-identifiers.exp: Likewise.
5641 * gdb.cp/cpcompletion.exp: Likewise.
5642 * gdb.linespec/cpcompletion.exp: Likewise.
5643 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5644 * gdb.linespec/cpls-ops.exp: Likewise.
5645
23be8da7
RB
56462018-09-19 Richard Bunt <richard.bunt@arm.com>
5647 Chris January <chris.january@arm.com>
5648
5649 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5650 * gdb.fortran/short-circuit-argument-list.exp: New file.
5651 * gdb.fortran/short-circuit-argument-list.f90: New test.
5652
5031d0ae
SDJ
56532018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5654
5655 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5656 "arch=" keyword when executing "-stack-list-frames".
5657
b4c0d1a4
SDJ
56582018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5659
5660 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5661 "arch=" keyword when executing "-stack-list-frames".
5662
7a6d2b45
SDJ
56632018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5664
5665 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5666 break ada".
5667
8588b356
SM
56682018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5669
5670 PR python/23669
5671 * gdb.python/python.exp: Test gdb.execute("show commands").
5672
65e65158
TT
56732018-09-16 Tom Tromey <tom@tromey.com>
5674
5675 * gdb.base/new-ui.exp (do_execution_tests): Update.
5676 * gdb.base/dbx.exp (test_breakpoints): Update.
5677
bf326452
AH
56782018-09-14 Alan Hayward <alan.hayward@arm.com>
5679
5680 * lib/gdb.exp (gdb_simple_compile): Add proc.
5681 (is_elf_target): Use gdb_simple_compile.
5682 (skip_altivec_tests): Likewise.
5683 (skip_vsx_tests): Likewise.
5684 (skip_tsx_tests): Likewise.
5685 (skip_btrace_tests): Likewise.
5686 (skip_btrace_pt_tests): Likewise.
5687 (gdb_can_simple_compile): Likewise.
5688 (gdb_has_argv0): Likewise.
5689 (gdb_target_symbol_prefix): Likewise.
5690 (target_supports_scheduler_locking): Likewise.
5691
2361b0fb
TT
56922018-09-13 Tom Tromey <tom@tromey.com>
5693
5694 * Makefile.in (TAGS): Recognize proc_with_prefix and
5695 gdb_caching_proc.
5696
0ae1a321
SM
56972018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5698
5699 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5700 method.
5701
a40bf0c2
SM
57022018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5703
5704 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5705 and a few other Inferior properties when the Inferior is no
5706 longer valid.
5707
4a3fe98f
TT
57082018-09-13 Tom Tromey <tom@tromey.com>
5709
5710 PR rust/23650:
5711 * gdb.rust/simple.exp: Add test for enum field access error.
5712
098b2108
TT
57132018-09-13 Tom Tromey <tom@tromey.com>
5714
5715 PR rust/23626:
5716 * gdb.rust/simple.rs (EmptyEnum): New type.
5717 (main): Use it.
5718 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5719
1256af7d
SM
57202018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5721
5722 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5723 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5724 * gdb.python/py-symtab.exp: Update test printing an objfile.
5725
4aa8e6c2
SM
57262018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5727
5728 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5729 object.
5730
c221b2f7
AH
57312018-09-12 Alan Hayward <alan.hayward@arm.com>
5732
5733 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5734 (support_complex_tests): Use gdb_can_simple_compile.
5735 (is_ilp32_target): Likewise.
5736 (is_lp64_target): Likewise.
5737 (is_64_target): Likewise.
5738 (is_amd64_regs_target): Likewise.
5739 (is_aarch32_target): Likewise.
5740 (gdb_int128_helper): Likewise.
5741
6f1107b5
JK
57422018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5743
5744 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5745
1f5d1570
JG
57462018-09-10 Jerome Guitton <guitton@adacore.com>
5747
5748 * gdb.ada/same_component_name: Add test for case of tagged record
5749 with variable-length fields.
5750
cc330e39
XR
57512018-09-10 Xavier Roirand <roirand@adacore.com>
5752
5753 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5754 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5755 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5756 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5757
b9c50e9a
XR
57582018-09-10 Xavier Roirand <roirand@adacore.com>
5759
5760 * gdb.ada/mi_string_access.exp: New testcase.
5761 * gdb.ada/mi_string_access/bar.adb: New file.
5762 * gdb.ada/mi_string_access/pck.adb: New file.
5763 * gdb.ada/mi_string_access/pck.asd: New file.
5764
2963898f
XR
57652018-09-10 Xavier Roirand <roirand@adacore.com>
5766
5767 * gdb.ada/mi_var_union.exp: New testcase.
5768 * gdb.ada/mi_var_union/bar.adb: New file.
5769 * gdb.ada/mi_var_union/pck.adb: New file.
5770 * gdb.ada/mi_var_union/pck.asd: New file.
5771
1aac008f
TT
57722018-09-08 Tom Tromey <tom@tromey.com>
5773
5774 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5775
332cf4c9
TT
57762018-09-08 Tom Tromey <tom@tromey.com>
5777
5778 PR python/16047:
5779 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5780 (register_pretty_printers): Register new printer.
5781 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5782 test.
5783 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5784 (an_int_type3): New global.
5785
424da6cf
JB
57862018-09-08 Joel Brobecker <brobecker@adacore.com>
5787
5788 * gdb.ada/expr_with_funcall: New testcase.
5789
2a62dfa9
JB
57902018-09-08 Joel Brobecker <brobecker@adacore.com>
5791
5792 * gdb.ada/packed_array_assign: New testcase.
5793
96b6697f
AB
57942018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5795
5796 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5797 names, and add test prefixes to make test names unique.
5798
e4a62c65
TV
57992018-09-05 Tom de Vries <tdevries@suse.de>
5800
5801 * gdb.dwarf2/varval.exp: Add test.
5802
dd083ee2
GB
58032018-09-04 Gary Benson <gbenson@redhat.com>
5804
5805 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5806 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5807
aef9346c
TT
58082018-08-31 Tom Tromey <tom@tromey.com>
5809
5810 * gdb.rust/simple.rs: Rename second variable "v".
5811
c67f2e15
AB
58122018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5813
5814 * gdb.base/funcargs.c (use_a): New function.
5815 (recurse): Call use_a.
5816
078a0207
KS
58172018-08-29 Keith Seitz <keiths@redhat.com>
5818
5819 * gdb.compile/compile-cplus-anonymous.cc: New file.
5820 * gdb.compile/compile-cplus-anonymous.exp: New file.
5821 * gdb.compile/compile-cplus-array-decay.cc: New file.
5822 * gdb.compile/compile-cplus-array-decay.exp: New file.
5823 * gdb.compile/compile-cplus-inherit.cc: New file.
5824 * gdb.compile/compile-cplus-inherit.exp: New file.
5825 * gdb.compile/compile-cplus-member.cc: New file.
5826 * gdb.compile/compile-cplus-member.exp: New file.
5827 * gdb.compile/compile-cplus-method.cc: New file.
5828 * gdb.compile/compile-cplus-method.exp: New file.
5829 * gdb.compile/compile-cplus-mod.c: "New" file.
5830 * gdb.compile/compile-cplus-namespace.cc: New file.
5831 * gdb.compile/compile-cplus-namespace.exp: New file.
5832 * gdb.compile/compile-cplus-nested.cc: New file.
5833 * gdb.compile/compile-cplus-nested.exp: New file.
5834 * gdb.compile/compile-cplus-print.c: "New" file.
5835 * gdb.compile/compile-cplus-print.exp: "New" file.
5836 * gdb.compile/compile-cplus-virtual.cc: New file.
5837 * gdb.compile/compile-cplus-virtual.exp: New file.
5838 * gdb.compile/compile-cplus.c: "New" file.
5839 * gdb.compile/compile-cplus.exp: "New" file.
5840 * lib/compile-support.exp: New file.
5841
b0f492b9
GB
58422018-08-16 Gary Benson <gbenson@redhat.com>
5843
5844 PR gdb/13000:
5845 * gdb.base/batch-exit-status.exp: New file.
5846 * gdb.base/batch-exit-status.good-commands: Likewise.
5847 * gdb.base/batch-exit-status.bad-commands: Likewise.
5848
36eb4c5f
AH
58492018-08-29 Alan Hayward <alan.hayward@arm.com>
5850
5851 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5852 (struct struct02): Likewise.
5853 (struct struct03): Likewise.
5854 (struct struct04): Likewise.
5855 (struct struct_01_01): New struct.
5856 (struct struct_01_02): Likewise.
5857 (struct struct_01_03): Likewise.
5858 (struct struct_01_04): Likewise.
5859 (struct struct_02_01): Likewise.
5860 (struct struct_02_02): Likewise.
5861 (struct struct_02_03): Likewise.
5862 (struct struct_02_04): Likewise.
5863 (struct struct_04_01): Likewise.
5864 (struct struct_04_02): Likewise.
5865 (struct struct_04_03): Likewise.
5866 (struct struct_04_04): Likewise.
5867 (struct struct_05_01): Likewise.
5868 (struct struct_05_02): Likewise.
5869 (struct struct_05_03): Likewise.
5870 (struct struct_05_04): Likewise.
5871 (cmp_struct01): Remove function.
5872 (cmp_struct02): Likewise.
5873 (cmp_struct03): Likewise.
5874 (cmp_struct04): Likewise.
5875 (cmp_struct_01_01): Add Function.
5876 (cmp_struct_01_02): Likewise.
5877 (cmp_struct_01_03): Likewise.
5878 (cmp_struct_01_04): Likewise.
5879 (cmp_struct_02_01): Likewise.
5880 (cmp_struct_02_02): Likewise.
5881 (cmp_struct_02_03): Likewise.
5882 (cmp_struct_02_04): Likewise.
5883 (cmp_struct_04_01): Likewise.
5884 (cmp_struct_04_02): Likewise.
5885 (cmp_struct_04_03): Likewise.
5886 (cmp_struct_04_04): Likewise.
5887 (cmp_struct_05_01): Likewise.
5888 (cmp_struct_05_02): Likewise.
5889 (cmp_struct_05_03): Likewise.
5890 (cmp_struct_05_04): Likewise.
5891 (call_all): Add new structs.
5892 * gdb.base/infcall-nested-structs.exp: Likewise.
5893
3bf9c013
JV
58942018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5895
5896 * gdb.python/py-framefilter-mi.exp: Update regexp to
5897 check for "arch" field in frame output.
5898
450d1e88
KB
58992018-08-23 Kevin Buettner <kevinb@redhat.com>
5900
5901 * gdb.dwarf2/dw2-ranges-func.c: New file.
5902 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5903
ae739fe7
SM
59042018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5905
5906 * gdb.base/term.exp: Compare terminal settings with values from
5907 the inferior.
5908 * gdb.base/term.c: Get and set terminal settings.
5909
6d52907e
JV
59102018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5911
5912 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5913 accommodate new "arch" field in frame output.
5914 * gdb.mi/mi-return.exp: Likewise.
5915 * gdb.mi/mi-stack.exp: Likewise.
5916 * gdb.mi/mi-syn-frame.exp: Likewise.
5917 * gdb.mi/user-selected-context-sync.exp: Likewise.
5918
be2d111a
MS
59192018-08-19 Michael Spang <spang@google.com>
5920
5921 PR gdb/11786
5922 * gdb.base/gcore-tls-pie.c: New file.
5923 * gdb.base/gcore-tls-pie.exp: New file.
5924
ae3a7c47
KB
59252018-08-18 Kevin Buettner <kevinb@redhat.com>
5926
5927 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
5928 * gdb.dwarf2/varval.c: New file.
5929 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 5930
2ecae92e
AH
59312018-08-17 Alan Hayward <alan.hayward@arm.com>
5932
5933 PR gdb/18931
5934 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5935
c1854f1d
KS
59362018-08-16 Keith Seitz <keiths@redhat.com>
5937
5938 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5939 tests expected to pass.
5940
26fb3983
JV
59412018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5942
5943 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5944 -data-disassemble -a.
5945 (test_disassembly_bogus_args): Likewise.
5946
67943c00
AB
59472018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5948
5949 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5950
5ff2bbae
AB
59512018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5952
5953 * gdb.base/vla-optimized-out.exp: Add new test.
5954
e5bbcd0f
AB
59552018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5956
5957 * gdb.base/vla-optimized-out-o3.exp: Delete.
5958 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5959 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5960 deleted tests.
5961
9d4a934c
AB
59622018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5963
5964 PR gdb/18050:
5965 * gdb.server/extended-remote-restart.c: New file.
5966 * gdb.server/extended-remote-restart.exp: New file.
5967
045cf012
SM
59682018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5969
5970 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5971 "set variable index = 42".
5972
87d6a7aa
SM
59732018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5974
5975 * boards/index-cache-gdb.exp: New file.
5976 * gdb.dwarf2/index-cache.exp: New file.
5977 * gdb.dwarf2/index-cache.c: New file.
5978 * gdb.base/maint.exp: Check if we are using the index cache.
5979
96d68bd4
RO
59802018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5981
5982 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5983 MAKEFLAGS.
5984
5a699617
RO
59852018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5986
5987 * dg-extract-results.sh: Move to toplevel contrib.
5988 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5989 * Makefile.in (check-parallel-racy): Likewise.
5990
5bd18990
AB
59912018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5992
5993 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5994 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5995 tests if the target supports scheduler locking.
5996
3fbbcf47
TV
59972018-08-04 Tom de Vries <tdevries@suse.de>
5998
5999 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6000
3e1d3d8c
TT
60012018-08-02 Tom Tromey <tom@tromey.com>
6002
6003 PR symtab/16842.
6004 * gdb.cp/temargs.exp: Test "info address" of a template
6005 parameter.
6006
5abe0f0c
JV
60072018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6008
6009 * gdb.python/py-mi-var-info-path-expression.c: New file.
6010 * gdb.python/py-mi-var-info-path-expression.py: New file.
6011 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6012
fb66cde8
SDJ
60132018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6014
6015 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6016 error after "cannot resolve name" string.
6017
c708f4d2
AB
60182018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6019
6020 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6021 started.
6022 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6023
37cc0cae
TV
60242018-07-28 Tom de Vries <tdevries@suse.de>
6025
6026 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6027
63b4ecf7
TV
60282018-07-26 Tom de Vries <tdevries@suse.de>
6029
6030 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6031
3c3bb058
AB
60322018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6033
6034 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6035 is visible.
6036
9e7f3bbb
TV
60372018-07-26 Tom de Vries <tdevries@suse.de>
6038
6039 PR breakpoints/23366
6040 * gdb.base/catch-follow-exec.c: New test.
6041 * gdb.base/catch-follow-exec.exp: New file.
6042
16f808ec
TV
60432018-07-25 Tom de Vries <tdevries@suse.de>
6044
6045 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6046 vla-optimized-out.c.
6047
d7154a8d
JV
60482018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6049
6050 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6051 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6052
232a0032
TV
60532018-07-20 Tom de Vries <tdevries@suse.de>
6054
6055 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6056 NOCLONE macro.
6057 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6058
fbb1d502
TV
60592018-07-19 Tom de Vries <tdevries@suse.de>
6060
6061 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6062 regular expression.
6063
42dc7699
TV
60642018-07-18 Tom de Vries <tdevries@suse.de>
6065
6066 * gdb.base/vla-optimized-out.c: New test.
6067 * gdb.base/vla-optimized-out.exp: New file.
6068
7f1f7e23
SDJ
60692018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6070
6071 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6072 message "No address associated with hostname" when gdbserver
6073 cannot resolve the hostname.
6074
5759ebb3
PW
60752018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6076
6077 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6078 Add some test prefixes to make tests unique.
6079
3606ccab
PW
60802018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6081
6082 * gdb.base/frameapply.c: New file.
6083 * gdb.base/frameapply.exp: New file.
6084
529c08b2
PW
60852018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6086
6087 * gdb.base/skip.exp: Update expected error message.
6088
c7ab0aef
SDJ
60892018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6090 Jan Kratochvil <jan.kratochvil@redhat.com>
6091 Paul Fertser <fercerpav@gmail.com>
6092 Tsutomu Seki <sekiriki@gmail.com>
6093
6094 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6095 parameter.
6096 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6097 by default.
6098 * boards/native-gdbserver.exp: Likewise.
6099 * gdb.server/run-without-local-binary.exp: Improve regexp used
6100 for detecting when a remote debugging connection succeeds.
6101 * gdb.server/server-connect.exp: New file.
6102 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6103 Do not prefix the port number with ":".
6104 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6105 support for detecting and using it. Add '$debughost_gdbserver'
6106 to the list of arguments used to start gdbserver. Handle case
6107 when gdbserver cannot resolve a network name.
6108
16ff70dd
SDJ
61092018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6110
6111 PR c++/23373
6112 * gdb.base/ptype-offsets.cc (struct static_member): New
6113 struct.
6114 (main) <stmember>: New variable.
6115 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6116 with a static member in it.
6117
3541979f
AB
61182018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6119
6120 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6121 watchpoints enabled and disabled.
6122
c8ad9b9a
AB
61232018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6124
6125 * gdb.base/examine-backward.exp: Still run tests around address
6126 0x0, even if address 0x0 is not readable. Update the pattern for
6127 matching address 0x0 in expected output.
6128
e0e5e971
AB
61292018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6130
6131 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6132 malloc/free.
6133
1ea5da02
TV
61342018-07-04 Tom de Vries <tdevries@suse.de>
6135
6136 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6137
471b9d15
MR
61382018-07-02 Maciej W. Rozycki <macro@mips.com>
6139
6140 PR tdep/8282
6141 * gdb.arch/mips-disassembler-options.exp: New test.
6142 * gdb.arch/mips-disassembler-options.s: New test source.
6143
75acb486
PA
61442018-06-29 Pedro Alves <palves@redhat.com>
6145
6146 * gdb.threads/names.exp: Adjust expected "info threads" output.
6147
cd2bb709
PA
61482018-06-29 Pedro Alves <palves@redhat.com>
6149
6150 * gdb.opt/inline-break.exp (line number, address): Add "info
6151 break" tests.
6152
991ff292
PA
61532018-06-29 Pedro Alves <palves@redhat.com>
6154
6155 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6156 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6157 number and address and running to them.
6158
356819b6 61592018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
6160
6161 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6162
2512d7ef
JK
61632018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6164
6165 * lib/compiler.c: Remove executable permission flag.
6166
be1b6474
RB
61672018-06-28 Richard Bunt <richard.bunt@arm.com>
6168
6169 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6170 code.
6171 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6172
291f9a96
PT
61732018-06-28 Petr Tesarik <ptesarik@suse.cz>
6174
6175 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6176
ed6dfe51
PT
61772018-06-28 Petr Tesarik <ptesarik@suse.cz>
6178
6179 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6180 address argument is omitted.
6181
d4d429d5
PT
61822018-06-28 Petr Tesarik <ptesarik@suse.cz>
6183
6184 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6185
7ab6656f
OJ
61862018-06-27 Omair Javaid <omair.javaid@linaro.org>
6187
6188 PR gdb/21695
6189 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6190 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6191
a33ccfc7
TT
61922018-06-26 Tom Tromey <tom@tromey.com>
6193
6194 PR rust/22574:
6195 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6196 * gdb.rust/simple.rs (struct SimpleLayout): New.
6197
6d72d289
SM
61982018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6199
6200 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6201 "info registers" output.
6202
8363f9d5
RB
62032018-06-21 Richard Bunt <richard.bunt@arm.com>
6204
6205 * gdb.base/watchpoint-hw-attach.c: New test.
6206 * gdb.base/watchpoint-hw-attach.exp: New file.
6207
f00674fe
SM
62082018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6209
6210 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6211 through /bin/sh.
6212 * boards/dwarf4-gdb-index.exp: Likewise.
6213 * boards/fission-dwp.exp: Likewise.
6214
1d554008
UW
62152018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6216
6217 * gdb.base/float128.exp: Add comment and improved fail message
6218 to the failure case of "print large128" test.
6219
d0ac1c44
SM
62202018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6221
6222 * configure.ac: Remove AC_PREREQ.
6223 * configure: Re-generate.
6224
61b04dd0
PA
62252018-06-19 Pedro Alves <palves@redhat.com>
6226
6227 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6228 (func_extern_caller): New.
6229 (main): Call func_extern_caller.
6230 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6231 logic change.
6232
f63b508a
SM
62332018-06-18 Weimin Pan <weimin.pan@oracle.com>
6234
6235 PR gdb/16841
6236 * gdb.cp/typedef-base.cc: New file.
6237 * gdb.cp/typedef-base.exp: New file.
6238
0fe3a558
TV
62392018-06-18 Tom de Vries <tdevries@suse.de>
6240
6241 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6242
7010835a
AB
62432018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6244 Richard Bunt <Richard.Bunt@arm.com>
6245
6246 * gdb.threads/attach-slow-waitpid.c: New file.
6247 * gdb.threads/attach-slow-waitpid.exp: New file.
6248 * gdb.threads/slow-waitpid.c: New file.
6249
14897d65
PA
62502018-06-14 Pedro Alves <palves@redhat.com>
6251
6252 * gdb.base/fork-running-state.c: Include <errno.h>.
6253 (exit_if_relative_exits): New.
6254 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6255 exits.
6256 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6257 child exits.
6258
5d9a0608
TV
62592018-06-14 Tom de Vries <tdevries@suse.de>
6260
6261 PR cli/22573
6262 * gdb.base/finish-pretty.c: New test.
6263 * gdb.base/finish-pretty.exp: New file.
6264
11ae5818
PA
62652018-06-14 Pedro Alves <palves@redhat.com>
6266
6267 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6268 gdb's expected startup output.
6269
1d39de44
PA
62702018-06-14 Pedro Alves <palves@redhat.com>
6271
6272 * lib/selftest-support.exp (selftest_setup): Remove inlined
6273 function handling.
6274
70ee0000
TV
62752018-06-14 Tom de Vries <tdevries@suse.de>
6276
6277 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6278 matching of breakpoint printing.
6279
11f4b608
TV
62802018-06-13 Tom de Vries <tdevries@suse.de>
6281
6282 PR testsuite/23269
6283 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6284 (fork_child): ... here, and ...
6285 (fork_parent): ... here.
6286
62872018-06-12 Tom de Vries <tdevries@suse.de>
6288
6289 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6290
9516f85a
AB
62912018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6292 Stephen Roberts <stephen.roberts@arm.com>
6293
6294 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6295 rewrite test to describe action performed, rather than possible
6296 failure.
6297
5045b3d7
GB
62982018-06-08 Gary Benson <gbenson@redhat.com>
6299
6300 * gdb.threads/check-libthread-db.exp: New file.
6301 * gdb.threads/check-libthread-db.c: Likewise.
6302
c61b06a1
TT
63032018-06-05 Tom Tromey <tom@tromey.com>
6304
6305 * gdb.base/default.exp: Update expected "show version" output.
6306
eb6af809
TT
63072018-06-05 Tom Tromey <tom@tromey.com>
6308
6309 PR cli/12326:
6310 * gdb.cp/static-print-quit.exp: Update.
6311 * lib/gdb.exp (pagination_prompt): Update.
6312 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6313 * gdb.python/python.exp: Update.
6314
178d6a63
JB
63152018-06-04 Joel Brobecker <brobecker@adacore.com>
6316
6317 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6318
8e817061
JB
63192018-06-01 Joel Brobecker <brobecker@adacore.com>
6320
6321 * gdb.ada/bp_fun_addr: New testcase.
6322
e86ca25f
TT
63232018-06-01 Tom Tromey <tom@tromey.com>
6324
6325 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6326 results.
6327 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6328 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6329 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6330 * gdb.base/maint.exp (maint_pass_if): Update.
6331
4b2dfa9d
MR
63322018-05-31 Maciej W. Rozycki <macro@mips.com>
6333
6334 * gdb.base/endian.exp: New test.
6335 * gdb.base/endian.c: New test source.
6336
45f25d6c
AB
63372018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6338
6339 PR gdb/23203
6340 * gdb.base/bt-selected-frame.c: New file.
6341 * gdb.base/bt-selected-frame.exp: New file.
6342 * lib/gdb.exp (get_current_frame_number): New function.
6343
d9f6d7f8
MR
63442018-05-24 Maciej W. Rozycki <macro@mips.com>
6345 Pedro Alves <palves@redhat.com>
6346
6347 * gdb.threads/tls-core.c: Include <stdlib.h>
6348 (thread_proc): Call `abort'.
6349 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6350 (tls_core_test): New procedure, bits factored out from ...
6351 (top level): ... here. Test both native cores and gcore cores.
6352
ff1cf532
TT
63532018-05-23 Tom Tromey <tom@tromey.com>
6354
6355 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6356
b98664d3
TT
63572018-05-23 Tom Tromey <tom@tromey.com>
6358
6359 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6360 symfile_complaints.
6361 (test_short_complaints): Likewise.
6362 (test_empty_complaints): Likewise.
6363 (test_initial_complaints): Update.
6364
4e9668d0
TT
63652018-05-23 Tom Tromey <tom@tromey.com>
6366
6367 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6368
43ba33c7
TT
63692018-05-23 Tom Tromey <tom@tromey.com>
6370
6371 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6372 (test_short_complaints): Update.
6373
035522c0
PA
63742018-05-22 Pedro Alves <palves@redhat.com>
6375
6376 * gdb.base/remote.exp: Only gdb_start after compiling the
6377 testcase. Issue "disconnect" before testing "set remote" command
6378 defaults. Issue clean_restart before running to main.
6379
cc0be08f
PA
63802018-05-22 Pedro Alves <palves@redhat.com>
6381
6382 * gdb.base/remote.exp: Adjust expected output of "show remote
6383 memory-write-packet-size". Add tests for "set remote
6384 memory-write-packet-size 0" and "set remote
6385 memory-write-packet-size fixed/limit".
6386
b1b60145
PA
63872018-05-22 Pedro Alves <palves@redhat.com>
6388
6389 PR gdb/22973
6390 * gdb.base/utf8-identifiers.c: New file.
6391 * gdb.base/utf8-identifiers.exp: New file.
6392
0ec848ad
PFC
63932018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6394
6395 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6396
2c3305f6
PFC
63972018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6398
6399 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6400
ce1e8424
TT
64012018-05-18 Tom Tromey <tom@tromey.com>
6402
6403 * gdb.base/ptype-offsets.exp: Update.
6404
ddfe970e
KS
64052018-05-17 Keith Seitz <keiths@redhat.com>
6406
6407 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6408 in expected breakpoint stop locations.
6409 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6410 move to proper scope to test variable values.
6411 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6412 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6413 New functions.
6414 (main): Call not_inline_func3.
6415 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6416 inline_func1, inline_func2, and inline_func3. Test that when each
6417 breakpoint is hit, GDB properly reports both the stop location
6418 and the backtrace. Repeat tests for temporary breakpoints.
6419
0726fcc6
MR
64202018-05-15 Maciej W. Rozycki <macro@mips.com>
6421
6422 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6423 rather then trying to access it in determining whether the PID
6424 of `gdbserver' could have been retrieved.
6425
8ee22052
AB
64262018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6427
6428 * gdb.arch/amd64-init-x87-values.S: New file.
6429 * gdb.arch/amd64-init-x87-values.exp: New file.
6430
7785df48
JK
64312018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6432
6433 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6434
56bcdbea
TT
64352018-05-04 Tom Tromey <tom@tromey.com>
6436
6437 PR python/22730:
6438 * gdb.python/python.exp: Test multi-line execute.
6439
a913fffb
TT
64402018-05-04 Tom Tromey <tom@tromey.com>
6441
6442 PR python/22731:
6443 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6444
7a2c85f2
TT
64452018-05-04 Tom Tromey <tom@tromey.com>
6446
6447 PR gdb/11750:
6448 * gdb.base/define.exp: Test defining a user command inside a user
6449 command.
6450 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6451
a3b60e45
JK
64522018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6453 Pedro Alves <palves@redhat.com>
6454
6455 PR breakpoints/19806 and support for PR external/20207.
6456 * gdb.base/watchpoint-unaligned.c: New file.
6457 * gdb.base/watchpoint-unaligned.exp: New file.
6458
45fe4a03
AB
64592018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6460
6461 * gdb.base/maint.exp: Make test names unique, use
6462 test_prefix_command_help to test 'help maint info', and remove
6463 repeated test of 'help maint'.
6464
9be2ae8f
TT
64652018-05-04 Tom Tromey <tom@tromey.com>
6466
6467 PR gdb/22619:
6468 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6469 behavior.
6470
11859c31
AB
64712018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6472
6473 * gdb.base/maint.exp: Process output from 'maint print registers'
6474 line at a time.
6475
089a9490
AB
64762018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6477
6478 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6479 timeout.
6480
9b0797e2
AB
64812018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6482
6483 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6484 filter pattern.
6485
f6ac5f3d
PA
64862018-05-02 Pedro Alves <palves@redhat.com>
6487
6488 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6489 to_log_command renames.
6490 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6491
77d3c63b
TT
64922018-05-02 Tom Tromey <tom@tromey.com>
6493
6494 * gdb.python/py-parameter.exp: Set test message.
6495
0489430a
TT
64962018-05-02 Tom Tromey <tom@tromey.com>
6497
6498 PR python/20084:
6499 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6500 PARAM_ZUINTEGER_UNLIMITED tests.
6501
1632f8ba
DR
65022018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6503
6504 PR rust/23124
6505 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6506 when casting.
6507
6d7bb824
TT
65082018-04-30 Tom Tromey <tom@tromey.com>
6509
6510 * gdb.python/py-type.exp: Check align attribute.
6511 * gdb.python/py-type.c: New "aligncheck" global.
6512
007e1530
TT
65132018-04-30 Tom Tromey <tom@tromey.com>
6514
6515 PR exp/17095:
6516 * gdb.dwarf2/dw2-align.exp: New file.
6517 * gdb.cp/align.exp: New file.
6518 * gdb.base/align.exp: New file.
6519 * lib/gdb.exp (gdb_int128_helper): New proc.
6520 (has_int128_c, has_int128_cxx): New caching procs.
6521
6873858b
TT
65222018-04-27 Tom Tromey <tom@tromey.com>
6523
6524 PR rust/22545:
6525 * gdb.rust/simple.exp: Add inclusive range tests.
6526
79188d8d
PA
65272018-04-26 Pedro Alves <palves@redhat.com>
6528
6529 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6530 ifunc breakpoint locations correctly of ifunc breakpoints set
6531 while the program resolves the ifunc.
6532
c7075ad5
PA
65332018-04-26 Pedro Alves <palves@redhat.com>
6534
6535 * gdb.base/gnu-ifunc-final.c: New file.
6536 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6537 * gdb.base/gnu-ifunc.exp (executable): Delete.
6538 (staticexecutable): Adjust.
6539 (lib_opts, exec_opts): Delete.
6540 (make_binsuffix, build, set-break): New procedures.
6541 (misc_tests): New, with tests factored out from the top level.
6542 (top level): Test different combinations of ifunc resolver name,
6543 resolver with and with debug info, and ifunc target with and
6544 without debug info. Wrap static tests with with_target_prefix.
6545
8388016d
PA
65462018-04-26 Pedro Alves <palves@redhat.com>
6547
6548 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6549 return type" warnings.
6550
249b5733
PA
65512018-04-25 Pedro Alves <palves@redhat.com>
6552
6553 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6554 killed".
6555 * gdb.base/kill-after-signal.exp: Likewise.
6556 * gdb.threads/kill.exp: Likewise.
6557
f67c0c91
SDJ
65582018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6559 Sergio Durigan Junior <sergiodj@redhat.com>
6560 Pedro Alves <palves@redhat.com>
6561
6562 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6563 regexps to expect for '[Inferior ... detached]' as well.
6564 * gdb.base/attach.exp: Likewise.
6565 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6566 "gdb_continue_to_end".
6567 (test_catch_syscall_with_wrong_args): Likewise.
6568 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6569 ']'. Don't set 'verbose' on.
6570 * gdb.base/foll-vfork.exp: Likewise.
6571 * gdb.base/fork-print-inferior-events.c: New file.
6572 * gdb.base/fork-print-inferior-events.exp: New file.
6573 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6574 '[Inferior ... has been killed]' message.
6575 * gdb.base/kill-after-signal.exp: Likewise.
6576 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6577 detach message.
6578 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6579 message.
6580 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6581 regexps to expect for '[Inferior ... detached]' as well.
6582 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6583
0a8ddac4
SM
65842018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6585
6586 PR gdb/23104
6587 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6588
701adfb0
PA
65892018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6590
6591 PR gdb/23095
6592 * gdb.base/break-probes.exp: Pass shlib_load to
6593 prepare_for_testing. Set normal_bp to r_debug_state if target is
6594 bsd.
6595
d27d16bf
RB
65962018-04-19 Richard Bunt <richard.bunt@arm.com>
6597
6598 * gdb.threads/multiple-successive-infcall.c: New test.
6599 * gdb.threads/multiple-successive-infcall.exp: New file.
6600
a037790e
TT
66012018-04-17 Tom Tromey <tom@tromey.com>
6602
6603 * gdb.rust/simple.rs (Union): New type.
6604 (main): New local "u".
6605 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6606
e3a91079
AA
66072018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6608
6609 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6610 number information in output of "whereis" command.
6611 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6612
b744723f
AA
66132018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6614
6615 * gdb.ada/info_types.exp: Adjust expected output to the line
6616 numbers now printed by "info var/func/type".
6617 * gdb.base/completion.exp: Likewise.
6618 * gdb.base/included.exp: Likewise.
6619 * gdb.cp/cp-relocate.exp: Likewise.
6620 * gdb.cp/cplusfuncs.exp: Likewise.
6621 * gdb.cp/namespace.exp: Likewise.
6622 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6623
4a4495d6
MM
66242018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6625
6626 * gdb.btrace/cpu.exp: New.
6627
1d509aa6
MM
66282018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6629
6630 * gdb.base/step-indirect-call-thunk.exp: New.
6631 * gdb.base/step-indirect-call-thunk.c: New.
6632 * gdb.reverse/step-indirect-call-thunk.exp: New.
6633 * gdb.reverse/step-indirect-call-thunk.c: New.
6634
6295b6da
SM
66352018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6636
6637 * gdb.base/pie-fork.c: New file.
6638 * gdb.base/pie-fork.exp: New file.
6639
50146e70
TT
66402018-04-11 Tom Tromey <tom@tromey.com>
6641
6642 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6643
f50d8a2e
PA
66442018-04-10 Pedro Alves <palves@redhat.com>
6645
6646 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6647 exits. Instead loop running forever.
6648 (fork_parent): Run forever too.
6649
a0be7a36
SM
66502018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6651
6652 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6653 mi_continue_to_line.
6654 * gdb.mi/mi-stack.c (callee4): Add comment.
6655
9b73db36
SM
66562018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6657
6658 * gdb.mi/mi-stack.exp: Fix indentation.
6659
c912f608
SM
66602018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6661
6662 PR gdb/22979
6663 * gdb.arch/amd64-osabi.exp: New file.
6664
26540402
SM
66652018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6666
6667 PR gdb/22980
6668 * gdb.base/osabi.exp: New file.
6669
121ad66c 66702018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
6671
6672 * gdb.cp/static-typedef-print.exp: New file.
6673 * gdb.cp/static-typedef-print.cc: New file.
6674
3fcded8f
JB
66752018-03-27 Joel Brobecker <brobecker@adacore.com>
6676
6677 * gdb.ada/varsize_limit: New testcase.
6678
59cc4834
JB
66792018-03-27 Joel Brobecker <brobecker@adacore.com>
6680
6681 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6682
6683 * gdb.ada/notcplusplus: New testcase.
6684
6685 * gdb.base/c-linkage-name.c: New file.
6686 * gdb.base/c-linkage-name.exp: New testcase.
6687
4ca59a9f
TT
66882018-03-26 Tom Tromey <tom@tromey.com>
6689
6690 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6691 * gdb.python/py-framefilter.py (name_error): New global.
6692 (ErrorInName.function): Use name_error.
6693
978d6c75
TT
66942018-03-26 Tom Tromey <tom@tromey.com>
6695
6696 PR backtrace/15582:
6697 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6698
b7fee5a3
KS
66992018-03-23 Keith Seitz <keiths@redhat.com>
6700
6701 PR c++/22968
6702 * gdb.cp/subtypes.exp: New file.
6703 * gdb.cp/subtypes.h: New file.
6704 * gdb.cp/subtypes.cc: New file.
6705 * gdb.cp/subtypes-2.cc: New file.
6706
376be529
AB
67072018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6708
6709 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6710 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6711 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6712 -nostartfiles when compiling the test. Confirm that all registers
6713 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6714
066cfa98
AB
67152018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6716
6717 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6718 option, syntax was wrong anyway.
6719 * gdb.arch/arm-disp-step.exp: Likewise.
6720 * gdb.arch/sparc64-regs.exp: Likewise.
6721 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6722 option, syntax was wrong anyway, switch to use
6723 prepare_for_testing.
6724 * gdb.arch/i386-disp-step.exp: Likewise.
6725
079670b9
AA
67262018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6727
6728 * gdb.ada/exec_changed.exp: Replace "target_info exists
6729 use_gdb_stub" by "use_gdb_stub".
6730 * gdb.ada/start.exp: Likewise.
6731 * gdb.base/async-shell.exp: Likewise.
6732 * gdb.base/attach-pie-misread.exp: Likewise.
6733 * gdb.base/attach-wait-input.exp: Likewise.
6734 * gdb.base/break-entry.exp: Likewise.
6735 * gdb.base/break-interp.exp: Likewise.
6736 * gdb.base/dprintf-detach.exp: Likewise.
6737 * gdb.base/nostdlib.exp: Likewise.
6738 * gdb.base/solib-nodir.exp: Likewise.
6739 * gdb.base/statistics.exp: Likewise.
6740 * gdb.base/testenv.exp: Likewise.
6741 * gdb.mi/mi-exec-run.exp: Likewise.
6742 * gdb.mi/mi-start.exp: Likewise.
6743 * gdb.multi/dummy-frame-restore.exp: Likewise.
6744 * gdb.multi/multi-arch-exec.exp: Likewise.
6745 * gdb.multi/multi-arch.exp: Likewise.
6746 * gdb.multi/tids.exp: Likewise.
6747 * gdb.multi/watchpoint-multi.exp: Likewise.
6748 * gdb.python/py-events.exp: Likewise.
6749 * gdb.threads/attach-into-signal.exp: Likewise.
6750 * gdb.threads/attach-stopped.exp: Likewise.
6751 * gdb.threads/threadapply.exp: Likewise.
6752 * lib/selftest-support.exp: Likewise.
6753
26d6cec4
AA
67542018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6755
6756 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6757
4ee89e90
SR
67582018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6759
6760 * gdb.perf/template-breakpoints.cc: New file.
6761 * gdb.perf/template-breakpoints.exp: New file.
6762 * gdb.perf/template-breakpoints.py: New file.
6763
92630041
TT
67642018-03-19 Tom Tromey <tom@tromey.com>
6765
6766 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6767 y0.
6768 * gdb.rust/simple.exp: Test bare identifier form of struct
6769 initializer.
6770
76727919
TT
67712018-03-19 Tom Tromey <tom@tromey.com>
6772
6773 * gdb.gdb/observer.exp: Remove.
6774
194ed413
AA
67752018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6776
6777 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6778 "qualified" option when setting breakpoints.
6779 * gdb.trace/backtrace.exp: Likewise.
6780 * gdb.trace/circ.exp: Likewise.
6781 * gdb.trace/collection.exp: Likewise.
6782 * gdb.trace/disconnected-tracing.exp: Likewise.
6783 * gdb.trace/ftrace-lock.exp: Likewise.
6784 * gdb.trace/ftrace.exp: Likewise.
6785 * gdb.trace/infotrace.exp: Likewise.
6786 * gdb.trace/packetlen.exp: Likewise.
6787 * gdb.trace/passc-dyn.exp: Likewise.
6788 * gdb.trace/qtro.exp: Likewise.
6789 * gdb.trace/read-memory.exp: Likewise.
6790 * gdb.trace/report.exp: Likewise.
6791 * gdb.trace/signal.exp: Likewise.
6792 * gdb.trace/status-stop.exp: Likewise.
6793 * gdb.trace/strace.exp: Likewise.
6794 * gdb.trace/tfind.exp: Likewise.
6795 * gdb.trace/trace-break.exp: Likewise.
6796 * gdb.trace/trace-condition.exp: Likewise.
6797 * gdb.trace/trace-mt.exp: Likewise.
6798 * gdb.trace/tstatus.exp: Likewise.
6799 * gdb.trace/tsv.exp: Likewise.
6800 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6801 * gdb.trace/unavailable.exp: Likewise.
6802 * gdb.trace/while-dyn.exp: Likewise.
6803
8b067d2c
AA
68042018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6805
6806 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6807 that libinproctrace is copied to the target.
6808
3ae9ce5d
TT
68092018-03-14 Tom Tromey <tom@tromey.com>
6810
6811 PR cli/14977:
6812 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6813 a null pointer.
6814 * gdb.base/wchar.exp: Likewise.
6815
b8c2339b
TT
68162018-03-14 Tom Tromey <tom@tromey.com>
6817
6818 PR cli/19918:
6819 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6820 flag.
6821
4872dc46
SM
68222018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6823
6824 PR gdb/22841
6825 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6826 "target" to remote_exec.
6827
e4fe3756
SM
68282018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6829
6830 PR gdb/22841
6831 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6832 ${board}_upload): Remove.
6833
e95a97d4
AA
68342018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6835
6836 * gdb.cp/watch-cp.cc: New test.
6837 * gdb.cp/watch-cp.exp: New file.
6838
dbbb1059
AB
68392018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6840
6841 * gdb.base/infcall-nested-structs.exp: New file.
6842 * gdb.base/infcall-nested-structs.c: New file.
6843 * gdb.base/float.exp: Add riscv support.
6844
ecc054c0
TP
68452018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6846
6847 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6848 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6849
25e3c82c
SDJ
68502018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6851
6852 * gdb.server/abspath.exp: New file.
6853 * lib/gdb.exp (with_cwd): New procedure.
6854
3083294d
SM
68552018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6856
6857 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6858 use it.
6859 (gdb_is_target_remote_prompt): New proc.
6860 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6861 (gdb_is_target_native): Pass prompt parameter to
6862 gdb_is_target_1.
6863
3275ef47
SM
68642018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6865
6866 * gdb.base/load-command.c: New file.
6867 * gdb.base/load-command.exp: New file.
6868 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6869 (gdb_is_target_1): ...this, and generalize for other targets
6870 than just remote.
6871 (gdb_is_target_remote): Use gdb_is_target_1.
6872 (gdb_is_target_native): use gdb_is_target_1.
6873
6893c19a
TT
68742018-02-26 Tom Tromey <tom@tromey.com>
6875
6876 PR python/16497:
6877 * gdb.python/py-framefilter.exp: Update test.
6878
2ddeaf8a
TT
68792018-02-26 Tom Tromey <tom@tromey.com>
6880
6881 * gdb.dwarf2/variant.c: New file.
6882 * gdb.dwarf2/variant.exp: New file.
6883
c9317f21
TT
68842018-02-26 Tom Tromey <tom@tromey.com>
6885
6886 * gdb.rust/simple.exp: Accept more possible results in enum test.
6887
6f6d0c26
SM
68882018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6889
6890 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6891 parentheses.
6892
11b03145
MR
68932018-02-23 Maciej W. Rozycki <macro@mips.com>
6894
6895 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6896 name of a variable: $actual_linejj -> $actual_line.
6897
54a27fe5
JB
68982018-02-21 John Baldwin <jhb@FreeBSD.org>
6899
6900 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6901
de65820c
MM
69022018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6903
6904 * gdb.btrace/buffer-size.exp: Do not force BTS.
6905
980548fd
PA
69062018-02-14 Pedro Alves <palves@redhat.com>
6907
6908 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6909 getting a "Quit".
6910
c4e12631
MM
69112018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6912
6913 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6914 Fix test name.
6915
c2e0e465
SM
69162018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6917
6918 * gdb.cp/m-static.exp: Check type of optimized out static
6919 member.
6920
f7216783
AB
69212018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6922
6923 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6924 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6925
0625771b
LS
69262018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6927 Leszek Swirski <leszeks@google.com>
6928
6929 * gdb.python/py-prettyprint.c
6930 (struct to_string_returns_value_inner,
6931 struct to_string_returns_value_wrapper): New.
6932 (main): Add tsrvw variable.
6933 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6934 ToStringReturnsValueWrapper): New classes.
6935 (register_pretty_printers): Register new pretty-printers.
6936 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6937 recursive pretty printer.
6938 * gdb.python/py-mi.exp: Likewise.
6939
59498c30
LS
69402018-02-01 Leszek Swirski <leszeks@google.com>
6941
6942 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6943 functions with the same name as an include file are parsed
6944 correctly.
6945
d4d38844
YQ
69462018-02-01 Yao Qi <yao.qi@linaro.org>
6947
6948 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6949 "\[^\r\n\]*".
6950
07e5f5cf
NP
69512018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6952
6953 * gdb.arch/powerpc-prologue-frame.s: New file.
6954 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6955 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6956
929b5ad4
JB
69572018-01-31 Joel Brobecker <brobecker@adacore.com>
6958
6959 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6960
e671cd59
PA
69612018-01-30 Pedro Alves <palves@redhat.com>
6962
6963 PR gdb/13211
6964 * gdb.base/interrupt-daemon.c: New.
6965 * gdb.base/interrupt-daemon.exp: New.
6966 * gdb.multi/multi-term-settings.c: New.
6967 * gdb.multi/multi-term-settings.exp: New.
6968
fc413dc4
JB
69692018-01-30 Joel Brobecker <brobecker@adacore.com>
6970
6971 * gdb.base/break.exp: Save the location where the breakpoint
6972 on break.c:47 was actually inserted when debugging the version
6973 compiled at -O2 and use it in the expected output of the "info
6974 break" test performed soon after.
6975
5c319bb2
PA
69762018-01-22 Pedro Alves <palves@redhat.com>
6977 Sergio Durigan Junior <sergiodj@redhat.com>
6978
6979 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6980 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6981
a9e40818
JB
69822018-01-22 Joel Brobecker <brobecker@adacore.com>
6983
6984 * gdb.base/break-include.c, gdb.base/break-include.inc,
6985 gdb.base/break-include.exp: New files.
6986 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6987 line number now being the actual line number where the breakpoint
6988 was inserted.
6989 * gdb.mi/mi-break.exp: Likewise.
6990 * gdb.mi/mi-reverse.exp: Likewise.
6991 * gdb.mi/mi-simplerun.exp: Ditto.
6992
e707fc44
AB
69932018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6994
6995 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6996 varobj.
6997 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6998
ae451627
AB
69992018-01-21 Don Breazeal <donb@codesourcery.com>
7000 Andrew Burgess <andrew.burgess@embecosm.com>
7001
7002 * gdb.mi/basics.c: Add new global.
7003 * gdb.mi/mi-frame-regs.exp: New file.
7004 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7005 case.
7006
b1b189e0
AB
70072018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7008
7009 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7010 non-parameter, and on an unknown symbol.
7011
fcfcc376
TT
70122018-01-19 Tom Tromey <tom@tromey.com>
7013
7014 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7015 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7016
634c1c31
AA
70172018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7018
7019 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7020 setrlimit and chdir to int.
7021
d6ad07fd
AA
70222018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7023
7024 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7025 function.
7026 (my_tend): Likewise.
7027 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7028 rationale of avoiding FP- and vector instructions.
7029
adf8243b
RK
70302018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7031
7032 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7033 "info reg" with "\[ \t\]*".
7034 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7035 "\[ \t\]+".
7036 * gdb.arch/s390-multiarch.exp: Ditto.
7037 * gdb.base/pc-fp.exp: Ditto.
7038 * gdb.reverse/i386-precsave.exp: Ditto.
7039 * gdb.reverse/i386-reverse.exp: Ditto.
7040 * gdb.reverse/i387-env-reverse.exp: Ditto.
7041 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7042
dcc06925
AA
70432018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7044
7045 * lib/gdb.exp (gdb_compile): Re-enable use of
7046 universal_compile_options for languages other than Rust.
7047
25d4fd80
AA
70482018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7049
7050 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7051
ee7f689e 70522018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
7053
7054 PR gdb/16577
7055 * gdb.base/solib-vanish.exp: New.
7056 * gdb.base/solib-vanish-main.c: New.
7057 * gdb.base/solib-vanish-lib1.c: New.
7058 * gdb.base/solib-vanish-lib2.c: New.
7059
d8447b6b
YQ
70602018-01-17 Yao Qi <yao.qi@linaro.org>
7061
7062 * gdb.compile/compile.exp: Match the address printed for
7063 frame in the output of command "bt".
7064
86d6a90c
TT
70652018-01-15 Tom Tromey <tom@tromey.com>
7066
7067 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7068 compute sp_reg.
7069
cbcdb1aa
AB
70702018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7071
7072 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7073 to prepare.
7074 (prepare): Return 0 on error, 1 on success.
7075
eea61984
PA
70762018-01-12 Pedro Alves <palves@redhat.com>
7077
7078 * gdb.base/continue-after-aborted-step-over.c: New.
7079 * gdb.base/continue-after-aborted-step-over.exp: New.
7080
6181e9c2
SM
70812018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7082
7083 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7084 options when not creating an executable.
7085
3cada740
PA
70862018-01-11 Pedro Alves <palves@redhat.com>
7087
7088 PR remote/22597
7089 * gdb.server/stop-reply-no-thread.c: New file.
7090 * gdb.server/stop-reply-no-thread.exp: New file.
7091
c63d3e8d
PA
70922018-01-10 Pedro Alves <palves@redhat.com>
7093
7094 PR gdb/22670
7095 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7096 functions too. Test setting breakpoints and printing C functions
7097 with no debug info too.
7098 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7099
d4c2a405
PA
71002018-01-10 Pedro Alves <palves@redhat.com>
7101
7102 PR gdb/22670
7103 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7104 a fail.
7105
8825213e
PA
71062018-01-10 Pedro Alves <palves@redhat.com>
7107
7108 PR gdb/22670
7109 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7110
605fd3c6
YQ
71112018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7112
7113 * gdb.server/unittest.exp: Match the output in non-development
7114 mode.
7115
1e5ded6c
YQ
71162018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7117
7118 * gdb.gdb/unittest.exp: Match output in non-development mode.
7119
30066b0b
JB
71202018-01-08 Joel Brobecker <brobecker@adacore.com>
7121
7122 * gdb.ada/access_tagged_param.exp: Relax expected output
7123 for value of "ObjL" in "continue" to pck.inspect breakpoint
7124 test.
7125
04bafb1e
XR
71262018-01-08 Joel Brobecker <brobecker@adacore.com>
7127
9f86398b
JB
7128 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7129 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 7130
e379cee6
PA
71312018-01-05 Pedro Alves <palves@redhat.com>
7132
7133 PR gdb/18653
7134 * gdb.base/libsegfault.exp: New.
7135
de63c46b
PA
71362018-01-05 Joel Brobecker <brobecker@adacore.com>
7137
7138 PR gdb/22670
7139 * gdb.ada/access_tagged_param.exp: New file.
7140 * gdb.ada/access_tagged_param/foo.adb: New file.
7141
f98fc17b
PA
71422018-01-05 Pedro Alves <palves@redhat.com>
7143
7144 PR gdb/22670
7145 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7146 exercise lower case too, and to exercise both full matching and
7147 wild matching.
7148
342f8240
JB
71492018-01-05 Joel Brobecker <brobecker@adacore.com>
7150
7151 * gdb.ada/rename_subscript_param: New testcase.
7152
7150d33c
JG
71532018-01-05 Jerome Guitton <guitton@adacore.com>
7154
7155 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7156
cc0e770c
JB
71572018-01-05 Joel Brobecker <brobecker@adacore.com>
7158
7159 * gdb.ada/convvar_comp: New testcase.
7160
672a41aa 71612018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
7162
7163 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7164 (My_Table): New global variable.
7165 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7166
7365ec2f
JB
71672018-01-04 Joel Brobecker <brobecker@adacore.com>
7168
7169 PR gdb/22670
7170 * gdb.ada/maint_with_ada: New testcase.
7171
289483b6
JB
71722018-01-04 Joel Brobecker <brobecker@adacore.com>
7173
7174 PR gdb/22670
7175 * gdb.ada/bp_c_mixed_case: New testcase.
7176
344420da
JB
71772018-01-04 Joel Brobecker <brobecker@adacore.com>
7178
7179 PR gdb/22670
7180 * gdb.ada/complete.exp: Add "complete break ada" test.
7181
66fc87a0
JB
71822018-01-04 Joel Brobecker <brobecker@adacore.com>
7183
7184 PR gdb/22670
7185 * gdb.ada/info_addr_mixed_case: New testcase.
7186
9f757bf7
XR
71872018-01-03 Xavier Roirand <roirand@adacore.com>
7188
7189 * gdb.ada/excep_handle.exp: New testcase.
7190 * gdb.ada/excep_handle/foo.adb: New file.
7191 * gdb.ada/excep_handle/pck.ads: New file.
7192
bd570f80
JB
71932018-01-03 Joel Brobecker <brobecker@adacore.com>
7194
7195 * gdb.base/step-line.c: Add extra empty line in copyright header.
7196 * gdb.base/step-line.inp: Likewise.
7197
9fe561ab
JB
71982018-01-02 Joel Brobecker <brobecker@adacore.com>
7199
7200 * gdb.ada/dyn_stride.exp: Add slice test.
7201
a405673c
JB
72022018-01-02 Joel Brobecker <brobecker@adacore.com>
7203
7204 * gdb.ada/dyn_stride: New testcase.
7205
cef0f868
SH
72062017-12-27 Stafford Horne <shorne@gmail.com>
7207
7208 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7209 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7210
b67d92b0
SH
72112017-12-27 Stafford Horne <shorne@gmail.com>
7212
7213 * gdb.base/reggroups.c: New file.
7214 * gdb.base/reggroups.exp: New file.
7215
eccab96d
JB
72162017-12-18 Joel Brobecker <brobecker@adacore.com>
7217
7218 * gdb.dwarf2/ada-valprint-error.c: New file.
7219 * gdb.dwarf2/ada-valprint-error.exp: New file.
7220
0e2da9f0
JB
72212017-12-18 Joel Brobecker <brobecker@adacore.com>
7222
7223 * gdb.ada/assign_arr: New testcase.
7224
cb923fcc
XR
72252017-12-18 Xavier Roirand <roirand@adacore.com>
7226
7227 * gdb.ada/funcall_ptr: New testcase.
7228
7c161838
SDJ
72292017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7230
7231 PR cli/16224
7232 * gdb.base/ptype-offsets.cc: New file.
7233 * gdb.base/ptype-offsets.exp: New file.
7234
1af17fd9
YQ
72352017-12-15 Yao Qi <yao.qi@linaro.org>
7236
7237 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7238 if XML is disabled.
7239
828d5846
XR
72402017-12-15 Xavier Roirand <roirand@adacore.com>
7241
7242 * gdb.ada/same_component_name: New testcase.
7243
79e8fcaa
JB
72442017-12-14 Joel Brobecker <brobecker@adacore.com>
7245
7246 * gdb.ada/str_binop_equal: New testcase.
7247
e05fa6f9
JB
72482017-12-14 Joel Brobecker <brobecker@adacore.com>
7249
7250 * gdb.ada/task_switch_in_core: New testcase.
7251
b89641ba
SM
72522017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7253
7254 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7255 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7256 call test_bkpt_qualified.
7257 (test_bkpt_qualified): New proc.
7258
6892d2e4
PA
72592017-12-13 Pedro Alves <palves@redhat.com>
7260
7261 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7262 Tighten regexp by matching with an anchor.
7263
a22ecf70
PA
72642017-12-13 Pedro Alves <palves@redhat.com>
7265
7266 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7267 ("expression with namespace"): New set of tests.
7268 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7269 (Nested::Test_NS::qux): New.
7270 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7271 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7272
9937536c
JB
72732017-12-13 Joel Brobecker <brobecker@adacore.com>
7274
7275 * gdb.base/server-del-break.c: New file.
7276 * gdb.base/server-del-break.exp: New file.
7277
fe49c6f5
SH
72782017-12-12 Stafford Horne <shorne@gmail.com>
7279
7280 * gdb.xml/tdesc-regs.exp: Add or1k support.
7281
c3d18620
SH
72822017-12-12 Stafford Horne <shorne@gmail.com>
7283
7284 * gdb.base/bp-permanent.c: Define nop of or1k.
7285
c5f9cfc8
JB
72862017-12-11 Joel Brobecker <brobecker@adacore.com>
7287
7288 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7289 output with components being reordered.
7290
a9c135fc
JB
72912017-12-11 Joel Brobecker <brobecker@adacore.com>
7292
7293 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7294 output with components being reordered.
7295
927aa2e7
JK
72962017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7297 Pedro Alves <palves@redhat.com>
7298
7299 * gdb.base/maint.exp (check for .gdb_index): Check also for
7300 .debug_names.
7301 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7302 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7303 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7304 (.gdb_index used after symbol reloading): Support also .debug_names.
7305 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7306
f17d9474
YQ
73072017-12-08 Yao Qi <yao.qi@linaro.org>
7308
7309 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7310 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7311
a0de8c21
YQ
73122017-12-08 Yao Qi <yao.qi@linaro.org>
7313
7314 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7315 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7316
a738ea1d
YQ
73172017-12-08 Yao Qi <yao.qi@linaro.org>
7318
7319 * gdb.arch/aarch64-tagged-pointer.c: New file.
7320 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7321
1cd9a73b
SDJ
73222017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7323
7324 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7325 "int".
7326
fa6eb693
KS
73272017-12-07 Keith Seitz <keiths@redhat.com>
7328
7329 PR breakpoints/22569
7330 * gdb.linespec/ls-errs.exp: Change expected result of "break
7331 -source this file has spaces.c -line 3".
7332 Check that an explicit source file followed by whitespace is
7333 identified as an invalid explicit location.
7334
883fd55a
KS
73352017-12-07 Keith Seitz <keiths@redhat.com>
7336
7337 * gdb.cp/nested-types.cc: New file.
7338 * gdb.cp/nested-types.exp: New file.
7339 * lib/cp-support.exp: Load data-structures.exp library.
7340 (debug_cp_test_ptype_class): New global.
7341 (cp_ptype_class_verbose, next_line): New procedures.
7342 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7343 Add and document new return value.
7344 Switch the list of lines to a queue.
7345 Add support for new `type' key for nested type definitions.
7346 Add debugging/troubleshooting messages.
7347 * lib/data-structures.exp: New file.
7348
ec72db3e
SM
73492017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7350
7351 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7352 with proc_with_prefix, don't use with_test_prefix.
7353
99598d71
TT
73542017-12-07 Tom Tromey <tom@tromey.com>
7355
7356 * gdb.base/break.exp: Add test for empty "commands".
7357
a8806230
YQ
73582017-12-07 Yao Qi <yao.qi@linaro.org>
7359
7360 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7361 malloc and catch syscall.
7362
824cc835
PM
73632017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7364
e79be6e5 7365 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
7366 tests for explicit locations.
7367
7cc244de
PA
73682017-12-06 Pedro Alves <palves@redhat.com>
7369
7370 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7371 force-disabling XML descriptions.
7372
50a1fdd5
PA
73732017-12-04 Pedro Alves <palves@redhat.com>
7374
7375 PR gdb/22499
7376 * gdb.arch/amd64-disp-step-avx.S: New file.
7377 * gdb.arch/amd64-disp-step-avx.exp: New file.
7378
f0fb2488
PA
73792017-12-03 Pedro Alves <palves@redhat.com>
7380
7381 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7382 and <string.h>.
7383 (parent_function): Print distinct messages when waitpid fails, or
7384 the child exits with a signal, or the child exits for an unhandled
7385 reason.
7386 * gdb.threads/process-dies-while-detaching.exp
7387 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7388 it. Wait for both inferior output and GDB's prompt. Use an
7389 indirect spawn id list.
7390 (do_detach): New parameter 'child_exit'. Use it to compute
7391 expected inferior output.
7392 (test_detach, test_detach_watch, test_detach_killed_outside):
7393 Adjust to pass down the expected child exit kind.
7394
97cbe998
SDJ
73952017-12-01 Joel Brobecker <brobecker@adacore.com>
7396 Sergio Durigan Junior <sergiodj@redhat.com>
7397 Pedro Alves <palves@redhat.com>
7398
7399 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7400
40fc416f
SDJ
74012017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7402
7403 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7404 to 'symbol-file' and 'add-symbol-file' can be
7405 position-independent.
7406
1cc75e92
YQ
74072017-12-01 Yao Qi <yao.qi@linaro.org>
7408
7409 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7410 the URL in copyright header.
7411 * gdb.arch/aarch64-fp.exp: Likewise.
7412 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7413 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7414 * gdb.base/expand-psymtabs.exp: Likewise.
7415 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7416 * gdb.fortran/common-block.exp: Likewise.
7417 * gdb.fortran/common-block.f90: Likewise.
7418 * gdb.fortran/logical.exp: Likewise.
7419 * gdb.fortran/vla-datatypes.f90: Likewise.
7420 * gdb.fortran/vla-sub.f90: Likewise.
7421
875fb7a7
JB
74222017-11-30 Joel Brobecker <brobecker@adacore.com>
7423
7424 * gdb.ada/repeat_dyn: New testcase.
7425
6f14765f
UW
74262017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7427
7428 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7429 Update for changed thread numbering.
7430 * gdb.cell/bt.exp: Update for changed GDB output.
7431
f1af7b94
SM
74322017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7433
7434 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7435 setting isremote by hand.
7436 * boards/dwarf4-gdb-index.exp: Likewise.
7437 * boards/fission.exp: Likewise.
7438 * boards/stabs.exp: Likewise.
7439
e3919f3e
PA
74402017-11-30 Pedro Alves <palves@redhat.com>
7441
7442 * gdb.linespec/cpls-ops.exp
7443 (check_explicit_skips_function_argument): Extract the underlying
7444 type of size_t instead of hardcoding it.
7445
bd69330d
PA
74462017-11-29 Pedro Alves <palves@redhat.com>
7447
7448 PR c++/19436
7449 * gdb.linespec/cpls-abi-tag.cc: New file.
7450 * gdb.linespec/cpls-abi-tag.exp: New file.
7451
a20714ff
PA
74522017-11-29 Pedro Alves <palves@redhat.com>
7453
7454 * gdb.base/langs.exp: Use -qualified.
7455 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7456 it.
7457 * gdb.cp/namespace.exp: Use -qualified.
7458 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7459 (overload-3, template-overload, template-ret-type, const-overload)
7460 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7461 procedures.
7462 (test_driver): Call them.
7463 * gdb.cp/save-bp-qualified.cc: New.
7464 * gdb.cp/save-bp-qualified.exp: New.
7465 * gdb.linespec/explicit.exp: Test -qualified.
7466 * lib/completion-support.exp (completion::explicit_opts_list): Add
7467 "-qualified".
7468 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7469
f6f1d339
PM
74702017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7471
7472 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7473
02ca603a
TT
74742017-11-29 Tom Tromey <tom@tromey.com>
7475
7476 * gdb.base/relocate.exp: Update invalid argument test.
7477 Add new tests for invalid arguments.
7478
ed6c0bfb
TP
74792017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7480
7481 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7482 Return 0 as a long.
7483 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7484
f106e10e
TP
74852017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7486
7487 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7488 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7489 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7490 func ().
7491 * gdb.cp/shadow.cc (B.func): Return 0.
7492
10329bb2
JB
74932017-11-27 Joel Brobecker <brobecker@adacore.com>
7494
7495 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7496 expected output in gdb_expect call to allow the exception
7497 message to be present as well. Fix syntax confusion to avoid
7498 TCL thinking that exception_name is an array.
7499
617cd4bc
UW
75002017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7501
7502 * gdb.arch/spu-info.c: Include <unistd.h>.
7503 (do_signal_test): Fix broken calls to write.
7504 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7505 Fix checks for empty mailboxes. Update signal tests for corrected
7506 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
7507 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7508 * gdb.cell/arch.exp: Use standard_output_file.
7509 * gdb.cell/break.exp: Likewise.
7510 * gdb.cell/bt.exp: Likewise.
7511 * gdb.cell/core.exp: Likewise.
7512 * gdb.cell/dwarfaddr.exp: Likewise.
7513 * gdb.cell/ea-cache.exp: Likewise.
7514 * gdb.cell/ea-standalone.exp: Likewise.
7515 * gdb.cell/f-regs.exp: Likewise.
7516 * gdb.cell/fork.exp: Likewise.
7517 * gdb.cell/gcore.exp: Likewise.
7518 * gdb.cell/mem-access.exp: Likewise.
7519 * gdb.cell/ptype.exp: Likewise.
7520 * gdb.cell/registers.exp: Likewise.
7521 * gdb.cell/sizeof.exp: Likewise.
7522 * gdb.cell/solib-symbol.exp: Likewise.
7523 * gdb.cell/solib.exp: Likewise.
617cd4bc 7524
a81aaca0
PA
75252017-11-25 Pedro Alves <palves@redhat.com>
7526
7527 * gdb.base/complete-empty.exp: New file.
7528 * gdb.base/completion.exp: Adjust.
7529
6a3c6ee4
PA
75302017-11-25 Pedro Alves <palves@redhat.com>
7531
7532 * gdb.linespec/cpls-ops.cc: New file.
7533 * gdb.linespec/cpls-ops.exp: New file.
7534 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7535 factored out from ...
7536 (test_complete_prefix_range): ... this.
7537
8955eb2d
PA
75382017-11-24 Pedro Alves <palves@redhat.com>
7539
7540 * gdb.linespec/cpcompletion.exp: New file.
7541 * gdb.linespec/cpls-hyphen.cc: New file.
7542 * gdb.linespec/cpls.cc: New file.
7543 * gdb.linespec/cpls2.cc: New file.
7544 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7545 test to use test_gdb_complete_unique. Add label completion,
7546 keyword completion and explicit location completion tests.
7547 * lib/completion-support.exp: New file.
7548
e547c119
JB
75492017-11-24 Joel Brobecker <brobecker@adacore.com>
7550
7551 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7552 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7553 when hitting an exception catchpoint.
7554
7c3c1aa8
YQ
75552017-11-22 Yao Qi <yao.qi@linaro.org>
7556
7557 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7558
41bd68f5
SM
75592017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7560
7561 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7562 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7563 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7564
1daad298
YQ
75652017-11-22 Yao Qi <yao.qi@linaro.org>
7566
7567 * gdb.base/info-os.exp: Pass pthreads.
7568 * gdb.multi/multi-attach.exp: Likewise.
7569
88465e87
YQ
75702017-11-22 Yao Qi <yao.qi@linaro.org>
7571
7572 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7573 compiler.
7574
dc196b23
YQ
75752017-11-22 Yao Qi <yao.qi@linaro.org>
7576
7577 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7578 * gdb.base/break-interp.exp: Likewise.
7579 * gdb.base/jit-attach-pie.exp: Likewise.
7580
2400729e
UW
75812017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7582
7583 * gdb.base/float128.c (large128): New variable.
7584 * gdb.base/float128.exp: Add test to print largest __float128 value.
7585
7a26362d
UW
75862017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7587
7588 * gdb.arch/vsx-regs.exp: Update register content checks.
7589
ed0f4273
UW
75902017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7591
7592 * gdb.arch/ppc-longdouble.exp: New file.
7593 * gdb.arch/ppc-longdouble.c: Likewise.
7594
a25d69c6
PA
75952017-11-21 Pedro Alves <palves@redhat.com>
7596
7597 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7598
73fcf641
PA
75992017-11-20 Pedro Alves <palves@redhat.com>
7600
7601 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7602 (long_double_typedef): New typedefs.
7603 Use DEF on double and long double.
7604 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7605 cases.
7606 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7607 and 'long_double_ptr_same_size' locals. Use them to decide
7608 whether cast from array/function to float is valid/invalid.
7609
71a3c369
TT
76102017-11-17 Tom Tromey <tom@tromey.com>
7611
7612 * gdb.rust/traits.rs: New file.
7613 * gdb.rust/traits.exp: New file.
7614
ced9779b
JB
76152017-11-17 Joel Brobecker <brobecker@adacore.com>
7616
7617 * gdb.ada/minsyms: New testcase.
7618
a0922d80
PA
76192017-11-16 Pedro Alves <palves@redhat.com>
7620
7621 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7622 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7623
ea04e54c
PA
76242017-11-16 Pedro Alves <palves@redhat.com>
7625
7626 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7627 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7628
e849ea89
PA
76292017-11-16 Pedro Alves <palves@redhat.com>
7630
7631 * gdb.server/reconnect-ctrl-c.c: New file.
7632 * gdb.server/reconnect-ctrl-c.exp: New file.
7633
d8ae99a7
PM
76342017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7635
7636 * gdb.python/py-rbreak.exp: New file.
7637 * gdb.python/py-rbreak.c: New file.
7638 * gdb.python/py-rbreak-func2.c: New file.
7639
968a13f8
PA
76402017-11-16 Pedro Alves <palves@redhat.com>
7641
7642 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7643 pattern.
7644 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7645 GDB.
7646
71774bc9
SM
76472017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7648
7649 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7650 regex.
7651
ddbb44cf
SM
76522017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7653
7654 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7655 test names.
7656
584a564f
PA
76572017-11-09 Pedro Alves <palves@redhat.com>
7658
7659 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7660 factored out from ...
7661 (top level): ... here, and adjusted to avoid expecting beyond the
7662 prompt in a single gdb_test_multiple.
7663
5ed7a928
PA
76642017-11-09 Pedro Alves <palves@redhat.com>
7665
7666 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7667 output.
7668 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7669 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7670 * gdb.server/ext-run.exp ("kill" test): Likewise.
7671 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7672
a60e0738
PA
76732017-11-09 Pedro Alves <palves@redhat.com>
7674
7675 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7676 match till end of line.
7677
2c88253f
PA
76782017-11-09 Pedro Alves <palves@redhat.com>
7679
7680 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7681
c7a38517
PA
76822017-11-09 Pedro Alves <palves@redhat.com>
7683
7684 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7685 New procedures, factored out from ...
7686 (top level): ... here, and adjusted to avoid expecting beyond the
7687 prompt in one go.
7688
f29f4b6b
PA
76892017-11-09 Pedro Alves <palves@redhat.com>
7690
7691 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7692 output. Fix '?' match.
7693
286acbb5
JB
76942017-11-08 Joel Brobecker <brobecker@adacore.com>
7695
7696 * gdb.ada/scoped_watch: New testcase.
7697 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7698 which is actually correct.
7699 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7700 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7701
62d7ae92
PA
77022017-11-08 Pedro Alves <palves@redhat.com>
7703
7704 * gdb.gdb/complaints.exp (test_initial_complaints)
7705 (test_serial_complaints, test_short_complaints): Call
7706 complaint_internal instead of complaint.
7707
280ca31f
DT
77082017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7709
7710 * gdb.threads/tls-core.c: New file.
7711 * gdb.threads/tls-core.exp: Likewise.
7712
b5ec771e
PA
77132017-11-08 Pedro Alves <palves@redhat.com>
7714
7715 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7716 (p Exported_Capitalized): New test.
7717 (p exported_capitalized): New test.
7718
a02b41a7
PA
77192017-11-07 Pedro Alves <palves@redhat.com>
7720
7721 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7722
95e95a6d
PA
77232017-11-07 Pedro Alves <palves@redhat.com>
7724
7725 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7726 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7727 (disable_invalid, disable_inverted, disable_negative): New
7728 procedures.
7729 ("bad numbers"): New set of tests.
7730
cee62dbd
PA
77312017-11-07 Pedro Alves <palves@redhat.com>
7732
7733 * gdb.cp/ena-dis-br-range.exp: Add tests.
7734
cc638e86
PA
77352017-11-07 Pedro Alves <palves@redhat.com>
7736
7737 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7738
d0fe4701
XR
77392017-11-07 Xavier Roirand <roirand@adacore.com>
7740 Pedro Alves <palves@redhat.com>
7741
7742 * gdb.base/ena-dis-br.exp: Add reference to
7743 gdb.cp/ena-dis-br-range.exp.
7744 * gdb.cp/ena-dis-br-range.exp: New file.
7745 * gdb.cp/ena-dis-br-range.cc: New file.
7746
46f67f80
PA
77472017-11-06 Pedro Alves <palves@redhat.com>
7748
7749 * gdb.base/attach-non-pgrp-leader.c: New.
7750 * gdb.base/attach-non-pgrp-leader.exp: New.
7751
726e1356
PA
77522017-11-06 Pedro Alves <palves@redhat.com>
7753
7754 * configure.ac: No longer check for termio.h and sgtty.h.
7755 * configure: Regenerate.
7756 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7757 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7758 Remove termio and sgtty code.
7759
50ab6ace
YQ
77602017-11-03 Yao Qi <yao.qi@linaro.org>
7761
7762 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7763 in GDB is disabled.
7764
8e68731c
YQ
77652017-11-03 Yao Qi <yao.qi@linaro.org>
7766
7767 * gdb.python/py-thrhandle.exp: Skip it if python is not
7768 enabled.
7769
3a87ae65
SM
77702017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7771
7772 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7773 as a breakpoint command.
7774
484d8d36
MD
77752017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7776
7777 PR python/21213
7778 * gdb.python/py-infthread.exp: Test calling
7779 InferiorThread.inferior () multiple times in a row.
7780
4a27f119
KS
77812017-10-27 Keith Seitz <keiths@redhat.com>
7782
7783 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7784 Test "info break" for every inlined function breakpoint.
7785
bb11dd58
YQ
77862017-10-27 Yao Qi <yao.qi@linaro.org>
7787
7788 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7789
a43f3893
PF
77902017-10-26 Patrick Frants <osscontribute@gmail.com>
7791
7792 * gdb.cp/classes.exp (test_static_members): Test printing
7793 Outer::instance.
7794 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7795 (Inner::instance, Outer::instance): New.
7796
792ccf00
PA
77972017-10-24 Pedro Alves <palves@redhat.com>
7798
7799 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7800 extra console" test in two stages.
7801
eb2bfbad
PA
78022017-10-24 Pedro Alves <palves@redhat.com>
7803
7804 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7805
1f75a651
PA
78062017-10-24 Pedro Alves <palves@redhat.com>
7807
7808 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7809 loop.
7810
779990d9
PA
78112017-10-24 Pedro Alves <palves@redhat.com>
7812
7813 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7814 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7815
ad9b8f5d
PA
78162017-10-24 Pedro Alves <palves@redhat.com>
7817
7818 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7819 parameter and handle it. Don't output read value in test name.
7820
fee6da6e
PA
78212017-10-24 Pedro Alves <palves@redhat.com>
7822
7823 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7824 custom test name.
7825
10389c2c
PA
78262017-10-24 Pedro Alves <palves@redhat.com>
7827
7828 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7829 include the unstable output directory name in the test's name.
7830 (initial_setup_simple) <'set args'>: Use custom test name.
7831
a80e65a9
PA
78322017-10-24 Pedro Alves <palves@redhat.com>
7833
7834 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7835 with explicit test name.
7836
15763a09
PA
78372017-10-20 Pedro Alves <palves@redhat.com>
7838
7839 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7840 'wait -i'. Use gdb_assert and remote_close.
7841
49a4ce2e
AB
78422017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7843
7844 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7845 number from variable rather than hard-coded.
7846
a75868f5
PA
78472017-10-19 Pedro Alves <palves@redhat.com>
7848
7849 * gdb.base/long-inferior-output.c: New file.
7850 * gdb.base/long-inferior-output.exp: New file.
7851
c8ba13ad
KS
78522017-11-18 Keith Seitz <keiths@redhat.com>
7853
7854 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7855 method.
7856 (main): Call it.
7857 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7858 Add additional user-defined conversion operator tests.
7859
b27de576
PA
78602017-10-17 Pedro Alves <palves@redhat.com>
7861
7862 * boards/native-stdio-gdbserver.exp: Load "local-board".
7863
8484c955
PA
78642017-10-17 Pedro Alves <palves@redhat.com>
7865
7866 * gdb.base/quit-live.c: New file.
7867 * gdb.base/quit-live.exp: New file.
7868
83d5a34d
KS
78692017-10-16 Keith Seitz <keiths@redhat.com>
7870
7871 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7872 (class_with_protected_typedef, class_with_private_typedef)
7873 (struct_with_public_typedef, struct_with_protected_typedef)
7874 (struct_with_private_typedef): New classes/structs.
7875 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7876 typedefs and access specifiers.
7877
739b3f1d
PA
78782017-10-16 Pedro Alves <palves@redhat.com>
7879 Simon Marchi <simon.marchi@polymtl.ca>
7880
7881 * README (Local vs Remote vs Native): New section.
7882 * boards/local-board.exp: New file, with bits factored out from
7883 ...
7884 * boards/native-extended-gdbserver.exp: ... here. Load
7885 "local-board".
7886 * boards/native-gdbserver.exp: Load "local-board".
7887 (${board}_spawn, ${board}_exec): Delete.
7888 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7889 ...
7890 * boards/stdio-gdbserver-base.exp: ... this new file.
7891 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7892 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7893 procedure.
7894 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7895 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7896 stdio_gdbserver_command.
7897 (${board}_get_remote_address, ${board}_get_comm_port)
7898 (${board}_download, ${board}_upload): Delete.
7899 (get_target_remote_pipe_cmd): New.
7900
fe68b953
SM
79012017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7902
7903 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7904 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7905 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7906 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7907 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7908 remove with_test_prefix.
7909
300b6685
PA
79102017-10-13 Pedro Alves <palves@redhat.com>
7911
7912 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7913 * gdb.base/annota1.exp: Use it instead of is_remote.
7914 * gdb.base/annota3.exp: Use it instead of is_remote.
7915 * gdb.cp/annota2.exp: Use it instead of is_remote.
7916 * gdb.cp/annota3.exp: Use it instead of is_remote.
7917 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7918
50500caf
PA
79192017-10-13 Pedro Alves <palves@redhat.com>
7920
7921 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7922 (test_num_test_vars, run_and_count_vars, find_env)
7923 (test_set_unset_env, test_inherit_env_var): New procedures.
7924 (top level): Use them.
7925
dad0c6d2
PA
79262017-10-13 Pedro Alves <palves@redhat.com>
7927
7928 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7929 also skip on stub-like targets.
7930
8b0553c1
PA
79312017-10-13 Pedro Alves <palves@redhat.com>
7932
7933 PR gdb/22293
7934 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7935 (top level): Move some tests to ...
7936 (test_not_found): ... this new procedure.
7937 (top level): Call it.
7938
7594f623
PA
79392017-10-13 Pedro Alves <palves@redhat.com>
7940
7941 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7942 expect different "info terminal" output if testing with a
7943 non-native target.
7944
ebe3b402
PA
79452017-10-13 Pedro Alves <palves@redhat.com>
7946 Simon Marchi <simon.marchi@polymtl.ca>
7947
7948 PR python/12966
7949 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7950
42f1b161
PA
79512017-10-13 Pedro Alves <palves@redhat.com>
7952
7953 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7954 already.
7955
8d6ef72b
PA
79562017-10-13 Pedro Alves <palves@redhat.com>
7957
7958 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7959 is_remote.
7960
d7bcd5b8
PA
79612017-10-13 Pedro Alves <palves@redhat.com>
7962
7963 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7964 is_remote.
7965
df479dc6
PA
79662017-10-13 Pedro Alves <palves@redhat.com>
7967
7968 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7969 is set.
7970 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7971 instead of is_remote.
7972
23fb630a
PA
79732017-10-13 Pedro Alves <palves@redhat.com>
7974
7975 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7976 (top level): Add comment.
7977
cc77b1dc
PA
79782017-10-13 Pedro Alves <palves@redhat.com>
7979
7980 * gdb.base/remote.exp (top level): Fix comment typo and add
7981 missing return.
7982
27c9e813
PA
79832017-10-13 Pedro Alves <palves@redhat.com>
7984 Simon Marchi <simon.marchi@polymtl.ca>
7985
7986 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7987 calls and add comments. Skip test if use_gdb_stub is set.
7988 (top level): Use "set cwd" command instead of "cd" command.
7989
5e830d98
PA
79902017-10-13 Pedro Alves <palves@redhat.com>
7991
7992 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7993 is_remote target check.
7994
f5ca0032
PA
79952017-10-13 Pedro Alves <palves@redhat.com>
7996
7997 * gdb.base/scope.exp: Use build_executable + clean_restart +
7998 gdb_file_cmd instead of prepare_for_testing and no longer skip
7999 "before run" tests on is_remote target boards. Update comments.
8000 * boards/native-extended-gdbserver.exp
8001 (extended_gdbserver_load_last_file): New, factored out from ...
8002 (gdb_load): ... this. Move further below and add comment.
8003 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8004
8aed1c0d
PA
80052017-10-12 Pedro Alves <palves@redhat.com>
8006
8007 * gdb.base/attach.exp: Remove references to gdb64.
8008 * gdb.base/dbx.exp: Remove references to gdb64.
8009
cfa34c87
SM
80102017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8011 Pedro Alves <palves@redhat.com>
8012
8013 * gdb.base/label.exp: Remove is_remote target check.
8014
9192b7de
PA
80152017-10-12 Pedro Alves <palves@redhat.com>
8016
8017 * gdb.base/auvx.exp (coredir): Update comment.
8018 (top level) <core_works>: Use "set cwd" command instead of "cd"
8019 command.
8020
6bf0052d
PA
80212017-10-12 Pedro Alves <palves@redhat.com>
8022 Simon Marchi <simon.marchi@polymtl.ca>
8023
8024 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8025 target boards.
8026
e48ef82d
PA
80272017-10-12 Pedro Alves <palves@redhat.com>
8028 Simon Marchi <simon.marchi@polymtl.ca>
8029
8030 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8031 Instead skip if there's any gdb_protocol set.
8032
8d7aea57
SM
80332017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8034 Pedro Alves <palves@redhat.com>
8035
8036 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8037
30440677
PA
80382017-10-12 Pedro Alves <palves@redhat.com>
8039 Simon Marchi <simon.marchi@polymtl.ca>
8040
8041 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8042 instead of on dejagnu remote boards.
8043
4e04f045 80442017-10-12 Pedro Alves <palves@redhat.com>
175654b9 8045 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
8046
8047 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8048 checks. Use build_executable + clean_restart instead of
8049 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8050 of enabling non-stop after starting gdb.
8051
871a186e
PA
80522017-10-12 Pedro Alves <palves@redhat.com>
8053
8054 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8055 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8056 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8057 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8058
56d704da
AK
80592017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8060
8061 * gdb.arch/arc-tdesc-cpu.exp: New file.
8062 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8063
2f20e312
SM
80642017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8065
8066 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8067
65630365
PA
80682017-10-10 Pedro Alves <palves@redhat.com>
8069
8070 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8071 expect CLI output.
8072
bf469271
PA
80732017-10-10 Pedro Alves <palves@redhat.com>
8074
8075 * lib/selftest-support.exp (selftest_setup): Update for
8076 captured_command_loop's prototype change.
8077
777a42f1
PA
80782017-10-09 Pedro Alves <palves@redhat.com>
8079
8080 Test both arch1=>arch2 and arch2=>arch1.
8081
8082 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8083 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8084 factored out to...
8085 (append_arch1_options, append_arch2_options, append_arch_options)
8086 (build_executables): New procedures.
8087 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8088 local.
8089 (top level): Add new 'first_arch' testing axis.
8090
cbd2b4e3
PA
80912017-10-09 Pedro Alves <palves@redhat.com>
8092
8093 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8094 (barrier): New.
8095 (thread_start, all_started): New functions.
8096 (main): Spawn new thread and wait until it is scheduled.
8097 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8098 option.
8099 (do_test): Add 'selected_thread' parameter. Run to all_started
8100 instead of main. Explicitly set the breakpoint at main. Switch
8101 to the SELECTED_THREAD thread.
8102 (top level): Test handling the exec event with either the main
8103 thread or the second thread selected.
8104
5c9e4427
PA
81052017-10-09 Pedro Alves <palves@redhat.com>
8106
8107 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8108 logic. Move STOP marker after the value checks.
8109 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8110 regexp.
8111
b3b7c423
SL
81122017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8113
8114 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8115
3b4b2f16
UW
81162017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8117
8118 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8119 integer-to-dfp conversion.
8120 * gdb.base/dfp-test.exp: Likewise.
8121
5cd63fda
PA
81222017-10-04 Pedro Alves <palves@redhat.com>
8123
8124 * gdb.multi/hangout.c: Include <unistd.h>.
8125 (hangout_loop): New function.
8126 (main): Call alarm. Call hangout_loop in a loop.
8127 * gdb.multi/hello.c: Include <unistd.h>.
8128 (hello_loop): New function.
8129 (main): Call alarm. Call hangout_loop in a loop.
8130 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8131 inferior with the other selected.
8132
4c71c105
SM
81332017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8134
8135 * gdb.mi/list-thread-groups-available.exp: New file.
8136 * gdb.mi/list-thread-groups-available.c: New file.
8137
bc3b087d
SDJ
81382017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8139
8140 * gdb.base/set-cwd.exp: Make it available on
8141 native-extended-gdbserver.
8142
d092c5a2
SDJ
81432017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8144
8145 * gdb.base/set-cwd.c: New file.
8146 * gdb.base/set-cwd.exp: Likewise.
8147
45320ffa
TT
81482017-10-02 Tom Tromey <tom@tromey.com>
8149
8150 PR rust/22236:
8151 * gdb.rust/simple.rs (main): New variable "fslice".
8152 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8153
b3e3859b
TT
81542017-10-02 Tom Tromey <tom@tromey.com>
8155
8156 * gdb.rust/simple.exp: Test ptype of a slice.
8157
01af5e0d
TT
81582017-10-02 Tom Tromey <tom@tromey.com>
8159
8160 * gdb.rust/simple.exp: Test index of slice.
8161
a9bbfbd8
TT
81622017-09-27 Tom Tromey <tom@tromey.com>
8163
8164 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8165
df8899e5
TP
81662017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8167 Pedro Alves <palves@redhat.com>
8168
8169 * gdb.base/compare-sections.exp (get value of read-only section): Read
8170 as unsigned value.
8171 (corrupt read-only section): Likewise and don't set written if patching
8172 failed.
8173
757bf54b
KB
81742017-09-21 Kevin Buettner <kevinb@redhat.com>
8175
8176 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8177 files.
8178
06871ae8
PA
81792017-09-20 Pedro Alves <palves@redhat.com>
8180
8181 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8182 symbol names in gdb's output.
8183 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8184
e5f25bc5
PA
81852017-09-20 Pedro Alves <palves@redhat.com>
8186
8187 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8188 Rename to ...
8189 (test_list_ambiguous_symbol): ... this and add a symbol name
8190 parameter. Adjust.
8191 (test_list_ambiguous_function): Reimplement on top of
8192 test_list_ambiguous_symbol and also test listing ambiguous
8193 variables.
8194 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8195 (ambiguous_fun): ... this.
8196 (ambiguous_var): New.
8197 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8198 (ambiguous_fun): ... this.
8199 (ambiguous_var): New.
8200
4e5a4f58
JB
82012017-09-19 John Baldwin <jhb@FreeBSD.org>
8202
8203 * gdb.base/starti.c: New file.
8204 * gdb.base/starti.exp: New file.
8205 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8206
26e53f3e
PA
82072017-09-14 Pedro Alves <palves@redhat.com>
8208
8209 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8210 (top level): Use it instead of runto.
8211
cb791d59
TT
82122017-09-11 Tom Tromey <tom@tromey.com>
8213
8214 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8215
7c96f8c1
TT
82162017-09-11 Tom Tromey <tom@tromey.com>
8217
8218 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8219 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8220
469412dd
CW
82212017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8222
8223 * gdb.fortran/printing-types.exp: New file.
8224 * gdb.fortran/printing-types.exp: New file.
8225
e0f86435
BH
82262017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8227
8228 * gdb.fortran/vla-ptype.exp: Fix typos.
8229 * gdb.fortran/vla-value.exp: Same.
8230
9e9af4be
BH
82312017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8232
8233 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8234 * gdb.mi/mi-var-child-f.exp: Likewise.
8235 * gdb.mi/mi-vla-fortran.exp: Likewise.
8236
a5ad232b 82372017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
8238 Christoph Weinmann <christoph.t.weinmann@intel.com>
8239 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
8240
8241 * gdb.fortran/ptr-indentation.f90: New file.
8242 * gdb.fortran/ptr-indentation.exp: New file.
8243
5aec60eb
TT
82442017-09-05 Tom Tromey <tom@tromey.com>
8245
8246 PR gdb/22010:
8247 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8248
8f8f8152
TP
82492017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8250
8251 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8252
fbd1b771
JK
82532017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8254
8255 * gdb.threads/tls-nodebug-pie.c: New file.
8256 * gdb.threads/tls-nodebug-pie.exp: New file.
8257
5eb5f850
TT
82582017-09-05 Tom Tromey <tom@tromey.com>
8259
8260 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8261 for rust.
8262
ae780a21
SM
82632017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8264
8265 * gdb.multi/multi-arch-exec.exp: Test with different
8266 "follow-exec-mode" settings.
8267 (do_test): New procedure.
8268
3693fdb3
PA
82692017-09-04 Pedro Alves <palves@redhat.com>
8270
8271 * gdb.base/func-static.c (S::method const, S::method volatile)
8272 (S::method volatile const): New methods.
8273 (c_s, v_s, cv_s): New instances.
8274 (main): Call method() on them.
8275 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8276 (cannot_resolve): New procedure.
8277 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8278 print-quote-unquoted columns.
8279 (do_test): Test printing each scope too.
8280
e68cb8e0
PA
82812017-09-04 Pedro Alves <palves@redhat.com>
8282
8283 * gdb.base/local-static.exp: Also test with
8284 class::method::variable wholly quoted.
8285 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8286
858be34c
PA
82872017-09-04 Pedro Alves <palves@redhat.com>
8288
8289 * gdb.base/local-static.c: New.
8290 * gdb.base/local-static.cc: New.
8291 * gdb.base/local-static.exp: New.
8292
46a4882b
PA
82932017-09-04 Pedro Alves <palves@redhat.com>
8294
8295 * gdb.asm/asm-source.exp: Add casts to int.
8296 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8297 (dataglobal64_1, dataglobal64_2): New globals.
8298 * gdb.base/nodebug.exp: Test different expressions involving the
8299 new globals, with print, whatis and ptype. Add casts to int.
8300 * gdb.base/solib-display.exp: Add casts to int.
8301 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8302 * gdb.cp/m-static.exp: Add cast to int.
8303 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8304 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8305 tls variable with no debug info without a cast. Test with a cast
8306 to int too.
8307 * gdb.trace/entry-values.exp: Add casts.
8308
2c5a2be1
PA
83092017-09-04 Pedro Alves <palves@redhat.com>
8310
8311 * gdb.base/nodebug.exp: Test that ptype's error about functions
8312 with unknown return type includes the function name too.
8313
7022349d
PA
83142017-09-04 Pedro Alves <palves@redhat.com>
8315
8316 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8317 return type of munmap in infcall.
8318 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8319 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8320 type of ftell in infcall.
8321 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8322 type of getpid in infcall.
8323 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8324 infcall.
8325 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8326 Bail on failure to extract the pid.
8327 * gdb.base/nodebug.c: #include <stdint.h>.
8328 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8329 New functions.
8330 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8331 Change expected output of print/whatis/ptype with functions with
8332 no debug info. Test all supported languages. Call
8333 test_call_promotion.
8334 * gdb.compile/compile.exp: Adjust expected output to expect
8335 warning.
8336 * gdb.threads/siginfo-threads.exp: Likewise.
8337
54990598
PA
83382017-09-04 Pedro Alves <palves@redhat.com>
8339
8340 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8341 "prototypes". Test calling float functions via prototyped and
8342 unprototyped function pointers.
8343 (perform_all_tests): New parameter "prototypes". Pass it down.
8344 (top level): Pass down "prototypes" parameter to
8345 perform_all_tests.
8346
34d16ea2
SM
83472017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8348
8349 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8350 Test with nested loops.
8351
9521ecda
SM
83522017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8353
8354 * gdb.base/commands.exp: Call the new procedures.
8355 (loop_break_test, loop_continue_test): New procedures.
8356
80a65e9b
SM
83572017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8358
8359 * gdb.base/commands.exp: Call new procedure.
8360 (define_if_without_arg_test): New procedure.
8361
e439fa14
PA
83622017-09-04 Pedro Alves <palves@redhat.com>
8363
8364 * gdb.base/list-ambiguous.exp: New file.
8365 * gdb.base/list-ambiguous0.c: New file.
8366 * gdb.base/list-ambiguous1.c: New file.
8367 * gdb.base/list.exp (test_list_range): Adjust expected output.
8368
0a2dde4a
SDJ
83692017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8370
8371 * gdb.base/share-env-with-gdbserver.c: New file.
8372 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8373
5e89eb3a
SM
83742017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8375
8376 * gdb.base/commands.exp (gdbvar_simple_if_test,
8377 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8378 progvar_simple_if_test, progvar_simple_while_test,
8379 progvar_complex_if_while_test, user_defined_command_test,
8380 user_defined_command_args_eval,
8381 user_defined_command_args_stack_test,
8382 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8383 temporary_breakpoint_commands,
8384 gdb_test_no_prompt, redefine_hook_test,
8385 redefine_backtrace_test): Remove "global gdb_prompt".
8386
fd437cbc
SM
83872017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8388
8389 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8390 New proc, call it from toplevel.
8391
87215ad1
SDJ
83922017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8393
8394 PR remote/21852
8395 * gdb.server/normal.c: New file, copied from gdb.base.
8396 * gdb.server/run-without-local-binary.exp: New file.
8397
58afddc6
WP
83982017-08-07 Weimin Pan <weimin.pan@oracle.com>
8399
8400 * gdb.arch/sparc64-adi.exp: New file.
8401 * gdb.arch/sparc64-adi.c: New file.
8402
5277199a
PA
84032017-08-22 Pedro Alves <palves@redhat.com>
8404
8405 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8406 (top level): Add "list all overloads" tests.
8407
14278e1f
TT
84082017-08-22 Tom Tromey <tom@tromey.com>
8409
8410 * gdb.gdb/xfullpath.exp: Remove.
8411
bf223d3e
PA
84122017-08-21 Pedro Alves <palves@redhat.com>
8413
8414 PR gdb/19487
8415 * gdb.base/symbol-alias.c: New.
8416 * gdb.base/symbol-alias2.c: New.
8417 * gdb.base/symbol-alias.exp: New.
8418
c973d0aa
PA
84192017-08-21 Pedro Alves <palves@redhat.com>
8420
8421 * gdb.base/dfp-test.c
8422 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8423 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8424 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8425 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8426 * gdb.base/whatis-ptype-typedefs.c: New.
8427 * gdb.base/whatis-ptype-typedefs.exp: New.
8428 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8429 (an_int, an_int_type, an_int_type2): New globals.
8430 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8431 involving typedefs and cast expressions.
8432 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8433 (lookup_typedefs_function): New.
8434 (typedefs_pretty_printers_dict): New.
8435 (top level): Register lookup_typedefs_function in
8436 gdb.pretty_printers.
8437
6d580b63
YQ
84382017-08-18 Yao Qi <yao.qi@linaro.org>
8439
8440 * gdb.server/unittest.exp: New.
8441
206726fb
SDJ
84422017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8443
8444 PR gdb/21954
8445 * gdb.base/environ.exp: Add test to check if 'unset environment'
8446 works.
8447
bf0ec4c2
AA
84482017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8449
8450 * lib/gdb.exp (universal_compile_options): New caching proc.
8451 (gdb_compile): Suppress GCC's coloring of messages.
8452
d6382fff
TT
84532017-08-14 Tom Tromey <tom@tromey.com>
8454
8455 PR gdb/21675:
8456 * gdb.base/printcmds.exp (test_radices): New function.
8457 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8458 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8459 * lib/gdb.exp (get_integer_valueof): Use p/d.
8460
c2c2dd9f
SM
84612017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8462
8463 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8464 characters.
8465
fdffd6f4
TT
84662017-08-05 Tom Tromey <tom@tromey.com>
8467
8468 * gdb.rust/simple.exp: Allow String to appear in a different
8469 namespace.
8470
27d41eac
YQ
84712017-07-26 Yao Qi <yao.qi@linaro.org>
8472
8473 * gdb.gdb/unittest.exp: Invoke command
8474 "maintenance check xml-descriptions".
8475
031ed05d
AA
84762017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8477
8478 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8479 calling context.
8480 (hex128): Drop erroneous calculation of parameters.
8481
dcd27ddf
SM
84822017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8483
8484 * gdb.python/py-unwind.exp: Disable stack protection when
8485 building test file.
8486
47e77640
PA
84872017-07-20 Pedro Alves <palves@redhat.com>
8488
8489 * gdb.base/default.exp (set language): Adjust expected output.
8490
62d2a18a
PA
84912017-07-20 Pedro Alves <palves@redhat.com>
8492
8493 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8494 (test_minsym): ... this, and make static.
8495 (get_pck__foo__bar__minsym): Rename to ...
8496 (get_test_minsym): ... this.
8497 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8498 symbol names and comments.
8499 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8500 (get_test_minsym): ... this.
8501 (pck__foo__bar__minsym__2): Rename to ...
8502 (test_minsym): ... this.
8503 (main): Adjust.
8504
c45ec17c
PA
85052017-07-17 Pedro Alves <palves@redhat.com>
8506
8507 * gdb.base/completion.exp: Adjust expected output.
8508 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8509 the completer works.
8510
c6756f62
PA
85112017-07-17 Pedro Alves <palves@redhat.com>
8512
8513 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8514
5bd68487
AB
85152017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8516
8517 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8518
8880f2a9
TT
85192017-07-14 Tom Tromey <tom@tromey.com>
8520
8521 PR rust/21764:
8522 * gdb.rust/simple.exp: Add tests.
8523
65547233
TT
85242017-07-14 Tom Tromey <tom@tromey.com>
8525
8526 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8527
8f14146e
PA
85282017-07-14 Pedro Alves <palves@redhat.com>
8529
8530 * gdb.linespec/base/one/thefile.cc (z1): New function.
8531 * gdb.linespec/base/two/thefile.cc (z2): New function.
8532 * gdb.linespec/linespec.exp: Add tests.
8533
b4365d02
AB
85342017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8535
8536 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8537 to mi_create_breakpoint.
8538
5d2cbaa5
AB
85392017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8540
8541 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8542 mi_create_breakpoint.
8543
11cb5716
IB
85442017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8545
8546 * gdb.dlang/demangle.exp: Update for demangling changes.
8547
03278692
TT
85482017-07-09 Tom Tromey <tom@tromey.com>
8549
8550 * gdb.dwarf2/shortpiece.exp: New file.
8551
33c5cd75
DB
85522017-07-06 David Blaikie <dblaikie@gmail.com>
8553
8554 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8555 built from fissiont-multi-cu{1,2}.c.
8556 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8557 except putting 'main' and 'func' in separate CUs in the same DWO file.
8558 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8559 test.
8560 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8561 test.
8562
8455d262
PA
85632017-07-06 Pedro Alves <palves@redhat.com>
8564
8565 * gdb.python/py-unwind.exp: Test flushregs.
8566
dc4bde35
SDJ
85672017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8568
8569 PR cli/21688
8570 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8571 tests for alias commands and trailing whitespace.
8572
51ed89aa
SDJ
85732017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8574
8575 PR cli/21688
8576 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8577 procedure. Call it.
8578
eb17d413
PA
85792017-06-29 Pedro Alves <palves@redhat.com>
8580
8581 * gdb.base/printcmds.exp: Add tests.
8582
41664b45
DG
85832017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8584
8585 PR gdb/21337
8586 * gdb.base/reread-readsym.exp: New file.
8587 * gdb.base/reread-readsym.c: New file.
8588
75312ae3
KB
85892017-06-21 Kevin Buettner <kevinb@redhat.com>
8590
8591 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8592 subpattern.
8593
66953522
PB
85942017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8595
8596 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8597 extended mnemonic.
8598 * gdb.arch/powerpc-power9.s: Likewise.
8599
5524b525
AA
86002017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8601
8602 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8603 on 32-bit x86 targets. Exploit is_*_target macros where
8604 appropriate.
8605
03c8af18
AA
86062017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8607
8608 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8609 register pieces.
8610
3bf31011
AA
86112017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8612
8613 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8614 located in one or more DWARF pieces.
8615
805acca0
AA
86162017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8617
8618 * lib/gdb.exp (get_endianness): New proc.
8619 * gdb.arch/aarch64-fp.exp: Use it.
8620 * gdb.arch/altivec-regs.exp: Likewise.
8621 * gdb.arch/e500-regs.exp: Likewise.
8622 * gdb.arch/vsx-regs.exp: Likewise.
8623 * gdb.base/dump.exp: Likewise.
8624 * gdb.base/funcargs.exp: Likewise.
8625 * gdb.base/gnu_vector.exp: Likewise.
8626 * gdb.dwarf2/formdata16.exp: Likewise.
8627 * gdb.dwarf2/implptrpiece.exp: Likewise.
8628 * gdb.dwarf2/nonvar-access.exp: Likewise.
8629 * gdb.python/py-inferior.exp: Likewise.
8630 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8631
e9352324
AA
86322017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8633
8634 PR gdb/21226
8635 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8636 stack value pieces are taken from the LSB end.
8637
d5d1163e
AA
86382017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8639
8640 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8641 variable at nonzero offset.
8642
0567c986
AA
86432017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8644
8645 * gdb.dwarf2/var-access.c: New file.
8646 * gdb.dwarf2/var-access.exp: New test.
8647 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8648
973e9aab
TT
86492017-06-12 Tom Tromey <tom@tromey.com>
8650
8651 * gdb.dwarf2/formdata16.exp: Add tests.
8652
d9109c80
TT
86532017-06-12 Tom Tromey <tom@tromey.com>
8654
8655 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8656
30a25466
TT
86572017-06-12 Tom Tromey <tom@tromey.com>
8658
8659 PR exp/16225:
8660 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8661 * gdb.arch/vsx-regs.exp: Update tests.
8662 * gdb.arch/s390-vregs.exp (hex128): New proc.
8663 Update test.
8664 * gdb.arch/altivec-regs.exp: Update tests.
8665
aefd8b33
SDJ
86662017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8667
8668 * gdb.base/startup-with-shell.c: New file.
8669 * gdb.base/startup-with-shell.exp: Likewise.
8670
2090129c
SDJ
86712017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8672
8673 * gdb.server/non-existing-program.exp: Update regex in order to
8674 reflect the fact that gdbserver is now using fork_inferior (with a
8675 shell) to startup the inferior.
8676
8e86a419
SM
86772017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8678
8679 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8680 support function calls from GDB.
8681
e6cf65f2
TT
86822017-05-21 Tom Tromey <tom@tromey.com>
8683
8684 PR rust/21466:
8685 * gdb.rust/unsized.exp: New file.
8686 * gdb.rust/unsized.rs: New file.
8687
43cc5389
TT
86882017-05-19 Tom Tromey <tom@tromey.com>
8689
8690 PR rust/21484:
8691 * gdb.rust/watch.exp: New file.
8692 * gdb.rust/watch.rs: New file.
8693
ec8df234
TT
86942017-05-18 Tom Tromey <tom@tromey.com>
8695
8696 * gdb.rust/simple.exp: Allow Box to be qualified.
8697
3e3e7fae
TP
86982017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8699
8700 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8701
59cc050d
PA
87022017-05-18 Pedro Alves <palves@redhat.com>
8703
8704 * gdb.base/fileio.c (test_write, test_read, test_close)
8705 (test_fstat): Don't print 'ret' in the fail path.
8706
c8f6abd1
PA
87072017-05-18 Pedro Alves <palves@redhat.com>
8708
8709 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8710 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8711 (test_system, test_rename, test_unlink, test_time): Change
8712 prototypes.
8713 * gdb.base/fileio.exp (stop_msg): Adjust.
8714
d2a03b77
PA
87152017-05-18 Pedro Alves <palves@redhat.com>
8716
8717 * gdb.base/fileio.c (null_str): New global.
8718 (test_stat): Use it.
8719 * gdb.base/fileio.exp: Remove nowarnings.
8720
0d5c6999
YQ
87212017-05-17 Yao Qi <yao.qi@linaro.org>
8722
8723 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8724
21873064
YQ
87252017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8726
8727 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8728 argument command.
8729 (top-level): Invoke test_set_inferior_tty.
8730
d512d31c
PA
87312017-05-04 Pedro Alves <palves@redhat.com>
8732
8733 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8734 Add parens to print call for Python 3.
8735
90cef2ed
KS
87362017-05-03 Keith Seitz <keiths@redhat.com>
8737
8738 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8739 (main): Call it.
8740
14f819c8
TW
87412017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8742
8743 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8744 to prev and next.
8745
913aeadd
TW
87462017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8747
8748 * gdb.python/py-record-btrace.exp: Remove test for
8749 gdb.BtraceInstruction.error.
8750
a3be24ad
TW
87512017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8752
8753 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8754
ae20e79a
TW
87552017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8756
8757 * gdb.python/py-record-btrace-threads.c: New file.
8758 * gdb.python/py-record-btrace-threads.exp: New file.
8759
45ce1b47
SDJ
87602017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8761
8762 PR testsuite/8595
8763 * gdb.base/environ.exp: Make test available in all architectures.
8764 Move bits related to "info program" testing to
8765 gdb.base/info-program.exp. Rewrite tests to use the two new
8766 procedures mentione below.
8767 (test_set_show_env_var) New procedure.
8768 (test_set_show_env_var_equal): Likewise.
8769 * gdb.base/info-program.exp: New file.
8770
e15c3eb4
KS
87712017-04-27 Keith Seitz <keiths@redhat.com>
8772
8773 * gdb.cp/oranking.cc (test15): New function.
8774 (main): Call test15 and declare additional variables for testing.
8775 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8776 "p foo101('abc')" tests.
8777 Add tests for cv qualifier overloads.
8778 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8779 "lvalue reference overload" test.
8780 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8781 "print value of f1 on Child&& in f2" test.
8782
3a3fd0fd
PA
87832017-04-19 Pedro Alves <palves@redhat.com>
8784
8785 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8786 procedure.
8787 (top level): Call it.
8788 * lib/gdb.exp (gdb_define_cmd): New procedure.
8789
53375380
PA
87902017-04-12 Pedro Alves <palves@redhat.com>
8791
8792 PR gdb/21323
8793 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8794 (wchar): New global.
8795 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8796 (do_test_wide_char, wide_char_types_no_program, top level): Add
8797 wchar_t testing.
8798
53e710ac
PA
87992017-04-12 Pedro Alves <palves@redhat.com>
8800
8801 PR c++/21323
8802 * gdb.cp/wide_char_types.c: New file.
8803 * gdb.cp/wide_char_types.exp: New file.
8804
0ad9d8c7
SDJ
88052017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8806
8807 PR gdb/21352
8808 * gdb.trace/tsv.exp: Add test for "tsave -r".
8809
b1b45502
IB
88102017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8811
8812 * gdb.dlang/watch-loc.c: New file.
8813 * gdb.dlang/watch-loc.exp: New file.
8814
ec13808e
JK
88152017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8816
8817 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8818
fe5f7374
AK
88192017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8820
8821 * gdb.arch/arc-analyze-prologue.S: New file.
8822 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8823
eea78757
AK
88242017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8825
8826 * gdb.arch/arc-decode-insn.S: New file.
8827 * gdb.arch/arc-decode-insn.exp: Likewise.
8828
5badf10a
IR
88292017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8830
8831 PR tdep/20928
8832 * gdb.arch/sparc64-regs.exp: New file.
8833 * gdb.arch/sparc64-regs.S: Likewise.
8834
cee59b3f
TW
88352017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8836
8837 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8838 and memory view on Python 3.
8839
c0f55cc6
AV
88402017-03-20 Artemiy Volkov <artemiyv@acm.org>
8841 Keith Seitz <keiths@redhat.com>
8842
8843 PR gdb/14441
8844 * gdb.cp/demangle.exp: Add rvalue reference tests.
8845 * gdb.cp/rvalue-ref-casts.cc: New file.
8846 * gdb.cp/rvalue-ref-casts.exp: New file.
8847 * gdb.cp/rvalue-ref-overload.cc: New file.
8848 * gdb.cp/rvalue-ref-overload.exp: New file.
8849 * gdb.cp/rvalue-ref-params.cc: New file.
8850 * gdb.cp/rvalue-ref-params.exp: New file.
8851 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8852 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8853 * gdb.cp/rvalue-ref-types.cc: New file.
8854 * gdb.cp/rvalue-ref-types.exp: New file.
8855 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8856 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8857
51457a05
MAL
88582017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8859
8860 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8861 New procedure.
8862
5b291c04
MAL
88632017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8864
8865 * lib/mi-support.exp (mi_gdb_test): Add additional message
8866 for unexpected output.
8867
59a56148
AA
88682017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8869
8870 * gdb.base/examine-backward.c (Barrier): New character array
8871 constant, to ensure that TestStrings is preceded by a string
8872 terminator.
8873
7942e96e
AA
88742017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8875
8876 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8877 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8878 and implicit pointer into such a location.
8879
6ebac3fb
DE
88802017-03-16 Doug Evans <dje@google.com>
8881
8882 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8883
ec3b243d
TP
88842017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8885
8886 * gdb.cp/m-static.exp: Fix expectation for prototype of
8887 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
8888
88892017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
8890
8891 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8892 * gdb.guile/scm-lazy-string.c: New file.
8893 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8894 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8895 for pointer, array, typedef lazy strings.
8896
2cc36e25 88972017-03-16 Doug Evans <dje@google.com>
34b43320
DE
8898
8899 PR python/17728, python/18439, python/18779
8900 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8901 * gdb.python/py-lazy-string.c (pointer): New typedef.
8902 (main): New locals ptr, array, typedef_ptr.
8903 * gdb.python/py-value.exp: Move lazy string tests to ...
8904 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8905 array, typedef lazy strings.
ec3b243d 8906
0efcde63
AK
89072017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8908
8909 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8910 Add optional 'test' parameter.
8911
7978d7c3
SM
89122017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8913
8914 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8915 Skip for versions of DejaGnu < 1.5.
8916
896c0c1e
SM
89172017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8918
8919 * lib/gdb.exp (dejagnu_version): New proc.
8920 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8921 Use dejagnu_version.
8922
5f4d1085
KS
89232017-03-10 Keith Seitz <keiths@redhat.com>
8924
8925 PR c++/8128
8926 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8927 type from destructor regexps.
8928 Add a branch which actually passes the test.
8929 Adjust "ptype t5i" test names.
8930
1de05205
PA
89312017-03-08 Pedro Alves <palves@redhat.com>
8932
8933 * gdb.base/step-over-exit.exp: Add explicit test message.
8934
c65d6b55
PA
89352017-03-08 Pedro Alves <palves@redhat.com>
8936
8937 PR gdb/18360
8938 * gdb.threads/interrupt-while-step-over.c: New file.
8939 * gdb.threads/interrupt-while-step-over.exp: New file.
8940
2e86a283
PA
89412017-03-08 Pedro Alves <palves@redhat.com>
8942
8943 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8944 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8945
25dcbff6
PA
89462017-03-08 Pedro Alves <palves@redhat.com>
8947
8948 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8949 PKRU as not supported as a PASS.
8950
dc9366eb
PA
89512017-03-08 Pedro Alves <palves@redhat.com>
8952
8953 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8954 prefix instead of $binfile1/$binfile2.
8955 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8956 in test message.
8957 * gdb.python/py-completion.exp: Use "load python file" as test
8958 messages instead of unstable path names.
8959
6e5d74e7
PA
89602017-03-08 Pedro Alves <palves@redhat.com>
8961 Jan Kratochvil <jan.kratochvil@redhat.com>
8962
8963 PR cli/21218
8964 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8965 New proc.
8966 (top level): Call it.
8967
9753a2f6
PA
89682017-03-08 Pedro Alves <palves@redhat.com>
8969
8970 PR tui/21216
8971 * gdb.tui/tui-nl-filtered-output.exp: New file.
8972
1a4dd9dd
PA
89732017-03-08 Pedro Alves <palves@redhat.com>
8974
8975 * gdb.base/completion.exp: Move TUI completion tests to ...
8976 * gdb.tui/completion.exp: ... this new file.
8977
7cbbff33
PA
89782017-03-08 Pedro Alves <palves@redhat.com>
8979
8980 * gdb.base/tui-disasm-long-lines.c,
8981 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8982 gdb.base/tui-layout.exp: Move to ...
8983 * gdb.tui/: ... this new directory.
8984
5f6fd321
PA
89852017-03-07 Pedro Alves <palves@redhat.com>
8986
8987 * gdb.base/tui-layout.c: New file.
8988 * gdb.base/tui-layout.exp: New file.
8989
44959fa8
PA
89902017-03-07 Pedro Alves <palves@redhat.com>
8991
8992 * gdb.base/tui-layout.c: Rename to ...
8993 * gdb.base/tui-disasm-long-lines.c: ... this.
8994 * gdb.base/tui-layout.exp: Rename to ...
8995 * gdb.base/tui-disasm-long-lines.exp: ... this.
8996
f8c4e718
PA
89972017-03-07 Pedro Alves <palves@redhat.com>
8998
8999 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9000
6dbb839a 90012017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
9002
9003 * i386-mpx-call.c: New file.
9004 * i386-mpx-call.exp: New file.
9005
65b48a81
PB
90062017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9007
9008 * gdb.arch/powerpc-power.exp: Delete test.
9009 * gdb.arch/powerpc-power.s: Likewise.
9010 * gdb.disasm/disassembler-options.exp: New test.
9011 * gdb.arch/powerpc-altivec.exp: Likewise.
9012 * gdb.arch/powerpc-altivec.s: Likewise.
9013 * gdb.arch/powerpc-altivec2.exp: Likewise.
9014 * gdb.arch/powerpc-altivec2.s: Likewise.
9015 * gdb.arch/powerpc-altivec3.exp: Likewise.
9016 * gdb.arch/powerpc-altivec3.s: Likewise.
9017 * gdb.arch/powerpc-power7.exp: Likewise.
9018 * gdb.arch/powerpc-power7.s: Likewise.
9019 * gdb.arch/powerpc-power8.exp: Likewise.
9020 * gdb.arch/powerpc-power8.s: Likewise.
9021 * gdb.arch/powerpc-power9.exp: Likewise.
9022 * gdb.arch/powerpc-power9.s: Likewise.
9023 * gdb.arch/powerpc-vsx.exp: Likewise.
9024 * gdb.arch/powerpc-vsx.s: Likewise.
9025 * gdb.arch/powerpc-vsx2.exp: Likewise.
9026 * gdb.arch/powerpc-vsx2.s: Likewise.
9027 * gdb.arch/powerpc-vsx3.exp: Likewise.
9028 * gdb.arch/powerpc-vsx3.s: Likewise.
9029 * gdb.arch/arm-disassembler-options.exp: Likewise.
9030 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9031 * gdb.arch/s390-disassembler-options.exp: Likewise.
9032
17cd4947
LM
90332017-02-23 Luis Machado <lgustavo@codesourcery.com>
9034
9035 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9036 (check_supported_features): ... this. Changed return type to void.
9037 (supports_rdseed): New static global.
9038 (rdseed): Check supports_rdseed.
9039 (initialize): Call check_supported_features.
9040
2039d74e
EBM
90412017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9042
9043 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9044 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9045 and lqarx/stqcx.
9046 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9047 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9048
a51d7ecf
EBM
90492017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9050
9051 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9052 uppercase.
9053
0224619f
JK
90542017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9055
9056 * gdb.dwarf2/formdata16.c: New file.
9057 * gdb.dwarf2/formdata16.exp: New file.
9058 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9059
216f72a1
JK
90602017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9061
9062 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9063 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9064 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9065 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9066 DW_AT_GNU_*.
9067
43988095
JK
90682017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9069
9070 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9071
99e8a4f9
SDJ
90722017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9073
9074 PR gdb/21164
9075 * gdb.base/maint.exp: Add testcases for when the commands do
9076 not have arguments.
9077
b58a8c0c
TP
90782017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9079
9080 * gdb.cp/chained-calls.exp: Use p instead of P.
9081
4e746bb6
TW
90822017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9083
9084 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9085 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9086
3f77c769
TT
90872017-02-14 Tom Tromey <tom@tromey.com>
9088
9089 PR python/13598:
9090 * gdb.python/py-events.exp: Add before_prompt event tests.
9091
075beec0
AA
90922017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9093
9094 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9095
bf5f525c
LM
90962017-02-13 Luis Machado <lgustavo@codesourcery.com>
9097
9098 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9099 (main): Call my_unique_function_name.
9100 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9101 completion of patterns with a single match.
9102 Add missing -re switches to gdb_test_multiple calls.
9103
13a66184
LM
91042017-02-13 Luis Machado <lgustavo@codesourcery.com>
9105
9106 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9107 return if core file is not recognized.
9108
26a06916
SM
91092017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9110
9111 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9112 and extra UIs.
9113
b761ca9e
SM
91142017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9115
9116 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9117 proc_with_prefix.
9118
b964bee0
TT
91192017-02-10 Tom Tromey <tom@tromey.com>
9120
9121 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9122
18da0c51
MG
91232017-02-10 Martin Galvan <martingalvan@sourceware.org>
9124
9125 PR gdb/21122
9126 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9127
604c4576
JG
91282017-02-08 Jerome Guitton <guitton@adacore.com>
9129
9130 * gdb.base/define.exp: Add test for command abbreviations
9131 in define.
9132
20b477a7
LM
91332017-02-06 Luis Machado <lgustavo@codesourcery.com>
9134
9135 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9136 * gdb.reverse/insn-reverse-x86.c: New file.
9137
3f7b46f2
IR
91382017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9139
9140 PR tdep/20936
9141 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9142
f0fd41c1
TT
91432017-02-03 Tom Tromey <tom@tromey.com>
9144
9145 PR rust/21097:
9146 * gdb.rust/simple.exp: Add new tests.
9147
5be5dbf0
PA
91482017-02-02 Pedro Alves <palves@redhat.com>
9149
9150 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9151 tests.
9152
7346ef59
AA
91532017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9154
9155 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9156 taking a 2-byte value out of a 4-byte DWARF implicit value on
9157 big-endian targets.
9158 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9159 logic. Add test cases for DW_OP_implicit.
9160
787f0025
MM
91612017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9162
9163 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9164
68777c29
MM
91652017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9166
9167 * gdb.btrace/enable.exp: Call gdb_exit before
9168 skip_gdbserver_tests.
9169
0a1c7e28
MM
91702017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9171
9172 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9173 GDBFLAGS.
9174
b5ac99b0
MM
91752017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9176
9177 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9178 the test is skipped.
9179 * gdb.btrace/data.exp: Likewise.
9180 * gdb.btrace/delta.exp: Likewise.
9181 * gdb.btrace/dlopen.exp: Likewise.
9182 * gdb.btrace/enable-running.exp: Likewise.
9183 * gdb.btrace/enable.exp: Likewise.
9184 * gdb.btrace/exception.exp: Likewise.
9185 * gdb.btrace/function_call_history.exp: Likewise.
9186 * gdb.btrace/gcore.exp: Likewise.
9187 * gdb.btrace/instruction_history.exp: Likewise.
9188 * gdb.btrace/multi-thread-step.exp: Likewise.
9189 * gdb.btrace/nohist.exp: Likewise.
9190 * gdb.btrace/non-stop.exp: Likewise.
9191 * gdb.btrace/reconnect.exp: Likewise.
9192 * gdb.btrace/record_goto-step.exp: Likewise.
9193 * gdb.btrace/record_goto.exp: Likewise.
9194 * gdb.btrace/rn-dl-bind.exp: Likewise.
9195 * gdb.btrace/segv.exp: Likewise.
9196 * gdb.btrace/step.exp: Likewise.
9197 * gdb.btrace/stepi.exp: Likewise.
9198 * gdb.btrace/tailcall-only.exp: Likewise.
9199 * gdb.btrace/tailcall.exp: Likewise.
9200 * gdb.btrace/tsx.exp: Likewise.
9201 * gdb.btrace/unknown_functions.exp: Likewise.
9202 * gdb.btrace/vdso.exp: Likewise.
9203
cd4007e4
MM
92042017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9205
9206 * gdb.btrace/enable-running.c: New.
9207 * gdb.btrace/enable-running.exp: New.
9208
2735833d
WT
92092017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9210
9211 * gdb.arch/amd64-gs_base.c: New file.
9212 * gdb.arch/amd64-gs_base.exp: New file.
9213
b51e1e94
LM
92142017-01-26 Luis Machado <lgustavo@codesourcery.com>
9215
9216 * lib/memory.exp: Remove spurious empty newlines.
9217
72ca0410
SM
92182017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9219
9220 * gdb.python/py-bad-printers.exp: Load python file using "source".
9221 * gdb.python/py-events.exp: Likewise.
9222 * gdb.python/py-evsignal.exp: Likewise.
9223 * gdb.python/py-evthreads.exp: Likewise.
9224 * gdb.python/py-frame-args.exp: Likewise.
9225 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9226 * gdb.python/py-framefilter-mi.exp: Likewise.
9227 * gdb.python/py-framefilter.exp: Likewise.
9228 * gdb.python/py-mi.exp: Likewise.
9229 * gdb.python/py-pp-maint.exp: Likewise.
9230 * gdb.python/py-pp-registration.exp: Likewise.
9231 * gdb.python/py-prettyprint.exp: Likewise.
9232 (run_lang_tests): Likewise.
9233 * gdb.python/py-typeprint.exp: Likewise.
9234
e309aa65
LM
92352017-01-26 Luis Machado <lgustavo@codesourcery.com>
9236
9237 * lib/memory.exp: New file.
9238 * lib/gdb.exp: Load memory.exp.
9239 * gdb.base/memattr.exp (delete_memory): Move proc to
9240 lib/memory.exp and rename to delete_memory_regions.
9241 Replace delete_memory with delete_memory_regions.
9242 Cleanup memory regions before tests.
9243 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9244 before tests.
9245
515aff23
LM
92462017-01-26 Luis Machado <lgustavo@codesourcery.com>
9247
9248 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9249 files.
9250 (initialize): New function conditionally defined.
9251 (testcases): Move within conditional block.
9252 (main): Call initialize.
9253 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9254 of gdb.reverse/insn-reverse.c.
9255 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9256 gdb.reverse/insn-reverse.c.
9257
d8b49cf0
YQ
92582017-01-26 Yao Qi <yao.qi@linaro.org>
9259
9260 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9261 disassemble on address 0.
9262
f13a9a0c
YQ
92632017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9264 Yao Qi <yao.qi@linaro.org>
9265
9266 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9267 * gdb.dwarf2/implptr-64bit.S: Remove.
9268 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9269 variables in caller's context. Add DW_OP_implicit_value.
9270
5ac95241
YQ
92712017-01-25 Yao Qi <yao.qi@linaro.org>
9272
9273 * lib/dwarf.exp (Dwarf::_location): Handle
9274 DW_OP_GNU_implicit_pointer with proper size.
9275
23e82930
LM
92762017-01-20 Luis Machado <lgustavo@codesourcery.com>
9277
9278 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9279 and add untested calls.
9280
d334ae25
LM
92812017-01-20 Luis Machado <lgustavo@codesourcery.com>
9282
9283 * gdb.python/python.exp: Check line number against what GDB thinks
9284 the line number is for func1.
9285
f5e6296e
IB
92862017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9287
9288 * gdb.dlang/debug-expr.exp: New file.
9289
5b362f04
LM
92902016-12-23 Luis Machado <lgustavo@codesourcery.com>
9291
9292 Fix test names for the following files:
9293
9294 * gdb.ada/exec_changed.exp
9295 * gdb.ada/info_types.exp
9296 * gdb.arch/aarch64-atomic-inst.exp
9297 * gdb.arch/aarch64-fp.exp
9298 * gdb.arch/altivec-abi.exp
9299 * gdb.arch/altivec-regs.exp
9300 * gdb.arch/amd64-byte.exp
9301 * gdb.arch/amd64-disp-step.exp
9302 * gdb.arch/amd64-dword.exp
9303 * gdb.arch/amd64-entry-value-inline.exp
9304 * gdb.arch/amd64-entry-value-param.exp
9305 * gdb.arch/amd64-entry-value-paramref.exp
9306 * gdb.arch/amd64-entry-value.exp
9307 * gdb.arch/amd64-i386-address.exp
9308 * gdb.arch/amd64-invalid-stack-middle.exp
9309 * gdb.arch/amd64-invalid-stack-top.exp
9310 * gdb.arch/amd64-optimout-repeat.exp
9311 * gdb.arch/amd64-prologue-skip.exp
9312 * gdb.arch/amd64-prologue-xmm.exp
9313 * gdb.arch/amd64-stap-special-operands.exp
9314 * gdb.arch/amd64-stap-wrong-subexp.exp
9315 * gdb.arch/amd64-tailcall-cxx.exp
9316 * gdb.arch/amd64-tailcall-noret.exp
9317 * gdb.arch/amd64-tailcall-ret.exp
9318 * gdb.arch/amd64-tailcall-self.exp
9319 * gdb.arch/amd64-word.exp
9320 * gdb.arch/arm-bl-branch-dest.exp
9321 * gdb.arch/arm-disp-step.exp
9322 * gdb.arch/arm-neon.exp
9323 * gdb.arch/arm-single-step-kernel-helper.exp
9324 * gdb.arch/avr-flash-qualifier.exp
9325 * gdb.arch/disp-step-insn-reloc.exp
9326 * gdb.arch/e500-abi.exp
9327 * gdb.arch/e500-regs.exp
9328 * gdb.arch/ftrace-insn-reloc.exp
9329 * gdb.arch/i386-avx512.exp
9330 * gdb.arch/i386-bp_permanent.exp
9331 * gdb.arch/i386-byte.exp
9332 * gdb.arch/i386-cfi-notcurrent.exp
9333 * gdb.arch/i386-disp-step.exp
9334 * gdb.arch/i386-dr3-watch.exp
9335 * gdb.arch/i386-float.exp
9336 * gdb.arch/i386-gnu-cfi.exp
9337 * gdb.arch/i386-mpx-map.exp
9338 * gdb.arch/i386-mpx-sigsegv.exp
9339 * gdb.arch/i386-mpx-simple_segv.exp
9340 * gdb.arch/i386-mpx.exp
9341 * gdb.arch/i386-permbkpt.exp
9342 * gdb.arch/i386-prologue.exp
9343 * gdb.arch/i386-signal.exp
9344 * gdb.arch/i386-size-overlap.exp
9345 * gdb.arch/i386-unwind.exp
9346 * gdb.arch/i386-word.exp
9347 * gdb.arch/mips-fcr.exp
9348 * gdb.arch/powerpc-d128-regs.exp
9349 * gdb.arch/powerpc-stackless.exp
9350 * gdb.arch/ppc64-atomic-inst.exp
9351 * gdb.arch/s390-stackless.exp
9352 * gdb.arch/s390-tdbregs.exp
9353 * gdb.arch/s390-vregs.exp
9354 * gdb.arch/sparc-sysstep.exp
9355 * gdb.arch/thumb-bx-pc.exp
9356 * gdb.arch/thumb-singlestep.exp
9357 * gdb.arch/thumb2-it.exp
9358 * gdb.arch/vsx-regs.exp
9359 * gdb.asm/asm-source.exp
9360 * gdb.base/a2-run.exp
9361 * gdb.base/advance.exp
9362 * gdb.base/all-bin.exp
9363 * gdb.base/anon.exp
9364 * gdb.base/args.exp
9365 * gdb.base/arithmet.exp
9366 * gdb.base/async-shell.exp
9367 * gdb.base/async.exp
9368 * gdb.base/attach-pie-noexec.exp
9369 * gdb.base/attach-twice.exp
9370 * gdb.base/auto-load.exp
9371 * gdb.base/bang.exp
9372 * gdb.base/bitfields.exp
9373 * gdb.base/break-always.exp
9374 * gdb.base/break-caller-line.exp
9375 * gdb.base/break-entry.exp
9376 * gdb.base/break-inline.exp
9377 * gdb.base/break-on-linker-gcd-function.exp
9378 * gdb.base/break-probes.exp
9379 * gdb.base/break.exp
9380 * gdb.base/breakpoint-shadow.exp
9381 * gdb.base/call-ar-st.exp
9382 * gdb.base/call-sc.exp
9383 * gdb.base/call-signal-resume.exp
9384 * gdb.base/call-strs.exp
9385 * gdb.base/callfuncs.exp
9386 * gdb.base/catch-fork-static.exp
9387 * gdb.base/catch-gdb-caused-signals.exp
9388 * gdb.base/catch-load.exp
9389 * gdb.base/catch-signal-fork.exp
9390 * gdb.base/catch-signal.exp
9391 * gdb.base/catch-syscall.exp
9392 * gdb.base/charset.exp
9393 * gdb.base/checkpoint.exp
9394 * gdb.base/chng-syms.exp
9395 * gdb.base/code-expr.exp
9396 * gdb.base/code_elim.exp
9397 * gdb.base/commands.exp
9398 * gdb.base/completion.exp
9399 * gdb.base/complex.exp
9400 * gdb.base/cond-expr.exp
9401 * gdb.base/condbreak.exp
9402 * gdb.base/consecutive.exp
9403 * gdb.base/continue-all-already-running.exp
9404 * gdb.base/coredump-filter.exp
9405 * gdb.base/corefile.exp
9406 * gdb.base/dbx.exp
9407 * gdb.base/debug-expr.exp
9408 * gdb.base/define.exp
9409 * gdb.base/del.exp
9410 * gdb.base/disabled-location.exp
9411 * gdb.base/disasm-end-cu.exp
9412 * gdb.base/disasm-optim.exp
9413 * gdb.base/display.exp
9414 * gdb.base/duplicate-bp.exp
9415 * gdb.base/ena-dis-br.exp
9416 * gdb.base/ending-run.exp
9417 * gdb.base/enumval.exp
9418 * gdb.base/environ.exp
9419 * gdb.base/eu-strip-infcall.exp
9420 * gdb.base/eval-avoid-side-effects.exp
9421 * gdb.base/eval-skip.exp
9422 * gdb.base/exitsignal.exp
9423 * gdb.base/expand-psymtabs.exp
9424 * gdb.base/filesym.exp
9425 * gdb.base/find-unmapped.exp
9426 * gdb.base/finish.exp
9427 * gdb.base/float.exp
9428 * gdb.base/foll-exec-mode.exp
9429 * gdb.base/foll-exec.exp
9430 * gdb.base/foll-fork.exp
9431 * gdb.base/fortran-sym-case.exp
9432 * gdb.base/freebpcmd.exp
9433 * gdb.base/func-ptr.exp
9434 * gdb.base/func-ptrs.exp
9435 * gdb.base/funcargs.exp
9436 * gdb.base/gcore-buffer-overflow.exp
9437 * gdb.base/gcore-relro-pie.exp
9438 * gdb.base/gcore-relro.exp
9439 * gdb.base/gcore.exp
9440 * gdb.base/gdb1090.exp
9441 * gdb.base/gdb11530.exp
9442 * gdb.base/gdb11531.exp
9443 * gdb.base/gdb1821.exp
9444 * gdb.base/gdbindex-stabs.exp
9445 * gdb.base/gdbvars.exp
9446 * gdb.base/hbreak.exp
9447 * gdb.base/hbreak2.exp
9448 * gdb.base/included.exp
9449 * gdb.base/infcall-input.exp
9450 * gdb.base/inferior-died.exp
9451 * gdb.base/infnan.exp
9452 * gdb.base/info-macros.exp
9453 * gdb.base/info-os.exp
9454 * gdb.base/info-proc.exp
9455 * gdb.base/info-shared.exp
9456 * gdb.base/info-target.exp
9457 * gdb.base/infoline.exp
9458 * gdb.base/interp.exp
9459 * gdb.base/interrupt.exp
9460 * gdb.base/jit-reader.exp
9461 * gdb.base/jit-simple.exp
9462 * gdb.base/kill-after-signal.exp
9463 * gdb.base/kill-detach-inferiors-cmd.exp
9464 * gdb.base/label.exp
9465 * gdb.base/langs.exp
9466 * gdb.base/ldbl_e308.exp
9467 * gdb.base/line-symtabs.exp
9468 * gdb.base/linespecs.exp
9469 * gdb.base/list.exp
9470 * gdb.base/long_long.exp
9471 * gdb.base/longest-types.exp
9472 * gdb.base/maint.exp
9473 * gdb.base/max-value-size.exp
9474 * gdb.base/memattr.exp
9475 * gdb.base/mips_pro.exp
9476 * gdb.base/morestack.exp
9477 * gdb.base/moribund-step.exp
9478 * gdb.base/multi-forks.exp
9479 * gdb.base/nested-addr.exp
9480 * gdb.base/nextoverexit.exp
9481 * gdb.base/noreturn-finish.exp
9482 * gdb.base/noreturn-return.exp
9483 * gdb.base/nostdlib.exp
9484 * gdb.base/offsets.exp
9485 * gdb.base/opaque.exp
9486 * gdb.base/pc-fp.exp
9487 * gdb.base/permissions.exp
9488 * gdb.base/print-symbol-loading.exp
9489 * gdb.base/prologue-include.exp
9490 * gdb.base/psymtab.exp
9491 * gdb.base/ptype.exp
9492 * gdb.base/random-signal.exp
9493 * gdb.base/randomize.exp
9494 * gdb.base/range-stepping.exp
9495 * gdb.base/readline-ask.exp
9496 * gdb.base/recpar.exp
9497 * gdb.base/recurse.exp
9498 * gdb.base/relational.exp
9499 * gdb.base/restore.exp
9500 * gdb.base/return-nodebug.exp
9501 * gdb.base/return.exp
9502 * gdb.base/run-after-attach.exp
9503 * gdb.base/save-bp.exp
9504 * gdb.base/scope.exp
9505 * gdb.base/sect-cmd.exp
9506 * gdb.base/set-lang-auto.exp
9507 * gdb.base/set-noassign.exp
9508 * gdb.base/setvar.exp
9509 * gdb.base/sigall.exp
9510 * gdb.base/sigbpt.exp
9511 * gdb.base/siginfo-addr.exp
9512 * gdb.base/siginfo-infcall.exp
9513 * gdb.base/siginfo-obj.exp
9514 * gdb.base/siginfo.exp
9515 * gdb.base/signals-state-child.exp
9516 * gdb.base/signest.exp
9517 * gdb.base/sigstep.exp
9518 * gdb.base/sizeof.exp
9519 * gdb.base/skip.exp
9520 * gdb.base/solib-corrupted.exp
9521 * gdb.base/solib-nodir.exp
9522 * gdb.base/solib-search.exp
9523 * gdb.base/stack-checking.exp
9524 * gdb.base/stale-infcall.exp
9525 * gdb.base/stap-probe.exp
9526 * gdb.base/start.exp
9527 * gdb.base/step-break.exp
9528 * gdb.base/step-bt.exp
9529 * gdb.base/step-line.exp
9530 * gdb.base/step-over-exit.exp
9531 * gdb.base/step-over-syscall.exp
9532 * gdb.base/step-resume-infcall.exp
9533 * gdb.base/step-test.exp
9534 * gdb.base/store.exp
9535 * gdb.base/structs3.exp
9536 * gdb.base/sym-file.exp
9537 * gdb.base/symbol-without-target_section.exp
9538 * gdb.base/term.exp
9539 * gdb.base/testenv.exp
9540 * gdb.base/ui-redirect.exp
9541 * gdb.base/until.exp
9542 * gdb.base/unwindonsignal.exp
9543 * gdb.base/value-double-free.exp
9544 * gdb.base/vla-datatypes.exp
9545 * gdb.base/vla-ptr.exp
9546 * gdb.base/vla-sideeffect.exp
9547 * gdb.base/volatile.exp
9548 * gdb.base/watch-cond-infcall.exp
9549 * gdb.base/watch-cond.exp
9550 * gdb.base/watch-non-mem.exp
9551 * gdb.base/watch-read.exp
9552 * gdb.base/watch-vfork.exp
9553 * gdb.base/watchpoint-cond-gone.exp
9554 * gdb.base/watchpoint-delete.exp
9555 * gdb.base/watchpoint-hw-hit-once.exp
9556 * gdb.base/watchpoint-hw.exp
9557 * gdb.base/watchpoint-stops-at-right-insn.exp
9558 * gdb.base/watchpoints.exp
9559 * gdb.base/wchar.exp
9560 * gdb.base/whatis-exp.exp
9561 * gdb.btrace/buffer-size.exp
9562 * gdb.btrace/data.exp
9563 * gdb.btrace/delta.exp
9564 * gdb.btrace/dlopen.exp
9565 * gdb.btrace/enable.exp
9566 * gdb.btrace/exception.exp
9567 * gdb.btrace/function_call_history.exp
9568 * gdb.btrace/gcore.exp
9569 * gdb.btrace/instruction_history.exp
9570 * gdb.btrace/nohist.exp
9571 * gdb.btrace/reconnect.exp
9572 * gdb.btrace/record_goto-step.exp
9573 * gdb.btrace/record_goto.exp
9574 * gdb.btrace/rn-dl-bind.exp
9575 * gdb.btrace/segv.exp
9576 * gdb.btrace/step.exp
9577 * gdb.btrace/stepi.exp
9578 * gdb.btrace/tailcall-only.exp
9579 * gdb.btrace/tailcall.exp
9580 * gdb.btrace/tsx.exp
9581 * gdb.btrace/unknown_functions.exp
9582 * gdb.btrace/vdso.exp
9583 * gdb.compile/compile-ifunc.exp
9584 * gdb.compile/compile-ops.exp
9585 * gdb.compile/compile-print.exp
9586 * gdb.compile/compile-setjmp.exp
9587 * gdb.cp/abstract-origin.exp
9588 * gdb.cp/ambiguous.exp
9589 * gdb.cp/annota2.exp
9590 * gdb.cp/annota3.exp
9591 * gdb.cp/anon-ns.exp
9592 * gdb.cp/anon-struct.exp
9593 * gdb.cp/anon-union.exp
9594 * gdb.cp/arg-reference.exp
9595 * gdb.cp/baseenum.exp
9596 * gdb.cp/bool.exp
9597 * gdb.cp/breakpoint.exp
9598 * gdb.cp/bs15503.exp
9599 * gdb.cp/call-c.exp
9600 * gdb.cp/casts.exp
9601 * gdb.cp/chained-calls.exp
9602 * gdb.cp/class2.exp
9603 * gdb.cp/classes.exp
9604 * gdb.cp/cmpd-minsyms.exp
9605 * gdb.cp/converts.exp
9606 * gdb.cp/cp-relocate.exp
9607 * gdb.cp/cpcompletion.exp
9608 * gdb.cp/cpexprs.exp
9609 * gdb.cp/cplabel.exp
9610 * gdb.cp/cplusfuncs.exp
9611 * gdb.cp/cpsizeof.exp
9612 * gdb.cp/ctti.exp
9613 * gdb.cp/derivation.exp
9614 * gdb.cp/destrprint.exp
9615 * gdb.cp/dispcxx.exp
9616 * gdb.cp/enum-class.exp
9617 * gdb.cp/exception.exp
9618 * gdb.cp/exceptprint.exp
9619 * gdb.cp/expand-psymtabs-cxx.exp
9620 * gdb.cp/expand-sals.exp
9621 * gdb.cp/extern-c.exp
9622 * gdb.cp/filename.exp
9623 * gdb.cp/formatted-ref.exp
9624 * gdb.cp/fpointer.exp
9625 * gdb.cp/gdb1355.exp
9626 * gdb.cp/gdb2495.exp
9627 * gdb.cp/hang.exp
9628 * gdb.cp/impl-this.exp
9629 * gdb.cp/infcall-dlopen.exp
9630 * gdb.cp/inherit.exp
9631 * gdb.cp/iostream.exp
9632 * gdb.cp/koenig.exp
9633 * gdb.cp/local.exp
9634 * gdb.cp/m-data.exp
9635 * gdb.cp/m-static.exp
9636 * gdb.cp/mb-ctor.exp
9637 * gdb.cp/mb-inline.exp
9638 * gdb.cp/mb-templates.exp
9639 * gdb.cp/member-name.exp
9640 * gdb.cp/member-ptr.exp
9641 * gdb.cp/meth-typedefs.exp
9642 * gdb.cp/method.exp
9643 * gdb.cp/method2.exp
9644 * gdb.cp/minsym-fallback.exp
9645 * gdb.cp/misc.exp
9646 * gdb.cp/namelessclass.exp
9647 * gdb.cp/namespace-enum.exp
9648 * gdb.cp/namespace-nested-import.exp
9649 * gdb.cp/namespace.exp
9650 * gdb.cp/nextoverthrow.exp
9651 * gdb.cp/no-dmgl-verbose.exp
9652 * gdb.cp/non-trivial-retval.exp
9653 * gdb.cp/noparam.exp
9654 * gdb.cp/nsdecl.exp
9655 * gdb.cp/nsimport.exp
9656 * gdb.cp/nsnested.exp
9657 * gdb.cp/nsnoimports.exp
9658 * gdb.cp/nsrecurs.exp
9659 * gdb.cp/nsstress.exp
9660 * gdb.cp/nsusing.exp
9661 * gdb.cp/operator.exp
9662 * gdb.cp/oranking.exp
9663 * gdb.cp/overload-const.exp
9664 * gdb.cp/overload.exp
9665 * gdb.cp/ovldbreak.exp
9666 * gdb.cp/ovsrch.exp
9667 * gdb.cp/paren-type.exp
9668 * gdb.cp/parse-lang.exp
9669 * gdb.cp/pass-by-ref.exp
9670 * gdb.cp/pr-1023.exp
9671 * gdb.cp/pr-1210.exp
9672 * gdb.cp/pr-574.exp
9673 * gdb.cp/pr10687.exp
9674 * gdb.cp/pr12028.exp
9675 * gdb.cp/pr17132.exp
9676 * gdb.cp/pr17494.exp
9677 * gdb.cp/pr9067.exp
9678 * gdb.cp/pr9167.exp
9679 * gdb.cp/pr9631.exp
9680 * gdb.cp/printmethod.exp
9681 * gdb.cp/psmang.exp
9682 * gdb.cp/psymtab-parameter.exp
9683 * gdb.cp/ptype-cv-cp.exp
9684 * gdb.cp/ptype-flags.exp
9685 * gdb.cp/re-set-overloaded.exp
9686 * gdb.cp/ref-types.exp
9687 * gdb.cp/rtti.exp
9688 * gdb.cp/scope-err.exp
9689 * gdb.cp/shadow.exp
9690 * gdb.cp/smartp.exp
9691 * gdb.cp/static-method.exp
9692 * gdb.cp/static-print-quit.exp
9693 * gdb.cp/temargs.exp
9694 * gdb.cp/templates.exp
9695 * gdb.cp/try_catch.exp
9696 * gdb.cp/typedef-operator.exp
9697 * gdb.cp/typeid.exp
9698 * gdb.cp/userdef.exp
9699 * gdb.cp/using-crash.exp
9700 * gdb.cp/var-tag.exp
9701 * gdb.cp/virtbase.exp
9702 * gdb.cp/virtfunc.exp
9703 * gdb.cp/virtfunc2.exp
9704 * gdb.cp/vla-cxx.exp
9705 * gdb.disasm/t01_mov.exp
9706 * gdb.disasm/t02_mova.exp
9707 * gdb.disasm/t03_add.exp
9708 * gdb.disasm/t04_sub.exp
9709 * gdb.disasm/t05_cmp.exp
9710 * gdb.disasm/t06_ari2.exp
9711 * gdb.disasm/t07_ari3.exp
9712 * gdb.disasm/t08_or.exp
9713 * gdb.disasm/t09_xor.exp
9714 * gdb.disasm/t10_and.exp
9715 * gdb.disasm/t11_logs.exp
9716 * gdb.disasm/t12_bit.exp
9717 * gdb.disasm/t13_otr.exp
9718 * gdb.dlang/circular.exp
9719 * gdb.dwarf2/arr-stride.exp
9720 * gdb.dwarf2/arr-subrange.exp
9721 * gdb.dwarf2/atomic-type.exp
9722 * gdb.dwarf2/bad-regnum.exp
9723 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9724 * gdb.dwarf2/callframecfa.exp
9725 * gdb.dwarf2/clztest.exp
9726 * gdb.dwarf2/corrupt.exp
9727 * gdb.dwarf2/data-loc.exp
9728 * gdb.dwarf2/dup-psym.exp
9729 * gdb.dwarf2/dw2-anon-mptr.exp
9730 * gdb.dwarf2/dw2-anonymous-func.exp
9731 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9732 * gdb.dwarf2/dw2-bad-unresolved.exp
9733 * gdb.dwarf2/dw2-basic.exp
9734 * gdb.dwarf2/dw2-canonicalize-type.exp
9735 * gdb.dwarf2/dw2-case-insensitive.exp
9736 * gdb.dwarf2/dw2-common-block.exp
9737 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9738 * gdb.dwarf2/dw2-compressed.exp
9739 * gdb.dwarf2/dw2-const.exp
9740 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9741 * gdb.dwarf2/dw2-cu-size.exp
9742 * gdb.dwarf2/dw2-dup-frame.exp
9743 * gdb.dwarf2/dw2-entry-value.exp
9744 * gdb.dwarf2/dw2-icycle.exp
9745 * gdb.dwarf2/dw2-ifort-parameter.exp
9746 * gdb.dwarf2/dw2-inline-break.exp
9747 * gdb.dwarf2/dw2-inline-param.exp
9748 * gdb.dwarf2/dw2-intercu.exp
9749 * gdb.dwarf2/dw2-intermix.exp
9750 * gdb.dwarf2/dw2-lexical-block-bare.exp
9751 * gdb.dwarf2/dw2-linkage-name-trust.exp
9752 * gdb.dwarf2/dw2-minsym-in-cu.exp
9753 * gdb.dwarf2/dw2-noloc.exp
9754 * gdb.dwarf2/dw2-op-call.exp
9755 * gdb.dwarf2/dw2-op-out-param.exp
9756 * gdb.dwarf2/dw2-opt-structptr.exp
9757 * gdb.dwarf2/dw2-param-error.exp
9758 * gdb.dwarf2/dw2-producer.exp
9759 * gdb.dwarf2/dw2-ranges-base.exp
9760 * gdb.dwarf2/dw2-ref-missing-frame.exp
9761 * gdb.dwarf2/dw2-reg-undefined.exp
9762 * gdb.dwarf2/dw2-regno-invalid.exp
9763 * gdb.dwarf2/dw2-restore.exp
9764 * gdb.dwarf2/dw2-restrict.exp
9765 * gdb.dwarf2/dw2-single-line-discriminators.exp
9766 * gdb.dwarf2/dw2-strp.exp
9767 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9768 * gdb.dwarf2/dw2-unresolved.exp
9769 * gdb.dwarf2/dw2-var-zero-addr.exp
9770 * gdb.dwarf2/dw4-sig-types.exp
9771 * gdb.dwarf2/dwz.exp
9772 * gdb.dwarf2/dynarr-ptr.exp
9773 * gdb.dwarf2/enum-type.exp
9774 * gdb.dwarf2/gdb-index.exp
9775 * gdb.dwarf2/implptr-64bit.exp
9776 * gdb.dwarf2/implptr-optimized-out.exp
9777 * gdb.dwarf2/implptr.exp
9778 * gdb.dwarf2/implref-array.exp
9779 * gdb.dwarf2/implref-const.exp
9780 * gdb.dwarf2/implref-global.exp
9781 * gdb.dwarf2/implref-struct.exp
9782 * gdb.dwarf2/mac-fileno.exp
9783 * gdb.dwarf2/main-subprogram.exp
9784 * gdb.dwarf2/member-ptr-forwardref.exp
9785 * gdb.dwarf2/method-ptr.exp
9786 * gdb.dwarf2/missing-sig-type.exp
9787 * gdb.dwarf2/nonvar-access.exp
9788 * gdb.dwarf2/opaque-type-lookup.exp
9789 * gdb.dwarf2/pieces-optimized-out.exp
9790 * gdb.dwarf2/pieces.exp
9791 * gdb.dwarf2/pr10770.exp
9792 * gdb.dwarf2/pr13961.exp
9793 * gdb.dwarf2/staticvirtual.exp
9794 * gdb.dwarf2/subrange.exp
9795 * gdb.dwarf2/symtab-producer.exp
9796 * gdb.dwarf2/trace-crash.exp
9797 * gdb.dwarf2/typeddwarf.exp
9798 * gdb.dwarf2/valop.exp
9799 * gdb.dwarf2/watch-notconst.exp
9800 * gdb.fortran/array-element.exp
9801 * gdb.fortran/charset.exp
9802 * gdb.fortran/common-block.exp
9803 * gdb.fortran/complex.exp
9804 * gdb.fortran/derived-type-function.exp
9805 * gdb.fortran/derived-type.exp
9806 * gdb.fortran/logical.exp
9807 * gdb.fortran/module.exp
9808 * gdb.fortran/multi-dim.exp
9809 * gdb.fortran/nested-funcs.exp
9810 * gdb.fortran/print-formatted.exp
9811 * gdb.fortran/subarray.exp
9812 * gdb.fortran/vla-alloc-assoc.exp
9813 * gdb.fortran/vla-datatypes.exp
9814 * gdb.fortran/vla-history.exp
9815 * gdb.fortran/vla-ptr-info.exp
9816 * gdb.fortran/vla-ptype-sub.exp
9817 * gdb.fortran/vla-ptype.exp
9818 * gdb.fortran/vla-sizeof.exp
9819 * gdb.fortran/vla-type.exp
9820 * gdb.fortran/vla-value-sub-arbitrary.exp
9821 * gdb.fortran/vla-value-sub-finish.exp
9822 * gdb.fortran/vla-value-sub.exp
9823 * gdb.fortran/vla-value.exp
9824 * gdb.fortran/whatis_type.exp
9825 * gdb.go/chan.exp
9826 * gdb.go/handcall.exp
9827 * gdb.go/hello.exp
9828 * gdb.go/integers.exp
9829 * gdb.go/methods.exp
9830 * gdb.go/package.exp
9831 * gdb.go/strings.exp
9832 * gdb.go/types.exp
9833 * gdb.go/unsafe.exp
9834 * gdb.guile/scm-arch.exp
9835 * gdb.guile/scm-block.exp
9836 * gdb.guile/scm-breakpoint.exp
9837 * gdb.guile/scm-cmd.exp
9838 * gdb.guile/scm-disasm.exp
9839 * gdb.guile/scm-equal.exp
9840 * gdb.guile/scm-frame-args.exp
9841 * gdb.guile/scm-frame-inline.exp
9842 * gdb.guile/scm-frame.exp
9843 * gdb.guile/scm-iterator.exp
9844 * gdb.guile/scm-math.exp
9845 * gdb.guile/scm-objfile.exp
9846 * gdb.guile/scm-ports.exp
9847 * gdb.guile/scm-symbol.exp
9848 * gdb.guile/scm-symtab.exp
9849 * gdb.guile/scm-value-cc.exp
9850 * gdb.guile/types-module.exp
9851 * gdb.linespec/break-ask.exp
9852 * gdb.linespec/cpexplicit.exp
9853 * gdb.linespec/explicit.exp
9854 * gdb.linespec/keywords.exp
9855 * gdb.linespec/linespec.exp
9856 * gdb.linespec/ls-dollar.exp
9857 * gdb.linespec/ls-errs.exp
9858 * gdb.linespec/skip-two.exp
9859 * gdb.linespec/thread.exp
9860 * gdb.mi/mi-async.exp
9861 * gdb.mi/mi-basics.exp
9862 * gdb.mi/mi-break.exp
9863 * gdb.mi/mi-catch-load.exp
9864 * gdb.mi/mi-cli.exp
9865 * gdb.mi/mi-cmd-param-changed.exp
9866 * gdb.mi/mi-console.exp
9867 * gdb.mi/mi-detach.exp
9868 * gdb.mi/mi-disassemble.exp
9869 * gdb.mi/mi-eval.exp
9870 * gdb.mi/mi-file-transfer.exp
9871 * gdb.mi/mi-file.exp
9872 * gdb.mi/mi-fill-memory.exp
9873 * gdb.mi/mi-inheritance-syntax-error.exp
9874 * gdb.mi/mi-linespec-err-cp.exp
9875 * gdb.mi/mi-logging.exp
9876 * gdb.mi/mi-memory-changed.exp
9877 * gdb.mi/mi-read-memory.exp
9878 * gdb.mi/mi-record-changed.exp
9879 * gdb.mi/mi-reg-undefined.exp
9880 * gdb.mi/mi-regs.exp
9881 * gdb.mi/mi-return.exp
9882 * gdb.mi/mi-reverse.exp
9883 * gdb.mi/mi-simplerun.exp
9884 * gdb.mi/mi-solib.exp
9885 * gdb.mi/mi-stack.exp
9886 * gdb.mi/mi-stepi.exp
9887 * gdb.mi/mi-syn-frame.exp
9888 * gdb.mi/mi-until.exp
9889 * gdb.mi/mi-var-block.exp
9890 * gdb.mi/mi-var-child.exp
9891 * gdb.mi/mi-var-cmd.exp
9892 * gdb.mi/mi-var-cp.exp
9893 * gdb.mi/mi-var-display.exp
9894 * gdb.mi/mi-var-invalidate.exp
9895 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9896 * gdb.mi/mi-vla-fortran.exp
9897 * gdb.mi/mi-watch.exp
9898 * gdb.mi/mi2-var-child.exp
9899 * gdb.mi/user-selected-context-sync.exp
9900 * gdb.modula2/unbounded-array.exp
9901 * gdb.multi/dummy-frame-restore.exp
9902 * gdb.multi/multi-arch-exec.exp
9903 * gdb.multi/multi-arch.exp
9904 * gdb.multi/tids.exp
9905 * gdb.multi/watchpoint-multi.exp
9906 * gdb.opencl/callfuncs.exp
9907 * gdb.opencl/convs_casts.exp
9908 * gdb.opencl/datatypes.exp
9909 * gdb.opencl/operators.exp
9910 * gdb.opencl/vec_comps.exp
9911 * gdb.opt/clobbered-registers-O2.exp
9912 * gdb.opt/inline-break.exp
9913 * gdb.opt/inline-bt.exp
9914 * gdb.opt/inline-cmds.exp
9915 * gdb.opt/inline-locals.exp
9916 * gdb.pascal/case-insensitive-symbols.exp
9917 * gdb.pascal/floats.exp
9918 * gdb.pascal/gdb11492.exp
9919 * gdb.python/lib-types.exp
9920 * gdb.python/py-arch.exp
9921 * gdb.python/py-as-string.exp
9922 * gdb.python/py-bad-printers.exp
9923 * gdb.python/py-block.exp
9924 * gdb.python/py-breakpoint-create-fail.exp
9925 * gdb.python/py-breakpoint.exp
9926 * gdb.python/py-caller-is.exp
9927 * gdb.python/py-cmd.exp
9928 * gdb.python/py-explore-cc.exp
9929 * gdb.python/py-explore.exp
9930 * gdb.python/py-finish-breakpoint.exp
9931 * gdb.python/py-finish-breakpoint2.exp
9932 * gdb.python/py-frame-args.exp
9933 * gdb.python/py-frame-inline.exp
9934 * gdb.python/py-frame.exp
9935 * gdb.python/py-framefilter-mi.exp
9936 * gdb.python/py-infthread.exp
9937 * gdb.python/py-lazy-string.exp
9938 * gdb.python/py-linetable.exp
9939 * gdb.python/py-mi-events.exp
9940 * gdb.python/py-mi-objfile.exp
9941 * gdb.python/py-mi.exp
9942 * gdb.python/py-objfile.exp
9943 * gdb.python/py-pp-integral.exp
9944 * gdb.python/py-pp-maint.exp
9945 * gdb.python/py-pp-re-notag.exp
9946 * gdb.python/py-pp-registration.exp
9947 * gdb.python/py-recurse-unwind.exp
9948 * gdb.python/py-strfns.exp
9949 * gdb.python/py-symbol.exp
9950 * gdb.python/py-symtab.exp
9951 * gdb.python/py-sync-interp.exp
9952 * gdb.python/py-typeprint.exp
9953 * gdb.python/py-unwind-maint.exp
9954 * gdb.python/py-unwind.exp
9955 * gdb.python/py-value-cc.exp
9956 * gdb.python/py-xmethods.exp
9957 * gdb.reverse/amd64-tailcall-reverse.exp
9958 * gdb.reverse/break-precsave.exp
9959 * gdb.reverse/break-reverse.exp
9960 * gdb.reverse/consecutive-precsave.exp
9961 * gdb.reverse/consecutive-reverse.exp
9962 * gdb.reverse/finish-precsave.exp
9963 * gdb.reverse/finish-reverse-bkpt.exp
9964 * gdb.reverse/finish-reverse.exp
9965 * gdb.reverse/fstatat-reverse.exp
9966 * gdb.reverse/getresuid-reverse.exp
9967 * gdb.reverse/i386-precsave.exp
9968 * gdb.reverse/i386-reverse.exp
9969 * gdb.reverse/i386-sse-reverse.exp
9970 * gdb.reverse/i387-env-reverse.exp
9971 * gdb.reverse/i387-stack-reverse.exp
9972 * gdb.reverse/insn-reverse.exp
9973 * gdb.reverse/machinestate-precsave.exp
9974 * gdb.reverse/machinestate.exp
9975 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9976 * gdb.reverse/pipe-reverse.exp
9977 * gdb.reverse/readv-reverse.exp
9978 * gdb.reverse/recvmsg-reverse.exp
9979 * gdb.reverse/rerun-prec.exp
9980 * gdb.reverse/s390-mvcle.exp
9981 * gdb.reverse/step-precsave.exp
9982 * gdb.reverse/step-reverse.exp
9983 * gdb.reverse/time-reverse.exp
9984 * gdb.reverse/until-precsave.exp
9985 * gdb.reverse/until-reverse.exp
9986 * gdb.reverse/waitpid-reverse.exp
9987 * gdb.reverse/watch-precsave.exp
9988 * gdb.reverse/watch-reverse.exp
9989 * gdb.rust/generics.exp
9990 * gdb.rust/methods.exp
9991 * gdb.rust/modules.exp
9992 * gdb.rust/simple.exp
9993 * gdb.server/connect-with-no-symbol-file.exp
9994 * gdb.server/ext-attach.exp
9995 * gdb.server/ext-restart.exp
9996 * gdb.server/ext-wrapper.exp
9997 * gdb.server/file-transfer.exp
9998 * gdb.server/server-exec-info.exp
9999 * gdb.server/server-kill.exp
10000 * gdb.server/server-mon.exp
10001 * gdb.server/wrapper.exp
10002 * gdb.stabs/exclfwd.exp
10003 * gdb.stabs/gdb11479.exp
10004 * gdb.threads/clone-new-thread-event.exp
10005 * gdb.threads/corethreads.exp
10006 * gdb.threads/current-lwp-dead.exp
10007 * gdb.threads/dlopen-libpthread.exp
10008 * gdb.threads/gcore-thread.exp
10009 * gdb.threads/sigstep-threads.exp
10010 * gdb.threads/watchpoint-fork.exp
10011 * gdb.trace/actions-changed.exp
10012 * gdb.trace/backtrace.exp
10013 * gdb.trace/change-loc.exp
10014 * gdb.trace/circ.exp
10015 * gdb.trace/collection.exp
10016 * gdb.trace/disconnected-tracing.exp
10017 * gdb.trace/ftrace.exp
10018 * gdb.trace/mi-trace-frame-collected.exp
10019 * gdb.trace/mi-trace-unavailable.exp
10020 * gdb.trace/mi-traceframe-changed.exp
10021 * gdb.trace/mi-tsv-changed.exp
10022 * gdb.trace/no-attach-trace.exp
10023 * gdb.trace/passc-dyn.exp
10024 * gdb.trace/qtro.exp
10025 * gdb.trace/range-stepping.exp
10026 * gdb.trace/read-memory.exp
10027 * gdb.trace/save-trace.exp
10028 * gdb.trace/signal.exp
10029 * gdb.trace/status-stop.exp
10030 * gdb.trace/tfile.exp
10031 * gdb.trace/trace-break.exp
10032 * gdb.trace/trace-buffer-size.exp
10033 * gdb.trace/trace-condition.exp
10034 * gdb.trace/tracefile-pseudo-reg.exp
10035 * gdb.trace/tstatus.exp
10036 * gdb.trace/unavailable.exp
10037 * gdb.trace/while-dyn.exp
10038 * gdb.trace/while-stepping.exp
10039
34c41c68
DE
100402016-12-22 Doug Evans <xdje42@gmail.com>
10041
10042 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10043 and msymbols.
10044
16e69324
YQ
100452016-12-19 Yao Qi <yao.qi@linaro.org>
10046
10047 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10048 (test_with_self): Don't call do_steps_and_nexts, and remove
10049 code about stepping into xmalloc.
10050
f94f411b
YQ
100512016-12-09 Yao Qi <yao.qi@linaro.org>
10052
10053 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10054
100552016-12-09 Yao Qi <yao.qi@linaro.org>
10056
10057 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10058
f1b5deee
PA
100592016-12-09 Pedro Alves <palves@redhat.com>
10060
10061 * gdb.base/all-architectures-0.exp: New file.
10062 * gdb.base/all-architectures-1.exp: New file.
10063 * gdb.base/all-architectures-2.exp: New file.
10064 * gdb.base/all-architectures-3.exp: New file.
10065 * gdb.base/all-architectures-4.exp: New file.
10066 * gdb.base/all-architectures-5.exp: New file.
10067 * gdb.base/all-architectures-6.exp: New file.
10068 * gdb.base/all-architectures-7.exp: New file.
10069 * gdb.base/all-architectures.exp.in: New file.
10070
364ca42e
YQ
100712016-12-09 Yao Qi <yao.qi@linaro.org>
10072
10073 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10074
107c2d62
LM
100752016-12-02 Luis Machado <lgustavo@codesourcery.com>
10076
10077 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10078 possible.
10079 Remove useless pattern-matching code.
10080
df3ee9ca
PA
100812016-12-02 Pedro Alves <palves@redhat.com>
10082
10083 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10084 procedure.
10085 (top level): Call it.
10086
ec835369
PA
100872016-12-02 Pedro Alves <palves@redhat.com>
10088
10089 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10090 New procedure.
10091 (top level): Call it.
10092
01770bbd
PA
100932016-12-02 Pedro Alves <palves@redhat.com>
10094
10095 PR cli/20559
10096 * gdb.base/commands.exp (user_defined_command_args_eval): New
10097 procedure.
10098 (top level): Call it.
10099
008459ea
LM
101002016-12-02 Luis Machado <lgustavo@codesourcery.com>
10101
10102 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10103 timeout handling.
10104
0c1b455e
TT
101052016-12-02 Tom Tromey <tom@tromey.com>
10106
10107 * gdb.dwarf2/main-subprogram.c: New file.
10108 * gdb.dwarf2/main-subprogram.exp: New file.
10109
018572b8
LM
101102016-12-01 Luis Machado <lgustavo@codesourcery.com>
10111
10112 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10113 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10114 gdb_test_no_output for a couple of cases.
10115 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10116
84c93cd5
LM
101172016-12-01 Luis Machado <lgustavo@codesourcery.com>
10118
10119 Fix test names and standardize compilation error messages throughout
10120 the following files:
10121
10122 * gdb.ada/start.exp
10123 * gdb.arch/alpha-step.exp
10124 * gdb.arch/e500-prologue.exp
10125 * gdb.arch/ftrace-insn-reloc.exp
10126 * gdb.arch/gdb1291.exp
10127 * gdb.arch/gdb1431.exp
10128 * gdb.arch/gdb1558.exp
10129 * gdb.arch/i386-dr3-watch.exp
10130 * gdb.arch/i386-sse-stack-align.exp
10131 * gdb.arch/ia64-breakpoint-shadow.exp
10132 * gdb.arch/pa-nullify.exp
10133 * gdb.arch/powerpc-aix-prologue.exp
10134 * gdb.arch/thumb-bx-pc.exp
10135 * gdb.base/annota1.exp
10136 * gdb.base/annota3.exp
10137 * gdb.base/arrayidx.exp
10138 * gdb.base/assign.exp
10139 * gdb.base/attach.exp
10140 * gdb.base/auxv.exp
10141 * gdb.base/bang.exp
10142 * gdb.base/bfp-test.exp
10143 * gdb.base/bigcore.exp
10144 * gdb.base/bitfields2.exp
10145 * gdb.base/break-fun-addr.exp
10146 * gdb.base/break-probes.exp
10147 * gdb.base/call-rt-st.exp
10148 * gdb.base/callexit.exp
10149 * gdb.base/catch-fork-kill.exp
10150 * gdb.base/charset.exp
10151 * gdb.base/checkpoint.exp
10152 * gdb.base/comprdebug.exp
10153 * gdb.base/constvars.exp
10154 * gdb.base/coredump-filter.exp
10155 * gdb.base/cursal.exp
10156 * gdb.base/cvexpr.exp
10157 * gdb.base/detach.exp
10158 * gdb.base/display.exp
10159 * gdb.base/dmsym.exp
10160 * gdb.base/dprintf-pending.exp
10161 * gdb.base/dso2dso.exp
10162 * gdb.base/dtrace-probe.exp
10163 * gdb.base/dump.exp
10164 * gdb.base/enum_cond.exp
10165 * gdb.base/exe-lock.exp
10166 * gdb.base/exec-invalid-sysroot.exp
10167 * gdb.base/execl-update-breakpoints.exp
10168 * gdb.base/exprs.exp
10169 * gdb.base/fileio.exp
10170 * gdb.base/find.exp
10171 * gdb.base/finish.exp
10172 * gdb.base/fixsection.exp
10173 * gdb.base/foll-vfork.exp
10174 * gdb.base/frame-args.exp
10175 * gdb.base/gcore.exp
10176 * gdb.base/gdb1250.exp
10177 * gdb.base/global-var-nested-by-dso.exp
10178 * gdb.base/gnu-ifunc.exp
10179 * gdb.base/hashline1.exp
10180 * gdb.base/hashline2.exp
10181 * gdb.base/hashline3.exp
10182 * gdb.base/hbreak-in-shr-unsupported.exp
10183 * gdb.base/huge.exp
10184 * gdb.base/infcall-input.exp
10185 * gdb.base/info-fun.exp
10186 * gdb.base/info-shared.exp
10187 * gdb.base/jit-simple.exp
10188 * gdb.base/jit-so.exp
10189 * gdb.base/jit.exp
10190 * gdb.base/jump.exp
10191 * gdb.base/label.exp
10192 * gdb.base/lineinc.exp
10193 * gdb.base/logical.exp
10194 * gdb.base/longjmp.exp
10195 * gdb.base/macscp.exp
10196 * gdb.base/miscexprs.exp
10197 * gdb.base/new-ui-echo.exp
10198 * gdb.base/new-ui-pending-input.exp
10199 * gdb.base/new-ui.exp
10200 * gdb.base/nodebug.exp
10201 * gdb.base/nofield.exp
10202 * gdb.base/offsets.exp
10203 * gdb.base/overlays.exp
10204 * gdb.base/pending.exp
10205 * gdb.base/pointers.exp
10206 * gdb.base/pr11022.exp
10207 * gdb.base/printcmds.exp
10208 * gdb.base/prologue.exp
10209 * gdb.base/ptr-typedef.exp
10210 * gdb.base/realname-expand.exp
10211 * gdb.base/relativedebug.exp
10212 * gdb.base/relocate.exp
10213 * gdb.base/remote.exp
10214 * gdb.base/reread.exp
10215 * gdb.base/return2.exp
10216 * gdb.base/savedregs.exp
10217 * gdb.base/sep.exp
10218 * gdb.base/sepdebug.exp
10219 * gdb.base/sepsymtab.exp
10220 * gdb.base/set-inferior-tty.exp
10221 * gdb.base/setshow.exp
10222 * gdb.base/shlib-call.exp
10223 * gdb.base/sigaltstack.exp
10224 * gdb.base/siginfo-addr.exp
10225 * gdb.base/signals.exp
10226 * gdb.base/signull.exp
10227 * gdb.base/sigrepeat.exp
10228 * gdb.base/so-impl-ld.exp
10229 * gdb.base/solib-display.exp
10230 * gdb.base/solib-overlap.exp
10231 * gdb.base/solib-search.exp
10232 * gdb.base/solib-symbol.exp
10233 * gdb.base/structs.exp
10234 * gdb.base/structs2.exp
10235 * gdb.base/symtab-search-order.exp
10236 * gdb.base/twice.exp
10237 * gdb.base/unload.exp
10238 * gdb.base/varargs.exp
10239 * gdb.base/watchpoint-solib.exp
10240 * gdb.base/watchpoint.exp
10241 * gdb.base/whatis.exp
10242 * gdb.base/wrong_frame_bt_full.exp
10243 * gdb.btrace/dlopen.exp
10244 * gdb.cell/ea-standalone.exp
10245 * gdb.cell/ea-test.exp
10246 * gdb.cp/dispcxx.exp
10247 * gdb.cp/gdb2384.exp
10248 * gdb.cp/method2.exp
10249 * gdb.cp/nextoverthrow.exp
10250 * gdb.cp/pr10728.exp
10251 * gdb.disasm/am33.exp
10252 * gdb.disasm/h8300s.exp
10253 * gdb.disasm/mn10300.exp
10254 * gdb.disasm/sh3.exp
10255 * gdb.dwarf2/dw2-dir-file-name.exp
10256 * gdb.fortran/complex.exp
10257 * gdb.fortran/library-module.exp
10258 * gdb.guile/scm-pretty-print.exp
10259 * gdb.guile/scm-symbol.exp
10260 * gdb.guile/scm-type.exp
10261 * gdb.guile/scm-value.exp
10262 * gdb.linespec/linespec.exp
10263 * gdb.mi/gdb701.exp
10264 * gdb.mi/gdb792.exp
10265 * gdb.mi/mi-breakpoint-changed.exp
10266 * gdb.mi/mi-dprintf-pending.exp
10267 * gdb.mi/mi-dprintf.exp
10268 * gdb.mi/mi-exit-code.exp
10269 * gdb.mi/mi-pending.exp
10270 * gdb.mi/mi-solib.exp
10271 * gdb.mi/new-ui-mi-sync.exp
10272 * gdb.mi/pr11022.exp
10273 * gdb.mi/user-selected-context-sync.exp
10274 * gdb.opt/solib-intra-step.exp
10275 * gdb.python/py-events.exp
10276 * gdb.python/py-finish-breakpoint.exp
10277 * gdb.python/py-mi.exp
10278 * gdb.python/py-prettyprint.exp
10279 * gdb.python/py-shared.exp
10280 * gdb.python/py-symbol.exp
10281 * gdb.python/py-template.exp
10282 * gdb.python/py-type.exp
10283 * gdb.python/py-value.exp
10284 * gdb.reverse/solib-precsave.exp
10285 * gdb.reverse/solib-reverse.exp
10286 * gdb.server/solib-list.exp
10287 * gdb.stabs/weird.exp
10288 * gdb.threads/reconnect-signal.exp
10289 * gdb.threads/stepi-random-signal.exp
10290 * gdb.trace/actions.exp
10291 * gdb.trace/ax.exp
10292 * gdb.trace/backtrace.exp
10293 * gdb.trace/change-loc.exp
10294 * gdb.trace/deltrace.exp
10295 * gdb.trace/ftrace-lock.exp
10296 * gdb.trace/ftrace.exp
10297 * gdb.trace/infotrace.exp
10298 * gdb.trace/mi-tracepoint-changed.exp
10299 * gdb.trace/packetlen.exp
10300 * gdb.trace/passcount.exp
10301 * gdb.trace/pending.exp
10302 * gdb.trace/range-stepping.exp
10303 * gdb.trace/report.exp
10304 * gdb.trace/stap-trace.exp
10305 * gdb.trace/tfind.exp
10306 * gdb.trace/trace-break.exp
10307 * gdb.trace/trace-condition.exp
10308 * gdb.trace/trace-enable-disable.exp
10309 * gdb.trace/trace-mt.exp
10310 * gdb.trace/tracecmd.exp
10311 * gdb.trace/tspeed.exp
10312 * gdb.trace/tsv.exp
10313 * lib/perftest.exp
10314
fb9feb35
LM
103152016-12-01 Luis Machado <lgustavo@codesourcery.com>
10316
10317 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10318 with gdb_test_no_output.
10319 Use command as test name.
10320
cd2ddb6c
LM
103212016-12-01 Luis Machado <lgustavo@codesourcery.com>
10322
10323 Fix test names starting with uppercase throughout the files.
10324
10325 * gdb.ada/assign_1.exp
10326 * gdb.ada/boolean_expr.exp
10327 * gdb.base/arrayidx.exp
10328 * gdb.base/del.exp
10329 * gdb.base/gcore-buffer-overflow.exp
10330 * gdb.base/testenv.exp
10331 * gdb.compile/compile.exp
10332 * gdb.python/py-framefilter-invalidarg.exp
10333 * gdb.python/py-framefilter.exp
10334
bb95117e
LM
103352016-12-01 Luis Machado <lgustavo@codesourcery.com>
10336
10337 Fix test names starting with uppercase throughout the files.
10338
10339 * gdb.ada/array_return.exp
10340 * gdb.ada/expr_delims.exp
10341 * gdb.ada/mi_dyn_arr.exp
10342 * gdb.ada/mi_interface.exp
10343 * gdb.ada/mi_var_array.exp
10344 * gdb.ada/watch_arg.exp
10345 * gdb.arch/alpha-step.exp
10346 * gdb.arch/altivec-regs.exp
10347 * gdb.arch/e500-regs.exp
10348 * gdb.arch/powerpc-d128-regs.exp
10349 * gdb.base/arrayidx.exp
10350 * gdb.base/break.exp
10351 * gdb.base/checkpoint.exp
10352 * gdb.base/debug-expr.exp
10353 * gdb.base/dmsym.exp
10354 * gdb.base/radix.exp
10355 * gdb.base/sepdebug.exp
10356 * gdb.base/testenv.exp
10357 * gdb.base/watch_thread_num.exp
10358 * gdb.base/watchpoint-cond-gone.exp
10359 * gdb.cell/break.exp
10360 * gdb.cell/ea-cache.exp
10361 * gdb.compile/compile.exp
10362 * gdb.cp/gdb2495.exp
10363 * gdb.gdb/selftest.exp
10364 * gdb.gdb/xfullpath.exp
10365 * gdb.go/hello.exp
10366 * gdb.go/integers.exp
10367 * gdb.objc/basicclass.exp
10368 * gdb.pascal/hello.exp
10369 * gdb.pascal/integers.exp
10370 * gdb.python/py-breakpoint.exp
10371 * gdb.python/py-cmd.exp
10372 * gdb.python/py-linetable.exp
10373 * gdb.python/py-xmethods.exp
10374 * gdb.python/python.exp
10375 * gdb.reverse/consecutive-precsave.exp
10376 * gdb.reverse/finish-precsave.exp
10377 * gdb.reverse/i386-precsave.exp
10378 * gdb.reverse/machinestate-precsave.exp
10379 * gdb.reverse/sigall-precsave.exp
10380 * gdb.reverse/solib-precsave.exp
10381 * gdb.reverse/step-precsave.exp
10382 * gdb.reverse/until-precsave.exp
10383 * gdb.reverse/watch-precsave.exp
10384 * gdb.threads/leader-exit.exp
10385 * gdb.threads/pthreads.exp
10386 * gdb.threads/wp-replication.exp
10387 * gdb.trace/actions.exp
10388 * gdb.trace/mi-tsv-changed.exp
10389 * gdb.trace/tsv.exp
10390
de97fdd4
LM
103912016-12-01 Luis Machado <lgustavo@codesourcery.com>
10392
10393 Fix test names starting with uppercase throughout the files.
10394
10395 * gdb.arch/i386-bp_permanent.exp
10396 * gdb.arch/i386-gnu-cfi.exp
10397 * gdb.base/disasm-end-cu.exp
10398 * gdb.base/macscp.exp
10399 * gdb.base/pending.exp
10400 * gdb.base/watch_thread_num.exp
10401 * gdb.cp/exception.exp
10402 * gdb.cp/gdb2495.exp
10403 * gdb.cp/local.exp
10404 * gdb.python/py-evsignal.exp
10405 * gdb.python/python.exp
10406 * gdb.trace/tracecmd.exp
10407
9f058c10
LM
104082016-12-01 Luis Machado <lgustavo@codesourcery.com>
10409
10410 Fix test names starting with uppercase throughout the files.
10411
10412 * gdb.base/charset.exp
10413 * gdb.base/eval.exp
10414 * gdb.base/multi-forks.exp
10415 * gdb.guile/scm-progspace.exp
10416 * gdb.opencl/datatypes.exp
10417 * gdb.python/py-block.exp
10418 * gdb.python/py-function.exp
10419 * gdb.python/py-symbol.exp
10420 * gdb.python/py-symtab.exp
10421 * gdb.python/py-xmethods.exp
10422 * gdb.reverse/break-precsave.exp
10423 * gdb.reverse/break-reverse.exp
10424 * gdb.reverse/consecutive-precsave.exp
10425 * gdb.reverse/consecutive-reverse.exp
10426 * gdb.reverse/finish-precsave.exp
10427 * gdb.reverse/finish-reverse-bkpt.exp
10428 * gdb.reverse/finish-reverse.exp
10429 * gdb.reverse/fstatat-reverse.exp
10430 * gdb.reverse/getresuid-reverse.exp
10431 * gdb.reverse/i386-precsave.exp
10432 * gdb.reverse/i386-reverse.exp
10433 * gdb.reverse/i386-sse-reverse.exp
10434 * gdb.reverse/i387-stack-reverse.exp
10435 * gdb.reverse/insn-reverse.exp
10436 * gdb.reverse/machinestate-precsave.exp
10437 * gdb.reverse/machinestate.exp
10438 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10439 * gdb.reverse/pipe-reverse.exp
10440 * gdb.reverse/readv-reverse.exp
10441 * gdb.reverse/recvmsg-reverse.exp
10442 * gdb.reverse/rerun-prec.exp
10443 * gdb.reverse/s390-mvcle.exp
10444 * gdb.reverse/sigall-precsave.exp
10445 * gdb.reverse/sigall-reverse.exp
10446 * gdb.reverse/solib-precsave.exp
10447 * gdb.reverse/solib-reverse.exp
10448 * gdb.reverse/step-precsave.exp
10449 * gdb.reverse/step-reverse.exp
10450 * gdb.reverse/time-reverse.exp
10451 * gdb.reverse/until-precsave.exp
10452 * gdb.reverse/until-reverse.exp
10453 * gdb.reverse/waitpid-reverse.exp
10454 * gdb.reverse/watch-precsave.exp
10455 * gdb.reverse/watch-reverse.exp
10456
cdc7edd7
LM
104572016-12-01 Luis Machado <lgustavo@codesourcery.com>
10458
10459 Fix test names starting with uppercase throughout the files.
10460
10461 * gdb.arch/i386-mpx-simple_segv.exp
10462 * gdb.arch/i386-mpx.exp
10463 * gdb.arch/i386-permbkpt.exp
10464 * gdb.arch/pa-nullify.exp
10465 * gdb.arch/powerpc-d128-regs.exp
10466 * gdb.arch/vsx-regs.exp
10467 * gdb.base/bfp-test.exp
10468 * gdb.base/break.exp
10469 * gdb.base/breakpoint-shadow.exp
10470 * gdb.base/callfuncs.exp
10471 * gdb.base/charset.exp
10472 * gdb.base/commands.exp
10473 * gdb.base/completion.exp
10474 * gdb.base/dfp-test.exp
10475 * gdb.base/echo.exp
10476 * gdb.base/ending-run.exp
10477 * gdb.base/eval.exp
10478 * gdb.base/expand-psymtabs.exp
10479 * gdb.base/float128.exp
10480 * gdb.base/floatn.exp
10481 * gdb.base/foll-exec-mode.exp
10482 * gdb.base/gdb1056.exp
10483 * gdb.base/gdb11531.exp
10484 * gdb.base/kill-after-signal.exp
10485 * gdb.base/multi-forks.exp
10486 * gdb.base/overlays.exp
10487 * gdb.base/pending.exp
10488 * gdb.base/sepdebug.exp
10489 * gdb.base/testenv.exp
10490 * gdb.base/valgrind-db-attach.exp
10491 * gdb.base/watch_thread_num.exp
10492 * gdb.base/watchpoint-cond-gone.exp
10493 * gdb.base/watchpoint.exp
10494 * gdb.base/watchpoints.exp
10495 * gdb.cp/arg-reference.exp
10496 * gdb.cp/baseenum.exp
10497 * gdb.cp/operator.exp
10498 * gdb.cp/shadow.exp
10499 * gdb.dwarf2/dw2-op-out-param.exp
10500 * gdb.dwarf2/dw2-reg-undefined.exp
10501 * gdb.go/chan.exp
10502 * gdb.go/hello.exp
10503 * gdb.go/integers.exp
10504 * gdb.go/methods.exp
10505 * gdb.go/package.exp
10506 * gdb.guile/scm-parameter.exp
10507 * gdb.guile/scm-progspace.exp
10508 * gdb.guile/scm-value.exp
10509 * gdb.mi/mi-pending.exp
10510 * gdb.mi/user-selected-context-sync.exp
10511 * gdb.multi/multi-attach.exp
10512 * gdb.multi/tids.exp
10513 * gdb.opt/clobbered-registers-O2.exp
10514 * gdb.pascal/floats.exp
10515 * gdb.pascal/integers.exp
10516 * gdb.python/py-block.exp
10517 * gdb.python/py-events.exp
10518 * gdb.python/py-parameter.exp
10519 * gdb.python/py-symbol.exp
10520 * gdb.python/py-symtab.exp
10521 * gdb.python/py-type.exp
10522 * gdb.python/py-value.exp
10523 * gdb.python/py-xmethods.exp
10524 * gdb.python/python.exp
10525 * gdb.reverse/break-precsave.exp
10526 * gdb.reverse/consecutive-precsave.exp
10527 * gdb.reverse/finish-precsave.exp
10528 * gdb.reverse/i386-precsave.exp
10529 * gdb.reverse/machinestate-precsave.exp
10530 * gdb.reverse/sigall-precsave.exp
10531 * gdb.reverse/solib-precsave.exp
10532 * gdb.reverse/step-precsave.exp
10533 * gdb.reverse/until-precsave.exp
10534 * gdb.reverse/watch-precsave.exp
10535 * gdb.server/ext-attach.exp
10536 * gdb.server/ext-restart.exp
10537 * gdb.server/ext-run.exp
10538 * gdb.server/ext-wrapper.exp
10539 * gdb.stabs/gdb11479.exp
10540 * gdb.stabs/weird.exp
10541 * gdb.threads/attach-many-short-lived-threads.exp
10542 * gdb.threads/kill.exp
10543 * gdb.threads/watchpoint-fork.exp
10544
bc6c7af4
LM
105452016-12-01 Luis Machado <lgustavo@codesourcery.com>
10546
10547 Fix test names starting with uppercase throughout all the files below.
10548
10549 * gdb.ada/array_return.exp
10550 * gdb.ada/catch_ex.exp
10551 * gdb.ada/info_exc.exp
10552 * gdb.ada/mi_catch_ex.exp
10553 * gdb.ada/mi_dyn_arr.exp
10554 * gdb.ada/mi_ex_cond.exp
10555 * gdb.ada/mi_exc_info.exp
10556 * gdb.ada/mi_interface.exp
10557 * gdb.ada/mi_task_arg.exp
10558 * gdb.ada/mi_task_info.exp
10559 * gdb.ada/mi_var_array.exp
10560 * gdb.arch/alpha-step.exp
10561 * gdb.arch/amd64-disp-step.exp
10562 * gdb.arch/arm-disp-step.exp
10563 * gdb.arch/disp-step-insn-reloc.exp
10564 * gdb.arch/e500-prologue.exp
10565 * gdb.arch/ftrace-insn-reloc.exp
10566 * gdb.arch/gdb1558.exp
10567 * gdb.arch/i386-bp_permanent.exp
10568 * gdb.arch/i386-disp-step.exp
10569 * gdb.arch/i386-float.exp
10570 * gdb.arch/i386-gnu-cfi.exp
10571 * gdb.arch/ia64-breakpoint-shadow.exp
10572 * gdb.arch/mips16-thunks.exp
10573 * gdb.arch/pa-nullify.exp
10574 * gdb.arch/powerpc-aix-prologue.exp
10575 * gdb.arch/powerpc-power.exp
10576 * gdb.arch/ppc-dfp.exp
10577 * gdb.arch/s390-tdbregs.exp
10578 * gdb.arch/spu-info.exp
10579 * gdb.arch/spu-ls.exp
10580 * gdb.arch/thumb-bx-pc.exp
10581 * gdb.base/advance.exp
10582 * gdb.base/annota-input-while-running.exp
10583 * gdb.base/arrayidx.exp
10584 * gdb.base/asmlabel.exp
10585 * gdb.base/async.exp
10586 * gdb.base/attach-wait-input.exp
10587 * gdb.base/auto-connect-native-target.exp
10588 * gdb.base/batch-preserve-term-settings.exp
10589 * gdb.base/bfp-test.exp
10590 * gdb.base/bigcore.exp
10591 * gdb.base/bp-permanent.exp
10592 * gdb.base/break-always.exp
10593 * gdb.base/break-fun-addr.exp
10594 * gdb.base/break-idempotent.exp
10595 * gdb.base/break-main-file-remove-fail.exp
10596 * gdb.base/break-probes.exp
10597 * gdb.base/break-unload-file.exp
10598 * gdb.base/break.exp
10599 * gdb.base/call-ar-st.exp
10600 * gdb.base/call-rt-st.exp
10601 * gdb.base/call-sc.exp
10602 * gdb.base/call-signal-resume.exp
10603 * gdb.base/call-strs.exp
10604 * gdb.base/callexit.exp
10605 * gdb.base/callfuncs.exp
10606 * gdb.base/catch-gdb-caused-signals.exp
10607 * gdb.base/catch-signal-siginfo-cond.exp
10608 * gdb.base/catch-syscall.exp
10609 * gdb.base/compare-sections.exp
10610 * gdb.base/cond-eval-mode.exp
10611 * gdb.base/condbreak-call-false.exp
10612 * gdb.base/consecutive-step-over.exp
10613 * gdb.base/cursal.exp
10614 * gdb.base/disabled-location.exp
10615 * gdb.base/disasm-end-cu.exp
10616 * gdb.base/display.exp
10617 * gdb.base/double-prompt-target-event-error.exp
10618 * gdb.base/dprintf-bp-same-addr.exp
10619 * gdb.base/dprintf-detach.exp
10620 * gdb.base/dprintf-next.exp
10621 * gdb.base/dprintf-non-stop.exp
10622 * gdb.base/dprintf-pending.exp
10623 * gdb.base/dso2dso.exp
10624 * gdb.base/ending-run.exp
10625 * gdb.base/enum_cond.exp
10626 * gdb.base/examine-backward.exp
10627 * gdb.base/exe-lock.exp
10628 * gdb.base/exec-invalid-sysroot.exp
10629 * gdb.base/execl-update-breakpoints.exp
10630 * gdb.base/execution-termios.exp
10631 * gdb.base/fileio.exp
10632 * gdb.base/fixsection.exp
10633 * gdb.base/foll-exec-mode.exp
10634 * gdb.base/foll-exec.exp
10635 * gdb.base/fork-running-state.exp
10636 * gdb.base/frame-args.exp
10637 * gdb.base/fullpath-expand.exp
10638 * gdb.base/func-ptr.exp
10639 * gdb.base/gcore-relro-pie.exp
10640 * gdb.base/gdb1090.exp
10641 * gdb.base/gdb1555.exp
10642 * gdb.base/global-var-nested-by-dso.exp
10643 * gdb.base/gnu-ifunc.exp
10644 * gdb.base/hbreak-in-shr-unsupported.exp
10645 * gdb.base/hbreak-unmapped.exp
10646 * gdb.base/hook-stop.exp
10647 * gdb.base/infcall-input.exp
10648 * gdb.base/info-fun.exp
10649 * gdb.base/info-shared.exp
10650 * gdb.base/interrupt-noterm.exp
10651 * gdb.base/jit-so.exp
10652 * gdb.base/jit.exp
10653 * gdb.base/line-symtabs.exp
10654 * gdb.base/list.exp
10655 * gdb.base/longjmp.exp
10656 * gdb.base/macscp.exp
10657 * gdb.base/max-value-size.exp
10658 * gdb.base/nodebug.exp
10659 * gdb.base/nofield.exp
10660 * gdb.base/overlays.exp
10661 * gdb.base/paginate-after-ctrl-c-running.exp
10662 * gdb.base/paginate-bg-execution.exp
10663 * gdb.base/paginate-inferior-exit.exp
10664 * gdb.base/pending.exp
10665 * gdb.base/pr11022.exp
10666 * gdb.base/printcmds.exp
10667 * gdb.base/ptr-typedef.exp
10668 * gdb.base/ptype.exp
10669 * gdb.base/randomize.exp
10670 * gdb.base/range-stepping.exp
10671 * gdb.base/realname-expand.exp
10672 * gdb.base/relativedebug.exp
10673 * gdb.base/remote.exp
10674 * gdb.base/savedregs.exp
10675 * gdb.base/sepdebug.exp
10676 * gdb.base/set-noassign.exp
10677 * gdb.base/shlib-call.exp
10678 * gdb.base/shreloc.exp
10679 * gdb.base/sigaltstack.exp
10680 * gdb.base/sigbpt.exp
10681 * gdb.base/siginfo-addr.exp
10682 * gdb.base/siginfo-obj.exp
10683 * gdb.base/siginfo-thread.exp
10684 * gdb.base/signest.exp
10685 * gdb.base/signull.exp
10686 * gdb.base/sigrepeat.exp
10687 * gdb.base/skip.exp
10688 * gdb.base/so-impl-ld.exp
10689 * gdb.base/solib-corrupted.exp
10690 * gdb.base/solib-disc.exp
10691 * gdb.base/solib-display.exp
10692 * gdb.base/solib-overlap.exp
10693 * gdb.base/solib-search.exp
10694 * gdb.base/solib-symbol.exp
10695 * gdb.base/source-execution.exp
10696 * gdb.base/sss-bp-on-user-bp-2.exp
10697 * gdb.base/sss-bp-on-user-bp.exp
10698 * gdb.base/stack-checking.exp
10699 * gdb.base/stale-infcall.exp
10700 * gdb.base/step-break.exp
10701 * gdb.base/step-line.exp
10702 * gdb.base/step-over-exit.exp
10703 * gdb.base/step-test.exp
10704 * gdb.base/structs.exp
10705 * gdb.base/sym-file.exp
10706 * gdb.base/symtab-search-order.exp
10707 * gdb.base/term.exp
10708 * gdb.base/type-opaque.exp
10709 * gdb.base/unload.exp
10710 * gdb.base/until-nodebug.exp
10711 * gdb.base/until.exp
10712 * gdb.base/unwindonsignal.exp
10713 * gdb.base/watch-cond.exp
10714 * gdb.base/watch-non-mem.exp
10715 * gdb.base/watch_thread_num.exp
10716 * gdb.base/watchpoint-reuse-slot.exp
10717 * gdb.base/watchpoint-solib.exp
10718 * gdb.base/watchpoint.exp
10719 * gdb.btrace/dlopen.exp
10720 * gdb.cell/arch.exp
10721 * gdb.cell/break.exp
10722 * gdb.cell/bt.exp
10723 * gdb.cell/core.exp
10724 * gdb.cell/data.exp
10725 * gdb.cell/dwarfaddr.exp
10726 * gdb.cell/ea-cache.exp
10727 * gdb.cell/ea-standalone.exp
10728 * gdb.cell/ea-test.exp
10729 * gdb.cell/f-regs.exp
10730 * gdb.cell/fork.exp
10731 * gdb.cell/gcore.exp
10732 * gdb.cell/mem-access.exp
10733 * gdb.cell/ptype.exp
10734 * gdb.cell/registers.exp
10735 * gdb.cell/sizeof.exp
10736 * gdb.cell/solib-symbol.exp
10737 * gdb.cell/solib.exp
10738 * gdb.compile/compile-tls.exp
10739 * gdb.cp/exception.exp
10740 * gdb.cp/gdb2495.exp
10741 * gdb.cp/local.exp
10742 * gdb.cp/mb-inline.exp
10743 * gdb.cp/mb-templates.exp
10744 * gdb.cp/pr10687.exp
10745 * gdb.cp/pr9167.exp
10746 * gdb.cp/scope-err.exp
10747 * gdb.cp/templates.exp
10748 * gdb.cp/virtfunc.exp
10749 * gdb.dwarf2/dw2-dir-file-name.exp
10750 * gdb.dwarf2/dw2-single-line-discriminators.exp
10751 * gdb.fortran/complex.exp
10752 * gdb.fortran/library-module.exp
10753 * gdb.guile/guile.exp
10754 * gdb.guile/scm-cmd.exp
10755 * gdb.guile/scm-frame-inline.exp
10756 * gdb.guile/scm-objfile.exp
10757 * gdb.guile/scm-pretty-print.exp
10758 * gdb.guile/scm-symbol.exp
10759 * gdb.guile/scm-type.exp
10760 * gdb.guile/scm-value.exp
10761 * gdb.linespec/keywords.exp
10762 * gdb.linespec/ls-errs.exp
10763 * gdb.linespec/macro-relative.exp
10764 * gdb.linespec/thread.exp
10765 * gdb.mi/mi-breakpoint-changed.exp
10766 * gdb.mi/mi-dprintf-pending.exp
10767 * gdb.mi/mi-fullname-deleted.exp
10768 * gdb.mi/mi-logging.exp
10769 * gdb.mi/mi-pending.exp
10770 * gdb.mi/mi-solib.exp
10771 * gdb.mi/new-ui-mi-sync.exp
10772 * gdb.mi/user-selected-context-sync.exp
10773 * gdb.multi/dummy-frame-restore.exp
10774 * gdb.multi/multi-arch-exec.exp
10775 * gdb.multi/remove-inferiors.exp
10776 * gdb.multi/watchpoint-multi-exit.exp
10777 * gdb.opt/solib-intra-step.exp
10778 * gdb.perf/backtrace.exp
10779 * gdb.perf/single-step.exp
10780 * gdb.perf/skip-command.exp
10781 * gdb.perf/skip-prologue.exp
10782 * gdb.perf/solib.exp
10783 * gdb.python/lib-types.exp
10784 * gdb.python/py-as-string.exp
10785 * gdb.python/py-bad-printers.exp
10786 * gdb.python/py-block.exp
10787 * gdb.python/py-breakpoint.exp
10788 * gdb.python/py-cmd.exp
10789 * gdb.python/py-events.exp
10790 * gdb.python/py-evthreads.exp
10791 * gdb.python/py-finish-breakpoint.exp
10792 * gdb.python/py-finish-breakpoint2.exp
10793 * gdb.python/py-frame-inline.exp
10794 * gdb.python/py-frame.exp
10795 * gdb.python/py-inferior.exp
10796 * gdb.python/py-infthread.exp
10797 * gdb.python/py-mi.exp
10798 * gdb.python/py-objfile.exp
10799 * gdb.python/py-pp-maint.exp
10800 * gdb.python/py-pp-registration.exp
10801 * gdb.python/py-prettyprint.exp
10802 * gdb.python/py-recurse-unwind.exp
10803 * gdb.python/py-shared.exp
10804 * gdb.python/py-symbol.exp
10805 * gdb.python/py-symtab.exp
10806 * gdb.python/py-template.exp
10807 * gdb.python/py-type.exp
10808 * gdb.python/py-unwind-maint.exp
10809 * gdb.python/py-unwind.exp
10810 * gdb.python/py-value.exp
10811 * gdb.python/python.exp
10812 * gdb.reverse/finish-reverse-bkpt.exp
10813 * gdb.reverse/insn-reverse.exp
10814 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10815 * gdb.reverse/solib-precsave.exp
10816 * gdb.reverse/solib-reverse.exp
10817 * gdb.stabs/gdb11479.exp
10818 * gdb.stabs/weird.exp
10819 * gdb.threads/fork-child-threads.exp
10820 * gdb.threads/fork-plus-threads.exp
10821 * gdb.threads/fork-thread-pending.exp
10822 * gdb.threads/forking-threads-plus-breakpoint.exp
10823 * gdb.threads/hand-call-in-threads.exp
10824 * gdb.threads/interrupted-hand-call.exp
10825 * gdb.threads/linux-dp.exp
10826 * gdb.threads/local-watch-wrong-thread.exp
10827 * gdb.threads/next-while-other-thread-longjmps.exp
10828 * gdb.threads/non-ldr-exit.exp
10829 * gdb.threads/pending-step.exp
10830 * gdb.threads/print-threads.exp
10831 * gdb.threads/process-dies-while-detaching.exp
10832 * gdb.threads/process-dies-while-handling-bp.exp
10833 * gdb.threads/pthreads.exp
10834 * gdb.threads/queue-signal.exp
10835 * gdb.threads/reconnect-signal.exp
10836 * gdb.threads/signal-command-handle-nopass.exp
10837 * gdb.threads/signal-command-multiple-signals-pending.exp
10838 * gdb.threads/signal-delivered-right-thread.exp
10839 * gdb.threads/signal-sigtrap.exp
10840 * gdb.threads/sigthread.exp
10841 * gdb.threads/staticthreads.exp
10842 * gdb.threads/stepi-random-signal.exp
10843 * gdb.threads/thread-unwindonsignal.exp
10844 * gdb.threads/thread_check.exp
10845 * gdb.threads/thread_events.exp
10846 * gdb.threads/tid-reuse.exp
10847 * gdb.threads/tls-nodebug.exp
10848 * gdb.threads/tls-shared.exp
10849 * gdb.threads/tls-so_extern.exp
10850 * gdb.threads/tls.exp
10851 * gdb.threads/wp-replication.exp
10852 * gdb.trace/actions-changed.exp
10853 * gdb.trace/actions.exp
10854 * gdb.trace/backtrace.exp
10855 * gdb.trace/change-loc.exp
10856 * gdb.trace/collection.exp
10857 * gdb.trace/deltrace.exp
10858 * gdb.trace/disconnected-tracing.exp
10859 * gdb.trace/entry-values.exp
10860 * gdb.trace/ftrace-lock.exp
10861 * gdb.trace/ftrace.exp
10862 * gdb.trace/infotrace.exp
10863 * gdb.trace/mi-trace-frame-collected.exp
10864 * gdb.trace/mi-trace-unavailable.exp
10865 * gdb.trace/mi-traceframe-changed.exp
10866 * gdb.trace/mi-tracepoint-changed.exp
10867 * gdb.trace/mi-tsv-changed.exp
10868 * gdb.trace/no-attach-trace.exp
10869 * gdb.trace/packetlen.exp
10870 * gdb.trace/passc-dyn.exp
10871 * gdb.trace/passcount.exp
10872 * gdb.trace/pending.exp
10873 * gdb.trace/pr16508.exp
10874 * gdb.trace/qtro.exp
10875 * gdb.trace/range-stepping.exp
10876 * gdb.trace/read-memory.exp
10877 * gdb.trace/report.exp
10878 * gdb.trace/save-trace.exp
10879 * gdb.trace/signal.exp
10880 * gdb.trace/stap-trace.exp
10881 * gdb.trace/status-stop.exp
10882 * gdb.trace/strace.exp
10883 * gdb.trace/tfile.exp
10884 * gdb.trace/tfind.exp
10885 * gdb.trace/trace-break.exp
10886 * gdb.trace/trace-condition.exp
10887 * gdb.trace/trace-enable-disable.exp
10888 * gdb.trace/trace-mt.exp
10889 * gdb.trace/tracecmd.exp
10890 * gdb.trace/tracefile-pseudo-reg.exp
10891 * gdb.trace/tspeed.exp
10892 * gdb.trace/tstatus.exp
10893 * gdb.trace/tsv.exp
10894 * gdb.trace/unavailable.exp
10895 * gdb.trace/while-dyn.exp
10896 * gdb.trace/while-stepping.exp
10897 * lib/gdb-guile.exp
10898 * lib/gdb.exp
10899 * lib/mi-support.exp
10900 * lib/pascal.exp
10901 * lib/perftest.exp
10902 * lib/prelink-support.exp
10903 * lib/selftest-support.exp
10904
ad02e4fe
SM
109052016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10906
10907 * Makefile.in: Include disable-implicit-rules.mk.
10908
22347e55
AA
109092016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10910
10911 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10912 non-byte-aligned bit fields.
10913
da5b30da
AA
109142016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10915
10916 PR gdb/12616
10917 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10918 respects the DW_AT_data_bit_offset attribute.
10919
b593ecca
SM
109202016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10921
10922 * gdb.base/default.exp: Fix output of "set language".
10923
3b165252
SM
109242016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10925
10926 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10927 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10928 make.
10929 * configure.ac: Remove checks for the make program.
10930 * configure: Re-generate.
10931
1a2f3d7f
KB
109322016-11-16 Kevin Buettner <kevinb@redhat.com>
10933
10934 * gdb.python/py-recurse-unwind.c (main): Add loop.
10935 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10936 to read_register() and gdb.parse_and_eval(). Make each code
10937 call a separate case that can be individually tested.
10938 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10939 proc. Call cont_and_backtrace for each of the code paths that
10940 we want to test in the unwinder.
10941
b7f38fda
AA
109422016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10943
10944 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10945 the definition of struct S.
10946
1f8db343
CM
109472016-11-11 Catherine Moore <clm@codesourcery.com>
10948
10949 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10950
fad0c9fb
PA
109512016-11-09 Pedro Alves <palves@redhat.com>
10952
10953 * gdb.base/commands.exp (runto_or_return): New procedure.
10954 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10955 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10956 (progvar_simple_while_test, progvar_complex_if_while_test)
10957 (if_while_breakpoint_command_test)
10958 (infrun_breakpoint_command_test, breakpoint_command_test)
10959 (user_defined_command_test, watchpoint_command_test)
10960 (test_command_prompt_position, redefine_hook_test)
10961 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10962 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10963 multi_line_input and multi_line. Remove gdb_expect and
10964 gdb_stop_suppressing_tests uses.
10965 * lib/gdb.exp (valnum_re): New global.
10966 (multi_line_input): New procedure.
10967
8354c62c
SM
109682016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10969
10970 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10971 Remove.
10972 (test_setup): Define with proc_with_prefix.
10973 (test_cli_inferior): Likewise.
10974 (test_cli_thread): Likewise.
10975 (test_cli_frame): Likewise.
10976 (test_cli_select_frame): Likewise.
10977 (test_cli_up_down): Likewise.
10978 (test_mi_thread_select): Likewise.
10979 (test_mi_stack_select_frame): Likewise.
10980 (test_cli_in_mi_inferior): Likewise.
10981 (test_cli_in_mi_thread): Likewise.
10982 (test_cli_in_mi_frame): Likewise.
10983 (top level): Do not use with_test_prefix_procname.
10984
64f367a2
PA
109852016-11-09 Pedro Alves <palves@redhat.com>
10986
10987 * gdb.base/commands.exp (gdbvar_simple_if_test)
10988 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10989 (progvar_simple_if_test, progvar_simple_while_test)
10990 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10991 (infrun_breakpoint_command_test, breakpoint_command_test)
10992 (user_defined_command_test, watchpoint_command_test)
10993 (test_command_prompt_position, deprecated_command_test)
10994 (bp_deleted_in_command, temporary_breakpoint_commands)
10995 (stray_arg0_test, source_file_with_indented_comment)
10996 (recursive_source_test, if_commands_test)
10997 (error_clears_commands_left, redefine_hook_test)
10998 (redefine_backtrace_test): Use proc_with_prefix.
10999 * lib/gdb.exp (proc_with_prefix): New proc.
11000
0bb65f1e
AA
110012016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11002
11003 * gdb.base/tui-layout.c: New file.
11004 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11005 disassembly window contains very long lines.
11006
7353f247
TT
110072016-11-08 Tom Tromey <tom@tromey.com>
11008
11009 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11010 depend on Python 2.
11011
30a7bb83
TT
110122016-11-08 Tom Tromey <tom@tromey.com>
11013
11014 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11015 New method.
11016
cdf5a07c
MG
110172016-10-29 Manish Goregaokar <manish@mozilla.com>
11018
2806dc7e 11019 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 11020
51a789c3
MG
110212016-10-27 Manish Goregaokar <manish@mozilla.com>
11022
2806dc7e
PA
11023 * gdb.rust/simple.rs: Add test for univariant enums without
11024 discriminants and for encoded struct-like enums.
51a789c3 11025
f610ab6d
PA
110262016-10-28 Pedro Alves <palves@redhat.com>
11027
11028 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11029 gdb_test_multiple, tighten regexps and match symtabs and line
11030 tables incrementally.
11031
b129b0ca
LM
110322016-10-28 Luis Machado <lgustavo@codesourcery.com>
11033
11034 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11035 general.
11036
ecf45d2c
SL
110372016-10-25 Luis Machado <lgustavo@codesourcery.com>
11038
11039 * gdb.base/exec-invalid-sysroot.exp: New file.
11040
b8d38ee4
JK
110412016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11042
11043 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11044
f90fd8c2
JK
110452016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11046
11047 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11048
2d2476aa
MR
110492016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11050
2806dc7e
PA
11051 * gdb.base/killed-outside.exp: Remove $options from a call to
11052 `prepare_for_testing'.
2d2476aa 11053
e42b25a0
SM
110542016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11055
11056 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11057 Change test message.
11058
3ccdb432
SM
110592016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11060
11061 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11062 Update comment.
11063
5bad3170
SM
110642016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11065
11066 * gdb.trace/mi-trace-save.exp: New file.
11067
5ad9dba7
YQ
110682016-10-13 Yao Qi <yao.qi@linaro.org>
11069
11070 * gdb.base/code_elim.exp (get_var_address): Remove.
11071 * gdb.base/relocate.exp: Likewise.
11072 * gdb.base/shreloc.exp: Likewise.
11073 * lib/gdb.exp (get_var_address): New.
11074
62df7e21
YQ
110752016-10-13 Yao Qi <yao.qi@linaro.org>
11076
11077 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11078 floating point tests if $skip_float_test is false.
11079
4dac951e
LM
110802016-10-12 Luis Machado <lgustavo@codesourcery.com>
11081
11082 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11083 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11084 argc values.
11085 Add 1 to argc so we guarantee distinct initial/modified argc values.
11086
8f1a8fc4
JK
110872016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11088
11089 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11090
16c85b5d
JK
110912016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11092
11093 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11094 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11095 * gdb.arch/vsx-regs.exp: Likewise.
11096
1d0e042a
YQ
110972016-10-07 Yao Qi <yao.qi@linaro.org>
11098
11099 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11100
68dadef5
MM
111012016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11102
11103 * gdb.python/python.exp: Test decode_line("*0").
11104
33fa2c6e
DE
111052016-10-06 Doug Evans <dje@google.com>
11106
11107 * gdb.python/py-value.exp (test_value_creation): Add test for large
11108 unsigned 64-bit value.
11109
9c37b5ae
TT
111102016-10-06 Tom Tromey <tom@tromey.com>
11111
11112 * gdb.compile/compile.exp: Change java tests to rust.
11113 * gdb.base/setshow.exp: Change java tests to rust.
11114 * gdb.base/default.exp: Remove java from language list.
11115 * README (Examples): Update language example.
11116 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11117 test.
11118 * lib/gdb.exp (skip_java_tests): Remove.
11119 * lib/java.exp: Remove.
11120 * gdb.java: Remove.
11121
78b86327
MR
111222016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11123
11124 * gdb.arch/mips-fcr.exp: New test.
11125 * gdb.arch/mips-fcr.c: Source for the new test.
11126
7470adbb
MR
111272016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11128
11129 * gdb.base/solib-disc.exp: Use `standard_output_file'
11130 throughout.
11131
4a556533
PA
111322016-10-06 Pedro Alves <palves@redhat.com>
11133
11134 * gdb.base/jit-simple-dl.c: New file.
11135 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11136 * gdb.base/jit-simple.c: ... this.
11137 * gdb.base/jit-simple.exp (jit_run): Delete.
11138 (build_jit): New proc.
11139 (jit_test_reread): Recompile either the main program or the shared
11140 library, depending on what is being tested. Skip changing address
11141 if caller wants to. Compare before/after addresses. If testing
11142 standalone, explicitly load the binary. Test "maint info
11143 breakpoints".
11144 (top level): Add "standalone vs shared lib" and "change address"
11145 vs "same address" axes.
11146
5a122fbc
PA
111472016-10-06 Pedro Alves <palves@redhat.com>
11148
11149 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11150 call.
11151 (jit_run): Delete.
11152 (jit_test_reread): Use with_test_prefix. Reload the main binary
11153 explicitly. Compare the before/after addresses of the JIT
11154 descriptor.
11155
ee8da4b8
DE
111562016-08-15 Doug Evans <dje@google.com>
11157
11158 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11159 for single bitfields is bool.
11160 * gdb.xml/tdesc-regs.exp: Ditto.
11161
f389f6fe
JK
111622016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11163
11164 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11165
fdebf1a4
YQ
111662016-10-05 Yao Qi <yao.qi@linaro.org>
11167
11168 * lib/gdb.exp (support_complex_tests): Return zero if
11169 gdb_skip_float_test return true.
11170
9c36d954 111712016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11172 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
11173
11174 PR gdb/20487
11175 * gdb.mi/user-selected-context-sync.exp: New file.
11176 * gdb.mi/user-selected-context-sync.c: New file.
11177
4034d0ff 111782016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11179 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
11180
11181 PR gdb/20487
11182 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11183 =thread-select-event check.
11184
a4297203
PB
111852016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11186
11187 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11188 the compulsory L operand changes.
11189 * gdb.arch/powerpc-power.s: Likewise.
11190
bb805577
JK
111912016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11192
11193 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11194 * gdb.base/jit-attach-pie.c: New file.
11195 * gdb.base/jit-attach-pie.exp: New file.
11196
6d61dee5
PA
111972016-09-28 Pedro Alves <palves@redhat.com>
11198
11199 * gdb.base/infcall-input.c: New file.
11200 * gdb.base/infcall-input.exp: New file.
11201
f73842fc
YQ
112022016-09-22 Yao Qi <yao.qi@linaro.org>
11203
11204 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11205 (gdb_exit): Rename it to ...
11206 (gdbserver_gdb_exit): ... Close GDBserver.
11207 (gdb_exit): New proc, call gdbserver_gdb_exit.
11208 (mi_gdb_exit): Likewise.
11209
90681dab
YQ
112102016-09-22 Yao Qi <yao.qi@linaro.org>
11211
11212 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11213 path.
11214 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11215 Remove duplication.
11216
9c211fd8
YQ
112172016-09-22 Yao Qi <yao.qi@linaro.org>
11218
11219 * lib/gdbserver-support.exp: Check the existence of
11220 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11221
ad0a504f
AK
112222016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11223
11224 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11225
36cf1806
TT
112262016-09-21 Tom Tromey <tom@tromey.com>
11227
11228 PR gdb/20604:
11229 * gdb.base/quit.exp: New file.
11230
74172ecf
SM
112312016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11232
11233 * .gitignore: New file.
11234
3d0ec882
MR
112352016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11236
11237 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11238 throughout.
11239
8193adea
AA
112402016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11241
11242 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11243
d41a5c09
JK
112442016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11245
11246 * gdb.cp/casts.cc (decltype): Move it ...
11247 (main): ... with its call to ...
11248 * gdb.cp/casts03.cc: ... a new file.
11249 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11250
d2dfe700
JK
112512016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11252
11253 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11254
e2a92b16
PB
112552016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11256
11257 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11258 and sync up the test with tests in gas/testsuite/gas/ppc.
11259 * gdb.arch/powerpc-power.exp: Likewise.
11260
49b4de64
JK
112612016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11262
11263 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11264
2c29df25
SDJ
112652016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11266 Jan Kratochvil <jan.kratochvil@redhat.com>
11267
11268 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11269 make m1's definition to be different from m2's. Use 'dummy' as an
11270 argument for probe 'two'.
11271
cc3c2846
JB
112722016-09-10 Jon Beniston <jon@beniston.com>
11273
11274 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11275 for sim target.
11276
e1b2624a
AA
112772016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11278
11279 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11280 variable declaration.
11281 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11282 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11283 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11284 received HWCAP as its argument.
11285
4295e285
PA
112862016-09-06 Pedro Alves <palves@redhat.com>
11287
11288 * gdb.base/new-ui-pending-input.c: New file.
11289 * gdb.base/new-ui-pending-input.exp: New file.
11290 * gdb.exp (clear_gdb_spawn_id): New procedure.
11291 (with_spawn_id): Check whether gdb_spawn_id exists before
11292 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11293 on exit.
11294
00d5215e
UW
112952016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11296
11297 * gdb.base/float128.c: New file.
11298 * gdb.base/float128.exp: Likewise.
11299 * gdb.base/floatn.c: Likewise.
11300 * gdb.base/floatn.exp: Likewise.
11301
a9ff5f12
UW
113022016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11303
11304 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11305
f245535c
PA
113062016-09-05 Pedro Alves <palves@redhat.com>
11307
11308 PR backtrace/19927
11309 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11310 unwinders are immediately called as side effect of "source" or
11311 "disable unwinder" commands.
11312 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11313
ae9cf263
YQ
113142016-09-02 Yao Qi <yao.qi@linaro.org>
11315
11316 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11317 is true and $type is "float" or "double".
11318
27aba047
YQ
113192016-09-02 Yao Qi <yao.qi@linaro.org>
11320
11321 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11322 true.
11323 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11324 * gdb.base/call-rt-st.exp: Likewise.
11325 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11326 return value instead of gdb,skip_float_test.
11327 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11328 (do_function_calls): Use its return value instead of
11329 gdb,skip_float_test.
11330 * gdb.base/finish.exp: Likewise.
11331 * gdb.base/funcargs.exp: Likewise.
11332 * gdb.base/return.exp: Likewise.
11333 * gdb.base/return2.exp: Likewise.
11334 * gdb.base/varargs.exp: Likewise.
11335 * lib/gdb.exp (gdb_skip_float_test): Change it to
11336 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11337
5af962df
AA
113382016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11339
11340 * gdb.multi/tids.exp: Test "thread apply all".
11341
7fac6910
JK
113422016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11343
11344 * gdb.base/default.exp (tty): Remove.
11345
bb1fe4ac
KB
113462016-08-24 Kevin Buettner <kevinb@redhat.com>
11347
2806dc7e
PA
11348 * gdb.python/py-recurse-unwind.c: New file.
11349 * gdb.python/py-recurse-unwind.py: New file.
11350 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 11351
0a1ddfa6
SM
113522016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11353
11354 * gdb.base/set-inferior-tty.exp: New file.
11355 * gdb.base/set-inferior-tty.c: New file.
11356
d9de1fe3
PA
113572016-08-23 Pedro Alves <palves@redhat.com>
11358
11359 PR gdb/20494
11360 * gdb.base/new-ui-echo.c: New file.
11361 * gdb.base/new-ui-echo.exp: New file.
11362
e9d9abd7
YQ
113632016-08-23 Yao Qi <yao.qi@linaro.org>
11364
11365 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11366 gdbserver_spawn.
11367 * gdb.server/connect-without-multi-process.exp (do_test):
11368 Likewise.
11369
3589529e
YQ
113702016-08-23 Yao Qi <yao.qi@linaro.org>
11371
11372 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11373 standalone_txt. Delete gdb_txt and standalone_txt on host
11374 and target. Spawn the binary on target. Copy files from
11375 target to host.
11376
6bb90213
PA
113772016-08-22 Pedro Alves <palves@redhat.com>
11378
11379 PR gdb/20505
11380 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11381 with_test_prefix. Factor out bits to ...
11382 (test_no_vdso): ... this new procedure.
11383
20c2c024
CL
113842016-08-19 Carl Love <cel@us.ibm.com>
11385
11386 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11387 maintaining separate logic for constructing the output path.
11388 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11389 * gdb.arch/ppc-dfp.exp: Likewise.
11390 * gdb.arch/ppc-fp.exp: Likewise.
11391 * gdb.arch/vsx-regs.exp: Likewise.
11392 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11393 binprefix for generating the additional binary files.
11394
0646e07d
PA
113952016-08-19 Pedro Alves <palves@redhat.com>
11396
11397 * gdb.trace/mi-trace-frame-collected.exp
11398 (test_trace_frame_collected): On x32, expect two registers.
11399
46da9242
CL
114002016-08-18 Carl Love <cel@us.ibm.com>
11401
11402 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11403 and sync up the test with tests in gas/testsuite/gas/ppc.
11404 * gdb.arch/powerpc-power.exp: Likewise.
11405
eb2332d7
SM
114062016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11407
11408 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11409 expected error message.
11410
63c61e04
SM
114112016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11412
11413 * gdb.multi/remove-inferiors.exp: New file.
11414 * gdb.multi/remove-inferiors.c: New file.
11415
7b17065f
YQ
114162016-08-12 Yao Qi <yao.qi@linaro.org>
11417
11418 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11419 argument list.
11420
01d3dedf
PA
114212016-08-10 Pedro Alves <palves@redhat.com>
11422
11423 PR gdb/19187
11424 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11425 setup_kfails.
11426
3eb7562a
PA
114272016-08-09 Pedro Alves <palves@redhat.com>
11428 Simon Marchi <simon.marchi@ericsson.com>
11429
11430 PR gdb/20418
11431 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11432 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11433
80614914
PA
114342016-08-09 Pedro Alves <palves@redhat.com>
11435
11436 PR mi/20431
11437 * gdb.mi/mi-cmd-error.exp: New file.
11438
f348d89a
PA
114392016-08-09 Pedro Alves <palves@redhat.com>
11440
11441 PR gdb/18653
11442 * gdb.base/signals-state-child.c: New file.
11443 * gdb.base/signals-state-child.exp: New file.
11444 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11445
e5ca03b4
PA
114462016-08-09 Pedro Alves <palves@redhat.com>
11447
11448 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11449
282a0691
TT
114502016-08-03 Tom Tromey <tom@tromey.com>
11451
11452 PR python/18565:
11453 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11454
41bfcd63
YQ
114552016-08-01 Yao Qi <yao.qi@linaro.org>
11456
11457 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11458 variable mode to "multi-process" if $multi_process is 1, otherwise
11459 set it to "single-process".
11460
e3465b24
YQ
114612016-08-01 Yao Qi <yao.qi@linaro.org>
11462
11463 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11464 * gdb.cp/cpexprs.exp: Likewise.
11465 * gdb.cp/m-static.exp: Likewise.
11466
0b31a4bc
TT
114672016-07-26 Tom Tromey <tom@tromey.com>
11468
11469 PR python/20190:
11470 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11471 test.
11472
e0461dbb
MM
114732016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11474
11475 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11476 selecting assembly source files.
11477 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11478 assembly source files.
11479 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11480 assembly source files.
11481 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11482 selecting assembly source files.
11483
8194e927
SM
114842016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11485
11486 * gdb.base/new-ui.exp (do_test_invalid_args): New
11487 procedure.
11488
c0272db5
TW
114892016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11490
11491 * gdb.btrace/reconnect.c: New file.
11492 * gdb.btrace/reconnect.exp: New file.
11493
e3487908
GKB
114942016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11495
11496 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11497 to test_catch_syscall_group.
11498 (test_catch_syscall_group): New.
11499
12df5c00
TT
115002016-07-21 Tom Tromey <tom@tromey.com>
11501
11502 * gdb.rust/simple.rs (main): Use empty struct expression.
11503 * gdb.rust/simple.exp: Add tests for empty struct expression.
11504
bae62ee2
YQ
115052016-07-21 Yao Qi <yao.qi@linaro.org>
11506
11507 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11508 if gdb_skip_xml_test is true on some targets.
11509
b1b53fb3
YQ
115102016-07-21 Yao Qi <yao.qi@linaro.org>
11511
11512 * gdb.server/solib-list.exp: Unset last_loaded_file.
11513
027d97f8
JK
115142016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11515
11516 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11517 "step into captured_main (args)".
11518
7674d381
JK
115192016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11520
11521 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11522
72b5d099
JK
115232016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11524
11525 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11526
1f960ced
PA
115272016-07-19 Pedro Alves <palves@redhat.com>
11528
11529 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11530 * gdb.opt/inline-bt.exp: Likewise.
11531 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11532 additional_flags=-Winline.
11533 * gdb.opt/inline-locals.exp: Likewise.
11534 * gdb.opt/inline-markers.c (ATTR): Define.
11535 (inlined_fn): Use it.
11536
f25827c1
YQ
115372016-07-19 Yao Qi <yao.qi@linaro.org>
11538
11539 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11540 (test_with_self): Remove some code. Remove argument executable.
11541 (top-level): Use do_self_tests.
11542
37539ebe
DB
115432016-07-15 Zachary Welch <zwelch@codesourcery.com>
11544 Don Breazeal <donb@codesourcery.com>
11545
11546 * gdb.base/maint.exp: Escape paths used in regular expressions.
11547 * gdb.stabs/weird.exp: Likewise.
11548
dac790e1
TT
115492016-07-13 Tom Tromey <tom@tromey.com>
11550
11551 PR python/15620, PR python/18620:
11552 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11553 (test_bkpt_events): New procs.
11554
93daf339
TT
115552016-07-13 Tom Tromey <tom@tromey.com>
11556
11557 PR python/17698:
11558 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11559 test.
11560 (test_watchpoints): Likewise.
11561 (test_bkpt_pending): New proc.
11562
6571a381
TT
115632016-07-13 Tom Tromey <tom@tromey.com>
11564
11565 PR cli/18053:
11566 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11567 completion test.
11568
e8732474
JK
115692016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11570
11571 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11572 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11573 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11574 f_label.
11575 (g): Rename g_end_lbl to g_label.
11576 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11577 low_pc and high_pc.
11578 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11579
e0f3fd7c
TT
115802016-07-12 Tom Tromey <tom@tromey.com>
11581
11582 PR python/19293:
11583 * gdb.python/py-unwind-maint.exp: Update tests.
11584
3cfe46b6
YQ
115852016-07-12 Yao Qi <yao.qi@linaro.org>
11586
11587 * lib/selftest-support.exp (selftest_setup): Match the output
11588 when captured_main is inlined.
11589
4f19a0e6
WT
115902016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11591
11592 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11593 New variables.
11594 (print this%a, print this%b, print this): New tests.
11595 * gdb.fortran/derived-types.f90 (this): New object and
11596 initialization.
11597
986cf455
SM
115982016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11599
11600 * gdb.ada/arraydim.exp: Remove extra directory level in build
11601 directory.
11602
f0464b23
SM
116032016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11604
11605 * lib/ada.exp: Remove extra directory level in build directory.
11606 * gdb.ada/cond_lang.exp: Likewise.
11607 * gdb.ada/exec_changed.exp: Likewise.
11608 * gdb.ada/lang_switch.exp: Likewise.
11609
42d94011
MG
116102016-07-06 Manish Goregaokar <manish@mozilla.com>
11611
2806dc7e
PA
11612 * simple.rs: Add test for raw pointer subscripting.
11613 * simple.exp: Add test expectations.
42d94011 11614
647c264c
YQ
116152016-07-05 Yao Qi <yao.qi@linaro.org>
11616
11617 * gdb.mi/mi-reverse.exp: Match =record-started output.
11618
20aa2c60
PA
116192016-07-01 Pedro Alves <palves@redhat.com>
11620
11621 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11622 procedure.
11623 (jit_reader_test): Test the jit reader's unwinder.
11624 * gdb.base/jithost.c (jit_function_00_code): New global.
11625 (main): Use memcpy to fill in the mmapped code, instead of poking
11626 bytes manually here.
11627 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11628 value.
11629 (read_debug_info): Save the function's range.
11630 (read_sp): New function.
11631 (unwind_frame): Use it. Also unwind RBP.
11632 (get_frame_id): Use read_sp.
11633 (gdb_init_reader): Use calloc instead of malloc.
11634 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11635 parameter. Use gdb_test_multiple.
11636
ced2dffb
PA
116372016-07-01 Pedro Alves <palves@redhat.com>
11638 Antoine Tremblay <antoine.tremblay@ericsson.com>
11639
11640 * gdb.threads/process-dies-while-detaching.c: New file.
11641 * gdb.threads/process-dies-while-detaching.exp: New file.
11642
63000888
PA
116432016-07-01 Pedro Alves <palves@redhat.com>
11644
11645 * gdb.multi/watchpoint-multi-exit.c: New file.
11646 * gdb.multi/watchpoint-multi-exit.exp: New file.
11647
038d4868
PA
116482016-06-30 Pedro Alves <palves@redhat.com>
11649
11650 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11651 unset inferior_spawn_id.
11652
994e9c83
PA
116532016-06-30 Pedro Alves <palves@redhat.com>
11654
11655 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11656 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11657
e5653468
YQ
116582016-06-29 Yao Qi <yao.qi@linaro.org>
11659
11660 * gdb.base/return.c: Add copyright header.
11661
803b47e5
TT
116622016-06-29 Tom Tromey <tom@tromey.com>
11663
11664 PR python/20129:
11665 * gdb.python/py-framefilter.exp: Add tests for setting priority
11666 and disabling of non-existent frame filter.
11667
28244707
YQ
116682016-06-29 Yao Qi <yao.qi@linaro.org>
11669
11670 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11671 0x0f07ff.
11672
a31d2f06
YQ
116732016-06-28 Yao Qi <yao.qi@linaro.org>
11674
11675 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11676 triplets. Start gdb, execute catch syscall, and continue. Check
11677 gdb's output to determine catch syscall is supported.
11678
921d8f54
MG
116792016-06-27 Manish Goregaokar <manish@mozilla.com>
11680
25d49b86
PA
11681 * gdb.rust/simple.rs: Add test for returning unit in a function.
11682 * gdb.rust/simple.exp: Add expectation for functions returning
11683 unit.
921d8f54 11684
f4952523
PMR
116852016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11686
11687 * gdb.python/py-breakpoint-create-fail.c,
11688 gdb.python/py-breakpoint-create-fail.exp,
11689 gdb.python/py-breakpoint-create-fail.py: New testcase.
11690
fccb08f8
MG
116912016-06-25 Manish Goregaokar <manish@mozilla.com>
11692
11693 PR gdb/20239
11694 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
11695 * gdb.rust/simple.exp: Add test expectations for new NonZero
11696 tests.
fccb08f8 11697
6b850546
DT
116982016-06-24 David Taylor <dtaylor@emc.com>
11699
11700 * gdb.base/offsets.exp: New file.
11701 * gdb.base/offsets.c: New file.
11702
17621150
TT
117032016-06-23 Tom Tromey <tom@tromey.com>
11704
11705 PR gdb/16483:
11706 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11707 before any filters are loaded.
11708
04d59df6
WT
117092016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11710
11711 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11712 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11713 structs.
11714 * gdb.fortran/derived-type-function.exp: New file.
11715 * gdb.fortran/derived-type-function.f90: New file.
11716
11717
ac69f786
PA
117182016-06-21 Pedro Alves <palves@redhat.com>
11719
11720 * gdb.base/new-ui.exp: New file.
11721 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11722 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11723 (with_spawn_id): New procedure.
11724
49940788
PA
117252016-06-21 Pedro Alves <palves@redhat.com>
11726
11727 * gdb.mi/mi-exec-run.exp: New file.
11728
ef274d26
PA
117292016-06-21 Pedro Alves <palves@redhat.com>
11730
11731 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11732 breakpoint command's output on the main UI.
11733 (test_break): New procedure, factored out from calls in the top
11734 level.
11735 (top level): Use foreach_with_prefix to test MI as main UI and as
11736 separate UI.
11737
468afe6c
PA
117382016-06-21 Pedro Alves <palves@redhat.com>
11739
11740 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11741 (test_awatch_creation_and_listing)
11742 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11743 Remove 'type' parameter.
11744 (test_watchpoint_all): New parameter mi_mode. Remove
11745 with_test_prefix.
11746 (top level): Use foreach_with_prefix, and add main/separate UI MI
11747 testing axis.
11748
51f77c37
PA
117492016-06-21 Pedro Alves <palves@redhat.com>
11750
11751 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11752 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11753 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11754 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11755 (gdb_main_spawn_id, mi_spawn_id): Declare and
11756 comment.
11757 (mi_create_inferior_pty): New procedure,
11758 factored out from default_mi_gdb_start.
11759 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11760 procedures.
11761 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11762 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11763 Use mi_create_inferior_pty.
11764 (mi_gdb_start): Use eval to pass down args list.
11765
8980e177
PA
117662016-06-21 Pedro Alves <palves@redhat.com>
11767
11768 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11769 * gdb.opt/inline-cmds.exp: Add MI tests.
11770
f38d3ad1
PA
117712016-06-21 Pedro Alves <palves@redhat.com>
11772
11773 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11774
45db7c09
PA
117752016-06-21 Pedro Alves <palves@redhat.com>
11776
11777 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11778 (top level): Use it instead of mi_execute_to.
11779
5a069ab3
PA
117802016-06-21 Pedro Alves <palves@redhat.com>
11781
11782 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11783 (cont_handler_str): New.
11784 (signal_stop_handler): Set stop_handler_str instead of printing to
11785 stdout.
11786 (continue_handler): Set cont_handler_str instead of printing to
11787 stdout.
11788 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11789 mi_send_resuming_command. Print stop_handler_str and
11790 cont_handler_str instead of expecting the python events print
11791 directly.
11792
2838cc1d
SD
117932016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11794
11795 * gdb.base/jit-reader.exp: New file.
11796 * gdb.base/jithost.c: New file.
11797 * gdb.base/jithost.h: New file.
11798 * gdb.base/jitreader.c : New file.
11799 * gdb.base/jit-protocol.h: New file.
11800
21a77091
YQ
118012016-06-17 Yao Qi <yao.qi@linaro.org>
11802
11803 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11804 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11805 and detach-on-fork. Adjust tests.
11806 (top level): Invoke break_cond_on_syscall with combinations of
11807 syscall, follow-fork-mode and detach-on-fork.
11808
f50bf8e5
YQ
118092016-06-17 Yao Qi <yao.qi@linaro.org>
11810
11811 * gdb.base/step-over-exit.c: New.
11812 * gdb.base/step-over-exit.exp: New.
11813
a28d8e50
YTL
118142016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11815
11816 * gdb.base/float.exp: Add target check for nds32*-*-*.
11817 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11818
cad8e26d
AB
118192016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11820
11821 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11822 for unsupported target features.
11823 * gdb.base/call-rt-st.exp: Likewise.
11824 * gdb.base/call-sc.exp: Likewise.
11825 * gdb.base/call-signal-resume.exp: Likewise.
11826 * gdb.base/call-strs.exp: Likewise.
11827 * gdb.base/callexit.exp: Likewise.
11828 * gdb.base/callfuncs.exp: Likewise.
11829 * gdb.base/nodebug.exp: Likewise.
11830 * gdb.base/printcmds.exp: Likewise.
11831 * gdb.base/ptype.exp: Likewise.
11832 * gdb.base/structs.exp: Likewise.
11833 * gdb.base/unwindonsignal.exp: Likewise.
11834 * gdb.cp/gdb2495.exp: Likewise.
11835 * gdb.cp/templates.exp: Likewise.
11836 * gdb.cp/virtfunc.exp: Likewise.
11837 * gdb.threads/hand-call-in-threads.exp: Likewise.
11838 * gdb.threads/interrupted-hand-call.exp: Likewise.
11839 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11840
347dc102
TT
118412016-06-10 Tom Tromey <tom@tromey.com>
11842
11843 PR rust/20110:
11844 * gdb.rust/expr.exp: Add test for integer constant larger than
11845 i32.
11846
5e13cf25
BH
118472016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11848
11849 * gdb.fortran/nested-funcs.exp: New.
11850 * gdb.fortran/nested-funcs.f90: New.
11851
bb556f1f
TK
118522016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11853
11854 * gdb.base/examine-backward.c: New file.
11855 * gdb.base/examine-backward.exp: New file.
11856
38b022b4
SM
118572016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11858
11859 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11860 matching.
11861
1b40ec05
TT
118622016-06-02 Tom Tromey <tom@tromey.com>
11863
11864 PR python/18984:
11865 * gdb.python/py-shared.exp: Add solib_name test.
11866
193bd378
SM
118672016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11868
11869 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11870
3326303b
MG
118712016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11872
11873 PR c++/19893
11874 * gdb.dwarf2/implref.exp: Rename to...
11875 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11876 * gdb.dwarf2/implref-array.c: New file.
11877 * gdb.dwarf2/implref-array.exp: Likewise.
11878 * gdb.dwarf2/implref-global.c: Likewise.
11879 * gdb.dwarf2/implref-global.exp: Likewise.
11880 * gdb.dwarf2/implref-struct.c: Likewise.
11881 * gdb.dwarf2/implref-struct.exp: Likewise.
11882
825c8ef2
AT
118832016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11884
11885 * gdb.trace/trace-condition.exp: Add 64bit tests.
11886
2320162a
AT
118872016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11888
11889 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11890 bits types.
11891 (main): Adapt to 8 to 64 bits types.
11892 * gdb.trace/trace-condition.exp: Add new tests.
11893
a7818233
AT
118942016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11895
11896 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11897
0d336466
AT
118982016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11899
11900 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11901 Move condition tests...
11902 * gdb.trace/trace-condition.exp: Here.
11903
7faeb45a
AT
119042016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11905
11906 * gdb.trace/trace-condition.exp: Add counter-case tests.
11907
e385593e
JK
119082016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11909
11910 PR c++/15231
11911 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11912 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11913
744608cc
PA
119142016-05-27 Pedro Alves <palves@redhat.com>
11915
11916 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11917 New procedure.
11918 (top level): Call it, and bail out of DejaGnu is known to be bad.
11919
ac775bf4
AB
119202016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11921
11922 * gdb.base/whatis.c: Extend the test case.
11923 * gdb.base/whatis.exp: Add additional tests.
11924
2bbad2ea
BH
119252016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11926
11927* gdb.fortran/type.f90: Add pointer variable.
11928* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11929
8b70175d
BH
119302016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11931
11932 * gdb.fortran/vla-type.exp: Fix testcase name.
11933
86d8a848
BH
119342016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11935
11936 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11937
e188eb36
BH
119382016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11939
11940 * gdb.fortran/type.f90: Add nested structures.
11941 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11942 * gdb.fortran/derived-type.exp: Adapt expected output.
11943 * gdb.fortran/vla-type.exp: Adapt expected output.
11944
9b2db1fd
BH
119452016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11946
11947 * gdb.fortran/whatis_type.exp: Adapt expected output.
11948
72b17055
BH
119492016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11950
11951 * gdb.fortran/print_type.exp: Fix expected output.
11952 * gdb.fortran/whatis_type.exp: Fix expected output.
11953
3cd81d8d
BH
119542016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11955
11956 * gdb.fortran/whatis_type.exp: Use multi_line.
11957
ddae9462
TT
119582016-05-24 Tom Tromey <tom@tromey.com>
11959
11960 PR python/17386:
11961 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11962 use value as an index.
11963
1957f6b8
TT
119642016-05-23 Tom Tromey <tom@tromey.com>
11965
11966 PR python/17981:
11967 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11968 no-breakpoint case.
11969
026a9174
PA
119702016-05-24 Pedro Alves <palves@redhat.com>
11971
11972 PR gdb/19828
11973 * gdb.threads/clone-attach-detach.c: New file.
11974 * gdb.threads/clone-attach-detach.exp: New file.
11975
e70a7231
FR
119762016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11977
11978 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11979
0f6ed0e0
TT
119802016-05-23 Tom Tromey <tom@tromey.com>
11981
11982 PR python/19438, PR python/18393:
11983 * gdb.python/py-progspace.exp: Add "dir" test.
11984 * gdb.python/py-objfile.exp: Add "dir" test.
11985
ffd19d61
YQ
119862016-05-23 Yao Qi <yao.qi@linaro.org>
11987
11988 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11989 * gdb.arch/thumb2-it.exp: Likewise.
11990
9e8f9b05
SM
119912016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11992
11993 * gdb.mi/mi-threads-interrupt.c: New file.
11994 * gdb.mi/mi-threads-interrupt.exp: New file.
11995
61c6156d
SM
119962016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11997
11998 PR gdb/18077
11999 * gdb.mi/mi-async-run.exp: New file.
12000 * gdb.mi/mi-async-run.c: New file.
12001
67218854
TT
120022016-05-17 Tom Tromey <tom@tromey.com>
12003 Manish Goregaokar <manishsmail@gmail.com>
12004
12005 * lib/rust-support.exp: New file.
12006 * lib/gdb.exp (skip_rust_tests): New proc.
12007 (build_executable_from_specs): Handle rust.
12008 * lib/future.exp (gdb_find_rustc): New proc.
12009 (gdb_default_target_compile): Handle rust.
12010 * gdb.rust/expr.exp: New file.
12011 * gdb.rust/generics.exp: New file.
12012 * gdb.rust/generics.rs: New file.
12013 * gdb.rust/methods.exp: New file.
12014 * gdb.rust/methods.rs: New file.
12015 * gdb.rust/modules.exp: New file.
12016 * gdb.rust/modules.rs: New file.
12017 * gdb.rust/simple.exp: New file.
12018 * gdb.rust/simple.rs: New file.
12019
c44af4eb
TT
120202016-05-17 Tom Tromey <tom@tromey.com>
12021
12022 * gdb.base/default.exp (set language): Add rust.
12023
dcd1f979
TT
120242016-05-17 Tom Tromey <tom@tromey.com>
12025
12026 * gdb.gdb/unittest.exp: New file.
12027
155b7f57
YQ
120282016-05-16 Yao Qi <yao.qi@linaro.org>
12029
12030 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12031 shell_prompt. Update shell_prompt_re.
12032
8ddd5a6c
DE
120332016-05-12 Doug Evans <dje@google.com>
12034
12035 PR symtab/19999
12036 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12037 $options when building executable.
12038 * gdb.dwarf2/fission-loclists-pie.S: New file.
12039 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12040
02e370d9
SM
120412016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12042
12043 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12044 of [is_remote target],
12045
8929ad8b
SM
120462016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12047
12048 * lib/gdb.exp (use_gdb_stub): New procedure.
12049
6c447423
DE
120502016-05-03 Yunlian Jiang <yunlian@google.com>
12051 Doug Evans <dje@google.com>
12052
12053 PR symtab/19914
12054 * gdb.dwarf2/dwp-sepdebug.c: New file.
12055 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12056
444e826c
SM
120572016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12058
12059 * gdb.base/detach.exp: Remove is_remote check.
12060
740feeaa
SM
120612016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12062
12063 * gdb.base/annota-input-while-running.exp: Don't check for
12064 [is_remote target]. Enable annotations after running to main.
12065 Remove unused "set test..." line.
12066
9080ac9d
SM
120672016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12068
12069 * gdb.trace/trace-enable-disable.exp: New file.
12070 * gdb.trace/trace-enable-disable.c: New file.
12071
952ebca5
SM
120722016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12073
12074 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12075 use it in info sharedlibrary test.
12076 * gdb.trace/ftrace-lock.exp: Likewise.
12077 * gdb.trace/ftrace.exp: Likewise.
12078 * gdb.trace/range-stepping.exp: Likewise.
12079 * gdb.trace/trace-break.exp: Likewise.
12080 * gdb.trace/trace-condition.exp: Likewise.
12081 * gdb.trace/trace-mt.exp: Likewise.
12082
d9019901
SM
120832016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12084
12085 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12086 (gdb_load_shlib): ... this.
12087 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12088 gdb_load_shlib.
12089 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12090 * gdb.base/ctxobj.exp: Likewise.
12091 * gdb.base/dprintf-pending.exp: Likewise.
12092 * gdb.base/dso2dso.exp: Likewise.
12093 * gdb.base/fixsection.exp: Likewise.
12094 * gdb.base/gcore-relro.exp: Likewise.
12095 * gdb.base/gdb1555.exp: Likewise.
12096 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12097 * gdb.base/gnu-ifunc.exp: Likewise.
12098 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12099 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12100 * gdb.base/pending.exp: Likewise.
12101 * gdb.base/print-file-var.exp: Likewise.
12102 * gdb.base/print-symbol-loading.exp: Likewise.
12103 * gdb.base/shlib-call.exp: Likewise.
12104 * gdb.base/shreloc.exp: Likewise.
12105 * gdb.base/so-impl-ld.exp: Likewise.
12106 * gdb.base/solib-disc.exp: Likewise.
12107 * gdb.base/solib-nodir.exp: Likewise.
12108 * gdb.base/solib-overlap.exp: Likewise.
12109 * gdb.base/solib-symbol.exp: Likewise.
12110 * gdb.base/solib-weak.exp (do_test): Likewise.
12111 * gdb.base/sym-file.exp: Likewise.
12112 * gdb.base/symtab-search-order.exp: Likewise.
12113 * gdb.base/type-opaque.exp: Likewise.
12114 * gdb.base/unload.exp: Likewise.
12115 * gdb.base/watchpoint-solib.exp: Likewise.
12116 * gdb.compile/compile.exp: Likewise.
12117 * gdb.cp/gdb2384.exp: Likewise.
12118 * gdb.cp/infcall-dlopen.exp: Likewise.
12119 * gdb.cp/re-set-overloaded.exp: Likewise.
12120 * gdb.fortran/library-module.exp: Likewise.
12121 * gdb.opt/solib-intra-step.exp: Likewise.
12122 * gdb.python/py-finish-breakpoint.exp: Likewise.
12123 * gdb.python/py-shared.exp: Likewise.
12124 * gdb.reverse/solib-precsave.exp: Likewise.
12125 * gdb.reverse/solib-reverse.exp: Likewise.
12126 * gdb.server/solib-list.exp: Likewise.
12127 * gdb.threads/dlopen-libpthread.exp: Likewise.
12128 * gdb.threads/tls-shared.exp: Likewise.
12129 * gdb.threads/tls-so_extern.exp: Likewise.
12130 * gdb.trace/change-loc.exp: Likewise.
12131 * gdb.trace/ftrace-lock.exp: Likewise.
12132 * gdb.trace/ftrace.exp: Likewise.
12133 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12134 * gdb.trace/pending.exp: Likewise.
12135 * gdb.trace/range-stepping.exp: Likewise.
12136 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12137 (strace_info_marker): Likewise.
12138 (strace_probe_marker): Likewise.
12139 (strace_trace_on_same_addr): Likewise.
12140 (strace_trace_on_diff_addr): Likewise.
12141 * gdb.trace/trace-break.exp: Likewise.
12142 * gdb.trace/trace-condition.exp: Likewise.
12143 * gdb.trace/trace-mt.exp: Likewise.
12144
fca4cfd9
SM
121452016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12146
12147 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12148 result of gdb_remote_download.
12149 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12150 * gdb.base/dso2dso.exp: Likewise.
12151 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12152 * gdb.base/print-file-var.exp: Likewise.
12153 * gdb.base/shlib-call.exp: Likewise.
12154 * gdb.base/shreloc.exp: Likewise.
12155 * gdb.base/solib-overlap.exp: Likewise.
12156 * gdb.base/solib-weak.exp (do_test): Likewise.
12157 * gdb.base/unload.exp: Likewise.
12158
11cf4ffb
YQ
121592016-04-27 Yao Qi <yao.qi@linaro.org>
12160
12161 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12162 exists.
12163
3e2e34f8
KB
121642016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12165
12166 * vla-type.exp: Print structure from toplevel.
12167
8f07e298
BH
121682016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12169
12170 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12171 of dynamic types.
12172 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12173 of dynamic types.
12174
9920b434
BH
121752016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12176
12177 * gdb.fortran/vla-type.f90: New file.
12178 * gdb.fortran/vla-type.exp: New file.
12179
f3abeff5
YQ
121802016-04-25 Yao Qi <yao.qi@linaro.org>
12181
12182 * gdb.base/branch-to-self.c: New file.
12183 * gdb.base/branch-to-self.exp: New file.
12184
0a5d52f0
YQ
121852016-04-22 Yao Qi <yao.qi@linaro.org>
12186
12187 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12188 more after $hex.
12189
495346f6
YQ
121902016-04-22 Yao Qi <yao.qi@linaro.org>
12191
12192 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12193 * gdb.base/annota3.exp: Likewise.
12194
4a7e075c
YQ
121952016-04-22 Yao Qi <yao.qi@linaro.org>
12196
12197 * gdb.reverse/step-precsave.exp: Do one step and test program
12198 stops in "callee" and do multiple steps until program goes out
12199 of "callee".
12200 * gdb.reverse/step-reverse.exp: Likewise.
12201
5b061e98
YQ
122022016-04-22 Yao Qi <yao.qi@linaro.org>
12203
12204 * gdb.trace/signal.exp: Also pass if
12205 $tracepoint_hits($i) > $iterations.
12206
5c5dc57f
YQ
122072016-04-22 Yao Qi <yao.qi@linaro.org>
12208
12209 * gdb.trace/signal.c: New file.
12210 * gdb.trace/signal.exp: New file.
12211
a55411b9
DE
122122016-04-19 Doug Evans <xdje42@gmail.com>
12213
12214 * gdb.base/bad-file.exp: New file.
12215
a22df60a
MG
122162016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12217
12218 * gdb.dwarf2/implref.exp: New file.
12219
0c13f7e5
BH
122202016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12221
12222 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12223 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12224 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12225 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12226 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12227 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12228 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12229 * lib/fortran.exp (fortran_int4): New procedure.
12230 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12231 (fortran_logical4): Likewise.
12232
9b9b09e9
BH
122332016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12234
12235 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12236
a14d1f4d
BH
122372016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12238
12239 * lib/compiler.c: Add Intel specific preprocessor macros.
12240 * lib/compiler.cc: Likewise.
25d49b86 12241
7d49b1d0
LM
122422016-04-13 Luis Machado <lgustavo@codesourcery.com>
12243
12244 * gdb.server/connect-with-no-symbol-file.c: New file.
12245 * gdb.server/connect-with-no-symbol-file.exp: New file.
12246
8392fa22
SM
122472016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12248
12249 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12250
8c4c4aeb
SM
122512016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12252
12253 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12254 standard output directory.
12255
45e3745e
AT
122562016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12257
12258 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12259
e26b7e41
MM
122602016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12261
12262 * gdb.btrace/instruction_history.c (loop): Add declaration.
12263
8ce09462
AT
122642016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12265
12266 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12267
2e88a1ea
SM
122682016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12269
12270 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12271 parentheses to print.
12272 (continue_handler): Likewise.
12273
f48e22e3
SM
122742016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12275
12276 * gdb.server/solib-list.exp: Remove is_remote check.
12277 Pass shlib= to gdb_compile. Don't link shared library with
12278 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12279 Run binary filename through "readlink -f" on the target.
12280
096be756
PA
122812016-04-08 Pedro Alves <palves@redhat.com>
12282
12283 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12284 interpreter filename as argument to gdbserver_spawn.
12285 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12286 Return empty if $last_loaded_file does not exist.
12287
06500533
JK
122882016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12289
12290 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12291 * gdb.base/jit-main.c: Use exit after usage.
12292
2d35e871
JK
122932016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12294
12295 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12296 GDBHISTSIZE prior to the tests.
12297 * gdb.base/gdbinit-history.exp: Likewise.
12298
122992016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
12300
12301 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12302 instead of build_executable. Use gdb_load_shlibs.
12303
c8064e7e
YQ
123042016-04-07 Yao Qi <yao.qi@linaro.org>
12305
12306 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12307 Execute "si" command.
12308
bde47561
YQ
123092016-04-07 Yao Qi <yao.qi@linaro.org>
12310
12311 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12312 number instead of the comments on some line.
12313
b16f8a3b
DB
123142016-04-06 Don Breazeal <donb@codesourcery.com>
12315
12316 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12317 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12318
c2f901df
SM
123192016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12320
12321 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12322 standard_output_file. Remove unused binfile variable.
12323
ac17fda0
CU
123242016-04-05 Catalin Udma <catalin.udma@freescale.com>
12325
12326 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12327 * gdb.python/py-mi-objfile.exp: Match "list main" output
12328 in console format.
12329
03a8c4df
SM
123302016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12331
12332 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12333 absolute.
12334
6e774b13
SM
123352016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12336
12337 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12338 absolute.
12339 * gdb.trace/ftrace.exp: Likewise.
12340 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12341 targets as well.
12342 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12343 (gdb_load_shlibs): Copy libraries to test directory when testing
12344 natively. Only set solib-search-path if testing remotely.
12345 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12346
7817ea46
SM
123472016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12348
12349 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12350 gdb_download. Use it even if the target is not remote.
12351 * gdb.base/jit.exp (compile_jit_test): Likewise.
12352 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12353 output directory if the destination board is local, otherwise use
12354 the standard remote_download from DejaGnu.
12355 (gdb_download): Remove.
12356 (gdb_load_shlibs): Use gdb_remote_download instead of
12357 gdb_download.
12358 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12359 Use gdb_remote_download instead of gdb_download. Use it even if
12360 the target is not remote.
12361 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12362 instead of gdb_download.
12363
7beb7f68
SM
123642016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12365
12366 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12367 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12368 run.
12369
cc63428a
AV
123702016-04-01 Artemiy Volkov <artemiyv@acm.org>
12371
12372 PR gdb/19820
12373 * gdb.base/printcmds.exp: Add artificial arrays tests.
12374
64cdf930
PA
123752016-03-31 Pedro Alves <palves@redhat.com>
12376
12377 PR gdb/19858
12378 * gdb.base/jit-main.c: Include unistd.h.
12379 (ATTACH): Define to 0 if not already defined.
12380 (wait_for_gdb, mypid): New globals.
12381 (WAIT_FOR_GDB): New macro.
12382 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12383 some breakpoint locations.
12384 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12385 New procedures.
12386 (one_jit_test): Add REATTACH parameter, and handle it. Use
12387 continue_to_test_location.
12388 (top level): Test attach, and adjusts calls to one_jit_test.
12389
40dea8cb
PA
123902016-03-31 Pedro Alves <palves@redhat.com>
12391
12392 PR gdb/19858
12393 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12394 BINSUFFIX parameter, and handle it.
12395 (top level): Adjust calls compile_jit_test.
12396
e7ea3ec7
CU
123972016-03-31 Catalin Udma <catalin.udma@freescale.com>
12398
12399 PR python/19743
12400 * gdb.python/py-mi-events-gdb.py: New file.
12401 * gdb.python/py-mi-events.c: New file.
12402 * gdb.python/py-mi-events.exp: New file.
12403
e6359af3
YQ
124042016-03-30 Yao Qi <yao.qi@linaro.org>
12405
12406 * gdb.reverse/until-precsave.exp: Match function name only.
12407 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12408 Move malloc to a condition block.
12409 * gdb.reverse/until-reverse.exp: Match function name only.
12410
a4105d04
MK
124112016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12412
12413 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12414 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12415 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12416 variable for GPR 0 instead of assuming it is register 0.
12417 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12418 * lib/trace-support.exp: Add s390 registers.
12419
bfa6adb9
YQ
124202016-03-29 Yao Qi <yao.qi@linaro.org>
12421
12422 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12423
1e6697ea
YQ
124242016-03-24 Yao Qi <yao.qi@linaro.org>
12425
12426 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12427 test message.
12428
64bcd522
AA
124292016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12430
12431 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12432 maintaining separate logic for constructing the output path.
12433
7868401b
DB
124342016-03-16 Don Breazeal <donb@codesourcery.com>
12435
12436 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12437 Retry fork and waitpid on interrupted system call errors.
12438 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12439 Use with_timeout_factor to increase timeout by factor of 10.
12440
1cafadb4
DB
124412016-03-15 Don Breazeal <donb@codesourcery.com>
12442
12443 * gdb.cp/scope-err.cc: New test program.
12444 * gdb.cp/scope-err.exp: New test script.
12445 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12446 lines and "set breakpoint here" comment.
12447 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12448 Fixed some whitespace and format issues.
12449 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12450 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12451
81516450
DE
124522016-03-15 Doug Evans <dje@google.com>
12453
12454 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12455 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12456 All callers updated. Add tests for enums, mixed flags register.
12457
aa52b601
DE
124582016-03-15 Doug Evans <dje@google.com>
12459
12460 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12461 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12462
fa4ff313
SM
124632016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12464
12465 * gdb.base/default.exp: Add $_as_string to the list of expected
12466 convenience functions.
12467
f2403c39
AB
124682016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12469
12470 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12471
f2f3ccb9
SM
124722016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12473
12474 * gdb.python/py-as-string.exp: New file.
12475 * gdb.python/py-as-string.c: New file.
12476
00dbd492
PA
124772016-03-09 Pedro Alves <palves@redhat.com>
12478
12479 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12480 signal" -> "Thread NN received signal" output change.
12481 * gdb.threads/ia64-sigill.exp: Likewise.
12482 * gdb.threads/linux-dp.exp: Likewise.
12483 * gdb.threads/manythreads.exp: Likewise.
12484 * gdb.threads/pending-step.exp: Likewise.
12485 * gdb.threads/print-threads.exp: Likewise.
12486 * gdb.threads/sigstep-threads.exp: Likewise.
12487 * gdb.threads/staticthreads.exp: Likewise.
12488 * gdb.threads/tls.exp: Likewise.
12489
1e6697ea
YQ
124902016-03-09 Pedro Alves <palves@redhat.com>
12491
12492 * gdb.base/command-line-input.exp: New file.
12493
b04fd3be
MK
124942016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12495
12496 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12497 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12498 * gdb.trace/pending.exp: Accept leading dot before function name.
12499 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12500 * lib/trace-support.exp: Set registers for ppc.
12501
98fa59e9
MK
125022016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12503
12504 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12505 use it for disassembly; accept .main in addition to main in backtrace.
12506
f77198c8
MK
125072016-03-09 Wei-cheng Wang <cole945@gmail.com>
12508 Marcin Kościelnicki <koriakin@0x04.net>
12509
12510 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12511 (gdb_recursion_test_ptr): New global variable.
12512 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12513 gdb_recursion_test.
12514 (gdb_c_test): Ditto.
12515
ba84e0da
MK
125162016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12517
12518 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12519 ordering.
12520
4366d36e
MK
125212016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12522
12523 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12524 (bar): Add bar_start_lbl label.
12525 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12526 of foo/bar for emitting DWARF and tracing.
12527
5eb264df
SDJ
125282016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12529
12530 * analyze-racy-logs.py: Set executable bit.
12531
fb6a751f
SDJ
125322016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12533
12534 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12535 (CHECK_TARGET_TMP): Likewise.
12536 (check-single-racy): New rule.
12537 (check-parallel-racy): Likewise.
12538 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12539 (do-check-parallel-racy): New rule.
12540 (check-racy/%.exp): Likewise.
12541 * README (Racy testcases): New section.
12542 * analyze-racy-logs.py: New file.
12543
bdf7e230
DE
125442016-03-03 Doug Evans <dje@google.com>
12545
12546 * gdb.base/skip.exp: Use with_test_prefix.
12547
4719d415
YQ
125482016-03-03 Yao Qi <yao.qi@linaro.org>
12549
12550 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12551 Invoke step_over_syscall "clone" and break_cond_on_syscall
12552 "clone".
12553 * gdb.base/step-over-clone.c: New file.
12554
ea507862
YQ
125552016-03-03 Yao Qi <yao.qi@linaro.org>
12556
12557 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12558 code format.
12559
8fc8cbda
YQ
125602016-03-03 Yao Qi <yao.qi@linaro.org>
12561
12562 * gdb.base/disp-step-fork.c: Rename to ...
12563 * gdb.base/step-over-fork.c: ... it. New file.
12564 * gdb.base/disp-step-vfork.c: Rename to ...
12565 * gdb.base/step-over-vfork.c: ... it. New file.
12566 * gdb.base/disp-step-syscall.exp: Rename to ...
12567 * gdb.base/step-over-syscall.exp: ... it. New file.
12568 (disp_step_cross_syscall): Rename to ...
12569 (step_over_syscall): ... it.
12570
92fa70b0
YQ
125712016-03-03 Yao Qi <yao.qi@linaro.org>
12572
12573 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12574 If target supports condition evaluation on target, invoke
12575 break_cond_on_syscall for fork and vfork.
12576
e197ad3c
YQ
125772016-03-03 Yao Qi <yao.qi@linaro.org>
12578
12579 * gdb.base/disp-step-syscall.exp: Don't invoke
12580 support_displaced_stepping.
12581 (disp_step_cross_syscall): Test with displaced stepping off and
12582 on if supported.
12583
0b47da9f
YQ
125842016-03-03 Yao Qi <yao.qi@linaro.org>
12585
12586 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12587 proc.
12588 (setup): New proc.
12589 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12590 and setup.
12591
065ab6dc
BH
125922016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12593
12594 * gdb.fortran/vla-history.exp: Remove breakpoint.
12595
07e448ad 125962016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12597
25d49b86
PA
12598 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12599 exceeds timeout.
07e448ad 12600
9ac2d526 126012016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12602
25d49b86
PA
12603 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12604 breakpoint.
9ac2d526 12605
17807369
BH
126062016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12607
12608 * gdb.mi/vla.f90: Nullify pointer after declaration.
12609
86e501af
PA
126102016-03-01 Pedro Alves <palves@redhat.com>
12611
12612 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12613
1e903e32
PA
126142016-03-01 Pedro Alves <palves@redhat.com>
12615
12616 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12617 before anything else.
12618 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12619 _GNU_SOURCE here.
12620 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12621 before anything else.
12622 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12623
6ccb54e2
PA
126242016-03-01 Pedro Alves <palves@redhat.com>
12625
12626 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12627
30ca9da1
YQ
126282016-03-01 Yao Qi <yao.qi@linaro.org>
12629
12630 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12631 prepare_for_testing.
12632
dc856b38
YQ
126332016-03-01 Yao Qi <yao.qi@linaro.org>
12634
12635 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12636
4a932159
AA
126372016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12638
12639 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12640 manually constructing the output path.
12641
f2489477
AA
126422016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12643
12644 * gdb.arch/s390-stackless.S: New.
12645 * gdb.arch/s390-stackless.exp: New.
12646
38899f16
IB
126472016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12648
12649 * gdb.dlang/circular.c: New file.
12650 * gdb.dlang/circular.exp: New file.
12651
9fde51ed
YQ
126522016-02-26 Yao Qi <yao.qi@linaro.org>
12653
12654 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12655 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12656 (testcases): Update.
12657
ce90fefe
YQ
126582016-02-26 Yao Qi <yao.qi@linaro.org>
12659
12660 * gdb.reverse/aarch64.c: Rename to ...
12661 * gdb.reverse/insn-reverse.c: ... it.
12662 * gdb.reverse/aarch64.exp: Rename to ...
12663 * gdb.reverse/insn-reverse.exp: ... it.
12664
3263bceb
YQ
126652016-02-26 Yao Qi <yao.qi@linaro.org>
12666
12667 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12668 (testcase_ftype): New.
12669 (testcases): New array.
12670 (n_testcases): New.
12671 (main): Call each element in testcases.
12672 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12673 (read_testcase): New.
12674 Do the tests in a loop.
12675
6cb59ff1
YQ
126762016-02-25 Yao Qi <yao.qi@linaro.org>
12677
12678 * gdb.base/branches.c: Remove.
12679
ae91f625
MK
126802016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12681
12682 PR gdb/13808
12683 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12684
678b48b7
MK
126852016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12686
12687 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12688
7337a6f2
MK
126892016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12690
12691 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12692 change x86_64 call_insn to 'callq'.
12693
861ca91f
AT
126942016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12695
12696 * gdb.trace/tfile-avx.c: Move to...
12697 * gdb.trace/tracefile-pseudo-reg.c: Here.
12698 * gdb.trace/tfile-avx.exp: Move to...
12699 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12700
bf74e428
GB
127012016-02-24 Gary Benson <gbenson@redhat.com>
12702
12703 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12704 message on attach.
12705
cce0e923
DE
127062016-02-23 Doug Evans <dje@google.com>
12707
12708 * gdb.base/skip.c (test_skip): New function.
12709 (end_test_skip_file_and_function): New function.
12710 (test_skip_file_and_function): New function.
12711 * gdb.base/skip1.c (test_skip): New function.
12712 (skip1_test_skip_file_and_function): New function.
12713 * gdb.base/skip.exp: Add tests for new skip options.
12714 * gdb.base/skip-solib.exp: Update expected output.
12715 * gdb.perf/skip-command.cc: New file.
12716 * gdb.perf/skip-command.exp: New file.
12717 * gdb.perf/skip-command.py: New file.
12718
4000e47e
MK
127192016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12720
12721 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12722 info registers pattern.
12723
24f75ead
IB
127242016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12725
12726 * lib/future.exp: Add D support.
12727 (gdb_find_gdc): New proc.
12728 (gdb_default_target_compile): Add D support.
12729
fbb7bcbe
WW
127302016-02-18 Wei-cheng Wang <cole945@gmail.com>
12731
12732 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12733 user+system time.
12734 (trace_speed_test): Determine the iteration count for a time
12735 between 15..30 seconds.
12736
012b3a21
WT
127372016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12738
12739 * gdb.arch/i386-mpx-sigsegv.c: New file.
12740 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12741 * gdb.arch/i386-mpx-simple_segv.c: New file.
12742 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12743
2d5189bd
YQ
127442016-02-18 Yao Qi <yao.qi@linaro.org>
12745
12746 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12747 Don't call setup_kfail.
12748
40fb20d0
YQ
127492016-02-18 Yao Qi <yao.qi@linaro.org>
12750
12751 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12752 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12753
21b1f8d2
DE
127542016-02-16 Doug Evans <dje@google.com>
12755
12756 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12757 * gdb.base/skip1.c: Ditto.
12758 * gdb.base/skip.exp: Whitespace cleanup.
12759
4041ed77
DB
127602016-02-16 Don Breazeal <donb@codesourcery.com>
12761
12762 PR remote/19496
12763 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12764 Remove kfail for PR remote/19496.
12765
c4ef31bf
SM
127662016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12767
12768 * lib/gdb.exp (standard_temp_file): Return a path specific to
12769 the runtest invocation.
12770
266b65b3
SM
127712016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12772
12773 * gdb.trace/save-trace.exp: Change relative path to be in the
12774 standard output directory.
12775
a7a0a6a9
JK
127762016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12777
12778 * gdb.arch/i386-prologue.c: Add missing prototypes.
12779
c99dbb42
JK
127802016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12781
12782 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12783 * gdb.arch/i386-prologue.exp: Likewise.
12784 * gdb.arch/i386-size.exp: Likewise.
12785
aa480355
SM
127862016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12787
12788 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12789 define object file path.
12790 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12791 file path.
12792 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12793 standard_output_file to define binfile.
12794
ba881f50
JK
127952016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12796
12797 Fix compatibility with recent gfortran-5.3.1.
12798 * gdb.fortran/vla-history.exp (print vla1 allocated)
12799 (print vla2 allocated, print $2, print $3): Remove
12800 (print $4): Rename to ...
12801 (print $2): ... here.
12802 (print $9): Rename to ...
12803 (print $5): ... here.
12804 (print $10): Rename to ...
12805 (print $6): ... here.
12806 * gdb.fortran/vla.f90: Add pvla initialization.
12807
e9fb005c
JK
128082016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12809
12810 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12811 New test.
12812 * gdb.fortran/vla-value-sub.exp: Likewise.
12813
e44e00ff
MK
128142016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12815
12816 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12817
97e94151
SM
128182016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12819
12820 * i386-biarch-core.exp: Define corefile using
12821 standard_output_file.
12822
01113bc1
YQ
128232016-02-12 Yao Qi <yao.qi@linaro.org>
12824
12825 * gdb.arch/arm-single-step-kernel-helper.c: New.
12826 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12827
33b4777c
MM
128282016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12829
12830 * gdb.btrace/tailcall-only.exp: New.
12831 * gdb.btrace/tailcall-only.c: New.
12832 * gdb.btrace/x86_64-tailcall-only.S: New.
12833 * gdb.btrace/i686-tailcall-only.S: New.
12834
acc23c11
PA
128352016-02-11 Pedro Alves <palves@redhat.com>
12836
12837 * README (Parallel testing): Add missing double quotes.
12838
e352bf0a
PA
128392016-02-11 Pedro Alves <palves@redhat.com>
12840
12841 * README (Parallel testing): New section.
12842 (GDB_PARALLEL): Rewrite.
12843 (FORCE_PARALLEL): Document.
12844
9f5fed78
MK
128452016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12846
12847 * gdb.trace/tfile-avx.c: New test.
12848 * gdb.trace/tfile-avx.exp: New test.
12849
9ef9e6a6
KS
128502016-02-09 Keith Seitz <keiths@redhat.com>
12851
12852 PR breakpoints/19546
12853 * gdb.base/infcall-exec.c: New file.
12854 * gdb.base/infcall-exec2.c: New file.
12855 * gdb.base/infcall-exec.exp: New file.
12856
a96e36da
KS
128572016-02-09 Keith Seitz <keiths@redhat.com>
12858
12859 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12860 (toplevel): Call test_bkpt_address.
12861
9f61929f
KS
128622016-02-09 Keith Seitz <keiths@redhat.com>
12863
12864 PR python/19506
12865 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12866 (toplevel): Call test_bkpt_address.
12867
1e94266c
SM
128682016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12869
12870 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12871 to AC_OUTPUT.
12872 * configure: Regenerate.
12873
2a7f3dff
PA
128742016-02-09 Pedro Alves <palves@redhat.com>
12875
12876 PR breakpoints/19548
12877 * gdb.base/execl-update-breakpoints.c (some_function): New
12878 function.
12879 (main): Call it.
12880 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12881 Tighten expected GDB output.
12882
2151ccc5
SM
128832016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12884
12885 * Makefile.in (ALL_SUBDIRS): Remove.
12886 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12887 (distclean maintainer-clean realclean): Likewise.
12888 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12889 * configure: Regenerate.
12890 * gdb.ada/Makefile.in: Delete.
12891 * gdb.arch/Makefile.in: Likewise.
12892 * gdb.asm/Makefile.in: Likewise.
12893 * gdb.base/Makefile.in: Likewise.
12894 * gdb.btrace/Makefile.in: Likewise.
12895 * gdb.cell/Makefile.in: Likewise.
12896 * gdb.compile/Makefile.in: Likewise.
12897 * gdb.cp/Makefile.in: Likewise.
12898 * gdb.disasm/Makefile.in: Likewise.
12899 * gdb.dlang/Makefile.in: Likewise.
12900 * gdb.dwarf2/Makefile.in: Likewise.
12901 * gdb.fortran/Makefile.in: Likewise.
12902 * gdb.gdb/Makefile.in: Likewise.
12903 * gdb.go/Makefile.in: Likewise.
12904 * gdb.guile/Makefile.in: Likewise.
12905 * gdb.java/Makefile.in: Likewise.
12906 * gdb.linespec/Makefile.in: Likewise.
12907 * gdb.mi/Makefile.in: Likewise.
12908 * gdb.modula2/Makefile.in: Likewise.
12909 * gdb.multi/Makefile.in: Likewise.
12910 * gdb.objc/Makefile.in: Likewise.
12911 * gdb.opencl/Makefile.in: Likewise.
12912 * gdb.opt/Makefile.in: Likewise.
12913 * gdb.pascal/Makefile.in: Likewise.
12914 * gdb.perf/Makefile.in: Likewise.
12915 * gdb.python/Makefile.in: Likewise.
12916 * gdb.reverse/Makefile.in: Likewise.
12917 * gdb.server/Makefile.in: Likewise.
12918 * gdb.stabs/Makefile.in: Likewise.
12919 * gdb.threads/Makefile.in: Likewise.
12920 * gdb.trace/Makefile.in: Likewise.
12921 * gdb.xml/Makefile.in: Likewise.
12922 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12923 GDB_PARALLEL.
12924 (standard_output_file): Remove check for GDB_PARALLEL, always
12925 return path in outputs/$subdir/$testname.
12926
437277d4
SM
129272016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12928
12929 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12930 (site.exp): Assign abs_srcdir to tcl's srcdir.
12931
31d913c7
YQ
129322016-02-04 Yao Qi <yao.qi@linaro.org>
12933
12934 * gdb.base/foll-exec-mode.c: Include limits.h.
12935 (main): Add parameters argc and argv. Get directory from
12936 argv[0].
12937 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12938 compilation.
12939 * gdb.base/foll-exec.c: Include limits.h.
12940 (main): Add parameters argc and argv.
12941 Get directory from argv[0].
12942 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12943 Adjust tests on the number of lines as source code changed.
12944 * gdb.base/foll-vfork-exit.c: Include limits.h.
12945 (main): Add one line of statement before vfork.
12946 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12947 (main): Add parameters argc and argv. Get directory from
12948 argv[0].
12949 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12950 (setup_gdb): Set tbreak to skip some source lines.
12951 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12952 (main): Add parameters argc and argv. Get directory from
12953 argv[0].
12954 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12955 compilation.
12956 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12957 (main): Add parameters argc and argv. Get directory from
12958 argv[0].
12959 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12960 compilation.
12961
9482b9fb
DE
129622016-02-01 Doug Evans <dje@google.com>
12963
12964 * gdb.base/skip.exp: Clean up multiple references to same test name.
12965
6b2e4f10
PA
129662016-02-01 Pedro Alves <palves@redhat.com>
12967
ccb6afd6 12968 PR remote/19496
6b2e4f10
PA
12969 * gdb.threads/forking-threads-plus-breakpoint.exp
12970 (displaced_stepping_supported): New global.
12971 (probe_displaced_stepping_support): New procedure.
12972 (do_test): Add 'displaced' parameter, and use it.
12973 (top level): Check for displaced stepping support. Add displaced
12974 stepping on/off testing axis.
12975
37a8db1a
AB
129762016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12977
12978 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12979 pointer. Don't perform further tests on the unassociated pointer
12980 if the first test fails.
12981
5fdf6324
AB
129822016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12983
12984 * gdb.base/max-value-size.c: New file.
12985 * gdb.base/max-value-size.exp: New file.
12986 * gdb.base/huge.exp: Disable max-value-size for this test.
12987
935c6144
IB
129882016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12989
12990 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12991
7fe8399d
YQ
129922016-01-28 Yao Qi <yao.qi@linaro.org>
12993
12994 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12995
a2077e25
PA
129962016-01-25 Pedro Alves <palves@redhat.com>
12997
12998 PR threads/19461
12999 * gdb.base/fork-running-state.c: New file.
13000 * gdb.base/fork-running-state.exp: New file.
13001
1d2736d4
PA
130022016-01-25 Pedro Alves <palves@redhat.com>
13003
13004 PR gdb/19494
13005 * gdb.base/catch-fork-kill.c: New file.
13006 * gdb.base/catch-fork-kill.exp: New file.
13007
f1da4b11
PA
130082016-01-25 Pedro Alves <palves@redhat.com>
13009
13010 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13011 Delete, moved to lib/gdb.exp.
13012 * gdb.threads/forking-threads-plus-breakpoint.exp
13013 (foreach_with_prefix): Likewise.
13014 * gdb.threads/process-dies-while-handling-bp.exp
13015 (foreach_with_prefix): Likewise.
13016 * lib/gdb.exp (foreach_with_prefix): New procedure.
13017
45f38546
MK
130182016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13019
13020 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13021 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13022
dc29a1ce
MK
130232016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13024
13025 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13026 endian targets.
13027
092127d7
JK
130282016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13029 Pedro Alves <palves@redhat.com>
13030
13031 Fix testsuite compatibility with Guile.
13032 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13033 number.
13034
31d765d3
JK
130352016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13036
13037 Fix testsuite compatibility with Guile.
13038 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13039 (thread 1): New test for backtrace through signal handler.
13040
1ac78c04
YQ
130412016-01-22 Yao Qi <yao.qi@linaro.org>
13042
13043 PR testsuite/19491
13044 * gdb.base/multi-forks.c: Include
13045 ../lib/unbuffer_output.c
13046 (main): Call gdb_unbuffer_output.
13047
4f5946a8
DE
130482016-01-21 Doug Evans <dje@google.com>
13049
13050 * lib/ada.exp (gdb_compile_ada): Fix typo.
13051
305e13e6
JB
130522016-01-21 Joel Brobecker <brobecker@adacore.com>
13053
13054 * gdb.base/break-fun-addr.exp: New file.
13055 * gdb.base/break-fun-addr1.c: New file.
13056 * gdb.base/break-fun-addr2.c: New file.
13057
5f5dfff6
SM
130582016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13059
13060 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13061 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13062 enum flag values.
13063
fd356fa2
AA
130642016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13065
13066 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13067 when GDB can not set the vector return value. Add more comments
13068 for clarification.
13069
9df22175
AT
130702016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13071
13072 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13073 command.
13074
41d1845e
SM
130752016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13076
13077 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13078
01ac6840
SM
130792016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13080
13081 * Makefile.in (check-single): Pass --status to runtest.
13082 (check/%.exp): Likewise.
13083
130842016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13085
13086 * Makefile.in (check-parallel): Propagate return code from make
13087 do-check-parallel.
13088
bd0a71fa
MK
130892016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13090
13091 * gdb.trace/ftrace.exp: Fix expected message on continue.
13092 * gdb.trace/pending.exp: Fix expected message on continue.
13093 * gdb.trace/trace-break.exp: Fix expected message on continue.
13094
8bcbad33
SM
130952016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13096
13097 * lib/gdb.exp (gdb_test): Remove unused global references.
13098
f303dbd6
PA
130992016-01-18 Pedro Alves <palves@redhat.com>
13100
13101 * gdb.base/async-shell.exp: Adjust expected output.
13102 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13103 * gdb.base/siginfo-thread.exp: Adjust expected output.
13104 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13105 * gdb.java/jnpe.exp: Adjust expected output.
13106 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13107 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13108 * gdb.threads/leader-exit.exp: Adjust expected output.
13109 * gdb.threads/manythreads.exp: Adjust expected output.
13110 * gdb.threads/pthreads.exp: Adjust expected output.
13111 * gdb.threads/schedlock.exp: Adjust expected output.
13112 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13113 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13114 expected output.
13115 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13116 output.
13117 * gdb.threads/sigthread.exp: Adjust expected output.
13118 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13119
b2789696
YQ
131202016-01-18 Yao Qi <yao.qi@linaro.org>
13121
13122 * gdb.guile/scm-section-script.c: Replace @progbits with
13123 %progbits.
13124 * gdb.python/py-section-script.c: Likewise.
13125
71ef29a8
PA
131262016-01-15 Pedro Alves <palves@redhat.com>
13127
13128 * gdb.multi/tids.exp: Test star wildcard ranges.
13129
3f5b7598
PA
131302016-01-15 Pedro Alves <palves@redhat.com>
13131
13132 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13133 command from "thread apply" invocation.
13134 (thr_apply_info_thr_invalid): Default the expected output to the
13135 input tid list.
13136 (top level): Add tests that use convenience variables. Add tests
13137 for "thread apply" with a valid TID list, but missing the command.
13138
663f6d42
PA
131392016-01-13 Pedro Alves <palves@redhat.com>
13140
13141 * gdb.base/default.exp: Expect $_gthread as well.
13142 * gdb.multi/tids.exp: Test $_gthread.
13143 * gdb.threads/thread-specific.exp: Test $_gthread.
13144
c84f6bbf
PA
131452016-01-13 Pedro Alves <palves@redhat.com>
13146
13147 * gdb.multi/tids.exp: Test "info threads -gid".
13148
22a02324
PA
131492016-01-13 Pedro Alves <palves@redhat.com>
13150
13151 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13152 Breakpoint.thread.
13153 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13154
5d5658a1
PA
131552016-01-07 Pedro Alves <palves@redhat.com>
13156
13157 * gdb.base/break.exp: Adjust to output changes.
13158 * gdb.base/hbreak2.exp: Likewise.
13159 * gdb.base/sepdebug.exp: Likewise.
13160 * gdb.base/watch_thread_num.exp: Likewise.
13161 * gdb.linespec/keywords.exp: Likewise.
13162 * gdb.multi/info-threads.exp: Likewise.
13163 * gdb.threads/thread-find.exp: Likewise.
13164 * gdb.multi/tids.c: New file.
13165 * gdb.multi/tids.exp: New file.
13166
84654457
PA
131672016-01-13 Pedro Alves <palves@redhat.com>
13168
13169 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13170
e3940304
PA
131712016-01-13 Pedro Alves <palves@redhat.com>
13172
13173 * gdb.base/default.exp: Expect $_inferior as well.
13174 * gdb.multi/base.exp: Test $_inferior.
13175
a911d87a
PA
131762016-01-13 Pedro Alves <palves@redhat.com>
13177
13178 PR breakpoints/19388
13179 * gdb.base/catch-signal-siginfo-cond.c: New file.
13180 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13181
82075af2
JS
131822016-01-12 Josh Stone <jistone@redhat.com>
13183 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13184
13185 * gdb.base/catch-syscall.c (do_execve): New variable.
13186 (main): Conditionally trigger an execve.
13187 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13188 (test_catch_syscall_execve): New, check entry/return across execve.
13189 (do_syscall_tests): Call test_catch_syscall_execve.
13190
e46eeedd
PA
131912016-01-12 Pedro Alves <palves@redhat.com>
13192
13193 * gdb.base/random-signal.exp (do_test): New procedure, with body
13194 of testcase moved in.
13195
01d8c27e
JK
131962016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13197 Pedro Alves <palves@redhat.com>
13198
13199 * gdb.base/funcargs.exp (finish from indirectly called function):
13200 Reintroduce the case for 'First'.
13201
9a706302
JK
132022016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13203 Pedro Alves <palves@redhat.com>
13204
13205 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13206 (tcatch_vfork_then_child_follow_exec)
13207 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13208 identification.
13209
c0ecb95f
JK
132102016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13211
13212 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13213 and repeats to unlimited.
13214 * gdb.python/py-value.exp: Likewise.
13215 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13216 and repeats to unlimited.
13217
6cfc1fcb
JK
132182016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13219
13220 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13221 and reordering the functions.
13222 * gdb.multi/hangout.c: Likewise.
13223 * gdb.multi/hello.c: Likewise.
13224
582a1b00
SM
132252016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13226
13227 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13228 absolute.
13229 (SingleStatisticTestResult.report): Use dict.keys instead of
13230 dict.iterkeys.
13231
79bc59cb
PA
132322016-01-06 Pedro Alves <palves@redhat.com>
13233
13234 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13235
43368e1d
MM
132362016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13237
13238 * gdb.btrace/dlopen.exp: New.
13239 * gdb.btrace/dlopen.c: New.
13240 * gdb.btrace/dlopen-dso.c: New.
13241
79fad5b8
SL
132422015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13243
13244 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13245 PATTERN argument is optional.
13246
ab8314b3
JB
132472015-12-24 Joel Brobecker <brobecker@adacore.com>
13248
13249 * lib/ada.exp (target_compile_ada_from_dir): New function.
13250 (gdb_compile_ada): Reimplement avoiding the use of project files.
13251 * gdb.ada/gnat_ada.gpr: Delete.
13252 * gdb.ada/cond_lang.exp: Adjust test to make path before
13253 filename optional.
13254 * gdb.ada/small_reg_param.exp: Likewise.
13255
fe33faff
SM
132562015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13257
13258 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13259
6d265cb4
TP
132602015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13261
13262 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13263 case.
13264
10125099
SM
132652015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13266
13267 * gdb.base/break.exp: Remove dead code.
13268 * gdb.base/sepdebug.exp: Likewise.
13269
3ca22649
SM
132702015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13271
13272 * gdb.asm/asm-source.exp: Remove HP-UX references.
13273 * gdb.base/annota1.exp: Likewise.
13274 * gdb.base/annota3.exp: Likewise.
13275 * gdb.base/attach.exp: Likewise.
13276 * gdb.base/bigcore.exp: Likewise.
13277 * gdb.base/break.exp: Likewise.
13278 * gdb.base/call-ar-st.exp: Likewise.
13279 * gdb.base/callfuncs.exp: Likewise.
13280 * gdb.base/catch-fork-static.exp: Likewise.
13281 * gdb.base/display.exp: Likewise.
13282 * gdb.base/foll-exec-mode.exp: Likewise.
13283 * gdb.base/foll-exec.exp: Likewise.
13284 * gdb.base/foll-fork.exp: Likewise.
13285 * gdb.base/foll-vfork.exp: Likewise.
13286 * gdb.base/funcargs.exp: Likewise.
13287 * gdb.base/hbreak2.exp: Likewise.
13288 * gdb.base/inferior-died.exp: Likewise.
13289 * gdb.base/interrupt.exp: Likewise.
13290 * gdb.base/multi-forks.exp: Likewise.
13291 * gdb.base/nodebug.exp: Likewise.
13292 * gdb.base/sepdebug.exp: Likewise.
13293 * gdb.base/solib1.c: Likewise.
13294 * gdb.base/step-test.exp: Likewise.
13295 * gdb.mi/non-stop.c: Likewise.
13296 * gdb.mi/pthreads.c: Likewise.
13297 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13298 * gdb.threads/pthreads.c: Likewise.
13299 * gdb.threads/staticthreads.exp: Likewise.
13300 * lib/future.exp: Likewise.
13301 * lib/gdb.exp: Likewise.
13302 * gdb.base/so-indr-cl.c: Remove.
13303 * gdb.base/so-indr-cl.exp: Likewise.
13304 * gdb.base/solib.c: Likewise.
13305 * gdb.base/solib.exp: Likewise.
13306 * gdb.base/solib2.c: Likewise.
13307
b6304613
SM
133082015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13309
13310 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13311 * gdb.base/call-ar-st.exp: Likewise.
13312 * gdb.base/callfuncs.exp: Likewise.
13313 * gdb.base/condbreak.exp: Likewise.
13314 * gdb.base/constvars.exp: Likewise.
13315 * gdb.base/hbreak2.exp: Likewise.
13316 * gdb.base/langs.exp: Likewise.
13317 * gdb.base/list.exp: Likewise.
13318 * gdb.base/long_long.exp: Likewise.
13319 * gdb.base/ptype.exp: Likewise.
13320 * gdb.base/scope.exp: Likewise.
13321 * gdb.base/signals.exp: Likewise.
13322 * gdb.base/so-impl-ld.exp: Likewise.
13323 * gdb.base/varargs.exp: Likewise.
13324 * gdb.base/volatile.exp: Likewise.
13325 * gdb.base/whatis.exp: Likewise.
13326 * gdb.cp/cplusfuncs.exp: Likewise.
13327 * gdb.cp/inherit.exp: Likewise.
13328 * gdb.cp/local.exp: Likewise.
13329 * gdb.cp/member-ptr.exp: Likewise.
13330 * gdb.cp/method.exp: Likewise.
13331 * gdb.cp/overload.exp: Likewise.
13332 * gdb.cp/templates.exp: Likewise.
13333 * gdb.stabs/weird.exp: Likewise.
13334 * lib/compiler.c: Likewise.
13335 * lib/compiler.cc: Likewise.
13336 * lib/cp-support.exp: Likewise.
13337 * lib/gdb.exp: Likewise.
13338
bf401b07
SM
133392015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13340
13341 * configure.ac: Remove HP-UX case.
13342 * configure: Regenerate.
13343
aff9c0f8
SM
133442015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13345
13346 * lib/gdb.exp (gdb_compile): Add function doc.
13347
a6904d5a
PA
133482015-12-17 Pedro Alves <palves@redhat.com>
13349
13350 PR threads/19354
13351 * gdb.multi/info-threads.exp: New file.
13352
a22279dd
YQ
133532015-12-15 Yao Qi <yao.qi@linaro.org>
13354
13355 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13356 is aarch64*-*-*.
13357
0588c796
SL
133582015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13359
13360 * gdb.base/history-duplicates.exp: Skip if no readline support.
13361
5d978e17
SL
133622015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13363
13364 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13365
7e763b86
SL
133662015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13367
13368 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13369
87a3a92c
SL
133702015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13371
13372 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13373 ctrl-C if nointerrupts target property is set.
13374 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13375 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13376 * gdb.base/paginate-bg-execution.exp: Likewise.
13377 * gdb.base/paginate-execution-startup.exp: Likewise.
13378 * gdb.base/random-signal.exp: Likewise.
13379 * gdb.base/range-stepping.exp: Likewise.
13380 * gdb.cp/annota2.exp: Likewise.
13381 * gdb.cp/annota3.exp: Likewise.
13382 * gdb.gdb/selftest.exp: Likewise.
13383 * gdb.threads/continue-pending-status.exp: Likewise.
13384 * gdb.threads/leader-exit.exp: Likewise.
13385 * gdb.threads/manythreads.exp: Likewise.
13386 * gdb.threads/pthreads.exp: Likewise.
13387 * gdb.threads/schedlock.exp: Likewise.
13388 * gdb.threads/sigthread.exp: Likewise.
13389
a8f077dc
DB
133902015-12-11 Don Breazeal <donb@codesourcery.com>
13391
13392 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13393 remote.
13394 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13395 * gdb.base/foll-exec.exp (main): Enable for target remote.
13396 * gdb.base/foll-fork.exp (main): Likewise.
13397 * gdb.base/foll-vfork.exp (main): Likewise.
13398 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13399 (proc continue_to_exit_bp_loc): Use clean_restart.
13400 * gdb.base/pie-execl.exp (main): Disable for target remote.
13401 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13402 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13403 * gdb.threads/execl.exp (main): Likewise.
13404 * gdb.threads/fork-child-threads.exp (main): Likewise.
13405 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13406 remote.
13407 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13408 remote.
13409 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13410 pid.tid style ptids, instead of just tid.
13411 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13412 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13413 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13414 ptids, instead of just tid.
13415
3b2464a8
AB
134162015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13417
13418 * gdb.base/list.exp (test_list_forward): Add end of file error
13419 test.
13420 (test_repeat_list_command): Add end of file error test.
13421 (test_list_backwards): Add beginning of file error test.
13422
a0def019
AB
134232015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13424
13425 * gdb.base/list.exp (test_list_invalid_args): New function,
13426 defined, and called.
13427
5c000dff
AB
134282015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13429
13430 * gdb.base/list.exp (test_list): Make test names unique.
13431
f1637ebe
YQ
134322015-12-11 Yao Qi <yao.qi@linaro.org>
13433
13434 * gdb.base/coremaker2.c: Remove.
13435
36d6fc0a
PA
134362015-12-10 Pedro Alves <palves@redhat.com>
13437
13438 * gdb.multi/base.exp: Remove stale "spaces" references.
13439
762f7747
PA
134402015-12-10 Pedro Alves <palves@redhat.com>
13441
13442 * gdb.multi/base.exp: Don't use nowarnings.
13443 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13444 * gdb.multi/hangout.c: Include stdio.h.
13445 * gdb.multi/hello.c: Include stdlib.h.
13446 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13447 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13448 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13449
28d2bfb9
AB
134502015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13451
13452 * gdb.dwarf2/dw2-ranges-base.c: New file.
13453 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13454 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13455 support additional line table, and debug ranges generation.
13456 (Dwarf::ranges): New function, generate .debug_ranges.
13457 (Dwarf::lines): Support generating simple line table programs.
13458 (Dwarf::assemble): Initialise new namespace variables.
13459
5fc2beac
KB
134602015-12-09 Kevin Buettner <kevinb@redhat.com>
13461
13462 * gdb.base/async.exp (proc test_background): Add case for
13463 asynchronous execution not supported.
13464
1c35a88f
LM
134652015-12-09 Luis Machado <lgustavo@codesourcery.com>
13466
13467 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13468 format and change test names to make them unique.
13469
b593e3d9
RK
134702015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13471 Pedro Alves <pedro@redhat.com>
13472
13473 PR gdb/18702
13474 Add checking of floatformats setup on x86_64 hosts.
13475 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13476 (smallval, bigval): New labels/constants.
13477 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13478 float" after loading bigval and smallval.
13479
d72413e6
PMR
134802015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13481
13482 * gdb.ada/fun_overload_menu.exp: New testcase.
13483 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13484
ece66d65
JS
134852015-12-04 Josh Stone <jistone@redhat.com>
13486
13487 * gdb.base/catch-fork-static.exp: New.
13488
41d0efca
YQ
134892015-12-03 Yao Qi <yao.qi@linaro.org>
13490
13491 * gdb.base/sizeof.c: Don't include stdio.h and
13492 ../lib/unbuffer_output.c.
13493 (main): New variable 'size' and 'value'. Remove printf and
13494 gdb_unbuffer_output. Assign return value to size and value.
13495 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13496 at the beginning.
13497 (check_sizeof): Check the result by printing variable 'size'.
13498 (check_valueof): Check the result by printing variable 'value'.
13499
99fd02d9
YQ
135002015-12-01 Yao Qi <yao.qi@linaro.org>
13501
13502 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13503 for aarch64*-*-linux* target.
13504
f2faf941
PA
135052015-11-30 Pedro Alves <palves@redhat.com>
13506
13507 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13508
04bf20c5
PA
135092015-11-30 Pedro Alves <palves@redhat.com>
13510
13511 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13512 Handle non-stop mode vCont replies.
13513
09df4675
PA
135142015-11-30 Pedro Alves <palves@redhat.com>
13515
13516 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13517 prepare_for_testing. Start gdb with "set non-stop on" appended to
13518 GDBFLAGS. Lax expected stop output.
13519
58b584af
YQ
135202015-11-27 Yao Qi <yao.qi@linaro.org>
13521
13522 * gdb.arch/arm-neon.exp: New.
13523 * gdb.arch/arm-neon.c: New.
13524
dfcb77a8
YQ
135252015-11-27 Yao Qi <yao.qi@linaro.org>
13526
13527 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13528
88e8ec1b
YQ
135292015-11-27 Yao Qi <yao.qi@linaro.org>
13530
13531 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13532 frames-invalid annotation.
13533
bfde72c2
YQ
135342015-11-27 Yao Qi <yao.qi@linaro.org>
13535
13536 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13537
f6512a69
SM
135382015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13539
13540 * gdb.threads/names.exp: New file.
13541 * gdb.threads/names.c: New file.
13542 * README: Mention gdb,no_thread_names.
13543
46a3515b
MM
135442015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13545
13546 PR 19297
13547 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13548 support" error.
13549
62147a22
PA
135502015-11-24 Pedro Alves <palves@redhat.com>
13551
13552 PR 17539
13553 * gdb.base/display.exp: Expect displays to be sorted in ascending
13554 order. Use multi_line.
13555 * gdb.base/solib-display.exp: Likewise.
13556
2f341b6e
PA
135572015-11-24 Pedro Alves <palves@redhat.com>
13558
13559 PR 17539
25d49b86
PA
13560 * gdb.base/display.exp: Expect displays to be sorted in ascending
13561 order. Use multi_line.
13562 * gdb.base/solib-display.exp: Likewise.
2f341b6e 13563
7e0aa6aa
PA
135642015-11-24 Pedro Alves <palves@redhat.com>
13565
13566 PR 17539
13567 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13568 threads in ascending order.
13569 * gdb.base/foll-fork.exp: Likewise.
13570 * gdb.base/foll-vfork.exp: Likewise.
13571 * gdb.base/multi-forks.exp: Likewise.
13572 * gdb.mi/mi-nonstop.exp: Likewise.
13573 * gdb.mi/mi-nsintrall.exp: Likewise.
13574 * gdb.multi/base.exp: Likewise.
13575 * gdb.multi/multi-arch.exp: Likewise.
13576 * gdb.python/py-inferior.exp: Likewise.
13577 * gdb.threads/break-while-running.exp: Likewise.
13578 * gdb.threads/execl.exp: Likewise.
13579 * gdb.threads/gcore-thread.exp: Likewise.
13580 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13581 * gdb.threads/kill.exp: Likewise.
13582 * gdb.threads/linux-dp.exp: Likewise.
13583 * gdb.threads/multiple-step-overs.exp: Likewise.
13584 * gdb.threads/next-bp-other-thread.exp: Likewise.
13585 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13586 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13587 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13588 * gdb.threads/thread-find.exp: Likewise.
13589 * gdb.threads/tls.exp: Likewise.
13590 * lib/mi-support.exp (mi_reverse_list): Delete.
13591 (mi_check_thread_states): No longer reverse list.
13592
2cc57ad8
PA
135932015-11-24 Pedro Alves <palves@redhat.com>
13594
13595 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13596 use lowercase.
13597
c93e8391
SM
135982015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13599
13600 * gdb.trace/actions.c: Include trace-common.h.
13601 (main): Add a location for a fast tracepoint.
13602 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13603 the normal tracepoints.
13604 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13605
045ccf91
SM
136062015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13607
13608 * save-trace.exp: Factor out code to these...
13609 (gdb_save_tracepoints): New.
13610 (gdb_load_tracepoints): New.
13611 (do_save_load_test): New.
13612
5506f9f6
KB
136132015-11-23 Kevin Buettner <kevinb@redhat.com>
13614
13615 * gdb.base/asmlabel.exp: New test.
13616 * gdb.base/asmlabel.c: New test case.
13617
16c3b12f
JB
136182015-11-23 Joel Brobecker <brobecker@adacore.com>
13619
13620 * gdb.base/wrong_frame_bt_full-main.c: New file.
13621 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13622 * gdb.base/wrong_frame_bt_full.exp: New file.
13623
155bfbd3
JB
136242015-11-23 Joel Brobecker <brobecker@adacore.com>
13625
13626 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13627
bb097445
JM
136282015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13629
206853a0 13630 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
13631 pstate register when comparing registers values in
13632 sparc64-*-linux-gnu targets to avoid spurious differences.
13633
9c88ed8f
JM
136342015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13635
206853a0 13636 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 13637
96161e25
SL
136382015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13639
13640 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13641 as type argument to gdb_compile.
13642 * gdb.base/nested-subp2.exp: Likewise.
13643 * gdb.base/nested-subp3.exp: Likewise.
13644
340c2830
DV
136452015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13646
13647 * lib/dwarf.exp (_note): Fix left shift of negative value.
13648 * gdb.trace/trace-condition.exp: Likewise.
13649
c1862d0f
YQ
136502015-11-13 Yao Qi <yao.qi@linaro.org>
13651
13652 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13653 comments about d10v.
13654 (test_scalar_returns): Likewise.
13655 * gdb.base/d10v.ld: Remove.
13656 * gdb.base/overlays.exp: Remove the target triplet checking for
13657 d10v-*-*.
13658 * gdb.base/structs.exp (test_struct_returns): Remove the
13659 comments about d10v.
13660 (test_struct_calls): Likewise.
13661
77ae9c19
YQ
136622015-11-13 Yao Qi <yao.qi@linaro.org>
13663
13664 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13665 * gdb.base/gnu_vector.c: Don't include stdio.h.
13666 (main): Don't print res and call add_some_intvecs.
13667
430e004e
MK
136682015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13669
13670 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13671 macro.
13672 (func5): Removed.
13673 (func4): Use FAST_TRACEPOINT_LABEL.
13674 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13675 macro.
13676 (func): Removed.
13677 (thread_function): Use FAST_TRACEPOINT_LABEL.
13678 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13679 (func): Remove.
13680 (marker): Use FAST_TRACEPOINT_LABEL.
13681 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13682 (pendfunc1): Remove.
13683 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13684 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13685 (foo): Remove.
13686 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13687 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13688 macro.
13689 (func): Remove.
13690 (marker): Use FAST_TRACEPOINT_LABEL.
13691 * gdb.trace/trace-common.h: New header.
13692 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13693 macro.
13694 (func): Remove.
13695 (marker): Use FAST_TRACEPOINT_LABEL.
13696 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13697 (func): Remove.
13698 (thread_function): Use FAST_TRACEPOINT_LABEL.
13699
6e7675a7
MK
137002015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13701
13702 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13703 in front.
13704 * gdb.trace/change-loc.exp: Use global pcreg definition.
13705 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13706 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13707 in front.
13708 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13709 * gdb.trace/pending.exp: Likewise.
13710 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13711 * gdb.trace/trace-break.exp: Likewise.
13712 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13713 in front.
13714 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13715 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13716 in front.
13717 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13718
dddc0e16
JB
137192015-11-09 Joel Brobecker <brobecker@adacore.com>
13720
13721 * gdb.ada/fin_fun_out: New testcase.
13722
c6f0b406
KB
137232015-11-07 Kevin Buettner <kevinb@redhat.com>
13724
13725 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13726 value associated with DW_AT_byte_size.
13727 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13728 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13729 DW_AT_upper_bound.
13730
f01dcfd9
KB
137312015-11-07 Kevin Buettner <kevinb@redhat.com>
13732
13733 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13734 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13735 version.
13736 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13737 gdb.dwarf2/dw2-canonicalize-type.exp,
13738 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13739 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13740 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13741 provided by gdb_target_symbol_prefix_flags_asm.
13742 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13743 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13744 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13745 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13746 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13747 macros where needed). Use this macro for symbols which require
13748 the prefix provided by SYMBOL_PREFIX.
13749
2223449a
KB
137502015-11-05 Kevin Buettner <kevinb@redhat.com>
13751
13752 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13753 New procs.
13754 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13755 representing expressions, of more than one list element.
13756 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13757 to prepend linker symbol prefix to f.
13758 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13759 table_1 and table_2.
13760 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13761 Likewise, for f and g.
13762 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13763 for ptr.
13764 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13765 for main.
13766 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13767 table_1_ptr and table_2_ptr.
13768
6f2f1a3a
JK
137692015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13770 Joel Brobecker <brobecker@adacore.com>
13771
13772 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13773
566c56c9
MK
137742015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13775
13776 * gdb.reverse/s390-mvcle.c: New test.
13777 * gdb.reverse/s390-mvcle.exp: New file.
13778 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13779
d5f0636b
MK
137802015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13781
13782 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13783
7ad8b86c
MK
137842015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13785
13786 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13787 reaching marker2.
13788 * gdb.reverse/getresuid-reverse.exp: Likewise.
13789 * gdb.reverse/pipe-reverse.exp: Likewise.
13790 * gdb.reverse/readv-reverse.exp: Likewise.
13791 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13792 * gdb.reverse/time-reverse.exp: Likewise.
13793 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13794
4081c0f1
YQ
137952015-10-30 Yao Qi <yao.qi@linaro.org>
13796
13797 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13798 (empty_cycle): Remove.
13799 (main): Don't call empty_cycle. Don't use watch_count_done.
13800 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13801 empty_cycle. Rewrite the code counting HW watchpoints.
13802
452b4ba5
MK
138032015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13804
13805 * gdb.reverse/fstatat-reverse.c: New test.
13806 * gdb.reverse/fstatat-reverse.exp: New file.
13807 * gdb.reverse/getresuid-reverse.c: New test.
13808 * gdb.reverse/getresuid-reverse.exp: New file.
13809 * gdb.reverse/pipe-reverse.c: New test.
13810 * gdb.reverse/pipe-reverse.exp: New file.
13811 * gdb.reverse/readv-reverse.c: New test.
13812 * gdb.reverse/readv-reverse.exp: New file.
13813 * gdb.reverse/recvmsg-reverse.c: New test.
13814 * gdb.reverse/recvmsg-reverse.exp: New file.
13815 * gdb.reverse/time-reverse.c: New test.
13816 * gdb.reverse/time-reverse.exp: New file.
13817 * gdb.reverse/waitpid-reverse.c: New test.
13818 * gdb.reverse/waitpid-reverse.exp: New file.
13819
5e2e7507
JK
138202015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13821
13822 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13823
0fde2c53
DE
138242015-10-26 Doug Evans <dje@google.com>
13825
13826 PR symtab/17391
13827 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13828 * gdb.dwarf2/bad-regnum.c: New file.
13829 * gdb.dwarf2/bad-regnum.exp: New file.
13830
1a70ae97
DE
138312015-10-26 Doug Evans <dje@google.com>
13832
13833 PR python/18938
13834 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13835 file.
13836
27dc26ab
JK
138372015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13838
13839 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13840 for a change by "Mention language in compile error message".
13841
bed91f4d
SM
138422015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13843
13844 PR python/18073
13845 * gdb.python/py-type.c (C::a_method): New.
13846 (C::a_const_method): New.
13847 (C::a_static_method): New.
13848 (a_function): New.
13849 * gdb.python/py-type.exp (test_fields): Test getting fields
13850 from function and method.
13851
3f2f83dd
KB
138522015-10-21 Keven Boell <keven.boell@intel.com>
13853
13854 * gdb.fortran/vla-alloc-assoc.exp: New file.
13855 * gdb.fortran/vla-datatypes.exp: New file.
13856 * gdb.fortran/vla-datatypes.f90: New file.
13857 * gdb.fortran/vla-history.exp: New file.
13858 * gdb.fortran/vla-ptype-sub.exp: New file.
13859 * gdb.fortran/vla-ptype.exp: New file.
13860 * gdb.fortran/vla-sizeof.exp: New file.
13861 * gdb.fortran/vla-sub.f90: New file.
13862 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13863 * gdb.fortran/vla-value-sub-finish.exp: New file.
13864 * gdb.fortran/vla-value-sub.exp: New file.
13865 * gdb.fortran/vla-value.exp: New file.
13866 * gdb.fortran/vla-ptr-info.exp: New file.
13867 * gdb.mi/mi-vla-fortran.exp: New file.
13868 * gdb.mi/vla.f90: New file.
13869
27145d50
SL
138702015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13871
13872 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13873 of hardwired timeout value.
13874
5f3ff4f8
JK
138752015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13876 Pedro Alves <palves@redhat.com>
13877
13878 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13879 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13880
bfd09d20
JS
138812015-10-19 Josh Stone <jistone@redhat.com>
13882
13883 * gdb.base/catch-syscall.c: Include <sched.h>.
13884 (unknown_syscall): New variable.
13885 (main): Trigger a vfork and an unknown syscall.
13886 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13887 (unknown_syscall_number): Likewise.
13888 (check_call_to_syscall): Accept an optional syscall pattern.
13889 (check_return_from_syscall): Likewise.
13890 (check_continue): Likewise.
13891 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13892 (test_catch_syscall_skipping_return): New test toggling off 'catch
13893 syscall' to step over the syscall return, then toggling back on.
13894 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13895 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13896 (do_syscall_tests): Call test_catch_syscall_without_args and
13897 test_catch_syscall_mid_vfork.
13898 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13899 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13900
b32b93c6
AS
139012015-10-19 Andrew Stubbs <ams@codesourcery.com>
13902
13903 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13904 print g_vE): Add new pass patterns.
13905 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13906 print various symbol names for vptr fields.
13907
9d622bda
AB
139082015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13909
13910 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13911 results.
13912
0fd8ac1c
YQ
139132015-10-12 Yao Qi <yao.qi@linaro.org>
13914
13915 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13916
34240514
YQ
139172015-10-12 Yao Qi <yao.qi@linaro.org>
13918
13919 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13920 is aarch64*-*-linux*.
13921
8240f442
YQ
139222015-10-12 Yao Qi <yao.qi@linaro.org>
13923
13924 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13925 (can_relocate_bcond_true): ... it.
13926 (can_relocate_bcond_false): New function.
13927 (foo): Likewise.
13928 (can_relocate_bl): Likewise.
13929 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13930 can_relocate_bl.
13931
2520f728
PMR
139322015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13933
13934 * gdb.base/nested-addr.c: New file.
13935 * gdb.base/nested-addr.exp: New testcase.
13936
abcef95a
MM
139372015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13938
13939 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13940 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13941 its output. Ignore the output of "record goto begin" and instead
13942 check that GDB is replaying.
13943
145e3ddb
PA
139442015-10-09 Pedro Alves <palves@redhat.com>
13945
13946 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13947 (top level): Use it in the run with no args test.
13948
d5d8c4e1
IB
139492015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13950
13951 * gdb.dlang/properties.exp: New file.
13952
06e635ef
SL
139532015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13954
13955 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13956 whether or not address 0x1000 is mapped on the target.
13957
e019fd1d
SM
139582015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13959
13960 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13961 build.
13962
77ba2a67
MM
139632015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13964
13965 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13966 instruction-history test.
13967
c60eb31f
DE
139682015-09-28 Doug Evans <dje@google.com>
13969
13970 * gdb.base/gcore.c (array_func): Add reference to static_array.
13971
9a3c8263
SM
139722015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13973
13974 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13975 source line.
13976
9720e656
SL
139772015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13978
13979 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13980 short or char as base type.
13981
938d3bf2
SL
139822015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13983
13984 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13985 to allow any size enum.
13986
e6c2c623
PMR
139872015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13988
13989 * gdb.ada/array_ptr_renaming.exp: New testcase.
13990 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13991 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13992
06da0f77
PL
139932015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13994
13995 * gdb.trace/ftrace-lock.c: New file.
13996 * gdb.trace/ftrace-lock.exp: New file.
13997
4f51c22a
PL
139982015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13999
14000 * gdb.arch/insn-reloc.c: New file.
14001 * gdb.arch/ftrace-insn-reloc.exp: New file.
14002
7041adf4
PL
140032015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14004
14005 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14006 instruction.
14007 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14008 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14009 * gdb.trace/range-stepping.c: Likewise.
14010 * gdb.trace/trace-break.c: Likewise.
14011 * gdb.trace/trace-mt.c (thread_function): Likewise.
14012 * gdb.trace/ftrace.c (marker): Likewise.
14013 * gdb.trace/trace-condition.c (marker): Likewise.
14014 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14015 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14016 is_aarch64_target.
14017
015d2e7e
DE
140182015-09-18 Doug Evans <xdje42@gmail.com>
14019
14020 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14021 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14022
26b188a2
SL
140232015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14024
14025 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14026 the breakpoint.
14027
79dc332b
SL
140282015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14029
14030 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14031 the pending breakpoint. Remove timeout override for "Run till
14032 MI pending breakpoint on pendfunc3 on thread 2" test.
14033
f57929f2
SL
140342015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14035
14036 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14037 filename pattern.
14038
3f469b17
SL
140392015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14040
14041 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14042 in breakpoint filename pattern.
14043
515b89b3
SL
140442015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14045
7800dbe4
SL
14046 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14047
140482015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14049
515b89b3
SL
14050 * gdb.linespec/explicit.exp: Check for readline support for
14051 tab-completion tests. Fix obvious typo.
14052
d2939ba2
MM
140532015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14054
14055 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14056 and replay.
14057
cbb55fa7
MM
140582015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14059
14060 * gdb.btrace/non-stop.c: New.
14061 * gdb.btrace/non-stop.exp: New.
14062
43691ca1
PL
140632015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14064 Yao Qi <yao.qi@linaro.org>
14065
14066 * gdb.trace/trace-condition.c: New file.
14067 * gdb.trace/trace-condition.exp: New file.
14068
d78908cf
WW
140692015-09-16 Wei-cheng Wang <cole945@gmail.com>
14070
14071 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14072 for testing bytecode compilation.
14073
1ed415e2
PA
140742015-09-16 Pedro Alves <palves@redhat.com>
14075 Sandra Loosemore <sandra@codesourcery.com>
14076
14077 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14078 (SECONDS): Redefine.
14079 (main): Call pthread_kill and alarm early.
14080 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14081 support.
14082 (test): If the target can't hardware step and doesn't support
14083 displaced stepping, increase the timeout.
14084
d136eff5
PA
140852015-09-16 Pedro Alves <palves@redhat.com>
14086
14087 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14088 (enable_debug): New procedures.
14089 (test): Use them. Bail out if waiting for threads fails.
14090 (top level): Bail out if a test fails.
14091
991f019c
YQ
140922015-09-16 Yao Qi <yao.qi@linaro.org>
14093
14094 * gdb.asm/asm-source.exp: Set asm-arch for
14095 aarch64*-*-* target.
14096 * gdb.asm/aarch64.inc: New file.
14097
bfca584f
PMR
140982015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14099
14100 * gdb.ada/array_of_variable_length.exp: New testcase.
14101 * gdb.ada/array_of_variable_length/foo.adb: New file.
14102 * gdb.ada/array_of_variable_length/pck.adb: New file.
14103 * gdb.ada/array_of_variable_length/pck.ads: New file.
14104
b326e587
DE
141052015-09-15 Doug Evans <dje@google.com>
14106
14107 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14108 of function static local variable.
14109
5382cfab
PW
141102015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14111
14112 * gdb.threads/tls-so_extern.exp: New test file.
14113 * gdb.threads/tls-so_extern.c: New test file.
14114 * gdb.threads/tls-so_extern_main.c: New test file.
14115
141c5cc4
JK
141162015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14117
14118 * gdb.opt/solib-intra-step-lib.c: New file.
14119 * gdb.opt/solib-intra-step-main.c: New file.
14120 * gdb.opt/solib-intra-step.exp: New file.
14121
d15dcecd
PA
141222015-09-15 Pedro Alves <palves@redhat.com>
14123
14124 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14125 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14126
4c2f2a79
PA
141272015-09-14 Pedro Alves <palves@redhat.com>
14128
14129 * gdb.base/hook-stop-continue.c: Delete.
14130 * gdb.base/hook-stop-continue.exp: Delete.
14131 * gdb.base/hook-stop-frame.c: Delete.
14132 * gdb.base/hook-stop-frame.exp: Delete.
14133 * gdb.base/hook-stop.c: New file.
14134 * gdb.base/hook-stop.exp: New file.
14135
919e6dbe
PMR
141362015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14137
14138 * gdb.ada/access_to_packed_array.exp: New testcase.
14139 * gdb.ada/access_to_packed_array/foo.adb: New file.
14140 * gdb.ada/access_to_packed_array/pack.adb: New file.
14141 * gdb.ada/access_to_packed_array/pack.ads: New file.
14142
157280a4
MM
141432015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14144
14145 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14146 buffer size test.
14147
2fd33e94
DB
141482015-09-11 Don Breazeal <donb@codesourcery.com>
14149
14150 * gdb.base/foll-exec.c: Add copyright header. Fix
14151 formatting issues.
14152 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14153 (do_exec_tests): Use clean_restart in place of zap_session,
14154 and for test initialization. Fix formatting issues. Use
14155 fail in place of perror.
14156 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14157 an expect statement to match an expression with output from
14158 the program under debug.
14159 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14160 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14161 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14162 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14163 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14164
e70b6e8e
DE
141652015-09-09 Doug Evans <dje@google.com>
14166
14167 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14168
7a551a51
DE
141692015-09-09 Doug Evans <dje@google.com>
14170
14171 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14172
4c666f84
DE
141732015-09-09 Doug Evans <dje@google.com>
14174
14175 * gdb.base/savedregs.exp: Fix typo.
14176
243a9253
PA
141772015-09-09 Pedro Alves <palves@redhat.com>
14178
14179 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14180
c0fa8fbd
SL
141812015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14182
14183 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14184 command actually switches threads. Give up on remaining
14185 tests if target fails to stop at breakpoint.
14186
cd7c1778
PMR
141872015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14188
14189 * gdb.ada/funcall_char.exp: New testcase.
14190 * gdb.ada/funcall_char/foo.adb: New file.
14191
dc5c8746
PMR
141922015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14193
14194 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14195 expected outputs. Add two testcases for completing ambiguous
14196 functions.
14197 * gdb.ada/complete/aux_pck.adb: New file.
14198 * gdb.ada/complete/aux_pck.ads: New file.
14199 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14200 Ambiguous_Func functions.
14201 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14202 * gdb.ada/complete/pck.adb: Likewise.
14203
4e83a1e7
UW
142042015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14205
14206 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14207 failures to run the test program under GDB.
14208
8ce74153
LM
142092015-08-26 Luis Machado <lgustavo@codesourcery.com>
14210
14211 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14212 to C.
14213
e9756d52
PP
142142015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14215
14216 * gdb.base/run-after-attach.exp: New test file.
14217 * gdb.base/run-after-attach.c: New test file.
14218
8d37573b
DB
142192015-08-26 Don Breazeal <donb@codesourcery.com>
14220
14221 * gdb.base/foll-exec-2.c: New test program.
14222 * gdb.base/foll-exec-2.exp: New test.
14223
63e43d3a
PMR
142242015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14225
14226 * gdb.base/nested-subp1.exp: New file.
14227 * gdb.base/nested-subp1.c: New file.
14228 * gdb.base/nested-subp2.exp: New file.
14229 * gdb.base/nested-subp2.c: New file.
14230 * gdb.base/nested-subp3.exp: New file.
14231 * gdb.base/nested-subp3.c: New file.
14232
3d40fbb5
PA
142332015-08-24 Pedro Alves <palves@redhat.com>
14234
14235 * gdb.server/connect-without-multi-process.c: New file.
14236 * gdb.server/connect-without-multi-process.exp: New file.
14237
4422ac93
LM
142382015-08-24 Luis Machado <lgustavo@codesourcery.com>
14239
14240 * gdb.opt/inline-markers.c: Make z int.
14241
91dddb86
LM
142422015-08-24 Luis Machado <lgustavo@codesourcery.com>
14243
14244 * gdb.opt/inline-markers.c: Make z volatile.
14245
a48847ee
LM
142462015-08-24 Luis Machado <lgustavo@codesourcery.com>
14247
14248 * gdb.opt/inline-bt.c: New volatile global z.
14249 * gdb.opt/inline-cmds.c: Likewise.
14250 * gdb.opt/inline-locals.c: Likewise.
14251 * gdb.opt/inline-markers.c: New extern global z.
14252 (marker): Use z.
14253 (inline_fn): Likewise.
14254
0ebbc52b
PA
142552015-08-24 Pedro Alves <palves@redhat.com>
14256
14257 * config/m32r-stub.exp: Remove file.
14258 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14259 * gdb.base/call-rt-st.exp: Likewise.
14260 * gdb.base/call-strs.exp: Likewise.
14261 * gdb.base/default.exp: Remove references to h8300-*-hms and
14262 *-*-udi*.
14263 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14264
77c365df
AA
142652015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14266
14267 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14268 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14269 and "return" use KFAIL when GDB can not read/write the vector
14270 return value.
14271
4313b8c0
GB
142722015-08-21 Gary Benson <gbenson@redhat.com>
14273
14274 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14275
0e433b32
PA
142762015-08-20 Pedro Alves <palves@redhat.com>
14277
14278 * gdb.server/solib-list.exp: No longer expect an interior stop in
14279 non-stop mode.
14280
221e1a37
PA
142812015-08-20 Pedro Alves <palves@redhat.com>
14282
14283 * gdb.server/connect-stopped-target.c: New file.
14284 * gdb.server/connect-stopped-target.exp: New file.
14285
40e3ad0e
PA
142862015-08-20 Pedro Alves <palves@redhat.com>
14287
14288 * gdb.dwarf2/comp-unit-lang.exp: New file.
14289 * gdb.dwarf2/comp-unit-lang.c: New file.
14290
af39b327
PMR
142912015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14292
14293 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14294 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14295
7d45c7c3 142962015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 14297
7d45c7c3
KB
14298 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14299 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14300
4d6cceb4
DE
143012015-08-18 Doug Evans <dje@google.com>
14302 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14303
14304 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14305 skip_python_tests. New arg prompt_regexp.
14306 (skip_python_tests): New function.
14307 * lib/mi-support.exp (mi_skip_python_tests): New function.
14308 * gdb.python/py-mi-objfile-gdb.py: New file.
14309 * gdb.python/py-mi-objfile.c: New file.
14310 * gdb.python/py-mi-objfile.exp: New file.
14311
ad89c2aa
KS
143122015-08-17 Keith Seitz <keiths@redhat.com>
14313
14314 * gdb.linespec/explicit.exp: Move strace test from here ...
14315 * gdb.trace/strace.exp: ... to here.
14316
e3ae3c43
PP
143172015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14318
14319 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14320 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14321
604b2636
DE
143222015-08-14 Doug Evans <xdje42@gmail.com>
14323
14324 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14325 inferior before selecting a new file.
14326
6ff0ba5f
DE
143272015-08-14 Doug Evans <xdje42@gmail.com>
14328
14329 * gdb.mi/mi-disassemble.exp: Update.
14330 * gdb.base/disasm-optim.S: New file.
14331 * gdb.base/disasm-optim.c: New file.
14332 * gdb.base/disasm-optim.h: New file.
14333 * gdb.base/disasm-optim.exp: New file.
14334
9ca98f92
KS
143352015-08-14 Keith Seitz <keiths@redhat.com>
14336
14337 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14338 "evaluated-by".
14339
52bbc560
JB
143402015-08-13 Joel Brobecker <brobecker@adacore.com>
14341
14342 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14343
5d8c3ed3
PMR
143442015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14345
14346 * gdb.ada/fun_renaming.exp: New testcase.
14347 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14348 * gdb.ada/fun_renaming/pack.adb: New file.
14349 * gdb.ada/fun_renaming/pack.ads: New file.
14350
ea8812bc
KS
143512015-08-12 Keith Seitz <keiths@redhat.com>
14352
14353 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14354 gdb_get_line_number.
14355
4dafcdeb
JB
143562015-08-12 Joel Brobecker <brobecker@adacore.com>
14357
14358 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14359 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14360 gdb.base/dso2dso.exp: New files.
14361
5ba32597
SDJ
143622015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14363 Pedro Alves <palves@redhat.com>
14364 Keith Seitz <keiths@redhat.com>
14365
14366 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14367 GDBFLAGS.
14368
b6dafabf
PP
143692015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14370
14371 * gdb.base/gdbhistsize-history.exp
14372 (test_histsize_history_setting): Use save_vars.
14373 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14374 Use save_vars.
14375 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14376 * gdb.base/readline.exp: Use save_vars.
14377
abe8e607
PP
143782015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14379
14380 * lib/gdb.exp (save_vars): New proc.
14381
629500fa
KS
143822015-08-11 Keith Seitz <keiths@redhat.com>
14383
14384 * gdb.base/help.exp: Update help_breakpoint_text.
14385
eb8c4e2e
KS
143862015-08-11 Keith Seitz <keiths@redhat.com>
14387
14388 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14389 (at toplevel): Call test_explicit_breakpoints.
14390 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14391 breakpoints.
14392 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14393 breakpoint conditions, "-cond".
14394
87f0e720
KS
143952015-08-11 Keith Seitz <keiths@redhat.com>
14396
14397 * gdb.linespec/3explicit.c: New file.
14398 * gdb.linespec/cpexplicit.cc: New file.
14399 * gdb.linespec/cpexplicit.exp: New file.
14400 * gdb.linespec/explicit.c: New file.
14401 * gdb.linespec/explicit.exp: New file.
14402 * gdb.linespec/explicit2.c: New file.
14403 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14404 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14405 before using in the matching pattern.
14406 Clarify that `prefix' is a regular expression.
14407
f00aae0f
KS
144082015-08-11 Keith Seitz <keiths@redhat.com>
14409
14410 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14411 test.
14412 Add tests for missing ",FMT" and ",".
14413
e27852be
DE
144142015-08-10 Doug Evans <dje@google.com>
14415 Keith Seitz <keiths@redhat.com>
14416
14417 PR gdb/17960
14418 * gdb.base/completion.exp: Add location completer tests.
14419
7f03bd92
PA
144202015-08-07 Pedro Alves <palves@redhat.com>
14421
14422 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14423 tests here.
14424 (top level): Run do_test with and without displaced stepping.
14425
3fc8eb30
PA
144262015-08-07 Pedro Alves <palves@redhat.com>
14427
14428 * gdb.base/valgrind-disp-step.c: New file.
14429 * gdb.base/valgrind-disp-step.exp: New file.
14430
d4569d7b
PA
144312015-08-07 Pedro Alves <palves@redhat.com>
14432
14433 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14434 Delete function.
14435 (main): Add alarm. Run an infinite loop instead of calling
14436 wait_threads.
14437 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14438 comment.
14439 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14440 Delete function.
14441 (main): Add alarm. Run an infinite loop instead of calling
14442 wait_threads.
14443 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14444 comment.
14445
e1316e60
PA
144462015-08-07 Pedro Alves <palves@redhat.com>
14447
14448 * gdb.base/checkpoint-ns.exp: New file.
14449 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14450 standard_testfile.
14451
da8c46d2
MM
144522015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14453
14454 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14455 * gdb.btrace/instruction_history.exp: Update.
14456 * gdb.btrace/tsx.exp: New.
14457 * gdb.btrace/tsx.c: New.
14458
de1c2c52
PA
144592015-08-06 Pedro Alves <palves@redhat.com>
14460
14461 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14462 increase timeout.
14463 * gdb.reverse/until-precsave.exp: Bump timeouts.
14464
782e0bf4
PA
144652015-08-06 Pedro Alves <palves@redhat.com>
14466
14467 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14468
83e97ed0
PA
144692015-08-06 Pedro Alves <palves@redhat.com>
14470
14471 PR gdb/18749
14472 * gdb.threads/process-dies-while-handling-bp.c: New file.
14473 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14474
863d01bd
PA
144752015-08-06 Pedro Alves <palves@redhat.com>
14476
14477 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14478 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14479
0a39bb32
PA
144802015-08-05 Pedro Alves <palves@redhat.com>
14481
14482 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14483 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14484
ee2d2b10
SL
144852015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14486
14487 * gdb.base/bp-permanent.exp: Report test as unsupported if
14488 the target cannot stop at the permanent breakpoint.
14489
4e1bdb00
DE
144902015-08-03 Doug Evans <dje@google.com>
14491
14492 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14493 10000.
14494
3d338901
DE
144952015-08-03 Doug Evans <dje@google.com>
14496
14497 * Makefile.in (workers/%.worker, build-perf): New rule.
14498 (GDB_PERFTEST_MODE): New variable.
14499 (check-perf): Use it.
14500 (clean): Clean up gdb.perf parallel build subdirs.
14501 * lib/build-piece.exp: New file.
14502 * lib/gdb.exp (make_gdb_parallel_path): New function
14503 (standard_output_file, standard_temp_file): Call it.
14504 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14505 of $GDB_PARALLEL.
14506 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14507
af061d3e
DE
145082015-08-03 Doug Evans <dje@google.com>
14509
8e1afc81 14510 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
14511 (LOG_FILE_NAME): New global.
14512 (TextReporter.__init__): Initialize self.txt_sum.
14513 (TextReporter.report): Add support for multiple data-points.
14514 Move report to perftest.sum, put raw data in perftest.log.
14515 (TextReporter.start): Open sum and log files.
14516 (TextReporter.end): Close sum and log files.
8e1afc81
DE
14517 * gdb.perf/lib/perftest/testresult.py
14518 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 14519
2c8c5d37
PA
145202015-07-31 Pedro Alves <palves@redhat.com>
14521
14522 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14523 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14524 kill_wait_spawned_process instead of explicit "kill -9".
14525 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14526 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14527 kill_wait_spawned_process.
14528 * gdb.base/attach-twice.exp: Likewise.
14529 * gdb.base/attach.exp: Likewise.
14530 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14531 gdb_test_multiple.
14532 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14533 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14534 kill_wait_spawned_process.
14535 * gdb.base/valgrind-infcall.exp: Likewise.
14536 * gdb.multi/multi-attach.exp: Likewise.
14537 * gdb.python/py-prompt.exp: Likewise.
14538 * gdb.python/py-sync-interp.exp: Likewise.
14539 * gdb.server/ext-attach.exp: Likewise.
14540 * gdb.threads/attach-into-signal.exp (corefunc): Use
14541 spawn_wait_for_attach, spawn_id_get_pid and
14542 kill_wait_spawned_process.
14543 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14544 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14545 spawn_id_get_pid and kill_wait_spawned_process.
14546 * gdb.threads/attach-stopped.exp (corefunc): Use
14547 spawn_wait_for_attach, spawn_id_get_pid and
14548 kill_wait_spawned_process.
14549 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14550 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14551 kill_wait_spawned_process instead of explicit "kill -9".
14552 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14553 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14554 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14555 processes. Don't map cygwin/windows pids here. Now returns a
14556 spawn id list.
14557
032a0fca
SL
145582015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14559
14560 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14561 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14562 correct patch.
14563
61a934ca
SL
145642015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14565
14566 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14567
4bc4d428
SL
145682015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14569
14570 Reapply:
14571 2014-05-21 Mark Wielaard <mjw@redhat.com>
14572
14573 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14574
998d452a
PA
145752015-07-30 Pedro Alves <palves@redhat.com>
14576
14577 * linux-low.c (handle_extended_wait): Set the child's last
14578 reported status to TARGET_WAITKIND_STOPPED.
14579
69dde7dc
PA
145802015-07-30 Pedro Alves <palves@redhat.com>
14581
14582 PR threads/18600
14583 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14584 only shows inferior 1.
14585
4dd63d48
PA
145862015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14587 Pedro Alves <palves@redhat.com>
14588
14589 PR threads/18600
14590 * gdb.threads/fork-plus-threads.c: New file.
14591 * gdb.threads/fork-plus-threads.exp: New file.
14592
d618e4c5
PP
145932015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14594
14595 * gdb.base/batch-preserve-term-settings.exp
14596 (test_terminal_settings_preserved_after_cli_exit): Use
14597 send_quit_command.
14598
1eef6428
PA
145992015-07-29 Pedro Alves <palves@redhat.com>
14600 Don Breazeal <donb@codesourcery.com>
14601
14602 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14603 output from both inferior_spawn_id and gdb_spawn_id.
14604
7da5b897
SDJ
146052015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14606
14607 * gdb.threads/attach-into-signal.exp (corefunc): Use
14608 with_test_prefix on nested loops, uniquefying the test messages.
14609
dac804df
SDJ
146102015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14611
14612 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14613 commit.
14614
06265e53
PP
146152015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14616
14617 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14618 New proc.
14619 (test_terminal_settings_preserved_after_sigterm): New test.
14620
18206ca3
PP
146212015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14622
14623 * gdb.base/batch-preserve-term-settings.exp
14624 (test_terminal_settings_preserved_after_cli_exit): New test.
14625
90074d11
PP
146262015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14627
14628 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14629 manipulation of saved_gdbflags.
14630 (test_terminal_settings_preserved): Remove global declaration of
14631 the unused variable pagination_prompt. Remove manipulation of
14632 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14633 GDBFLAGS.
14634
eb1a7902
PA
146352015-07-29 Pedro Alves <palves@redhat.com>
14636
14637 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14638
8b75dd3b
PA
146392015-07-29 Pedro Alves <palves@redhat.com>
14640
14641 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14642 at the top.
14643
dedad4e3
PA
146442015-07-29 Pedro Alves <palves@redhat.com>
14645
14646 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14647 (main): Call gdb_unbuffer_output.
14648 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14649 (main): Call gdb_unbuffer_output.
14650 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14651 (main): Call gdb_unbuffer_output.
14652 * gdb.base/call-strs.exp: Adjust to step over the
14653 gdb_unbuffer_output call.
14654 * gdb.base/catch-gdb-caused-signals.c: Include
14655 "../lib/unbuffer_output.c".
14656 (main): Call gdb_unbuffer_output.
14657 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14658 (main): Call gdb_unbuffer_output.
14659 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14660 (main): Call gdb_unbuffer_output.
14661 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14662 (main): Call gdb_unbuffer_output.
14663 * gdb.base/shlib-call.exp: Adjust to step over the
14664 gdb_unbuffer_output call.
14665 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14666 (main): Call gdb_unbuffer_output.
14667 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14668 (main): Call gdb_unbuffer_output.
14669 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14670 (main): Rename to ...
14671 (test): ... this.
14672 (main): Reimplement.
14673 * gdb.base/varargs.exp: Run to test instead of to main.
14674 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14675 (main): Call gdb_unbuffer_output.
14676
58789a91
PA
146772015-07-29 Pedro Alves <palves@redhat.com>
14678
14679 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14680 factore out from mi_continue_dprintf. For call-style dprintfs,
14681 expect dprintf output out of $inferior_spawn_id.
14682 (mi_continue_dprintf): Use mi_expect_dprintf.
14683 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14684 (main): Call gdb_unbuffer_output.
14685
e8376742
PA
146862015-07-29 Pedro Alves <palves@redhat.com>
14687
14688 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14689 (default_mi_gdb_start): Set inferior_spawn_id instead of
14690 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14691 gdb_spawn_id.
14692 (mi_gdb_test): Always expect inferior output from both
14693 $inferior_spawn_id and $gdb_spawn_id.
14694
08280010
PA
146952015-07-29 Pedro Alves <palves@redhat.com>
14696
14697 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14698 send_inferior and $inferior_spawn_id.
14699
4d30e432
PA
147002015-07-29 Pedro Alves <palves@redhat.com>
14701
14702 * gdb.gdb/complaints.exp (test_initial_complaints)
14703 (test_serial_complaints, test_short_complaints): Use
14704 gdb_test_stdio.
14705 (test_empty_complaint): Handle $inferior_spawn_id !=
14706 $gdb_spawn_id.
14707
0d30a335
PA
147082015-07-29 Pedro Alves <palves@redhat.com>
14709
14710 * gdb.base/varargs.exp: Use gdb_test_stdio.
14711
39413b29
PA
147122015-07-29 Pedro Alves <palves@redhat.com>
14713
14714 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14715
7cb000a9
PA
147162015-07-29 Pedro Alves <palves@redhat.com>
14717
14718 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14719
d7b8ac82
PA
147202015-07-29 Pedro Alves <palves@redhat.com>
14721
14722 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14723 parameter into two new parameters, "inf_result" and "gdb_result".
14724 Expect inferior output and gdb output from $inferior_spawn_id and
14725 $gdb_spawn_id, respectively. Adjust all callers.
14726
789c3a0c
PA
147272015-07-29 Pedro Alves <palves@redhat.com>
14728
14729 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14730 of gdb_test_sequence.
14731
77e760c3
PA
147322015-07-29 Pedro Alves <palves@redhat.com>
14733
14734 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14735 (saw_spurious_output): Expect inferior output from
14736 $inferior_spawn_id. Use gdb_test_stdio.
14737
8396d2cd
PA
147382015-07-29 Pedro Alves <palves@redhat.com>
14739
14740 * gdb.base/dprintf.exp: Use standard_testfile. Change
14741 prepare_for_testing call.
14742 (srcfile): Don't set.
14743 (restart): New procedure.
14744 (test_dprintf): New procecure, use to continue over dprintfs.
14745 (test_call, test_agent): New procedures, tests moved here.
14746 Restart gdb and recreate dprintfs. Adjust expected output.
14747
2051d61f
PA
147482015-07-29 Pedro Alves <palves@redhat.com>
14749
14750 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14751
452397af
PA
147522015-07-29 Pedro Alves <palves@redhat.com>
14753
14754 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14755
8aed9555
PA
147562015-07-29 Pedro Alves <palves@redhat.com>
14757
14758 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14759 gdb_test_stdio.
14760
188a61b4
PA
147612015-07-29 Pedro Alves <palves@redhat.com>
14762
14763 * lib/gdb.exp (gdb_test_stdio): New procedure.
14764
12264a45
PA
147652015-07-29 Pedro Alves <palves@redhat.com>
14766
14767 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14768
23ffc893
PA
147692015-07-29 Pedro Alves <palves@redhat.com>
14770
14771 * gdb.base/call-signal-resume.exp: Remove check for
14772 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14773 * gdb.base/unwindonsignal.exp: Likewise.
14774 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14775 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14776
65566918
PA
147772015-07-29 Pedro Alves <palves@redhat.com>
14778
14779 * gdb.base/siginfo-addr.c (pass): New function.
14780 (handler): Call it iff si_addr is correct.
14781 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14782 Set a breakpoint at "pass" and continue to it.
14783
d60a9221
SDJ
147842015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14785
14786 * gdb.python/py-objfile.exp: Make some tests have unique names.
14787 * gdb.python/py-pp-registration.exp: Likewise.
14788
bde40b8f
PA
147892015-07-28 Pedro Alves <palves@redhat.com>
14790
14791 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14792
13e1dec8
SM
147932015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14794
14795 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14796
da33c9a7
SM
147972015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14798
14799 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14800
077836f7
PP
148012015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14802
14803 * gdb.base/gdb-sigterm-2.exp: New test.
14804
b8cc7b2e
DE
148052015-07-25 Doug Evans <xdje42@gmail.com>
14806
14807 Revert:
14808 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14809 (workers/%.worker, build-perf): New rule.
14810 (GDB_PERFTEST_MODE): New variable.
14811 (check-perf): Use it.
14812 (clean): Clean up gdb.perf parallel build subdirs.
14813 * lib/build-piece.exp: New file.
14814 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14815 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14816 name.
14817 (standard_temp_file): Ditto.
14818 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14819 of $GDB_PARALLEL.
14820
c8bd4544
DE
148212015-07-24 Doug Evans <dje@google.com>
14822
14823 * gdb.perf/lib/perftest/utils.py: New file.
14824 * gdb.perf/gm-hello.cc: New file.
14825 * gdb.perf/gm-pervasive-typedef.cc: New file.
14826 * gdb.perf/gm-pervasive-typedef.h: New file.
14827 * gdb.perf/gm-std.cc: New file.
14828 * gdb.perf/gm-std.h: New file.
14829 * gdb.perf/gm-use-cerr.cc: New file.
14830 * gdb.perf/gm-utils.h: New file.
14831 * gdb.perf/gmonster-null-lookup.py: New file.
14832 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14833 * gdb.perf/gmonster-print-cerr.py: New file.
14834 * gdb.perf/gmonster-ptype-string.py: New file.
14835 * gdb.perf/gmonster-runto-main.py: New file.
14836 * gdb.perf/gmonster-select-file.py: New file.
14837 * gdb.perf/gmonster1-null-lookup.exp: New file.
14838 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14839 * gdb.perf/gmonster1-print-cerr.exp: New file.
14840 * gdb.perf/gmonster1-ptype-string.exp: New file.
14841 * gdb.perf/gmonster1-runto-main.exp: New file.
14842 * gdb.perf/gmonster1-select-file.exp: New file.
14843 * gdb.perf/gmonster1.cc: New file.
14844 * gdb.perf/gmonster1.exp: New file.
14845 * gdb.perf/gmonster2-null-lookup.exp: New file.
14846 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14847 * gdb.perf/gmonster2-print-cerr.exp: New file.
14848 * gdb.perf/gmonster2-ptype-string.exp: New file.
14849 * gdb.perf/gmonster2-runto-main.exp: New file.
14850 * gdb.perf/gmonster2-select-file.exp: New file.
14851 * gdb.perf/gmonster2.cc: New file.
14852 * gdb.perf/gmonster2.exp: New file.
14853
6eab34f3
DE
148542015-07-24 Doug Evans <dje@google.com>
14855
14856 * gdb.perf/README: New file.
14857 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14858 * lib/gen-perf-test.exp: New file.
14859
63738bfd
DE
148602015-07-24 Doug Evans <dje@google.com>
14861
14862 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14863 (PerfTest::startup): New function.
14864 (PerfTest::run): Return result of calling body.
14865 (PerfTest::assemble): Rewrite.
14866 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14867 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14868 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14869 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14870 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14871
7b606f95
DE
148722015-07-24 Doug Evans <dje@google.com>
14873
14874 * lib/gdb.exp (clean_restart): Make executable optional.
14875
a97b16b8
DE
148762015-07-24 Doug Evans <dje@google.com>
14877
14878 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14879 compiler_info references.
14880 * gdb.cp/temargs.exp: Ditto.
14881 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14882 (get_compiler_info): Early exit if already computed. Set compiler_info
14883 to "unknown" if there was a problem.
14884 (test_compiler_info): Add function comment. Call get_compiler_info.
14885
35baa57f
DE
148862015-07-24 Doug Evans <dje@google.com>
14887
14888 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14889 (workers/%.worker, build-perf): New rule.
14890 (GDB_PERFTEST_MODE): New variable.
14891 (check-perf): Use it.
14892 (clean): Clean up gdb.perf parallel build subdirs.
14893 * lib/build-piece.exp: New file.
14894 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14895 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14896 name.
14897 (standard_temp_file): Ditto.
14898 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14899 of $GDB_PARALLEL.
14900
6ebea266
DE
149012015-07-24 Doug Evans <dje@google.com>
14902
14903 * lib/future.exp (gdb_default_target_compile): New option
14904 "early_flags".
14905 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14906 --as-needed.
14907
1e76a7e9
SDJ
149082015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14909
14910 * gdb.base/catch-syscall.exp: Call gdb_exit before
14911 gdb_skip_xml_test.
14912
5068630a
PA
149132015-07-24 Pedro Alves <palves@redhat.com>
14914
14915 * gdb.python/py-events.exp: Accept output between the stop event
14916 and the prompt.
14917 * gdb.python/py-evsignal.exp: Likewise.
14918 * gdb.python/py-evthreads.exp: Likewise.
14919
77598427
PA
149202015-07-24 Pedro Alves <palves@redhat.com>
14921
14922 PR gdb/18717
14923 * gdb.threads/non-ldr-exit.c: New file.
14924 * gdb.threads/non-ldr-exit.exp: New file.
14925
11e6c98f
YQ
149262015-07-24 Yao Qi <yao.qi@linaro.org>
14927
14928 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14929 restarting process.
14930
51aee833
YQ
149312015-07-24 Yao Qi <yao.qi@linaro.org>
14932
14933 * gdb.server/ext-restart.exp: New file.
14934
8cfe207c
YQ
149352015-07-24 Yao Qi <yao.qi@linaro.org>
14936
14937 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14938 argument options.
14939 * gdb.server/ext-wrapper.exp: New file.
14940
cc12ce38
DE
149412015-07-23 Doug Evans <dje@google.com>
14942
14943 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14944 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14945
d0d84780
PMR
149462015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14947
14948 * gdb.ada/var_arr_typedef.exp: New testcase.
14949 * gdb.ada/var_arr_typedef/pack.adb: New file.
14950 * gdb.ada/var_arr_typedef/pack.ads: New file.
14951 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14952
8b558f79
JB
149532015-07-20 Joel Brobecker <brobecker@adacore.com>
14954
14955 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14956
775a3298
JK
149572015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14958
14959 * gdb.arch/i386-biarch-core.exp: Replace istarget
14960 by "complete set gnutarget". Remove expectation for the "core-file"
14961 command.
14962
db1ff28b
JK
149632015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14964
14965 Revert the previous commit:
14966 Tests for validate symbol file using build-id.
14967
0a94970d
JK
149682015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14969
14970 Tests for validate symbol file using build-id.
14971 * gdb.base/solib-mismatch-lib.c: New file.
14972 * gdb.base/solib-mismatch-libmod.c: New file.
14973 * gdb.base/solib-mismatch.c: New file.
14974 * gdb.base/solib-mismatch.exp: New file.
14975
03346981
SL
149762015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14977
14978 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14979 nios2-*-linux*.
14980 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14981 * gdb.base/siginfo.exp: Likewise.
14982 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14983
42422cc7
PL
149842015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14985
14986 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14987 Move it to ...
14988 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14989 ... here.
14990 * gdb.trace/range-stepping.exp: Check that the target supports
14991 range stepping.
14992
cfa68bae
JK
149932015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14994
14995 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14996
8ffdba26
PA
149972015-07-14 Pedro Alves <palves@redhat.com>
14998
14999 * gdb.base/killed-outside.exp: New file.
15000 * gdb.base/killed-outside.c: New file.
15001
218a5a11
JK
150022015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15003
15004 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15005 (n at main): New.
15006 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15007
e03ed3c6
AA
150082015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15009
15010 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15011 infcall tests instead of setting up for KFAIL.
15012
485668e5
MM
150132015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15014
15015 * gdb.btrace/record_goto-step.exp: New.
15016
08464196
JK
150172015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15018
15019 PR compile/18484
15020 * gdb.compile/compile.c (struct struct_type): Add volatile to
15021 selffield's type.
15022 * gdb.compile/compile.exp
15023 (compile code struct_object.selffield = &struct_object): Skip further
15024 struct_object tests if this one xfails.
15025
bcf5c1d9
RC
150262015-07-08 Robert O'Callahan <robert@ocallahan.org>
15027
15028 PR exp/18617
15029 * gdb.trace/ax.exp: Add test.
15030
4931af25
YQ
150312015-07-07 Yao Qi <yao.qi@linaro.org>
15032
15033 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15034 instead of istarget "aarch64*-*-*".
15035 * gdb.arch/aarch64-fp.exp: Likewise.
15036 * gdb.base/float.exp: Likewise.
15037 * gdb.reverse/aarch64.exp: Likewise.
15038 * lib/gdb.exp (is_aarch64_target): New proc.
15039
9fcf688e
YQ
150402015-07-07 Yao Qi <yao.qi@linaro.org>
15041
15042 * lib/gdb.exp (is_aarch32_target): New proc.
15043 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15044 instead of "istarget "arm*-*-*"".
15045 * gdb.arch/arm-disp-step.exp: Likewise.
15046 * gdb.arch/thumb-bx-pc.exp: Likewise.
15047 * gdb.arch/thumb-prologue.exp: Likewise.
15048 * gdb.arch/thumb-singlestep.exp: Likewise.
15049 * gdb.base/disp-step-syscall.exp: Likewise.
15050 * gdb.base/float.exp: Likewise.
15051
fbd8d50d
YQ
150522015-07-07 Yao Qi <yao.qi@linaro.org>
15053
15054 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15055 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15056
71be1fdc
YQ
150572015-07-07 Yao Qi <yao.qi@linaro.org>
15058
15059 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15060 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15061 if it exists.
15062 * gdb.multi/multi-arch.exp: Likewise.
15063
3e221d36
SM
150642015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15065
15066 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15067 print.
15068
d441430b
YQ
150692015-07-07 Yao Qi <yao.qi@linaro.org>
15070
15071 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15072
06f810bd
MG
150732015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15074
15075 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15076 '[' and ']' characters.
15077
5e61e7c0
IB
150782015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15079
15080 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15081
28bf096c
PA
150822015-06-29 Pedro Alves <palves@redhat.com>
15083
15084 PR threads/18127
15085 * gdb.threads/hand-call-new-thread.c: New file.
15086 * gdb.threads/hand-call-new-thread.c: New file.
15087
ee93cd5e
KS
150882015-06-26 Keith Seitz <keiths@redhat.com>
15089 Doug Evans <dje@google.com>
15090
15091 PR 16253
15092 * gdb.cp/var-tag-2.cc: New file.
15093 * gdb.cp/var-tag-3.cc: New file.
15094 * gdb.cp/var-tag-4.cc: New file.
15095 * gdb.cp/var-tag.cc: New file.
15096 * gdb.cp/var-tag.exp: New file.
15097
fc637f04
PP
150982015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15099
15100 * gdb.base/history-duplicates.exp: New test.
15101
2e52ae68
PP
151022015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15103
15104 * gdb.base/completion.exp: Test the completion of the "focus"
15105 command.
15106
6e22494e
JK
151072015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15108
15109 * gdb.arch/amd64-prologue-skip.S: New file.
15110 * gdb.arch/amd64-prologue-skip.exp: New file.
15111
bf7b9cd9
SM
151122015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15113
15114 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15115 is_address_zero_readable check.
15116
201e8dfd
PB
151172015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15118
15119 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15120 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15121
5cd867b4
YQ
151222015-06-24 Yao Qi <yao.qi@linaro.org>
15123
15124 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15125 linux targets.
15126
4d7be007
YQ
151272015-06-24 Yao Qi <yao.qi@linaro.org>
15128
15129 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15130 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15131 * gdb.base/siginfo-thread.exp: Likewise.
15132
07fcd301
YQ
151332015-06-22 Yao Qi <yao.qi@linaro.org>
15134
15135 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15136
52042a00
YQ
151372015-06-22 Yao Qi <yao.qi@linaro.org>
15138
15139 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15140 aarch64*-*-*.
15141 (skip_hw_watchpoint_tests): Likewise.
15142
74bd41ce
PP
151432015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15144
15145 * gdb.base/gdbinit-history.exp: Test the interaction between
15146 setting GDBHISTSIZE and setting the history size via .gdbinit.
15147
bc460514
PP
151482015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15149
15150 PR gdb/16999
15151 * gdb.base/gdbhistsize-history.exp: New test.
15152
b58c513b
PP
151532015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15154
15155 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15156 with GDBHISTSIZE.
15157 * gdb.base/readline.exp: Likewise.
15158
92046791
YQ
151592015-06-17 Yao Qi <yao.qi@linaro.org>
15160
15161 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15162 line.
15163
2093d2d3
PP
151642015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15165
15166 * gdb.base/gdbinit-history.exp: Add test case to check that
15167 an unlimited history file does not get truncated on exit.
15168
e6c693af
AA
151692015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15170
15171 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15172 (VECTOR): New macro. Use it...
15173 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15174 ...for these typedefs.
15175 (int8, char1, int1, double1): New typedefs.
15176 (struct just_int2, struct two_int2): New structures.
15177 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15178 (add_structvecs, add_singlevecs): New functions.
15179 (main): Call add_some_intvecs twice.
15180 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15181 the compile and exit upon failure. Try compiling for the "native"
15182 architecture. Test inferior function calls with vector arguments
15183 and vector return value handling with "finish" and "return".
15184
c74f7d1c
JT
151852015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15186
15187 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15188 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15189 PE file.
15190 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15191
98aa42ee
AT
151922015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15193
15194 PR breakpoints/16465
15195 * gdb.mi/mi-dprintf-pending.c: New file.
15196 * gdb.mi/mi-dprintf-pending.exp: New test.
15197 * gdb.mi/mi-dprintf-pendshr.c: New file.
15198
7d73c23c 151992015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 15200 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
15201
15202 * gdb.arch/i386-mpx-map.c: New file.
15203 * gdb.arch/i386-mpx-map.exp: New File.
15204
152052015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15206
15207 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15208 * gdb.arch/i386-mpx.exp: Indentation fixed.
15209
152102015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15211
15212 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15213 function and improved indentation.
15214 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15215 gdb_test_multiple. Added additional tests to skip the test.
15216
152172015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15218
15219 * gdb.arch/i386-avx512.c: Change path in include file.
15220 * gdb.arch/i386-avx512.exp: Change include dir path
15221 compilation flag.
15222 * gdb.arch/i386-mpx.c: Change path in include file.
15223 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15224 flag.
15225
d5eba19a
JK
152262015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15227
15228 * gdb.compile/compile-print.exp (compile print *vararray@3)
15229 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15230
7f361056
JK
152312015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15232
15233 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15234 (do not keep jit in memory): ... this.
15235 (expect 5): Change it to ...
15236 (expect no 5): ... this.
15237
3b462ec2
SM
152382015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15239
15240 PR gdb/15564
15241 * gdb.mi/mi-detach.exp: New file.
15242
e0619de6
JK
152432015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15244
15245 PR symtab/18392
15246 * gdb.arch/amd64-tailcall-self.S: New file.
15247 * gdb.arch/amd64-tailcall-self.c: New file.
15248 * gdb.arch/amd64-tailcall-self.exp: New file.
15249
e970cb34
DB
152502015-05-28 Don Breazeal <donb@codesourcery.com>
15251
15252 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15253 tests for remote targets by checking is_target_gdbserver.
15254
b2e2f908
DE
152552015-05-27 Doug Evans <dje@google.com>
15256
15257 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15258 * gdb.dwarf2/opaque-type-lookup.c: New file.
15259 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15260
82c7be31
DE
152612015-05-26 Doug Evans <dje@google.com>
15262
15263 * gdb.cp/iostream.cc: New file.
15264 * gdb.cp/iostream.exp: New file.
15265
b4f54984
DE
152662015-05-26 Doug Evans <dje@google.com>
15267
15268 * gdb.dwarf2/dw2-op-call.exp: Update.
15269 * gdb.dwarf2/dw4-sig-types.exp: Update.
15270 * gdb.dwarf2/implptr.exp: Update.
15271 * gdb.mi/mi-cmd-param-changed.exp: Update.
15272
4ea6efe9
DE
152732015-05-26 Doug Evans <dje@google.com>
15274
15275 * gdb.python/py-lazy-string.c: New file.
15276 * gdb.python/py-lazy-string.exp: New file.
15277 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15278 (main): Update. Add estring3.
15279 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15280 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15281
f6bb7db3
YQ
152822015-05-26 Omair Javaid <omair.javaid@linaro.org>
15283 Yao Qi <yao.qi@linaro.org>
15284
15285 * gdb.reverse/aarch64.c: New.
15286 * gdb.reverse/aarch64.exp: New.
15287
a81bfbd0
OJ
152882015-05-26 Omair Javaid <omair.javaid@linaro.org>
15289
25d49b86
PA
15290 * lib/gdb.exp (supports_process_record): Return true for
15291 aarch64*-linux*.
a81bfbd0
OJ
15292 (supports_reverse): Likewise.
15293
158bf1b4
PP
152942015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15295
15296 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15297 Use with_test_prefix.
15298
a0145030
AB
152992015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15300
15301 * gdb.base/completion.exp: Add test for completion of layout
15302 names.
15303
ebe3b578
AB
153042015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15305
15306 * lib/gdb.exp (skip_tui_tests): New proc.
15307 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15308
84204ed7
PA
153092015-05-19 Pedro Alves <palves@redhat.com>
15310
15311 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15312 Save the whole env array instead of just HOME. Unset HISTSIZE in
15313 the environment while testing. Restore whole environment
15314 afterwards.
15315
37442ce1
DE
153162015-05-16 Doug Evans <xdje42@gmail.com>
15317
15318 * gdb.guile/scm-ports.c: New file.
15319 * gdb.guile/scm-ports.exp: Add memory port tests.
15320
36de76f9
JK
153212015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15322
15323 * gdb.compile/compile-print.c: New file.
15324 * gdb.compile/compile-print.exp: New file.
15325
3a9558c4
JK
153262015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15327
15328 * gdb.compile/compile-ops.exp: Cast param to void.
15329 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15330 (compile code struct_object.selffield = &struct_object): Add xfail.
15331
aa715135
JG
153322015-05-15 Joel Brobecker <brobecker@adacore.com>
15333
15334 * gdb.ada/arr_enum_with_gap: New testcase.
15335
931e5bc3
JG
153362015-05-15 Joel Brobecker <brobecker@adacore.com>
15337
15338 * gdb.ada/byte_packed_arr: New testcase.
15339
9cd4d857
JB
153402015-05-15 Joel Brobecker <brobecker@adacore.com>
15341
15342 * gdb.ada/pckd_neg: New testcase.
15343
ebfd00d2
PP
153442015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15345
15346 PR gdb/17820
15347 * gdb.base/gdbinit-history.exp: New test.
15348 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15349 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15350
4c082a81
SC
153512015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15352
15353 * gdb.python/py-xmethods.cc: Enhance test case.
15354 * gdb.python/py-xmethods.exp: New tests.
15355 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15356 function.
15357 (B_indexoper): Likewise.
15358 (global_dm_list) : Add new xmethod worker functions.
15359
f7797074
SDJ
153602015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15361
15362 * gdb.base/coredump-filter.exp: Correctly unset
15363 "coredump_var_addr" array.
15364
a4674e4e
PA
153652015-05-08 Pedro Alves <palves@redhat.com>
15366
15367 * gdb.server/non-existing-program.exp: Unset spawn_id.
15368
df2eb078
SC
153692015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15370
15371 PR python/18291
15372 * gdb.python/py-xmethods.exp: Add tests.
15373
422349a3
YQ
153742015-05-08 Yao Qi <yao.qi@linaro.org>
15375
15376 PR gdb/18208
15377 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15378 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15379 function set_coredump_filter, and remove remote_exec call.
15380 Remove argument ipid. Callers update.
15381 (top level): Don't get inferior's PID.
15382
63fc80ce
AA
153832015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15384
15385 * gdb.base/watch_thread_num.exp: Skip test on targets without
15386 access watchpoints.
15387
80ad801e
PA
153882015-05-06 Pedro Alves <palves@redhat.com>
15389
15390 PR server/18081
15391 * gdb.server/non-existing-program.exp: New file.
15392
0fa7fe50
JB
153932015-05-05 Joel Brobecker <brobecker@adacore.com>
15394
15395 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15396
3ea89b92
PMR
153972015-05-05 Joel Brobecker <brobecker@adacore.com>
15398
15399 * gdb.ada/out_of_line_in_inlined: New testcase.
15400
87b8eff0
JB
154012015-05-05 Joel Brobecker <brobecker@adacore.com>
15402
15403 * gdb.ada/var_rec_arr: New testcase.
15404
5fccc635
YQ
154052015-04-30 Yao Qi <yao.qi@linaro.org>
15406
15407 * gdb.base/break-idempotent.exp: If
15408 skip_hw_watchpoint_multi_tests returns true, skip the tests
15409 on "rwatch" and "awatch".
15410
42d38f42
YQ
154112015-04-30 Yao Qi <yao.qi@linaro.org>
15412
15413 * gdb.base/relativedebug.exp: Invoke gdb command
15414 "info sharedlibrary", and if libc.so doesn't have debug info,
15415 skip the test.
15416
2ce1cdbf
DE
154172015-04-29 Doug Evans <dje@google.com>
15418
15419 * gdb.python/py-xmethods.exp: Add ptype tests.
15420 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15421 get_result_type method.
15422
f24a38c5
LM
154232015-04-29 Luis Machado <lgustavo@codesourcery.com>
15424
15425 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15426 the target does not support hardware watchpoints.
15427
ecbf2b3c
LM
154282015-04-29 Luis Machado <lgustavo@codesourcery.com>
15429
15430 * gdb.base/break-always.exp: Abort testing if writing to memory
15431 causes an error.
15432
34f5f757
DE
154332015-04-28 Doug Evans <dje@google.com>
15434
15435 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15436 * gdb.python/py-pp-registration.exp: ... here. New file.
15437 * gdb.python/py-pp-registration.c: New file.
15438 * gdb.python/py-pp-registration.py: New file.
15439
69b4374a
DE
154402015-04-28 Doug Evans <dje@google.com>
15441
15442 * gdb.python/py-bad-printers.c: New file.
15443 * gdb.python/py-bad-printers.py: New file.
15444 * gdb.python/py-bad-printers.exp: New file.
15445
59fb7612
SS
154462015-04-28 Sasha Smundak <asmundak@google.com>
15447
15448 * gdb.python/py-type.exp: New test.
15449
2631b16a
AW
154502015-04-28 Andy Wingo <wingo@igalia.com>
15451
15452 * gdb.python/py-parameter.exp:
15453 * gdb.guile/scm-parameter.exp: Escape the path that we are
15454 matching against, as it might contain characters that are special
15455 to regular expressions.
15456
460efde1
JB
154572015-04-27 Joel Brobecker <brobecker@adacore.com>
15458
15459 * gdb.ada/rec_comp: New testcase.
15460
2d369d8e
SDJ
154612015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15462
15463 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15464 before using it.
15465
cf75d6c3
AB
154662015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15467
15468 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15469 new tests for verilog output.
15470
8dbe7ca5
YQ
154712015-04-24 Yao Qi <yao.qi@linaro.org>
15472
15473 * boards/remote-gdbserver-on-localhost.exp: New file.
15474
4ef9fb2f
PA
154752015-04-23 Pedro Alves <palves@redhat.com>
15476
15477 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15478 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15479 "end of file", remove $inferior_spawn_id from the indirect list.
15480
0a803169
PA
154812015-04-23 Pedro Alves <palves@redhat.com>
15482
15483 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15484
749ef8f8
PA
154852015-04-23 Pedro Alves <palves@redhat.com>
15486
15487 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15488 on $any_spawn_id instead of only on $gdb_spawn_id.
15489
8aae4344
PM
154902015-04-21 Pierre Muller <muller@sourceware.org>
15491
15492 PR pascal/17815
15493 * lib/pascal.exp (gpc_compile): Add new option "class".
15494 (fpc_compile): Likewise.
15495 * gdb.pascal/case-insensitive-symbols.pas: New file.
15496 * gdb.pascal/case-insensitive-symbols.exp: New file.
15497
1586c8fb
GB
154982015-04-20 Gary Benson <gbenson@redhat.com>
15499
15500 * gdb.base/attach.exp: Fix three extended remote failures.
15501
1b6e6f5c
GB
155022015-04-17 Gary Benson <gbenson@redhat.com>
15503
15504 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15505 the main executable over the remote protocol.
15506
e797481d
PA
155072015-04-16 Pedro Alves <palves@redhat.com>
15508
15509 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15510 a new gdbserver if gdbserver_reconnect_p is set.
15511
1ca99c42
PA
155122015-04-16 Pedro Alves <palves@redhat.com>
15513
15514 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15515 is set, don't exit gdbserver.
15516
af9fd6f8
AA
155172015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15518
15519 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15520 appropriate .insn, such that an older assembler can be used.
15521 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15522 the z/Architecture instruction set on 31-bit targets as well.
15523
04ff1e61
AA
155242015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15525
15526 * gdb.go/handcall.exp: Remove all logic related to the first
15527 breakpoint and rely on go_runto_main instead.
15528 * gdb.go/strings.exp: Likewise.
15529 * gdb.go/unsafe.exp: Likewise.
15530 * gdb.go/hello.exp: Likewise. Also rename the remaining
15531 breakpoint marker to "breakpoint 1".
15532 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15533 * gdb.go/strings.go: Likewise.
15534 * gdb.go/unsafe.go: Likewise.
15535 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15536 "set breakpoint 2 here" and rename the remaining breakpoint marker
15537 to "breakpoint 1".
15538
40d2f8d6
SM
155392015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15540
15541 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15542 if itertools.imap is not present.
15543 * gdb.python/py-objfile.exp: Add parentheses.
15544 * gdb.python/py-type.exp: Same.
15545 * gdb.python/py-unwind-maint.py: Same.
15546
8cbc97c6
YQ
155472015-04-15 Yao Qi <yao.qi@linaro.org>
15548
15549 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15550 of ":$ptr_size" and set its form explicitly.
15551
45fd756c
YQ
155522015-04-15 Pedro Alves <palves@redhat.com>
15553 Yao Qi <yao.qi@linaro.org>
15554
15555 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15556 timeout by factor of 4.
15557 (test_regular_watch): Likewise.
15558 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15559 * gdb.reverse/sigall-reverse.exp: Likewise.
15560 * gdb.reverse/until-precsave.exp: Likewise.
15561 * lib/gdb.exp (with_timeout_factor): New proc.
15562 (gdb_expect): Move some code to ...
15563 (get_largest_timeout): ... here. New procedure.
15564
9e811bc3
LM
155652015-04-14 Luis Machado <lgustavo@codesourcery.com>
15566
15567 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15568
0ff6fcb2
LM
155692015-04-13 Luis Machado <lgustavo@codesourcery.com>
15570
15571 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15572 to write to the .text section.
15573
7578d5f7
LM
155742015-04-13 Luis Machado <lgustavo@codesourcery.com>
15575
15576 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15577 Handle the case of targets that do not provide PID information.
15578
2efe15c4
YQ
155792015-04-13 Yao Qi <yao.qi@linaro.org>
15580
15581 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15582 and use expect instead of gdb_expect.
15583
8cd8f2f8
SDJ
155842015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15585
15586 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15587 "coredump_var_addr" to avoid naming conflict with other testcases.
15588
9ee41772
PA
155892015-04-10 Pedro Alves <palves@redhat.com>
15590
15591 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15592 gdb_test_sequence and gdb_assert.
15593
07473109
PA
155942015-04-10 Pedro Alves <palves@redhat.com>
15595
15596 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15597 test messages that don't include the breakpoint address.
15598
de3db44c
YQ
155992015-04-10 Yao Qi <yao.qi@linaro.org>
15600
15601 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15602 false for some offset and width combinations which aren't
15603 supported by linux kernel.
15604
c79d856c
PA
156052015-04-10 Pedro Alves <palves@redhat.com>
15606
15607 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15608 procedure, factored out from ...
15609 (top level): ... here. Add "set displaced-stepping" testing axis.
15610 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15611 parameter "displaced". Use it.
15612 (top level): Use foreach and add "set displaced-stepping" testing
15613 axis.
15614
ebc90b50
PA
156152015-04-10 Pedro Alves <palves@redhat.com>
15616
15617 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15618 Remove comment.
15619 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15620 both the address of the instruction that triggers the watchpoint
15621 and the address of the instruction immediately after, and use
15622 those addresses for the test. Fix comment.
15623
8f572e5c
PA
156242015-04-10 Pedro Alves <palves@redhat.com>
15625
15626 * gdb.base/sigstep.exp (breakpoint_to_handler)
15627 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15628 Test "backtrace" in handler.
15629 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15630 (top level): Add new "displaced" test axis to
15631 breakpoint_to_handler, breakpoint_to_handler_entry and
15632 breakpoint_over_handler.
15633
8d707a12
PA
156342015-04-10 Pedro Alves <palves@redhat.com>
15635
15636 PR gdb/18216
15637 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15638
ef713951
YQ
156392015-04-10 Yao Qi <yao.qi@linaro.org>
15640
15641 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15642 (test_add_rn_pc): New function.
15643 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15644 (top level): Invoke test_add_rn_pc.
15645
906d60cf
PA
156462015-04-10 Pedro Alves <palves@redhat.com>
15647
15648 PR gdb/13858
15649 * gdb.base/step-over-no-symbols.exp: New file.
15650
f2983cc3
AW
156512015-04-09 Andy Wingo <wingo@igalia.com>
15652
15653 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15654 after the Python tests.
15655
6d62641c
SDJ
156562015-04-08 Keith Seitz <keiths@redhat.com>
15657
15658 PR python/16699
15659 * gdb.python/py-completion.exp: New tests for completion.
15660 * gdb.python/py-completion.py (CompleteLimit1): New class.
15661 (CompleteLimit2): Likewise.
15662 (CompleteLimit3): Likewise.
15663 (CompleteLimit4): Likewise.
15664 (CompleteLimit5): Likewise.
15665 (CompleteLimit6): Likewise.
15666 (CompleteLimit7): Likewise.
15667
f3770638
PA
156682015-04-08 Pedro Alves <palves@redhat.com>
15669
15670 PR gdb/18214
15671 PR gdb/18216
15672 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15673 function.
15674 (main): Install it as SIGUSR1 handler.
15675 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15676 parameter. Always use "setup" as prefix. Toggle "set
15677 displaced-stepping" off/on depending on global. Don't switch to
15678 thread 1 here.
15679 (top level): Add displaced stepping "off/on" test axis. Update
15680 "setup" calls. Wrap each subtest with with_test_prefix. Test
15681 continuing with a queued signal in each thread.
15682
4496bed7
PA
156832015-04-08 Pedro Alves <palves@redhat.com>
15684
15685 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15686 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15687 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15688 Return early if running to main fails.
15689 * gdb.trace/while-stepping.exp: Likewise.
15690
b97fde92
PA
156912015-04-07 Pedro Alves <palves@redhat.com>
15692
15693 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15694 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15695 interact with inferior program.
15696
f71c18e7
PA
156972015-04-07 Pedro Alves <palves@redhat.com>
15698
15699 * lib/gdb.exp (inferior_spawn_id): New global.
15700 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15701 spawn id after processing the user code.
15702 (default_gdb_start): Set inferior_spawn_id.
15703 (send_inferior): New procedure.
15704 * lib/gdbserver-support.exp (gdbserver_start): Set
15705 inferior_spawn_id.
15706 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15707
6423214f
PA
157082015-04-07 Pedro Alves <palves@redhat.com>
15709
15710 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15711 * lib/gdbserver-support.exp (gdbserver_start): Make
15712 $server_spawn_id global.
15713 (gdbserver_start): Don't wait for gdbserver's spawn id with
15714 expect_background.
15715 (close_gdbserver): New procedure.
15716 (gdb_exit): Rename the default version and reimplement.
15717
71c0ee8c
PA
157182015-04-07 Pedro Alves <palves@redhat.com>
15719
72f4393d 15720 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
15721 append the substituted item, not the original item.
15722
203bc29b
PA
157232015-04-07 Pedro Alves <palves@redhat.com>
15724
15725 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15726 gdb_expect.
15727
508a3ddf
PA
157282015-04-07 Pedro Alves <palves@redhat.com>
15729
15730 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15731 output appearing once only.
15732
9f6dbe2b
PA
157332015-04-07 Pedro Alves <palves@redhat.com>
15734
15735 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15736 that doesn't expect anything. Return early if running to main
15737 fails.
15738
337532fa
YQ
157392015-04-07 Yao Qi <yao.qi@linaro.org>
15740
15741 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15742 (child_function): Call alarm.
15743 (main): Move call to alarm into the loop.
15744 * gdb.threads/non-stop-fair-events.exp: Build program with
15745 -DTIMEOUT=$timeout.
15746
01b622d4
DE
157472015-04-06 Doug Evans <xdje42@gmail.com>
15748
15749 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15750 Fix dest parameter to board_info.
15751 (fpc_compile): Ditto.
15752 (gdb_compile_pascal): Rename dest arg to destfile.
15753
961f4160
PMR
157542015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15755
15756 * gdb.ada/funcall_ref.exp: New file.
15757 * gdb.ada/funcall_ref/foo.adb: New file.
15758
cafda597
YQ
157592015-04-02 Yao Qi <yao.qi@linaro.org>
15760
15761 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15762 is remote.
15763
fed040c6
GB
157642015-04-02 Gary Benson <gbenson@redhat.com>
15765
15766 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15767
d11916aa
SS
157682015-04-01 Sasha Smundak <asmundak@google.com>
15769
15770 * gdb.python/py-unwind-maint.c: New file.
15771 * gdb.python/py-unwind-maint.exp: New test.
15772 * gdb.python/py-unwind-maint.py: New file.
15773 * gdb.python/py-unwind.c: New file.
15774 * gdb.python/py-unwind.exp: New test.
15775 * gdb.python/py-unwind.py: New test.
15776
a1471180
PA
157772015-04-01 Pedro Alves <palves@redhat.com>
15778
15779 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15780 to fail instead of non-existent $test.
15781
0bbeccb1
PA
157822015-04-01 Pedro Alves <palves@redhat.com>
15783
15784 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15785 GDBFLAGS if not empty.
15786
3c724c8c
PMR
157872015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15788
15789 * gdb.ada/complete.exp: Remove "multi_line".
15790 * gdb.ada/info_exc.exp: Remove "multi_line".
15791 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15792 * gdb.ada/ptype_field.exp: Remove "multi_line".
15793 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15794 * gdb.ada/tagged.exp: Remove "multi_line".
15795 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15796 [multi_line ...]
15797 * gdb.btrace/delta.exp: Likewise.
15798 * gdb.btrace/exception.exp: Likewise.
15799 * gdb.btrace/function_call_history.exp: Likewise.
15800 * gdb.btrace/instruction_history.exp: Likewise.
15801 * gdb.btrace/nohist.exp: Likewise.
15802 * gdb.btrace/record_goto.exp: Likewise.
15803 * gdb.btrace/segv.exp: Likewise.
15804 * gdb.btrace/stepi.exp: Likewise.
15805 * gdb.btrace/tailcall.exp: Likewise.
15806 * gdb.btrace/unknown_functions.exp: Likewise.
15807 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15808 * lib/gdb.exp: Add the "multi_line" helper.
15809
4eec2deb
PA
158102015-04-01 Pedro Alves <palves@redhat.com>
15811
15812 * gdb.threads/tid-reuse.c: New file.
15813 * gdb.threads/tid-reuse.exp: New file.
15814
df8411da
SDJ
158152015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15816
15817 PR corefiles/16092
15818 * gdb.base/coredump-filter.c: New file.
15819 * gdb.base/coredump-filter.exp: Likewise.
15820
6ef37366
PM
158212015-03-27 Petr Machata <pmachata@redhat.com>
15822
15823 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15824 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15825 (Dwarf::assemble): Initialize them.
15826 (Dwarf::lines): New function.
15827
7ec911b0
JT
158282015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15829
15830 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15831 SYMBOL_PREFIX for x86_64-*-cygwin.
15832
ff908ebf
AW
158332015-03-26 Andy Wingo <wingo@igalia.com>
15834
15835 PR symtab/18148
15836 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15837 const_value but not a location.
15838 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15839 location defined in non-main CUs are visible.
15840
6d5f0679
YQ
158412015-03-26 Yao Qi <yao.qi@linaro.org>
15842
15843 PR testsuite/18139
15844 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15845 Add a line number entry for the same line.
15846 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15847 Add a line number entry for the same line.
15848
2898689b
YQ
158492015-03-26 Yao Qi <yao.qi@linaro.org>
15850
15851 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15852 .int 0.
15853 (func): Likewise. Add .Lfunc_1 label.
15854 Use .Lfunc_1 label.
15855 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15856 .int 0.
15857 (func): Likewise.
15858 Use .Lfunc_1 label.
15859
85180498
YQ
158602015-03-26 Yao Qi <yao.qi@linaro.org>
15861
15862 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15863 Call gdb_compile instead to compile each .s files without debug
15864 information.
15865
8aa08a8d
YQ
158662015-03-26 Yao Qi <yao.qi@linaro.org>
15867
15868 * gdb.base/savedregs.exp (process_saved_regs): Make
15869 "Saved registers:" optional in the pattern.
15870
66849923
MM
158712015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15872
15873 * gdb.btrace/next.exp: Merged into step.exp.
15874 * gdb.btrace/finish.exp: Merged into step.exp.
15875 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15876 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15877 "record goto" and checking the exact replay position.
15878 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15879 check for "Recording format" in "info record" output.
15880 * gdb.btrace/record_goto.exp: Choose test file based on target.
15881 * gdb.btrace/x86-record_goto.S: Renamed into ...
15882 * gdb.btrace/x86_64-record_goto.S: ... this.
15883 * gdb.btrace/i686-record_goto.S: New.
15884 * gdb.btrace/x86-tailcall.S: Renamed into ...
15885 * gdb.btrace/x86_64-tailcall.S: ... this.
15886 * gdb.btrace/i686-tailcall.S: New.
15887 * gdb.btrace/x86-tailcall.c: Renamed into ...
15888 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15889 separate statements. Update test.
15890 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15891 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15892 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15893 * gdb.btrace/tailcall.exp: Choose test file based on target.
15894 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15895
11cc1b74
MM
158962015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15897
15898 * gdb.btrace/exception.exp: Increase BTS buffer size.
15899
a25d8bf9
PA
159002015-03-24 Pedro Alves <palves@redhat.com>
15901
15902 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15903
856e7dd6
PA
159042015-03-24 Pedro Alves <palves@redhat.com>
15905
15906 * gdb.threads/schedlock.exp (test_step): No longer expect that
15907 "set scheduler-locking step" with "next" over a function call runs
15908 threads unlocked.
15909
ad235a41
AT
159102015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15911
15912 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15913
15630549
AT
159142015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15915
15916 PR breakpoints/16466
15917 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15918 * gdb.mi/mi-pending.c (thread_func): New function.
15919 (int main): Add threading support required.
15920 * gdb.mi/mi-pending.exp: Add tests for this issue.
15921 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15922 (pendfunc2): Remove stdio dependency.
15923 * gdb.mi/mi-pendshr2.c: New file.
15924
693dca06
KS
159252015-03-23 Keith Seitz <keiths@redhat.com>
15926
15927 * gdb.linespec/keywords.c: New file.
15928 * gdb.linespec/keywords.exp: New file.
15929
7e993ebf
KS
159302015-03-23 Keith Seitz <keiths@redhat.com>
15931
15932 PR gdb/18021
15933 * gdb.dwarf2/staticvirtual.exp: New test.
15934
bc23328c
JK
159352015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15936
15937 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15938 * README: Remove HP-UX and gdb.hp.
15939 (configuration):
15940 * configure: Regenerate.
15941 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15942 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15943 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15944 gdb.hp/gdb.defects/Makefile.
15945 * gdb.hp/Makefile.in: File deleted.
15946 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15947 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15948 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15949 * gdb.hp/gdb.aCC/run.c: File deleted.
15950 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15951 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15952 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15953 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15954 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15955 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15956 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15957 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15958 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15959 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15960 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15961 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15962 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15963 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15964 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15965 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15966 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15967 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15968 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15969 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15970 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15971 * gdb.hp/gdb.compat/average.c: File deleted.
15972 * gdb.hp/gdb.compat/sum.c: File deleted.
15973 * gdb.hp/gdb.compat/xdb.c: File deleted.
15974 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15975 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15976 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15977 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15978 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15979 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15980 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15981 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15982 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15983 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15984 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15985 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15986 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15987 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15988 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15989 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15990 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15991 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15992 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15993 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15994 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15995 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15996 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15997 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15998 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15999 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16000 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16001 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16002 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16003 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16004 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16005 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16006 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16007 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16008 * gdb.hp/tools/odump: File deleted.
16009
8bf3b159
PA
160102015-03-19 Pedro Alves <palves@redhat.com>
16011
16012 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16013 (saw_thread_3): New globals.
16014 (top level): Increment them when an event for the corresponding
16015 thread is seen.
16016 (no thread starvation): New test.
16017
eb54c8bf
PA
160182015-03-19 Pedro Alves <palves@redhat.com>
16019
16020 * gdb.threads/continue-pending-status.c: New file.
16021 * gdb.threads/continue-pending-status.exp: New file.
16022
32d2e5d6
PA
160232015-03-18 Pedro Alves <palves@redhat.com>
16024
16025 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16026 Use gdb_is_target_remote instead of is_remote. Use
16027 gdb_test_multiple instead of gdb_expect. Exit early if
16028 gdb_test_multiple hits its internal matches. Tighten stepi tests
16029 expected output. Fail on exit with any signal, instead of just
16030 SIGILL.
16031
f68f11b7
YQ
160322015-03-18 Yao Qi <yao.qi@linaro.org>
16033
16034 PR tdep/18107
16035 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16036 variable.
16037 * gdb.base/catch-syscall.exp: Don't skip it on
16038 aarch64*-*-linux* target. Remove elements in all_syscalls.
16039 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16040 target.
16041 (setup_all_syscalls): New proc.
16042
ca5fd19b
YQ
160432015-03-16 Yao Qi <yao.qi@linaro.org>
16044
16045 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16046 (top level): Skip tests if valid_addr_p returns false for
16047 $cmd1 or $cmd2.
16048
85642ba0
AW
160492015-03-11 Andy Wingo <wingo@igalia.com>
16050
16051 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16052
e03f9645
YQ
160532015-03-11 Yao Qi <yao.qi@linaro.org>
16054
16055 * gdb.base/catch-syscall.exp: Fix typo in comments.
16056
5d0962b2
YQ
160572015-03-11 Yao Qi <yao.qi@linaro.org>
16058
16059 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16060
b2df3cef
PA
160612015-03-09 Pedro Alves <palves@redhat.com>
16062
16063 * dg-extract-results.py: Delete.
16064
ef878e53
PA
160652015-03-09 Pedro Alves <palves@redhat.com>
16066
16067 Merge dg-extract-results.sh from GCC upstream (r218843).
16068
16069 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16070 * dg-extract-results.sh: Use --text with grep to avoid issues with
16071 binary files. Fall back to cat -v, if that doesn't work.
16072
9494d219
PA
160732015-03-05 Pedro Alves <palves@redhat.com>
16074
16075 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16076
a8d9763a
SM
160772015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16078
16079 * lib/mi-support.exp (mi_expect_interrupt): Accept
16080 alternative event for when in all-stop mode.
16081
be9957b8
PA
160822015-03-04 Pedro Alves <palves@redhat.com>
16083
16084 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16085
d57be0f4 160862015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
16087
16088 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16089
c214c7cf
AA
160902015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16091
16092 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16093 regexps for GDB's current line display, accept a hex address
16094 preceding the line number.
16095
6d74a497
AA
160962015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16097
16098 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16099 the 'arch1' variable for "s390*-linux*" targets.
16100
511aee7c
PA
161012015-03-04 Pedro Alves <palves@redhat.com>
16102
16103 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16104 (main): Pass missing retval argument to pthread_join call.
16105
95e50b27
PA
161062015-03-02 Pedro Alves <palves@redhat.com>
16107
16108 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16109 (top level): Call do_test with non-stop as well.
16110
28054d69
PA
161112015-03-02 Pedro Alves <palves@redhat.com>
16112
16113 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16114 -1.
16115
4fa5d7b4
AA
161162015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16117
16118 * gdb.arch/s390-vregs.exp: New test.
16119 * gdb.arch/s390-vregs.S: New file.
16120
97c18565
PA
161212015-02-27 Pedro Alves <palves@redhat.com>
16122
16123 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16124 call to catch_command_errors.
16125 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16126 catch_command_errors.
16127
a37bfa30
PA
161282015-02-27 Pedro Alves <palves@redhat.com>
16129
16130 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16131 "true" for boolean result.
16132 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16133 prototype of main.
16134
6f98576f
PA
161352015-02-27 Pedro Alves <palves@redhat.com>
16136
16137 * lib/unbuffer_output.c: New file.
16138 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16139 (main): Call gdb_unbuffer_output.
16140
eba5ab56
YQ
161412015-02-27 Yao Qi <yao.qi@linaro.org>
16142
16143 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16144 target.
16145
0def5aaa
DE
161462015-02-26 Doug Evans <dje@google.com>
16147
16148 * gdb.cp/class2.cc (Dbase, D): New classes.
16149 (main): New local delta.
16150 * gdb.cp/class2.exp: Test printing delta.
16151 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16152 (dynbar): New global.
16153 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16154
081a1c2c
JK
161552015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16156
16157 * gdb.compile/compile-ifunc.c: New file.
16158 * gdb.compile/compile-ifunc.exp: New file.
16159
2f41223f
AT
161602015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16161
16162 * gdb.base/structs.exp: Check for correct struct on finish.
16163
03eddd80
YQ
161642015-02-26 Yao Qi <yao.qi@linaro.org>
16165
16166 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16167 is zero.
16168
80c57053
JK
161692015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16170
16171 * gdb.arch/cordic.ko.bz2: New file.
16172 * gdb.arch/cordic.ko.debug.bz2: New file.
16173 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16174
21613c12
YQ
161752015-02-25 Yao Qi <yao.qi@linaro.org>
16176
16177 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16178 aarch64*-*-* target.
16179
d8b901ed
PA
161802015-02-23 Pedro Alves <palves@redhat.com>
16181
16182 * lib/gdb.exp (delete_breakpoints): Rewrite using
16183 gdb_test_multiple.
16184
e5b85ead
PA
161852015-02-23 Pedro Alves <palves@redhat.com>
16186
16187 * gdb.base/info-os.c: Include stdlib.h.
16188
85c3a371
DE
161892015-02-22 Doug Evans <xdje42@gmail.com>
16190
16191 PR symtab/17855
16192 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16193 is read after symbols have been re-read.
16194 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16195 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16196
96553a0c
DE
161972015-02-21 Doug Evans <dje@google.com>
16198
16199 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16200
97a0c697
JK
162012015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16202
16203 PR corefiles/17808
16204 * gdb.arch/i386-biarch-core.core.bz2: New file.
16205 * gdb.arch/i386-biarch-core.exp: New file.
16206
a47cd6e9
PA
162072015-02-21 Pedro Alves <palves@redhat.com>
16208
16209 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16210 runto_main fails.
16211
c5facdc4
PA
162122015-02-20 Pedro Alves <palves@redhat.com>
16213
16214 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16215 info probes.
16216
2db9a427
PA
162172015-02-20 Pedro Alves <palves@redhat.com>
16218
16219 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16220
60fb7e9e
PA
162212015-02-20 Pedro Alves <palves@redhat.com>
16222
16223 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16224 clean_restart before gdb_target_supports_trace.
16225
5c5019c2
PA
162262015-02-20 Pedro Alves <palves@redhat.com>
16227
16228 PR threads/18006
16229 * gdb.threads/clone-thread_db.c: New file.
16230 * gdb.threads/clone-thread_db.exp: New file.
16231
c9587f88
AT
162322015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16233
16234 PR breakpoints/16812
16235 * gdb.base/catch-gdb-caused-signals.c: New file.
16236 * gdb.base/catch-gdb-caused-signals.exp: New file.
16237
f6a88844
JM
162382015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16239
16240 * configure: Regenerated.
16241 * configure.ac: Use GDB_AC_TRANSFORM.
16242 * aclocal.m4: sinclude ../transform.m4.
16243
497c491b
JM
162442015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16245
16246 * lib/dtrace.exp: New file.
16247 * gdb.base/dtrace-probe.exp: Likewise.
16248 * gdb.base/dtrace-probe.d: Likewise.
16249 * gdb.base/dtrace-probe.c: Likewise.
16250 * lib/pdtrace.in: Likewise.
16251 * configure.ac: Output variables with the transformed names of
16252 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16253 * configure: Regenerated.
16254
03e98035
JM
162552015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16256
16257 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16258 expected message when trying to access $_probe_* convenience
16259 variables while not on a probe.
16260
63cc30e9
JK
162612015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16262
16263 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16264
0703599a
PA
162652015-02-11 Pedro Alves <pedro@codesourcery.com>
16266
16267 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16268 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16269
7e60a48e
DE
162702015-02-10 Doug Evans <xdje42@gmail.com>
16271
16272 * lib/gdb.exp (gdb_load): Always return a result.
16273
01b088bc
PA
162742015-02-10 Pedro Alves <palves@redhat.com>
16275
16276 * gdb.threads/signal-sigtrap.c: New file.
16277 * gdb.threads/signal-sigtrap.exp: New file.
16278
b05ec7a5
AT
162792015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16280
16281 * gdb.trace/no-attach-trace.c: New file.
16282 * gdb.trace/no-attach-trace.exp: New file.
16283
a2c2acaf
MW
162842015-02-09 Mark Wielaard <mjw@redhat.com>
16285
16286 * gdb.dwarf2/atomic.c: New file.
16287 * gdb.dwarf2/atomic-type.exp: Likewise.
16288
31fd9caa
MM
162892015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16290
16291 * gdb.btrace/buffer-size.exp: Update "info record" output.
16292 * gdb.btrace/delta.exp: Update "info record" output.
16293 * gdb.btrace/enable.exp: Update "info record" output.
16294 * gdb.btrace/finish.exp: Update "info record" output.
16295 * gdb.btrace/instruction_history.exp: Update "info record" output.
16296 * gdb.btrace/next.exp: Update "info record" output.
16297 * gdb.btrace/nexti.exp: Update "info record" output.
16298 * gdb.btrace/step.exp: Update "info record" output.
16299 * gdb.btrace/stepi.exp: Update "info record" output.
16300 * gdb.btrace/nohist.exp: Update "info record" output.
16301
d33501a5
MM
163022015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16303
16304 * gdb.btrace/buffer-size: New.
16305
f4abbc16
MM
163062015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16307
16308 * gdb.btrace/delta.exp: Update "info record" output.
16309 * gdb.btrace/enable.exp: Update "info record" output.
16310 * gdb.btrace/finish.exp: Update "info record" output.
16311 * gdb.btrace/instruction_history.exp: Update "info record" output.
16312 * gdb.btrace/next.exp: Update "info record" output.
16313 * gdb.btrace/nexti.exp: Update "info record" output.
16314 * gdb.btrace/step.exp: Update "info record" output.
16315 * gdb.btrace/stepi.exp: Update "info record" output.
16316 * gdb.btrace/nohist.exp: Update "info record" output.
16317
b9d61307
SM
163182015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16319
16320 PR gdb/15678
16321 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16322
e584fdbc
PA
163232015-02-06 Pedro Alves <palves@redhat.com>
16324
16325 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16326 macro.
16327 (seconds_left, again): New globals.
16328 (main): Wait seconds_left in a 1-second sleep loop instead of
16329 sleeping 180 seconds. If 'again' is set, reset the seconds
16330 counter.
16331 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16332 'again' in the inferior before detaching. Print the seconds left.
16333 (options): New global.
16334 (top level): Build program with -DTIMEOUT=$timeout.
16335
77f41761
PA
163362015-02-06 Pedro Alves <palves@redhat.com>
16337
16338 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16339 determine how many seconds to pass to 'alarm'.
16340 * gdb.base/gdb-sigterm.exp (top level): Build program with
16341 -DTIMEOUT=$timeout.
16342 (do_test): Return success/failure indication. Add more verbose
16343 logging. Don't fail if 200 single steps are seen. Instead, fail
16344 when the test times out.
16345 (passes): New global.
16346 (top level): Break the testing loop if testing fails on any
16347 iteration. Use gdb_assert.
16348
b9394193
DB
163492015-02-04 Don Breazeal <donb@codesourcery.com>
16350
16351 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16352 and initialize them.
16353 (ipc_cleanup): New function.
16354 (main): Don't declare shmid, semid, and msqid. Add a call to
16355 atexit so that we call ipc_cleanup on exit.
16356
42d9e528
PA
163572015-02-04 Pedro Alves <palves@redhat.com>
16358
16359 * boards/native-extended-gdbserver.exp: Remove any target variant
16360 specifications from the board name before clearing the isremote
16361 flag from board_info.
16362
ae6ae975
DE
163632015-01-31 Doug Evans <xdje42@gmail.com>
16364
16365 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16366
cfb069a8
GB
163672015-01-31 Gary Benson <gbenson@redhat.com>
16368
16369 * gdb.base/completion.exp: Disable completion limiting for
16370 existing tests. Add new tests to check completion limiting.
16371 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16372
5dd31d79
DE
163732015-01-31 Doug Evans <xdje42@gmail.com>
16374
16375 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16376
9f050062
DE
163772015-01-31 Doug Evans <xdje42@gmail.com>
16378
16379 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16380 entries. Duplicate file section script entries.
16381 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16382 inlined entries. Add test for safe-path rejection.
16383 * gdb.python/py-section-script.c: Add duplicate inlined section script
16384 entries. Duplicate file section script entries.
16385 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16386 inlined entries. Add test for safe-path rejection.
16387
df25ebbd
JB
163882015-01-29 Joel Brobecker <brobecker@adacore.com>
16389
16390 * gdb.ada/disc_arr_bound: New testcase.
16391
4a0ca9ec
JB
163922015-01-29 Joel Brobecker <brobecker@adacore.com>
16393
16394 * gdb.ada/mi_var_array: New testcase.
16395
3a8b707a
DE
163962015-01-27 Doug Evans <dje@google.com>
16397
16398 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16399 Add test for objfile.filename, objfile.username after objfile
16400 has been unloaded.
16401
f8313f6e
JB
164022015-01-26 Joel Brobecker <brobecker@adacore.com>
16403
16404 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16405 the second test to print the name attribute of value
16406 returned by the call to gdb.lookup_type, and adjust
16407 the expected output accordingly.
16408
37bc665e
MW
164092015-01-25 Mark Wielaard <mjw@redhat.com>
16410
16411 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16412 * gdb.base/disp-step-fork.c: Include unistd.h.
16413 * gdb.base/siginfo-obj.c: Include stdio.h.
16414 * gdb.base/siginfo-thread.c: Likewise.
16415 * gdb.mi/non-stop.c: Include unistd.h.
16416 * gdb.mi/nsthrexec.c: Include stdio.h.
16417 * gdb.mi/pthreads.c: Include unistd.h.
16418 * gdb.modula2/unbounded1.c (main): Declare returns int.
16419 * gdb.reverse/consecutive-reverse.c: Likewise.
16420 * gdb.threads/create-fail.c: Include unistd.h.
16421 * gdb.threads/killed.c: Likewise.
16422 * gdb.threads/linux-dp.c: Likewise.
16423 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16424 * gdb.threads/non-ldr-exc-2.c: Likewise.
16425 * gdb.threads/non-ldr-exc-3.c: Likewise.
16426 * gdb.threads/non-ldr-exc-4.c: Likewise.
16427 * gdb.threads/pthreads.c: Include unistd.h.
16428 (main): Declare returns int.
16429 * gdb.threads/tls-main.c (foo): New declaration.
16430 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16431
f7e5394d
SM
164322015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16433
16434 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16435 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16436
743649fd
MW
164372015-01-15 Mark Wielaard <mjw@redhat.com>
16438
16439 * gdb.base/noreturn-return.c: New file.
16440 * gdb.base/noreturn-return.exp: New file.
16441 * gdb.base/noreturn-finish.c: New file.
16442 * gdb.base/noreturn-finish.exp: New file.
16443
198297aa
PA
164442015-01-23 Pedro Alves <palves@redhat.com>
16445
16446 * gdb.threads/continue-pending-after-query.c: New file.
16447 * gdb.threads/continue-pending-after-query.exp: New file.
16448
717cf30c
AG
164492015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16450 Simon Marchi <simon.marchi@ericsson.com>
16451
16452 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16453 * gdb.base/valgrind-db-attach.exp: Same.
16454 * gdb.base/valgrind-infcall.exp: Same.
16455 * lib/mi-support.exp (default_mi_gdb_start): Same.
16456 * lib/prompt.exp (default_prompt_gdb_start): Same.
16457 * lib/gdb.exp (default_gdb_spawn): Same.
16458 (gdb_interact): New.
16459
16460
4b62a76e
JK
164612015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16462
16463 * gdb.compile/compile.exp (pointer to jit function): New test.
16464
b4cdae6f
WW
164652015-01-17 Wei-cheng Wang <cole945@gmail.com>
16466
16467 * lib/gdb.exp (supports_process_record): Return true for
16468 powerpc*-*-linux*.
16469 (supports_reverse): Likewise.
16470
d221e7ef
DB
164712015-01-15 Don Breazeal <donb@codesourcery.com>
16472
16473 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16474 instead of checking whether the target board is remote and
16475 use spawn_wait_for_attach instead of exec/sleep.
16476 * gdb.base/attach-twice.exp: Likewise.
16477
bafffb51
JB
164782015-01-15 Joel Brobecker <brobecker@adacore.com>
16479
16480 * gdb.ada/var_arr_attrs: New testcase.
16481
5589af0e
PA
164822015-01-14 Pedro Alves <palves@redhat.com>
16483 Joel Brobecker <brobecker@adacore.com>
16484
16485 PR gdb/17525
16486 * gdb.base/bp-cmds-execution-x-script.c: New file.
16487 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16488 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16489
6c400b59
PA
164902015-01-14 Pedro Alves <palves@redhat.com>
16491
16492 PR cli/17828
16493 * gdb.base/batch-preserve-term-settings.c: New file.
16494 * gdb.base/batch-preserve-term-settings.exp: New file.
16495
e02c96a7
DE
164962015-01-13 Doug Evans <dje@google.com>
16497
16498 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16499 binary.
16500
576fd14c
JB
165012015-01-13 Joel Brobecker <brobecker@adacore.com>
16502
16503 * Makefile.in (clean mostlyclean): Do not delete *.py.
16504
04dccad0
JB
165052015-01-13 Joel Brobecker <brobecker@adacore.com>
16506
16507 * gdb.python/py-lookup-type.exp: New file.
16508
3d230f71
PA
165092015-01-12 Pedro Alves <palves@redhat.com>
16510
16511 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16512 restore GDBFLAGS before returning.
16513
7e67715d
JK
165142015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16515
16516 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16517 is_amd64_regs_target and is_x86_like_target.
16518
f2e0d4b4
DE
165192015-01-11 Doug Evans <xdje42@gmail.com>
16520
16521 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16522 is given without an explicit form.
16523 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16524 attributes.
16525 * gdb.dwarf/corrupt.exp: Ditto.
16526 * gdb.dwarf2/enum-type.exp: Ditto.
16527 * gdb.trace/entry-values.exp: Ditto.
16528 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16529
439250fb
DE
165302015-01-11 Doug Evans <xdje42@gmail.com>
16531
16532 PR gdb/15830
16533 * gdb.base/maint.exp: Remove references to "maint demangle".
16534 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16535 Add tests for explicitly specifying language to demangle.
16536 * gdb.dlang/demangle.exp: Ditto.
16537
ede9f622
PA
165382015-01-09 Pedro Alves <palves@redhat.com>
16539
16540 * gdb.threads/non-stop-fair-events.c: New file.
16541 * gdb.threads/non-stop-fair-events.exp: New file.
16542
a7b796db
PA
165432015-01-09 Pedro Alves <palves@redhat.com>
16544
16545 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16546 the global scope. Set a breakpoint after all threads are started
16547 rather than stepping over two source lines. Expect the prompt.
16548 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16549 global.
16550 (NUM): Now 15.
16551 (main): Use threads_started_barrier to wait for all threads to
16552 start. Main thread no longer calls thread_function. Exit after
16553 180 seconds.
16554 (loop): New function.
16555 (thread_function): Wait on threads_started_barrier barrier. Call
16556 'loop' at each iteration.
16557 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16558 threads have started, instead of hardcoding number of "next"
16559 steps. Use an access watchpoint instead of a write watchpoint.
16560
9665ffdd
PA
165612015-01-09 Pedro Alves <palves@redhat.com>
16562
16563 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16564 (thread_func): Wait on barrier.
16565 (main): Wait for all threads to start before stopping GDB.
16566 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16567 global.
16568 (thread1_func, thread2_func): Wait on barrier.
16569 (main): Wait for all threads to start before stopping GDB.
16570 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16571 New global.
16572 (thread1_func, thread2_func): Wait on barrier.
16573 (main): Wait for all threads to start before stopping GDB.
16574
c945a99f
PA
165752015-01-09 Pedro Alves <palves@redhat.com>
16576
16577 * gdb.threads/attach-many-short-lived-threads.c: New file.
16578 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16579
c1a747c1
PA
165802014-01-09 Pedro Alves <palves@redhat.com>
16581
16582 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16583 instead of to thread 2.
16584 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16585 Add barrier around each pthread_create call instead of around all
16586 calls.
16587 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16588 Set a break on thread_function and have the child threads hit it
16589 one at at a time.
16590
60b3033e
PA
165912015-01-09 Pedro Alves <palves@redhat.com>
16592
16593 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16594 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16595 false.
16596 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16597 checking whether the target board is remote.
16598 * gdb.multi/multi-attach.exp: Likewise.
16599 * gdb.python/py-sync-interp.exp: Likewise.
16600 * gdb.server/ext-attach.exp: Likewise.
16601 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16602 tests that need to attach, instead of checking whether the target
16603 board is remote at the top of the file.
16604
acc018ac
YQ
166052015-01-08 Yao Qi <yao@codesourcery.com>
16606
16607 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16608
50a18af8
JK
166092015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16610
16611 Fix testcase compilation.
16612 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16613
8503d6e1
JB
166142015-01-06 Joel Brobecker <brobecker@adacore.com>
16615
16616 * gdb.python/py-type.exp: Add a couple test about empty
16617 array creation, and negative-length array creation.
16618
cc73dbcc
DE
166192015-01-02 Doug Evans <xdje42@gmail.com>
16620
16621 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16622
0300bbc7
DE
166232015-01-02 Doug Evans <dje@google.com>
16624
16625 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16626
9d85a0ec
YQ
166272014-12-29 Yao Qi <yao@codesourcery.com>
16628
16629 * gdb.trace/entry-values.exp: Update comments. Rename variable
16630 bar_call_foo to returned_from_foo.
16631
87186c6a
MMN
166322014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16633
16634 PR gdb/17394
16635 * gdb.linespec/break-asm-file.c: New file.
16636 * gdb.linespec/break-asm-file.exp: New file.
16637 * gdb.linespec/break-asm-file0.s: New file.
16638 * gdb.linespec/break-asm-file1.s: New file.
16639
1bab7383
YQ
166402014-12-18 Nigel Stephens <nigel@mips.com>
16641 Maciej W. Rozycki <macro@codesourcery.com>
16642
16643 * gdb.base/float.exp: Handle the new output from "info float" on
16644 MIPS targets.
16645
1bc1068a
JK
166462014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16647
16648 Fix MinGW compilation.
16649 * gdb.compile/compile-ops.exp: Update untested message if
16650 !skip_compile_feature_tests.
16651 * gdb.compile/compile-setjmp.exp: Likewise.
16652 * gdb.compile/compile-tls.exp: Likewise.
16653 * gdb.compile/compile.exp: Likewise.
16654 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16655 supported on this host".
16656
b6615d10
DE
166572014-12-16 Doug Evans <xdje42@gmail.com>
16658
16659 * boards/stabs.exp: New file.
16660
25dda427
AA
166612014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16662
16663 * gdb.base/completion.exp: Adjust to format changes of "maint
16664 print user-registers".
16665
bf330350
CU
166662014-12-16 Catalin Udma <catalin.udma@freescale.com>
16667
16668 PR server/17457
16669 * gdb.arch/aarch64-fp.c: New file.
16670 * gdb.arch/aarch64-fp.exp: New file.
16671
395cf596
SDJ
166722014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16673
16674 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16675 r210637, r210913, r211666, r215400, r215817).
16676
16677 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16678 * dg-extract-results.py: New file.
16679 * dg-extract-results.sh: Use it if the environment seems
16680 suitable.
16681
16682 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16683
16684 * dg-extract-results.py (parse_run): Handle warnings that
16685 are printed before a test harness is run.
16686
16687 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16688
16689 * dg-extract-results.py (Named): Remove __cmp__ method.
16690 (output_variation): Use a key to sort variation.harnesses.
16691
16692 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16693
16694 * dg-extract-results.py: For Python 3, force sys.stdout to
16695 handle surrogate escape sequences.
16696 (safe_open): New function.
16697 (output_segment, main): Use it.
16698
16699 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16700
16701 * dg-extract-results.py (Prog.result_re): Include options
16702 in test name.
16703
16704 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16705
16706 * dg-extract-results.py (output_variation): Always sort if
16707 do_sum.
16708
e882ef3c
SM
167092014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16710
16711 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16712 as long as we get pagination notifications.
16713
4992aa20
JM
167142014-12-15 Jason Merrill <jason@redhat.com>
16715
16716 * Makefile.in (check-gdb.%): Restore.
16717 * README: Mention it.
16718
c1b5a1a6
JB
167192014-12-13 Joel Brobecker <brobecker@adacore.com>
16720
16721 * gdb.ada/str_uninit: New testcase.
16722
5537b577
JK
167232014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16724
16725 PR symtab/17642
16726 * gdb.base/vla-stub-define.c: New file.
16727 * gdb.base/vla-stub.c: New file.
16728 * gdb.base/vla-stub.exp: New file.
16729
bb2ec1b3
TT
167302014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16731 Jan Kratochvil <jan.kratochvil@redhat.com>
16732 Tom Tromey <tromey@redhat.com>
16733
16734 * configure.ac: Add gdb.compile/.
16735 * configure: Regenerate.
16736 * gdb.compile/Makefile.in: New file.
16737 * gdb.compile/compile-ops.exp: New file.
16738 * gdb.compile/compile-ops.c: New file.
16739 * gdb.compile/compile-tls.c: New file.
16740 * gdb.compile/compile-tls.exp: New file.
16741 * gdb.compile/compile-constvar.S: New file.
16742 * gdb.compile/compile-constvar.c: New file.
16743 * gdb.compile/compile-mod.c: New file.
16744 * gdb.compile/compile-nodebug.c: New file.
16745 * gdb.compile/compile-setjmp-mod.c: New file.
16746 * gdb.compile/compile-setjmp.c: New file.
16747 * gdb.compile/compile-setjmp.exp: New file.
16748 * gdb.compile/compile-shlib.c: New file.
16749 * gdb.compile/compile.c: New file.
16750 * gdb.compile/compile.exp: New file.
16751 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16752
4ff709eb
TT
167532014-12-12 Tom Tromey <tromey@redhat.com>
16754
16755 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16756 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16757
6dddd6a5
DE
167582014-12-12 Doug Evans <dje@google.com>
16759
16760 * lib/gdb-python.exp (get_python_valueof): New function.
16761 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16762
71c24708
AA
167632014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16764
16765 * gdb.base/completion.exp: Add test for completion of "info
16766 registers ".
16767
3e29f34a
MR
167682014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16769
16770 * gdb.base/func-ptrs.c: New file.
16771 * gdb.base/func-ptrs.exp: New file.
16772
fc126975
SM
167732014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16774
16775 PR breakpoints/17012
16776 * gdb.base/dprintf-detach.c: New file.
16777 * gdb.base/dprintf-detach.exp: New file.
16778
0a46d518
SM
167792014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16780
16781 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16782 * lib/gdb.exp (target_is_gdbserver): New procedure.
16783
a0be3e44
DE
167842014-12-08 Doug Evans <dje@google.com>
16785
16786 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16787
df1b803a
YQ
167882014-12-05 Yao Qi <yao@codesourcery.com>
16789
16790 * gdb.guile/scm-error.exp: Remove the third argument to
16791 gdb_remote_download.
16792 * gdb.guile/scm-frame-args.exp: Likewise.
16793 * gdb.guile/scm-section-script.exp: Likewise.
16794
ddb9f679
YQ
167952014-12-05 Yao Qi <yao@codesourcery.com>
16796
16797 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16798
86e4ed39
DE
167992014-12-04 Doug Evans <dje@google.com>
16800
16801 * gdb.python/py-objfile.exp: Add tests for
16802 objfile.add_separate_debug_file.
16803
7c50a931
DE
168042014-12-04 Doug Evans <dje@google.com>
16805
16806 * lib/gdb.exp (get_build_id): New function.
16807 (build_id_debug_filename_get): Rewrite to use it.
16808 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16809
621661e3
MR
168102014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16811
16812 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16813 `method(long)', not just 0x0.
16814 * gdb.cp/nsalias.exp: Align code labels to 4.
16815 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16816 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16817 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16818 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16819 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16820 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16821
29f0c3b7
DE
168222014-12-02 Doug Evans <dje@google.com>
16823
e1e061e7 16824 PR symtab/17602
29f0c3b7 16825 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 16826 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
16827 * gdb.cp/anon-ns.exp: Update.
16828
162078c8
NB
168292014-12-02 Nick Bull <nicholaspbull@gmail.com>
16830
16831 * gdb.python/py-events.py (inferior_call_handler): New.
16832 (register_changed_handler, memory_changed_handler): New.
16833 (test_events.invoke): Register new handlers.
16834 * gdb.python/py-events.exp: Add tests for inferior call,
16835 memory_changed and register_changed events.
16836
fdb09caf
AA
168372014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16838
16839 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16840 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16841 if the linker doesn't understand this.
16842
55cfb2c4
SM
168432014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16844
16845 * gdb.python/python.exp: Change expected reply to help().
16846
9e8cd6df
YQ
168472014-12-01 Yao Qi <yao@codesourcery.com>
16848
16849 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16850 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16851 * configure: Re-generated.
16852
6c659fc2
SC
168532014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16854
16855 * gdb.cp/chained-calls.cc: New file.
16856 * gdb.cp/chained-calls.exp: New file.
16857 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16858
d7fc3181
SM
168592014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16860
16861 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16862 * gdb.dwarf2/symtab-producer.exp: Same.
16863 * gdb.gdb/python-interrupts.exp: Same.
16864 * gdb.gdb/python-selftest.exp: Same.
16865 * gdb.python/py-linetable.exp: Same.
16866 * gdb.python/py-type.exp: Same.
16867 * gdb.python/py-value-cc.exp: Same.
16868 * gdb.python/py-value.exp: Same.
16869
10e79639
YQ
168702014-11-28 Yao Qi <yao@codesourcery.com>
16871
16872 * gdb.base/break-probes.exp: Match library name prefixed with
16873 sysroot.
16874
f28a0564
SM
168752014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16876
16877 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16878 test expected output. Add parentheses for the call to print.
16879 Remove L suffix from integers.
16880
3fe1ce1d
DE
168812014-11-26 Doug Evans <dje@google.com>
16882
16883 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16884
84429e27
YQ
168852014-11-22 Yao Qi <yao@codesourcery.com>
16886
16887 * gdb.trace/entry-values.c: Remove asms.
16888 (foo): Add foo_label.
16889 (bar): Add bar_label.
16890 * gdb.trace/entry-values.exp: Remove code computing foo's
16891 length and bar's length.
16892 (Dwarf::assemble): Invoke function_range for bar and use
16893 MACRO_AT_func for foo.
16894
26741859
YQ
168952014-11-22 Yao Qi <yao@codesourcery.com>
16896
16897 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16898 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16899 Use .Lgcc43_procstart instead of gcc43.
16900
45e44d27
JB
169012014-11-21 Joel Brobecker <brobecker@adacore.com>
16902
16903 * gdb.ada/n_arr_bound: New testcase.
16904
458c8db8
SDJ
169052014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16906
16907 PR breakpoints/10737
16908 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16909 test_catch_syscall_multi_arch.
16910 (test_catch_syscall_multi_arch): New function.
16911
43f3e411
DE
169122014-11-20 Doug Evans <xdje42@gmail.com>
16913
16914 * gdb.base/maint.exp: Update expected output.
16915
0d7b2549
AA
169162014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16917
16918 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16919 4-byte instruction on S390.
16920
8908fca5
JB
169212014-11-19 Joel Brobecker <brobecker@adacore.com>
16922
16923 * gdb.ada/arr_arr: New testcase.
16924
4a46959e
JB
169252014-11-19 Joel Brobecker <brobecker@adacore.com>
16926
16927 * gdb.ada/pkd_arr_elem: New Testcase.
16928
470e2f4e
LM
169292014-11-18 Luis Machado <lgustavo@codesourcery.com>
16930
16931 * gdb.reverse/break-precsave: Expect completion message for
16932 core file reads.
16933 * gdb.reverse/consecutive-precsave.exp: Likewise.
16934 * gdb.reverse/finish-precsave.exp: Likewise.
16935 * gdb.reverse/i386-precsave.exp: Likewise.
16936 * gdb.reverse/machinestate-precsave.exp: Likewise.
16937 * gdb.reverse/sigall-precsave.exp: Likewise.
16938 * gdb.reverse/solib-precsave.exp: Likewise.
16939 * gdb.reverse/step-precsave.exp: Likewise.
16940 * gdb.reverse/until-precsave.exp: Likewise.
16941 * gdb.reverse/watch-precsave.exp: Likewise.
16942
a267f3ad
AA
169432014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16944
16945 * gdb.base/bp-permanent.c: Include unistd.h.
16946 * gdb.python/py-framefilter-mi.c (main): Add return type.
16947 * gdb.python/py-framefilter.c (main): Likewise.
16948 * gdb.trace/actions-changed.c (main): Likewise.
16949
12084a9a
AA
169502014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16951
16952 * gdb.mi/until.c: Add eye-catchers.
16953 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16954 line numbers.
16955
dc7e1a77
AA
169562014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16957
16958 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16959 function header variants in break1.c.
16960 * gdb.base/ena-dis-br.exp: Likewise.
16961 * gdb.base/hbreak2.exp: Likewise.
16962 * gdb.reverse/until-precsave.exp: Drop references to removed
16963 non-prototype function header variants in ur1.c.
16964 * gdb.reverse/until-reverse.exp: Likewise.
16965
41c77605
PM
169662014-11-17 Petr Machata <pmachata@redhat.com>
16967
16968 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16969 ${_cu_offset_size} bytes abbrev offset.
16970
34248c3a
DE
169712014-11-15 Doug Evans <xdje42@gmail.com>
16972
16973 PR symtab/17559
16974 * gdb.base/line-symtabs.exp: New file.
16975 * gdb.base/line-symtabs.c: New file.
16976 * gdb.base/line-symtabs.h: New file.
16977
646da059
YQ
169782014-11-14 Yao Qi <yao@codesourcery.com>
16979
16980 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16981 (func): Add label func_label.
16982 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16983 Replace low_pc and high_pc with MACRO_AT_range.
16984 Replace name, low_pc and high_pc with MACRO_AT_func.
16985
9301ebe6
YQ
169862014-11-14 Yao Qi <yao@codesourcery.com>
16987
16988 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16989 Replace name, low_pc and high_pc with MACRO_AT_func.
16990
f166b542
YQ
169912014-11-14 Yao Qi <yao@codesourcery.com>
16992
16993 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16994 produce debug information.
16995 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16996
0f6e71e3
YQ
169972014-11-14 Yao Qi <yao@codesourcery.com>
16998
16999 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17000 object and get function length.
17001 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17002 with MACRO_AT_func.
17003 (top-level): Replace gdb_compile and clean_restart with
17004 prepare_for_testing.
17005 * gdb.dwarf2/main.c (main): Add label main_label.
17006
876c4df9
YQ
170072014-11-14 Yao Qi <yao@codesourcery.com>
17008
17009 * lib/dwarf.exp (function_range): New procedure.
17010 (Dwarf::_handle_macro_at_func): New procedure.
17011 (Dwarf::_handle_macro_at_range): New procedure.
17012 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17013
02ad9cf1
YQ
170142014-11-14 Yao Qi <yao@codesourcery.com>
17015
17016 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17017 (_handle_attribute): New procedure.
17018
a59add0c
AA
170192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17020
17021 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17022 * gdb.base/call-sc.c (zed): Likewise.
17023 * gdb.base/checkpoint.c (main): Likewise.
17024 * gdb.base/dump.c (main): Likewise.
17025 * gdb.base/gcore.c (main): Likewise.
17026 * gdb.base/huge.c (main): Likewise.
17027 * gdb.base/multi-forks.c (main): Likewise.
17028 * gdb.base/pr10179-a.c (main): Likewise.
17029 * gdb.base/savedregs.c (main): Likewise.
17030 * gdb.base/sigaltstack.c (main): Likewise.
17031 * gdb.base/siginfo.c (main): Likewise.
17032 * gdb.base/structs.c (zed): Likewise.
17033 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17034 * gdb.mi/mi-syn-frame.c (main): Likewise.
17035 * gdb.mi/until.c (foo, main): Likewise.
17036 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17037 * gdb.base/solib-weak.c (foo): Declare.
17038 * gdb.base/attach-twice.c: Include stdio.h.
17039 * gdb.base/weaklib1.c: Likewise.
17040 * gdb.base/weaklib2.c: Likewise.
17041 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17042 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17043 unistd.h.
17044 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17045 * gdb.mi/mi-exit-code.c: Likewise.
17046 * gdb.base/break-interp-lib.c: Include string.h.
17047 * gdb.base/coremaker.c: Likewise.
17048 * gdb.base/testenv.c: Likewise.
17049 * gdb.python/py-finish-breakpoint.c: Likewise.
17050 * gdb.base/inferior-died.c: Include sys/wait.h.
17051 * gdb.base/fileio.c: Include time.h.
17052 * gdb.base/async-shell.c: Include unistd.h.
17053 * gdb.base/dprintf-non-stop.c: Likewise.
17054 * gdb.base/info-os.c: Likewise.
17055 * gdb.mi/mi-console.c: Likewise.
17056 * gdb.mi/watch-nonstop.c: Likewise.
17057 * gdb.python/py-events.c: Likewise.
17058 * gdb.base/async.c (baz): Move up before its invocation.
17059 * gdb.base/code_elim2.c (my_global_func): Likewise.
17060 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17061 * gdb.base/advance.c (func2): Likewise.
17062
3b5d5997
AA
170632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17064
17065 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17066 variant.
17067 * gdb.base/annota3.c: Likewise.
17068 * gdb.base/async.c: Likewise.
17069 * gdb.base/average.c: Likewise.
17070 * gdb.base/call-ar-st.c: Likewise.
17071 * gdb.base/call-rt-st.c: Likewise.
17072 * gdb.base/call-sc.c: Likewise.
17073 * gdb.base/call-strs.c: Likewise.
17074 * gdb.base/ending-run.c: Likewise.
17075 * gdb.base/execd-prog.c: Likewise.
17076 * gdb.base/exprs.c: Likewise.
17077 * gdb.base/foll-exec.c: Likewise.
17078 * gdb.base/foll-fork.c: Likewise.
17079 * gdb.base/foll-vfork.c: Likewise.
17080 * gdb.base/funcargs.c: Likewise.
17081 * gdb.base/gcore.c: Likewise.
17082 * gdb.base/jump.c: Likewise.
17083 * gdb.base/langs0.c: Likewise.
17084 * gdb.base/langs1.c: Likewise.
17085 * gdb.base/langs2.c: Likewise.
17086 * gdb.base/mips_pro.c: Likewise.
17087 * gdb.base/nodebug.c: Likewise.
17088 * gdb.base/opaque0.c: Likewise.
17089 * gdb.base/opaque1.c: Likewise.
17090 * gdb.base/recurse.c: Likewise.
17091 * gdb.base/run.c: Likewise.
17092 * gdb.base/scope0.c: Likewise.
17093 * gdb.base/scope1.c: Likewise.
17094 * gdb.base/setshow.c: Likewise.
17095 * gdb.base/setvar.c: Likewise.
17096 * gdb.base/shmain.c: Likewise.
17097 * gdb.base/shr1.c: Likewise.
17098 * gdb.base/shr2.c: Likewise.
17099 * gdb.base/sigall.c: Likewise.
17100 * gdb.base/signals.c: Likewise.
17101 * gdb.base/so-indr-cl.c: Likewise.
17102 * gdb.base/solib2.c: Likewise.
17103 * gdb.base/structs.c: Likewise.
17104 * gdb.base/sum.c: Likewise.
17105 * gdb.base/vforked-prog.c: Likewise.
17106 * gdb.base/watchpoint.c: Likewise.
17107 * gdb.reverse/shr2.c: Likewise.
17108 * gdb.reverse/until-reverse.c: Likewise.
17109 * gdb.reverse/ur1.c: Likewise.
17110 * gdb.reverse/watch-reverse.c: Likewise.
17111
066a77c5
AA
171122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17113
17114 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17115 variant.
17116 * gdb.base/sepdebug.exp: Drop references to removed code.
17117
4f204ea5
AA
171182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17119
17120 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17121 variant. Preserve original line numbering.
17122 * gdb.base/list1.c: Likewise.
17123
3b377a3a
AA
171242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17125
17126 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17127 variant.
17128 * gdb.base/break1.c: Likewise.
17129 * gdb.base/break.exp: Drop references to removed code.
17130
e444df73
AA
171312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17132
17133 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17134 variant.
17135
8008f2a7
AA
171362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17137
17138 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17139
a5a06887
AA
171402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17141
17142 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17143 logic into perform_all_tests() and invoke it with and without
17144 function header prototypes.
17145 (do_function_calls): Remove conditional XFAIL for PR 5318.
17146 (rerun_and_prepare): Remove duplicate code.
17147 (perform_all_tests): New. Main logic moved here.
17148
44dba9b9
AA
171492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17150
17151 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17152 code guarded by #ifdef NO_PROTOTYPES.
17153 (t_double_many_args): Likewise.
17154 (DEF_FUNC_MANY_ARGS_1): Likewise.
17155 (DEF_FUNC_VALUES_1): Likewise.
17156 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17157 guarded by #ifdef PROTOTYPES.
17158
d1fbcd56
AA
171592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17160
17161 * gdb.mi/mi-console.c: Add eye-catcher.
17162 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17163 instead of literal line number.
17164
b0e59b8f
AA
171652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17166
17167 * gdb.base/shr2.c: Add eye-catcher.
17168 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17169 line number.
17170
78f98cca
AA
171712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17172
17173 * gdb.base/jump.c: Add eye-catchers.
17174 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17175 numbers.
17176
58fa2af0
AA
171772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17178
17179 * gdb.base/execd-prog.c: Add eye-catchers.
17180 * gdb.base/foll-exec.c: Likewise.
17181 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17182 line numbers.
17183
04e5059b
AA
171842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17185
17186 * gdb.base/ending-run.c: Add eye-catchers.
17187 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17188 literal line numbers.
17189
dbfdb174
AA
171902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17191
17192 * gdb.base/call-rt-st.c: Add eye-catchers.
17193 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17194 literal line numbers.
17195
888a2ade
AA
171962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17197
17198 * gdb.base/call-ar-st.c: Add eye-catchers.
17199 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17200 literal line numbers.
17201
6acc2dde
AA
172022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17203
17204 * gdb.base/average.c: Add eye-catchers.
17205 * gdb.base/sum.c: Likewise.
17206 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17207 regexps dynamically.
17208
9ecfcd1d
AA
172092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17210
17211 * gdb.base/solib1.c: Add eye-catchers.
17212 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17213 literal line numbers.
17214
78708b7c
PA
172152014-11-12 Pedro Alves <palves@redhat.com>
17216
17217 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17218 leader has exited.
17219
af48d08f
PA
172202014-11-12 Pedro Alves <palves@redhat.com>
17221
17222 * gdb.arch/i386-bp_permanent.c: New file.
17223 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17224 (srcfile): Set to i386-bp_permanent.c.
17225 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17226 that stepi does not execute the 'leave' instruction, instead of
17227 testing it does execute.
17228 * gdb.base/bp-permanent.c: New file.
17229 * gdb.base/bp-permanent.exp: New file.
17230
af3768e9
DE
172312014-11-10 Doug Evans <xdje42@gmail.com>
17232
17233 PR symtab/17564
17234 * gdb.base/symtab-search-order.exp: New file.
17235 * gdb.base/symtab-search-order.c: New file.
17236 * gdb.base/symtab-search-order-1.c: New file.
17237 * gdb.base/symtab-search-order-shlib-1.c: New file.
17238
9de00a4a
PA
172392014-11-07 Pedro Alves <palves@redhat.com>
17240
17241 PR gdb/17511
17242 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17243 i?86-*-linux*.
17244
e0f52461
SC
172452014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17246
17247 PR c++/17494
17248 * gdb.cp/pr17494.cc: New file.
17249 * gdb.cp/pr17494.exp: New file.
17250
6ce8c980
YQ
172512014-11-02 Yao Qi <yao@codesourcery.com>
17252
17253 * gdb.python/python.exp: Get working directory and match the
17254 output of "set extended-prompt \\w " with it.
17255
02be9a71
DE
172562014-10-30 Doug Evans <dje@google.com>
17257
17258 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17259 in objfiles.
17260 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17261 in progspaces.
17262
3bdff46b
LM
172632014-10-30 Janis Johnson <janisjo@codesourcery.com>
17264
17265 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17266 * gdb.base/realname-expand.exp: Likewise.
17267 * gdb.linespec/macro-relative.exp: Likewise.
17268
ab917dfb
PA
172692014-10-29 Pedro Alves <palves@redhat.com>
17270
17271 PR gdb/17408
17272 * gdb.threads/schedlock.c (some_function): New function.
17273 (call_function): New global.
17274 (MAYBE_CALL_SOME_FUNCTION): New macro.
17275 (thread_function): Call it.
17276 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17277 and use it instead of a global counter. Adjust all callers.
17278 (get_current_thread): Use "find current thread" for test message
17279 here rather than having all callers pass down the same string.
17280 (goto_loop): New procedure, factored out from ...
17281 (my_continue): ... this.
17282 (step_ten_loops): Change parameter from test message to command to
17283 use. Adjust.
17284 (list_count): Delete global.
17285 (check_result): New procedure, factored out from duplicate top
17286 level code.
17287 (continue tests): Wrap in with_test_prefix.
17288 (test_step): New procedure, factored out from duplicate top level
17289 code.
17290 (top level): Test "step" in combination with all scheduler-locking
17291 modes. Test "next" in combination with all scheduler-locking
17292 modes, and in combination with stepping over a function call or
17293 not.
17294 * gdb.threads/next-bp-other-thread.c: New file.
17295 * gdb.threads/next-bp-other-thread.exp: New file.
17296
d3d4baed
PA
172972014-10-29 Pedro Alves <palves@redhat.com>
17298
17299 PR python/17372
17300 * gdb.python/python.exp: Test a multi-line command that spawns
17301 interactive Python.
17302 * gdb.base/multi-line-starts-subshell.exp: New file.
17303
563e8d85
YQ
173042014-10-29 Yao Qi <yao@codesourcery.com>
17305
17306 * gdb.base/fileio.exp: Make directories on host.
17307
0ea4d52e
YQ
173082014-10-29 Yao Qi <yao@codesourcery.com>
17309
17310 * gdb.base/fileio.c (test_write): Close the file.
17311
7f5ef605
PA
173122014-10-28 Pedro Alves <palves@redhat.com>
17313
17314 PR gdb/12623
17315 * gdb.base/sigstep.c (no_handler): New global.
17316 (main): If 'no_handler is true, set the signal handlers to
17317 SIG_IGN.
17318 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17319 with_sw_watch and no_handler parameters. Handle them.
17320 (top level) <stepping over handler when stopped at a breakpoint
17321 test>: Add a test axis for testing with a software watchpoint, and
17322 another for testing with the signal handler set to SIG_IGN.
17323 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17324 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17325
abbdbd03
PA
173262014-10-28 Pedro Alves <palves@redhat.com>
17327
17328 PR gdb/17511
17329 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17330 * gdb.base/sigstep.exp (other_handler_location): New global.
17331 (advance): Support stepping into the signal handler, and running
17332 commands while in the handler.
17333 (in_handler_map): New global.
17334 (top level): In the advance test, add combinations for getting
17335 into the handler with stepping commands, and for running commands
17336 in the handler. Add comment descripting the advancei tests.
17337
1df4399f
PA
173382014-10-28 Pedro Alves <palves@redhat.com>
17339
17340 * gdb.base/sigstep.exp: Use build_executable instead of
17341 prepare_for_testing.
17342 (top level): Move code that starts GDB, runs to main and creates a
17343 display to ...
17344 (restart): ... this new procedure.
17345 (top level): Move backtrace from signal handler test to ...
17346 (validate_backtrace): ... this new procedure.
17347 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17348 with_test_prefix. Always restart GDB.
17349 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17350 with_test_prefix. Always restart GDB. No need to delete
17351 breakpoints after the test.
17352 (test_skip_handler): Remove prefix parameter.
17353 (skip_over_handler, breakpoint_to_handler)
17354 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17355 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17356 restart GDB. No need to delete breakpoints after the test.
17357 (top level): Use foreach to call the test procedures with
17358 different commands.
17359
a5b6e449
PA
173602014-10-28 Pedro Alves <palves@redhat.com>
17361
17362 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17363 instead of GNATS numbers.
17364 * gdb.base/sigbpt.exp: Likewise.
17365 * gdb.base/siginfo.exp: Likewise.
17366 * gdb.base/sigstep.exp: Likewise.
17367
e5f8a7cc
PA
173682014-10-27 Pedro Alves <palves@redhat.com>
17369
17370 * gdb.base/sigstep.c (dummy): New global.
17371 (main): Issue a couple writes to the new global.
17372 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17373 procedures.
17374 (skip_over_handler): Use test_skip_handler.
17375 (top level): Call skip_over_handler for stepi and nexti too.
17376 (breakpoint_over_handler): Use test_skip_handler.
17377 (top level): Call breakpoint_over_handler for stepi and nexti too.
17378
763905a3
YQ
173792014-10-27 Yao Qi <yao@codesourcery.com>
17380
17381 * gdb.trace/tfile.c (adjust_function_address)
17382 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17383 function descriptor.
17384
6f259a23
DB
173852014-10-24 Don Breazeal <donb@codesourcery.com>
17386
17387 * gdb.base/foll-fork.exp (test_follow_fork,
17388 catch_fork_child_follow): Check for updated fork messages emitted
17389 from infrun.c.
17390 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17391 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17392 vfork_and_exec_child_follow_through_step): Check for updated vfork
17393 messages emitted from infrun.c.
17394
09dd9a69
PA
173952014-10-24 Pedro Alves <palves@redhat.com>
17396
17397 * gdb.base/corefile.exp: Remove references to ultrix.
17398 * gdb.base/interrupt.exp: Likewise.
17399 * gdb.base/whatis.exp: Likewise.
17400 * gdb.gdb/selftest.exp: Likewise.
17401 * gdb.threads/manythreads.exp: Likewise.
17402 * gdb.threads/print-threads.exp: Likewise.
17403 * gdb.threads/pthreads.exp:: Likewise.
17404 * gdb.threads/schedlock.exp: Likewise.
17405
3433cfa5
SC
174062014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17407
17408 * gdb.cp/non-trivial-retval.cc: Add a test case.
17409 * gdb.cp/non-trivial-retval.exp: Add a test.
17410
092f880b
YQ
174112014-10-20 Yao Qi <yao@codesourcery.com>
17412
17413 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17414 * gdb.python/py-objfile-script-gdb.py: New file.
17415 * gdb.python/py-objfile-script.exp: Update reference to
17416 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17417 of remote_download. Remove the dest file.
17418
acbdb7f3
YQ
174192014-10-20 Yao Qi <yao@codesourcery.com>
17420
17421 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17422 * gdb.base/step-line.exp: Likewise.
17423 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17424 * gdb.dwarf2/dw2-basic.exp: Likewise.
17425 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17426 * gdb.dwarf2/dw2-filename.exp: Likewise.
17427 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17428 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17429 * gdb.dwarf2/dw2-producer.exp: Likewise.
17430 * gdb.dwarf2/mac-fileno.exp: Likewise.
17431 * gdb.python/py-frame-args.exp: Likewise.
17432 * gdb.python/py-framefilter.exp: Likewise.
17433 * gdb.python/py-mi.exp: Likewise.
17434 * gdb.python/py-objfile-script.exp: Likewise
17435 * gdb.python/py-pp-integral.exp: Likewise.
17436 * gdb.python/py-pp-re-notag.exp: Likewise.
17437 * gdb.python/py-prettyprint.exp: Likewise.
17438 * gdb.python/py-section-script.exp: Likewise.
17439 * gdb.python/py-typeprint.exp: Likewise.
17440 * gdb.python/py-xmethods.exp: Likewise.
17441 * gdb.stabs/weird.exp: Likewise.
17442 * gdb.xml/tdesc-regs.exp: Likewise.
17443
bd286a29
KCY
174442014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17445
17446 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17447 (out_cu): Use addr_len for the size of addresses.
17448 (out_line): Likewise. Size DW_LNE_set_address instruction
17449 according to addr_len.
17450 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17451 (FUNC): Add START_INSNS to definition.
17452
673dc4a0
YQ
174532014-10-18 Yao Qi <yao@codesourcery.com>
17454
17455 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17456 gdb_has_argv0 return true.
17457 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17458 check [target_info exists noargs], check [gdb_has_argv0]
17459 instead.
17460 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17461 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17462 procedures.
17463
4ffbba72
DE
174642014-10-17 Doug Evans <dje@google.com>
17465
17466 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17467 event.
17468 * gdb.python/py-events.py: Add clear_objfiles event.
17469
d096d8c1
DE
174702014-10-17 Doug Evans <dje@google.com>
17471
17472 * gdb.python/py-objfile.exp: Test progspace attribute.
17473
a80db015
LM
174742014-10-17 Luis Machado <lgustavo@codesourcery.com>
17475
17476 * gdb.guile/scm-breakpoint.exp: Do not assume any
17477 directory separators when matching source file paths.
17478 * gdb.python/py-breakpoint.exp: Likewise.
17479 * gdb.reverse/break-precsave.exp: Likewise.
17480 * gdb.reverse/break-reverse.exp: Likewise.
17481 * gdb.reverse/consecutive-precsave.exp: Likewise.
17482 * gdb.reverse/finish-precsave.exp: Likewise.
17483 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17484 * gdb.reverse/finish-reverse.exp: Likewise.
17485 * gdb.reverse/i386-precsave.exp: Likewise.
17486 * gdb.reverse/i387-env-reverse.exp: Likewise.
17487 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17488 * gdb.reverse/machinestate-precsave.exp: Likewise.
17489 * gdb.reverse/machinestate.exp: Likewise.
17490 * gdb.reverse/sigall-precsave.exp: Likewise.
17491 * gdb.reverse/solib-precsave.exp: Likewise.
17492 * gdb.reverse/step-precsave.exp: Likewise.
17493 * gdb.reverse/until-precsave.exp: Likewise.
17494 * gdb.reverse/watch-precsave.exp: Likewise.
17495 * gdb.reverse/watch-reverse.exp: Likewise.
17496
b22089ab
YQ
174972014-10-17 Yao Qi <yao@codesourcery.com>
17498
17499 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17500 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17501
6c4486e6
PA
175022014-10-17 Pedro Alves <palves@redhat.com>
17503
17504 PR gdb/17471
17505 * gdb.base/bg-execution-repeat.c: New file.
17506 * gdb.base/bg-execution-repeat.exp: New file.
17507
0ff33695
PA
175082014-10-17 Pedro Alves <palves@redhat.com>
17509
17510 PR gdb/17300
17511 * gdb.base/continue-all-already-running.c: New file.
17512 * gdb.base/continue-all-already-running.exp: New file.
17513
6fdebc3d
PA
175142014-10-17 Pedro Alves <palves@redhat.com>
17515
17516 PR gdb/17472
17517 * gdb.base/annota-input-while-running.c: New file.
17518 * gdb.base/annota-input-while-running.exp: New file.
17519
32a8097b
PA
175202014-10-17 Pedro Alves <palves@redhat.com>
17521
17522 * gdb.base/callfuncs.exp: emove references to osf.
17523 * gdb.base/sigall.exp: Likewise.
17524 * gdb.gdb/selftest.exp: Likewise.
17525 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17526 * gdb.mi/non-stop.c: Likewise.
17527 * gdb.mi/pthreads.c: Likewise.
17528 * gdb.reverse/sigall-precsave.exp: Likewise.
17529 * gdb.reverse/sigall-reverse.exp: Likewise.
17530 * gdb.threads/pthreads.c: Likewise.
17531 * gdb.threads/pthreads.exp: Likewise.
17532
7a3517ff
YQ
175332014-10-17 Yao Qi <yao@codesourcery.com>
17534
17535 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17536 check 'target_info exists noargs'.
17537 (test_command_prompt_position): Likewise.
17538 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17539 Remove "set args".
17540 (progvar_simple_while_test): Likewise.
17541 (progvar_complex_if_while_test): Likewise.
17542 (if_while_breakpoint_command_test): Likewise.
17543 (infrun_breakpoint_command_test): Likewise.
17544 (breakpoint_command_test): Likewise.
17545 (watchpoint_command_test): Likewise.
17546 (bp_deleted_in_command_test): Likewise.
17547 (temporary_breakpoint_commands): Likewise.
17548
bb99c472
YQ
175492014-10-16 Yao Qi <yao@codesourcery.com>
17550
17551 * gdb.base/remotetimeout.exp: Remove noargs checking.
17552
7c16b83e
PA
175532014-10-15 Pedro Alves <palves@redhat.com>
17554
17555 PR breakpoints/9649
17556 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17557 * gdb.base/breakpoint-in-ro-region.exp
17558 (probe_target_hardware_step): New procedure.
17559 (top level): Probe hardware stepping and hardware breakpoint
17560 support. Test stepping through a read-only region, with both
17561 "breakpoint auto-hw" on and off and both "always-inserted" on and
17562 off.
17563
35a49624
IB
175642014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17565
17566 * gdb.dlang/demangle.exp: Update for demangling changes.
17567
2d1c107c
SC
175682014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17569
17570 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17571 * gdb.cp/non-trivial-retval.exp: Add new tests.
17572
778811d5
SC
175732014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17574
17575 PR c++/13403
17576 PR c++/15154
17577 * gdb.cp/non-trivial-retval.cc: New file.
17578 * gdb.cp/non-trivial-retval.exp: New file.
17579
10c5f0a8
YQ
175802014-10-15 Yao Qi <yao@codesourcery.com>
17581
17582 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17583 remote host.
17584
65d7b369
YQ
175852014-10-15 Yao Qi <yao@codesourcery.com>
17586
17587 * gdb.python/py-symbol.exp: Match file base name if host is
17588 remote, otherwise match file name with dir name.
17589 * gdb.python/py-symtab.exp: Likewise.
17590 * gdb.python/python.exp: Likewise.
17591
46dc1394
YQ
175922014-10-15 Yao Qi <yao@codesourcery.com>
17593
17594 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17595 pattern.
17596 * gdb.python/py-symtab.exp: Likewise.
17597 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17598 locationn.
17599
c40cc657
JB
176002014-10-14 Joel Brobecker <brobecker@adacore.com>
17601
17602 * gdb.ada/addr_arith: New testcase.
17603
2abf49e1
MR
176042014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17605
17606 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17607 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17608 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17609 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17610
f7088df3
SDJ
176112014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17612
17613 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17614 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17615 * gdb.arch/stap-eval-lang-ada.exp: New file.
17616
4dc06805
YQ
176172014-10-14 Yao Qi <yao@codesourcery.com>
17618
17619 * gdb.mi/mi-var-child.c (nothing1): New function.
17620 (nothing2): New function.
17621 (do_children_tests): Set function pointers by nothing1 and
17622 nothing2.
17623 * gdb.mi/mi-var-child.exp: Step over new added statements.
17624 Update test to match the new output.
17625 * gdb.mi/var-cmd.c (nothing1): New function.
17626 (nothing2): New function.
17627 (do_children_tests): Set function pointers by nothing1 and
17628 nothing2.
17629 * gdb.mi/mi-var-display.exp: Update test to match output.
17630 Step to the line specified by $line_dct_nothing.
17631 Increase the number of lines to step.
17632
46a93de2
YQ
176332014-10-14 Yao Qi <yao@codesourcery.com>
17634
17635 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17636 tests.
17637 * gdb.mi/mi2-var-child.exp: Likewise.
17638
14ea52ee
DE
176392014-10-13 Doug Evans <dje@google.com>
17640
17641 * gdb.python/py-objfile.exp: Change name of file name test.
17642
e5c6e92b
DE
176432014-10-13 Doug Evans <dje@google.com>
17644
17645 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17646 from the start of the CU.
17647
c780cc2f
JK
176482014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17649 Yao Qi <yao@codesourcery.com>
17650
17651 Fix "save breakpoints" for "catch" command.
17652 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17653 Remove -nonewline. Match also the added "main" line.
17654
99894e11
JK
176552014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17656
17657 Fix "save breakpoints" for "disable $bpnum" command.
17658 * gdb.base/save-bp.c (main): Add label.
17659 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17660
6e1ac5a3
JK
176612014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17662
17663 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17664
754dd2b0
YQ
176652014-10-11 Yao Qi <yao@codesourcery.com>
17666
17667 * gdb.server/server-kill.exp: Execute command
17668 "set remote trace-status-packet on" before "tstatus".
17669
f90183d7
YQ
176702014-10-11 Yao Qi <yao@codesourcery.com>
17671
17672 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17673 (main): Call getppid.
17674 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17675 and continue to it. Read variable "server_pid".
17676
bf40a607
YQ
176772014-10-11 Yao Qi <yao@codesourcery.com>
17678
17679 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17680
052ca370
YQ
176812014-10-11 Yao Qi <yao@codesourcery.com>
17682
17683 * gdb.threads/thread-find.exp: Don't execute command
17684 "info threads".
17685 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17686 * gdb.threads/linux-dp.exp: Don't check the condition
17687 $threads_created equals to zero.
17688
3831839c
PA
176892014-10-10 Pedro Alves <palves@redhat.com>
17690
17691 * gdb.base/bigcore.exp: Remove references to IRIX.
17692 * gdb.base/funcargs.exp: Likewise.
17693 * gdb.base/interrupt.exp: Likewise.
17694 * gdb.base/mips_pro.exp: Likewise.
17695 * gdb.base/nodebug.exp: Likewise.
17696 * gdb.base/setvar.exp: Likewise.
17697 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17698
8b9a549d
PA
176992014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17700 Pedro Alves <palves@redhat.com>
17701
17702 PR symtab/14466
17703 * gdb.base/vdso-warning.c: New file.
17704 * gdb.base/vdso-warning.exp: New file.
17705
d48ba5e8
DE
177062014-10-02 Doug Evans <dje@google.com>
17707
17708 * gdb.base/structs.c (main): Don't run forever.
17709
2278c276
PA
177102014-10-02 Pedro Alves <palves@redhat.com>
17711
17712 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17713 (top level) <stop threads 1, stop threads 2>: Use it.
17714
b57bacec
PA
177152014-10-02 Pedro Alves <palves@redhat.com>
17716
17717 * gdb.threads/break-while-running.exp (test): Add new
17718 'update_thread_list' argument. Skip "info threads" if false.
17719 (top level): Add new 'update_thread_list' axis.
17720
13fd3ff3
PA
177212014-10-02 Pedro Alves <palves@redhat.com>
17722
17723 PR breakpoints/17431
17724 * gdb.base/execl-update-breakpoints.c: New file.
17725 * gdb.base/execl-update-breakpoints.exp: New file.
17726
0fec99e8
PA
177272014-10-01 Pedro Alves <palves@redhat.com>
17728
17729 * gdb.base/breakpoint-in-ro-region.c: New file.
17730 * gdb.base/breakpoint-in-ro-region.exp: New file.
17731
2ddf4301
SM
177322014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17733
17734 * gdb.mi/mi-exit-code.exp: New file.
17735 * gdb.mi/mi-exit-code.c: New file.
17736
6a5f3f43
YQ
177372014-09-30 Yao Qi <yao@codesourcery.com>
17738
17739 * lib/prelink-support.exp (build_executable_own_libs): Error if
17740 the target isn't native.
17741
345bcc73
YQ
177422014-09-30 Yao Qi <yao@codesourcery.com>
17743
17744 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17745 false.
17746
a25a5a45
PA
177472014-09-22 Pedro Alves <palves@redhat.com>
17748
17749 * gdb.threads/break-while-running.exp: New file.
17750 * gdb.threads/break-while-running.c: New file.
17751
00ba3162
YQ
177522014-09-19 Yao Qi <yao@codesourcery.com>
17753
17754 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17755 Invoke test. Restart GDB with --readnow and invoke test again.
17756
c3b7b696
YQ
177572014-09-19 Yao Qi <yao@codesourcery.com>
17758
17759 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17760 proc set_breakpoint_on_gcd_function. Invoke
17761 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17762 invoke set_breakpoint_on_gcd_function again.
17763
2b4fd423
DE
177642014-09-18 Doug Evans <dje@google.com>
17765
17766 * gdb.dwarf2/symtab-producer.exp: New file.
17767
a5947601
SDJ
177682014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17769
17770 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17771 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17772 * gdb.base/global-var-nested-by-dso.c: Likewise.
17773 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17774
91c19059
SDJ
177752014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17776 Pedro Alves <palves@redhat.com>
17777
17778 * gdb.base/watch-bitfields.exp: Pass string other than test file
17779 name to prepare_for_testing.
17780 (watch): New procedure.
17781 (expect_watchpoint): Use with_test_prefix.
17782 (top level): Factor out tests to ...
17783 (test_watch_location, test_regular_watch): ... these new
17784 procedures, and use with_test_prefix and gdb_continue_to_end.
17785
bb9d5f81
PP
177862014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17787
17788 PR breakpoints/12526
17789 * gdb.base/watch-bitfields.exp: New file.
17790 * gdb.base/watch-bitfields.c: New file.
17791
635856f5
PA
177922014-09-16 Pedro Alves <palves@redhat.com>
17793
17794 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17795 software and hardware addresses, not software address against
17796 itself.
17797
7280ceea
PA
177982014-09-16 Pedro Alves <palves@redhat.com>
17799
17800 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17801 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17802
428b16bd
PA
178032014-09-16 Pedro Alves <palves@redhat.com>
17804
17805 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17806 files.
17807 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17808 "*-*-vxworks*" throughout.
17809 * gdb.base/break.exp: Likewise.
17810 * gdb.base/default.exp: Likewise.
17811 * gdb.base/scope.exp: Likewise.
17812 * gdb.base/sepdebug.exp: Likewise.
17813 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17814 throughout.
17815 * gdb.base/run.c: Likewise.
17816 * gdb.base/sepdebug.c: Likewise.
17817 * gdb.hp/gdb.aCC/run.c: Likewise.
17818 * gdb.reverse/until-reverse.c: Likewise.
17819 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17820
666d413c
YQ
178212014-09-16 Yao Qi <yao@codesourcery.com>
17822
17823 * boards/local-remote-host-native.exp: New file.
17824
57cbd724
DE
178252014-09-14 Doug Evans <xdje42@gmail.com>
17826
17827 * gdb.threads/queue-signal.c (thread_count): New variable.
17828 (thread_count_mutex, thread_count_condvar): New variables.
17829 (incr_thread_count, wait_all_threads_running): New functions.
17830 (main): Wait for all threads to be in their thread functions.
17831
81219e53
DE
178322014-09-13 Doug Evans <xdje42@gmail.com>
17833
17834 * gdb.threads/queue-signal.c: New file.
17835 * gdb.threads/queue-signal.exp: New file.
17836
3714cea7
DE
178372014-09-13 Doug Evans <xdje42@gmail.com>
17838
17839 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17840 be consistent with what default_gdb_init uses.
17841 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17842 the plain text of the prompt. Add some logging printfs.
17843 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17844
fa43b1d7
PA
178452014-09-12 Pedro Alves <palves@redhat.com>
17846
17847 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17848 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17849 * gdb.arch/i386-size-overlap.exp: Likewise.
17850 * gdb.arch/i386-size.exp: Likewise.
17851 * gdb.arch/i386-unwind.exp: Likewise.
17852 * gdb.base/a2-run.exp: Likewise.
17853 * gdb.base/break.exp: Likewise.
17854 * gdb.base/charset.exp: Likewise.
17855 * gdb.base/chng-syms.exp: Likewise.
17856 * gdb.base/commands.exp: Likewise.
17857 * gdb.base/dbx.exp: Likewise.
17858 * gdb.base/find.exp: Likewise.
17859 * gdb.base/funcargs.exp: Likewise.
17860 * gdb.base/jit-simple.exp: Likewise.
17861 * gdb.base/reread.exp: Likewise.
17862 * gdb.base/sepdebug.exp: Likewise.
17863 * gdb.base/step-bt.exp: Likewise.
17864 * gdb.cp/mb-inline.exp: Likewise.
17865 * gdb.cp/mb-templates.exp: Likewise.
17866 * gdb.objc/basicclass.exp: Likewise.
17867 * gdb.threads/killed.exp: Likewise.
17868
9d9bf2df
EBM
178692014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17870
17871 PR tdep/17379
17872 * gdb.arch/powerpc-stackless.S: New file.
17873 * gdb.arch/powerpc-stackless.exp: New file.
17874
1cf2f1b0
JK
178752014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17876
17877 * gdb.base/attach.c: Include unistd.h.
17878 (main): Call alarm. Add label postloop.
17879 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17880 gdb_breakpoint, gdb_continue_to_breakpoint.
17881 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17882
98880d46
PA
178832014-09-11 Pedro Alves <palves@redhat.com>
17884
17885 PR gdb/17347
17886 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17887 * gdb.base/attach.exp (test_command_line_attach_run): New
17888 procedure.
17889 (top level): Call it.
17890
4c92ff2c
PA
178912014-09-11 Pedro Alves <palves@redhat.com>
17892
17893 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17894 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17895 (do_command_attach_tests): Use spawn_wait_for_attach.
17896 * gdb.base/solib-overlap.exp: Likewise.
17897 * gdb.multi/multi-attach.exp: Likewise.
17898 * gdb.python/py-prompt.exp: Likewise.
17899 * gdb.python/py-sync-interp.exp: Likewise.
17900 * gdb.server/ext-attach.exp: Likewise.
17901
3adc1a7d
GKB
179022014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17903
17904 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17905 command in testcase. Simplify testcase.
17906
96334934
JB
179072014-09-10 Joel Brobecker <brobecker@adacore.com>
17908
17909 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17910
eb479039
JB
179112014-09-10 Joel Brobecker <brobecker@adacore.com>
17912
17913 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17914
deede10c
JB
179152014-09-10 Joel Brobecker <brobecker@adacore.com>
17916
17917 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17918
7828a5f5
JB
179192014-09-10 Joel Brobecker <brobecker@adacore.com>
17920
17921 * gdb.dwarf2/dynarr-ptr.c: New file.
17922 * gdb.dwarf2/dynarr-ptr.exp: New file.
17923
33aeebcf
MR
179242014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17925
17926 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17927 of 30 rather than hardcoding 120 for a slow test case. Take the
17928 `gdb,timeout' target setting into account for this calculation.
17929 Don't extend the timeout for the test cases that don't need it.
17930
7b415901
MR
179312014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17932
17933 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17934 a factor of 2 for a slow test case. Take the `gdb,timeout'
17935 target setting into account for this calculation.
17936 * gdb.reverse/until-precsave.exp: Increase the timeout by
17937 a factor of 15 and 3 respectively rather than adding 120
17938 for a pair of slow test cases. Take the `gdb,timeout'
17939 target setting into account for this calculation.
17940
4a40f85a
MR
179412014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17942
17943 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17944 timeout, don't pass one down to gdb_expect.
17945 (gdb_expect): Rework timeout selection.
17946
09635af7
MR
179472014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17948
17949 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17950 exception on timeout.
17951 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17952 (gdbserver_start_extended): Catch any `gdbserver_start' error
17953 exceptions.
17954 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17955 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17956 `gdbserver_gdb_load' error exceptions.
17957
2bdd10b7
MR
179582014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17959
17960 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17961 120 on waiting for the TCP socket to open.
17962
316935f0
DE
179632014-09-09 Doug Evans <xdje42@gmail.com>
17964
17965 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17966 _caller_matches, _any_caller_is, _any_caller_matches.
17967
83740597
DE
179682014-09-09 Doug Evans <xdje42@gmail.com>
17969
17970 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17971
4c122fc3
YQ
179722014-09-09 Yao Qi <yao@codesourcery.com>
17973
17974 * gdb.mi/mi-var-display.exp: Set print symbol off.
17975
a9f116cb
GKB
179762014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17977
17978 PR gdb/17035
17979 * gdb.base/commands.exp: Add tests to verify user-defined
17980 commands with empty bodies.
17981 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17982 python commands in `show user command`.
17983 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17984 scheme commands in `show user command`.
17985
c75bd3a2
JK
179862014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17987
17988 PR python/17355
17989 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17990 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17991 * gdb.python/py-framefilter-invalidarg.exp: New file.
17992 * gdb.python/py-framefilter-invalidarg.py: New file.
17993
faa42425
DE
179942014-09-06 Doug Evans <xdje42@gmail.com>
17995
17996 PR 15276
17997 * gdb.python/py-caller-is.c: New file.
17998 * gdb.python/py-caller-is.exp: New file.
17999
474ca4f6
SDJ
180002014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18001
18002 PR gdb/17235
18003 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18004 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18005
eb0b0463
SDJ
180062014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18007
18008 PR fortran/17237
18009 * gdb.fortran/print-formatted.exp: New file.
18010 * gdb.fortran/print-formatted.f90: Likewise.
18011
5f3b99cf
SS
180122014-09-03 Sasha Smundak <asmundak@google.com>
18013
18014 * gdb.python/py-frame.exp: Test Frame.read_register.
18015
7d793aa9
SDJ
180162014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18017
18018 PR python/16699
18019 * gdb.python/py-completion.exp: New file.
18020 * gdb.python/py-completion.py: Likewise.
18021
fb0576e9
DE
180222014-08-28 Doug Evans <dje@google.com>
18023
18024 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18025 eax,etc. are live with values set by gdb and thus the compiler can't
18026 use them.
18027 * gdb.arch/i386-pseudo.c (main): Ditto.
18028
ee92b0dd
DE
180292014-08-27 Doug Evans <dje@google.com>
18030
18031 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18032
6649db35
DE
180332014-08-25 Doug Evans <dje@google.com>
18034
18035 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18036 (main): Ditto.
18037
564b7600
DE
180382014-08-25 Doug Evans <dje@google.com>
18039
18040 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18041
3881fb67
YQ
180422014-08-24 Yao Qi <yao@codesourcery.com>
18043
18044 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18045 symbol off.
18046 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18047
a05a36a5
DE
180482014-08-22 Doug Evans <dje@google.com>
18049
18050 PR 17276
18051 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18052 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18053 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18054
7c343b48
YQ
180552014-08-22 Yao Qi <yao@codesourcery.com>
18056
18057 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18058 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18059 * gdb.python/python.exp: Likewise. Use .py file on the host
18060 instead of the build.
18061
22fd09ae
JK
180622014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18063
18064 * gdb.threads/gcore-stale-thread.c: New file.
18065 * gdb.threads/gcore-stale-thread.exp: New file.
18066
a8454a7c
PA
180672014-08-21 Pedro Alves <palves@redhat.com>
18068
18069 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18070 * gdb.base/gcore-relro-pie.exp: Likewise.
18071 * gdb.base/gcore-relro.exp: Likewise.
18072 * gdb.base/gcore.exp: Likewise.
18073 * gdb.base/print-symbol-loading.exp: Likewise.
18074 * gdb.threads/gcore-thread.exp: Likewise.
18075 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18076
2a31c623
PA
180772014-08-20 Pedro Alves <palves@redhat.com>
18078 Jan Kratochvil <jan.kratochvil@redhat.com>
18079
18080 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18081 configure.
18082 (EXPECT): Handle READ1 being set.
18083 (all): Depend on EXTRA_RULES.
18084 (check-read1, expect-read1, read1.so, read1): New rules.
18085 * README (Testsuite Parameters): Document the READ1 make variable.
18086 (Race detection): New section.
18087 * configure: Regenerate.
18088 * configure.ac: If build==host==target, and running under a
18089 GNU/glibc system, add read1 to the extra Makefile rules.
18090 (EXTRA_RULES): AC_SUBST it.
18091 * lib/read1.c: New file.
18092
d36430db
JB
180932014-08-20 Joel Brobecker <brobecker@adacore.com>
18094
18095 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18096 the handling of variables declared as a typedef to an array
18097 which a DW_AT_data_location attribute.
18098
9a0dc9e3
PA
180992014-08-19 Andrew Burgess <aburgess@broadcom.com>
18100 Pedro Alves <palves@redhat.com>
18101
18102 PR symtab/14604
18103 PR symtab/14605
18104 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18105 gdb_test.
18106
0718a8da
PA
181072014-08-19 Pedro Alves <palves@redhat.com>
18108
18109 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18110
13b448cd
YQ
181112014-08-19 Yao Qi <yao@codesourcery.com>
18112
18113 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18114 right line.
18115
1cbf5077
DB
181162014-08-18 David Blaikie <dblaikie@gmail.com>
18117
18118 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18119
bf0fae19
JB
181202014-08-18 Joel Brobecker <brobecker@adacore.com>
18121
18122 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18123 attribute in array range.
18124
3c8c5dcc
JB
181252014-08-18 Joel Brobecker <brobecker@adacore.com>
18126
18127 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18128
e66d4446
SC
181292014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18130
18131 PR c++/17132
18132 * gdb.cp/pr17132.cc: New file.
18133 * gdb.cp/pr17132.exp: New file.
18134
940df408
SC
181352014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18136
18137 * gdb.python/py-xmethods.py (A_getarrayind)
18138 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18139 Use 'print' with function call syntax.
18140 (E_method_matcher.match): Fix tab vs space indentation mixup.
18141
ebcc6c3a
YQ
181422014-08-15 Yao Qi <yao@codesourcery.com>
18143
18144 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18145 false.
18146
775e0f04
YQ
181472014-08-15 Yao Qi <yao@codesourcery.com>
18148
18149 * gdb.cp/casts.exp: Set print symbol off.
18150 * gdb.cp/class2.exp: Likewise.
18151 * gdb.cp/overload.exp: Likewise.
18152 * gdb.cp/templates.exp: Likewise.
18153
d769e349
DE
181542014-08-11 Doug Evans <dje@google.com>
18155
18156 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18157 (test_load_shlib): Update.
18158
20c6f1e1
YQ
181592014-08-09 Yao Qi <yao@codesourcery.com>
18160
18161 * gdb.base/display.exp: Invoke is_address_zero_readable.
18162 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18163 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18164 * gdb.base/hbreak-unmapped.exp: Return if
18165 is_address_zero_readable returns true.
18166 * gdb.base/signest.exp: Likewise.
18167 * gdb.base/signull.exp: Likewise.
18168 * gdb.base/sigbpt.exp: Likewise.
18169 * gdb.guile/scm-disasm.exp: Do the test if
18170 is_address_zero_readable returns false.
18171 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18172 * gdb.python/py-arch.exp: Likewise.
18173 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18174 * lib/gdb.exp (is_address_zero_readable): New proc.
18175
5792e8e3
YQ
181762014-08-09 Yao Qi <yao@codesourcery.com>
18177
18178 PR testsuite/13443
18179 * gdb.mi/mi-var-display.exp: Make test messages unique.
18180
3cecbbbe
TT
181812014-08-04 Tom Tromey <tromey@redhat.com>
18182
18183 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18184 target 0".
18185
00b51ff5
TT
181862014-08-04 Tom Tromey <tromey@redhat.com>
18187
18188 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18189 "target_resume".
18190
6908c509
JB
181912014-08-01 Joel Brobecker <brobecker@adacore.com>
18192
18193 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18194 inner_vla_struct_object_size.
18195 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18196 as xfail.
18197
cc6563d2
PA
181982014-07-30 Pedro Alves <palves@redhat.com>
18199
18200 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18201 comment.
18202
7e09a223
YQ
182032014-07-29 Yao Qi <yao@codesourcery.com>
18204
18205 PR gdb/17206
18206 * gdb.base/until-nodebug.exp: New.
18207
7ebdbe92
DE
182082014-07-28 Doug Evans <xdje42@gmail.com>
18209
18210 PR guile/17203
18211 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18212 previously existing parameter, and previously ambiguously spelled
18213 parameter.
18214
fdb1adc6
WN
182152014-07-28 Will Newton <will.newton@linaro.org>
18216
18217 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18218
186fcde0
DE
182192014-07-26 Ludovic Courtès <ludo@gnu.org>
18220 Doug Evans <xdje42@gmail.com>
18221
18222 PR guile/17146
18223 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18224
70509625
PA
182252014-07-25 Pedro Alves <palves@redhat.com>
18226
18227 * gdb.threads/signal-command-handle-nopass.c: New file.
18228 * gdb.threads/signal-command-handle-nopass.exp: New file.
18229 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18230 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18231 * gdb.threads/signal-delivered-right-thread.c: New file.
18232 * gdb.threads/signal-delivered-right-thread.exp: New file.
18233
c3f814a1
PA
182342014-07-25 Pedro Alves <palves@redhat.com>
18235
18236 * gdb.base/double-prompt-target-event-error.exp
18237 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18238 match.
18239 (cancel_pagination_in_target_event): Rework double prompt
18240 detection.
18241 * gdb.base/paginate-after-ctrl-c-running.exp
18242 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18243 <return>' match.
18244 * gdb.base/paginate-bg-execution.exp
18245 (test_bg_execution_pagination_return)
18246 (test_bg_execution_pagination_cancel): Remove '-notransfer
18247 <return>' matches.
18248 * gdb.base/paginate-execution-startup.exp
18249 (test_fg_execution_pagination_return)
18250 (test_fg_execution_pagination_cancel): Remove '-notransfer
18251 <return>' matches.
18252 * gdb.base/paginate-inferior-exit.exp
18253 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18254 match.
18255 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18256 * lib/gdb.exp (pagination_prompt): Run text through
18257 string_to_regexp.
18258 (gdb_test_multiple): Match $pagination_prompt instead of
18259 "<return>".
18260 (string_to_regexp): Move to lib/gdb-utils.exp.
18261
e214cf6c
JK
182622014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18263
18264 * gdb.arch/amd64-entry-value-paramref.S: New file.
18265 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18266 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18267 * gdb.arch/amd64-optimout-repeat.S: New file.
18268 * gdb.arch/amd64-optimout-repeat.c: New file.
18269 * gdb.arch/amd64-optimout-repeat.exp: New file.
18270
17d0c5c8
JK
182712014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18272
18273 PR gdb/17170
18274 * gdb.base/statistics.exp: New file.
18275
b8b8facf
DE
182762014-07-17 Doug Evans <dje@google.com>
18277
74b49205 18278 PR gdb/17170
b8b8facf
DE
18279 * gdb.base/maint.exp: Update testing of per-command stats.
18280
1b5d0ab3
PA
182812014-07-16 Pedro Alves <palves@redhat.com>
18282
18283 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18284 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18285 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18286 (tfile_write_buf): New functions.
18287 (add_memory_block): Rewrite using the above.
18288 (adjust_function_address): New function.
18289 (FUNCTION_ADDRESS): New macro.
18290 (write_basic_trace_file): Remove short_x local, and use
18291 tfile_write_16. Change type of func_addr local to unsigned long
18292 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18293 here. Cast argument of add_memory_block to char pointer.
18294 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18295 (main): Remove parameters.
18296 * gdb.trace/tfile.exp: Remove nowarnings.
18297
4d974e88
SM
182982014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18299
18300 * gdb.base/debug-expr.exp: Test string evaluation with
18301 "debug expression" on.
18302
41e99568
PA
183032014-07-15 Pedro Alves <palves@redhat.com>
18304
18305 * gdb.base/reread.exp: Use clean_restart.
18306
487d9753
PL
183072014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18308
18309 * gdb.arch/avr-flash-qualifer.c: New.
18310 * gdb.arch/avr-flash-qualifer.exp: New.
18311
cc1c52ad
PA
183122014-07-14 Pedro Alves <palves@redhat.com>
18313
18314 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18315 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18316
1e973570
PA
183172014-07-14 Pedro Alves <palves@redhat.com>
18318
18319 * gdb.base/double-prompt-target-event-error.c: New file.
18320 * gdb.base/double-prompt-target-event-error.exp: New file.
18321
93d6eb10
PA
183222014-07-14 Pedro Alves <palves@redhat.com>
18323
18324 PR gdb/17072
18325 * gdb.base/paginate-inferior-exit.c: New file.
18326 * gdb.base/paginate-inferior-exit.exp: New file.
18327
0017922d
PA
183282014-07-14 Pedro Alves <palves@redhat.com>
18329
18330 PR gdb/17072
18331 * gdb.base/paginate-bg-execution.c: New file.
18332 * gdb.base/paginate-bg-execution.exp: New file.
18333
94696ad3
PA
183342014-07-14 Pedro Alves <palves@redhat.com>
18335
18336 PR gdb/17072
18337 * gdb.base/paginate-execution-startup.c: New file.
18338 * gdb.base/paginate-execution-startup.exp: New file.
18339 * lib/gdb.exp (pagination_prompt): New global.
18340 (default_gdb_spawn): New procedure, factored out from
18341 default_gdb_spawn.
18342 (default_gdb_start): Adjust to call default_gdb_spawn.
18343 (gdb_spawn): New procedure.
18344
bd293940
PA
183452014-07-14 Pedro Alves <palves@redhat.com>
18346
18347 * lib/gdb.exp (gdb_assert): New procedure.
18348 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18349
c933f875
PA
183502014-07-14 Pedro Alves <palves@redhat.com>
18351
18352 * gdb.base/execution-termios.c: New file.
18353 * gdb.base/execution-termios.exp: New file.
18354
d98b7a16
TT
183552014-07-14 Tom Tromey <tromey@redhat.com>
18356
18357 * gdb.cp/vla-cxx.cc: New file.
18358 * gdb.cp/vla-cxx.exp: New file.
18359
548740d6
TT
183602014-07-14 Tom Tromey <tromey@redhat.com>
18361
18362 * gdb.reverse/rerun-prec.c: New file.
18363 * gdb.reverse/rerun-prec.exp: New file.
18364
a25eb028
MR
183652014-07-12 Maciej W. Rozycki <macro@mips.com>
18366 Maciej W. Rozycki <macro@codesourcery.com>
18367
18368 * lib/gdb-utils.exp: New file.
18369 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18370 inline `gdb_init_command' processing.
18371 (gdb_start_cmd): Likewise.
18372 * lib/mi-support.exp (mi_run_cmd): Likewise.
18373 * README: Document `gdb_init_command' and `gdb_init_commands'.
18374
218c2655
JK
183752014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18376
18377 Fix false FAIL running under a very long directory name.
18378 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18379 and "set print elements 10000". Twice.
18380
5401fde3
YQ
183812014-07-11 Yao Qi <yao@codesourcery.com>
18382
18383 * gdb.base/exprs.exp: "set print symbol off".
18384
e76126e8
PA
183852014-07-11 Pedro Alves <palves@redhat.com>
18386
18387 * gdb.threads/kill.c: New file.
18388 * gdb.threads/kill.exp: New file.
18389
2d6f0de6
YQ
183902014-07-10 Yao Qi <yao@codesourcery.com>
18391
18392 * gdb.trace/tfile.c (write_basic_trace_file)
18393 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18394 address written to trace file.
18395
7180e04a
PA
183962014-07-09 Pedro Alves <palves@redhat.com>
18397
18398 * gdb.base/attach-wait-input.exp: New file.
18399 * gdb.base/attach-wait-input.c: New file.
18400
9a9a7608
AB
184012014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18402
18403 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18404 setting up test structures.
18405 (main): Call new test function.
18406 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18407 test function, continue into test function and walk test
18408 structures.
18409
161ac41e
YQ
184102014-07-02 Yao Qi <yao@codesourcery.com>
18411
18412 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18413 'bar_start' at the beginning of functions 'foo' and 'bar'
18414 respectively.
18415 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18416 instead of 'foo' and 'bar'.
18417
1f267ae3
MM
184182014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18419
18420 * gdb.btrace/segv.exp: New.
18421 * gdb.btrace/segv.c: New.
18422
2b239efb
LM
184232014-07-02 Luis Machado <lgustavo@codesourcery.com>
18424
18425 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18426 instruction.
18427
cf363f18
MW
184282014-06-30 Mark Wielaard <mjw@redhat.com>
18429
18430 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18431 vulture, vilify, villar): New volatile array constants.
18432 (vindictive, vegetation): New const volatile array constants.
18433 * gdb.base/volatile.exp: Test volatile and const volatile array
18434 types.
18435
aebf9d24
AA
184362014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18437
18438 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18439 target lacks support for awatch, rwatch, or hbreak.
18440
b67a2c6f
YQ
184412014-06-27 Yao Qi <yao@codesourcery.com>
18442
18443 * gdb.multi/dummy-frame-restore.exp: New.
18444 * gdb.multi/dummy-frame-restore.c: New.
18445
aef92902
MM
184462014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18447
18448 * gdb.btrace/gcore.exp: New.
18449
8e9db26e
PA
184502014-06-23 Pedro Alves <palves@redhat.com>
18451
18452 * gdb.base/watchpoint-reuse-slot.c: New file.
18453 * gdb.base/watchpoint-reuse-slot.exp: New file.
18454
70afc5b7
SC
184552014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18456
18457 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18458 progspace's filename in 'info', 'enable' and 'disable' command
18459 tests.
18460
b972bd9c
JK
184612014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18462
18463 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18464 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18465 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18466
125f8a3d
GB
184672014-06-20 Gary Benson <gbenson@redhat.com>
18468
18469 * gdb.arch/i386-avx.exp: Fix include file location.
18470 * gdb.arch/i386-sse.exp: Likewise.
18471
3ed9baed
IB
184722014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18473
18474 * gdb.dlang/expression.exp: New file.
18475
034f788c
PA
184762014-06-19 Pedro Alves <palves@redhat.com>
18477
18478 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18479 out from ...
18480 (top level): ... here. Iterate running tests under different
18481 scheduler-locking settings.
18482
45371d0c
LM
184832014-06-18 Luis Machado <lgustavo@codesourcery.com>
18484
18485 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18486 to DW_FORM_addr and use non-zero addresses.
18487
5d376983
SC
184882014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18489
18490 PR gdb/17017
18491 * gdb.python/py-xmethods.cc: Add global function call counters and
18492 increment them in their respective functions. Remove "cout"
18493 statements.
18494 * gdb.python/py-xmethods.exp: Make tests check the global function
18495 call counters instead of depending on inferior IO.
18496
a1aa2221
LM
184972014-06-18 Don Breazeal <donb@codesourcery.com>
18498
18499 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18500 Deleted procedure.
18501 (explicit_fork_parent_follow): Deleted procedure.
18502 (explicit_fork_child_follow): Deleted procedure.
18503 (test_follow_fork): New procedure.
18504 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 18505 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
18506 procedure calls.
18507
0fc05997
YQ
185082014-06-17 Yao Qi <yao@codesourcery.com>
18509
18510 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18511 CP1252.
18512
70795c52
LM
185132014-06-17 Luis Machado <lgustavo@codesourcery.com>
18514
18515 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18516 Initialize ptr and S explicitly.
18517 (skip_type_update_when_not_use_rtti_test): Likewise.
18518
6be47f0c
KS
185192014-06-16 Keith Seitz <keiths@redhat.com>
18520
18521 PR mi/15863
18522 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18523 the inferior is started.
18524
d03de421
PA
185252014-06-16 Pedro Alves <palves@redhat.com>
18526
18527 * gdb.base/break-main-file-remove-fail.c: New file.
18528 * gdb.base/break-main-file-remove-fail.exp: New file.
18529 * gdb.base/break-unload-file.exp: Use build_executable instead of
18530 prepare_for_testing.
18531 (test_break): New parameter "initial_load". Handle it.
18532 (top level): Add initial_load cmdline/file axis.
18533
f9579b99
TT
185342014-06-12 Tom Tromey <tromey@redhat.com>
18535
18536 * gdb.base/completion.exp: Don't use directory name in test.
18537
3657956b
GB
185382014-06-09 Gary Benson <gbenson@redhat.com>
18539
18540 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18541 separate the always-available ANSI-standard signals from the
18542 signals that require checking.
18543 (main): Likewise.
18544 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18545 Likewise.
18546 (main): Likewise.
18547
4186eb54
KS
185482014-06-07 Keith Seitz <keiths@redhat.com>
18549
18550 Revert:
18551 PR c++/16253
18552 * gdb.cp/var-tag.cc: New file.
18553 * gdb.cp/var-tag.exp: New file.
18554 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18555 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18556 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18557 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18558
25326a28 185592014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
18560
18561 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18562
829155c9
PA
185632014-06-06 Pedro Alves <palves@redhat.com>
18564
18565 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18566 in target debug output instead of looking at RSP packets,
18567 disabling the test on any target that uses hardware stepping.
18568 Update comments.
18569
61c8d22e
PA
185702014-06-06 Pedro Alves <palves@redhat.com>
18571
18572 * gdb.base/break-unload-file.exp: Fix typo.
18573
d9a47287
YQ
185742014-06-06 Yao Qi <yao@codesourcery.com>
18575
18576 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18577 from "jit_function" to "^jit_function".
18578
e5e01dbf
YQ
185792014-06-06 Yao Qi <yao@codesourcery.com>
18580
18581 * gdb.base/async.c (foo): Add one statement.
18582 * gdb.base/async.exp: Get the next instruction address and
18583 match the output of "nexti" by instruction address. Match
18584 the hex address in the output of "finish".
18585
73ba372c
GB
185862014-06-06 Gary Benson <gbenson@redhat.com>
18587
18588 * gdb.base/call-signals.c: Remove preprocessor conditionals
18589 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18590 SIGSEGV and SIGTERM.
18591 * gdb.base/sigall.c: Likewise.
18592 * gdb.base/unwindonsignal.c: Likewise.
18593 * gdb.reverse/sigall-reverse.c: Likewise.
18594
831517df
YQ
185952014-06-06 Yao Qi <yao@codesourcery.com>
18596
18597 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18598 readable, skip the test.
18599
b8b91e98
YQ
186002014-06-06 Yao Qi <yao@codesourcery.com>
18601
18602 * gdb.threads/staticthreads.c (thread_function): Move the line
18603 setting breakpoint on forward.
18604 * gdb.threads/staticthreads.exp: Update comments.
18605
fb934770
LC
186062014-06-05 Ludovic Courtès <ludo@gnu.org>
18607
18608 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18609 "history-append! type error".
18610
6ef284bd
SM
186112014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18612
18613 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18614 erroneous dprintf expected input.
18615
a872e241
DE
186162014-06-04 Doug Evans <xdje42@gmail.com>
18617
18618 * gdb.guile/scm-generics.exp: Delete.
18619
16f691fb
DE
186202014-06-04 Doug Evans <xdje42@gmail.com>
18621
18622 * gdb.guile/scm-breakpoint.exp: Update.
18623 Add tests for breakpoint registration.
18624
012370f6
TT
186252014-06-04 Tom Tromey <tromey@redhat.com>
18626
18627 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18628 VLA-in-union.
18629 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18630 inner_vla_struct, vla_union types. Initialize objects of those
18631 types and compute their sizes.
18632
9f5a4cef
HZ
186332014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18634 Hui Zhu <hui@codesourcery.com>
18635
18636 * gdb.base/fileio.exp: Add test for shell not available as well as
18637 available.
18638 * gdb.base/fileio.c (test_system): Check for shell twice.
18639
90a45c4d
YQ
186402014-06-04 Yao Qi <yao@codesourcery.com>
18641
18642 * gdb.base/auto-connect-native-target.exp: Remove redundant
18643 space from the regexp pattern.
18644
70017e41
YQ
186452014-06-04 Yao Qi <yao@codesourcery.com>
18646
18647 * gdb.base/default.exp: Replace "child" with "native" in
18648 regexp pattern.
18649
883964a7
SC
186502014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18651
18652 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18653 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18654 * gdb.python/py-xmethods.py: Python script supporting the
18655 new testcase and tests.
18656
ef370185
JB
186572014-06-03 Joel Brobecker <brobecker@adacore.com>
18658 Pedro Alves <palves@redhat.com>
18659
18660 PR breakpoints/17000
18661 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18662 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18663
1e2ccb61
BM
186642014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18665
18666 * gdb.base/subst.exp: Add tests to verify partial path matching
18667 output.
18668
c6ec5ab2
PA
186692014-06-03 Pedro Alves <palves@redhat.com>
18670
18671 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18672 target that doesn't use software single-stepping.
18673
835c559f
PA
186742014-06-03 Pedro Alves <palves@redhat.com>
18675
18676 PR breakpoints/17000
18677 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18678 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18679
06eb1586
DE
186802014-06-02 Doug Evans <xdje42@gmail.com>
18681
18682 * gdb.guile/scm-parameter.exp: New file.
18683
e698b8c4
DE
186842014-06-02 Doug Evans <xdje42@gmail.com>
18685
18686 * gdb.guile/scm-cmd.c: New file.
18687 * gdb.guile/scm-cmd.exp: New file.
18688
ded03782
DE
186892014-06-02 Doug Evans <xdje42@gmail.com>
18690
18691 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18692 pretty-printer lookup.
18693 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18694 (make-pp_s-printer): Call it.
18695 (make-pretty-printer-from-dict): New function.
18696 (lookup-pretty-printer-maker-from-dict): New function.
18697 (*pretty-printer*): Simplify.
18698 (make-objfile-pp_s-printer): New function.
18699 (install-objfile-pretty-printers!): New function.
18700 (make-progspace-pp_s-printer): New function.
18701 (install-progspace-pretty-printers!): New function.
18702 * gdb.guile/scm-progspace.c: New file.
18703 * gdb.guile/scm-progspace.exp: New file.
18704
41fac0cf
PA
187052014-06-02 Pedro Alves <palves@redhat.com>
18706
18707 * gdb.base/dprintf-bp-same-addr.c: New file.
18708 * gdb.base/dprintf-bp-same-addr.exp: New file.
18709
96ae5695
EBM
187102014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18711
18712 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18713 * gdb.arch/powerpc-power.s: Likewise.
18714
da02b3a8
JB
187152014-06-02 Joel Brobecker <brobecker@adacore.com>
18716
18717 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18718
c72b2e7b
YQ
187192014-06-01 Yao Qi <yao@codesourcery.com>
18720
18721 * gdb.base/watchpoint.exp (test_watch_location): Check null
18722 pointer can be dereferenced. If not, do the test, otherwise
18723 skip it.
18724
53e8a631
AB
187252014-05-30 Andrew Burgess <aburgess@broadcom.com>
18726
18727 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18728 results.
18729 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18730
938f0e2f
AB
187312014-05-30 Andrew Burgess <aburgess@broadcom.com>
18732
18733 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18734 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18735 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18736 * gdb.arch/amd64-invalid-stack-top.c: New file.
18737 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18738
9ba6657a
PA
187392014-05-30 Pedro Alves <palves@redhat.com>
18740
18741 PR breakpoints/17000
18742 * gdb.base/sss-bp-on-user-bp.c: New file.
18743 * gdb.base/sss-bp-on-user-bp.exp: New file.
18744
522c09bf
DB
187452014-05-30 David Blaikie <dblaikie@gmail.com>
18746
18747 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18748 gnu_inline semantics via attribute.
18749 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18750 source explicitly specifies the required semantics.
18751
bf4ef81e
MR
187522014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18753
18754 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18755
329ea579
PA
187562014-05-29 Pedro Alves <palves@redhat.com>
18757 Tom Tromey <tromey@redhat.com>
18758
18759 * gdb.base/async-shell.exp: Don't enable target-async.
18760 * gdb.base/async.exp
18761 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18762 parameter. Adjust.
18763 (top level): Don't test with "target-async".
18764 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18765 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18766 * gdb.base/inferior-died.exp: Don't enable target-async.
18767 * gdb.base/interrupt-noterm.exp: Likewise.
18768 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18769 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18770 * gdb.mi/mi-nonstop.exp: Likewise.
18771 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18772 * gdb.mi/mi-nsintrall.exp: Likewise.
18773 * gdb.mi/mi-nsmoribund.exp: Likewise.
18774 * gdb.mi/mi-nsthrexec.exp: Likewise.
18775 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18776 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18777 * gdb.python/py-evsignal.exp: Don't enable target-async.
18778 * gdb.python/py-evthreads.exp: Likewise.
18779 * gdb.python/py-prompt.exp: Likewise.
18780 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18781 * gdb.server/solib-list.exp: Don't enable target-async.
18782 * gdb.threads/thread-specific-bp.exp: Likewise.
18783 * lib/mi-support.exp: Adjust to use mi-async.
18784
fd664c91
PA
187852014-05-29 Pedro Alves <palves@redhat.com>
18786
18787 PR gdb/13860
18788 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18789 reason, even in sync mode.
18790
251bde03
PA
187912014-05-29 Pedro Alves <palves@redhat.com>
18792 Hui Zhu <hui@codesourcery.com>
18793
18794 PR PR15693
18795 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18796 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18797 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18798 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18799
7f3c0343
JB
188002014-05-28 Joel Brobecker <brobecker@adacore.com>
18801
18802 * config/monitor.exp (gdb_target_monitor): Replace use of
18803 "set remotebaud" by "set serial baud".
18804
b2715b27
AW
188052014-05-26 Andy Wingo <wingo@igalia.com>
18806
18807 * gdb.guile/scm-breakpoint.exp:
18808 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18809 properties instead of gdb-object-properties.
18810
498a4489
YQ
188112014-05-26 Yao Qi <yao@codesourcery.com>
18812
18813 * gdb.server/no-thread-db.exp: Specify source file name
18814 explicitly when setting a breakpoint.
18815
589fdceb
MM
188162014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18817
18818 * gdb.btrace/vdso.c: New.
18819 * gdb.btrace/vdso.exp: New.
18820
e9089e05
MM
188212014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18822
18823 * gdb.base/gcore.exp (capture_command_output): Move ...
18824 * lib/gdb.exp (capture_command_output): ... here.
18825
67b5c0c1
MM
188262014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18827
18828 * gdb.btrace/data.exp: Test memory access during btrace replay.
18829
a2199296
SM
188302014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18831
18832 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18833
17b2616c
PA
188342014-05-21 Pedro Alves <palves@redhat.com>
18835
18836 PR gdb/13860
18837 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18838 (top level): Test that output related to execution commands is
18839 sent to the console with CLI commands, but not with MI commands.
18840 Test that breakpoint events are always mirrored to the console.
18841 Also expect the new source line to be output after a "next" in
18842 async mode too. Make it a pass/fail test.
18843 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18844 output.
18845 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18846
5166082f
PA
188472014-05-21 Pedro Alves <palves@redhat.com>
18848
18849 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18850 Use them to test variations of "list" after reaching a breakpoint.
18851 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18852 Test "list" with listsize 10 after reaching a breakpoint.
18853 * gdb.python/python.exp (decode_line current location line
18854 number): Adjust expected line number.
18855
2f25d70f
SM
188562014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18857
18858 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18859 behavior for $args, pass it directly to "run".
18860
ff604a67
MR
188612014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18862
18863 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18864 30000 to 65536.
18865
6a3cb8e8
PA
188662014-05-21 Pedro Alves <palves@redhat.com>
18867
18868 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18869 auto-connect-native-target off".
18870 * gdb.base/auto-connect-native-target.c: New file.
18871 * gdb.base/auto-connect-native-target.exp: New file.
18872
4ebfc96e
PA
188732014-05-21 Pedro Alves <palves@redhat.com>
18874
18875 * gdb.base/default.exp: Test "target native" instead of "target
18876 child".
18877
36d46afb
MW
188782014-05-21 Mark Wielaard <mjw@redhat.com>
18879
18880 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18881
5876f503
JK
188822014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18883
18884 Fix TLS access for -static -pthread.
18885 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18886 <HAVE_TLS> (thread_function, main): Initialize it.
18887 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18888 Add clean_restart.
18889 <$have_tls != "">: Check TLSVAR.
18890
0256a6ac
PA
188912014-05-21 Pedro Alves <palves@redhat.com>
18892
18893 * gdb.base/dcache-line-read-error.c: New.
18894 * gdb.base/dcache-line-read-error.exp: New.
18895
936d2992
PA
188962014-05-20 Pedro Alves <palves@redhat.com>
18897
18898 * gdb.base/compare-sections.c: New file.
18899 * gdb.base/compare-sections.exp: New file.
18900
802e8e6d
PA
189012014-05-20 Pedro Alves <palves@redhat.com>
18902
18903 * gdb.base/break-idempotent.c: New file.
18904 * gdb.base/break-idempotent.exp: New file.
18905
e59fa00f
MM
189062014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18907
18908 * gdb.btrace/nohist.exp: New.
18909
8b696e31
YQ
189102014-05-20 Yao Qi <yao@codesourcery.com>
18911
18912 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18913 gdb.reverse directory and gdb_reverse_timeout exists in board
18914 setting.
18915 * README: Document gdb_reverse_timeout.
18916
73c9764f
YQ
189172014-05-20 Yao Qi <yao@codesourcery.com>
18918
18919 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18920 'test_file_name'. Treat args as a string instead of a list.
18921 (gdb_init): Rename argument 'args' by 'test_file_name'.
18922
f1f4348a
JK
189232014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18924
18925 * gdb.arch/powerpc-power.exp: New file.
18926 * gdb.arch/powerpc-power.s: New file.
18927
0dbe70ce
DE
189282014-05-16 Doug Evans <dje@google.com>
18929
18930 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
18931 * gdb.base/completion.exp: Check that all expected files exist
18932 before doing file completion.
0dbe70ce 18933
8d551b02
DE
189342014-05-16 Doug Evans <dje@google.com>
18935
18936 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18937 Update.
18938 (do_syscall_tests_without_xml): Update.
18939
73eb7709
PA
189402014-05-16 Pedro Alves <palves@redhat.com>
18941
18942 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18943 instead of "unknown output after running".
18944
3fae92fc
YQ
189452014-05-16 Yao Qi <yao@codesourcery.com>
18946
18947 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18948 file1.txt from host at the end.
18949 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18950
c2b2ccc5
DE
189512014-05-15 Doug Evans <dje@google.com>
18952
18953 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18954 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18955 loading file. Add test for TU lookup.
18956
8c217a4b
SM
189572014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18958
18959 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18960 calling "-exec-arguments" or "set args" before running the
18961 inferior.
18962
3deb39c6
SM
189632014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18964
18965 * lib/mi-support.exp (mi_expect_stop): Expect message for
18966 inferiors that exit with non-zero exit code.
18967
71a79f8c
YQ
189682014-05-14 Yao Qi <yao@codesourcery.com>
18969
18970 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18971 match absolute path on remote host.
18972 (test_file_list_exec_source_files): Remove "/" from the
18973 pattern.
18974
f23fcd46
YQ
189752014-05-14 Yao Qi <yao@codesourcery.com>
18976
18977 * boards/local-remote-host-notty.exp (${board}_file): New
18978 proc.
18979
9404b58f
KM
189802014-05-07 Kyle McMartin <kyle@redhat.com>
18981
18982 Pushed by Joel Brobecker <brobecker@adacore.com>.
18983 * gdb.arch/aarch64-atomic-inst.c: New file.
18984 * gdb.arch/aarch64-atomic-inst.exp: New file.
18985
5e45f04c
YQ
189862014-05-07 Yao Qi <yao@codesourcery.com>
18987
18988 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18989 in current context" too.
18990
c888a17d
KS
189912014-05-05 Keith Seitz <keiths@redhat.com>
18992
18993 * gdb.linespec/ls-dollar.exp: Add test for linespec
18994 file:convenience_variable.
18995
290a839c
YQ
189962014-05-05 Yao Qi <yao@codesourcery.com>
18997
18998 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18999 traceframes into tfile and ctf trace files. Read data from
19000 trace file and test collected data.
19001 (gdb_collect_locals_test): Likewise.
19002 (gdb_unavailable_registers_test): Likewise.
19003 (gdb_unavailable_floats): Likewise.
19004 (gdb_collect_globals_test): Likewise.
19005 (top-level): Append "ctf" to trace_file_targets if GDB
19006 supports.
19007
b5262cd0
YQ
190082014-05-05 Yao Qi <yao@codesourcery.com>
19009
19010 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19011 code to ...
19012 (gdb_collect_args_test_1): ... it. New proc.
19013 (gdb_collect_locals_test): Move some code to ...
19014 (gdb_collect_locals_test_1): ... it. New proc.
19015 (gdb_unavailable_registers_test): Move some code to ...
19016 (gdb_unavailable_registers_test_1): ... it. New proc.
19017 (gdb_unavailable_floats): Move some code to ...
19018 (gdb_unavailable_floats_1): ... it. New proc.
19019
30a1e6cc
SDJ
190202014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19021
19022 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19023 probes to test for bitness recognition.
19024 * gdb.arch/amd64-stap-optional-prefix.exp
19025 (test_probe_value_without_reg): New procedure.
19026 Add code to test for different kinds of bitness.
19027
f33da99a
SDJ
190282014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19029
19030 PR breakpoints/16889
19031 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19032 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19033
5b80f00d
PA
190342014-05-01 Pedro Alves <palves@redhat.com>
19035
19036 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19037 gdb_file_cmd if no file is specified.
19038 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19039 last_loaded_file to set the remote exec-file.
19040
f8c2a73c
PA
190412014-05-01 Pedro Alves <palves@redhat.com>
19042
19043 * boards/local-remote-host.exp: New file.
19044
be6e8ac7
PA
190452014-05-01 Pedro Alves <palves@redhat.com>
19046
19047 * boards/local-remote-host.exp: Rename to ...
19048 * boards/local-remote-host-notty.exp: ... this.
19049
cac0dc8f
JB
190502014-04-28 Joel Brobecker <brobecker@adacore.com>
19051
19052 * gdb.ada/dyn_arrayidx: New testcase.
19053
9730e6cc
YQ
190542014-04-26 Yao Qi <yao@codesourcery.com>
19055
19056 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19057 and compute the length of function main. Save it in
19058 $main_length.
19059 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19060 (top-level): Use gdb_compile to compile objects into
19061 executable and restart GDB. Remove invocation to
19062 prepare_for_testing.
19063
7ae1a6a6
PA
190642014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19065 Pedro Alves <palves@redhat.com>
19066
19067 PR server/16255
19068 * gdb.multi/multi-attach.c: New file.
19069 * gdb.multi/multi-attach.exp: New file.
19070
4082afcc
PA
190712014-04-25 Pedro Alves <palves@redhat.com>
19072
19073 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19074 user.
19075 (top level): Test that "set remote conditional-breakpoints-packet
19076 off" works as intended.
19077 * gdb.base/dprintf.exp: Test that "set remote
19078 breakpoint-commands-packet off" works as intended.
19079 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19080 New function.
19081 (top level): Call it.
19082 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19083 remote fast-tracepoints-packet off" works as intended.
19084 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19085 * lib/gdb.exp (gdb_is_target_remote): ... here.
19086
2abc3f8d
DB
190872014-04-24 David Blaikie <dblaikie@gmail.com>
19088
19089 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19090 ensure clang would not discard them.
19091 * gdb.base/gdbvars.c: Ditto.
19092 * gdb.base/memattr.c: Ditto.
19093 * gdb.base/whatis.c: Ditto.
19094 * gdb.python/py-prettyprint.c: Ditto.
19095 * gdb.trace/actions.c: Ditto.
19096 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19097 ensure clang would not discard it.
19098
bfd39632
DB
190992014-04-24 David Blaikie <dblaikie@gmail.com>
19100
19101 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19102 clang to emit the full definition of type required by the test
19103 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19104
22842ff6
DB
191052014-04-24 David Blaikie <dblaikie@gmail.com>
19106
19107 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19108 coax Clang into emitting the definition of the type.
19109 * gdb.cp/pr10728-x.h (y): Ditto.
19110 * gdb.cp/pr10728-y.cc (y): Ditto.
19111
c2e827ad
DB
191122014-04-24 David Blaikie <dblaikie@gmail.com>
19113
19114 * gdb.base/label.exp: XFAIL label related tests under Clang.
19115 * gdb.cp/cplabel.exp: Ditto.
19116 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19117 under Clang those using labels.
19118
4c2d33e7
YQ
191192014-04-25 Yao Qi <yao@codesourcery.com>
19120
19121 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19122 double_label.
19123 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19124 partial_label and double_label.
19125
56083b99
DB
191262014-04-24 David Blaikie <dblaikie@gmail.com>
19127
19128 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19129
25d4e99d
DB
191302014-04-24 David Blaikie <dblaikie@gmail.com>
19131
19132 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19133 of the function to work across GCC and Clang.
19134 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19135 pointer types (const void ** const V void **).
19136
01f9f808
MS
191372014-04-24 Michael Sturm <michael.sturm@mintel.com>
19138 Walfred Tedeschi <walfred.tedeschi@intel.com>
19139
19140 * Makefile.in (EXECUTABLES): Added i386-avx512.
19141 * gdb.arch/i386-avx512.c: New file.
19142 * gdb.arch/i386-avx512.exp: Likewise.
19143
4b48d439
KS
191442014-04-23 Keith Seitz <keiths@redhat.com>
19145
19146 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19147 (mi_make_breakpoint_table): New procedure.
19148 (mi_create_breakpoint): Use mi_make_breakpoint
19149 and return the result.
19150 (mi_make_breakpoint): New procedure.
19151 (mi_build_kv_pairs): New procedure.
19152
19153 * gdb.mi/mi-break.exp: Remove unused globals,
19154 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19155 All callers updated.
19156 * gdb.mi/mi-dprintf.exp: Use variable to track command
19157 number.
19158 Update all callers of mi_create_breakpoint and use
19159 mi_make_breakpoint_table.
19160 Remove any unused global variables.
19161 * gdb.mi/mi-nonstop.exp: Likewise.
19162 * gdb.mi/mi-nsintrall.exp: Likewise.
19163 * gdb.mi/mi-nsmoribund.exp: Likewise.
19164 * gdb.mi/mi-nsthrexec.exp: Likewise.
19165 * gdb.mi/mi-reverse.exp: Likewise.
19166 * gdb.mi/mi-simplerun.exp: Likewise.
19167 * gdb.mi/mi-stepn.exp: Likewise.
19168 * gdb.mi/mi-syn-frame.exp: Likewise.
19169 * gdb.mi/mi-until.exp: Likewise.
19170 * gdb.mi/mi-var-cp.exp: Likewise.
19171 * gdb.mi/mi-var-display.exp: Likewise.
19172 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19173 * gdb.mi/mi2-var-child.exp: Likewise.
19174 * gdb.mi/mi-vla-c99.exp: Likewise.
19175 * lib/mi-support.exp: Likewise.
19176
19177 From Ian Lance Taylor <iant@cygnus.com>:
19178 * lib/gdb.exp (parse_args): New procedure.
19179
08351840
PA
191802014-04-23 Pedro Alves <palves@redhat.com>
19181
19182 * gdb.base/break-unload-file.c: New file.
19183 * gdb.base/break-unload-file.exp: New file.
19184 * gdb.base/sym-file-lib.c (baz): New function.
19185 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19186 field.
19187 (load): Store the segment's mapped size.
19188 (unload): New function.
19189 (unload_shlib): New function.
19190 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19191 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19192 set a breakpoint at baz, and call it.
19193 * gdb.base/sym-file.exp: New tests for stale breakpoint
19194 instructions.
19195
076855f9
PA
191962014-04-23 Pedro Alves <palves@redhat.com>
19197
19198 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19199 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19200 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19201 * gdb.base/hbreak-unmapped.c: New file.
19202 * gdb.base/hbreak-unmapped.exp: New file.
19203 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19204 * lib/gdb.exp (gdb_is_target_remote): ... here.
19205
483805cf
PA
192062014-04-22 Pedro Alves <palves@redhat.com>
19207
19208 * gdb.base/consecutive-step-over.c: New file.
19209 * gdb.base/consecutive-step-over.exp: New file.
19210
06d97543
PA
192112014-04-22 Pedro Alves <palves@redhat.com>
19212
19213 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19214 instead of send_gdb/gdb_expect.
19215
b4429ea2
YQ
192162014-04-22 Yao Qi <yao@codesourcery.com>
19217
19218 * lib/trace-support.exp (generate_tracefile): New procedure.
19219 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19220 return 0.
19221 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19222 if generate_tracefile returns 1.
19223
51d48146
PA
192242014-04-18 Tom Tromey <palves@redhat.com>
19225 Pedro alves <tromey@redhat.com>
19226
19227 PR backtrace/15558
19228 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19229 with a backtrace limit.
19230 * gdb.python/py-frame-inline.exp: Test running to an inline
19231 function with a backtrace limit, and printing the newest frame.
19232 * gdb.python/py-frame-inline.c (main): Call f.
19233
bd1dce5f
MS
192342014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19235
19236 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19237
40d1a503
MS
192382014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19239
19240 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19241 Drop prefix from unsupported source file path.
19242
389b98f7
YQ
192432014-04-17 Yao Qi <yao@codesourcery.com>
19244
19245 * lib/gdb.exp (with_target_charset): New proc.
19246 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19247 with_target_charset.
19248 (test_print_strings): Likewise.
19249 (test_repeat_bytes): Likewise.
19250 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19251 for some tests.
19252
22869d73
KS
192532014-04-16 Keith Seitz <keiths@redhat.com>
19254
19255 PR gdb/15827
19256 * gdb.dwarf2/corrupt.c: New file.
19257 * gdb.dwarf2/corrupt.exp: New file.
19258
c4f87ca6
KS
192592014-04-16 Keith Seitz <keiths@redhat.com>
19260
19261 PR c++/16597
19262 * gdb.cp/namelessclass.cc: New file.
19263 * gdb.cp/namelessclass.exp: New file.
19264 * gdb.cp/namelessclass.S: New file.
19265
ab19de87
DE
192662014-04-16 Doug Evans <dje@google.com>
19267
19268 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19269 Add comment.
19270 (gdbserver_default_get_comm_port): New function.
19271 (gdbserver_start): Check if board file provided
19272 "gdbserver,get_comm_port" and use it if so.
19273 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19274 (gdb,socketport): Set to "stdio".
19275 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19276 (stdio_gdbserver_template): Delete.
19277 (${board}_get_remote_address): Update.
19278 (${board}_build_remote_cmd): Delete.
19279 (${board}_get_comm_port): New function.
19280 (${board}_spawn): Update.
19281 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19282 Delete.
19283 (${board}_get_remote_address): Update.
19284 (${board}_get_comm_port): New function.
19285
fc98a809
AB
192862014-04-16 Andrew Burgess <aburgess@broadcom.com>
19287
19288 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19289 appearing in any order.
19290
87fd9e6e
DE
192912014-04-15 Doug Evans <dje@google.com>
19292
19293 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19294 uninitialized value of "description".
19295
099fc3ea
KS
192962014-04-15 Keith Seitz <keiths@redhat.com>
19297
19298 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19299 Remove unused globals.
19300 (test_running_the_program): Likewise.
19301 (test_controlled_execution): Likewise.
19302 (test_controlling_breakpoints): Likewise.
19303 (test_program_termination): Likewise.
19304
5da151d4
KS
193052014-04-15 Keith Seitz <keiths@redhat.com>
19306
19307 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19308 unused globals.
19309 (test_rbreak_creation_and_listing): Likewise.
19310 (test_ignore_count): Likewise.
19311 (test_error): Likewise.
19312
35e5d2f0
PA
193132014-04-15 Pedro Alves <palves@redhat.com>
19314
19315 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19316 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19317 sym-file-loader.c.
19318 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19319 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19320 to sym-file-loader.c.
19321 (struct library): Forward declare.
19322 (load_shlib, lookup_function): Change prototypes.
19323 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19324 (translate_offset): Remove declarations.
19325 (get_text_addr): New declaration.
19326 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19327 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19328 sym-file-loader.h.
19329 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19330 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19331 here from sym-file-loader.h.
19332 (struct library): New structure.
19333 (load_shlib, lookup_function): Change prototypes and adjust to
19334 work with a struct library.
19335 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19336 (translate_offset): Make static.
19337 (get_text_addr): New function.
19338 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19339
eb4c1710
PA
193402014-04-15 Pedro Alves <palves@redhat.com>
19341
19342 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19343
2d1baf52
PA
193442014-04-15 Pedro Alves <palves@redhat.com>
19345
19346 * gdb.base/sym-file-loader.c: Include <limits.h>.
19347 (SELF_LINK): New define.
19348 (get_origin): New function.
19349 (load_shlib): Use it.
19350 * gdb.base/sym-file.exp: Don't early return if the target is
19351 remote. Use runto_main, and issue fail is that fails. Use
19352 gdb_load_shlibs.
19353 (shlib_name): Delete.
19354 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19355
7dd6df01
PA
193562014-04-15 Pedro Alves <palves@redhat.com>
19357
19358 * gdb.base/sym-file.exp: Remove regex characters from test
19359 message. Don't refer to breakpoint numbers in test messages.
19360
b50c8614
KS
193612014-04-14 Keith Seitz <keiths@redhat.com>
19362
19363 PR c++/16253
19364 * gdb.cp/var-tag.cc: New file.
19365 * gdb.cp/var-tag.exp: New file.
19366 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19367 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19368 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19369 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19370
3d567982
TT
193712014-04-14 Tom Tromey <tromey@redhat.com>
19372
19373 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19374 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19375 type.
19376 * gdb.cp/enum-class.exp: New file.
19377 * gdb.cp/enum-class.cc: New file.
19378
0626fc76
TT
193792014-04-14 Tom Tromey <tromey@redhat.com>
19380
19381 * gdb.dwarf2/enum-type.exp: New file.
19382
dca325b3
SA
193832014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19384
19385 * gdb.mi/mi-vla-c99.exp: New file.
19386 * gdb.mi/vla.c: New file.
19387
5854b38a
SA
193882014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19389
19390 * gdb.base/vla-datatypes.c: New file.
19391 * gdb.base/vla-datatypes.exp: New file.
19392
463bb957
SA
193932014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19394
19395 * gdb.base/vla-ptr.c: New file.
19396 * gdb.base/vla-ptr.exp: New file.
19397
3dd170be
SA
193982014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19399
19400 * gdb.dwarf2/count.exp: New file.
19401
5ecaaa66
SA
194022014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19403
19404 * gdb.base/vla-sideeffect.c: New file.
19405 * gdb.base/vla-sideeffect.exp: New file.
19406
41f1ada5
DB
194072014-04-14 David Blaikie <dblaikie@gmail.com>
19408
19409 * gdb.mi/non-stop.c: Add return value for non-void function return
19410 statement.
19411 * gdb.threads/staticthreads.c: Ditto.
19412
0be03e84
DE
194132014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19414 Doug Evans <xdje42@gmail.com>
19415
19416 * gdb.guile/scm-value.c: Improve test case.
19417 * gdb.guile/scm-value.exp: Add new test.
19418
f180a1fb
DB
194192014-04-11 David Blaikie <dblaikie@gmail.com>
19420
19421 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19422 override Clang's default.
19423
6b662e19
JB
194242014-04-11 Joel Brobecker <brobecker@adacore.com>
19425
19426 Revert the following changes (regressions):
19427
19428 * gdb.base/vla-sideeffect.c: New file.
19429 * gdb.base/vla-sideeffect.exp: New file.
19430
19431 * gdb.dwarf2/count.exp: New file.
19432
19433 * gdb.base/vla-multi.c: New file.
19434 * gdb.base/vla-multi.exp: New file.
19435
19436 * gdb.base/vla-ptr.c: New file.
19437 * gdb.base/vla-ptr.exp: New file.
19438
19439 * gdb.base/vla-datatypes.c: New file.
19440 * gdb.base/vla-datatypes.exp: New file.
19441
19442 * gdb.mi/mi-vla-c99.exp: New file.
19443 * gdb.mi/vla.c: New file.
19444
245a5f0b
KS
194452014-04-11 Keith Seitz <keiths@redhat.com>
19446
19447 PR c++/16675
19448 * gdb.cp/cpsizeof.exp: New file.
19449 * gdb.cp/cpsizeof.cc: New file.
19450
58a84dcf
SA
194512014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19452
191a8a90
JB
19453 * gdb.mi/mi-vla-c99.exp: New file.
19454 * gdb.mi/vla.c: New file.
58a84dcf 19455
c8655f75
SA
194562014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19457
19458 * gdb.base/vla-datatypes.c: New file.
19459 * gdb.base/vla-datatypes.exp: New file.
19460
024e13b4
SA
194612014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19462
19463 * gdb.base/vla-ptr.c: New file.
19464 * gdb.base/vla-ptr.exp: New file.
19465
1a237e0e
SA
194662014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19467
19468 * gdb.base/vla-multi.c: New file.
19469 * gdb.base/vla-multi.exp: New file.
19470
504f3432
SA
194712014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19472
19473 * gdb.dwarf2/count.exp: New file.
19474
3bce8237
SA
194752014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19476
191a8a90
JB
19477 * gdb.base/vla-sideeffect.c: New file.
19478 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 19479
322f9c21
YQ
194802014-04-11 Yao Qi <yao@codesourcery.com>
19481
19482 * gdb.base/completion.exp: Check file exists before running tests
19483 on file completion.
19484
d708bcd1
PA
194852014-04-10 Pedro Alves <palves@redhat.com>
19486
19487 * gdb.base/cond-eval-mode.c: New file.
19488 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19489 prepare_for_testing to build the new file. Check result of
19490 runto_main.
19491 (test_break, test_watch): New procedures.
19492 (top level): Use them.
19493
ae1d2761
PM
194942014-04-08 Pierre Muller <muller@sourceware.org>
19495
19496 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19497 Ctrl-V use for mingw hosts.
19498
7af389b8
SC
194992014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19500
19501 * gdb.python/py-value.c: Improve test case.
19502 * gdb.python/py-value.exp: Add new test.
19503
5e703181
DE
195042014-04-07 David Blaikie <dblaikie@gmail.com>
19505
19506 * lib/compiler.c: Identify the clang compiler.
19507 * lib/compiler.cc: Ditto.
19508
9810b410
YQ
195092014-04-03 Yao Qi <yao@codesourcery.com>
19510
19511 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19512
98d1b8dc
AB
195132014-04-01 Anton Blanchard <anton@samba.org>
19514
19515 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19516 messages unique.
19517
3114cea1
AB
195182014-04-01 Anton Blanchard <anton@samba.org>
19519
19520 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19521 prepare_for_testing.
19522
62f7182c
AB
195232014-04-01 Anton Blanchard <anton@samba.org>
19524
19525 * gdb.arch/ppc64-atomic-inst.c: Remove.
19526 * gdb.arch/ppc64-atomic-inst.S: New file.
19527 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19528
770e7fc7
DE
195292014-03-31 Doug Evans <dje@google.com>
19530
19531 * gdb.base/print-symbol-loading-lib.c: New file.
19532 * gdb.base/print-symbol-loading-main.c: New file.
19533 * gdb.base/print-symbol-loading.exp: New file.
19534
46e2bafa
YQ
195352014-03-31 Yao Qi <yao@codesourcery.com>
19536
19537 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19538
8776cfe9
JB
195392014-03-28 Joel Brobecker <brobecker@adacore.com>
19540
19541 * gdb.ada/mi_dyn_arr: New testcase.
19542
5d1ef361
DE
195432014-03-27 Doug Evans <dje@google.com>
19544
19545 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19546
b5bee914
YQ
195472014-03-27 Yao Qi <yao@codesourcery.com>
19548
19549 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19550 if target is nios2-*-*.
19551
0d4d0e77
YQ
195522014-03-26 Yao Qi <yao@codesourcery.com>
19553
19554 * lib/gdb.exp (readline_is_used): New proc.
19555 * gdb.base/completion.exp: Move tests on command complete up.
19556 Skip the rest of tests if readline is not used.
19557 * gdb.ada/complete.exp: Skp the test if readline is not
19558 used.
19559 * gdb.base/filesym.exp: Likewise.
19560 * gdb.base/macscp.exp: Likewise.
19561 * gdb.base/readline-ask.exp: Likewise.
19562 * gdb.base/readline.exp: Likewise.
19563 * gdb.python/py-cmd.exp: Likewise.
19564 * gdb.trace/tfile.exp: Likewise.
19565
29361eee
YQ
195662014-03-26 Yao Qi <yao@codesourcery.com>
19567
19568 * gdb.base/macscp.exp: Fix code format issues.
19569
bc9a5525
UW
195702014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19571
19572 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19573 * gdb.asm/powerpc64le.inc: New file.
19574
d3839ede
PA
195752014-03-25 Pedro Alves <palves@redhat.com>
19576 Doug Evans <dje@google.com>
19577
19578 * gdb.base/source-execution.c: New file.
19579 * gdb.base/source-execution.exp: New file.
19580 * gdb.base/source-execution.gdb: New file.
19581
01672a57
DE
195822014-03-24 Doug Evans <dje@google.com>
19583
19584 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19585 using fission.
19586
88bbeca9
HZ
195872014-03-24 Hui Zhu <hui@codesourcery.com>
19588 Pedro Alves <palves@redhat.com>
19589
19590 PR breakpoints/16101
19591 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19592 test pass/fail messages. Detect missing support for dprintf when
19593 breakpoints are actually inserted.
19594 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19595 breakpoints are actually inserted.
19596 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19597 fails.
19598
d2348791
JK
195992014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19600
19601 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19602
feef67ab
DE
196032014-03-22 Doug Evans <xdje42@gmail.com>
19604
19605 * gdb.python/python.exp (python not supported): Verify multi-line
19606 python command issues an error.
25d743f9 19607 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 19608 guile command issues an error.
feef67ab 19609
ecebef6a
MR
196102014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19611
19612 * gdb.threads/thread-specific.exp: Handle the lack of usable
19613 $this_breakpoint and $this_thread.
19614
ccdd1909
HZ
196152014-03-21 Hui Zhu <hui@codesourcery.com>
19616
19617 * gdb.base/attach.exp (do_command_attach_tests): New.
19618
beb460e8
PA
196192014-03-20 Tom Tromey <tromey@redhat.com>
19620 Pedro Alves <palves@redhat.com>
19621
19622 PR cli/15718
19623 * gdb.base/condbreak-call-false.c: New file.
19624 * gdb.base/condbreak-call-false.exp: New file.
19625
40acf43a
PA
196262014-03-20 Pedro Alves <palves@redhat.com>
19627
19628 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19629 Delete.
19630 (block_signals, unblock_signals): Delete.
19631 (child_function_2, main): Remove references to deleted variable
19632 and functions.
19633
9f5e1e02
PA
196342014-03-20 Pedro Alves <palves@redhat.com>
19635
19636 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19637 Use pthread_kill to signal thread 2.
19638 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19639 Adjust to make the test send itself a signal rather than using the
19640 host's "kill" command.
19641
99619bea
PA
196422014-03-20 Pedro Alves <palves@redhat.com>
19643
19644 * gdb.threads/multiple-step-overs.c: New file.
19645 * gdb.threads/multiple-step-overs.exp: New file.
19646 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19647 Adjust expected infrun debug output.
19648
2adfaa28
PA
196492014-03-20 Pedro Alves <palves@redhat.com>
19650
19651 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19652 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19653
31e77af2
PA
196542014-03-20 Pedro Alves <palves@redhat.com>
19655
19656 PR breakpoints/7143
19657 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19658 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19659 of gdb_test_multiple.
19660 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19661 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19662
b9f437de
PA
196632014-03-20 Pedro Alves <palves@redhat.com>
19664
19665 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19666 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19667
05adc73e
PA
196682014-03-19 Pedro Alves <palves@redhat.com>
19669
19670 * gdb.base/async.exp: Remove early return.
19671
6048b950
PA
196722014-03-19 Pedro Alves <palves@redhat.com>
19673
19674 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19675
8bcfb00a
PA
196762014-03-19 Pedro Alves <palves@redhat.com>
19677
19678 * gdb.base/async.exp (test_background): Expect \r\n after
19679 "completed." in the fail pattern.
19680
884e37dc
PA
196812014-03-19 Pedro Alves <palves@redhat.com>
19682
19683 * gdb.base/async.exp (test_background): New procedure.
19684 Use it for all background execution command tests.
19685
148e57e2
PA
196862014-03-19 Pedro Alves <palves@redhat.com>
19687
19688 * gdb.base/async.exp: Use prepare_for_testing.
19689
f48088c7
PA
196902014-03-19 Pedro Alves <palves@redhat.com>
19691
19692 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19693 the same line.
19694
e2f6c966
PA
196952014-03-19 Pedro Alves <palves@redhat.com>
19696
19697 * gdb.base/async.c (main): Add "jump here" and "until here" line
19698 marker comments.
19699 * gdb.base/async.exp (jump_here): New global.
19700 (jump& test): Use it.
19701 (until_here): New global.
19702 (until& test): Use it.
19703
c30568d4
PA
197042014-03-19 Pedro Alves <palves@redhat.com>
19705
19706 * gdb.base/async.exp: Don't frob gdb_protocol.
19707
0172b6a7
DE
197082014-03-18 Doug Evans <xdje42@gmail.com>
19709
19710 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19711 Fix spelling of exec-done-display.
19712
06c868a8
JK
197132014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19714
19715 PR gdb/15358
19716 * gdb.base/gdb-sigterm.c: New file.
19717 * gdb.base/gdb-sigterm.exp: New file.
19718
0c7e1a46
PA
197192014-03-18 Pedro Alves <palves@redhat.com>
19720
19721 PR gdb/13860
19722 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19723 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19724 solib-event.
19725
f7c77d93
JB
197262014-03-17 Joel Brobecker <brobecker@adacore.com>
19727
19728 * gdb.ada/pckd_arr_ren: New testcase.
19729
5a1e8c7a
DE
197302014-03-13 Doug Evans <xdje42@gmail.com>
19731
19732 PR guile/16612
19733 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19734 collect after discarding symbols.
19735
350e1a76
DE
197362014-03-13 Ludovic Courtès <ludo@gnu.org>
19737 Doug Evans <xdje42@gmail.com>
19738
19739 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19740 to history survives a gc.
19741
a69900ae
PA
197422014-03-13 Pedro Alves <palves@redhat.com>
19743
19744 * gdb.base/default.exp: Don't test "target procfs".
19745
5db9f0bd
PA
197462014-03-13 Pedro Alves <palves@redhat.com>
19747
19748 * gdb.base/default.exp: Update "target child" and "target procfs"
19749 tests to not expect "Unix".
19750
b3ccfe11
TT
197512014-03-12 Tom Tromey <tromey@redhat.com>
19752
19753 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19754 New procs. Add target-async tests.
19755 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19756 Add target-async tests.
19757
646f4417
AA
197582014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19759
19760 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19761 'func_start' and 'func_end' for the beginning and end of the
19762 function code, respectively.
19763 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19764 'func_end' instead of 'func' and 'main'.
19765
288c211f
AA
197662014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19767
19768 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19769 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19770 generate the debug info assembler source.
19771
e0c0f156
AA
197722014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19773
19774 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19775 * gdb.dwarf2/arr-subrange.exp: Likewise.
19776 * gdb.dwarf2/dwz.exp: Likewise.
19777 * gdb.dwarf2/method-ptr.exp: Likewise.
19778 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19779 * gdb.dwarf2/subrange.exp: Likewise.
19780 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19781 * gdb.dwarf2/implptrpiece.exp: Likewise.
19782 * gdb.dwarf2/nostaticblock.exp: Likewise.
19783
0e5c4555
AA
197842014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19785
19786 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19787 directory to absolute path name arguments.
19788
5ec18f2b
JG
197892014-03-10 Joel Brobecker <brobecker@adacore.com>
19790
19791 * gdb.ada/tagged_access: New testcase.
19792
847fc4f2
MM
197932014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19794
19795 * gdb.btrace/data.exp: Update expected output.
19796
cc3da688
YQ
197972014-03-06 Yao Qi <yao@codesourcery.com>
19798
19799 * gdb.trace/pr16508.exp: New file.
19800
0f26cec1
PA
198012014-03-05 Pedro Alves <palves@redhat.com>
19802
19803 PR gdb/16575
19804 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19805 procedure.
19806 (top level): Adjust to use it. Add tests that exercise breakpoint
19807 interaction with the code-cache.
19808
7a5a839f
LC
198092014-02-26 Ludovic Courtès <ludo@gnu.org>
19810
19811 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19812 test for 'history-append!'.
19813
31aa7e4e
JB
198142014-02-26 Joel Brobecker <brobecker@adacore.com>
19815
19816 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19817 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19818 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19819 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19820 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19821 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19822
1b588015
JB
198232014-02-26 Joel Brobecker <brobecker@adacore.com>
19824
19825 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19826 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19827 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19828
55426c9d
JB
198292014-02-26 Joel Brobecker <brobecker@adacore.com>
19830
19831 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19832
dc53a7ad
JB
198332014-02-26 Joel Brobecker <brobecker@adacore.com>
19834
19835 * gdb.dwarf2/arr-stride.c: New file.
19836 * gdb.dwarf2/arr-stride.exp: New file.
19837
12ab52e9
PA
198382014-02-26 Pedro Alves <palves@redhat.com>
19839
19840 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19841 that won't ever trigger. Make sure that GDB reports the correct
19842 breakpoint that caused the stop.
19843
849c862e
JK
198442014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19845
19846 PR gdb/16626
19847 * gdb.base/auto-load-script: New file.
19848 * gdb.base/auto-load.c: New file.
19849 * gdb.base/auto-load.exp: New file.
19850
71b7d793
JK
19851 PR gdb/16626
19852 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19853
e2f0d509
JK
198542014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19855
19856 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19857 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19858
50cc37c8
DE
198592014-02-24 Doug Evans <dje@google.com>
19860
19861 * lib/gdb.exp (run_on_host): Log error output if program fails.
19862
ea4758f2
PA
198632014-02-21 Pedro Alves <palves@redhat.com>
19864
19865 * gdb.threads/step-after-sr-lock.c: Rename to ...
19866 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19867 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19868 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19869 ... this.
19870
d7b30f67
SDJ
198712014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19872
19873 PR tdep/16397
19874 * gdb.arch/amd64-stap-special-operands.exp: New file.
19875 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19876 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19877 * gdb.arch/amd64-stap-triplet.S: Likewise.
19878 * gdb.arch/amd64-stap-triplet.c: Likewise.
19879
83deb43f
JB
198802014-02-20 Joel Brobecker <brobecker@adacore.com>
19881
19882 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19883 in .section pseudo-op.
19884
adde2bff
DE
198852014-02-20 lin zuojian <manjian2006@gmail.com>
19886 Joel Brobecker <brobecker@adacore.com>
19887 Doug Evans <xdje42@gmail.com>
19888
19889 PR symtab/16581
19890 * gdb.dwarf2/dw2-icycle.S: New file.
19891 * gdb.dwarf2/dw2-icycle.c: New file.
19892 * gdb.dwarf2/dw2-icycle.exp: New file.
19893
f7bd0f78
SC
198942014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19895
19896 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19897 operations on gdb.Value objects.
19898 * gdb.python/py-value-cc.exp: Add new test to test operations on
19899 gdb.Value objects.
19900
c17ef0d5
DE
199012014-02-18 Doug Evans <dje@google.com>
19902
19903 * Makefile.in (TESTS): New variable.
19904 (expanded_tests, expanded_tests_or_none): New variables
19905 (check-single): Pass $(expanded_tests_or_none) to runtest.
19906 (check-parallel): Only run tests in $(TESTS) if non-empty.
19907 (check/no-matching-tests-found): New rule.
19908 * README: Document TESTS makefile variable.
19909
5dd3176f
DE
199102014-02-18 Doug Evans <dje@google.com>
19911
19912 * Makefile.in (check-parallel): rm -rf outputs temp.
19913
0b10be4f
JK
199142014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19915
19916 Fix "ERROR: no fileid for" in the testsuite.
19917 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19918
85f224e7
DE
199192014-02-12 Doug Evans <dje@google.com>
19920
19921 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19922 (MISCELLANEOUS): New variable.
19923 (clean): rm -rf $(MISCELLANEOUS).
19924 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19925 dwp live in the same directory as symlinks, with each symlink pointed
19926 to a differently named file in a different directory.
19927
149b30ff
DE
199282014-02-11 Doug Evans <dje@google.com>
19929
19930 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19931 of Tcl file commands.
19932
1dfdac32
MK
199332014-02-10 Mark Kettenis <kettenis@gnu.org>
19934
19935 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19936 "kill -SIGUSR1 -1".
19937
aa4fb036
JB
199382014-02-10 Joel Brobecker <brobecker@adacore.com>
19939
19940 * gdb.ada/tick_length_array_enum_idx: New testcase.
19941
ed3ef339
DE
199422014-02-10 Doug Evans <xdje42@gmail.com>
19943
19944 * configure.ac (AC_OUTPUT): Add gdb.guile.
19945 * configure: Regenerate.
19946 * lib/gdb-guile.exp: New file.
19947 * lib/gdb.exp (get_target_charset): New function.
19948 * gdb.base/help.exp: Update expected output from "apropos apropos".
19949 * gdb.guile/Makefile.in: New file.
19950 * gdb.guile/guile.exp: New file.
19951 * gdb.guile/scm-arch.c: New file.
19952 * gdb.guile/scm-arch.exp: New file.
19953 * gdb.guile/scm-block.c: New file.
19954 * gdb.guile/scm-block.exp: New file.
19955 * gdb.guile/scm-breakpoint.c: New file.
19956 * gdb.guile/scm-breakpoint.exp: New file.
19957 * gdb.guile/scm-disasm.c: New file.
19958 * gdb.guile/scm-disasm.exp: New file.
19959 * gdb.guile/scm-equal.c: New file.
19960 * gdb.guile/scm-equal.exp: New file.
19961 * gdb.guile/scm-error.exp: New file.
19962 * gdb.guile/scm-error.scm: New file.
19963 * gdb.guile/scm-frame-args.c: New file.
19964 * gdb.guile/scm-frame-args.exp: New file.
19965 * gdb.guile/scm-frame-args.scm: New file.
19966 * gdb.guile/scm-frame-inline.c: New file.
19967 * gdb.guile/scm-frame-inline.exp: New file.
19968 * gdb.guile/scm-frame.c: New file.
19969 * gdb.guile/scm-frame.exp: New file.
19970 * gdb.guile/scm-generics.exp: New file.
19971 * gdb.guile/scm-gsmob.exp: New file.
19972 * gdb.guile/scm-iterator.c: New file.
19973 * gdb.guile/scm-iterator.exp: New file.
19974 * gdb.guile/scm-math.c: New file.
19975 * gdb.guile/scm-math.exp: New file.
19976 * gdb.guile/scm-objfile-script-gdb.in: New file.
19977 * gdb.guile/scm-objfile-script.c: New file.
19978 * gdb.guile/scm-objfile-script.exp: New file.
19979 * gdb.guile/scm-objfile.c: New file.
19980 * gdb.guile/scm-objfile.exp: New file.
19981 * gdb.guile/scm-ports.exp: New file.
19982 * gdb.guile/scm-pretty-print.c: New file.
19983 * gdb.guile/scm-pretty-print.exp: New file.
19984 * gdb.guile/scm-pretty-print.scm: New file.
19985 * gdb.guile/scm-section-script.c: New file.
19986 * gdb.guile/scm-section-script.exp: New file.
19987 * gdb.guile/scm-section-script.scm: New file.
19988 * gdb.guile/scm-symbol.c: New file.
19989 * gdb.guile/scm-symbol.exp: New file.
19990 * gdb.guile/scm-symtab-2.c: New file.
19991 * gdb.guile/scm-symtab.c: New file.
19992 * gdb.guile/scm-symtab.exp: New file.
19993 * gdb.guile/scm-type.c: New file.
19994 * gdb.guile/scm-type.exp: New file.
19995 * gdb.guile/scm-value-cc.cc: New file.
19996 * gdb.guile/scm-value-cc.exp: New file.
19997 * gdb.guile/scm-value.c: New file.
19998 * gdb.guile/scm-value.exp: New file.
19999 * gdb.guile/source2.scm: New file.
20000 * gdb.guile/types-module.cc: New file.
20001 * gdb.guile/types-module.exp: New file.
20002
7026a7c1
YQ
200032014-02-10 Yao Qi <yao@codesourcery.com>
20004
20005 PR testsuite/16543
20006 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20007 * configure: Regenerated.
20008 * Makefile.in: New file.
20009
6c466447
AS
200102014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20011
20012 * gdb.python/py-framefilter.exp: Fix typo.
20013
6e854735
YQ
200142014-02-08 Yao Qi <yao@codesourcery.com>
20015
20016 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20017 that no =breakpoint-modified is emitted when breakpoints are
20018 modified through MI commands.
20019
d137e6dc
PA
200202014-02-07 Pedro Alves <pedro@codesourcery.com>
20021 Pedro Alves <palves@redhat.com>
20022
20023 * gdb.threads/step-after-sr-lock.c: New file.
20024 * gdb.threads/step-after-sr-lock.exp: New file.
20025
b5ee5a50
PA
200262014-02-07 Pedro Alves <palves@redhat.com>
20027
20028 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20029
3c77faf3
JK
200302014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20031
20032 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20033 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20034
6dddc817
DE
200352014-02-06 Doug Evans <xdje42@gmail.com>
20036
20037 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20038 output.
20039
20040 * gdb.gdb/python-interrupts.exp: New file.
20041
de7b2893
YQ
200422014-02-05 Yao Qi <yao@codesourcery.com>
20043
20044 * gdb.trace/report.exp (use_collected_data): Test the output
20045 of "info threads" and "info inferiors".
20046
66d032ac
YQ
200472014-02-05 Yao Qi <yao@codesourcery.com>
20048
20049 Revert this patch:
20050
20051 2013-05-24 Yao Qi <yao@codesourcery.com>
20052
20053 * gdb.trace/tfile.exp: Test inferior and thread.
20054
591a12a1
UW
200552014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20056
20057 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20058 on a function.
20059 * gdb.base/step-bt.c: Call hello via function pointer to make
20060 sure its first instruction is executed on powerpc64le-linux.
20061
0ff3e01f
UW
200622014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20063
20064 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20065
084ee545
UW
200662014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20067
20068 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20069 of the test patterns for use on little-endian systems.
20070
6ed14ff3
UW
200712014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20072
20073 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20074 (decimal_vector): Fix for little-endian.
20075
401e27fd
JM
200762014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20077
20078 * gdb.arch/sparc-sysstep.exp: New file.
20079 * gdb.arch/sparc-sysstep.c: Likewise.
20080
20081 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20082
8b924729
EBM
200832014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20084
20085 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20086
fb151210
JB
200872014-01-23 Tom Tromey <tromey@redhat.com>
20088
20089 * gdb.ada/array_char_idx: New testcase.
20090
0740f8d8
TT
200912014-01-23 Tom Tromey <tromey@redhat.com>
20092
20093 PR python/16487:
20094 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20095 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20096 classes.
20097
21909fa1
TT
200982014-01-23 Tom Tromey <tromey@redhat.com>
20099
20100 PR python/16491:
20101 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20102 string from an inferior frame.
20103 * gdb.python/py-framefilter-mi.exp: Update.
20104
87ce2a04
DE
201052014-01-22 Doug Evans <dje@google.com>
20106
20107 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20108
237b092b
AA
201092014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20110
20111 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20112
d674a709
AA
201132014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20114
20115 * gdb.trace/entry-values.exp: Remove excess space character from
20116 regex patterns. Handle s390 call instruction.
20117
20fa3390
AA
201182014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20119
20120 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20121 define "*_start" label. Make "name" static.
20122 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20123 ${name} by references to ${name}_start.
20124
78466714
AA
201252014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20126
20127 * gdb.base/info-macros.exp: Remove "debug" from the compile
20128 options.
20129
ec9f644a
IB
201302014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20131
20132 * gdb.dlang/demangle.exp: New file.
20133
94b1b47e
IB
201342014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20135
20136 * gdb.dlang/primitive-types.exp: New file.
20137
7f420862
IB
201382014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20139
20140 * configure.ac: Create gdb.dlang/Makefile.
20141 * configure: Regenerate.
20142 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20143 * gdb.dlang/Makefile.in: New file.
20144 * lib/d-support.exp: New file.
20145 * lib/gdb.exp (skip_d_tests): New proc.
20146
52834460
MM
201472014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20148
20149 * gdb.btrace/delta.exp: Check reverse stepi.
20150 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20151 * gdb.btrace/finish.exp: New.
20152 * gdb.btrace/next.exp: New.
20153 * gdb.btrace/nexti.exp: New.
20154 * gdb.btrace/record_goto.c: Add comments.
20155 * gdb.btrace/step.exp: New.
20156 * gdb.btrace/stepi.exp: New.
20157 * gdb.btrace/multi-thread-step.c: New.
20158 * gdb.btrace/multi-thread-step.exp: New.
20159 * gdb.btrace/rn-dl-bind.c: New.
20160 * gdb.btrace/rn-dl-bind.exp: New.
20161 * gdb.btrace/data.c: New.
20162 * gdb.btrace/data.exp: New.
20163 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20164
6e07b1d2
MM
201652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20166
20167 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20168 * gdb.btrace/exception.exp: Update.
20169 * gdb.btrace/instruction_history.exp: Update.
20170 * gdb.btrace/record_goto.exp: Update.
20171 * gdb.btrace/tailcall.exp: Update.
20172 * gdb.btrace/unknown_functions.exp: Update.
20173 * gdb.btrace/delta.exp: New.
20174
0b722aec
MM
201752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20176
20177 * gdb.btrace/record_goto.exp: Add backtrace test.
20178 * gdb.btrace/tailcall.exp: Add backtrace test.
20179
066ce621
MM
201802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20181
20182 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20183 * gdb.btrace/record_goto.c: New.
20184 * gdb.btrace/record_goto.exp: New.
20185 * gdb.btrace/x86-record_goto.S: New.
20186
0688d04e
MM
201872014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20188
20189 * gdb.btrace/function_call_history.exp: Update tests.
20190 * gdb.btrace/instruction_history.exp: Update tests.
20191
8710b709
MM
201922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20193
20194 * gdb.btrace/function_call_history.exp: Fix expected field
20195 order for "record function-call-history".
20196 Add new tests for "record function-call-history /c".
20197 * gdb.btrace/exception.cc: New.
20198 * gdb.btrace/exception.exp: New.
20199 * gdb.btrace/tailcall.exp: New.
20200 * gdb.btrace/x86-tailcall.S: New.
20201 * gdb.btrace/x86-tailcall.c: New.
20202 * gdb.btrace/unknown_functions.c: New.
20203 * gdb.btrace/unknown_functions.exp: New.
20204 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20205
5de9129b
MM
202062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20207
20208 * gdb.btrace/instruction_history.exp: Update.
20209 * gdb.btrace/function_call_history.exp: Update.
20210
23a7fe75
MM
202112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20212
20213 * gdb.btrace/function_call_history.exp: Fix expected function
20214 trace.
20215 * gdb.btrace/instruction_history.exp: Initialize traced.
20216 Remove traced_functions.
20217
724c7dd8
MM
202182014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20219
20220 * gdb.btrace/function_call_history.exp: Update
20221 * gdb.btrace/instruction_history.exp: Update.
20222
6d78d93b
MM
202232014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20224
20225 * gdb.btrace/enable.exp: Update expected text.
20226
93a360cc
OJ
202272014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20228
20229 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20230 bytes.
20231
3772b53f
MR
202322014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20233
20234 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20235
596662fa
OJ
202362014-01-15 Omair Javaid <omair.javaid@linaro.org>
20237
20238 * lib/gdb.exp (supports_process_record): Return true for
20239 arm*-linux*. (supports_reverse): Likewise.
20240
b5b08fb4
SC
202412014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20242
20243 PR python/15464
20244 PR python/16113
20245 * gdb.python/py-type.c: Enhance test case.
20246 * gdb.python/py-value-cc.cc: Likewise
20247 * gdb.python/py-type.exp: Add new tests.
20248 * gdb.python/py-value-cc.exp: Likewise
20249
52d7fb13
AA
202502014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20251 Pedro Alves <palves@redhat.com>
20252
20253 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20254 Make "name" extern.
20255 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20256 references to ${name}_start by references to ${name}.
20257
a2cd8cfe
JB
202582014-01-10 Joel Brobecker <brobecker@adacore.com>
20259
20260 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20261
4e23fced
JB
202622014-01-10 Joel Brobecker <brobecker@adacore.com>
20263
20264 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20265
c6a9e42c
PA
202662014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20267 Pedro Alves <palves@redhat.com>
20268
20269 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 20270 mi_gdb_target_load.
c6a9e42c 20271
b7ea362b
PA
202722014-01-08 Pedro Alves <palves@redhat.com>
20273
20274 * gdb.threads/reconnect-signal.c: New file.
20275 * gdb.threads/reconnect-signal.exp: New file.
20276
5e3f4fab
EBM
202772014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20278
20279 * gdb.base/source-dir.exp: New file.
20280
79301218
JB
202812014-01-07 Joel Brobecker <brobecker@adacore.com>
20282
20283 * gdb.ada/mi_interface: New testcase.
20284
8e355c5d
JB
202852014-01-07 Joel Brobecker <brobecker@adacore.com>
20286
20287 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20288 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20289 gdb.ada/pp-rec-component/pck.ads: New files.
20290
c0d48811
JB
202912014-01-07 Joel Brobecker <brobecker@adacore.com>
20292
20293 * gdb.python/py-pp-integral.c: New file.
20294 * gdb.python/py-pp-integral.py: New file.
20295 * gdb.python/py-pp-integral.exp: New file.
20296
17b609c3 20297For older changes see ChangeLog-1993-2013.
c906108c 20298\f
8d8cb839
EZ
20299;; Local Variables:
20300;; mode: change-log
20301;; left-margin: 8
20302;; fill-column: 74
20303;; version-control: never
20304;; End:
902f2ccb 20305
b811d2c2 20306 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
20307 Copying and distribution of this file, with or without modification,
20308 are permitted provided the copyright notice and this notice are preserved.