76641b3c3333a4d06c1f2007448d533c0405a395
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4
5 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
6
7 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
8 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
9 * gdb.arch/riscv-tdesc-regs.c: New file.
10 * gdb.arch/riscv-tdesc-regs.exp: New file.
11
12 2020-06-24 Pedro Alves <palves@redhat.com>
13
14 * gdb.arch/amd64-entry-value-paramref.exp: Use
15 prepare_for_testing_full and don't pass "c++" for the .S file
16 build spec.
17 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
18 $options, since it's an assembly file. Remove -Wno-deprecated.
19 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
20 compiling C++ programs.
21
22 2020-06-24 Pedro Alves <palves@redhat.com>
23
24 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
25 Clang, add "-Wno-unknown-warning-option" to the options.
26
27 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
28
29 * gdb.xml/tdesc-reload.c: New file.
30 * gdb.xml/tdesc-reload.exp: New file.
31 * gdb.xml/maint-xml-dump-01.xml: New file.
32 * gdb.xml/maint-xml-dump-02.xml: New file.
33 * gdb.xml/maint-xml-dump.exp: New file.
34
35 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
36
37 * lib/completion-support.exp (test_gdb_completion_offers_commands):
38 Adjust for omitted commands when TUI is disabled.
39
40 2020-06-23 Gary Benson <gbenson@redhat.com>
41 Pedro Alves <palves@redhat.com>
42
43 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
44 * gdb.cp/nsimport.cc: Likewise.
45 * gdb.cp/nsnested.cc: Likewise.
46 * gdb.cp/nsnoimports.cc: Likewise.
47 * gdb.cp/nsusing.cc: Likewise.
48 * gdb.cp/smartp.cc: Likewise.
49 * gdb.python/py-pp-integral.c: Likewise.
50 * gdb.python/py-pp-re-notag.c: Likewise.
51
52 2020-06-23 Gary Benson <gbenson@redhat.com>
53
54 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
55 * gdb.cp/nsimport.cc: Likewise.
56 * gdb.cp/nsnested.cc: Likewise.
57 * gdb.cp/nsnoimports.cc: Likewise.
58 * gdb.cp/nsusing.cc: Likewise.
59 * gdb.cp/smartp.cc: Likewise.
60 * gdb.python/py-pp-integral.c: Likewise.
61 * gdb.python/py-pp-re-notag.c: Likewise.
62
63 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
64
65 * gdb.base/default-args.exp: New test.
66 * gdb.base/default-args.c: New file.
67 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
68 * gdb.base/default.exp: Update to new help text.
69 * gdb.base/help.exp: Likewise.
70 * gdb.base/page.exp: Likewise.
71 * gdb.base/style.exp: Likewise.
72 * gdb.guile/guile.exp: Likewise.
73 * gdb.python/python.exp: Likewise.
74
75 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
76
77 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
78 remote host. Fix search path syntax on Windows host.
79
80 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
81
82 * gdb.base/attach.exp: Test priority of 'exec-file' changed
83 over 'exec-file-mismatch'.
84 * gdb.base/attach.c: Mark should_exit volatile.
85 * gdb.base/attach2.c: Likewise. Add a comment explaining
86 why the sleep cannot be big.
87 * gdb.base/attach3.c: New file.
88
89 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
90
91 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
92 prefix optional.
93
94 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
95
96 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
97 for remote host.
98
99 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
100 Hafiz Abid Qadeer <abidh@codesourcery.com>
101
102 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
103 file sent to remote host.
104 (top level): Allow int32_t as type of 32-bit register.
105
106 2020-06-19 Tom de Vries <tdevries@suse.de>
107
108 * lib/gdb.exp (gdb_note): New proc.
109 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
110 (gdb_default_target_compile): ... here. Only call
111 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
112 (use_gdb_compile): Change to array.
113 (toplevel): Update sets of use_gdb_compile to specify language.
114 Warn about default_target_compile override. Store dejagnu's version
115 of default_target_compile in dejagnu_default_target_compile.
116
117 2020-06-18 Tom de Vries <tdevries@suse.de>
118
119 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
120 (default_gdb_init): ... here.
121
122 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
123
124 Fix TUI support checks in gdb.tui tests.
125
126 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
127 just say UNSUPPORTED.
128 * gdb.tui/corefile-run.exp: Likewise.
129 * gdb.tui/empty.exp: Likewise.
130 * gdb.tui/list-before.exp: Likewise.
131 * gdb.tui/list.exp: Likewise.
132 * gdb.tui/main.exp: Likewise.
133 * gdb.tui/regs.exp: Likewise.
134 * gdb.tui/resize.exp: Likewise.
135 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
136 * gdb.tui/tui-layout-asm.exp: Likewise.
137 * gdb.tui/tui-missing-src.exp: Likewise.
138 * gdb.tui/winheight.exp: Likewise.
139 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
140
141 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
142
143 Fix TCL error in gdb.python/py-format-string.exp.
144
145 * gdb.python/py-format-string.exp: Move test for python support
146 earlier, out of function body.
147
148 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
149
150 * gdb.base/index-cache-load-twice.c: New.
151 * gdb.base/index-cache-load-twice.exp: New.
152
153 2020-06-17 Keith Seitz <keiths@redhat.com>
154
155 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
156 when executing "gdb --configuration".
157
158 2020-06-17 Tom de Vries <tdevries@suse.de>
159
160 * lib/gdb.exp (gdb_tcl_unknown): New proc.
161 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
162 conditional on presence of gdb_tcl_unknown.
163 (gdb_finish): Make override undo conditional on presence of
164 gdb_tcl_unknown.
165
166 2020-06-16 Tom Tromey <tom@tromey.com>
167
168 * gdb.python/tui-window.py (failwin): New function. Register it
169 as a TUI window type.
170 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
171
172 2020-06-16 Gary Benson <gbenson@redhat.com>
173
174 * gdb.python/py-nested-maps.c (create_map): Add missing return
175 value.
176 (create_map_map): Likewise.
177
178 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
179
180 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
181 variable.
182 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
183 and use the already-defined 'options' variable.
184
185 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
186 Tom de Vries <tdevries@suse.de>
187
188 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
189 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
190 (gdb_setup_known_globals): New proc.
191 (gdb_cleanup_globals): New proc.
192 * lib/gdb.exp (load_lib): New override proc.
193 (gdb_stdin_log_init): Set var in_file as persistent global.
194 * lib/pascal.exp (gdb_stdin_log_init): Set vars
195 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
196 fpc_compiler as persistent global.
197
198 2020-06-12 Tom de Vries <tdevries@suse.de>
199
200 * lib/tuiterm.exp (spawn): Rename to ...
201 (tui_spawn): ... this.
202 (toplevel): Move rename of spawn ...
203 (gdb_init_tuiterm): ... here. New proc.
204 (gdb_finish_tuiterm): New proc.
205 * lib/gdb.exp (gdb_finish_hooks): New global var.
206 (gdb_finish): Handle gdb_finish_hooks.
207 (tuiterm_env): New proc.
208 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
209 tuiterm_env.
210 * gdb.tui/basic.exp: Same.
211 * gdb.tui/corefile-run.exp: Same.
212 * gdb.tui/empty.exp: Same.
213 * gdb.tui/list-before.exp: Same.
214 * gdb.tui/list.exp: Same.
215 * gdb.tui/main.exp: Same.
216 * gdb.tui/new-layout.exp: Same.
217 * gdb.tui/regs.exp: Same.
218 * gdb.tui/resize.exp: Same.
219 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
220 * gdb.tui/tui-layout-asm.exp: Same.
221 * gdb.tui/tui-missing-src.exp: Same.
222 * gdb.tui/winheight.exp: Same.
223
224 2020-06-12 Tom de Vries <tdevries@suse.de>
225
226 PR testsuite/26110
227 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
228 (gdb_finish): Reinstall dejagnu's override of ::unknown.
229
230 2020-06-11 Tom Tromey <tom@tromey.com>
231
232 PR gdb/18318:
233 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
234 floating point tests.
235
236 2020-06-11 Keith Seitz <keiths@redhat.com>
237
238 PR gdb/21356
239 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
240 vla_struct.
241 Add new struct vla_typedef and union vla_typedef_union and
242 corresponding instantiation objects.
243 Initialize new objects.
244 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
245 and vla_typedef_union_object.
246 Fixup type for vla_struct_object.
247
248 2020-06-11 Tom de Vries <tdevries@suse.de>
249
250 * lib/gdb.exp (with_override): New proc, factored out of ...
251 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
252
253 2020-06-10 Tom de Vries <tdevries@suse.de>
254
255 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
256
257 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
258
259 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
260 parameter, update callers.
261
262 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
263
264 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
265 * gdb.dwarf2/share-psymtabs-bt.c: New file.
266 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
267
268 2020-06-04 Tom de Vries <tdevries@suse.de>
269
270 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
271
272 2020-06-04 Tom de Vries <tdevries@suse.de>
273
274 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
275 exp_continue.
276
277 2020-06-04 Tom de Vries <tdevries@suse.de>
278
279 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
280
281 2020-06-03 Tom de Vries <tdevries@suse.de>
282
283 PR symtab/26046
284 * gdb.cp/breakpoint-locs-2.cc: New test.
285 * gdb.cp/breakpoint-locs.cc: New test.
286 * gdb.cp/breakpoint-locs.exp: New file.
287 * gdb.cp/breakpoint-locs.h: New test.
288
289 2020-06-03 Tom de Vries <tdevries@suse.de>
290
291 PR testsuite/25609
292 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
293 value of global verbose.
294 * gdb.base/jit-elf.exp: Same.
295 * gdb.base/jit-reader.exp: Same.
296
297 2020-06-02 Tom de Vries <tdevries@suse.de>
298
299 * gdb.dwarf2/multidictionary.exp: Don't use
300 gdb_spawn_with_cmdline_opts.
301
302 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
303
304 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
305 use_header case.
306 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
307 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
308 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
309 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
310 * gdb.dwarf2/dw2-inline-header.c: New file.
311 * gdb.dwarf2/dw2-inline-header.h: New file.
312
313 2020-05-30 Pedro Alves <palves@redhat.com>
314
315 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
316 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
317
318 2020-05-29 Gary Benson <gbenson@redhat.com>
319
320 * gdb.compile/compile-cplus.exp (additional_flags): Also
321 set when building with clang.
322 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
323 when building with clang.
324
325 2020-05-29 Gary Benson <gbenson@redhat.com>
326
327 * gdb.arch/i386-avx.exp (additional_flags): Also set when
328 building with clang.
329 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
330
331 2020-05-29 Gary Benson <gbenson@redhat.com>
332
333 * gdb.cp/koenig.exp (prepare_for_testing): Add
334 additional_flags=-Wno-unused-comparison.
335 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
336
337 2020-05-28 Gary Benson <gbenson@redhat.com>
338
339 * gdb.base/sigaltstack.c (catcher): Add default case to switch
340 statement.
341
342 2020-05-28 Gary Benson <gbenson@redhat.com>
343
344 * gdb.cp/classes.exp (prepare_for_testing): Add
345 additional_flags=-Wno-deprecated-register.
346 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
347 * gdb.cp/misc.exp: Likewise.
348
349 2020-05-28 Gary Benson <gbenson@redhat.com>
350
351 * gdb.linespec/cpls-ops.cc (dummy): New static global.
352 (test_op_new::operator new): Add return statement.
353 (test_op_new_array::operator new[]): Likewise.
354
355 2020-05-27 Pedro Alves <palves@redhat.com>
356
357 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
358 check. Use test_gdb_complete_unique instead of
359 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
360 test_gdb_complete_multiple instead of
361 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
362
363 2020-05-27 Luis Machado <luis.machado@linaro.org>
364
365 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
366 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
367 * gdb.arch/arm-disassembler-options.exp: Likewise.
368 * gdb.arch/arm-disp-step.exp: Likewise.
369 * gdb.arch/thumb-prologue.exp: Likewise.
370 * gdb.base/async.exp: Likewise.
371 * gdb.base/auxv.exp: Likewise.
372 * gdb.base/complex-parts.exp: Likewise.
373 * gdb.base/ena-dis-br.exp: Likewise.
374 * gdb.base/foll-exec.exp: Likewise.
375 * gdb.base/permissions.exp: Likewise.
376 * gdb.base/relocate.exp: Likewise.
377 * gdb.base/return2.exp: Likewise.
378 * gdb.base/sigbpt.exp: Likewise.
379 * gdb.base/siginfo-obj.exp: Likewise.
380 * gdb.cp/converts.exp: Likewise.
381 * gdb.cp/exceptprint.exp: Likewise.
382 * gdb.cp/inherit.exp: Likewise.
383 * gdb.cp/nsnoimports.exp: Likewise.
384 * gdb.cp/virtbase2.exp: Likewise.
385 * gdb.mi/mi-var-cmd.exp: Likewise.
386 * gdb.mi/var-cmd.c: Likewise.
387
388 2020-05-26 Tom Tromey <tromey@adacore.com>
389
390 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
391
392 2020-05-26 Tom Tromey <tromey@adacore.com>
393
394 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
395 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
396 type.
397 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
398 variable.
399
400 2020-05-26 Christian Biesinger <cbiesinger@google.com>
401
402 * Makefile.in: Use = instead of == for the test command
403 for portability.
404
405 2020-05-26 Tom de Vries <tdevries@suse.de>
406
407 * gdb.base/gold-gdb-index-2.c: New test.
408 * gdb.base/gold-gdb-index.c: New test.
409 * gdb.base/gold-gdb-index.exp: New file.
410 * gdb.base/gold-gdb-index.h: New test.
411
412 2020-05-25 Tom de Vries <tdevries@suse.de>
413
414 * boards/gold-gdb-index.exp: New file.
415
416 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
417
418 * boards/simavr.exp: New file.
419
420 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
421
422 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
423 * gdb.base/inferior-args.exp: New file.
424 * gdb.base/inferior-args.c: New file.
425
426 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
427
428 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
429 inferior_args. Pass it to gdb_reload.
430 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
431 inferior_args.
432 (gdb_reload): Add inferior_args argument.
433 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
434 pass it to gdbserver_run.
435 * boards/native-gdbserver.exp: Do not set noargs.
436 * boards/native-extended-gdbserver.exp (gdb_reload): Add
437 inferior_args argument.
438 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
439 * gdb.base/a2-run.exp: Check for use_gdb_stub.
440 * gdb.base/args.exp: Likewise.
441
442 2020-05-25 Tom de Vries <tdevries@suse.de>
443
444 * lib/gdb.exp (exec_is_pie): Add comment.
445
446 2020-05-25 Tom de Vries <tdevries@suse.de>
447
448 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
449 instead of $binfile in the untested message.
450
451 2020-05-25 Tom de Vries <tdevries@suse.de>
452
453 PR testsuite/26031
454 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
455
456 2020-05-25 Tom de Vries <tdevries@suse.de>
457
458 * boards/gold.exp: New file.
459
460 2020-05-23 Tom Tromey <tom@tromey.com>
461
462 * gdb.base/style.exp: Remove completion styling test.
463 * lib/gdb-utils.exp (style): Remove completion styles.
464
465 2020-05-23 Tom Tromey <tom@tromey.com>
466
467 * gdb.base/style.exp: Add completion styling test.
468 * lib/gdb-utils.exp (style): Add completion styles.
469
470 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
471
472 * gdb.base/annota1.exp: Update expected results.
473 * gdb.cp/annota2.exp: Update expected results, remove duplicate
474 test name.
475 * gdb.cp/annota3.exp: Update expected results.
476
477 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
478
479 PR gdb/26016
480 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
481 against MAP_FAILED.
482 * gdb.base/coremaker.c (mmapdata): Likewise.
483 * gdb.base/jit-reader-host.c (main): Likewise.
484 * gdb.base/sym-file-loader.c (load): Likewise.
485 (load_shlib): Likewise.
486
487 2020-05-20 Tom Tromey <tromey@adacore.com>
488
489 * gdb.ada/array_char_idx.exp: Recognize initialized array.
490
491 2020-05-20 Tom de Vries <tdevries@suse.de>
492
493 PR symtab/25833
494 * gdb.base/with-mf-inc.c: New test.
495 * gdb.base/with-mf-main.c: New test.
496 * gdb.base/with-mf.exp: New file.
497
498 2020-05-19 Tom Tromey <tromey@adacore.com>
499
500 * gdb.rust/simple.exp: Restore missing test result.
501
502 2020-05-19 Tom de Vries <tdevries@suse.de>
503
504 * gdb.base/gdb-caching-proc.exp: Fix typo.
505
506 2020-05-19 Tom Tromey <tromey@adacore.com>
507
508 * gdb.rust/simple.exp: Add some test descriptions.
509 (test_one_slice): Use with_test_prefix.
510
511 2020-05-18 Tom de Vries <tdevries@suse.de>
512
513 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
514
515 2020-05-17 Pedro Alves <palves@redhat.com>
516
517 PR gdb/25741
518 * gdb.base/hw-sw-break-same-address.exp: New file.
519
520 2020-05-16 Pedro Alves <palves@redhat.com>
521
522 * gdb.multi/multi-re-run.exp (test_re_run): Switch
523 LAST_LOADED_FILE accordingly.
524
525 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
526
527 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
528
529 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
530
531 * gdb.base/help.exp: Test apropos and help for commands
532 having aliases. Fixed comments not starting with an
533 upper-case letter or not finishing with a dot.
534
535 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
536
537 * gdb.base/alias.exp: Update help output check.
538
539 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
540
541 * gdb.base/default.exp: Update output following fixes.
542
543 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
544
545 * gdb.base/alias.exp: Test aliases starting with a prefix of
546 another alias.
547
548 2020-05-15 Gary Benson <gbenson@redhat.com>
549
550 * gdb.base/info-os.c (main): Add return statement.
551 * gdb.base/info_minsym.c (minsym_fun): Likewise.
552 * gdb.base/large-frame-2.c (func): Likewise.
553 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
554 * gdb.base/pr10179-b.c (foo2): Likewise.
555 * gdb.base/valgrind-disp-step.c (foo): Likewise.
556 * gdb.base/watch-cond.c (func): Likewise.
557 * gdb.multi/goodbye.c (verylongfun): Likewise.
558 * gdb.multi/hello.c (commonfun): Likewise.
559 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
560 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
561 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
562 Likewise.
563 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
564 * gdb.threads/interrupt-while-step-over.c (child_function):
565 Likewise.
566 * gdb.trace/actions-changed.c (end): Likewise.
567
568 2020-05-15 Gary Benson <gbenson@redhat.com>
569
570 * gdb.opencl/callfuncs.exp: Report when test skipped.
571 * gdb.opencl/convs_casts.exp: Likewise.
572 * gdb.opencl/datatypes.exp: Likewise.
573 * gdb.opencl/operators.exp: Likewise.
574 * gdb.opencl/vec_comps.exp: Likewise.
575
576 2020-05-15 Tom de Vries <tdevries@suse.de>
577
578 * gdb.base/align.exp.in: Rename to ...
579 * gdb.base/align.exp.tcl: ... this.
580 * gdb.base/align-c++.exp: Update.
581 * gdb.base/align-c.exp: Update.
582 * gdb.base/all-architectures.exp.in: Rename to ...
583 * gdb.base/all-architectures.exp: ... this.
584 * gdb.base/all-architectures-0.exp: Update.
585 * gdb.base/all-architectures-1.exp: Update.
586 * gdb.base/all-architectures-2.exp: Update.
587 * gdb.base/all-architectures-3.exp: Update.
588 * gdb.base/all-architectures-4.exp: Update.
589 * gdb.base/all-architectures-5.exp: Update.
590 * gdb.base/all-architectures-6.exp: Update.
591 * gdb.base/all-architectures-7.exp: Update.
592 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
593 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
594 * gdb.base/infcall-nested-structs-c++.exp: Update.
595 * gdb.base/infcall-nested-structs-c.exp: Update.
596 * gdb.base/info-types.exp.in: Rename to ...
597 * gdb.base/info-types.exp.tcl: ... this.
598 * gdb.base/info-types-c++.exp: Update.
599 * gdb.base/info-types-c.exp: Update.
600 * gdb.base/max-depth.exp.in: Rename to ...
601 * gdb.base/max-depth.exp.tcl: ... this.
602 * gdb.base/max-depth-c++.exp: Update.
603 * gdb.base/max-depth-c.exp: Update.
604 * gdb.cp/cpexprs.exp.in: Rename to ...
605 * gdb.cp/cpexprs.exp.tcl: ... this.
606 * gdb.cp/cpexprs-debug-types.exp: Update.
607 * gdb.cp/cpexprs.exp: Update.
608 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
609 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
610 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
611 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
612 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
613 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
614 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
615 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
616 * gdb.dwarf2/clang-debug-names-2.exp: Update.
617 * gdb.dwarf2/clang-debug-names.exp: Update.
618
619 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
620
621 * lib/check-test-names.exp: Remove code that prevents this file
622 loading when tests are run in parallel.
623
624 2020-05-15 Pedro Alves <palves@redhat.com>
625
626 * gdb.multi/multi-kill.exp (start_inferior): Remove
627 'testpid' parameter. Refer to namespace variable directly.
628 (testpid): Declare as namespace variable.
629
630 2020-05-15 Pedro Alves <palves@redhat.com>
631
632 * gdb.multi/multi-kill.exp: Wrap in namespace.
633 (start_inferior): Add TESTPID parameter. Use it instead of the
634 testpid global.
635 (top level): Define empty TESTPID array, and pass it down to
636 start_inferior.
637
638 2020-05-14 Tom de Vries <tdevries@suse.de>
639
640 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
641 output.
642
643 2020-05-14 Tom de Vries <tdevries@suse.de>
644
645 * gdb.base/align.exp: Split into ...
646 * gdb.base/align.exp.in: ...
647 * gdb.base/align-c++.exp: ...
648 * gdb.base/align-c.exp: ... these.
649 * gdb.base/infcall-nested-structs.exp: Split into ...
650 * gdb.base/infcall-nested-structs.exp.in: ...
651 * gdb.base/infcall-nested-structs-c++.exp: ...
652 * gdb.base/infcall-nested-structs-c.exp: ... these.
653 * gdb.base/info-types.exp: Split into ...
654 * gdb.base/info-types.exp.in: ...
655 * gdb.base/info-types-c++.exp: ...
656 * gdb.base/info-types-c.exp: ... these.
657 * gdb.base/max-depth.exp: Split into ...
658 * gdb.base/max-depth.exp.in: ...
659 * gdb.base/max-depth-c++.exp: ...
660 * gdb.base/max-depth-c.exp: ... these.
661 * gdb.cp/infcall-nodebug.exp: Split into ...
662 * gdb.cp/infcall-nodebug.exp.in: ...
663 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
664 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
665 * gdb.cp/infcall-nodebug-c-d0.exp: ...
666 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
667
668 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
669 Pedro Alves <palves@redhat.com>
670
671 * gdb.multi/multi-exit.c: New file.
672 * gdb.multi/multi-exit.exp: New file.
673 * gdb.multi/multi-kill.c: New file.
674 * gdb.multi/multi-kill.exp: New file.
675
676 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
677
678 * gdb.base/annota1.exp: Update the expected output.
679 * gdb.cp/annota2.exp: Ditto.
680
681 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
682
683 * lib/check-test-names.exp: Disable when testing is being run in
684 parallel.
685
686 2020-05-12 Tom de Vries <tdevries@suse.de>
687
688 * gdb.base/jit-elf.exp: Fix string concat.
689
690 2020-05-12 Tom de Vries <tdevries@suse.de>
691
692 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
693 messages.
694
695 2020-05-12 Tom de Vries <tdevries@suse.de>
696
697 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
698
699 2020-05-12 Tom de Vries <tdevries@suse.de>
700
701 * gdb.ada/catch_ex.exp: Use with_test_prefix.
702 * gdb.ada/mi_catch_ex.exp: Same.
703 * gdb.ada/mi_catch_ex_hand.exp: Same.
704
705 2020-05-12 Tom de Vries <tdevries@suse.de>
706
707 * gdb.fortran/complex.exp: Use with_test_prefix.
708
709 2020-05-12 Tom de Vries <tdevries@suse.de>
710
711 * gdb.trace/passcount.exp: Fix test-names.
712
713 2020-05-12 Tom de Vries <tdevries@suse.de>
714
715 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
716
717 2020-05-12 Tom de Vries <tdevries@suse.de>
718
719 * gdb.gdb/complaints.exp: Use with_test_prefix.
720 * gdb.xml/tdesc-regs.exp: Same.
721 * gdb.opt/inline-locals.exp: Fix test name.
722
723 2020-05-12 Tom de Vries <tdevries@suse.de>
724
725 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
726 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
727 * gdb.dwarf2/implref-struct.exp: Same.
728 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
729 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
730
731 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
732
733 * gdb.base/jit-so.exp (one_jit_test): Change test name.
734
735 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
736
737 * lib/check-test-names.exp (all_test_names): New module variable.
738 (counts): Add 'duplicates' field.
739 (_check_duplicates): New procedure.
740 (check): Also check for duplicates.
741 (do_log_summary): Print duplicates count.
742 (do_reset_vars): Reset counter for duplicate test names, and
743 discard all know test names.
744
745 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
746
747 * lib/gdb.exp: Include check-test-names.exp library.
748 * lib/check-test-names.exp: New file.
749
750 2020-05-11 Tom de Vries <tdevries@suse.de>
751
752 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
753
754 2020-05-11 Keith Seitz <keiths@redhat.com>
755
756 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
757
758 2020-05-11 Tom de Vries <tdevries@suse.de>
759
760 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
761 * gdb.cp/cpexprs.exp.in: .. here.
762 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
763 cpexprs.exp.
764
765 2020-05-11 Keith Seitz <keiths@redhat.com>
766
767 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
768 test names.
769 * gdb.ada/arrayptr.exp: Likewise.
770 * gdb.ada/assign_arr.exp: Likewise.
771 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
772 * gdb.ada/bp_on_var.exp: Likewise.
773 * gdb.ada/call_pn.exp: Likewise.
774 * gdb.ada/complete.exp: Likewise.
775 * gdb.ada/fun_overload_menu.exp: Likewise.
776 * gdb.ada/funcall_param.exp: Likewise.
777 * gdb.ada/funcall_ref.exp: Likewise.
778 * gdb.ada/packed_array_assign.exp: Likewise.
779 * gdb.ada/same_component_name.exp: Likewise.
780 * gdb.ada/type_coercion.exp: Likewise.
781 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
782 * gdb.ada/variant_record_packed_array.exp: Likewise.
783
784 2020-05-11 Tom de Vries <tdevries@suse.de>
785
786 PR symtab/25941
787 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
788 out of ...
789 * gdb.dwarf2/clang-debug-names.exp: ... here.
790 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
791 clang-debug-names.exp.in.
792 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
793 * gdb.dwarf2/clang-debug-names-2.c: New test.
794
795 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
796
797 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
798 (fortran_runto_main): New Proc, fortran version of runto_main.
799 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
800 * gdb.fortran/array-bounds.exp: Likewise.
801 * gdb.fortran/array-slices.exp: Likewise.
802 * gdb.fortran/block-data.exp: Likewise.
803 * gdb.fortran/charset.exp: Likewise.
804 * gdb.fortran/common-block.exp: Likewise.
805 * gdb.fortran/complex.exp: Likewise.
806 * gdb.fortran/derived-type-function.exp: Likewise.
807 * gdb.fortran/derived-type.exp: Likewise.
808 * gdb.fortran/info-modules.exp: Likewise.
809 * gdb.fortran/info-types.exp: Likewise.
810 * gdb.fortran/intrinsics.exp: Likewise.
811 * gdb.fortran/library-module.exp: Likewise.
812 * gdb.fortran/logical.exp: Likewise.
813 * gdb.fortran/max-depth.exp: Likewise.
814 * gdb.fortran/module.exp: Likewise.
815 * gdb.fortran/multi-dim.exp: Likewise.
816 * gdb.fortran/nested-funcs.exp: Likewise.
817 * gdb.fortran/print-formatted.exp: Likewise.
818 * gdb.fortran/print_type.exp: Likewise.
819 * gdb.fortran/printing-types.exp: Likewise.
820 * gdb.fortran/ptr-indentation.exp: Likewise.
821 * gdb.fortran/ptype-on-functions.exp: Likewise.
822 * gdb.fortran/subarray.exp: Likewise.
823 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
824 * gdb.fortran/vla-datatypes.exp: Likewise.
825 * gdb.fortran/vla-history.exp: Likewise.
826 * gdb.fortran/vla-ptr-info.exp: Likewise.
827 * gdb.fortran/vla-ptype-sub.exp: Likewise.
828 * gdb.fortran/vla-ptype.exp: Likewise.
829 * gdb.fortran/vla-sizeof.exp: Likewise.
830 * gdb.fortran/vla-type.exp: Likewise.
831 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
832 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
833 * gdb.fortran/vla-value-sub.exp: Likewise.
834 * gdb.fortran/vla-value.exp: Likewise.
835 * gdb.fortran/whatis_type.exp: Likewise.
836 * gdb.mi/mi-var-child-f.exp: Likewise.
837
838 2020-05-09 Tom de Vries <tdevries@suse.de>
839
840 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
841
842 2020-05-08 Tom de Vries <tdevries@suse.de>
843
844 * gdb.dwarf2/clang-debug-names.c: New test.
845 * gdb.dwarf2/clang-debug-names.exp: New file.
846
847 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
848
849 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
850 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
851
852 2020-05-06 Tom de Vries <tdevries@suse.de>
853
854 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
855 breakpoint is at a "recommended breakpoint location".
856 * gdb.reverse/consecutive-reverse.exp: Same.
857
858 2020-05-06 Tom de Vries <tdevries@suse.de>
859
860 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
861 address.
862
863 2020-05-06 Tom de Vries <tdevries@suse.de>
864
865 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
866
867 2020-05-06 Tom de Vries <tdevries@suse.de>
868
869 * gdb.base/store.exp (check_set, up_set): Allowing missing location
870 info for r.
871
872 2020-05-06 Tom de Vries <tdevries@suse.de>
873
874 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
875 necessary.
876
877 2020-05-06 Tom de Vries <tdevries@suse.de>
878
879 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
880 void.
881
882 2020-05-06 Tom de Vries <tdevries@suse.de>
883
884 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
885 of ...
886 * gdb.base/async.exp: ... here.
887 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
888 "recommended breakpoint location".
889
890 2020-05-06 Tom de Vries <tdevries@suse.de>
891
892 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
893
894 2020-05-04 Tom de Vries <tdevries@suse.de>
895
896 * gdb.base/async.exp: Check whether instruction addresses are a
897 "recommended breakpoint location".
898
899 2020-05-03 Tom Tromey <tom@tromey.com>
900
901 * gdb.base/sepdebug.exp: Remove "catch" test.
902 * gdb.base/break.exp: Remove "catch" test.
903 * gdb.base/default.exp: Update expected output.
904
905 2020-05-02 Tom de Vries <tdevries@suse.de>
906
907 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
908 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
909 * gdb.arch/i386-mpx-map.exp: Same.
910 * gdb.arch/i386-mpx-sigsegv.exp: Same.
911 * gdb.arch/i386-mpx-simple_segv.exp: Same.
912 * gdb.arch/i386-mpx.exp: Same.
913
914 2020-05-02 Tom de Vries <tdevries@suse.de>
915
916 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
917
918 2020-05-01 Tom de Vries <tdevries@suse.de>
919
920 * gdb.ada/operator_bp.exp: Allow more than required amount of
921 breakpoint.
922
923 2020-05-01 Tom de Vries <tdevries@suse.de>
924
925 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
926
927 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
928
929 PR gdb/18706
930 * gdb.cp/stub-array-size.cc: New test.
931 * gdb.cp/stub-array-size.exp: New file.
932 * gdb.cp/stub-array-size.h: New test.
933 * gdb.cp/stub-array-size2.cc: New test.
934
935 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
936
937 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
938 output to the new format.
939
940 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
941
942 * gdb.base/break.exp: Use with_test_prefix.
943
944 2020-04-29 Tom de Vries <tdevries@suse.de>
945
946 * lib/gdb.exp (debug_types): New proc.
947 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
948 * gdb.python/py-symtab.exp: Same.
949
950 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
951
952 PR gdb/17320
953 * gdb.base/pretty-array.c: New test.
954 * gdb.base/pretty-array.exp: New file.
955
956 2020-04-29 Tom de Vries <tdevries@suse.de>
957
958 PR symtab/25889
959 * gdb.cp/cpexprs.exp: Adapt for inclusion.
960 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
961 and include cpexprs.exp.
962
963 2020-04-28 Mark Williams <mark@myosotissp.com>
964
965 PR gdb/24480
966 * dw4-toplevel-types.exp: Test for top level types.
967 * dw4-toplevel-types.cc: Test for top level types.
968
969 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
970
971 * gdb.threads/stop-with-handle.exp: Fix typo in comment
972 (theads -> threads).
973
974 2020-04-28 Tom de Vries <tdevries@suse.de>
975
976 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
977
978 2020-04-28 Tom de Vries <tdevries@suse.de>
979
980 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
981
982 2020-04-28 Tom de Vries <tdevries@suse.de>
983
984 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
985
986 2020-04-28 Tom de Vries <tdevries@suse.de>
987
988 * gdb.dwarf2/main-foo.c: New test.
989 * gdb.dwarf2/struct-with-sig.exp: New file.
990
991 2020-04-25 Tom de Vries <tdevries@suse.de>
992
993 * boards/debug-types.exp: New file.
994
995 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
996
997 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
998
999 2020-04-24 Tom Tromey <tom@tromey.com>
1000
1001 PR symtab/12707:
1002 * gdb.python/py-symbol.exp: Update expected results for
1003 linkage_name test.
1004 * gdb.cp/print-demangle.exp: New file.
1005 * gdb.base/c-linkage-name.exp: Fix test.
1006 * gdb.guile/scm-symbol.exp: Update expected results for
1007 linkage_name test.
1008
1009 2020-04-24 Tom Tromey <tom@tromey.com>
1010
1011 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1012 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1013 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1014 assembler.
1015
1016 2020-04-24 Tom de Vries <tdevries@suse.de>
1017
1018 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1019 C++.
1020
1021 2020-04-24 Tom Tromey <tromey@adacore.com>
1022
1023 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1024 values.
1025 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1026 values. Update test for minimal encodings.
1027 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1028 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1029 values. Update test for minimal encodings.
1030
1031 2020-04-24 Tom Tromey <tromey@adacore.com>
1032
1033 PR python/23662:
1034 * gdb.ada/variant.exp: Add Python checks.
1035 * gdb.rust/simple.exp: Add dynamic type checks.
1036
1037 2020-04-24 Tom Tromey <tromey@adacore.com>
1038
1039 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1040 Make array type matching more lax.
1041 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1042 * gdb.ada/mi_variant.exp: New file.
1043 * gdb.ada/mi_variant/pck.ads: New file.
1044 * gdb.ada/mi_variant/pkg.adb: New file.
1045 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1046 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1047
1048 2020-04-24 Tom Tromey <tromey@adacore.com>
1049
1050 * gdb.ada/variant.exp: Add dynamic field offset tests.
1051 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1052 * gdb.ada/variant/pkg.adb: Add new variables.
1053
1054 2020-04-24 Tom Tromey <tromey@adacore.com>
1055
1056 * gdb.ada/variant.exp: New file
1057 * gdb.ada/variant/pkg.adb: New file
1058 * gdb.ada/variant/pck.adb: New file
1059
1060 2020-04-24 Tom de Vries <tdevries@suse.de>
1061
1062 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1063
1064 2020-04-24 Tom de Vries <tdevries@suse.de>
1065
1066 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1067 flags.
1068
1069 2020-04-24 Tom de Vries <tdevries@suse.de>
1070
1071 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1072
1073 2020-04-24 Tom de Vries <tdevries@suse.de>
1074
1075 * lib/gdb.exp (default_gdb_start): Handle eof.
1076 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1077 failure.
1078 * gdb.base/readnever.exp: Handle clean_restart failure.
1079
1080 2020-04-23 Tom de Vries <tdevries@suse.de>
1081
1082 * gdb.base/decl-before-def.exp: Run to main and print a again.
1083
1084 2020-04-23 Tom de Vries <tdevries@suse.de>
1085
1086 * gdb.base/decl-before-def-decl.c: New test.
1087 * gdb.base/decl-before-def-def.c: New test.
1088 * gdb.base/decl-before-def.exp: New file.
1089
1090 2020-04-23 Tom de Vries <tdevries@suse.de>
1091
1092 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1093
1094 2020-04-22 Tom de Vries <tdevries@suse.de>
1095
1096 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1097 debug_info_offset.
1098 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1099 before $objsfile in the line line.
1100
1101 2020-04-22 Tom de Vries <tdevries@suse.de>
1102
1103 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1104
1105 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1106
1107 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1108 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1109 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1110 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1111 * gdb.base/jit-protocol.h: Update definitions to match all usage
1112 contexts.
1113
1114 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1115
1116 * gdb.base: Rename all jit related test and source files.
1117
1118 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1119
1120 * gdb.base/jit-reader.exp: Relax register output check.
1121
1122 2020-04-22 Tom de Vries <tdevries@suse.de>
1123
1124 PR symtab/25764
1125 * gdb.base/psym-external-decl-2.c: New test.
1126 * gdb.base/psym-external-decl.c: New test.
1127 * gdb.base/psym-external-decl.exp: New file.
1128 * gdb.threads/tls.exp: Add PR25807 kfail.
1129
1130 2020-04-22 Tom de Vries <tdevries@suse.de>
1131
1132 PR symtab/25801
1133 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1134 in "info source" output.
1135
1136 2020-04-22 Tom de Vries <tdevries@suse.de>
1137
1138 PR symtab/25700
1139 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1140 symtab for imported_unit.c.
1141
1142 2020-04-21 Gary Benson <gbenson@redhat.com>
1143
1144 * gdb.base/advance.c (func): New argument, to match call site.
1145 (func2, func3): Add return statements.
1146
1147 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1148
1149 * gdb.multi/run-only-second-inf.c: New file.
1150 * gdb.multi/run-only-second-inf.exp: New file.
1151
1152 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1153
1154 * gdb.btrace/multi-inferior.c: New test.
1155 * gdb.btrace/multi-inferior.exp: New file.
1156
1157 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1158
1159 * gdb.btrace/enable-new-thread.c: New test.
1160 * gdb.btrace/enable-new-thread.exp: New file.
1161
1162 2020-04-21 Tom de Vries <tdevries@suse.de>
1163
1164 PR gdb/25471
1165 * gdb.threads/killed-outside.c: New test.
1166 * gdb.threads/killed-outside.exp: New file.
1167
1168 2020-04-20 Gary Benson <gbenson@redhat.com>
1169
1170 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1171 * gdb.base/nested-subp2.exp: Likewise.
1172 * gdb.base/nested-subp3.exp: Likewise.
1173
1174 2020-04-20 Gary Benson <gbenson@redhat.com>
1175
1176 * gdb.base/nested-subp1.exp: Disable test when using clang.
1177 * gdb.base/nested-subp2.exp: Likewise.
1178 * gdb.base/nested-subp3.exp: Likewise.
1179
1180 2020-04-20 Gary Benson <gbenson@redhat.com>
1181
1182 * gdb.cp/exception.cc: Fix compilation error with clang.
1183
1184 2020-04-20 Gary Benson <gbenson@redhat.com>
1185
1186 * gdb.trace/tspeed.c: Fix compilation error with clang.
1187
1188 2020-04-20 Gary Benson <gbenson@redhat.com>
1189
1190 * gdb.base/jit-main.c: Fix compilation error with clang.
1191
1192 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1193
1194 * gdb.base/attach-twice.c: Include "sys/types.h".
1195 (PTRACE_ATTACH): Add fallback definition.
1196 (main): Pass `0' to the 4th argument of `ptrace'.
1197
1198 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1199
1200 * gdb.base/fork-running-state.c: Include "signal.h".
1201
1202 2020-04-17 Tom Tromey <tromey@adacore.com>
1203
1204 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1205 Update tests.
1206 * gdb.btrace/cpu.exp: Update tests.
1207 * gdb.base/maint.exp: Update tests.
1208 * gdb.base/default.exp: Update tests.
1209 * gdb.base/completion.exp: Update tests.
1210
1211 2020-04-16 Tom de Vries <tdevries@suse.de>
1212
1213 PR symtab/25791
1214 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1215 (ensure_gdb_index): and factor out and move ...
1216 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1217 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1218
1219 2020-04-16 Tom de Vries <tdevries@suse.de>
1220
1221 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1222 loading exec.
1223
1224 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1225
1226 * gdb.base/many-completions.exp: New file.
1227
1228 2020-04-14 Tom de Vries <tdevries@suse.de>
1229
1230 PR symtab/25718
1231 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1232
1233 2020-04-14 Tom de Vries <tdevries@suse.de>
1234
1235 PR symtab/25720
1236 * gdb.base/maint-expand-symbols-header-file.c: New test.
1237 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1238 * gdb.base/maint-expand-symbols-header-file.h: New test.
1239
1240 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1241
1242 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1243 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1244 get_func_info.
1245 (get_func_info): Delete.
1246 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1247 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1248 * lib/dwarf.exp (get_func_info): New function.
1249
1250 2020-04-13 Tom de Vries <tdevries@suse.de>
1251
1252 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1253 to what find_gnatmake does.
1254
1255 2020-04-10 Tom de Vries <tdevries@suse.de>
1256
1257 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1258 -readnow.
1259
1260 2020-04-10 Tom de Vries <tdevries@suse.de>
1261
1262 PR cli/25808
1263 * gdb.base/style.c: Add leading newlines.
1264 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1265 Check listing of main's one-line body.
1266
1267 2020-04-08 Tom de Vries <tdevries@suse.de>
1268
1269 * lib/gdb.exp (psymtabs_p): New proc.
1270 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1271 importing unit" unsupported if there are no partial symbols.
1272
1273 2020-04-08 Tom de Vries <tdevries@suse.de>
1274
1275 PR testsuite/25760
1276 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1277
1278 2020-04-07 Tom de Vries <tdevries@suse.de>
1279
1280 PR symtab/25796
1281 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1282
1283 2020-04-07 Tom de Vries <tdevries@suse.de>
1284
1285 * gdb.base/check-psymtab.c: New test.
1286 * gdb.base/check-psymtab.exp: New file.
1287
1288 2020-04-06 Tom Tromey <tromey@adacore.com>
1289
1290 * gdb.ada/variant-record/proc.adb: New file.
1291 * gdb.ada/variant-record/value.adb: New file.
1292 * gdb.ada/variant-record/value.s: New file.
1293 * gdb.ada/variant-record.exp: New file.
1294
1295 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
1296
1297 PR gdb/25325
1298 * gdb.cp/typed-enum.cc: New test.
1299 * gdb.cp/typed-enum.exp: New file.
1300
1301 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1302
1303 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1304 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1305 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1306 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1307 * gdb.opt/inline-small-func.c: New file.
1308 * gdb.opt/inline-small-func.exp: New file.
1309 * gdb.opt/inline-small-func.h: New file.
1310
1311 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1312
1313 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1314 function.
1315
1316 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1317
1318 * lib/dwarf.exp (function_range): Allow compiler options to be
1319 specified.
1320
1321 2020-04-02 Tom de Vries <tdevries@suse.de>
1322
1323 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1324 __attribute__((always_inline)).
1325 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1326
1327 2020-04-02 Tom de Vries <tdevries@suse.de>
1328
1329 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1330 (gdbserver_gdb_exit): ... here. Add timeout warning.
1331 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1332 (connect_target_extended_remote): Append new server_spawn_id to
1333 server_spawn_ids.
1334 (cleanup): New proc.
1335 (setup, <toplevel>): Call cleanup.
1336
1337 2020-04-02 Tom de Vries <tdevries@suse.de>
1338
1339 * gdb.base/main-psymtab.exp: New file.
1340
1341 2020-04-02 Tom de Vries <tdevries@suse.de>
1342
1343 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1344
1345 2020-04-01 Tom Tromey <tom@tromey.com>
1346
1347 * gdb.base/complex-parts.exp: Add type tests.
1348
1349 2020-04-01 Tom Tromey <tom@tromey.com>
1350
1351 * gdb.base/complex-parts.exp: Add arithmetic tests.
1352
1353 2020-04-01 Tom Tromey <tom@tromey.com>
1354
1355 * gdb.compile/compile.exp: Update.
1356 * gdb.compile/compile-cplus.exp: Update.
1357 * gdb.base/varargs.exp: Update.
1358 * gdb.base/floatn.exp: Update.
1359 * gdb.base/endianity.exp: Update.
1360 * gdb.base/callfuncs.exp (do_function_calls): Update.
1361 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1362 (complex_float_integral_args): Update.
1363 * gdb.base/complex.exp: Update.
1364 * gdb.base/complex-parts.exp: Update.
1365
1366 2020-04-01 Tom Tromey <tromey@adacore.com>
1367
1368 * gdb.rust/union.rs: New file.
1369 * gdb.rust/union.exp: New file.
1370 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1371 (main): Update.
1372 * gdb.rust/simple.exp: Move union tests to union.exp.
1373
1374 2020-04-01 Tom Tromey <tromey@adacore.com>
1375
1376 * gdb.rust/simple.rs (main): Remove "y0".
1377
1378 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1379
1380 * gdb.multi/stop-all-on-exit.c: New test.
1381 * gdb.multi/stop-all-on-exit.exp: New file.
1382
1383 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1384
1385 PR gdb/24789
1386 * gdb.cp/misc.cc: Add integer reference variable.
1387 * gdb.cp/misc.exp: Add test.
1388
1389 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1390
1391 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1392 scenario to cover execution until the end and also the case
1393
1394 2020-03-31 Tom de Vries <tdevries@suse.de>
1395
1396 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1397 c. Use "maint info symtabs" to check symtab expansion.
1398
1399 2020-03-30 Tom de Vries <tdevries@suse.de>
1400
1401 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1402 unsupported.
1403 (verify_psymtab_expanded): Move ...
1404 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1405 test.
1406 (readnow): New proc.
1407
1408 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1409
1410 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1411 with $hex.
1412
1413 2020-03-20 Tom Tromey <tromey@adacore.com>
1414
1415 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1416
1417 2020-03-20 Tom Tromey <tromey@adacore.com>
1418
1419 * gdb.ada/sub_variant/subv.adb: New file.
1420 * gdb.ada/sub_variant.exp: New file.
1421
1422 2020-03-20 Tom de Vries <tdevries@suse.de>
1423
1424 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1425 first break fails.
1426 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1427
1428 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1429
1430 * gdb.server/exit-multiple-threads.c: New file.
1431 * gdb.server/exit-multiple-threads.exp: New file.
1432
1433 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1434
1435 * gdb.fortran/mixed-lang-stack.c: New file.
1436 * gdb.fortran/mixed-lang-stack.cpp: New file.
1437 * gdb.fortran/mixed-lang-stack.exp: New file.
1438 * gdb.fortran/mixed-lang-stack.f90: New file.
1439
1440 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1441
1442 * gdb.linespec/cp-completion-aliases.cc: New file.
1443 * gdb.linespec/cp-completion-aliases.exp: New file.
1444
1445 2020-03-19 Tom de Vries <tdevries@suse.de>
1446
1447 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1448 more precise.
1449
1450 2020-03-18 Tom de Vries <tdevries@suse.de>
1451
1452 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1453 * gdb.dwarf2/break-inline-psymtab.c: New test.
1454 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1455
1456 2020-03-16 Tom de Vries <tdevries@suse.de>
1457
1458 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1459 cache_verify and cache_verify_proc.
1460
1461 2020-03-15 Tom de Vries <tdevries@suse.de>
1462
1463 * gdb.server/solib-list.exp: Handle
1464 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1465
1466 2020-03-15 Tom de Vries <tdevries@suse.de>
1467
1468 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1469 objfiles".
1470
1471 2020-03-14 Tom Tromey <tom@tromey.com>
1472
1473 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1474
1475 2020-03-14 Tom de Vries <tdevries@suse.de>
1476
1477 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1478
1479 2020-03-14 Tom de Vries <tdevries@suse.de>
1480
1481 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1482 result in line-by-line fashion.
1483
1484 2020-03-14 Tom de Vries <tdevries@suse.de>
1485
1486 * lib/gdb.exp (supports_statement_frontiers): New proc.
1487 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1488
1489 2020-03-14 Tom de Vries <tdevries@suse.de>
1490
1491 * gdb.base/printcmds.exp: Add missing quoting for "print
1492 teststring2".
1493
1494 2020-03-13 Tom Tromey <tom@tromey.com>
1495
1496 * gdb.base/printcmds.exp (test_print_strings): Add regression
1497 test.
1498 * gdb.base/printcmds.c (charptr): New typedef.
1499 (teststring2): New global.
1500
1501 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1502
1503 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1504 full path in the test name.
1505 (test_ld): Add some with_test_prefix blocks to make test names
1506 unique.
1507
1508 2020-03-13 Tom de Vries <tdevries@suse.de>
1509
1510 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1511
1512 2020-03-13 Tom de Vries <tdevries@suse.de>
1513
1514 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1515
1516 2020-03-13 Tom de Vries <tdevries@suse.de>
1517
1518 PR symtab/25646
1519 * gdb.dwarf2/imported-unit.exp: Add test.
1520
1521 2020-03-13 Tom de Vries <tdevries@suse.de>
1522
1523 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1524 (var1, var2): New variable.
1525 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1526 matching symbols.
1527
1528 2020-03-13 Tom de Vries <tdevries@suse.de>
1529
1530 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1531 (Term::command): Use prompt prefix.
1532 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1533 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1534 command_no_prompt_prefix instead of prefix.
1535 * gdb.tui/tui-layout-asm.exp: Same.
1536
1537 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1538
1539 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1540
1541 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1542
1543 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1544 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1545 on" while stepping over the test instruction, match printed
1546 message.
1547
1548 2020-03-12 Tom de Vries <tdevries@suse.de>
1549
1550 * gdb.base/info-types.exp: Use exp_continue during matching of output
1551 of "info types".
1552
1553 2020-03-12 Tom de Vries <tdevries@suse.de>
1554
1555 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1556
1557 2020-03-12 Tom de Vries <tdevries@suse.de>
1558
1559 * gdb.fortran/module.exp: Use exp_continue during matching of output
1560 of "info variable -n".
1561
1562 2020-03-12 Tom de Vries <tdevries@suse.de>
1563
1564 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1565 gdb.dwarf2/dw2-ranges-base.c.
1566
1567 2020-03-12 Tom de Vries <tdevries@suse.de>
1568
1569 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1570 in presence of GLIBC debuginfo.
1571
1572 2020-03-12 Tom de Vries <tdevries@suse.de>
1573
1574 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1575 $core.
1576
1577 2020-03-12 Tom de Vries <tdevries@suse.de>
1578
1579 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1580 more precise.
1581
1582 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
1583
1584 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1585 from Unix to Windows path.
1586
1587 2020-03-11 Tom de Vries <tdevries@suse.de>
1588
1589 * gdb.ada/minsyms.exp: Set language to ada.
1590
1591 2020-03-11 Tom de Vries <tdevries@suse.de>
1592
1593 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1594
1595 2020-03-11 Tom de Vries <tdevries@suse.de>
1596
1597 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1598
1599 2020-03-11 Tom Tromey <tromey@adacore.com>
1600
1601 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1602
1603 2020-03-11 Tom de Vries <tdevries@suse.de>
1604
1605 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1606
1607 2020-03-11 Tom de Vries <tdevries@suse.de>
1608
1609 * gdb.base/break-interp.exp: Limit verbose scope.
1610
1611 2020-03-11 Tom de Vries <tdevries@suse.de>
1612
1613 * gdb.fortran/logical.f90: Define variable with character type.
1614 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1615
1616 2020-03-11 Tom de Vries <tdevries@suse.de>
1617
1618 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1619
1620 2020-03-11 Tom de Vries <tdevries@suse.de>
1621
1622 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1623 symtabs.
1624
1625 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1626 Bernd Edlinger <bernd.edlinger@hotmail.de>
1627
1628 * gdb.cp/step-and-next-inline.cc: New file.
1629 * gdb.cp/step-and-next-inline.exp: New file.
1630 * gdb.cp/step-and-next-inline.h: New file.
1631 * gdb.dwarf2/dw2-is-stmt.c: New file.
1632 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1633 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1634 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1635 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1636
1637 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1638
1639 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1640 is-stmt flag in the line table.
1641
1642 2020-03-09 Tom de Vries <tdevries@suse.de>
1643
1644 * lib/gdb.exp (cached_file): Create cache dir.
1645
1646 2020-03-07 Tom de Vries <tdevries@suse.de>
1647
1648 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1649 * gdb.cp/rvalue-ref-params.exp: Same.
1650
1651 2020-03-06 Tom de Vries <tdevries@suse.de>
1652
1653 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1654 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1655
1656 2020-03-06 Tom de Vries <tdevries@suse.de>
1657
1658 * README: Fix "the the".
1659 * gdb.base/dprintf.exp: Same.
1660
1661 2020-03-05 Tom de Vries <tdevries@suse.de>
1662
1663 * gdb.base/maint.exp: Update "main print statistics" expected output.
1664
1665 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1666
1667 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1668 (fortran_int8): Likewise.
1669 (fortran_real4): Likewise.
1670 (fortran_real8): Likewise.
1671 (fortran_complex4): Likewise.
1672 (fortran_logical4): Likewise.
1673 (fortran_character1): Likewise.
1674
1675 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1676
1677 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1678 printed as true.
1679
1680 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1681
1682 * gdb.base/printcmds.exp: Add test to verify printf of a
1683 variable holding an address.
1684
1685 2020-03-03 Tom de Vries <tdevries@suse.de>
1686
1687 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1688
1689 2020-03-03 Tom de Vries <tdevries@suse.de>
1690
1691 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1692 gdb_test_multiple call.
1693
1694 2020-03-03 Tom de Vries <tdevries@suse.de>
1695
1696 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1697 gdb_test_multiple calls.
1698
1699 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1700
1701 * gdb.base/default.exp: Remove test of 'set history filename'.
1702 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1703 filename to the empty string.
1704 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1705 and GDBHISTSIZE.
1706
1707 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1708
1709 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1710 disabled.
1711
1712 2020-03-02 Pedro Alves <palves@redhat.com>
1713 Tom de Vries <tdevries@suse.de>
1714
1715 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1716 -prompt prefix, before user_code argument. Add -lbl option likewise.
1717 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1718 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1719 argument.
1720 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1721 have "\r\n" at start-of-line, instead of at end-of-line.
1722
1723 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1724
1725 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1726 libinproctrace.so.
1727
1728 2020-02-28 Luis Machado <luis.machado@linaro.org>
1729
1730 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1731 to "p/x".
1732
1733 2020-02-28 Luis Machado <luis.machado@linaro.org>
1734
1735 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1736 asm/ptrace.h and error.h.
1737
1738 2020-02-28 Tom de Vries <tdevries@suse.de>
1739
1740 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1741 (struct wrapper, do_something, mundane/symada__cS): Move ...
1742 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1743 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1744 Update "print symada__cS before partial symtab expansion" regexp.
1745 Update breakpoint location. Flush symbol cache after expansion.
1746
1747 2020-02-28 Luis Machado <luis.machado@linaro.org>
1748
1749 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1750
1751 2020-02-27 Tom de Vries <tdevries@suse.de>
1752
1753 * config/sid.exp: Remove unused globals.
1754 * gdb.base/attach.exp: Same.
1755 * gdb.base/catch-load.exp: Same.
1756 * gdb.base/dbx.exp: Same.
1757 * lib/gdb.exp: Same.
1758 * lib/mi-support.exp: Same.
1759 * lib/prompt.exp: Same.
1760
1761 2020-02-27 Tom de Vries <tdevries@suse.de>
1762
1763 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1764 not set.
1765
1766 2020-02-26 Aaron Merey <amerey@redhat.com>
1767
1768 * gdb.debuginfod: New directory for debuginfod tests.
1769 * gdb.debuginfod/main.c: New test file.
1770 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1771
1772 2020-02-26 Tom de Vries <tdevries@suse.de>
1773
1774 PR gdb/25603
1775 * gdb.base/persistent-lang.cc: New test.
1776 * gdb.base/persistent-lang.exp: New file.
1777
1778 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1779
1780 * gdb.fortran/derived-type-striding.exp: Add a new test.
1781 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1782 new test.
1783
1784 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1785
1786 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1787 names.
1788
1789 2020-02-25 Tom de Vries <tdevries@suse.de>
1790
1791 PR go/18926
1792 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1793
1794 2020-02-24 Tom de Vries <tdevries@suse.de>
1795
1796 PR gdb/25592
1797 * gdb.base/info-locals-unused-static-var.c: New test.
1798 * gdb.base/info-locals-unused-static-var.exp: New file.
1799
1800 2020-02-22 Tom Tromey <tom@tromey.com>
1801
1802 * gdb.python/tui-window.exp: New file.
1803 * gdb.python/tui-window.py: New file.
1804
1805 2020-02-22 Tom Tromey <tom@tromey.com>
1806
1807 PR tui/17850:
1808 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1809 tests.
1810
1811 2020-02-22 Tom Tromey <tom@tromey.com>
1812
1813 * gdb.tui/new-layout.exp: Add sub-layout tests.
1814
1815 2020-02-22 Tom Tromey <tom@tromey.com>
1816
1817 * gdb.tui/new-layout.exp: New file.
1818
1819 2020-02-22 Tom Tromey <tom@tromey.com>
1820
1821 * gdb.rust/rust-style.rs: New file.
1822 * gdb.rust/rust-style.exp: New file.
1823 * gdb.base/style.exp: Test structure printing.
1824 * gdb.base/style.c (struct some_struct): New type.
1825 (enum etype): New type.
1826 (struct_value): New global.
1827
1828 2020-02-21 Tom de Vries <tdevries@suse.de>
1829
1830 PR go/18926
1831 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1832 Remove blanket xfails. Use message argument for gdb_breakpoint.
1833 Make continuing to breakpoint test conditional on setting breakpoint.
1834 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1835 DW_AT_name attribute. Add xfail for GCC PR93866.
1836
1837 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1838
1839 * gdb.dwarf2/cpp-linkage-name.c: New file.
1840 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1841
1842 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1843
1844 * lib/gdb.exp (gdb_wrapper_init): Reset
1845 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1846 not exist.
1847
1848 2020-02-20 Tom de Vries <tdevries@suse.de>
1849
1850 PR go/17018
1851 * gdb.go/hello.exp: Copy ...
1852 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1853 print of st to print value of global definition. Add xfail for GCC
1854 PR93844.
1855 * gdb.go/hello.exp: Remove printing of st before definition.
1856 * gdb.go/hello.go: Copy ...
1857 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1858 to st.
1859 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1860
1861 2020-02-20 Tom de Vries <tdevries@suse.de>
1862
1863 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1864 (gdb_simple_compile): Handle compile_flags go by using .go extension
1865 for source file.
1866 * gdb.go/chan.exp: Use support_go_compile.
1867 * gdb.go/handcall.exp: Same.
1868 * gdb.go/hello.exp: Same.
1869 * gdb.go/integers.exp: Same.
1870 * gdb.go/max-depth.exp: Same.
1871 * gdb.go/methods.exp: Same.
1872 * gdb.go/package.exp: Same.
1873 * gdb.go/strings.exp: Same.
1874 * gdb.go/types.exp: Same.
1875 * gdb.go/unsafe.exp: Same.
1876
1877 2020-02-19 Tom de Vries <tdevries@suse.de>
1878
1879 * gdb.python/lib-types.exp: Make xfail more strict.
1880
1881 2020-02-19 Tom de Vries <tdevries@suse.de>
1882
1883 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1884
1885 2020-02-19 Doug Evans <dje@google.com>
1886
1887 PR rust/25535
1888 * gdb.rust/simple.exp: Add test.
1889 * gdb.rust/simple.rs: Add test.
1890
1891 2020-02-19 Tom de Vries <tdevries@suse.de>
1892
1893 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1894 output line-by-line.
1895
1896 2020-02-19 Tom de Vries <tdevries@suse.de>
1897
1898 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1899
1900 2020-02-19 Tom de Vries <tdevries@suse.de>
1901
1902 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1903 prelink.
1904
1905 2020-02-19 Tom de Vries <tdevries@suse.de>
1906
1907 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1908 (gdb_do_cache): Use gdb_do_cache_wrap.
1909 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1910
1911 2020-02-19 Tom de Vries <tdevries@suse.de>
1912
1913 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1914 gdb_compile option.
1915
1916 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1917
1918 * gdb.base/printcmds.exp (test_print_enums): Update expected
1919 output.
1920
1921 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1922
1923 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1924 for "unknown".
1925
1926 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1927
1928 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1929 enumerator.
1930
1931 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1932
1933 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1934 FE_, add FE_NONE.
1935 (three): Update.
1936 (enum flag_enum_without_zero): New enum.
1937 (flag_enum_without_zero): New variable.
1938 (enum not_flag_enum): New enum.
1939 (three_not_flag): New variable.
1940 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1941 (test_print_enums): Add more tests for printing flag enums.
1942
1943 2020-02-18 Tom de Vries <tdevries@suse.de>
1944
1945 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1946 (gdb_compile_ada): ... here.
1947 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1948 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1949
1950 2020-02-14 Tom Tromey <tom@tromey.com>
1951
1952 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1953 build directory.
1954 * boards/gdbserver-base.exp: Update path to gdbserver.
1955
1956 2020-02-13 Tom de Vries <tdevries@suse.de>
1957
1958 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1959
1960 2020-02-13 Tom de Vries <tdevries@suse.de>
1961
1962 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1963 are missing.
1964
1965 2020-02-13 Tom de Vries <tdevries@suse.de>
1966
1967 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1968 call.
1969
1970 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1971
1972 PR tui/25126
1973 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1974 * gdb.base/cached-source-file.c: New file.
1975 * gdb.base/cached-source-file.exp: New file.
1976
1977 2020-02-11 Tom de Vries <tdevries@suse.de>
1978
1979 PR testsuite/25488
1980 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1981
1982 2020-02-10 Tom de Vries <tdevries@suse.de>
1983
1984 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1985
1986 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
1987
1988 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1989 and $after_addr are both integers before making a comparison.
1990
1991 2020-02-09 Tom de Vries <tdevries@suse.de>
1992
1993 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1994 command output and paste it into gdb.log. If any, paste catch message
1995 to gdb.log.
1996
1997 2020-02-07 Tom Tromey <tromey@adacore.com>
1998
1999 PR breakpoints/24915:
2000 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2001
2002 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
2003
2004 * gdb.tui/tui-missing-src.exp: Add the "missing source
2005 file" test for the TUI.
2006
2007 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2008
2009 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2010 including a port number in the output.
2011
2012 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2013
2014 * lib/fortran.exp (fortran_int4): Handle clang.
2015 (fortran_int8): Likewise.
2016 (fortran_real4): Likewise.
2017 (fortran_real8): Likewise.
2018 (fortran_complex4): Likewise.
2019 (fortran_logical4): Likewise.
2020 (fortran_character1): Likewise.
2021
2022 2020-02-04 Tom de Vries <tdevries@suse.de>
2023
2024 * README (Race detection): Add note.
2025
2026 2020-02-04 Tom de Vries <tdevries@suse.de>
2027
2028 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2029
2030 2020-02-04 Tom de Vries <tdevries@suse.de>
2031
2032 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2033
2034 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2035
2036 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2037 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2038 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2039 blttar, bnetarl.
2040 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2041 binary for blttar, bnetarl.
2042 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2043 wait instruction. Delete ldmx test.
2044 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2045
2046 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2047
2048 * gdb.fortran/array-bounds-high.exp: New file.
2049 * gdb.fortran/array-bounds-high.f90: New file.
2050
2051 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2052
2053 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2054 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2055
2056 2020-02-01 Tom de Vries <tdevries@suse.de>
2057
2058 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2059
2060 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2061
2062 PR tui/9765
2063 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2064 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2065
2066 2020-01-29 Luis Machado <luis.machado@linaro.org>
2067
2068 * gdb.arch/aarch64-brk-patterns.c: New source file.
2069 * gdb.arch/aarch64-brk-patterns.exp: New test.
2070
2071 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2072
2073 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2074 GCC/Clang version.
2075 * gdb.cp/pass-by-ref.exp: Ditto.
2076
2077 2020-01-29 Tom de Vries <tdevries@suse.de>
2078
2079 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2080 * gdb.threads/watchpoint-fork-mt.c: Same.
2081 * gdb.threads/watchpoint-fork-parent.c: Same.
2082 * gdb.threads/watchpoint-fork-st.c: Same.
2083 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2084
2085 2020-01-27 Luis Machado <luis.machado@linaro.org>
2086
2087 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2088 sitting at a syscall instruction when we hit the syscall function's
2089 breakpoint.
2090 Check PC against one obtained with the x command.
2091 Validate syscall number.
2092 (step_over_syscall): Don't continue to the syscall instruction if
2093 we're already there.
2094
2095 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2096
2097 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2098
2099 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2100
2101 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2102 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2103
2104 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2105
2106 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2107 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2108
2109 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2110
2111 * gdb.base/maint.exp: Update line table parsing test.
2112 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2113
2114 2020-01-24 Pedro Alves <palves@redhat.com>
2115
2116 PR gdb/25410
2117 * gdb.multi/multi-re-run-1.c: New.
2118 * gdb.multi/multi-re-run-2.c: New.
2119 * gdb.multi/multi-re-run.exp: New.
2120
2121 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2122
2123 PR gdb/23718
2124 * gdb.server/server-kill-python.exp: New file.
2125
2126 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2127
2128 * gdb.server/multi-ui-errors.c: New file.
2129 * gdb.server/multi-ui-errors.exp: New file.
2130
2131 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2132
2133 PR tui/9765
2134 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2135
2136 2020-01-19 Tom Tromey <tom@tromey.com>
2137
2138 * gdb.tui/main.exp: Add check for plain "file".
2139
2140 2020-01-16 Christian Biesinger <cbiesinger@google.com>
2141
2142 * lib/gdb.exp: Fix spelling error (seperatelly).
2143
2144 2020-01-14 Tom Tromey <tom@tromey.com>
2145
2146 PR symtab/12535:
2147 * gdb.python/python.exp: Test decode_line with empty string
2148 argument.
2149
2150 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2151
2152 * gdb.base/skip-inline.exp: Extend test.
2153
2154 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2155
2156 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2157 * gdb.dwarf2/dw2-bad-elf.c: New file.
2158 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2159
2160 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2161
2162 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2163 _line_saw_file.
2164
2165 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2166
2167 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2168 border.
2169
2170 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2171
2172 * gdb.multi/multi-target.exp (setup): Factor out "info
2173 connections" and "info inferiors" tests to ...
2174 (test_info_inferiors): ... this new procedure.
2175 (top level): Run new "info-inferiors" tests.
2176
2177 2020-01-10 Pedro Alves <palves@redhat.com>
2178
2179 * gdb.server/bkpt-other-inferior.exp: New file.
2180
2181 2020-01-10 Pedro Alves <palves@redhat.com>
2182
2183 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2184 of "add-inferior".
2185 * gdb.base/quit-live.exp: Likewise.
2186 * gdb.base/remote-exec-file.exp: Likewise.
2187 * gdb.guile/scm-progspace.exp: Likewise.
2188 * gdb.linespec/linespec.exp: Likewise.
2189 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2190 * gdb.mi/user-selected-context-sync.exp: Likewise.
2191 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2192 "info inferiors" tests.
2193 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2194 "add-inferior".
2195 * gdb.multi/watchpoint-multi.exp: Likewise.
2196 * gdb.python/py-inferior.exp: Likewise.
2197 * gdb.server/extended-remote-restart.exp: Likewise.
2198 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2199 "info inferiors".
2200 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2201 * gdb.trace/report.exp: Likewise.
2202
2203 2020-01-10 Pedro Alves <palves@redhat.com>
2204
2205 * gdb.multi/multi-target.c: New file.
2206 * gdb.multi/multi-target.exp: New file.
2207 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2208 mode requested, but remote does not support non-stop".
2209
2210 2020-01-10 Pedro Alves <palves@redhat.com>
2211
2212 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2213 disconnect before reconnecting.
2214
2215 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2216 Pedro Alves <palves@redhat.com>
2217
2218 * gdb.server/connect-without-multi-process.exp: Also test
2219 continuing to end.
2220
2221 2020-01-10 Pedro Alves <palves@redhat.com>
2222
2223 * gdb.base/remote-exec-file.exp: New file.
2224
2225 2020-01-10 Pedro Alves <palves@redhat.com>
2226
2227 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2228 output.
2229 * gdb.threads/async.c: New.
2230 * gdb.threads/async.exp: New.
2231 * gdb.multi/tids-gid-reset.c: New.
2232 * gdb.multi/tids-gid-reset.exp: New.
2233
2234 2020-01-10 George Barrett <bob@bob131.so>
2235
2236 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2237 to help in finding the image relocation offset.
2238 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2239 options in arguments.
2240 (stap_test_no_debuginfo): Likewise.
2241 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2242 test variants.
2243 (stap_test): Add null semaphore relocation test.
2244
2245 2020-01-10 George Barrett <bob@bob131.so>
2246
2247 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2248 * gdb.base/stap-probe.exp: Likewise.
2249 (stap_test): Pass argument as an additional flag.
2250 (stap_test_no_debuginfo): Likewise.
2251 (stap_test): Check `info probes stap' output for semaphore
2252 addresses if the test binary is supposed to have them.
2253
2254 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2255
2256 * gdb.tui/basic.exp: Add more scrolling tests.
2257
2258 2020-01-09 Tom Tromey <tom@tromey.com>
2259
2260 PR tui/18932:
2261 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2262 meangingful value.
2263 (Term::command, Term::resize): Update.
2264 * gdb.tui/basic.exp: Add scrolling test.
2265
2266 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2267
2268 * gdb.tui/tui-layout-asm.exp: New file.
2269
2270 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2271
2272 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2273
2274 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2275
2276 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2277 (Term::enter_tui): Use Term::prepare_for_tui.
2278
2279 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2280
2281 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2282 called.
2283
2284 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2285
2286 * gdb.base/skip.exp: Fix race condition in test.
2287
2288 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2289
2290 * gdb.base/backtrace.c: New file.
2291 * gdb.base/backtrace.exp: New file.
2292
2293 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2294
2295 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2296
2297 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2298
2299 * gdb.base/style.exp: Test that warnings are styled.
2300
2301 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2302
2303 * gdb.base/line65535.exp: New file.
2304 * gdb.base/line65535.c: New file.
2305
2306 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2307
2308 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2309 * lib/gnat_debug_info_test.adb: New file.
2310 * gdb.ada/ptype_tagged_param.exp: Use
2311 gnat_runtime_has_debug_info, expect a different output if
2312 runtime does not have debug info.
2313
2314 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2315
2316 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2317 (another) quote in test name.
2318
2319 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2320
2321 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2322 Add quote in test name.
2323
2324 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2325
2326 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2327 directory instead.
2328 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2329 * gdb.cp/pass-by-ref-2.cc: New file.
2330 * gdb.cp/pass-by-ref-2.exp: New file.
2331
2332 2019-12-20 Tom Tromey <tom@tromey.com>
2333
2334 * gdb.tui/list-before.exp: New file.
2335
2336 2019-12-20 Tom Tromey <tom@tromey.com>
2337
2338 * gdb.tui/list.exp: Check for source on initial listing.
2339
2340 2019-12-11 Tom Tromey <tromey@adacore.com>
2341
2342 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2343 Add crlf test.
2344
2345 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
2346
2347 * gdb.base/default.exp: Update value of $_gdb_major.
2348
2349 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2350
2351 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2352
2353 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2354
2355 * gdb.base/skip.exp: Whitespace fix.
2356
2357 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2358
2359 * gdb.base/skip-inline.c: New file.
2360 * gdb.base/skip-inline.exp: New file.
2361
2362 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2363
2364 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2365 jit_function_00 to jit_function_stack_mangle.
2366 * gdb.base/jithost.c (jit_function_t): Rename to...
2367 (jit_function_stack_mangle_t): ... this.
2368 (jit_function_add_t): New typedef.
2369 (jit_function_00_code): Rename to...
2370 (jit_function_stack_mangle_code): ... this, make static.
2371 (jit_function_add_code): New.
2372 (main): Generate "add" function and call it. Adjust to changes
2373 in jithost_abi.
2374 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2375 (struct jithost_abi) <begin, end>: Remove fields.
2376 <object, function_stack_mangle, function_add>: New fields.
2377 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2378 code_end>: Remove fields.
2379 <func_stack_mangle>: New field.
2380 (read_debug_info): Adjust to renaming, create block for "add"
2381 function.
2382 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2383
2384 2019-12-11 Tom Tromey <tom@tromey.com>
2385
2386 * gdb.tui/resize.exp: Fix regexp.
2387 * gdb.tui/regs.exp: Fix regexps.
2388 * gdb.tui/main.exp: Fix regexp.
2389
2390 2019-12-11 Tom Tromey <tom@tromey.com>
2391
2392 * gdb.tui/resize.exp: Update.
2393 * gdb.tui/empty.exp (layouts): Update.
2394
2395 2019-12-11 Tom Tromey <tom@tromey.com>
2396
2397 * gdb.tui/regs.exp: Update.
2398 * gdb.tui/empty.exp (layouts): Update.
2399 * gdb.tui/basic.exp: Update.
2400 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2401
2402 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2403
2404 * gdb.base/options.exp: Add -raw-values in the print completion list.
2405 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2406
2407 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2408
2409 * gdb.threads/omp-par-scope.c: New file.
2410 * gdb/threads/omp-par-scope.exp: New file.
2411
2412 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2413
2414 * lib/gdb.exp (support_nested_function_tests): New proc.
2415
2416 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2417
2418 * lib/gdb.exp (gdb_compile_openmp): New proc.
2419 (build_executable_from_specs): Add an "openmp" option.
2420 (gdb_compile_pthreads): Add non-executable case.
2421
2422 2019-12-10 Tom Tromey <tromey@adacore.com>
2423
2424 * gdb.ada/unchecked_union.exp: New file.
2425 * gdb.ada/unchecked_union/pck.adb: New file.
2426 * gdb.ada/unchecked_union/pck.ads: New file.
2427 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2428 * gdb-utils.exp (string_to_regexp): Also quote "?".
2429
2430 2019-12-10 George Barrett <bob@bob131.so>
2431
2432 Test scripted probe breakpoints.
2433 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2434 * gdb.python/py-breakpoint.c (main): Likewise.
2435 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2436 specifier test.
2437 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2438
2439 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2440
2441 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2442 an rvalue parameter.
2443 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2444 parameter.
2445
2446 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2447
2448 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2449 modules.
2450
2451 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2452
2453 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2454 broken version of GCC.
2455
2456 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2457
2458 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2459 sym-info-cmds library.
2460 * gdb.fortran/info-types.exp: Likewise.
2461 * lib/sym-info-cmds.exp: New file.
2462
2463 2019-12-08 Tom de Vries <tdevries@suse.de>
2464
2465 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2466
2467 2019-12-07 Keith Seitz <keiths@redhat.com>
2468
2469 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2470 * gdb.base/corefile-buildid-shlib.c: New file.
2471 * gdb.base/corefile-buildid.c: New file.
2472 * gdb.base/corefile-buildid.exp: New file.
2473
2474 2019-12-06 Tom de Vries <tdevries@suse.de>
2475
2476 * gdb.dwarf2/varval.exp: Add decl before def test.
2477
2478 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2479
2480 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2481
2482 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2483
2484 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2485 CV and reference conversion for overload resolution.
2486 * gdb.cp/rvalue-ref-overload.exp: Test it.
2487
2488 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2489
2490 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2491 * gdb.base/frameapply.exp: Test faas without command.
2492
2493 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2494
2495 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2496 Fortran tests.
2497 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2498 order.
2499
2500 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2501
2502 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2503 casting to type with no kind specified.
2504 (test_basic_parsing_of_type_kinds): Additional tests for types
2505 with no kind specified, and add tests for single/double
2506 precision/complex types.
2507
2508 2019-12-04 Tom Tromey <tromey@adacore.com>
2509
2510 * gdb.base/endianity.c (struct other) <x>: New field.
2511 (main): Initialize it.
2512 * gdb.base/endianity.exp: Update.
2513
2514 2019-12-04 Tom Tromey <tromey@adacore.com>
2515
2516 * gdb.ada/scalar_storage/storage.adb: New file.
2517 * gdb.ada/scalar_storage/pck.adb: New file.
2518 * gdb.ada/scalar_storage/pck.ads: New file.
2519 * gdb.ada/scalar_storage.exp: New file.
2520
2521 2019-12-04 Tom Tromey <tromey@adacore.com>
2522
2523 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2524 (main): Initialize it.
2525 * gdb.base/endianity.exp: Update.
2526
2527 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2528
2529 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2530
2531 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2532
2533 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2534 -symbol-info-module-functions and -symbol-info-module-variables.
2535
2536 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2537
2538 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2539
2540 2019-12-01 Richard Bunt <richard.bunt@arm.com>
2541 Andrew Burgess <andrew.burgess@embecosm.com>
2542
2543 * gdb.fortran/derived-type-striding.exp: New file.
2544 * gdb.fortran/derived-type-striding.f90: New file.
2545 * gdb.fortran/array-slices.exp: New file.
2546 * gdb.fortran/array-slices.f90: New file.
2547
2548 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2549
2550 * gdb.base/define.exp: Test . in command names.
2551 * gdb.base/setshow.exp: Update test, as . is now part of
2552 command name.
2553
2554 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2555
2556 * gdb.base/define-prefix.exp: New file.
2557
2558 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2559
2560 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2561 compile.
2562 (skip_btrace_pt_tests): Likewise.
2563
2564 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2565
2566 * gdb.fortran/info-modules.exp: Compile source files in correct
2567 order.
2568
2569 2019-11-27 Kevin Buettner <kevinb@redhat.com>
2570
2571 * gdb.dwarf2/imported-unit.exp: New file.
2572 * gdb.dwarf2/imported-unit.c: New file.
2573
2574 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2575
2576 * gdb.mi/mi-fortran-modules-2.f90: New file.
2577 * gdb.mi/mi-fortran-modules.exp: New file.
2578 * gdb.mi/mi-fortran-modules.f90: New file.
2579
2580 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2581
2582 * gdb.mi/mi-sym-info-1.c: New file.
2583 * gdb.mi/mi-sym-info-2.c: New file.
2584 * gdb.mi/mi-sym-info.exp: New file.
2585
2586 2019-11-22 Tom Tromey <tromey@adacore.com>
2587
2588 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2589 * gdb.ada/tasks/foo.adb: Add another stopping location.
2590
2591 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2592
2593 * gdb.base/endianity.c: New test.
2594 * gdb.base/endianity.exp: New file.
2595
2596 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2597
2598 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2599
2600 2019-11-21 Tom de Vries <tdevries@suse.de>
2601
2602 PR gdb/24956
2603 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2604
2605 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2606
2607 * gdb.python/py-progspace.exp: Add missing parentheses on some
2608 'print' commands.
2609
2610 2019-11-19 Tom Tromey <tom@tromey.com>
2611
2612 * gdb.tui/winheight.exp: New file.
2613
2614 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2615
2616 * gdb.base/ctf-whatis.c: Delete.
2617 * gdb.base/ctf-whatis.exp: Delete.
2618 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2619
2620 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2621
2622 * gdb.base/ctf-cvexpr.exp: Delete.
2623 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2624
2625 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2626
2627 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2628 the compiler. Clean up header comment a little.
2629 * gdb.base/ctf-ptype.exp: Likewise.
2630 * gdb.base/ctf-whatis.exp: Likewise.
2631 * lib/gdb.exp (skip_ctf_tests): New proc.
2632
2633 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2634
2635 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2636 * gdb.tui/corefile-run.exp: New file.
2637
2638 2019-11-14 Tom Tromey <tromey@adacore.com>
2639
2640 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2641 regression tests.
2642
2643 2019-11-12 Tom Tromey <tom@tromey.com>
2644
2645 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2646 after any command. Expect prompt after WAIT_FOR is seen.
2647 (enter_tui): Enable resize messages.
2648 (command): Expect command in output.
2649 (get_line): Avoid error when cursor appears to be off-screen.
2650 (dump_screen): Include screen size in title.
2651 (_do_resize): New proc, from "resize".
2652 (resize): Rewrite. Do resize in two steps.
2653 * gdb.tui/empty.exp (layouts): Fix entries.
2654 (check_boxes): Remove xfail.
2655 (check_text): Dump screen on failure.
2656
2657 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2658
2659 * gdb.python/py-symbol.exp: Add test for
2660 gdb.lookup_static_symbols.
2661
2662 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2663
2664 * gdb.python/py-symbol.c: Declare and call function from new
2665 py-symbol-2.c file.
2666 * gdb.python/py-symbol.exp: Compile both source files, and add new
2667 tests for gdb.lookup_static_symbol.
2668 * gdb.python/py-symbol-2.c: New file.
2669
2670 2019-11-02 Tom de Vries <tdevries@suse.de>
2671
2672 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2673 * gdb.base/anon.exp: Same.
2674 * gdb.base/auto-connect-native-target.exp: Same.
2675 * gdb.base/call-ar-st.exp: Same.
2676 * gdb.base/catch-syscall.exp: Same.
2677 * gdb.base/commands.exp: Same.
2678 * gdb.base/default.exp: Same.
2679 * gdb.base/display.exp: Same.
2680 * gdb.base/float.exp: Same.
2681 * gdb.base/foll-fork.exp: Same.
2682 * gdb.base/help.exp: Same.
2683 * gdb.base/info-macros.exp: Same.
2684 * gdb.base/info-proc.exp: Same.
2685 * gdb.base/info-target.exp: Same.
2686 * gdb.base/long_long.exp: Same.
2687 * gdb.base/macscp.exp: Same.
2688 * gdb.base/memattr.exp: Same.
2689 * gdb.base/nofield.exp: Same.
2690 * gdb.base/pointers.exp: Same.
2691 * gdb.base/printcmds.exp: Same.
2692 * gdb.base/ptype.exp: Same.
2693 * gdb.base/restore.exp: Same.
2694 * gdb.base/return.exp: Same.
2695 * gdb.base/scope.exp: Same.
2696 * gdb.base/set-noassign.exp: Same.
2697 * gdb.base/setshow.exp: Same.
2698 * gdb.base/shlib-call.exp: Same.
2699 * gdb.base/signals.exp: Same.
2700 * gdb.base/sigstep.exp: Same.
2701 * gdb.base/skip.exp: Same.
2702 * gdb.base/solib-symbol.exp: Same.
2703 * gdb.base/stap-probe.exp: Same.
2704 * gdb.base/step-line.exp: Same.
2705 * gdb.base/step-test.exp: Same.
2706 * gdb.base/style.exp: Same.
2707 * gdb.base/varargs.exp: Same.
2708 * gdb.base/vla-datatypes.exp: Same.
2709 * gdb.base/vla-ptr.exp: Same.
2710 * gdb.base/vla-sideeffect.exp: Same.
2711 * gdb.base/volatile.exp: Same.
2712 * gdb.base/watch-cond-infcall.exp: Same.
2713 * gdb.base/watchpoint.exp: Same.
2714
2715 2019-11-02 Tom de Vries <tdevries@suse.de>
2716
2717 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2718 * gdb.cp/cpexprs.exp: Same.
2719 * gdb.cp/except-multi-location.exp: Same.
2720 * gdb.cp/exceptprint.exp: Same.
2721 * gdb.cp/gdb2384.exp: Same.
2722 * gdb.cp/inherit.exp: Same.
2723 * gdb.cp/m-static.exp: Same.
2724 * gdb.cp/meth-typedefs.exp: Same.
2725 * gdb.cp/misc.exp: Same.
2726 * gdb.cp/namespace.exp: Same.
2727 * gdb.cp/non-trivial-retval.exp: Same.
2728 * gdb.cp/overload.exp: Same.
2729 * gdb.cp/pr17132.exp: Same.
2730 * gdb.cp/re-set-overloaded.exp: Same.
2731 * gdb.cp/rvalue-ref-types.exp: Same.
2732 * gdb.cp/templates.exp: Same.
2733
2734 2019-11-01 Luis Machado <luis.machado@linaro.org>
2735
2736 PR gdb/25124
2737
2738 * gdb.arch/pr25124.S: New file.
2739 * gdb.arch/pr25124.exp: New file.
2740
2741 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2742
2743 * gdb.fortran/info-modules.exp: Update expected results, and add
2744 additional tests for 'info module functinos', and 'info module
2745 variables'.
2746 * gdb.fortran/info-types.exp: Update expected results.
2747 * gdb.fortran/info-types.f90: Extend testcase with additional
2748 module variables and functions.
2749
2750 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2751
2752 * gdb.fortran/info-modules.exp: New file.
2753 * gdb.fortran/info-types.exp: Build with new file.
2754 * gdb.fortran/info-types.f90: Include and use new module.
2755 * gdb.fortran/info-types-2.f90: New file.
2756
2757 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2758
2759 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2760 * gdb.base/settings.exp: Test all settings types using
2761 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2762 that now verifies that the value of "maint show" is the same as
2763 returned by the settings functions. Test the type of the
2764 maintenance settings.
2765 * gdb.base/default.exp: Update show_conv_list.
2766
2767 2019-10-31 Tom de Vries <tdevries@suse.de>
2768
2769 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2770 gdb_test.
2771 * gdb.arch/amd64-disp-step.exp: Same.
2772 * gdb.asm/asm-source.exp: Same.
2773 * gdb.btrace/buffer-size.exp: Same.
2774 * gdb.btrace/cpu.exp: Same.
2775 * gdb.btrace/enable.exp: Same.
2776 * gdb.dwarf2/count.exp: Same.
2777 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2778 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2779 * gdb.fortran/vla-datatypes.exp: Same.
2780 * gdb.fortran/vla-history.exp: Same.
2781 * gdb.fortran/vla-ptype.exp: Same.
2782 * gdb.fortran/vla-value.exp: Same.
2783 * gdb.fortran/whatis_type.exp: Same.
2784 * gdb.guile/guile.exp: Same.
2785 * gdb.multi/tids.exp: Same.
2786 * gdb.python/py-finish-breakpoint.exp: Same.
2787 * gdb.python/py-framefilter.exp: Same.
2788 * gdb.python/py-pp-registration.exp: Same.
2789 * gdb.python/py-xmethods.exp: Same.
2790 * gdb.python/python.exp: Same.
2791 * gdb.server/connect-with-no-symbol-file.exp: Same.
2792 * gdb.server/no-thread-db.exp: Same.
2793 * gdb.server/run-without-local-binary.exp: Same.
2794 * gdb.stabs/weird.exp: Same.
2795 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2796 * gdb.threads/thread-find.exp: Same.
2797 * gdb.threads/tls-shared.exp: Same.
2798 * gdb.threads/tls.exp: Same.
2799 * gdb.threads/wp-replication.exp: Same.
2800 * gdb.trace/ax.exp: Same.
2801 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2802
2803 2019-10-31 Tom de Vries <tdevries@suse.de>
2804
2805 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2806 * gdb.ada/array_subscript_addr.exp: Same.
2807 * gdb.ada/arrayidx.exp: Same.
2808 * gdb.ada/arrayparam.exp: Same.
2809 * gdb.ada/arrayptr.exp: Same.
2810 * gdb.ada/boolean_expr.exp: Same.
2811 * gdb.ada/call_pn.exp: Same.
2812 * gdb.ada/complete.exp: Same.
2813 * gdb.ada/fixed_cmp.exp: Same.
2814 * gdb.ada/fun_addr.exp: Same.
2815 * gdb.ada/funcall_param.exp: Same.
2816 * gdb.ada/interface.exp: Same.
2817 * gdb.ada/mod_from_name.exp: Same.
2818 * gdb.ada/null_array.exp: Same.
2819 * gdb.ada/packed_array.exp: Same.
2820 * gdb.ada/packed_tagged.exp: Same.
2821 * gdb.ada/print_chars.exp: Same.
2822 * gdb.ada/print_pc.exp: Same.
2823 * gdb.ada/ptype_arith_binop.exp: Same.
2824 * gdb.ada/ptype_field.exp: Same.
2825 * gdb.ada/ptype_tagged_param.exp: Same.
2826 * gdb.ada/rec_return.exp: Same.
2827 * gdb.ada/ref_tick_size.exp: Same.
2828 * gdb.ada/str_ref_cmp.exp: Same.
2829 * gdb.ada/taft_type.exp: Same.
2830 * gdb.ada/tagged.exp: Same.
2831 * gdb.ada/type_coercion.exp: Same.
2832 * gdb.ada/uninitialized_vars.exp: Same.
2833
2834 2019-10-30 Tom de Vries <tdevries@suse.de>
2835
2836 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2837
2838 2019-10-26 Tom de Vries <tdevries@suse.de>
2839
2840 * gdb.base/bigcore.c: Fix typos in comments.
2841 * gdb.base/ctf-ptype.c: Same.
2842 * gdb.base/long_long.c: Same.
2843 * gdb.dwarf2/dw2-op-out-param.S: Same.
2844 * gdb.python/py-evthreads.c: Same.
2845 * gdb.reverse/i387-stack-reverse.c: Same.
2846 * gdb.trace/tfile.c: Same.
2847 * lib/compiler.c: Same.
2848 * lib/compiler.cc: Same.
2849
2850 2019-10-25 Tom de Vries <tdevries@suse.de>
2851
2852 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2853 gdb_test_multiple calls.
2854 * gdb.reverse/sigall-reverse.exp: Same.
2855 * gdb.reverse/solib-precsave.exp: Same.
2856 * gdb.reverse/solib-reverse.exp: Same.
2857 * gdb.reverse/until-precsave.exp: Same.
2858 * gdb.reverse/until-reverse.exp: Same.
2859
2860 2019-10-24 Tom de Vries <tdevries@suse.de>
2861
2862 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2863 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2864 kfail using -wrap pattern flag and convenience variable
2865 gdb_test_name.
2866
2867 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2868
2869 * gdb.python/py-progspace.exp: Add tests for the
2870 Progspace.block_for_pc method.
2871
2872 2019-10-23 Tom Tromey <tom@tromey.com>
2873
2874 * configure: Rebuild.
2875 * aclocal.m4: Use m4_include, not sinclude.
2876
2877 2019-10-21 Tom de Vries <tdevries@suse.de>
2878
2879 * gdb.base/infcall-nested-structs.c: Add
2880 __attribute__((noinline,noclone)) to all functions.
2881 (call_all): Add missing variable initialization. Simplify return value.
2882 (breakpt): Increment volatile variable, to prevent call from being
2883 optimized out.
2884 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2885
2886 2019-10-17 Tom de Vries <tdevries@suse.de>
2887
2888 * gdb.fortran/module.exp: Allow info variables to print info for files
2889 other than module.f90.
2890
2891 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2892
2893 * gdb.fortran/module.exp: Extend with 'info variables' test.
2894
2895 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2896
2897 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2898 F77_FOR_TARGET.
2899
2900 2019-10-16 Tom de Vries <tdevries@suse.de>
2901
2902 PR tdep/25096
2903 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2904
2905 2019-10-16 Tom de Vries <tdevries@suse.de>
2906
2907 PR tdep/24104
2908 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2909 Add KFAIL for PR tdep/25096.
2910
2911 2019-10-16 Tom de Vries <tdevries@suse.de>
2912
2913 PR testsuite/25059
2914 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2915
2916 2019-10-16 Tom de Vries <tdevries@suse.de>
2917
2918 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2919 as signed.
2920
2921 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2922
2923 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2924 one instead of increasing timeout.
2925
2926 2019-10-13 Tom de Vries <tdevries@suse.de>
2927
2928 PR record/25038
2929 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2930 * gdb.reverse/sigall-reverse.exp: Same.
2931 * gdb.reverse/solib-precsave.exp: Same.
2932 * gdb.reverse/solib-reverse.exp: Same.
2933 * gdb.reverse/step-precsave.exp: Same.
2934 * gdb.reverse/until-precsave.exp: Same.
2935 * gdb.reverse/until-reverse.exp: Same.
2936 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2937
2938 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2939
2940 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2941 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2942 (cmp_struct_05_01, cmp_struct_static_02_01)
2943 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2944 comparisons.
2945
2946 2019-10-10 Tom de Vries <tdevries@suse.de>
2947
2948 PR testsuite/24888
2949 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2950 gnatlink.
2951
2952 2019-10-09 Tom de Vries <tdevries@suse.de>
2953
2954 PR testsuite/25048
2955 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2956
2957 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2958
2959 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2960 exceptions due to missing debug information.
2961
2962 2019-10-07 Tom de Vries <tdevries@suse.de>
2963
2964 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2965
2966 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2967
2968 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2969 * gdb.base/annota1.exp: Update to use gdb_test_name.
2970
2971 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2972
2973 * gdb.base/ctf-whatis.exp: New file.
2974 * gdb.base/ctf-whatis.c: New file.
2975 * gdb.base/ctf-ptype.exp: New file.
2976 * gdb.base/ctf-ptype.c: New file.
2977 * gdb.base/ctf-constvars.exp: New file.
2978 * gdb.base/ctf-constvars.c: New file.
2979 * gdb.base/ctf-cvexpr.exp: New file.
2980
2981 2019-10-04 Tom de Vries <tdevries@suse.de>
2982
2983 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2984 for loop.
2985
2986 2019-10-03 Tom Tromey <tom@tromey.com>
2987
2988 PR rust/24976:
2989 * gdb.rust/simple.rs (Union2): New type.
2990 (main): Use Union2.
2991 * gdb.rust/simple.exp: Add test.
2992
2993 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2994
2995 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2996 nested function prefix.
2997
2998 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2999 Richard Bunt <richard.bunt@arm.com>
3000 Andrew Burgess <andrew.burgess@embecosm.com>
3001
3002 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3003 nested functions.
3004 * gdb.fortran/nested-funcs.f90: Update expected results.
3005 * gdb.fortran/nested-funcs-2.exp: New file.
3006 * gdb.fortran/nested-funcs-2.f90: New file.
3007
3008 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3009
3010 * gdb.python/py-parameter.exp: Make test names unique.
3011 * gdb.python/py-template.exp: Likewise.
3012 * gdb.python/py-value.exp: Likewise.
3013
3014 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3015
3016 * gdb.base/break-interp.exp: Reduce test name duplication.
3017 * gdb.base/call-sc.exp: Likewise.
3018 * gdb.base/callfuncs.exp: Likewise.
3019 * gdb.base/charset.exp: Likewise.
3020 * gdb.base/dump.exp: Likewise.
3021 * gdb.base/ena-dis-br.exp: Likewise.
3022 * gdb.base/relational.exp: Likewise.
3023 * gdb.base/step-over-syscall.exp: Likewise.
3024 * gdb.base/structs.exp: Likewise.
3025
3026 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3027
3028 * gdb.linespec/explicit.exp: Make test names unique.
3029 * gdb.linespec/ls-errs.exp: Likewise.
3030
3031 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3032
3033 * gdb.reverse/break-precsave.exp: Make test names unique.
3034 * gdb.reverse/break-reverse.exp: Likewise.
3035 * gdb.reverse/finish-precsave.exp: Likewise.
3036 * gdb.reverse/finish-reverse.exp: Likewise.
3037 * gdb.reverse/machinestate-precsave.exp: Likewise.
3038 * gdb.reverse/machinestate.exp: Likewise.
3039 * gdb.reverse/readv-reverse.exp: Likewise.
3040 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3041 * gdb.reverse/sigall-precsave.exp: Likewise.
3042 * gdb.reverse/sigall-reverse.exp: Likewise.
3043 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3044 * gdb.reverse/watch-precsave.exp: Likewise.
3045 * gdb.reverse/watch-reverse.exp: Likewise.
3046
3047 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3048
3049 * gdb.threads/stop-with-handle.c: New file.
3050 * gdb.threads/stop-with-handle.exp: New file.
3051
3052 2019-10-03 Tom de Vries <tdevries@suse.de>
3053
3054 PR testsuite/25059
3055 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3056 directory" line to be missing.
3057
3058 2019-10-03 Tom de Vries <tdevries@suse.de>
3059
3060 PR testsuite/25059
3061 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3062 type optional.
3063
3064 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3065
3066 * gdb.python/py-format-string.c (string.h): New include.
3067 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3068 the same value, for endianness-independence.
3069 * gdb.python/py-format-string.exp (default_regexp_dict)
3070 (test_pretty_structs, test_format): Adjust expected output to the
3071 changed initialization.
3072
3073 2019-10-02 Tom Tromey <tromey@adacore.com>
3074
3075 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3076
3077 2019-10-02 Pedro Alves <palves@redhat.com>
3078 Andrew Burgess <andrew.burgess@embecosm.com>
3079
3080 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3081 "print-file-var.h".
3082 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3083 (get_version_1): Print this_version_id and its address.
3084 Add extern "C" wrappers around interface functions.
3085 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3086 "print-file-var.h".
3087 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3088 (get_version_2): Print this_version_id and its address.
3089 Add extern "C" wrappers around interface functions.
3090 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3091 <stddef.h> and "print-file-var.h".
3092 Add extern "C" wrappers around interface functions.
3093 [VERSION_ID_MAIN] (this_version_id): Define.
3094 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3095 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3096 up extern "C" blocks.
3097 * gdb.base/print-file-var.exp (test): New, factored out from top
3098 level.
3099 (top level): Test all combinations of attribute hidden or not,
3100 dlopen or not, and this_version_id symbol in main file or not.
3101 Compile tests as both C++ and C, make test names unique.
3102
3103 2019-10-01 Tom Tromey <tom@tromey.com>
3104
3105 * gdb.base/style.exp: Test "show logging filename".
3106
3107 2019-10-01 Tom Tromey <tom@tromey.com>
3108
3109 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3110 * gdb.base/style.exp: Add metadata style test.
3111
3112 2019-10-01 Tom Tromey <tom@tromey.com>
3113
3114 * gdb.base/style.exp: Test "pwd".
3115
3116 2019-10-01 Tom Tromey <tom@tromey.com>
3117
3118 * gdb.base/style.exp: Update tests.
3119
3120 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3121
3122 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3123 'six' to unsigned.
3124 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3125 'five'. Use an all-ones bit pattern for each.
3126 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3127 to its changed values.
3128
3129 2019-09-30 Tom Tromey <tromey@adacore.com>
3130
3131 * gdb.rust/traits.rs: Disable all warnings.
3132
3133 2019-09-29 Tom de Vries <tdevries@suse.de>
3134
3135 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
3136
3137 2019-09-29 Tom de Vries <tdevries@suse.de>
3138
3139 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3140
3141 2019-09-27 Tom de Vries <tdevries@suse.de>
3142
3143 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3144
3145 2019-09-27 Tom de Vries <tdevries@suse.de>
3146
3147 PR record/23188
3148 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3149
3150 2019-09-26 Tom Tromey <tromey@adacore.com>
3151
3152 * gdb.ada/py_taft.exp: New file.
3153 * gdb.ada/py_taft/main.adb: New file.
3154 * gdb.ada/py_taft/pkg.adb: New file.
3155 * gdb.ada/py_taft/pkg.ads: New file.
3156
3157 2019-09-24 Tom de Vries <tdevries@suse.de>
3158
3159 PR gdb/24598
3160 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3161
3162 2019-09-22 Tom de Vries <tdevries@suse.de>
3163
3164 * gdb.base/restore.exp: Allow register variables to be optimized out at
3165 -O0.
3166
3167 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3168
3169 * gdb.arch/spu-info.exp: Remove file.
3170 * gdb.arch/spu-info.c: Remove file.
3171 * gdb.arch/spu-ls.exp: Remove file.
3172 * gdb.arch/spu-ls.c: Remove file.
3173
3174 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3175 * gdb.asm/spu.inc: Remove file.
3176
3177 * gdb.base/dump.exp: Remove support for spu*-*-*.
3178 * gdb.base/stack-checking.exp: Likewise.
3179 * gdb.base/overlays.exp: Likewise.
3180 * gdb.base/ovlymgr.c: Likewise.
3181 * gdb.base/spu.ld: Remove file.
3182
3183 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3184 * gdb.cp/cpexprs.exp: Likewise.
3185 * gdb.cp/exception.exp: Likewise.
3186 * gdb.cp/gdb2495.exp: Likewise.
3187 * gdb.cp/mb-templates.exp: Likewise.
3188 * gdb.cp/pr9167.exp: Likewise.
3189 * gdb.cp/userdef.exp: Likewise.
3190
3191 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3192
3193 * gdb.cell: Remove directory.
3194 * lib/cell.exp: Remove file.
3195
3196 2019-09-19 Tom de Vries <tdevries@suse.de>
3197
3198 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3199
3200 2019-09-19 Tom de Vries <tdevries@suse.de>
3201
3202 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3203
3204 2019-09-19 Tom de Vries <tdevries@suse.de>
3205
3206 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3207 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3208 (gdb_target_cmd): ... here.
3209 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3210 value 2.
3211
3212 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3213
3214 * gdb.base/source-dir.exp: Avoid having directory names in test
3215 names.
3216
3217 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3218
3219 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3220 directory.
3221
3222 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3223
3224 * gdb.base/list-missing-source.exp: New file.
3225
3226 2019-09-14 Tom de Vries <tdevries@suse.de>
3227
3228 PR teststuite/24599
3229 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3230 * lib/ada.exp (gnatmake_version_at_least): New proc.
3231
3232 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3233
3234 * gdb.base/maint.exp: Use exec_has_index_section.
3235
3236 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3237
3238 * gdb.base/maint.exp: Add test for 'maint info sections'.
3239
3240 2019-09-12 Tom de Vries <tdevries@suse.de>
3241
3242 * gdb.base/store.exp: Allow register variables to be optimized out at
3243 -O0.
3244
3245 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3246
3247 * gdb.ada/rdv_wait.exp: Update to new task names.
3248 * gdb.base/task_switch_in_core.exp: Likewise.
3249 * gdb.base/info_sources_base.c: Likewise.
3250
3251 2019-09-10 Tom Tromey <tromey@adacore.com>
3252
3253 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3254
3255 2019-09-10 Tom Tromey <tromey@adacore.com>
3256
3257 * gdb.ada/dgopt.exp: New file.
3258 * gdb.ada/dgopt/x.adb: New file.
3259
3260 2019-09-08 Tom Tromey <tom@tromey.com>
3261
3262 * gdb.tui/resize.exp: Remove setup_xfail.
3263 * gdb.tui/regs.exp: Remove setup_xfail.
3264 * gdb.tui/basic.exp: Remove setup_xfail.
3265
3266 2019-09-06 David Blaikie <dblaikie@gmail.com>
3267
3268 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3269 * gdb.cp/cplabel.exp: Ditto.
3270 * gdb.linespec/ls-errs.exp: Ditto.
3271
3272 2019-09-05 Tom de Vries <tdevries@suse.de>
3273
3274 * lib/gdb.exp (cmp_file_string): New proc.
3275 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3276 runto_main. Verify save breakpoints output.
3277
3278 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3279
3280 * gdb.base/info-var.exp: Test info variables without running
3281 to main, to avoid expect's buffer overflow.
3282
3283 2019-09-03 Tom Tromey <tromey@adacore.com>
3284
3285 * gdb.ada/bias.exp: New file.
3286 * gdb.ada/bias/bias.adb: New file.
3287 * gdb.ada/print_chars.exp: Add regression test.
3288 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3289 (MC): New variable.
3290
3291 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3292
3293 * gdb.base/argv0-symlink.exp: Run only on native target
3294 and local host.
3295
3296 2019-08-29 Tom de Vries <tdevries@suse.de>
3297
3298 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3299 diverse debug info.
3300 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3301
3302 2019-08-28 Tom de Vries <tdevries@suse.de>
3303
3304 * gdb.base/info-var.exp: Allow info variables to print info for files
3305 other than info-var-f1.c and info-var-f2.c.
3306
3307 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3308
3309 * gdb.fortran/info-types.exp: Add module.
3310 * gdb.fortran/info-types.f90: Update expected results.
3311
3312 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3313
3314 * gdb.fortran/info-types.exp: New file.
3315 * gdb.fortran/info-types.f90: New file.
3316 * lib/fortran.exp (fortran_character1): New proc.
3317
3318 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3319
3320 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3321 functions'. Reindent as needed.
3322 * gdb.base/info-var-f1.c: New file.
3323 * gdb.base/info-var-f2.c: New file.
3324 * gdb.base/info-var.exp: New file.
3325 * gdb.base/info-var.h: New file.
3326
3327 2019-08-26 Tom de Vries <tdevries@suse.de>
3328
3329 PR c++/24852
3330 * gdb.cp/no-libstdcxx-probe.exp: New test.
3331
3332 2019-08-26 Tom de Vries <tdevries@suse.de>
3333
3334 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3335 * tests need to be skipped.
3336 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3337 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3338 mi_skip_libstdcxx_probe_tests.
3339
3340 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3341
3342 * gdb.python/py-xmethods.exp: Use raw strings when passing
3343 arguments to SimpleXMethodMatcher.
3344
3345 2019-08-22 Tom de Vries <tdevries@suse.de>
3346
3347 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3348 more informative.
3349
3350 2019-08-21 Pedro Alves <palves@redhat.com>
3351
3352 * gdb.base/with.exp: Test "with" with no arguments.
3353
3354 2019-08-21 Tom de Vries <tdevries@suse.de>
3355
3356 * gdb.base/gdb-caching-proc.exp: Sort files.
3357
3358 2019-08-20 Tom de Vries <tdevries@suse.de>
3359
3360 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3361 compilation.
3362
3363 2019-08-16 Tom de Vries <tdevries@suse.de>
3364
3365 * gdb.base/compare-sections.exp ("after run to main"): Allow
3366 mismatched read-only sections for PIE executables.
3367
3368 2019-08-16 Tom Tromey <tom@tromey.com>
3369
3370 * lib/tuiterm.exp (_csi_Z): New proc.
3371 * gdb.tui/basic.exp: Update window positions.
3372 * gdb.tui/empty.exp: Update window positions.
3373
3374 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3375
3376 * gdb.base/examine-backward.exp: Correct regexp for
3377 "examine 3 bytes backward from ${address_zero}".
3378
3379 2019-08-15 Tom Tromey <tom@tromey.com>
3380
3381 * gdb.tui/empty.exp: Enable resizing tests.
3382
3383 2019-08-15 Tom Tromey <tromey@adacore.com>
3384
3385 * gdb.ada/char_enum.exp: Add regression tests.
3386 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3387 and '0'.
3388 (Char, Gchar): Update.
3389 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3390
3391 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3392
3393 * gdb.python/python.exp: Expect a leading underscore on
3394 GdbOutput{,Error}File.
3395
3396 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3397
3398 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3399 Windows host.
3400
3401 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3402
3403 * gdb.base/batch-preserve-term-settings.exp
3404 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3405
3406 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3407
3408 * lib/gdb.exp: When running on a mingw target, replace
3409 /x/ with x:/.
3410
3411 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3412
3413 * gdb.arch/aarch64-prologue.c: New test.
3414 * gdb.arch/aarch64-prologue.exp: New file.
3415
3416 2019-08-13 Tom de Vries <tdevries@suse.de>
3417
3418 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3419 Thread.
3420
3421 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3422
3423 * gdb.python/py-completion.exp: Download the .py file to the host
3424 and use its host pathname. Conditionalize tests that use
3425 tab completion and manipulate files on the build machine.
3426 * gdb.python/py-events.exp: Download the .py file to the host
3427 and use its host pathname.
3428 * gdb.python/py-evsignal.exp: Likewise.
3429 * gdb.python/py-evthreads.exp: Likewise.
3430 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3431 pathname syntax.
3432 * gdb.python/py-framefilter.exp: Download the .py file to the right
3433 place on the host. Match Windows pathname syntax.
3434 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3435 .py file to the host and use its host pathname.
3436 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3437 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3438 build pathname. Skip symlink test on Windows host. Add missing
3439 newline at end of file.
3440 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3441 and use its host pathname.
3442 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3443 * gdb.python/py-section-script.exp: Use host location of binfile
3444 on safe-path. Use correct path separator on Windows host.
3445 Reorder alternatives in gdb_test_multiple to prevent matching
3446 the wrong alternative on success.
3447 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3448
3449 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3450
3451 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3452 expect the GDB inferior to no longer immediately stop after
3453 being resumed with "signal SIGINT".
3454
3455 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3456
3457 * gdb.linespec/break-ask.exp: Generalize regexps to match
3458 Windows pathnames too.
3459
3460 2019-08-08 Tom de Vries <tdevries@suse.de>
3461
3462 PR testsuite/24862
3463 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3464
3465 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3466
3467 * gdb.base/style.exp: Update tests for help doc new invariants.
3468 * gdb.base/help.exp: Likewise.
3469
3470 2019-08-06 Tom Tromey <tom@tromey.com>
3471
3472 * gdb.base/style.exp: Add disassemble test.
3473 * gdb.base/style.c (some_called_function): New function.
3474 (main): Use it.
3475
3476 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3477
3478 * gdb.python/py-block.exp: Test dictionary access on blocks.
3479
3480 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3481
3482 PR gdb/24863
3483 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3484 -list-thread-groups --available test when running under
3485 check-read1.
3486
3487 2019-08-05 Tom de Vries <tdevries@suse.de>
3488
3489 PR testsuite/24863
3490 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3491 * gdb.base/help.exp: Use with_read1_timeout_factor.
3492 * gdb.base/info-macros.exp: Same.
3493 * gdb.cp/nested-types.exp: Same.
3494
3495 2019-08-05 Tom de Vries <tdevries@suse.de>
3496
3497 * lib/gdb.exp (version_at_least): Factor out of ...
3498 (tcl_version_at_least): ... here.
3499 (gdb_compile): Fail if pie results in non-PIE executable.
3500 (readelf_version, readelf_prints_pie): New proc.
3501 (exec_is_pie): Return -1 if unknown.
3502
3503 2019-08-05 Tom de Vries <tdevries@suse.de>
3504
3505 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3506
3507 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3508
3509 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3510
3511 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3512
3513 * lib/completion-support.exp (test_gdb_complete_none): Skip
3514 tab completion tests if no readline support.
3515 (test_gdb_complete_unique_re): Likewise.
3516 (test_gdb_complete_multiple): Likewise.
3517
3518 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3519
3520 * gdb.base/info_sources.exp: New file.
3521 * gdb.base/info_sources.c: New file.
3522 * gdb.base/info_sources_base.c: New file.
3523
3524 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3525
3526 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3527 prefix argument.
3528 (test_exit_status): Add prefix argument.
3529
3530 2019-08-01 Tom de Vries <tdevries@suse.de>
3531
3532 PR testsuite/24863
3533 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3534 calling exp_continue for new thread and thread exited messages.
3535
3536 2019-08-01 Tom de Vries <tdevries@suse.de>
3537
3538 PR testsuite/24863
3539 * gdb.base/structs.exp: Fix check-read1 timeout using
3540 gdb_test_sequence.
3541 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3542
3543 2019-08-01 Tom de Vries <tdevries@suse.de>
3544
3545 PR testsuite/24863
3546 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3547 line.
3548
3549 2019-08-01 Tom de Vries <tdevries@suse.de>
3550
3551 PR testsuite/24863
3552 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3553
3554 2019-07-30 Tom Tromey <tromey@adacore.com>
3555
3556 * gdb.ada/display_nested.exp: New file.
3557 * gdb.ada/display_nested/foo.adb: New file.
3558 * gdb.ada/display_nested/pack.adb: New file.
3559 * gdb.ada/display_nested/pack.ads: New file.
3560
3561 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3562
3563 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3564 namespace.
3565 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3566
3567 2019-07-30 Tom de Vries <tdevries@suse.de>
3568
3569 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3570 instead.
3571
3572 2019-07-30 Tom de Vries <tdevries@suse.de>
3573
3574 PR testsuite/24834
3575 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3576 (exec_is_pie): New proc.
3577
3578 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3579
3580 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3581
3582 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3583
3584 * gdb.python/py-objfile.c: Add global and static vars.
3585 * gdb.python/py-objfile.exp: Test new functions Objfile.
3586 lookup_global_symbol and lookup_static_symbol.
3587
3588 2019-07-29 Tom Tromey <tom@tromey.com>
3589
3590 * lib/tuiterm.exp (Term::_csi_@): New proc.
3591 (Term::_csi_X): Don't move cursor.
3592
3593 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3594
3595 * gdb.base/options.exp: Update backtrace - completion to
3596 new option -frame-info.
3597 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3598 Test new 'set print frame-info'. Test backtrace -frame-info
3599 overriding 'set print frame-info'.
3600 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3601 Test new 'set print frame-info'.
3602 Verify consistency of backtrace with and without filters, with and
3603 without -no-filters.
3604 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3605 default.
3606
3607 2019-07-29 Tom de Vries <tdevries@suse.de>
3608
3609 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3610 no arguments".
3611
3612 2019-07-29 Tom de Vries <tdevries@suse.de>
3613
3614 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3615 is a substring of the first for "complete non-unique file name".
3616
3617 2019-07-29 Tom de Vries <tdevries@suse.de>
3618
3619 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3620 with ".*".
3621
3622 2019-07-29 Tom de Vries <tdevries@suse.de>
3623
3624 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3625 Pass prompt_regexp parameter to gdb_test_multiple calls.
3626
3627 2019-07-29 Tom de Vries <tdevries@suse.de>
3628
3629 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3630 print registers" regexps.
3631
3632 2019-07-29 Tom de Vries <tdevries@suse.de>
3633
3634 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3635
3636 2019-07-29 Tom de Vries <tdevries@suse.de>
3637
3638 PR gdb/24855
3639 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3640 (skip_python_tests_prompt): Add prompt_regexp argument to
3641 gdb_test_multiple calls.
3642
3643 2019-07-27 Tom Tromey <tom@tromey.com>
3644
3645 * gdb.tui/main.exp: New file.
3646
3647 2019-07-27 Tom Tromey <tom@tromey.com>
3648
3649 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3650 optional.
3651 * gdb.tui/empty.exp: New file.
3652
3653 2019-07-27 Tom Tromey <tom@tromey.com>
3654
3655 * lib/tuiterm.exp (spawn): New proc.
3656 (Term::resize): New proc.
3657 * gdb.tui/resize.exp: New file.
3658
3659 2019-07-27 Tom Tromey <tom@tromey.com>
3660
3661 * gdb.tui/list.exp: New file.
3662
3663 2019-07-27 Tom Tromey <tom@tromey.com>
3664
3665 * gdb.tui/regs.exp: New file.
3666
3667 2019-07-27 Tom Tromey <tom@tromey.com>
3668
3669 * gdb.tui/basic.exp: Add "layout split" test.
3670
3671 2019-07-27 Tom Tromey <tom@tromey.com>
3672
3673 * gdb.tui/basic.exp: Add "layout asm" test.
3674
3675 2019-07-27 Tom Tromey <tom@tromey.com>
3676
3677 * lib/tuiterm.exp: New file.
3678 * gdb.tui/basic.exp: New file.
3679
3680 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3681
3682 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3683 Enable tests associated with this flag. Adjust regex
3684 referencing "foo_low" to now refer to "foo_cold" instead.
3685
3686 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3687
3688 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3689 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3690 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3691 foo_cold. Revise comments to match.
3692 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3693 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3694 were wrapped into this proc; Call do_test in loop from outermost
3695 level.
3696 (foo_low): Rename all occurrences to "foo_cold".
3697 (backtrace from baz): New test.
3698 (x2/i foo_cold): New test.
3699 (info line *foo_cold): New test.
3700
3701 2019-07-26 Tom de Vries <tdevries@suse.de>
3702
3703 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3704
3705 2019-07-25 Tom de Vries <tdevries@suse.de>
3706
3707 PR testsuite/24830
3708 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3709 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3710 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3711 (skip_libstdcxx_probe_tests): ... here.
3712 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3713
3714 2019-07-24 Tom de Vries <tdevries@suse.de>
3715
3716 PR testsuite/24807
3717 * gdb.objc/basicclass.m: Include stdio.h.
3718 * gdb.objc/nondebug.m: Same.
3719 * gdb.objc/objcdecode.m: Same.
3720
3721 2019-07-24 Tom de Vries <tdevries@suse.de>
3722
3723 PR testsuite/24612
3724 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3725 additional_flags.
3726
3727 2019-07-24 Tom de Vries <tdevries@suse.de>
3728
3729 PR testsuite/24831
3730 * gdb.multi/tids.exp: Update error messages for info threads.
3731
3732 2019-07-24 Tom de Vries <tdevries@suse.de>
3733
3734 * gdb.base/info-types.exp: Allow info types to print info for more than
3735 one file.
3736
3737 2019-07-23 Tom de Vries <tdevries@suse.de>
3738
3739 PR testsuite/24842
3740 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3741 gdb_spawn_with_cmdline_opts.
3742
3743 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3744
3745 * gdb.arch/arm-cmse-sgstubs.c: New test.
3746 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3747
3748 2019-07-23 Tom de Vries <tdevries@suse.de>
3749
3750 PR testsuite/24711
3751 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3752 issuing next command.
3753
3754 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3755
3756 * gdb.ada/info_auto_lang.exp: Update expected results.
3757 * gdb.base/info-types.c: Add additional types to check.
3758 * gdb.base/info-types.exp: Update expected results.
3759
3760 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3761
3762 * gdb.base/info-types.c: New file.
3763 * gdb.base/info-types.exp: New file.
3764
3765 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3766
3767 * gdb.arch/riscv-bp-infcall.c: New file.
3768 * gdb.arch/riscv-bp-infcall.exp: New file.
3769
3770 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3771
3772 PR breakpoints/24541
3773 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3774
3775 2019-07-14 Tom de Vries <tdevries@suse.de>
3776
3777 PR testsuite/24760
3778 * gdb.objc/basicclass.exp: Fix unterminated string.
3779
3780 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3781 Andrew Burgess <andrew.burgess@embecosm.com>
3782
3783 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3784 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3785 negative bounds.
3786 * gdb.fortran/vla-value.exp: Print elements of an array with
3787 negative bounds.
3788 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3789 testing.
3790
3791 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3792
3793 * gdb.base/options.exp (expect_string): Dequote strings in
3794 results.
3795 (test-string): Test strings with different quoting and reindent.
3796
3797 2019-07-10 Tom Tromey <tromey@adacore.com>
3798
3799 * gdb.ada/mi_ex_cond.exp: Update expected results.
3800 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3801 * gdb.ada/mi_catch_ex.exp: Update expected results.
3802 * gdb.ada/mi_catch_assert.exp: Update expected results.
3803 * gdb.ada/catch_ex.exp (catch_exception_info)
3804 (catch_exception_entry, catch_assert_entry)
3805 (catch_unhandled_entry): Update.
3806 * gdb.ada/catch_assert_if.exp: Update expected results.
3807
3808 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3809 Stephen Roberts <stephen.roberts@arm.com>
3810
3811 * gdb.base/define.exp: Restore original prompt.
3812
3813 2019-07-09 Pedro Alves <palves@redhat.com>
3814
3815 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3816 breakpoints" output.
3817 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3818 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3819 throw" creates breakpoint.
3820 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3821 'type="catchpoint"'.
3822
3823 2019-07-09 Pedro Alves <palves@redhat.com>
3824
3825 PR c++/15468
3826 * gdb.cp/except-multi-location-lib.cc: New.
3827 * gdb.cp/except-multi-location-main.cc: New.
3828 * gdb.cp/except-multi-location.exp: New.
3829
3830 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3831
3832 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3833 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3834 argument and update callers.
3835
3836 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3837
3838 * gdb.arch/amd64-break-on-asm-line.S: New file.
3839 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3840
3841 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3842
3843 * gdb.base/printcmds.exp: Test printing C string and
3844 C wide string convenience vars without transiting via the inferior.
3845 Also make test names unique.
3846
3847 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3848
3849 PR breakpoints/25011
3850 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3851
3852 2019-07-04 Pedro Alves <palves@redhat.com>
3853
3854 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3855 body returned ok(0), break(3) or continue(4).
3856 * gdb.testsuite/foreach_with_prefix.exp: New file.
3857
3858 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3859
3860 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3861
3862 2019-07-03 Pedro Alves <palves@redhat.com>
3863
3864 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3865 "return -code".
3866
3867 2019-07-03 Pedro Alves <palves@redhat.com>
3868
3869 PR cli/24732
3870 * gdb.base/shell.exp: Load completion-support.exp.
3871 Adjust expected error output. Add completion tests.
3872
3873 2019-07-03 Pedro Alves <palves@redhat.com>
3874
3875 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3876 string_to_regexp.
3877
3878 2019-07-03 Pedro Alves <palves@redhat.com>
3879
3880 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3881 (expect_integer): Adjust to expect "-string".
3882 (expect_string): New.
3883 (all_options): Expect "-string".
3884 (test-flag, test-boolean): Adjust to expect "-string".
3885 (test-string): New proc.
3886 (top level): Call it.
3887
3888 2019-07-03 Pedro Alves <palves@redhat.com>
3889
3890 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3891 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3892 the expected output in the success.
3893
3894 2019-07-03 Pedro Alves <palves@redhat.com>
3895
3896 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3897 Split one gdb_test_multiple call in two to avoid a race.
3898
3899 2019-07-03 Pedro Alves <palves@redhat.com>
3900
3901 * gdb.base/with.c: New file.
3902 * gdb.base/with.exp: New file.
3903
3904 2019-07-03 Pedro Alves <palves@redhat.com>
3905
3906 * gdb.base/settings.exp: Replace all references to "maint
3907 test-settings set" with references to "maint set test-settings",
3908 and all references to "maint test-settings show" with references
3909 to "maint show test-settings".
3910
3911 2019-07-03 Pedro Alves <palves@redhat.com>
3912
3913 * gdb.base/settings.exp (test-string): Adjust expected out when
3914 testing "maint test-settings show filename"
3915
3916 2019-07-02 Pedro Alves <palves@redhat.com>
3917
3918 * gdb.base/options.exp (test-info-threads): New procedure.
3919 (top level): Call it.
3920
3921 2019-06-28 Tom Tromey <tromey@adacore.com>
3922
3923 * gdb.dwarf2/ada-linkage-name.c: New file.
3924 * gdb.dwarf2/ada-linkage-name.exp: New file.
3925
3926 2019-06-27 Tom Tromey <tromey@adacore.com>
3927
3928 PR c++/20020:
3929 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3930
3931 2019-06-26 Tom de Vries <tdevries@suse.de>
3932
3933 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3934
3935 2019-06-26 Tom de Vries <tdevries@suse.de>
3936
3937 * gdb.base/index-cache.exp: Add back missing debug option.
3938
3939 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3940
3941 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3942
3943 2019-06-25 Tom de Vries <tdevries@suse.de>
3944
3945 PR testsuite/24727
3946 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3947
3948 2019-06-24 Tom de Vries <tdevries@suse.de>
3949
3950 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3951
3952 2019-06-24 Tom de Vries <tdevries@suse.de>
3953
3954 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3955 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3956 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3957
3958 2019-06-24 Tom de Vries <tdevries@suse.de>
3959
3960 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3961
3962 2019-06-21 Tom de Vries <tdevries@suse.de>
3963
3964 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3965
3966 2019-06-21 Tom de Vries <tdevries@suse.de>
3967
3968 PR testsuite/24518
3969 PR ada/24713
3970 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3971 index.
3972
3973 2019-06-19 Tom Tromey <tromey@adacore.com>
3974
3975 * gdb.ada/length_cond.exp: Add intro comment.
3976
3977 2019-06-19 Tom Tromey <tromey@adacore.com>
3978
3979 * gdb.ada/length_cond.exp: New file.
3980 * gdb.ada/length_cond/length_cond.adb: New file.
3981 * gdb.ada/length_cond/pck.adb: New file.
3982 * gdb.ada/length_cond/pck.ads: New file.
3983
3984 2019-06-18 Tom de Vries <tdevries@suse.de>
3985
3986 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3987
3988 2019-06-18 Tom Tromey <tromey@adacore.com>
3989
3990 * gdb.base/list0.h: Add comment explaining control character.
3991
3992 2019-06-18 Tom de Vries <tdevries@suse.de>
3993
3994 * boards/fission.exp: Break up long debug_flags line.
3995
3996 2019-06-16 Tom de Vries <tdevries@suse.de>
3997
3998 PR gdb/24445
3999 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4000 generated index.
4001
4002 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4003
4004 PR gdb/24686
4005 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4006 improve detection of bug gdb/24541.
4007
4008 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4009
4010 PR gdb/24669
4011 * gdb.base/index-cache.exp (uses_readnow,
4012 expecting_index_cache_use): Define global variable.
4013 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4014 expecting_index_cache_use.
4015
4016 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4017 Andrew Burgess <andrew.burgess@embecosm.com>
4018
4019 * gdb.fortran/pointers.f90: New file.
4020 * gdb.fortran/print_type.exp: New file.
4021 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4022 * gdb.fortran/vla-type.exp: Likewise.
4023 * gdb.fortran/vla-value.exp: Likewise.
4024 * gdb.mi/mi-vla-fortran.exp: Likewise.
4025
4026 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4027
4028 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4029 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4030 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4031 as a stop reason.
4032
4033 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4034
4035 * gdb.base/annota1.exp: Update expected results.
4036 * gdb.cp/annota2.exp: Likewise.
4037 * gdb.cp/annota3.exp: Likewise.
4038
4039 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4040
4041 * gdb.base/style-logging.exp: Remove path from test name.
4042
4043 2019-06-14 Tom Tromey <tromey@adacore.com>
4044
4045 PR gdb/24502:
4046 * gdb.base/style-logging.exp: New file.
4047
4048 2019-06-14 Tom Tromey <tromey@adacore.com>
4049
4050 * gdb.base/symfile-warn.exp: New file.
4051 * gdb.base/symfile-warn.c: New file.
4052
4053 2019-06-14 Tom Tromey <tromey@adacore.com>
4054
4055 * gdb.base/annotate-symlink.exp: New file.
4056
4057 2019-06-14 Tom Tromey <tromey@adacore.com>
4058
4059 * gdb.ada/set_wstr.exp: Add reassignment test.
4060
4061 2019-06-14 Tom Tromey <tromey@adacore.com>
4062
4063 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4064 'unchecked_access and 'unrestricted_access as well.
4065
4066 2019-06-14 Tom Tromey <tromey@adacore.com>
4067
4068 PR ada/24539:
4069 * gdb.ada/vla.exp: Update tests.
4070 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4071 pragma.
4072
4073 2019-06-13 Pedro Alves <palves@redhat.com>
4074
4075 * gdb.base/settings.exp (test-integer): Test junk after
4076 "unlimited".
4077
4078 2019-06-13 Pedro Alves <palves@redhat.com>
4079
4080 * gdb.base/options.exp (test-thread-apply): New.
4081 (top level): Call it.
4082
4083 2019-06-13 Pedro Alves <palves@redhat.com>
4084
4085 * gdb.base/options.exp (test-frame-apply): New.
4086 (top level): Test print commands with different "frame apply"
4087 prefixes.
4088
4089 2019-06-13 Pedro Alves <palves@redhat.com>
4090
4091 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
4092 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4093 'max_completions' parameter and handle it.
4094 (test_gdb_completion_offers_commands): New.
4095
4096 2019-06-13 Pedro Alves <palves@redhat.com>
4097
4098 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4099
4100 2019-06-13 Pedro Alves <palves@redhat.com>
4101
4102 * gdb.base/options.exp (test-backtrace): New.
4103 (top level): Call it.
4104
4105 2019-06-13 Pedro Alves <palves@redhat.com>
4106
4107 * gdb.guile/scm-frame-args.exp: Use "set print
4108 raw-frame-arguments" instead of "set print raw frame-arguments".
4109 * gdb.python/py-frame-args.exp: Likewise.
4110
4111 2019-06-13 Pedro Alves <palves@redhat.com>
4112
4113 * gdb.compile/compile.exp: Adjust expected output to option
4114 processing changes.
4115
4116 2019-06-13 Pedro Alves <palves@redhat.com>
4117
4118 * gdb.base/options.exp: Build executable.
4119 (test-print): New procedure.
4120 (top level): Call it, once for "print" and another for "compile
4121 print".
4122
4123 2019-06-13 Pedro Alves <palves@redhat.com>
4124
4125 * gdb.base/options.c: New file.
4126 * gdb.base/options.exp: New file.
4127
4128 2019-06-13 Pedro Alves <palves@redhat.com>
4129
4130 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4131 that "o" is ambiguous.
4132
4133 2019-06-13 Pedro Alves <palves@redhat.com>
4134
4135 * gdb.base/settings.c: New file.
4136 * gdb.base/settings.exp: New file.
4137
4138 2019-06-13 Pedro Alves <palves@redhat.com>
4139
4140 * gdb.base/completion.exp: Fix comment typo.
4141
4142 2019-06-13 Pedro Alves <palves@redhat.com>
4143
4144 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4145 foo --1" test.
4146
4147 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4148
4149 * gdb.fortran/block-data.f: New.
4150 * gdb.fortran/block-data.exp: New.
4151
4152 2019-06-11 Tom de Vries <tdevries@suse.de>
4153
4154 PR testsuite/24521
4155 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4156 message.
4157
4158 2019-06-11 Tom de Vries <tdevries@suse.de>
4159
4160 PR testsuite/24521
4161 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4162
4163 2019-06-11 Tom de Vries <tdevries@suse.de>
4164
4165 * boards/readnow.exp: New file.
4166
4167 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4168
4169 * gdb.fortran/vla-sizeof.exp: Update expected results.
4170
4171 2019-06-06 Amos Bird <amosbird@gmail.com>
4172
4173 * gdb.base/annota1.exp (thread_switch): Add test for
4174 thread-exited annotation.
4175
4176 2019-06-06 Tom Tromey <tromey@adacore.com>
4177
4178 * gdb.base/maint.exp: Expect command started/finished output.
4179
4180 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4181
4182 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4183 comment.
4184 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4185
4186 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4187
4188 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4189 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4190 * gdb.arch/riscv-unwind-long-insn.c: New file.
4191 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4192
4193 2019-06-04 Christian Biesinger <cbiesinger@google.com>
4194
4195 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
4196
4197 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4198
4199 * lib/gdb.exp (help_list_trailer): New regexp variable
4200 factorizing the help trailer message.
4201 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4202 arg to allow to better factorize various tests.
4203 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4204 (test_prefix_command_help): Use help_list_trailer.
4205 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4206 * gdb.guile/scm-cmd.exp: Likewise.
4207 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4208 * gdb.base/help.exp: Use test_user_defined_class_help.
4209 * gdb.base/style.exp: Add tests for styling of help and apropos.
4210 * lib/gdb-utils.exp (style): Add title and highlight styles.
4211
4212 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4213
4214 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4215 $_shell_exitsignal.
4216 * gdb.base/default.exp: Update for new convenience variables.
4217
4218 2019-05-29 Tom Tromey <tromey@adacore.com>
4219
4220 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4221 to "break complete ada" test case's regexp.
4222
4223 2019-05-29 Tom Tromey <tromey@adacore.com>
4224
4225 PR c++/20020:
4226 * gdb.cp/constexpr-field.exp: New file.
4227 * gdb.cp/constexpr-field.cc: New file.
4228
4229 2019-05-29 Tom Tromey <tromey@adacore.com>
4230
4231 * gdb.base/finish.exp (finish_no_print): New proc.
4232 (finish_tests): Call it.
4233
4234 2019-05-24 Tom de Vries <tdevries@suse.de>
4235
4236 * gdb.dwarf2/gdb-add-index.exp: New file.
4237
4238 2019-05-22 Tom Tromey <tromey@adacore.com>
4239
4240 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4241 * gdb.base/style.exp: Use "style".
4242 * lib/gdb-utils.exp (style): New proc.
4243
4244 2019-05-22 Tom de Vries <tdevries@suse.de>
4245
4246 * gdb.base/align.exp: Require c++11.
4247
4248 2019-05-22 Tom de Vries <tdevries@suse.de>
4249
4250 PR testsuite/24586
4251 * gdb.python/py-mi-var-info-path-expression.exp: Call
4252 mi_skip_python_tests to check if python is supported.
4253
4254 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4255
4256 * gdb.arch/aarch64-pauth.c: New test.
4257 * gdb.arch/aarch64-pauth.exp: New file.
4258
4259 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4260
4261 * README (Re-running Tests Outside The Testsuite): New section.
4262
4263 2019-05-21 Tom de Vries <tdevries@suse.de>
4264
4265 * gdb.arch/amd64-eval.exp: Require c++11.
4266 * gdb.base/max-depth.exp: Same.
4267 * gdb.compile/compile-cplus-array-decay.exp: Same.
4268 * gdb.cp/meth-typedefs.exp: Same.
4269 * gdb.cp/subtypes.exp: Same.
4270 * gdb.cp/temargs.exp: Same.
4271
4272 2019-05-21 Alan Hayward <alan.hayward@arm.com>
4273
4274 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4275
4276 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4277
4278 PR gdb/18644
4279 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4280 * gdb.fortran/printing-types.exp: Add new test.
4281 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4282 testing.
4283 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4284 setup_kfail call.
4285
4286 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4287
4288 * README (Running the Testsuite): Change example.
4289 (Testsuite Parameters): Remove TRANSCRIPT.
4290 * lib/gdb.exp: Remove TRANSCRIPT check.
4291
4292 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4293
4294 * README (Testsuite Parameters): Add replay logging to
4295 GDBSERVER_DEBUG.
4296 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4297 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4298 as a comma separated list.
4299 (gdb_debug_init): Override procedure.
4300
4301 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4302
4303 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4304 (gdb_write_cmd_file): New procedure.
4305 * lib/gdbserver-support.exp (gdbserver_start): Call
4306 gdbserver_write_cmd_file.
4307 (gdbserver_write_cmd_file): New procedure.
4308
4309 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4310
4311 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4312 (delete_breakpoints): Likewise.
4313 (gdb_run_cmd): Likewise.
4314 (gdb_start_cmd): Likewise.
4315 (gdb_starti_cmd): Likewise.
4316 (gdb_internal_error_resync): Likewise.
4317 (gdb_test_multiple): Likewise.
4318 (gdb_reinitialize_dir): Likewise.
4319 (default_gdb_exit): Likewise.
4320 (gdb_file_cmd): Mark kill as optional.
4321 (default_gdb_start): Call gdb_stdin_log_init.
4322 (send_gdb): Call gdb_stdin_log_write.
4323 (rerun_to_main): Mark Y as an answer.
4324 (gdb_stdin_log_init): New function.
4325 (gdb_stdin_log_write): Likewise.
4326
4327 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4328
4329 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4330 * gdb.base/debug-expr.exp: Likewise.
4331 * gdb.base/foll-fork.exp: Likewise.
4332 * gdb.base/foll-vfork.exp: Likewise.
4333 * gdb.base/fork-print-inferior-events.exp: Likewise.
4334 * gdb.base/gdb-sigterm.exp: Likewise.
4335 * gdb.base/gdbinit-history.exp: Likewise.
4336 * gdb.base/osabi.exp: Likewise.
4337 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4338 * gdb.base/ui-redirect.exp: Likewise.
4339 * gdb.gdb/unittest.exp: Likewise.
4340 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4341 * gdb.mi/mi-watch.exp: Likewise.
4342 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4343 * gdb.mi/user-selected-context-sync.exp: Likewise.
4344 * gdb.python/python.exp: Disable debug test when debugging.
4345 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4346 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4347 Likewise.
4348 * gdb.threads/stepi-random-signal.exp: Likewise.
4349
4350 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4351
4352 * Makefile.in: Pass through GDB_DEBUG.
4353 * README (Testsuite Parameters): Add GDB_DEBUG.
4354 (gdb,debug): Add board setting.
4355 * lib/gdb.exp (default_gdb_start): Start debugging.
4356 (gdb_debug_enabled): New procedure.
4357 (gdb_debug_init): Likewise.
4358
4359 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4360
4361 * Makefile.in: Pass through GDB_DEBUG.
4362 * README (Testsuite Parameters): Add GDB_DEBUG.
4363 (gdb,debug): Add board setting.
4364 * lib/gdb.exp (default_gdb_start): Start debugging.
4365 (gdb_debug_enabled): New procedure.
4366 (gdb_debug_init): Likewise.
4367
4368 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4369
4370 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4371
4372 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4373
4374 * gdb.base/ui-redirect.exp: Test redirection.
4375
4376 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4377
4378 * gdb.mi/mi-complete.exp: New file.
4379 * gdb.mi/mi-complete.cc: Likewise.
4380
4381 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4382
4383 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4384 indexed and sliced arrays, and pointers to arrays.
4385
4386 2019-05-14 Tom Tromey <tromey@adacore.com>
4387
4388 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4389 styling test.
4390
4391 2019-05-14 Tom de Vries <tdevries@suse.de>
4392
4393 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4394 selection entry encoding.
4395
4396 2019-05-10 Tom Tromey <tromey@adacore.com>
4397
4398 * gdb.ada/info_exc.exp: Add "complete" test.
4399
4400 2019-05-09 Tom de Vries <tdevries@suse.de>
4401
4402 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4403 CU-relative.
4404
4405 2019-05-09 Tom de Vries <tdevries@suse.de>
4406
4407 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4408 CU-relative.
4409
4410 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4411
4412 * gdb.ada/frame_arg_lang.exp: New testcase.
4413 * gdb.ada/frame_arg_lang/bla.adb: New file.
4414 * gdb.ada/frame_arg_lang/pck.ads: New file.
4415 * gdb.ada/frame_arg_lang/pck.adb: New file.
4416 * gdb.ada/frame_arg_lang/foo.c: New file.
4417
4418 2019-05-08 Tom Tromey <tromey@adacore.com>
4419
4420 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4421
4422 2019-05-08 Tom Tromey <tromey@adacore.com>
4423
4424 * gdb.base/ptype-offsets.exp: Update tests.
4425
4426 2019-05-08 Tom Tromey <tromey@adacore.com>
4427
4428 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4429 cases.
4430 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4431 "short".
4432
4433 2019-05-08 Tom Tromey <tromey@adacore.com>
4434
4435 * gdb.ada/vla.exp: New file.
4436 * gdb.ada/vla/vla.adb: New file.
4437
4438 2019-05-07 Tom de Vries <tdevries@suse.de>
4439
4440 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4441
4442 2019-05-07 Tom de Vries <tdevries@suse.de>
4443
4444 PR testsuite/24522
4445 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4446 section.
4447
4448 2019-05-07 Tom de Vries <tdevries@suse.de>
4449
4450 PR testsuite/24522
4451 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4452 .debug_aranges section.
4453
4454 2019-05-07 Tom de Vries <tdevries@suse.de>
4455
4456 PR testsuite/24159
4457 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4458
4459 2019-05-06 Tom de Vries <tdevries@suse.de>
4460
4461 * lib/gdb.exp (exec_has_index_section): New proc.
4462 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4463 section.
4464
4465 2019-05-04 Tom de Vries <tdevries@suse.de>
4466
4467 * boards/cc-with-debug-names.exp: New file.
4468
4469 2019-05-03 Tom Tromey <tromey@adacore.com>
4470
4471 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4472 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4473 * gdb.ada/char_enum.exp: Add test.
4474
4475 2019-05-03 Tom de Vries <tdevries@suse.de>
4476
4477 * boards/cc-with-gdb-index.exp: New file.
4478
4479 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4480
4481 * gdb.rust/simple.exp: Add new test case.
4482 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4483 (main): Initialise an instance of the new struct.
4484
4485 2019-05-01 Tom Tromey <tromey@adacore.com>
4486
4487 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4488 record.
4489 (NPR): New variable.
4490 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4491 test.
4492
4493 2019-05-01 Tom Tromey <tromey@adacore.com>
4494
4495 * gdb.ada/packed_array_assign.exp: Add packed assignment
4496 regression test.
4497
4498 2019-05-01 Tom de Vries <tdevries@suse.de>
4499
4500 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4501
4502 2019-05-01 Tom de Vries <tdevries@suse.de>
4503
4504 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4505
4506 2019-04-30 Ali Tamur <tamur@google.com>
4507
4508 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4509
4510 2019-04-30 Tom Tromey <tromey@adacore.com>
4511
4512 * lib/ada.exp (find_ada_tool): New proc.
4513 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4514 * gdb.ada/catch_ex_std.exp: New file.
4515 * gdb.ada/catch_ex_std/foo.adb: New file.
4516 * gdb.ada/catch_ex_std/some_package.adb: New file.
4517 * gdb.ada/catch_ex_std/some_package.ads: New file.
4518
4519 2019-04-30 Tom Tromey <tromey@adacore.com>
4520
4521 PR c++/24470:
4522 * gdb.cp/temargs.cc: Add test code from PR.
4523
4524 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4525
4526 * gdb.fortran/vla-datatypes.exp: Update expected results.
4527 * gdb.fortran/vla-ptype.exp: Likewise.
4528 * gdb.fortran/vla-type.exp: Likewise.
4529 * gdb.fortran/vla-value.exp: Likewise.
4530
4531 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4532
4533 * gdb.fortran/ptr-indentation.exp: Update expected results.
4534 * gdb.fortran/ptype-on-functions.exp: Likewise.
4535 * gdb.fortran/vla-ptr-info.exp: Likewise.
4536 * gdb.fortran/vla-value.exp: Likewise.
4537
4538 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4539
4540 * gdb.fortran/ptype-on-functions.exp: New file.
4541 * gdb.fortran/ptype-on-functions.f90: New file.
4542
4543 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4544
4545 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4546 case void string.
4547
4548 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4549
4550 * gdb.fortran/complex.exp: Expand.
4551 * gdb.fortran/complex.f: Renamed to...
4552 * gdb.fortran/complex.f90: ...this, and extended to add more
4553 complex values.
4554
4555 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4556
4557 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4558 MODULO, CMPLX.
4559
4560 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4561 Richard Bunt <richard.bunt@arm.com>
4562
4563 * gdb.base/max-depth.c: New file.
4564 * gdb.base/max-depth.exp: New file.
4565 * gdb.python/py-nested-maps.c: New file.
4566 * gdb.python/py-nested-maps.exp: New file.
4567 * gdb.python/py-nested-maps.py: New file.
4568 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4569 (test_all_common): Call test_max_depth.
4570 * gdb.fortran/max-depth.exp: New file.
4571 * gdb.fortran/max-depth.f90: New file.
4572 * gdb.go/max-depth.exp: New file.
4573 * gdb.go/max-depth.go: New file.
4574 * gdb.modula2/max-depth.exp: New file.
4575 * gdb.modula2/max-depth.c: New file.
4576 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4577
4578 2019-04-29 Tom de Vries <tdevries@suse.de>
4579
4580 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4581
4582 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4583
4584 * gdb.base/callexit.exp: Test may-call-functions off.
4585
4586 2019-04-25 Keith Seitz <keiths@redhat.com>
4587
4588 PR c++/24367
4589 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4590 (another_incomplete_struct, test_incomplete): New definitions.
4591 (main): Use new definitions.
4592 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4593 functions.
4594
4595 2019-04-25 Ali Tamur <tamur@google.com>
4596
4597 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4598
4599 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4600
4601 PR corefiles/11608
4602 PR corefiles/18187
4603 * gdb.base/coredump-filter-build-id.exp: New file.
4604
4605 2019-04-25 Alan Hayward <alan.hayward@arm.com>
4606
4607 * Makefile.in: Pass through GDBSERVER_DEBUG.
4608 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4609 (gdbserver,debug): Add board setting.
4610 * gdb.trace/tspeed.exp: Skip when debugging.
4611 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4612 * lib/gdbserver-support.exp: Likewise
4613
4614 2019-04-24 Tom Tromey <tromey@adacore.com>
4615
4616 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4617 Rust.
4618
4619 2019-04-24 Tom Tromey <tromey@adacore.com>
4620
4621 * gdb.arch/amd64-eval.exp: Test bitfield return.
4622 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4623 (class Foo) <return_bitfields>: New method.
4624 (main): Call it.
4625
4626 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4627
4628 * gdb.cp/many-args.cc: New file.
4629 * gdb.cp/many-args.exp: New file.
4630
4631 2019-04-23 Tom de Vries <tdevries@suse.de>
4632
4633 PR gdb/24433
4634 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4635
4636 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4637
4638 * gdb.trace/backtrace.exp: Use nopie flag.
4639 * gdb.trace/circ.exp: Likewise.
4640 * gdb.trace/collection.exp: Likewise.
4641 * gdb.trace/ftrace.exp: Likewise.
4642 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4643 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4644 * gdb.trace/qtro.exp: Likewise.
4645 * gdb.trace/read-memory.exp: Likewise.
4646 * gdb.trace/report.exp: Likewise.
4647 * gdb.trace/tfile.exp: Likewise.
4648 * gdb.trace/tfind.exp: Likewise.
4649 * gdb.trace/unavailable.exp: Likewise.
4650
4651 2019-04-22 Pedro Alves <palves@redhat.com>
4652
4653 * gdb.base/solib-probes-nosharedlibrary.c,
4654 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4655
4656 2019-04-19 Tom Tromey <tromey@adacore.com>
4657
4658 * gdb.ada/ptype_union.c: New file.
4659 * gdb.ada/ptype_union.exp: New file.
4660
4661 2019-04-19 Tom Tromey <tromey@adacore.com>
4662
4663 PR symtab/24423:
4664 * gdb.base/list0.h (foo): Add a control-l character.
4665
4666 2019-04-18 Tom de Vries <tdevries@suse.de>
4667
4668 PR gdb/24433
4669 * boards/local-board.exp: Set sysroot to "".
4670
4671 2019-04-18 Tom de Vries <tdevries@suse.de>
4672 Pedro Alves <palves@redhat.com>
4673
4674 PR gdb/24454
4675 * gdb.threads/vfork-follow-child-exec.c: New file.
4676 * gdb.threads/vfork-follow-child-exec.exp: New file.
4677 * gdb.threads/vfork-follow-child-exit.c: New file.
4678 * gdb.threads/vfork-follow-child-exit.exp: New file.
4679
4680 2019-04-15 Leszek Swirski <leszeks@google.com>
4681
4682 * gdb.arch/amd64-eval.cc: New file.
4683 * gdb.arch/amd64-eval.exp: New file.
4684
4685 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4686
4687 * gdb.server/sysroot.c: New test.
4688 * gdb.server/sysroot.exp: New file.
4689 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4690 matching param.
4691
4692 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4693
4694 * gdb.base/align.exp: Extend test to cover structures containing
4695 only static fields.
4696
4697 2019-04-11 Tom de Vries <tdevries@suse.de>
4698
4699 * boards/cc-with-dwz-m.exp: New file.
4700 * boards/cc-with-dwz.exp: New file.
4701 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4702
4703 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4704
4705 * gdb.base/start-cpp.exp: New file.
4706 * gdb.base/start-cpp.cc: New file.
4707
4708 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4709
4710 * gdb.python/py-thrhandle.exp: Adjust tests to call
4711 thread_from_handle instead of thread_from_thread_handle.
4712
4713 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4714
4715 * gdb.python/py-thrhandle.exp: Add tests for
4716 gdb.InferiorThread.handle.
4717
4718 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4719
4720 * gdb.python/py-function.exp: Check calling helper function from
4721 all languages.
4722 * lib/gdb.exp (gdb_supported_languages): New proc.
4723
4724 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4725
4726 * gdb.base/complex-parts.c: New file.
4727 * gdb.base/complex-parts.exp: New file.
4728
4729 2019-04-01 Tom Tromey <tromey@adacore.com>
4730
4731 PR symtab/23331:
4732 * gdb.dwarf2/dw2-ranges-main.c: New file.
4733 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4734 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4735
4736 2019-03-30 Simon Marchi <simark@simark.ca>
4737
4738 * gdb.base/default.exp: Add values for $_gdb_major and
4739 $_gdb_minor.
4740
4741 2019-03-29 Tom Tromey <tromey@adacore.com>
4742
4743 * gdb.base/help.exp: Tighten apropos regexp.
4744
4745 2019-03-29 Keith Seitz <keiths@redhat.com>
4746
4747 * gdb.fortran/array-bounds.exp: New file.
4748 * gdb.fortran/array-bounds.f90: New file.
4749
4750 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4751
4752 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4753
4754 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4755
4756 * gdb.multi/hello.c (main): Increase alarm timer.
4757
4758 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4759
4760 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4761 factor when no hardware watchpoint support.
4762
4763 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4764 Pedro Alves <palves@redhat.com>
4765
4766 * boards/local-board.exp: set sysroot to /.
4767
4768 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4769
4770 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4771 in child.
4772
4773 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4774
4775 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4776 field.
4777 (make_container): Initialise new field.
4778 * gdb.python/py-prettyprint.exp: Add new tests.
4779 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4780 <display_hint>: New method.
4781
4782 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4783
4784 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4785 gdb_continue_to_breakpoint more throughout this test.
4786 (run_lang_tests) Supply unique test names, and use
4787 gdb_test_no_output.
4788
4789 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4790
4791 * gdb.base/finish-pretty.exp: Update expected results.
4792 * gdb.base/pretty-print.c: New file.
4793 * gdb.base/pretty-print.exp: New file.
4794
4795 2019-03-25 Pedro Alves <palves@redhat.com>
4796
4797 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4798 move comments outside list. Append '-i "" eof' section.
4799
4800 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4801
4802 PR testsuite/25016
4803 * README: Add pie options.
4804 * gdb.base/break-interp.exp: Ensure pie is disabled.
4805 * gdb.base/dump.exp: Likewise.
4806 * lib/gdb.exp (gdb_compile): Add pie option.
4807
4808 2019-03-19 Tom Tromey <tromey@adacore.com>
4809
4810 * gdb.mi/mi2-cli-display.c: New file.
4811 * gdb.mi/mi2-cli-display.exp: New file.
4812
4813 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4814 Tom Tromey <tromey@adacore.com>
4815
4816 * gdb.ada/ptype_array/pck.adb: New file.
4817 * gdb.ada/ptype_array/pck.ads: New file.
4818 * gdb.ada/ptype_array/foo.adb: New file.
4819 * gdb.ada/ptype_array.exp: New file.
4820
4821 2019-03-14 Tom Tromey <tromey@adacore.com>
4822
4823 * gdb.base/style.exp: Add "set style sources" test.
4824
4825 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4826
4827 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4828 * mi-breakpoint-multiple-locations.exp: ... this.
4829 (make_breakpoints_pattern): New proc.
4830 (do_test): Add mi_version parameter, test -break-insert,
4831 -break-info and =breakpoint-created.
4832
4833 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4834
4835 * config/default.exp: Remove 'load_lib gdb.exp'.
4836 * config/monitor.exp: Likewise.
4837 * config/sid.exp: Likewise.
4838 * config/sim.exp: Likewise.
4839 * config/slite.exp: Likewise.
4840 * config/unix.exp: Likewise.
4841 * gdb.base/default.exp: Remove unhelpful comment.
4842
4843 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4844
4845 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4846
4847 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4848
4849 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4850
4851 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4852
4853 * gdb.fortran/type-kinds.exp: Update expected results.
4854
4855 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4856
4857 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4858
4859 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4860
4861 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4862 function.
4863 (test_basic_parsing_of_type_kinds): Expand types tested.
4864 (test_parsing_invalid_type_kinds): New function.
4865
4866 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4867
4868 * gdb.fortran/intrinsics.exp: New file.
4869 * gdb.fortran/intrinsics.f90: New file.
4870 * gdb.fortran/type-kinds.exp: New file.
4871
4872 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4873
4874 * gdb.fortran/dot-ops.exp: New file.
4875
4876 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4877
4878 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4879 Check upper and lower case logical literals.
4880
4881 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4882
4883 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4884 Remove duplicate tests.
4885
4886 2019-03-06 Alan Hayward <alan.hayward@arm.com>
4887
4888 * lib/gdb.exp (builtin_cd): rename of cd.
4889 (cd): Override builtin.
4890
4891 2019-03-06 Richard Bunt <richard.bunt@arm.com>
4892
4893 * gdb.fortran/function-calls.exp: New file.
4894 * gdb.fortran/function-calls.f90: New test.
4895
4896 2019-03-04 Richard Bunt <richard.bunt@arm.com>
4897
4898 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4899 on user program standard output.
4900 * gdb.fortran/short-circuit-argument-list.f90: Record function
4901 calls.
4902
4903 2019-02-28 Alan Hayward <alan.hayward@arm.com>
4904
4905 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4906 failure.
4907
4908 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4909
4910 PR gdb/8527
4911 * gdb.base/interrupt-daemon-attach.c,
4912 gdb.base/interrupt-daemon-attach.exp: New test.
4913
4914 2019-02-27 Pedro Alves <palves@redhat.com>
4915
4916 * gdb.base/page.exp: Add tests for "set width/height -1".
4917
4918 2019-02-27 Pedro Alves <palves@redhat.com>
4919
4920 * gdb.base/page.exp: Add tests for "set/show width/height" with
4921 "infinite" values.
4922
4923 2019-02-27 Tom Tromey <tromey@adacore.com>
4924
4925 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4926 2.4.
4927 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4928 workaround.
4929
4930 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4931
4932 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4933 tests for structs with static members.
4934
4935 2019-02-26 Tom Tromey <tromey@adacore.com>
4936
4937 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4938 ValueError, not TypeError.
4939
4940 2019-02-26 Kevin Buettner <kevinb@redhat.com>
4941
4942 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4943 call from main program.
4944
4945 2019-02-23 Joel Brobecker <brobecker@adacore.com>
4946
4947 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4948 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4949 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4950 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4951 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4952
4953 2019-02-22 Keith Seitz <keiths@redhat.com>
4954
4955 PR symtab/23853
4956 * gdb.base/symlink-sourcefile.c: New file.
4957 * gdb.base/symlink-sourcefile.exp: New file.
4958
4959 2019-02-20 Tom Tromey <tom@tromey.com>
4960
4961 * gdb.base/info_qt.exp: Update.
4962
4963 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4964
4965 * gdb.base/source.exp: Move "error in sourced script" code to
4966 the end.
4967 * gdb.base/source-error.gdb: Move contents to
4968 source-error-1.gdb. Add new code to source source-error-1.gdb.
4969 * gdb.base/source-error-1.gdb: New file, from previous
4970 source-error.gdb.
4971
4972 2019-02-17 Tom Tromey <tom@tromey.com>
4973
4974 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4975 for macro styling.
4976 * gdb.base/style.c (SOME_MACRO): New macro.
4977
4978 2019-02-17 Tom Tromey <tom@tromey.com>
4979
4980 * gdb.base/style.exp: Add line-wrapping tests.
4981 * gdb.base/page.exp: Add test for quitting during pagination.
4982
4983 2019-02-17 Joel Brobecker <brobecker@adacore.com>
4984
4985 * gdb.ada/big_packed_array: New testcase.
4986 * gdb.ada/homonym.exp: Fix incorrect expected output for
4987 "break <homonym__get_value>" test.
4988
4989 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
4990
4991 PR breakpoints/21870
4992 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4993 and prepare_for_testing. Add comment.
4994 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4995 redundant cleanup call. Clean up comment.
4996
4997 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
4998
4999 PR breakpoints/21870
5000 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5001 * gdb.arch/aarch64-dbreg-contents.c: New file.
5002
5003 2019-02-10 Joel Brobecker <brobecker@adacore.com>
5004
5005 * gdb.ada/mi_ref_changeable: New testcase.
5006
5007 2019-02-07 Alan Hayward <alan.hayward@arm.com>
5008
5009 * gdb.base/attach.exp: Add double attach test.
5010
5011 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5012
5013 * lib/gdb.exp (default_gdb_start): Don't match pagination
5014 prompt.
5015 (gdb_init): Set stty_init.
5016
5017 2019-01-27 Tom Tromey <tom@tromey.com>
5018
5019 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5020 skip_python_tests.
5021
5022 2019-01-24 Alan Hayward <alan.hayward@arm.com>
5023
5024 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5025 New structure.
5026 (struct struct_static_02_02): Likewise.
5027 (struct struct_static_02_03): Likewise.
5028 (struct struct_static_02_04): Likewise.
5029 (struct struct_static_04_01): Likewise.
5030 (struct struct_static_04_02): Likewise.
5031 (struct struct_static_04_03): Likewise.
5032 (struct struct_static_04_04): Likewise.
5033 (struct struct_static_06_01): Likewise.
5034 (struct struct_static_06_02): Likewise.
5035 (struct struct_static_06_03): Likewise.
5036 (struct struct_static_06_04): Likewise.
5037 (cmp_struct_static_02_01): Likewise.
5038 (cmp_struct_static_02_02): Likewise.
5039 (cmp_struct_static_02_03): Likewise.
5040 (cmp_struct_static_02_04): Likewise.
5041 (cmp_struct_static_04_01): Likewise.
5042 (cmp_struct_static_04_02): Likewise.
5043 (cmp_struct_static_04_03): Likewise.
5044 (cmp_struct_static_04_04): Likewise.
5045 (cmp_struct_static_06_01): Likewise.
5046 (cmp_struct_static_06_02): Likewise.
5047 (cmp_struct_static_06_03): Likewise.
5048 (cmp_struct_static_06_04): Likewise.
5049 (call_all): Test new structs.
5050 * gdb.base/infcall-nested-structs.exp: Likewise.
5051
5052 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5053 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5054
5055 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5056 * gdb.base/stack-protector.c: New test.
5057 * gdb.base/stack-protector.exp: New file.
5058 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5059 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5060 option.
5061 (gdb_compile): Remove stack protector for GCC and prevent
5062 recursion.
5063
5064 2019-01-16 Keith Seitz <keiths@redhat.com>
5065
5066 PR gdb/23773
5067 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5068
5069 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5070
5071 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5072 aliases.
5073 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5074 tests.
5075 * gdb.arch/powerpc-vector-regs.c: New file.
5076 * gdb.arch/powerpc-vector-regs.exp: New file.
5077
5078 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5079
5080 * gdb.arch/altivec-regs.exp: Fix the list passed to
5081 gdb_expect_list when testing "info vector".
5082
5083 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5084
5085 * gdb.base/style.exp: Don't include path in testname.
5086
5087 2019-01-10 Keith Seitz <keiths@redhat.com>
5088
5089 PR gdb/23712
5090 PR symtab/23010
5091 * gdb.dwarf2/multidictionary.exp: New file.
5092
5093 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5094
5095 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5096 (test_gnuv3_style_demangling): ... this.
5097 (test_lucid_style_demangling): Remove.
5098 (test_arm_style_demangling): Remove.
5099 (test_hp_style_demangling): Remove.
5100 (do_tests): Remove calls to the above.
5101
5102 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5103
5104 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5105 case.
5106
5107 2019-01-06 Tom Tromey <tom@tromey.com>
5108
5109 PR gdb/28155:
5110 * gdb.dwarf2/typedef-void-finish.exp: New file.
5111
5112 2018-12-28 Tom Tromey <tom@tromey.com>
5113 Simon Marchi <simark@simark.ca>
5114
5115 * gdb.base/jit-exec.exp: New file.
5116 * gdb.base/jit-exec.c: New file.
5117 * gdb.base/jit-execd.c: New file.
5118
5119 2018-12-28 Tom Tromey <tom@tromey.com>
5120
5121 * gdb.base/style.exp: Update test to check for address styling.
5122
5123 2018-12-28 Tom Tromey <tom@tromey.com>
5124
5125 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5126 message.
5127
5128 2018-12-28 Tom Tromey <tom@tromey.com>
5129
5130 * gdb.base/style.exp: Add test for version number styling.
5131
5132 2018-12-28 Tom Tromey <tom@tromey.com>
5133
5134 * gdb.base/style.exp: Add test for print_address_symbolic.
5135
5136 2018-12-28 Tom Tromey <tom@tromey.com>
5137
5138 * gdb.base/style.exp: Add test for breakpoint setting.
5139
5140 2018-12-28 Tom Tromey <tom@tromey.com>
5141
5142 * gdb.base/style.exp: Add test for variable names.
5143
5144 2018-12-28 Tom Tromey <tom@tromey.com>
5145
5146 * gdb.base/style.exp: New file.
5147 * gdb.base/style.c: New file.
5148
5149 2018-12-28 Tom Tromey <tom@tromey.com>
5150
5151 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5152 "dumb".
5153 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5154 the TERM environment variable.
5155
5156 2018-12-27 Tom Tromey <tom@tromey.com>
5157
5158 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5159 pagination test.
5160
5161 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5162
5163 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5164 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5165
5166 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5167
5168 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5169 Filename a.adb changed to bp_fun_addr.adb.
5170 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5171
5172 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5173
5174 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5175 non-PIE executables.
5176 * README: Mention the gdb,nopie_flag board setting.
5177 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5178 non-PIE executable.
5179 * gdb.arch/amd64-entry-value.exp: Likewise.
5180 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5181 * gdb.arch/i386-float.exp: Likewise.
5182 * gdb.arch/i386-signal.exp: Likewise.
5183 * gdb.mi/mi-reg-undefined.exp: Likewise.
5184
5185 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5186
5187 PR gdb/23974
5188 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5189
5190 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5191
5192 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5193 Update order of results accordingly.
5194
5195 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5196
5197 * gdb.base/annota1.exp: Update a test regexp.
5198
5199 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5200
5201 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5202
5203 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5204
5205 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5206 (reuse_time): Initialize to REUSE_TIME_CAP.
5207 (check_rc): New function.
5208 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5209 Check pthread_create rc.
5210 (spawner_thread_func): Check pthread_create and pthread_join rc.
5211
5212 2018-12-08 Pedro Alves <palves@redhat.com>
5213
5214 * gdb.base/list.exp (test_forward_search): Rename to ...
5215 (test_forward_reverse_search): ... this. Also test reverse-search
5216 and the forward-search alias.
5217
5218 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5219
5220 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5221 local timeout variable before return, and remove all local timeout
5222 variable entirely.
5223 (gdb_load): Likewise.
5224
5225 2018-12-01 Tom de Vries <tdevries@suse.de>
5226
5227 * gdb.base/gdb-caching-proc.exp: New file.
5228
5229 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5230
5231 * Makefile.in (TIMESTAMP): New variable.
5232 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5233 command.
5234 (check-single-racy): Likewise.
5235 (check/%.exp): Likewise.
5236 (check-racy/%.exp): Likewise.
5237 (workers/%.worker): Likewise.
5238 (build-perf): Likewise.
5239 (check-perf): Likewise.
5240 * README: Describe new "TS" and "TS_FORMAT" variables.
5241 * print-ts.py: New file.
5242
5243 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5244
5245 PR python/23714
5246 * gdb.python/python.exp: Test command repetition after
5247 gdb.execute.
5248
5249 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5250
5251 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5252 is correctly aligned.
5253
5254 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5255
5256 * gdb.ada/info_auto_lang.exp: New testcase.
5257 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5258 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5259 * gdb.ada/info_auto_lang/some_c.c: New file.
5260
5261 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5262
5263 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5264 FUNC_lang language syntax.
5265
5266 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5267
5268 * gdb.base/info_minsym.c: New file.
5269 * gdb.base/info_minsym.exp: New file.
5270
5271 2018-11-19 Tom Tromey <tom@tromey.com>
5272
5273 PR rust/23625:
5274 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5275 * gdb.rust/expr.exp: Update expected output. Change one test.
5276
5277 2018-11-19 Tom Tromey <tom@tromey.com>
5278
5279 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5280
5281 2018-11-19 Pedro Alves <palves@redhat.com>
5282
5283 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5284 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5285 see the expected warning.
5286
5287 2018-11-16 Alan Hayward <alan.hayward@arm.com>
5288
5289 PR gdb/22736:
5290 * gdb.cp/infcall-nodebug-lib.c: New test.
5291 * gdb.cp/infcall-nodebug-main.c: New test.
5292 * gdb.cp/infcall-nodebug.exp: New file.
5293
5294 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5295
5296 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5297 completer tests.
5298
5299 2018-11-09 Tom de Vries <tdevries@suse.de>
5300
5301 * gdb.base/msym-lang.c: New test.
5302 * gdb.base/msym-lang.exp: New file.
5303 * gdb.base/msym-lang-main.c: New test.
5304
5305 2018-11-08 Tom Tromey <tom@tromey.com>
5306
5307 PR gdb/23555:
5308 PR gdb/23838:
5309 * gdb.base/warning.exp: New file.
5310
5311 2018-11-08 Jan Beulich <jbeulich@suse.com>
5312
5313 * testsuite/gdb.arch/i386-avx512.c,
5314 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5315
5316 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5317
5318 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5319 point hardware.
5320
5321 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5322
5323 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5324 * gdb.dwarf2/missing-type-name.exp: New file.
5325
5326 2018-11-06 Tom de Vries <tdevries@suse.de>
5327
5328 * gdb.base/many-headers.c: New test.
5329 * gdb.base/many-headers.exp: New file.
5330
5331 2018-11-06 Jim Wilson <jimw@sifive.com>
5332
5333 * gdb.base/code_elim.exp: For riscv, set additional_flags
5334 to include -msmall-data-limit=0.
5335
5336 2018-11-01 Joel Brobecker <brobecker@adacore.com>
5337
5338 * gdb.ada/watch_minus_l: New testcase.
5339
5340 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5341
5342 * gdb.arch/aix-sighandle.c: New file.
5343 * gdb.arch/aix-sighandle.exp: New file.
5344
5345 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5346
5347 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5348 registers being unions.
5349
5350 2018-10-31 Tom de Vries <tdevries@suse.de>
5351
5352 * lib/valgrind.exp: New file.
5353 (vgdb_start, vgdb_stop): New procs, factored out of ...
5354 * gdb.base/valgrind-bt.exp: ... here, ...
5355 * gdb.base/valgrind-disp-step.exp: ... here and ...
5356 * gdb.base/valgrind-infcall.exp: ... here.
5357
5358 2018-10-31 Tom de Vries <tdevries@suse.de>
5359
5360 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5361
5362 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5363
5364 * gdb.dwarf2/void-type.c: New file.
5365 * gdb.dwarf2/void-type.exp: New file.
5366
5367 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5368
5369 * gdb.base/info_qt.c: New file.
5370 * gdb.base/info_qt.exp: New file.
5371
5372 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5373
5374 * gdb.arch/powerpc-htm-regs.c: New file.
5375 * gdb.arch/powerpc-htm-regs.exp: New file.
5376
5377 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5378
5379 * gdb.arch/powerpc-tar.c: New file.
5380 * gdb.arch/powerpc-tar.exp: New file.
5381
5382 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5383
5384 * gdb.arch/powerpc-ppr-dscr.c: New file.
5385 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5386
5387 2018-10-25 Tom de Vries <tdevries@suse.de>
5388
5389 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5390
5391 2018-10-24 Tom de Vries <tdevries@suse.de>
5392
5393 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5394 longer exists error.
5395
5396 2018-10-24 Tom de Vries <tdevries@suse.de>
5397
5398 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5399
5400 2018-10-24 Tom de Vries <tdevries@suse.de>
5401
5402 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5403 --db-attach in valgrind.
5404
5405 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5406
5407 * gdb.arch/riscv-reg-aliases.c: New file.
5408 * gdb.arch/riscv-reg-aliases.exp: New file.
5409
5410 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5411
5412 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5413
5414 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5415
5416 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5417
5418 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5419
5420 * gdb.cp/ovldbreak.exp: Fix regexps.
5421
5422 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5423
5424 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5425
5426 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5427
5428 PR cli/23785
5429 * gdb.base/restore.exp: New test to check if "restore" with an
5430 invalid file doesn't segfault.
5431
5432 2018-10-18 Tom de Vries <tdevries@suse.de>
5433
5434 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5435 * gdb.ada/excep_handle.exp: Same.
5436 * gdb.ada/mi_string_access.exp: Same.
5437 * gdb.ada/mi_var_union.exp: Same.
5438 * gdb.arch/arc-analyze-prologue.exp: Same.
5439 * gdb.arch/arc-decode-insn.exp: Same.
5440 * gdb.base/readnever.exp: Same.
5441 * gdb.fortran/printing-types.exp: Same.
5442 * gdb.guile/scm-lazy-string.exp: Same.
5443
5444 2018-10-16 Tom de Vries <tdevries@suse.de>
5445
5446 PR gdb/23730
5447 * gdb.base/catch-follow-exec.c: Add copyright notice.
5448 * gdb.base/catch-follow-exec.exp: Rewrite to use
5449 gdb_spawn_with_cmdline_opts. Require gdb-native.
5450
5451 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5452
5453 * gdb.trace/actions-changed.exp: Check for arch support.
5454 * gdb.trace/actions.exp: Likewise.
5455 * gdb.trace/ax.exp: Likewise.
5456 * gdb.trace/backtrace.exp: Likewise.
5457 * gdb.trace/change-loc.exp: Likewise.
5458 * gdb.trace/deltrace.exp: Likewise.
5459 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5460 * gdb.trace/ftrace.exp: Likewise.
5461 * gdb.trace/infotrace.exp: Check for arch support.
5462 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5463 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5464 * gdb.trace/mi-tsv-changed.exp: Likewise.
5465 * gdb.trace/packetlen.exp: Likewise.
5466 * gdb.trace/passc-dyn.exp: Likewise.
5467 * gdb.trace/passcount.exp: Likewise.
5468 * gdb.trace/pending.exp: Likewise.
5469 * gdb.trace/range-stepping.exp: Check for shlib support.
5470 * gdb.trace/report.exp: Check for arch support.
5471 * gdb.trace/save-trace.exp: Likewise.
5472 * gdb.trace/signal.exp: Check for signal support.
5473 * gdb.trace/tfind.exp: Check for arch support.
5474 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5475 * gdb.trace/trace-common.h: Add comment.
5476 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5477 * gdb.trace/trace-enable-disable.exp: Likewise.
5478 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5479 * gdb.trace/tracecmd.exp: Check for arch support.
5480 * gdb.trace/tspeed.exp: Check for shlib and target support.
5481 * gdb.trace/tstatus.exp: Check for arch support.
5482 * gdb.trace/tsv.exp: Likewise.
5483 * gdb.trace/while-dyn.exp: Likewise.
5484 * gdb.trace/while-stepping.exp: Likewise.
5485 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5486
5487 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5488
5489 * gdb.trace/tspeed.exp: Remove nowarnings.
5490 (prepare_for_trace_test): Declare "global ipalib".
5491 * gdb.trace/tspeed.c: Include unistd.h.
5492 (main): Remove superfluous printf argument.
5493
5494 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5495
5496 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5497 directory prefix on the filename.
5498
5499 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5500
5501 * gdb.gdb/unittest.exp: Update expected message informing that
5502 selftests have been disabled.
5503 * gdb.server/unittest.exp: Likewise.
5504
5505 2018-10-09 Tom de Vries <tdevries@suse.de>
5506
5507 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5508 with runto_main.
5509
5510 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
5511
5512 PR c++/16841
5513 * gdb.cp/virtbase2.cc: New file.
5514 * gdb.cp/virtbase2.exp: New file.
5515
5516 2018-10-06 Tom Tromey <tom@tromey.com>
5517
5518 PR python/19399:
5519 * gdb.python/py-inferior.exp: Add architecture test.
5520
5521 2018-10-06 Tom Tromey <tom@tromey.com>
5522
5523 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5524 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5525
5526 2018-10-06 Tom Tromey <tom@tromey.com>
5527
5528 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5529 of a "throw" catchpoint.
5530
5531 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5532
5533 * gdb.base/info-proc.exp: Update string expected from "help info
5534 proc".
5535
5536 2018-10-04 Tom Tromey <tom@tromey.com>
5537
5538 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5539 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5540 (test_initial_complaints, test_empty_complaints): Update.
5541 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5542
5543 2018-10-04 Tom Tromey <tom@tromey.com>
5544
5545 PR cli/19551:
5546 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5547 * lib/gdb.exp (gdb_file_cmd): Update.
5548 * gdb.stabs/weird.exp (print_weird_var): Update.
5549 * gdb.server/solib-list.exp: Update.
5550 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5551 * gdb.mi/mi-cli.exp: Update.
5552 * gdb.linespec/linespec.exp: Update.
5553 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5554 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5555 * gdb.cp/cp-relocate.exp: Update.
5556 * gdb.base/sym-file.exp: Update.
5557 * gdb.base/relocate.exp: Update.
5558 * gdb.base/readnever.exp: Update.
5559 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5560 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5561 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5562 * gdb.base/code_elim.exp: Update.
5563 * gdb.base/break-unload-file.exp (test_break): Update.
5564 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5565 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5566 Update.
5567 * gdb.base/attach.exp (do_attach_tests): Update.
5568 * gdb.base/sepdebug.exp: Update.
5569 * gdb.python/py-section-script.exp: Update.
5570
5571 2018-10-04 Tom Tromey <tom@tromey.com>
5572
5573 PR cli/22234:
5574 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5575 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5576 output.
5577
5578 2018-10-04 Tom Tromey <tom@tromey.com>
5579
5580 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5581 set width and height to 0.
5582 (test_command_line_attach_run): Use -quiet.
5583
5584 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5585
5586 * lib/gdb.exp (skip_ifunc_tests): New.
5587 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5588 other compile failures.
5589 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5590
5591 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5592
5593 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5594 is_amd64_regs_target.
5595
5596 2018-10-01 Alan Hayward <alan.hayward@arm.com>
5597
5598 * gdb.arch/aarch64-sighandler-regs.c: New test.
5599 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5600 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5601
5602 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5603
5604 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5605 assembly.
5606
5607 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5608
5609 * gdb.base/frame-selection.exp: New file.
5610 * gdb.base/frame-selection.c: New file.
5611
5612 2018-09-27 Alan Hayward <alan.hayward@arm.com>
5613
5614 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5615 pthread barrier.
5616 (main): Likewise.
5617
5618 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5619
5620 * gdb.base/large-frame-1.c: New file.
5621 * gdb.base/large-frame-2.c: New file.
5622 * gdb.base/large-frame.exp: New file.
5623 * gdb.base/large-frame.h: New file.
5624
5625 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5626
5627 PR gdb/20948
5628 * gdb.base/write_mem.exp: New test.
5629 * gdb.base/write_mem.c: Likewise.
5630
5631 2018-09-23 Tom Tromey <tom@tromey.com>
5632
5633 PR python/18852:
5634 * gdb.python/py-parameter.exp: Add test for parameter that throws
5635 on "set".
5636
5637 2018-09-23 Tom Tromey <tom@tromey.com>
5638
5639 PR python/17284:
5640 * gdb.python/py-template.exp (test_template_arg): Add test for
5641 negative template argument number.
5642
5643 2018-09-23 Tom Tromey <tom@tromey.com>
5644
5645 PR python/14062:
5646 * gdb.python/python.exp: Add test for post_event error.
5647
5648 2018-09-23 Tom Tromey <tom@tromey.com>
5649
5650 PR python/18170:
5651 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5652 convert pointers to int and long.
5653
5654 2018-09-23 Tom Tromey <tom@tromey.com>
5655
5656 PR python/20126:
5657 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5658 signed-ness conversion tests.
5659
5660 2018-09-23 Tom Tromey <tom@tromey.com>
5661
5662 PR python/18352;
5663 * gdb.python/py-value.exp (test_float_conversion): New proc.
5664 Use it.
5665
5666 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5667
5668 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5669
5670 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5671
5672 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5673 no readline.
5674 * gdb.base/utf8-identifiers.exp: Likewise.
5675 * gdb.cp/cpcompletion.exp: Likewise.
5676 * gdb.linespec/cpcompletion.exp: Likewise.
5677 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5678 * gdb.linespec/cpls-ops.exp: Likewise.
5679
5680 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5681 Chris January <chris.january@arm.com>
5682
5683 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5684 * gdb.fortran/short-circuit-argument-list.exp: New file.
5685 * gdb.fortran/short-circuit-argument-list.f90: New test.
5686
5687 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5688
5689 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5690 "arch=" keyword when executing "-stack-list-frames".
5691
5692 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5693
5694 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5695 "arch=" keyword when executing "-stack-list-frames".
5696
5697 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5698
5699 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5700 break ada".
5701
5702 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5703
5704 PR python/23669
5705 * gdb.python/python.exp: Test gdb.execute("show commands").
5706
5707 2018-09-16 Tom Tromey <tom@tromey.com>
5708
5709 * gdb.base/new-ui.exp (do_execution_tests): Update.
5710 * gdb.base/dbx.exp (test_breakpoints): Update.
5711
5712 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5713
5714 * lib/gdb.exp (gdb_simple_compile): Add proc.
5715 (is_elf_target): Use gdb_simple_compile.
5716 (skip_altivec_tests): Likewise.
5717 (skip_vsx_tests): Likewise.
5718 (skip_tsx_tests): Likewise.
5719 (skip_btrace_tests): Likewise.
5720 (skip_btrace_pt_tests): Likewise.
5721 (gdb_can_simple_compile): Likewise.
5722 (gdb_has_argv0): Likewise.
5723 (gdb_target_symbol_prefix): Likewise.
5724 (target_supports_scheduler_locking): Likewise.
5725
5726 2018-09-13 Tom Tromey <tom@tromey.com>
5727
5728 * Makefile.in (TAGS): Recognize proc_with_prefix and
5729 gdb_caching_proc.
5730
5731 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5732
5733 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5734 method.
5735
5736 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5737
5738 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5739 and a few other Inferior properties when the Inferior is no
5740 longer valid.
5741
5742 2018-09-13 Tom Tromey <tom@tromey.com>
5743
5744 PR rust/23650:
5745 * gdb.rust/simple.exp: Add test for enum field access error.
5746
5747 2018-09-13 Tom Tromey <tom@tromey.com>
5748
5749 PR rust/23626:
5750 * gdb.rust/simple.rs (EmptyEnum): New type.
5751 (main): Use it.
5752 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5753
5754 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5755
5756 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5757 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5758 * gdb.python/py-symtab.exp: Update test printing an objfile.
5759
5760 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5761
5762 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5763 object.
5764
5765 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5766
5767 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5768 (support_complex_tests): Use gdb_can_simple_compile.
5769 (is_ilp32_target): Likewise.
5770 (is_lp64_target): Likewise.
5771 (is_64_target): Likewise.
5772 (is_amd64_regs_target): Likewise.
5773 (is_aarch32_target): Likewise.
5774 (gdb_int128_helper): Likewise.
5775
5776 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5777
5778 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5779
5780 2018-09-10 Jerome Guitton <guitton@adacore.com>
5781
5782 * gdb.ada/same_component_name: Add test for case of tagged record
5783 with variable-length fields.
5784
5785 2018-09-10 Xavier Roirand <roirand@adacore.com>
5786
5787 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5788 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5789 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5790 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5791
5792 2018-09-10 Xavier Roirand <roirand@adacore.com>
5793
5794 * gdb.ada/mi_string_access.exp: New testcase.
5795 * gdb.ada/mi_string_access/bar.adb: New file.
5796 * gdb.ada/mi_string_access/pck.adb: New file.
5797 * gdb.ada/mi_string_access/pck.asd: New file.
5798
5799 2018-09-10 Xavier Roirand <roirand@adacore.com>
5800
5801 * gdb.ada/mi_var_union.exp: New testcase.
5802 * gdb.ada/mi_var_union/bar.adb: New file.
5803 * gdb.ada/mi_var_union/pck.adb: New file.
5804 * gdb.ada/mi_var_union/pck.asd: New file.
5805
5806 2018-09-08 Tom Tromey <tom@tromey.com>
5807
5808 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5809
5810 2018-09-08 Tom Tromey <tom@tromey.com>
5811
5812 PR python/16047:
5813 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5814 (register_pretty_printers): Register new printer.
5815 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5816 test.
5817 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5818 (an_int_type3): New global.
5819
5820 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5821
5822 * gdb.ada/expr_with_funcall: New testcase.
5823
5824 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5825
5826 * gdb.ada/packed_array_assign: New testcase.
5827
5828 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5829
5830 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5831 names, and add test prefixes to make test names unique.
5832
5833 2018-09-05 Tom de Vries <tdevries@suse.de>
5834
5835 * gdb.dwarf2/varval.exp: Add test.
5836
5837 2018-09-04 Gary Benson <gbenson@redhat.com>
5838
5839 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5840 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5841
5842 2018-08-31 Tom Tromey <tom@tromey.com>
5843
5844 * gdb.rust/simple.rs: Rename second variable "v".
5845
5846 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5847
5848 * gdb.base/funcargs.c (use_a): New function.
5849 (recurse): Call use_a.
5850
5851 2018-08-29 Keith Seitz <keiths@redhat.com>
5852
5853 * gdb.compile/compile-cplus-anonymous.cc: New file.
5854 * gdb.compile/compile-cplus-anonymous.exp: New file.
5855 * gdb.compile/compile-cplus-array-decay.cc: New file.
5856 * gdb.compile/compile-cplus-array-decay.exp: New file.
5857 * gdb.compile/compile-cplus-inherit.cc: New file.
5858 * gdb.compile/compile-cplus-inherit.exp: New file.
5859 * gdb.compile/compile-cplus-member.cc: New file.
5860 * gdb.compile/compile-cplus-member.exp: New file.
5861 * gdb.compile/compile-cplus-method.cc: New file.
5862 * gdb.compile/compile-cplus-method.exp: New file.
5863 * gdb.compile/compile-cplus-mod.c: "New" file.
5864 * gdb.compile/compile-cplus-namespace.cc: New file.
5865 * gdb.compile/compile-cplus-namespace.exp: New file.
5866 * gdb.compile/compile-cplus-nested.cc: New file.
5867 * gdb.compile/compile-cplus-nested.exp: New file.
5868 * gdb.compile/compile-cplus-print.c: "New" file.
5869 * gdb.compile/compile-cplus-print.exp: "New" file.
5870 * gdb.compile/compile-cplus-virtual.cc: New file.
5871 * gdb.compile/compile-cplus-virtual.exp: New file.
5872 * gdb.compile/compile-cplus.c: "New" file.
5873 * gdb.compile/compile-cplus.exp: "New" file.
5874 * lib/compile-support.exp: New file.
5875
5876 2018-08-16 Gary Benson <gbenson@redhat.com>
5877
5878 PR gdb/13000:
5879 * gdb.base/batch-exit-status.exp: New file.
5880 * gdb.base/batch-exit-status.good-commands: Likewise.
5881 * gdb.base/batch-exit-status.bad-commands: Likewise.
5882
5883 2018-08-29 Alan Hayward <alan.hayward@arm.com>
5884
5885 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5886 (struct struct02): Likewise.
5887 (struct struct03): Likewise.
5888 (struct struct04): Likewise.
5889 (struct struct_01_01): New struct.
5890 (struct struct_01_02): Likewise.
5891 (struct struct_01_03): Likewise.
5892 (struct struct_01_04): Likewise.
5893 (struct struct_02_01): Likewise.
5894 (struct struct_02_02): Likewise.
5895 (struct struct_02_03): Likewise.
5896 (struct struct_02_04): Likewise.
5897 (struct struct_04_01): Likewise.
5898 (struct struct_04_02): Likewise.
5899 (struct struct_04_03): Likewise.
5900 (struct struct_04_04): Likewise.
5901 (struct struct_05_01): Likewise.
5902 (struct struct_05_02): Likewise.
5903 (struct struct_05_03): Likewise.
5904 (struct struct_05_04): Likewise.
5905 (cmp_struct01): Remove function.
5906 (cmp_struct02): Likewise.
5907 (cmp_struct03): Likewise.
5908 (cmp_struct04): Likewise.
5909 (cmp_struct_01_01): Add Function.
5910 (cmp_struct_01_02): Likewise.
5911 (cmp_struct_01_03): Likewise.
5912 (cmp_struct_01_04): Likewise.
5913 (cmp_struct_02_01): Likewise.
5914 (cmp_struct_02_02): Likewise.
5915 (cmp_struct_02_03): Likewise.
5916 (cmp_struct_02_04): Likewise.
5917 (cmp_struct_04_01): Likewise.
5918 (cmp_struct_04_02): Likewise.
5919 (cmp_struct_04_03): Likewise.
5920 (cmp_struct_04_04): Likewise.
5921 (cmp_struct_05_01): Likewise.
5922 (cmp_struct_05_02): Likewise.
5923 (cmp_struct_05_03): Likewise.
5924 (cmp_struct_05_04): Likewise.
5925 (call_all): Add new structs.
5926 * gdb.base/infcall-nested-structs.exp: Likewise.
5927
5928 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5929
5930 * gdb.python/py-framefilter-mi.exp: Update regexp to
5931 check for "arch" field in frame output.
5932
5933 2018-08-23 Kevin Buettner <kevinb@redhat.com>
5934
5935 * gdb.dwarf2/dw2-ranges-func.c: New file.
5936 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5937
5938 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5939
5940 * gdb.base/term.exp: Compare terminal settings with values from
5941 the inferior.
5942 * gdb.base/term.c: Get and set terminal settings.
5943
5944 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5945
5946 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5947 accommodate new "arch" field in frame output.
5948 * gdb.mi/mi-return.exp: Likewise.
5949 * gdb.mi/mi-stack.exp: Likewise.
5950 * gdb.mi/mi-syn-frame.exp: Likewise.
5951 * gdb.mi/user-selected-context-sync.exp: Likewise.
5952
5953 2018-08-19 Michael Spang <spang@google.com>
5954
5955 PR gdb/11786
5956 * gdb.base/gcore-tls-pie.c: New file.
5957 * gdb.base/gcore-tls-pie.exp: New file.
5958
5959 2018-08-18 Kevin Buettner <kevinb@redhat.com>
5960
5961 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
5962 * gdb.dwarf2/varval.c: New file.
5963 * gdb.dwarf2/varval.exp: New file.
5964
5965 2018-08-17 Alan Hayward <alan.hayward@arm.com>
5966
5967 PR gdb/18931
5968 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5969
5970 2018-08-16 Keith Seitz <keiths@redhat.com>
5971
5972 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5973 tests expected to pass.
5974
5975 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5976
5977 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5978 -data-disassemble -a.
5979 (test_disassembly_bogus_args): Likewise.
5980
5981 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5982
5983 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5984
5985 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5986
5987 * gdb.base/vla-optimized-out.exp: Add new test.
5988
5989 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5990
5991 * gdb.base/vla-optimized-out-o3.exp: Delete.
5992 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5993 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5994 deleted tests.
5995
5996 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5997
5998 PR gdb/18050:
5999 * gdb.server/extended-remote-restart.c: New file.
6000 * gdb.server/extended-remote-restart.exp: New file.
6001
6002 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6003
6004 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6005 "set variable index = 42".
6006
6007 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6008
6009 * boards/index-cache-gdb.exp: New file.
6010 * gdb.dwarf2/index-cache.exp: New file.
6011 * gdb.dwarf2/index-cache.c: New file.
6012 * gdb.base/maint.exp: Check if we are using the index cache.
6013
6014 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6015
6016 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6017 MAKEFLAGS.
6018
6019 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6020
6021 * dg-extract-results.sh: Move to toplevel contrib.
6022 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6023 * Makefile.in (check-parallel-racy): Likewise.
6024
6025 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6026
6027 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6028 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6029 tests if the target supports scheduler locking.
6030
6031 2018-08-04 Tom de Vries <tdevries@suse.de>
6032
6033 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6034
6035 2018-08-02 Tom Tromey <tom@tromey.com>
6036
6037 PR symtab/16842.
6038 * gdb.cp/temargs.exp: Test "info address" of a template
6039 parameter.
6040
6041 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6042
6043 * gdb.python/py-mi-var-info-path-expression.c: New file.
6044 * gdb.python/py-mi-var-info-path-expression.py: New file.
6045 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6046
6047 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6048
6049 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6050 error after "cannot resolve name" string.
6051
6052 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6053
6054 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6055 started.
6056 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6057
6058 2018-07-28 Tom de Vries <tdevries@suse.de>
6059
6060 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6061
6062 2018-07-26 Tom de Vries <tdevries@suse.de>
6063
6064 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6065
6066 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6067
6068 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6069 is visible.
6070
6071 2018-07-26 Tom de Vries <tdevries@suse.de>
6072
6073 PR breakpoints/23366
6074 * gdb.base/catch-follow-exec.c: New test.
6075 * gdb.base/catch-follow-exec.exp: New file.
6076
6077 2018-07-25 Tom de Vries <tdevries@suse.de>
6078
6079 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6080 vla-optimized-out.c.
6081
6082 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6083
6084 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6085 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6086
6087 2018-07-20 Tom de Vries <tdevries@suse.de>
6088
6089 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6090 NOCLONE macro.
6091 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6092
6093 2018-07-19 Tom de Vries <tdevries@suse.de>
6094
6095 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6096 regular expression.
6097
6098 2018-07-18 Tom de Vries <tdevries@suse.de>
6099
6100 * gdb.base/vla-optimized-out.c: New test.
6101 * gdb.base/vla-optimized-out.exp: New file.
6102
6103 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6104
6105 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6106 message "No address associated with hostname" when gdbserver
6107 cannot resolve the hostname.
6108
6109 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6110
6111 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6112 Add some test prefixes to make tests unique.
6113
6114 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6115
6116 * gdb.base/frameapply.c: New file.
6117 * gdb.base/frameapply.exp: New file.
6118
6119 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6120
6121 * gdb.base/skip.exp: Update expected error message.
6122
6123 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6124 Jan Kratochvil <jan.kratochvil@redhat.com>
6125 Paul Fertser <fercerpav@gmail.com>
6126 Tsutomu Seki <sekiriki@gmail.com>
6127
6128 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6129 parameter.
6130 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6131 by default.
6132 * boards/native-gdbserver.exp: Likewise.
6133 * gdb.server/run-without-local-binary.exp: Improve regexp used
6134 for detecting when a remote debugging connection succeeds.
6135 * gdb.server/server-connect.exp: New file.
6136 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6137 Do not prefix the port number with ":".
6138 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6139 support for detecting and using it. Add '$debughost_gdbserver'
6140 to the list of arguments used to start gdbserver. Handle case
6141 when gdbserver cannot resolve a network name.
6142
6143 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6144
6145 PR c++/23373
6146 * gdb.base/ptype-offsets.cc (struct static_member): New
6147 struct.
6148 (main) <stmember>: New variable.
6149 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6150 with a static member in it.
6151
6152 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6153
6154 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6155 watchpoints enabled and disabled.
6156
6157 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6158
6159 * gdb.base/examine-backward.exp: Still run tests around address
6160 0x0, even if address 0x0 is not readable. Update the pattern for
6161 matching address 0x0 in expected output.
6162
6163 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6164
6165 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6166 malloc/free.
6167
6168 2018-07-04 Tom de Vries <tdevries@suse.de>
6169
6170 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6171
6172 2018-07-02 Maciej W. Rozycki <macro@mips.com>
6173
6174 PR tdep/8282
6175 * gdb.arch/mips-disassembler-options.exp: New test.
6176 * gdb.arch/mips-disassembler-options.s: New test source.
6177
6178 2018-06-29 Pedro Alves <palves@redhat.com>
6179
6180 * gdb.threads/names.exp: Adjust expected "info threads" output.
6181
6182 2018-06-29 Pedro Alves <palves@redhat.com>
6183
6184 * gdb.opt/inline-break.exp (line number, address): Add "info
6185 break" tests.
6186
6187 2018-06-29 Pedro Alves <palves@redhat.com>
6188
6189 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6190 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6191 number and address and running to them.
6192
6193 2018-06-29 Richard Bunt <richard.bunt@arm.com>
6194
6195 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6196
6197 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6198
6199 * lib/compiler.c: Remove executable permission flag.
6200
6201 2018-06-28 Richard Bunt <richard.bunt@arm.com>
6202
6203 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6204 code.
6205 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6206
6207 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6208
6209 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6210
6211 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6212
6213 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6214 address argument is omitted.
6215
6216 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6217
6218 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6219
6220 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
6221
6222 PR gdb/21695
6223 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6224 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6225
6226 2018-06-26 Tom Tromey <tom@tromey.com>
6227
6228 PR rust/22574:
6229 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6230 * gdb.rust/simple.rs (struct SimpleLayout): New.
6231
6232 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6233
6234 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6235 "info registers" output.
6236
6237 2018-06-21 Richard Bunt <richard.bunt@arm.com>
6238
6239 * gdb.base/watchpoint-hw-attach.c: New test.
6240 * gdb.base/watchpoint-hw-attach.exp: New file.
6241
6242 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6243
6244 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6245 through /bin/sh.
6246 * boards/dwarf4-gdb-index.exp: Likewise.
6247 * boards/fission-dwp.exp: Likewise.
6248
6249 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6250
6251 * gdb.base/float128.exp: Add comment and improved fail message
6252 to the failure case of "print large128" test.
6253
6254 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6255
6256 * configure.ac: Remove AC_PREREQ.
6257 * configure: Re-generate.
6258
6259 2018-06-19 Pedro Alves <palves@redhat.com>
6260
6261 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6262 (func_extern_caller): New.
6263 (main): Call func_extern_caller.
6264 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6265 logic change.
6266
6267 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
6268
6269 PR gdb/16841
6270 * gdb.cp/typedef-base.cc: New file.
6271 * gdb.cp/typedef-base.exp: New file.
6272
6273 2018-06-18 Tom de Vries <tdevries@suse.de>
6274
6275 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6276
6277 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6278 Richard Bunt <Richard.Bunt@arm.com>
6279
6280 * gdb.threads/attach-slow-waitpid.c: New file.
6281 * gdb.threads/attach-slow-waitpid.exp: New file.
6282 * gdb.threads/slow-waitpid.c: New file.
6283
6284 2018-06-14 Pedro Alves <palves@redhat.com>
6285
6286 * gdb.base/fork-running-state.c: Include <errno.h>.
6287 (exit_if_relative_exits): New.
6288 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6289 exits.
6290 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6291 child exits.
6292
6293 2018-06-14 Tom de Vries <tdevries@suse.de>
6294
6295 PR cli/22573
6296 * gdb.base/finish-pretty.c: New test.
6297 * gdb.base/finish-pretty.exp: New file.
6298
6299 2018-06-14 Pedro Alves <palves@redhat.com>
6300
6301 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6302 gdb's expected startup output.
6303
6304 2018-06-14 Pedro Alves <palves@redhat.com>
6305
6306 * lib/selftest-support.exp (selftest_setup): Remove inlined
6307 function handling.
6308
6309 2018-06-14 Tom de Vries <tdevries@suse.de>
6310
6311 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6312 matching of breakpoint printing.
6313
6314 2018-06-13 Tom de Vries <tdevries@suse.de>
6315
6316 PR testsuite/23269
6317 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6318 (fork_child): ... here, and ...
6319 (fork_parent): ... here.
6320
6321 2018-06-12 Tom de Vries <tdevries@suse.de>
6322
6323 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6324
6325 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6326 Stephen Roberts <stephen.roberts@arm.com>
6327
6328 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6329 rewrite test to describe action performed, rather than possible
6330 failure.
6331
6332 2018-06-08 Gary Benson <gbenson@redhat.com>
6333
6334 * gdb.threads/check-libthread-db.exp: New file.
6335 * gdb.threads/check-libthread-db.c: Likewise.
6336
6337 2018-06-05 Tom Tromey <tom@tromey.com>
6338
6339 * gdb.base/default.exp: Update expected "show version" output.
6340
6341 2018-06-05 Tom Tromey <tom@tromey.com>
6342
6343 PR cli/12326:
6344 * gdb.cp/static-print-quit.exp: Update.
6345 * lib/gdb.exp (pagination_prompt): Update.
6346 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6347 * gdb.python/python.exp: Update.
6348
6349 2018-06-04 Joel Brobecker <brobecker@adacore.com>
6350
6351 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6352
6353 2018-06-01 Joel Brobecker <brobecker@adacore.com>
6354
6355 * gdb.ada/bp_fun_addr: New testcase.
6356
6357 2018-06-01 Tom Tromey <tom@tromey.com>
6358
6359 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6360 results.
6361 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6362 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6363 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6364 * gdb.base/maint.exp (maint_pass_if): Update.
6365
6366 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6367
6368 * gdb.base/endian.exp: New test.
6369 * gdb.base/endian.c: New test source.
6370
6371 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6372
6373 PR gdb/23203
6374 * gdb.base/bt-selected-frame.c: New file.
6375 * gdb.base/bt-selected-frame.exp: New file.
6376 * lib/gdb.exp (get_current_frame_number): New function.
6377
6378 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6379 Pedro Alves <palves@redhat.com>
6380
6381 * gdb.threads/tls-core.c: Include <stdlib.h>
6382 (thread_proc): Call `abort'.
6383 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6384 (tls_core_test): New procedure, bits factored out from ...
6385 (top level): ... here. Test both native cores and gcore cores.
6386
6387 2018-05-23 Tom Tromey <tom@tromey.com>
6388
6389 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6390
6391 2018-05-23 Tom Tromey <tom@tromey.com>
6392
6393 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6394 symfile_complaints.
6395 (test_short_complaints): Likewise.
6396 (test_empty_complaints): Likewise.
6397 (test_initial_complaints): Update.
6398
6399 2018-05-23 Tom Tromey <tom@tromey.com>
6400
6401 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6402
6403 2018-05-23 Tom Tromey <tom@tromey.com>
6404
6405 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6406 (test_short_complaints): Update.
6407
6408 2018-05-22 Pedro Alves <palves@redhat.com>
6409
6410 * gdb.base/remote.exp: Only gdb_start after compiling the
6411 testcase. Issue "disconnect" before testing "set remote" command
6412 defaults. Issue clean_restart before running to main.
6413
6414 2018-05-22 Pedro Alves <palves@redhat.com>
6415
6416 * gdb.base/remote.exp: Adjust expected output of "show remote
6417 memory-write-packet-size". Add tests for "set remote
6418 memory-write-packet-size 0" and "set remote
6419 memory-write-packet-size fixed/limit".
6420
6421 2018-05-22 Pedro Alves <palves@redhat.com>
6422
6423 PR gdb/22973
6424 * gdb.base/utf8-identifiers.c: New file.
6425 * gdb.base/utf8-identifiers.exp: New file.
6426
6427 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6428
6429 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6430
6431 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6432
6433 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6434
6435 2018-05-18 Tom Tromey <tom@tromey.com>
6436
6437 * gdb.base/ptype-offsets.exp: Update.
6438
6439 2018-05-17 Keith Seitz <keiths@redhat.com>
6440
6441 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6442 in expected breakpoint stop locations.
6443 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6444 move to proper scope to test variable values.
6445 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6446 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6447 New functions.
6448 (main): Call not_inline_func3.
6449 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6450 inline_func1, inline_func2, and inline_func3. Test that when each
6451 breakpoint is hit, GDB properly reports both the stop location
6452 and the backtrace. Repeat tests for temporary breakpoints.
6453
6454 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6455
6456 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6457 rather then trying to access it in determining whether the PID
6458 of `gdbserver' could have been retrieved.
6459
6460 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6461
6462 * gdb.arch/amd64-init-x87-values.S: New file.
6463 * gdb.arch/amd64-init-x87-values.exp: New file.
6464
6465 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6466
6467 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6468
6469 2018-05-04 Tom Tromey <tom@tromey.com>
6470
6471 PR python/22730:
6472 * gdb.python/python.exp: Test multi-line execute.
6473
6474 2018-05-04 Tom Tromey <tom@tromey.com>
6475
6476 PR python/22731:
6477 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6478
6479 2018-05-04 Tom Tromey <tom@tromey.com>
6480
6481 PR gdb/11750:
6482 * gdb.base/define.exp: Test defining a user command inside a user
6483 command.
6484 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6485
6486 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6487 Pedro Alves <palves@redhat.com>
6488
6489 PR breakpoints/19806 and support for PR external/20207.
6490 * gdb.base/watchpoint-unaligned.c: New file.
6491 * gdb.base/watchpoint-unaligned.exp: New file.
6492
6493 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6494
6495 * gdb.base/maint.exp: Make test names unique, use
6496 test_prefix_command_help to test 'help maint info', and remove
6497 repeated test of 'help maint'.
6498
6499 2018-05-04 Tom Tromey <tom@tromey.com>
6500
6501 PR gdb/22619:
6502 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6503 behavior.
6504
6505 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6506
6507 * gdb.base/maint.exp: Process output from 'maint print registers'
6508 line at a time.
6509
6510 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6511
6512 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6513 timeout.
6514
6515 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6516
6517 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6518 filter pattern.
6519
6520 2018-05-02 Pedro Alves <palves@redhat.com>
6521
6522 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6523 to_log_command renames.
6524 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6525
6526 2018-05-02 Tom Tromey <tom@tromey.com>
6527
6528 * gdb.python/py-parameter.exp: Set test message.
6529
6530 2018-05-02 Tom Tromey <tom@tromey.com>
6531
6532 PR python/20084:
6533 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6534 PARAM_ZUINTEGER_UNLIMITED tests.
6535
6536 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6537
6538 PR rust/23124
6539 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6540 when casting.
6541
6542 2018-04-30 Tom Tromey <tom@tromey.com>
6543
6544 * gdb.python/py-type.exp: Check align attribute.
6545 * gdb.python/py-type.c: New "aligncheck" global.
6546
6547 2018-04-30 Tom Tromey <tom@tromey.com>
6548
6549 PR exp/17095:
6550 * gdb.dwarf2/dw2-align.exp: New file.
6551 * gdb.cp/align.exp: New file.
6552 * gdb.base/align.exp: New file.
6553 * lib/gdb.exp (gdb_int128_helper): New proc.
6554 (has_int128_c, has_int128_cxx): New caching procs.
6555
6556 2018-04-27 Tom Tromey <tom@tromey.com>
6557
6558 PR rust/22545:
6559 * gdb.rust/simple.exp: Add inclusive range tests.
6560
6561 2018-04-26 Pedro Alves <palves@redhat.com>
6562
6563 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6564 ifunc breakpoint locations correctly of ifunc breakpoints set
6565 while the program resolves the ifunc.
6566
6567 2018-04-26 Pedro Alves <palves@redhat.com>
6568
6569 * gdb.base/gnu-ifunc-final.c: New file.
6570 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6571 * gdb.base/gnu-ifunc.exp (executable): Delete.
6572 (staticexecutable): Adjust.
6573 (lib_opts, exec_opts): Delete.
6574 (make_binsuffix, build, set-break): New procedures.
6575 (misc_tests): New, with tests factored out from the top level.
6576 (top level): Test different combinations of ifunc resolver name,
6577 resolver with and with debug info, and ifunc target with and
6578 without debug info. Wrap static tests with with_target_prefix.
6579
6580 2018-04-26 Pedro Alves <palves@redhat.com>
6581
6582 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6583 return type" warnings.
6584
6585 2018-04-25 Pedro Alves <palves@redhat.com>
6586
6587 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6588 killed".
6589 * gdb.base/kill-after-signal.exp: Likewise.
6590 * gdb.threads/kill.exp: Likewise.
6591
6592 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6593 Sergio Durigan Junior <sergiodj@redhat.com>
6594 Pedro Alves <palves@redhat.com>
6595
6596 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6597 regexps to expect for '[Inferior ... detached]' as well.
6598 * gdb.base/attach.exp: Likewise.
6599 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6600 "gdb_continue_to_end".
6601 (test_catch_syscall_with_wrong_args): Likewise.
6602 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6603 ']'. Don't set 'verbose' on.
6604 * gdb.base/foll-vfork.exp: Likewise.
6605 * gdb.base/fork-print-inferior-events.c: New file.
6606 * gdb.base/fork-print-inferior-events.exp: New file.
6607 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6608 '[Inferior ... has been killed]' message.
6609 * gdb.base/kill-after-signal.exp: Likewise.
6610 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6611 detach message.
6612 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6613 message.
6614 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6615 regexps to expect for '[Inferior ... detached]' as well.
6616 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6617
6618 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6619
6620 PR gdb/23104
6621 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6622
6623 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6624
6625 PR gdb/23095
6626 * gdb.base/break-probes.exp: Pass shlib_load to
6627 prepare_for_testing. Set normal_bp to r_debug_state if target is
6628 bsd.
6629
6630 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6631
6632 * gdb.threads/multiple-successive-infcall.c: New test.
6633 * gdb.threads/multiple-successive-infcall.exp: New file.
6634
6635 2018-04-17 Tom Tromey <tom@tromey.com>
6636
6637 * gdb.rust/simple.rs (Union): New type.
6638 (main): New local "u".
6639 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6640
6641 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6642
6643 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6644 number information in output of "whereis" command.
6645 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6646
6647 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6648
6649 * gdb.ada/info_types.exp: Adjust expected output to the line
6650 numbers now printed by "info var/func/type".
6651 * gdb.base/completion.exp: Likewise.
6652 * gdb.base/included.exp: Likewise.
6653 * gdb.cp/cp-relocate.exp: Likewise.
6654 * gdb.cp/cplusfuncs.exp: Likewise.
6655 * gdb.cp/namespace.exp: Likewise.
6656 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6657
6658 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6659
6660 * gdb.btrace/cpu.exp: New.
6661
6662 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6663
6664 * gdb.base/step-indirect-call-thunk.exp: New.
6665 * gdb.base/step-indirect-call-thunk.c: New.
6666 * gdb.reverse/step-indirect-call-thunk.exp: New.
6667 * gdb.reverse/step-indirect-call-thunk.c: New.
6668
6669 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6670
6671 * gdb.base/pie-fork.c: New file.
6672 * gdb.base/pie-fork.exp: New file.
6673
6674 2018-04-11 Tom Tromey <tom@tromey.com>
6675
6676 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6677
6678 2018-04-10 Pedro Alves <palves@redhat.com>
6679
6680 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6681 exits. Instead loop running forever.
6682 (fork_parent): Run forever too.
6683
6684 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6685
6686 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6687 mi_continue_to_line.
6688 * gdb.mi/mi-stack.c (callee4): Add comment.
6689
6690 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6691
6692 * gdb.mi/mi-stack.exp: Fix indentation.
6693
6694 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6695
6696 PR gdb/22979
6697 * gdb.arch/amd64-osabi.exp: New file.
6698
6699 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6700
6701 PR gdb/22980
6702 * gdb.base/osabi.exp: New file.
6703
6704 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6705
6706 * gdb.cp/static-typedef-print.exp: New file.
6707 * gdb.cp/static-typedef-print.cc: New file.
6708
6709 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6710
6711 * gdb.ada/varsize_limit: New testcase.
6712
6713 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6714
6715 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6716
6717 * gdb.ada/notcplusplus: New testcase.
6718
6719 * gdb.base/c-linkage-name.c: New file.
6720 * gdb.base/c-linkage-name.exp: New testcase.
6721
6722 2018-03-26 Tom Tromey <tom@tromey.com>
6723
6724 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6725 * gdb.python/py-framefilter.py (name_error): New global.
6726 (ErrorInName.function): Use name_error.
6727
6728 2018-03-26 Tom Tromey <tom@tromey.com>
6729
6730 PR backtrace/15582:
6731 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6732
6733 2018-03-23 Keith Seitz <keiths@redhat.com>
6734
6735 PR c++/22968
6736 * gdb.cp/subtypes.exp: New file.
6737 * gdb.cp/subtypes.h: New file.
6738 * gdb.cp/subtypes.cc: New file.
6739 * gdb.cp/subtypes-2.cc: New file.
6740
6741 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6742
6743 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6744 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6745 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6746 -nostartfiles when compiling the test. Confirm that all registers
6747 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6748
6749 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6750
6751 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6752 option, syntax was wrong anyway.
6753 * gdb.arch/arm-disp-step.exp: Likewise.
6754 * gdb.arch/sparc64-regs.exp: Likewise.
6755 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6756 option, syntax was wrong anyway, switch to use
6757 prepare_for_testing.
6758 * gdb.arch/i386-disp-step.exp: Likewise.
6759
6760 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6761
6762 * gdb.ada/exec_changed.exp: Replace "target_info exists
6763 use_gdb_stub" by "use_gdb_stub".
6764 * gdb.ada/start.exp: Likewise.
6765 * gdb.base/async-shell.exp: Likewise.
6766 * gdb.base/attach-pie-misread.exp: Likewise.
6767 * gdb.base/attach-wait-input.exp: Likewise.
6768 * gdb.base/break-entry.exp: Likewise.
6769 * gdb.base/break-interp.exp: Likewise.
6770 * gdb.base/dprintf-detach.exp: Likewise.
6771 * gdb.base/nostdlib.exp: Likewise.
6772 * gdb.base/solib-nodir.exp: Likewise.
6773 * gdb.base/statistics.exp: Likewise.
6774 * gdb.base/testenv.exp: Likewise.
6775 * gdb.mi/mi-exec-run.exp: Likewise.
6776 * gdb.mi/mi-start.exp: Likewise.
6777 * gdb.multi/dummy-frame-restore.exp: Likewise.
6778 * gdb.multi/multi-arch-exec.exp: Likewise.
6779 * gdb.multi/multi-arch.exp: Likewise.
6780 * gdb.multi/tids.exp: Likewise.
6781 * gdb.multi/watchpoint-multi.exp: Likewise.
6782 * gdb.python/py-events.exp: Likewise.
6783 * gdb.threads/attach-into-signal.exp: Likewise.
6784 * gdb.threads/attach-stopped.exp: Likewise.
6785 * gdb.threads/threadapply.exp: Likewise.
6786 * lib/selftest-support.exp: Likewise.
6787
6788 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6789
6790 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6791
6792 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6793
6794 * gdb.perf/template-breakpoints.cc: New file.
6795 * gdb.perf/template-breakpoints.exp: New file.
6796 * gdb.perf/template-breakpoints.py: New file.
6797
6798 2018-03-19 Tom Tromey <tom@tromey.com>
6799
6800 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6801 y0.
6802 * gdb.rust/simple.exp: Test bare identifier form of struct
6803 initializer.
6804
6805 2018-03-19 Tom Tromey <tom@tromey.com>
6806
6807 * gdb.gdb/observer.exp: Remove.
6808
6809 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6810
6811 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6812 "qualified" option when setting breakpoints.
6813 * gdb.trace/backtrace.exp: Likewise.
6814 * gdb.trace/circ.exp: Likewise.
6815 * gdb.trace/collection.exp: Likewise.
6816 * gdb.trace/disconnected-tracing.exp: Likewise.
6817 * gdb.trace/ftrace-lock.exp: Likewise.
6818 * gdb.trace/ftrace.exp: Likewise.
6819 * gdb.trace/infotrace.exp: Likewise.
6820 * gdb.trace/packetlen.exp: Likewise.
6821 * gdb.trace/passc-dyn.exp: Likewise.
6822 * gdb.trace/qtro.exp: Likewise.
6823 * gdb.trace/read-memory.exp: Likewise.
6824 * gdb.trace/report.exp: Likewise.
6825 * gdb.trace/signal.exp: Likewise.
6826 * gdb.trace/status-stop.exp: Likewise.
6827 * gdb.trace/strace.exp: Likewise.
6828 * gdb.trace/tfind.exp: Likewise.
6829 * gdb.trace/trace-break.exp: Likewise.
6830 * gdb.trace/trace-condition.exp: Likewise.
6831 * gdb.trace/trace-mt.exp: Likewise.
6832 * gdb.trace/tstatus.exp: Likewise.
6833 * gdb.trace/tsv.exp: Likewise.
6834 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6835 * gdb.trace/unavailable.exp: Likewise.
6836 * gdb.trace/while-dyn.exp: Likewise.
6837
6838 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6839
6840 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6841 that libinproctrace is copied to the target.
6842
6843 2018-03-14 Tom Tromey <tom@tromey.com>
6844
6845 PR cli/14977:
6846 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6847 a null pointer.
6848 * gdb.base/wchar.exp: Likewise.
6849
6850 2018-03-14 Tom Tromey <tom@tromey.com>
6851
6852 PR cli/19918:
6853 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6854 flag.
6855
6856 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6857
6858 PR gdb/22841
6859 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6860 "target" to remote_exec.
6861
6862 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6863
6864 PR gdb/22841
6865 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6866 ${board}_upload): Remove.
6867
6868 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6869
6870 * gdb.cp/watch-cp.cc: New test.
6871 * gdb.cp/watch-cp.exp: New file.
6872
6873 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6874
6875 * gdb.base/infcall-nested-structs.exp: New file.
6876 * gdb.base/infcall-nested-structs.c: New file.
6877 * gdb.base/float.exp: Add riscv support.
6878
6879 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6880
6881 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6882 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6883
6884 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6885
6886 * gdb.server/abspath.exp: New file.
6887 * lib/gdb.exp (with_cwd): New procedure.
6888
6889 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6890
6891 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6892 use it.
6893 (gdb_is_target_remote_prompt): New proc.
6894 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6895 (gdb_is_target_native): Pass prompt parameter to
6896 gdb_is_target_1.
6897
6898 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6899
6900 * gdb.base/load-command.c: New file.
6901 * gdb.base/load-command.exp: New file.
6902 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6903 (gdb_is_target_1): ...this, and generalize for other targets
6904 than just remote.
6905 (gdb_is_target_remote): Use gdb_is_target_1.
6906 (gdb_is_target_native): use gdb_is_target_1.
6907
6908 2018-02-26 Tom Tromey <tom@tromey.com>
6909
6910 PR python/16497:
6911 * gdb.python/py-framefilter.exp: Update test.
6912
6913 2018-02-26 Tom Tromey <tom@tromey.com>
6914
6915 * gdb.dwarf2/variant.c: New file.
6916 * gdb.dwarf2/variant.exp: New file.
6917
6918 2018-02-26 Tom Tromey <tom@tromey.com>
6919
6920 * gdb.rust/simple.exp: Accept more possible results in enum test.
6921
6922 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6923
6924 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6925 parentheses.
6926
6927 2018-02-23 Maciej W. Rozycki <macro@mips.com>
6928
6929 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6930 name of a variable: $actual_linejj -> $actual_line.
6931
6932 2018-02-21 John Baldwin <jhb@FreeBSD.org>
6933
6934 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6935
6936 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6937
6938 * gdb.btrace/buffer-size.exp: Do not force BTS.
6939
6940 2018-02-14 Pedro Alves <palves@redhat.com>
6941
6942 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6943 getting a "Quit".
6944
6945 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6946
6947 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6948 Fix test name.
6949
6950 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6951
6952 * gdb.cp/m-static.exp: Check type of optimized out static
6953 member.
6954
6955 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6956
6957 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6958 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6959
6960 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6961 Leszek Swirski <leszeks@google.com>
6962
6963 * gdb.python/py-prettyprint.c
6964 (struct to_string_returns_value_inner,
6965 struct to_string_returns_value_wrapper): New.
6966 (main): Add tsrvw variable.
6967 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6968 ToStringReturnsValueWrapper): New classes.
6969 (register_pretty_printers): Register new pretty-printers.
6970 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6971 recursive pretty printer.
6972 * gdb.python/py-mi.exp: Likewise.
6973
6974 2018-02-01 Leszek Swirski <leszeks@google.com>
6975
6976 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6977 functions with the same name as an include file are parsed
6978 correctly.
6979
6980 2018-02-01 Yao Qi <yao.qi@linaro.org>
6981
6982 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6983 "\[^\r\n\]*".
6984
6985 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6986
6987 * gdb.arch/powerpc-prologue-frame.s: New file.
6988 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6989 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6990
6991 2018-01-31 Joel Brobecker <brobecker@adacore.com>
6992
6993 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6994
6995 2018-01-30 Pedro Alves <palves@redhat.com>
6996
6997 PR gdb/13211
6998 * gdb.base/interrupt-daemon.c: New.
6999 * gdb.base/interrupt-daemon.exp: New.
7000 * gdb.multi/multi-term-settings.c: New.
7001 * gdb.multi/multi-term-settings.exp: New.
7002
7003 2018-01-30 Joel Brobecker <brobecker@adacore.com>
7004
7005 * gdb.base/break.exp: Save the location where the breakpoint
7006 on break.c:47 was actually inserted when debugging the version
7007 compiled at -O2 and use it in the expected output of the "info
7008 break" test performed soon after.
7009
7010 2018-01-22 Pedro Alves <palves@redhat.com>
7011 Sergio Durigan Junior <sergiodj@redhat.com>
7012
7013 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7014 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7015
7016 2018-01-22 Joel Brobecker <brobecker@adacore.com>
7017
7018 * gdb.base/break-include.c, gdb.base/break-include.inc,
7019 gdb.base/break-include.exp: New files.
7020 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7021 line number now being the actual line number where the breakpoint
7022 was inserted.
7023 * gdb.mi/mi-break.exp: Likewise.
7024 * gdb.mi/mi-reverse.exp: Likewise.
7025 * gdb.mi/mi-simplerun.exp: Ditto.
7026
7027 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7028
7029 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7030 varobj.
7031 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7032
7033 2018-01-21 Don Breazeal <donb@codesourcery.com>
7034 Andrew Burgess <andrew.burgess@embecosm.com>
7035
7036 * gdb.mi/basics.c: Add new global.
7037 * gdb.mi/mi-frame-regs.exp: New file.
7038 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7039 case.
7040
7041 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7042
7043 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7044 non-parameter, and on an unknown symbol.
7045
7046 2018-01-19 Tom Tromey <tom@tromey.com>
7047
7048 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7049 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7050
7051 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7052
7053 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7054 setrlimit and chdir to int.
7055
7056 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7057
7058 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7059 function.
7060 (my_tend): Likewise.
7061 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7062 rationale of avoiding FP- and vector instructions.
7063
7064 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7065
7066 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7067 "info reg" with "\[ \t\]*".
7068 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7069 "\[ \t\]+".
7070 * gdb.arch/s390-multiarch.exp: Ditto.
7071 * gdb.base/pc-fp.exp: Ditto.
7072 * gdb.reverse/i386-precsave.exp: Ditto.
7073 * gdb.reverse/i386-reverse.exp: Ditto.
7074 * gdb.reverse/i387-env-reverse.exp: Ditto.
7075 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7076
7077 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7078
7079 * lib/gdb.exp (gdb_compile): Re-enable use of
7080 universal_compile_options for languages other than Rust.
7081
7082 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7083
7084 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7085
7086 2018-01-17 Mike Gulick <mgulick@mathworks.com>
7087
7088 PR gdb/16577
7089 * gdb.base/solib-vanish.exp: New.
7090 * gdb.base/solib-vanish-main.c: New.
7091 * gdb.base/solib-vanish-lib1.c: New.
7092 * gdb.base/solib-vanish-lib2.c: New.
7093
7094 2018-01-17 Yao Qi <yao.qi@linaro.org>
7095
7096 * gdb.compile/compile.exp: Match the address printed for
7097 frame in the output of command "bt".
7098
7099 2018-01-15 Tom Tromey <tom@tromey.com>
7100
7101 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7102 compute sp_reg.
7103
7104 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7105
7106 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7107 to prepare.
7108 (prepare): Return 0 on error, 1 on success.
7109
7110 2018-01-12 Pedro Alves <palves@redhat.com>
7111
7112 * gdb.base/continue-after-aborted-step-over.c: New.
7113 * gdb.base/continue-after-aborted-step-over.exp: New.
7114
7115 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7116
7117 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7118 options when not creating an executable.
7119
7120 2018-01-11 Pedro Alves <palves@redhat.com>
7121
7122 PR remote/22597
7123 * gdb.server/stop-reply-no-thread.c: New file.
7124 * gdb.server/stop-reply-no-thread.exp: New file.
7125
7126 2018-01-10 Pedro Alves <palves@redhat.com>
7127
7128 PR gdb/22670
7129 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7130 functions too. Test setting breakpoints and printing C functions
7131 with no debug info too.
7132 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7133
7134 2018-01-10 Pedro Alves <palves@redhat.com>
7135
7136 PR gdb/22670
7137 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7138 a fail.
7139
7140 2018-01-10 Pedro Alves <palves@redhat.com>
7141
7142 PR gdb/22670
7143 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7144
7145 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7146
7147 * gdb.server/unittest.exp: Match the output in non-development
7148 mode.
7149
7150 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7151
7152 * gdb.gdb/unittest.exp: Match output in non-development mode.
7153
7154 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7155
7156 * gdb.ada/access_tagged_param.exp: Relax expected output
7157 for value of "ObjL" in "continue" to pck.inspect breakpoint
7158 test.
7159
7160 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7161
7162 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7163 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
7164
7165 2018-01-05 Pedro Alves <palves@redhat.com>
7166
7167 PR gdb/18653
7168 * gdb.base/libsegfault.exp: New.
7169
7170 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7171
7172 PR gdb/22670
7173 * gdb.ada/access_tagged_param.exp: New file.
7174 * gdb.ada/access_tagged_param/foo.adb: New file.
7175
7176 2018-01-05 Pedro Alves <palves@redhat.com>
7177
7178 PR gdb/22670
7179 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7180 exercise lower case too, and to exercise both full matching and
7181 wild matching.
7182
7183 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7184
7185 * gdb.ada/rename_subscript_param: New testcase.
7186
7187 2018-01-05 Jerome Guitton <guitton@adacore.com>
7188
7189 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7190
7191 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7192
7193 * gdb.ada/convvar_comp: New testcase.
7194
7195 2018-01-05 Xavier Roirand <roirand@adacore.com>
7196
7197 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7198 (My_Table): New global variable.
7199 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7200
7201 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7202
7203 PR gdb/22670
7204 * gdb.ada/maint_with_ada: New testcase.
7205
7206 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7207
7208 PR gdb/22670
7209 * gdb.ada/bp_c_mixed_case: New testcase.
7210
7211 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7212
7213 PR gdb/22670
7214 * gdb.ada/complete.exp: Add "complete break ada" test.
7215
7216 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7217
7218 PR gdb/22670
7219 * gdb.ada/info_addr_mixed_case: New testcase.
7220
7221 2018-01-03 Xavier Roirand <roirand@adacore.com>
7222
7223 * gdb.ada/excep_handle.exp: New testcase.
7224 * gdb.ada/excep_handle/foo.adb: New file.
7225 * gdb.ada/excep_handle/pck.ads: New file.
7226
7227 2018-01-03 Joel Brobecker <brobecker@adacore.com>
7228
7229 * gdb.base/step-line.c: Add extra empty line in copyright header.
7230 * gdb.base/step-line.inp: Likewise.
7231
7232 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7233
7234 * gdb.ada/dyn_stride.exp: Add slice test.
7235
7236 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7237
7238 * gdb.ada/dyn_stride: New testcase.
7239
7240 2017-12-27 Stafford Horne <shorne@gmail.com>
7241
7242 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7243 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7244
7245 2017-12-27 Stafford Horne <shorne@gmail.com>
7246
7247 * gdb.base/reggroups.c: New file.
7248 * gdb.base/reggroups.exp: New file.
7249
7250 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7251
7252 * gdb.dwarf2/ada-valprint-error.c: New file.
7253 * gdb.dwarf2/ada-valprint-error.exp: New file.
7254
7255 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7256
7257 * gdb.ada/assign_arr: New testcase.
7258
7259 2017-12-18 Xavier Roirand <roirand@adacore.com>
7260
7261 * gdb.ada/funcall_ptr: New testcase.
7262
7263 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7264
7265 PR cli/16224
7266 * gdb.base/ptype-offsets.cc: New file.
7267 * gdb.base/ptype-offsets.exp: New file.
7268
7269 2017-12-15 Yao Qi <yao.qi@linaro.org>
7270
7271 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7272 if XML is disabled.
7273
7274 2017-12-15 Xavier Roirand <roirand@adacore.com>
7275
7276 * gdb.ada/same_component_name: New testcase.
7277
7278 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7279
7280 * gdb.ada/str_binop_equal: New testcase.
7281
7282 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7283
7284 * gdb.ada/task_switch_in_core: New testcase.
7285
7286 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7287
7288 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7289 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7290 call test_bkpt_qualified.
7291 (test_bkpt_qualified): New proc.
7292
7293 2017-12-13 Pedro Alves <palves@redhat.com>
7294
7295 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7296 Tighten regexp by matching with an anchor.
7297
7298 2017-12-13 Pedro Alves <palves@redhat.com>
7299
7300 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7301 ("expression with namespace"): New set of tests.
7302 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7303 (Nested::Test_NS::qux): New.
7304 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7305 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7306
7307 2017-12-13 Joel Brobecker <brobecker@adacore.com>
7308
7309 * gdb.base/server-del-break.c: New file.
7310 * gdb.base/server-del-break.exp: New file.
7311
7312 2017-12-12 Stafford Horne <shorne@gmail.com>
7313
7314 * gdb.xml/tdesc-regs.exp: Add or1k support.
7315
7316 2017-12-12 Stafford Horne <shorne@gmail.com>
7317
7318 * gdb.base/bp-permanent.c: Define nop of or1k.
7319
7320 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7321
7322 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7323 output with components being reordered.
7324
7325 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7326
7327 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7328 output with components being reordered.
7329
7330 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7331 Pedro Alves <palves@redhat.com>
7332
7333 * gdb.base/maint.exp (check for .gdb_index): Check also for
7334 .debug_names.
7335 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7336 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7337 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7338 (.gdb_index used after symbol reloading): Support also .debug_names.
7339 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7340
7341 2017-12-08 Yao Qi <yao.qi@linaro.org>
7342
7343 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7344 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7345
7346 2017-12-08 Yao Qi <yao.qi@linaro.org>
7347
7348 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7349 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7350
7351 2017-12-08 Yao Qi <yao.qi@linaro.org>
7352
7353 * gdb.arch/aarch64-tagged-pointer.c: New file.
7354 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7355
7356 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7357
7358 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7359 "int".
7360
7361 2017-12-07 Keith Seitz <keiths@redhat.com>
7362
7363 PR breakpoints/22569
7364 * gdb.linespec/ls-errs.exp: Change expected result of "break
7365 -source this file has spaces.c -line 3".
7366 Check that an explicit source file followed by whitespace is
7367 identified as an invalid explicit location.
7368
7369 2017-12-07 Keith Seitz <keiths@redhat.com>
7370
7371 * gdb.cp/nested-types.cc: New file.
7372 * gdb.cp/nested-types.exp: New file.
7373 * lib/cp-support.exp: Load data-structures.exp library.
7374 (debug_cp_test_ptype_class): New global.
7375 (cp_ptype_class_verbose, next_line): New procedures.
7376 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7377 Add and document new return value.
7378 Switch the list of lines to a queue.
7379 Add support for new `type' key for nested type definitions.
7380 Add debugging/troubleshooting messages.
7381 * lib/data-structures.exp: New file.
7382
7383 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7384
7385 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7386 with proc_with_prefix, don't use with_test_prefix.
7387
7388 2017-12-07 Tom Tromey <tom@tromey.com>
7389
7390 * gdb.base/break.exp: Add test for empty "commands".
7391
7392 2017-12-07 Yao Qi <yao.qi@linaro.org>
7393
7394 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7395 malloc and catch syscall.
7396
7397 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7398
7399 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7400 tests for explicit locations.
7401
7402 2017-12-06 Pedro Alves <palves@redhat.com>
7403
7404 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7405 force-disabling XML descriptions.
7406
7407 2017-12-04 Pedro Alves <palves@redhat.com>
7408
7409 PR gdb/22499
7410 * gdb.arch/amd64-disp-step-avx.S: New file.
7411 * gdb.arch/amd64-disp-step-avx.exp: New file.
7412
7413 2017-12-03 Pedro Alves <palves@redhat.com>
7414
7415 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7416 and <string.h>.
7417 (parent_function): Print distinct messages when waitpid fails, or
7418 the child exits with a signal, or the child exits for an unhandled
7419 reason.
7420 * gdb.threads/process-dies-while-detaching.exp
7421 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7422 it. Wait for both inferior output and GDB's prompt. Use an
7423 indirect spawn id list.
7424 (do_detach): New parameter 'child_exit'. Use it to compute
7425 expected inferior output.
7426 (test_detach, test_detach_watch, test_detach_killed_outside):
7427 Adjust to pass down the expected child exit kind.
7428
7429 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7430 Sergio Durigan Junior <sergiodj@redhat.com>
7431 Pedro Alves <palves@redhat.com>
7432
7433 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7434
7435 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7436
7437 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7438 to 'symbol-file' and 'add-symbol-file' can be
7439 position-independent.
7440
7441 2017-12-01 Yao Qi <yao.qi@linaro.org>
7442
7443 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7444 the URL in copyright header.
7445 * gdb.arch/aarch64-fp.exp: Likewise.
7446 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7447 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7448 * gdb.base/expand-psymtabs.exp: Likewise.
7449 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7450 * gdb.fortran/common-block.exp: Likewise.
7451 * gdb.fortran/common-block.f90: Likewise.
7452 * gdb.fortran/logical.exp: Likewise.
7453 * gdb.fortran/vla-datatypes.f90: Likewise.
7454 * gdb.fortran/vla-sub.f90: Likewise.
7455
7456 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7457
7458 * gdb.ada/repeat_dyn: New testcase.
7459
7460 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7461
7462 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7463 Update for changed thread numbering.
7464 * gdb.cell/bt.exp: Update for changed GDB output.
7465
7466 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7467
7468 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7469 setting isremote by hand.
7470 * boards/dwarf4-gdb-index.exp: Likewise.
7471 * boards/fission.exp: Likewise.
7472 * boards/stabs.exp: Likewise.
7473
7474 2017-11-30 Pedro Alves <palves@redhat.com>
7475
7476 * gdb.linespec/cpls-ops.exp
7477 (check_explicit_skips_function_argument): Extract the underlying
7478 type of size_t instead of hardcoding it.
7479
7480 2017-11-29 Pedro Alves <palves@redhat.com>
7481
7482 PR c++/19436
7483 * gdb.linespec/cpls-abi-tag.cc: New file.
7484 * gdb.linespec/cpls-abi-tag.exp: New file.
7485
7486 2017-11-29 Pedro Alves <palves@redhat.com>
7487
7488 * gdb.base/langs.exp: Use -qualified.
7489 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7490 it.
7491 * gdb.cp/namespace.exp: Use -qualified.
7492 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7493 (overload-3, template-overload, template-ret-type, const-overload)
7494 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7495 procedures.
7496 (test_driver): Call them.
7497 * gdb.cp/save-bp-qualified.cc: New.
7498 * gdb.cp/save-bp-qualified.exp: New.
7499 * gdb.linespec/explicit.exp: Test -qualified.
7500 * lib/completion-support.exp (completion::explicit_opts_list): Add
7501 "-qualified".
7502 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7503
7504 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7505
7506 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7507
7508 2017-11-29 Tom Tromey <tom@tromey.com>
7509
7510 * gdb.base/relocate.exp: Update invalid argument test.
7511 Add new tests for invalid arguments.
7512
7513 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7514
7515 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7516 Return 0 as a long.
7517 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7518
7519 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7520
7521 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7522 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7523 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7524 func ().
7525 * gdb.cp/shadow.cc (B.func): Return 0.
7526
7527 2017-11-27 Joel Brobecker <brobecker@adacore.com>
7528
7529 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7530 expected output in gdb_expect call to allow the exception
7531 message to be present as well. Fix syntax confusion to avoid
7532 TCL thinking that exception_name is an array.
7533
7534 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7535
7536 * gdb.arch/spu-info.c: Include <unistd.h>.
7537 (do_signal_test): Fix broken calls to write.
7538 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7539 Fix checks for empty mailboxes. Update signal tests for corrected
7540 do_signal_test routine. Allow nonzero event status.
7541 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7542 * gdb.cell/arch.exp: Use standard_output_file.
7543 * gdb.cell/break.exp: Likewise.
7544 * gdb.cell/bt.exp: Likewise.
7545 * gdb.cell/core.exp: Likewise.
7546 * gdb.cell/dwarfaddr.exp: Likewise.
7547 * gdb.cell/ea-cache.exp: Likewise.
7548 * gdb.cell/ea-standalone.exp: Likewise.
7549 * gdb.cell/f-regs.exp: Likewise.
7550 * gdb.cell/fork.exp: Likewise.
7551 * gdb.cell/gcore.exp: Likewise.
7552 * gdb.cell/mem-access.exp: Likewise.
7553 * gdb.cell/ptype.exp: Likewise.
7554 * gdb.cell/registers.exp: Likewise.
7555 * gdb.cell/sizeof.exp: Likewise.
7556 * gdb.cell/solib-symbol.exp: Likewise.
7557 * gdb.cell/solib.exp: Likewise.
7558
7559 2017-11-25 Pedro Alves <palves@redhat.com>
7560
7561 * gdb.base/complete-empty.exp: New file.
7562 * gdb.base/completion.exp: Adjust.
7563
7564 2017-11-25 Pedro Alves <palves@redhat.com>
7565
7566 * gdb.linespec/cpls-ops.cc: New file.
7567 * gdb.linespec/cpls-ops.exp: New file.
7568 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7569 factored out from ...
7570 (test_complete_prefix_range): ... this.
7571
7572 2017-11-24 Pedro Alves <palves@redhat.com>
7573
7574 * gdb.linespec/cpcompletion.exp: New file.
7575 * gdb.linespec/cpls-hyphen.cc: New file.
7576 * gdb.linespec/cpls.cc: New file.
7577 * gdb.linespec/cpls2.cc: New file.
7578 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7579 test to use test_gdb_complete_unique. Add label completion,
7580 keyword completion and explicit location completion tests.
7581 * lib/completion-support.exp: New file.
7582
7583 2017-11-24 Joel Brobecker <brobecker@adacore.com>
7584
7585 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7586 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7587 when hitting an exception catchpoint.
7588
7589 2017-11-22 Yao Qi <yao.qi@linaro.org>
7590
7591 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7592
7593 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7594
7595 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7596 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7597 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7598
7599 2017-11-22 Yao Qi <yao.qi@linaro.org>
7600
7601 * gdb.base/info-os.exp: Pass pthreads.
7602 * gdb.multi/multi-attach.exp: Likewise.
7603
7604 2017-11-22 Yao Qi <yao.qi@linaro.org>
7605
7606 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7607 compiler.
7608
7609 2017-11-22 Yao Qi <yao.qi@linaro.org>
7610
7611 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7612 * gdb.base/break-interp.exp: Likewise.
7613 * gdb.base/jit-attach-pie.exp: Likewise.
7614
7615 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7616
7617 * gdb.base/float128.c (large128): New variable.
7618 * gdb.base/float128.exp: Add test to print largest __float128 value.
7619
7620 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7621
7622 * gdb.arch/vsx-regs.exp: Update register content checks.
7623
7624 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7625
7626 * gdb.arch/ppc-longdouble.exp: New file.
7627 * gdb.arch/ppc-longdouble.c: Likewise.
7628
7629 2017-11-21 Pedro Alves <palves@redhat.com>
7630
7631 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7632
7633 2017-11-20 Pedro Alves <palves@redhat.com>
7634
7635 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7636 (long_double_typedef): New typedefs.
7637 Use DEF on double and long double.
7638 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7639 cases.
7640 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7641 and 'long_double_ptr_same_size' locals. Use them to decide
7642 whether cast from array/function to float is valid/invalid.
7643
7644 2017-11-17 Tom Tromey <tom@tromey.com>
7645
7646 * gdb.rust/traits.rs: New file.
7647 * gdb.rust/traits.exp: New file.
7648
7649 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7650
7651 * gdb.ada/minsyms: New testcase.
7652
7653 2017-11-16 Pedro Alves <palves@redhat.com>
7654
7655 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7656 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7657
7658 2017-11-16 Pedro Alves <palves@redhat.com>
7659
7660 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7661 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7662
7663 2017-11-16 Pedro Alves <palves@redhat.com>
7664
7665 * gdb.server/reconnect-ctrl-c.c: New file.
7666 * gdb.server/reconnect-ctrl-c.exp: New file.
7667
7668 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7669
7670 * gdb.python/py-rbreak.exp: New file.
7671 * gdb.python/py-rbreak.c: New file.
7672 * gdb.python/py-rbreak-func2.c: New file.
7673
7674 2017-11-16 Pedro Alves <palves@redhat.com>
7675
7676 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7677 pattern.
7678 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7679 GDB.
7680
7681 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7682
7683 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7684 regex.
7685
7686 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7687
7688 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7689 test names.
7690
7691 2017-11-09 Pedro Alves <palves@redhat.com>
7692
7693 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7694 factored out from ...
7695 (top level): ... here, and adjusted to avoid expecting beyond the
7696 prompt in a single gdb_test_multiple.
7697
7698 2017-11-09 Pedro Alves <palves@redhat.com>
7699
7700 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7701 output.
7702 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7703 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7704 * gdb.server/ext-run.exp ("kill" test): Likewise.
7705 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7706
7707 2017-11-09 Pedro Alves <palves@redhat.com>
7708
7709 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7710 match till end of line.
7711
7712 2017-11-09 Pedro Alves <palves@redhat.com>
7713
7714 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7715
7716 2017-11-09 Pedro Alves <palves@redhat.com>
7717
7718 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7719 New procedures, factored out from ...
7720 (top level): ... here, and adjusted to avoid expecting beyond the
7721 prompt in one go.
7722
7723 2017-11-09 Pedro Alves <palves@redhat.com>
7724
7725 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7726 output. Fix '?' match.
7727
7728 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7729
7730 * gdb.ada/scoped_watch: New testcase.
7731 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7732 which is actually correct.
7733 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7734 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7735
7736 2017-11-08 Pedro Alves <palves@redhat.com>
7737
7738 * gdb.gdb/complaints.exp (test_initial_complaints)
7739 (test_serial_complaints, test_short_complaints): Call
7740 complaint_internal instead of complaint.
7741
7742 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7743
7744 * gdb.threads/tls-core.c: New file.
7745 * gdb.threads/tls-core.exp: Likewise.
7746
7747 2017-11-08 Pedro Alves <palves@redhat.com>
7748
7749 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7750 (p Exported_Capitalized): New test.
7751 (p exported_capitalized): New test.
7752
7753 2017-11-07 Pedro Alves <palves@redhat.com>
7754
7755 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7756
7757 2017-11-07 Pedro Alves <palves@redhat.com>
7758
7759 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7760 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7761 (disable_invalid, disable_inverted, disable_negative): New
7762 procedures.
7763 ("bad numbers"): New set of tests.
7764
7765 2017-11-07 Pedro Alves <palves@redhat.com>
7766
7767 * gdb.cp/ena-dis-br-range.exp: Add tests.
7768
7769 2017-11-07 Pedro Alves <palves@redhat.com>
7770
7771 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7772
7773 2017-11-07 Xavier Roirand <roirand@adacore.com>
7774 Pedro Alves <palves@redhat.com>
7775
7776 * gdb.base/ena-dis-br.exp: Add reference to
7777 gdb.cp/ena-dis-br-range.exp.
7778 * gdb.cp/ena-dis-br-range.exp: New file.
7779 * gdb.cp/ena-dis-br-range.cc: New file.
7780
7781 2017-11-06 Pedro Alves <palves@redhat.com>
7782
7783 * gdb.base/attach-non-pgrp-leader.c: New.
7784 * gdb.base/attach-non-pgrp-leader.exp: New.
7785
7786 2017-11-06 Pedro Alves <palves@redhat.com>
7787
7788 * configure.ac: No longer check for termio.h and sgtty.h.
7789 * configure: Regenerate.
7790 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7791 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7792 Remove termio and sgtty code.
7793
7794 2017-11-03 Yao Qi <yao.qi@linaro.org>
7795
7796 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7797 in GDB is disabled.
7798
7799 2017-11-03 Yao Qi <yao.qi@linaro.org>
7800
7801 * gdb.python/py-thrhandle.exp: Skip it if python is not
7802 enabled.
7803
7804 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7805
7806 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7807 as a breakpoint command.
7808
7809 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7810
7811 PR python/21213
7812 * gdb.python/py-infthread.exp: Test calling
7813 InferiorThread.inferior () multiple times in a row.
7814
7815 2017-10-27 Keith Seitz <keiths@redhat.com>
7816
7817 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7818 Test "info break" for every inlined function breakpoint.
7819
7820 2017-10-27 Yao Qi <yao.qi@linaro.org>
7821
7822 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7823
7824 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7825
7826 * gdb.cp/classes.exp (test_static_members): Test printing
7827 Outer::instance.
7828 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7829 (Inner::instance, Outer::instance): New.
7830
7831 2017-10-24 Pedro Alves <palves@redhat.com>
7832
7833 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7834 extra console" test in two stages.
7835
7836 2017-10-24 Pedro Alves <palves@redhat.com>
7837
7838 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7839
7840 2017-10-24 Pedro Alves <palves@redhat.com>
7841
7842 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7843 loop.
7844
7845 2017-10-24 Pedro Alves <palves@redhat.com>
7846
7847 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7848 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7849
7850 2017-10-24 Pedro Alves <palves@redhat.com>
7851
7852 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7853 parameter and handle it. Don't output read value in test name.
7854
7855 2017-10-24 Pedro Alves <palves@redhat.com>
7856
7857 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7858 custom test name.
7859
7860 2017-10-24 Pedro Alves <palves@redhat.com>
7861
7862 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7863 include the unstable output directory name in the test's name.
7864 (initial_setup_simple) <'set args'>: Use custom test name.
7865
7866 2017-10-24 Pedro Alves <palves@redhat.com>
7867
7868 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7869 with explicit test name.
7870
7871 2017-10-20 Pedro Alves <palves@redhat.com>
7872
7873 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7874 'wait -i'. Use gdb_assert and remote_close.
7875
7876 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7877
7878 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7879 number from variable rather than hard-coded.
7880
7881 2017-10-19 Pedro Alves <palves@redhat.com>
7882
7883 * gdb.base/long-inferior-output.c: New file.
7884 * gdb.base/long-inferior-output.exp: New file.
7885
7886 2017-11-18 Keith Seitz <keiths@redhat.com>
7887
7888 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7889 method.
7890 (main): Call it.
7891 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7892 Add additional user-defined conversion operator tests.
7893
7894 2017-10-17 Pedro Alves <palves@redhat.com>
7895
7896 * boards/native-stdio-gdbserver.exp: Load "local-board".
7897
7898 2017-10-17 Pedro Alves <palves@redhat.com>
7899
7900 * gdb.base/quit-live.c: New file.
7901 * gdb.base/quit-live.exp: New file.
7902
7903 2017-10-16 Keith Seitz <keiths@redhat.com>
7904
7905 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7906 (class_with_protected_typedef, class_with_private_typedef)
7907 (struct_with_public_typedef, struct_with_protected_typedef)
7908 (struct_with_private_typedef): New classes/structs.
7909 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7910 typedefs and access specifiers.
7911
7912 2017-10-16 Pedro Alves <palves@redhat.com>
7913 Simon Marchi <simon.marchi@polymtl.ca>
7914
7915 * README (Local vs Remote vs Native): New section.
7916 * boards/local-board.exp: New file, with bits factored out from
7917 ...
7918 * boards/native-extended-gdbserver.exp: ... here. Load
7919 "local-board".
7920 * boards/native-gdbserver.exp: Load "local-board".
7921 (${board}_spawn, ${board}_exec): Delete.
7922 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7923 ...
7924 * boards/stdio-gdbserver-base.exp: ... this new file.
7925 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7926 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7927 procedure.
7928 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7929 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7930 stdio_gdbserver_command.
7931 (${board}_get_remote_address, ${board}_get_comm_port)
7932 (${board}_download, ${board}_upload): Delete.
7933 (get_target_remote_pipe_cmd): New.
7934
7935 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7936
7937 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7938 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7939 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7940 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7941 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7942 remove with_test_prefix.
7943
7944 2017-10-13 Pedro Alves <palves@redhat.com>
7945
7946 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7947 * gdb.base/annota1.exp: Use it instead of is_remote.
7948 * gdb.base/annota3.exp: Use it instead of is_remote.
7949 * gdb.cp/annota2.exp: Use it instead of is_remote.
7950 * gdb.cp/annota3.exp: Use it instead of is_remote.
7951 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7952
7953 2017-10-13 Pedro Alves <palves@redhat.com>
7954
7955 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7956 (test_num_test_vars, run_and_count_vars, find_env)
7957 (test_set_unset_env, test_inherit_env_var): New procedures.
7958 (top level): Use them.
7959
7960 2017-10-13 Pedro Alves <palves@redhat.com>
7961
7962 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7963 also skip on stub-like targets.
7964
7965 2017-10-13 Pedro Alves <palves@redhat.com>
7966
7967 PR gdb/22293
7968 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7969 (top level): Move some tests to ...
7970 (test_not_found): ... this new procedure.
7971 (top level): Call it.
7972
7973 2017-10-13 Pedro Alves <palves@redhat.com>
7974
7975 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7976 expect different "info terminal" output if testing with a
7977 non-native target.
7978
7979 2017-10-13 Pedro Alves <palves@redhat.com>
7980 Simon Marchi <simon.marchi@polymtl.ca>
7981
7982 PR python/12966
7983 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7984
7985 2017-10-13 Pedro Alves <palves@redhat.com>
7986
7987 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7988 already.
7989
7990 2017-10-13 Pedro Alves <palves@redhat.com>
7991
7992 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7993 is_remote.
7994
7995 2017-10-13 Pedro Alves <palves@redhat.com>
7996
7997 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7998 is_remote.
7999
8000 2017-10-13 Pedro Alves <palves@redhat.com>
8001
8002 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8003 is set.
8004 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8005 instead of is_remote.
8006
8007 2017-10-13 Pedro Alves <palves@redhat.com>
8008
8009 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8010 (top level): Add comment.
8011
8012 2017-10-13 Pedro Alves <palves@redhat.com>
8013
8014 * gdb.base/remote.exp (top level): Fix comment typo and add
8015 missing return.
8016
8017 2017-10-13 Pedro Alves <palves@redhat.com>
8018 Simon Marchi <simon.marchi@polymtl.ca>
8019
8020 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8021 calls and add comments. Skip test if use_gdb_stub is set.
8022 (top level): Use "set cwd" command instead of "cd" command.
8023
8024 2017-10-13 Pedro Alves <palves@redhat.com>
8025
8026 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8027 is_remote target check.
8028
8029 2017-10-13 Pedro Alves <palves@redhat.com>
8030
8031 * gdb.base/scope.exp: Use build_executable + clean_restart +
8032 gdb_file_cmd instead of prepare_for_testing and no longer skip
8033 "before run" tests on is_remote target boards. Update comments.
8034 * boards/native-extended-gdbserver.exp
8035 (extended_gdbserver_load_last_file): New, factored out from ...
8036 (gdb_load): ... this. Move further below and add comment.
8037 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8038
8039 2017-10-12 Pedro Alves <palves@redhat.com>
8040
8041 * gdb.base/attach.exp: Remove references to gdb64.
8042 * gdb.base/dbx.exp: Remove references to gdb64.
8043
8044 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8045 Pedro Alves <palves@redhat.com>
8046
8047 * gdb.base/label.exp: Remove is_remote target check.
8048
8049 2017-10-12 Pedro Alves <palves@redhat.com>
8050
8051 * gdb.base/auvx.exp (coredir): Update comment.
8052 (top level) <core_works>: Use "set cwd" command instead of "cd"
8053 command.
8054
8055 2017-10-12 Pedro Alves <palves@redhat.com>
8056 Simon Marchi <simon.marchi@polymtl.ca>
8057
8058 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8059 target boards.
8060
8061 2017-10-12 Pedro Alves <palves@redhat.com>
8062 Simon Marchi <simon.marchi@polymtl.ca>
8063
8064 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8065 Instead skip if there's any gdb_protocol set.
8066
8067 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8068 Pedro Alves <palves@redhat.com>
8069
8070 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8071
8072 2017-10-12 Pedro Alves <palves@redhat.com>
8073 Simon Marchi <simon.marchi@polymtl.ca>
8074
8075 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8076 instead of on dejagnu remote boards.
8077
8078 2017-10-12 Pedro Alves <palves@redhat.com>
8079 Simon Marchi <simon.marchi@polymtl.ca>
8080
8081 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8082 checks. Use build_executable + clean_restart instead of
8083 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8084 of enabling non-stop after starting gdb.
8085
8086 2017-10-12 Pedro Alves <palves@redhat.com>
8087
8088 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8089 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8090 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8091 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8092
8093 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8094
8095 * gdb.arch/arc-tdesc-cpu.exp: New file.
8096 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8097
8098 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8099
8100 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8101
8102 2017-10-10 Pedro Alves <palves@redhat.com>
8103
8104 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8105 expect CLI output.
8106
8107 2017-10-10 Pedro Alves <palves@redhat.com>
8108
8109 * lib/selftest-support.exp (selftest_setup): Update for
8110 captured_command_loop's prototype change.
8111
8112 2017-10-09 Pedro Alves <palves@redhat.com>
8113
8114 Test both arch1=>arch2 and arch2=>arch1.
8115
8116 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8117 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8118 factored out to...
8119 (append_arch1_options, append_arch2_options, append_arch_options)
8120 (build_executables): New procedures.
8121 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8122 local.
8123 (top level): Add new 'first_arch' testing axis.
8124
8125 2017-10-09 Pedro Alves <palves@redhat.com>
8126
8127 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8128 (barrier): New.
8129 (thread_start, all_started): New functions.
8130 (main): Spawn new thread and wait until it is scheduled.
8131 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8132 option.
8133 (do_test): Add 'selected_thread' parameter. Run to all_started
8134 instead of main. Explicitly set the breakpoint at main. Switch
8135 to the SELECTED_THREAD thread.
8136 (top level): Test handling the exec event with either the main
8137 thread or the second thread selected.
8138
8139 2017-10-09 Pedro Alves <palves@redhat.com>
8140
8141 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8142 logic. Move STOP marker after the value checks.
8143 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8144 regexp.
8145
8146 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8147
8148 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8149
8150 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8151
8152 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8153 integer-to-dfp conversion.
8154 * gdb.base/dfp-test.exp: Likewise.
8155
8156 2017-10-04 Pedro Alves <palves@redhat.com>
8157
8158 * gdb.multi/hangout.c: Include <unistd.h>.
8159 (hangout_loop): New function.
8160 (main): Call alarm. Call hangout_loop in a loop.
8161 * gdb.multi/hello.c: Include <unistd.h>.
8162 (hello_loop): New function.
8163 (main): Call alarm. Call hangout_loop in a loop.
8164 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8165 inferior with the other selected.
8166
8167 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8168
8169 * gdb.mi/list-thread-groups-available.exp: New file.
8170 * gdb.mi/list-thread-groups-available.c: New file.
8171
8172 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8173
8174 * gdb.base/set-cwd.exp: Make it available on
8175 native-extended-gdbserver.
8176
8177 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8178
8179 * gdb.base/set-cwd.c: New file.
8180 * gdb.base/set-cwd.exp: Likewise.
8181
8182 2017-10-02 Tom Tromey <tom@tromey.com>
8183
8184 PR rust/22236:
8185 * gdb.rust/simple.rs (main): New variable "fslice".
8186 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8187
8188 2017-10-02 Tom Tromey <tom@tromey.com>
8189
8190 * gdb.rust/simple.exp: Test ptype of a slice.
8191
8192 2017-10-02 Tom Tromey <tom@tromey.com>
8193
8194 * gdb.rust/simple.exp: Test index of slice.
8195
8196 2017-09-27 Tom Tromey <tom@tromey.com>
8197
8198 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8199
8200 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8201 Pedro Alves <palves@redhat.com>
8202
8203 * gdb.base/compare-sections.exp (get value of read-only section): Read
8204 as unsigned value.
8205 (corrupt read-only section): Likewise and don't set written if patching
8206 failed.
8207
8208 2017-09-21 Kevin Buettner <kevinb@redhat.com>
8209
8210 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8211 files.
8212
8213 2017-09-20 Pedro Alves <palves@redhat.com>
8214
8215 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8216 symbol names in gdb's output.
8217 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8218
8219 2017-09-20 Pedro Alves <palves@redhat.com>
8220
8221 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8222 Rename to ...
8223 (test_list_ambiguous_symbol): ... this and add a symbol name
8224 parameter. Adjust.
8225 (test_list_ambiguous_function): Reimplement on top of
8226 test_list_ambiguous_symbol and also test listing ambiguous
8227 variables.
8228 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8229 (ambiguous_fun): ... this.
8230 (ambiguous_var): New.
8231 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8232 (ambiguous_fun): ... this.
8233 (ambiguous_var): New.
8234
8235 2017-09-19 John Baldwin <jhb@FreeBSD.org>
8236
8237 * gdb.base/starti.c: New file.
8238 * gdb.base/starti.exp: New file.
8239 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8240
8241 2017-09-14 Pedro Alves <palves@redhat.com>
8242
8243 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8244 (top level): Use it instead of runto.
8245
8246 2017-09-11 Tom Tromey <tom@tromey.com>
8247
8248 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8249
8250 2017-09-11 Tom Tromey <tom@tromey.com>
8251
8252 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8253 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8254
8255 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8256
8257 * gdb.fortran/printing-types.exp: New file.
8258 * gdb.fortran/printing-types.exp: New file.
8259
8260 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8261
8262 * gdb.fortran/vla-ptype.exp: Fix typos.
8263 * gdb.fortran/vla-value.exp: Same.
8264
8265 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8266
8267 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8268 * gdb.mi/mi-var-child-f.exp: Likewise.
8269 * gdb.mi/mi-vla-fortran.exp: Likewise.
8270
8271 2017-09-08 Frank Penczek <frank.penczek@intel.com>
8272 Christoph Weinmann <christoph.t.weinmann@intel.com>
8273 Bernhard Heckel <bernhard.heckel@intel.com>
8274
8275 * gdb.fortran/ptr-indentation.f90: New file.
8276 * gdb.fortran/ptr-indentation.exp: New file.
8277
8278 2017-09-05 Tom Tromey <tom@tromey.com>
8279
8280 PR gdb/22010:
8281 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8282
8283 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8284
8285 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8286
8287 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8288
8289 * gdb.threads/tls-nodebug-pie.c: New file.
8290 * gdb.threads/tls-nodebug-pie.exp: New file.
8291
8292 2017-09-05 Tom Tromey <tom@tromey.com>
8293
8294 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8295 for rust.
8296
8297 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8298
8299 * gdb.multi/multi-arch-exec.exp: Test with different
8300 "follow-exec-mode" settings.
8301 (do_test): New procedure.
8302
8303 2017-09-04 Pedro Alves <palves@redhat.com>
8304
8305 * gdb.base/func-static.c (S::method const, S::method volatile)
8306 (S::method volatile const): New methods.
8307 (c_s, v_s, cv_s): New instances.
8308 (main): Call method() on them.
8309 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8310 (cannot_resolve): New procedure.
8311 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8312 print-quote-unquoted columns.
8313 (do_test): Test printing each scope too.
8314
8315 2017-09-04 Pedro Alves <palves@redhat.com>
8316
8317 * gdb.base/local-static.exp: Also test with
8318 class::method::variable wholly quoted.
8319 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8320
8321 2017-09-04 Pedro Alves <palves@redhat.com>
8322
8323 * gdb.base/local-static.c: New.
8324 * gdb.base/local-static.cc: New.
8325 * gdb.base/local-static.exp: New.
8326
8327 2017-09-04 Pedro Alves <palves@redhat.com>
8328
8329 * gdb.asm/asm-source.exp: Add casts to int.
8330 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8331 (dataglobal64_1, dataglobal64_2): New globals.
8332 * gdb.base/nodebug.exp: Test different expressions involving the
8333 new globals, with print, whatis and ptype. Add casts to int.
8334 * gdb.base/solib-display.exp: Add casts to int.
8335 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8336 * gdb.cp/m-static.exp: Add cast to int.
8337 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8338 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8339 tls variable with no debug info without a cast. Test with a cast
8340 to int too.
8341 * gdb.trace/entry-values.exp: Add casts.
8342
8343 2017-09-04 Pedro Alves <palves@redhat.com>
8344
8345 * gdb.base/nodebug.exp: Test that ptype's error about functions
8346 with unknown return type includes the function name too.
8347
8348 2017-09-04 Pedro Alves <palves@redhat.com>
8349
8350 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8351 return type of munmap in infcall.
8352 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8353 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8354 type of ftell in infcall.
8355 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8356 type of getpid in infcall.
8357 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8358 infcall.
8359 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8360 Bail on failure to extract the pid.
8361 * gdb.base/nodebug.c: #include <stdint.h>.
8362 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8363 New functions.
8364 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8365 Change expected output of print/whatis/ptype with functions with
8366 no debug info. Test all supported languages. Call
8367 test_call_promotion.
8368 * gdb.compile/compile.exp: Adjust expected output to expect
8369 warning.
8370 * gdb.threads/siginfo-threads.exp: Likewise.
8371
8372 2017-09-04 Pedro Alves <palves@redhat.com>
8373
8374 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8375 "prototypes". Test calling float functions via prototyped and
8376 unprototyped function pointers.
8377 (perform_all_tests): New parameter "prototypes". Pass it down.
8378 (top level): Pass down "prototypes" parameter to
8379 perform_all_tests.
8380
8381 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8382
8383 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8384 Test with nested loops.
8385
8386 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8387
8388 * gdb.base/commands.exp: Call the new procedures.
8389 (loop_break_test, loop_continue_test): New procedures.
8390
8391 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8392
8393 * gdb.base/commands.exp: Call new procedure.
8394 (define_if_without_arg_test): New procedure.
8395
8396 2017-09-04 Pedro Alves <palves@redhat.com>
8397
8398 * gdb.base/list-ambiguous.exp: New file.
8399 * gdb.base/list-ambiguous0.c: New file.
8400 * gdb.base/list-ambiguous1.c: New file.
8401 * gdb.base/list.exp (test_list_range): Adjust expected output.
8402
8403 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8404
8405 * gdb.base/share-env-with-gdbserver.c: New file.
8406 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8407
8408 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8409
8410 * gdb.base/commands.exp (gdbvar_simple_if_test,
8411 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8412 progvar_simple_if_test, progvar_simple_while_test,
8413 progvar_complex_if_while_test, user_defined_command_test,
8414 user_defined_command_args_eval,
8415 user_defined_command_args_stack_test,
8416 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8417 temporary_breakpoint_commands,
8418 gdb_test_no_prompt, redefine_hook_test,
8419 redefine_backtrace_test): Remove "global gdb_prompt".
8420
8421 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8422
8423 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8424 New proc, call it from toplevel.
8425
8426 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8427
8428 PR remote/21852
8429 * gdb.server/normal.c: New file, copied from gdb.base.
8430 * gdb.server/run-without-local-binary.exp: New file.
8431
8432 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8433
8434 * gdb.arch/sparc64-adi.exp: New file.
8435 * gdb.arch/sparc64-adi.c: New file.
8436
8437 2017-08-22 Pedro Alves <palves@redhat.com>
8438
8439 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8440 (top level): Add "list all overloads" tests.
8441
8442 2017-08-22 Tom Tromey <tom@tromey.com>
8443
8444 * gdb.gdb/xfullpath.exp: Remove.
8445
8446 2017-08-21 Pedro Alves <palves@redhat.com>
8447
8448 PR gdb/19487
8449 * gdb.base/symbol-alias.c: New.
8450 * gdb.base/symbol-alias2.c: New.
8451 * gdb.base/symbol-alias.exp: New.
8452
8453 2017-08-21 Pedro Alves <palves@redhat.com>
8454
8455 * gdb.base/dfp-test.c
8456 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8457 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8458 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8459 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8460 * gdb.base/whatis-ptype-typedefs.c: New.
8461 * gdb.base/whatis-ptype-typedefs.exp: New.
8462 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8463 (an_int, an_int_type, an_int_type2): New globals.
8464 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8465 involving typedefs and cast expressions.
8466 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8467 (lookup_typedefs_function): New.
8468 (typedefs_pretty_printers_dict): New.
8469 (top level): Register lookup_typedefs_function in
8470 gdb.pretty_printers.
8471
8472 2017-08-18 Yao Qi <yao.qi@linaro.org>
8473
8474 * gdb.server/unittest.exp: New.
8475
8476 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8477
8478 PR gdb/21954
8479 * gdb.base/environ.exp: Add test to check if 'unset environment'
8480 works.
8481
8482 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8483
8484 * lib/gdb.exp (universal_compile_options): New caching proc.
8485 (gdb_compile): Suppress GCC's coloring of messages.
8486
8487 2017-08-14 Tom Tromey <tom@tromey.com>
8488
8489 PR gdb/21675:
8490 * gdb.base/printcmds.exp (test_radices): New function.
8491 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8492 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8493 * lib/gdb.exp (get_integer_valueof): Use p/d.
8494
8495 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8496
8497 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8498 characters.
8499
8500 2017-08-05 Tom Tromey <tom@tromey.com>
8501
8502 * gdb.rust/simple.exp: Allow String to appear in a different
8503 namespace.
8504
8505 2017-07-26 Yao Qi <yao.qi@linaro.org>
8506
8507 * gdb.gdb/unittest.exp: Invoke command
8508 "maintenance check xml-descriptions".
8509
8510 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8511
8512 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8513 calling context.
8514 (hex128): Drop erroneous calculation of parameters.
8515
8516 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8517
8518 * gdb.python/py-unwind.exp: Disable stack protection when
8519 building test file.
8520
8521 2017-07-20 Pedro Alves <palves@redhat.com>
8522
8523 * gdb.base/default.exp (set language): Adjust expected output.
8524
8525 2017-07-20 Pedro Alves <palves@redhat.com>
8526
8527 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8528 (test_minsym): ... this, and make static.
8529 (get_pck__foo__bar__minsym): Rename to ...
8530 (get_test_minsym): ... this.
8531 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8532 symbol names and comments.
8533 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8534 (get_test_minsym): ... this.
8535 (pck__foo__bar__minsym__2): Rename to ...
8536 (test_minsym): ... this.
8537 (main): Adjust.
8538
8539 2017-07-17 Pedro Alves <palves@redhat.com>
8540
8541 * gdb.base/completion.exp: Adjust expected output.
8542 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8543 the completer works.
8544
8545 2017-07-17 Pedro Alves <palves@redhat.com>
8546
8547 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8548
8549 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8550
8551 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8552
8553 2017-07-14 Tom Tromey <tom@tromey.com>
8554
8555 PR rust/21764:
8556 * gdb.rust/simple.exp: Add tests.
8557
8558 2017-07-14 Tom Tromey <tom@tromey.com>
8559
8560 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8561
8562 2017-07-14 Pedro Alves <palves@redhat.com>
8563
8564 * gdb.linespec/base/one/thefile.cc (z1): New function.
8565 * gdb.linespec/base/two/thefile.cc (z2): New function.
8566 * gdb.linespec/linespec.exp: Add tests.
8567
8568 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8569
8570 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8571 to mi_create_breakpoint.
8572
8573 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8574
8575 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8576 mi_create_breakpoint.
8577
8578 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8579
8580 * gdb.dlang/demangle.exp: Update for demangling changes.
8581
8582 2017-07-09 Tom Tromey <tom@tromey.com>
8583
8584 * gdb.dwarf2/shortpiece.exp: New file.
8585
8586 2017-07-06 David Blaikie <dblaikie@gmail.com>
8587
8588 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8589 built from fissiont-multi-cu{1,2}.c.
8590 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8591 except putting 'main' and 'func' in separate CUs in the same DWO file.
8592 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8593 test.
8594 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8595 test.
8596
8597 2017-07-06 Pedro Alves <palves@redhat.com>
8598
8599 * gdb.python/py-unwind.exp: Test flushregs.
8600
8601 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8602
8603 PR cli/21688
8604 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8605 tests for alias commands and trailing whitespace.
8606
8607 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8608
8609 PR cli/21688
8610 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8611 procedure. Call it.
8612
8613 2017-06-29 Pedro Alves <palves@redhat.com>
8614
8615 * gdb.base/printcmds.exp: Add tests.
8616
8617 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8618
8619 PR gdb/21337
8620 * gdb.base/reread-readsym.exp: New file.
8621 * gdb.base/reread-readsym.c: New file.
8622
8623 2017-06-21 Kevin Buettner <kevinb@redhat.com>
8624
8625 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8626 subpattern.
8627
8628 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8629
8630 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8631 extended mnemonic.
8632 * gdb.arch/powerpc-power9.s: Likewise.
8633
8634 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8635
8636 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8637 on 32-bit x86 targets. Exploit is_*_target macros where
8638 appropriate.
8639
8640 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8641
8642 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8643 register pieces.
8644
8645 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8646
8647 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8648 located in one or more DWARF pieces.
8649
8650 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8651
8652 * lib/gdb.exp (get_endianness): New proc.
8653 * gdb.arch/aarch64-fp.exp: Use it.
8654 * gdb.arch/altivec-regs.exp: Likewise.
8655 * gdb.arch/e500-regs.exp: Likewise.
8656 * gdb.arch/vsx-regs.exp: Likewise.
8657 * gdb.base/dump.exp: Likewise.
8658 * gdb.base/funcargs.exp: Likewise.
8659 * gdb.base/gnu_vector.exp: Likewise.
8660 * gdb.dwarf2/formdata16.exp: Likewise.
8661 * gdb.dwarf2/implptrpiece.exp: Likewise.
8662 * gdb.dwarf2/nonvar-access.exp: Likewise.
8663 * gdb.python/py-inferior.exp: Likewise.
8664 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8665
8666 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8667
8668 PR gdb/21226
8669 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8670 stack value pieces are taken from the LSB end.
8671
8672 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8673
8674 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8675 variable at nonzero offset.
8676
8677 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8678
8679 * gdb.dwarf2/var-access.c: New file.
8680 * gdb.dwarf2/var-access.exp: New test.
8681 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8682
8683 2017-06-12 Tom Tromey <tom@tromey.com>
8684
8685 * gdb.dwarf2/formdata16.exp: Add tests.
8686
8687 2017-06-12 Tom Tromey <tom@tromey.com>
8688
8689 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8690
8691 2017-06-12 Tom Tromey <tom@tromey.com>
8692
8693 PR exp/16225:
8694 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8695 * gdb.arch/vsx-regs.exp: Update tests.
8696 * gdb.arch/s390-vregs.exp (hex128): New proc.
8697 Update test.
8698 * gdb.arch/altivec-regs.exp: Update tests.
8699
8700 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8701
8702 * gdb.base/startup-with-shell.c: New file.
8703 * gdb.base/startup-with-shell.exp: Likewise.
8704
8705 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8706
8707 * gdb.server/non-existing-program.exp: Update regex in order to
8708 reflect the fact that gdbserver is now using fork_inferior (with a
8709 shell) to startup the inferior.
8710
8711 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8712
8713 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8714 support function calls from GDB.
8715
8716 2017-05-21 Tom Tromey <tom@tromey.com>
8717
8718 PR rust/21466:
8719 * gdb.rust/unsized.exp: New file.
8720 * gdb.rust/unsized.rs: New file.
8721
8722 2017-05-19 Tom Tromey <tom@tromey.com>
8723
8724 PR rust/21484:
8725 * gdb.rust/watch.exp: New file.
8726 * gdb.rust/watch.rs: New file.
8727
8728 2017-05-18 Tom Tromey <tom@tromey.com>
8729
8730 * gdb.rust/simple.exp: Allow Box to be qualified.
8731
8732 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8733
8734 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8735
8736 2017-05-18 Pedro Alves <palves@redhat.com>
8737
8738 * gdb.base/fileio.c (test_write, test_read, test_close)
8739 (test_fstat): Don't print 'ret' in the fail path.
8740
8741 2017-05-18 Pedro Alves <palves@redhat.com>
8742
8743 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8744 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8745 (test_system, test_rename, test_unlink, test_time): Change
8746 prototypes.
8747 * gdb.base/fileio.exp (stop_msg): Adjust.
8748
8749 2017-05-18 Pedro Alves <palves@redhat.com>
8750
8751 * gdb.base/fileio.c (null_str): New global.
8752 (test_stat): Use it.
8753 * gdb.base/fileio.exp: Remove nowarnings.
8754
8755 2017-05-17 Yao Qi <yao.qi@linaro.org>
8756
8757 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8758
8759 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8760
8761 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8762 argument command.
8763 (top-level): Invoke test_set_inferior_tty.
8764
8765 2017-05-04 Pedro Alves <palves@redhat.com>
8766
8767 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8768 Add parens to print call for Python 3.
8769
8770 2017-05-03 Keith Seitz <keiths@redhat.com>
8771
8772 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8773 (main): Call it.
8774
8775 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8776
8777 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8778 to prev and next.
8779
8780 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8781
8782 * gdb.python/py-record-btrace.exp: Remove test for
8783 gdb.BtraceInstruction.error.
8784
8785 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8786
8787 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8788
8789 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8790
8791 * gdb.python/py-record-btrace-threads.c: New file.
8792 * gdb.python/py-record-btrace-threads.exp: New file.
8793
8794 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8795
8796 PR testsuite/8595
8797 * gdb.base/environ.exp: Make test available in all architectures.
8798 Move bits related to "info program" testing to
8799 gdb.base/info-program.exp. Rewrite tests to use the two new
8800 procedures mentione below.
8801 (test_set_show_env_var) New procedure.
8802 (test_set_show_env_var_equal): Likewise.
8803 * gdb.base/info-program.exp: New file.
8804
8805 2017-04-27 Keith Seitz <keiths@redhat.com>
8806
8807 * gdb.cp/oranking.cc (test15): New function.
8808 (main): Call test15 and declare additional variables for testing.
8809 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8810 "p foo101('abc')" tests.
8811 Add tests for cv qualifier overloads.
8812 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8813 "lvalue reference overload" test.
8814 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8815 "print value of f1 on Child&& in f2" test.
8816
8817 2017-04-19 Pedro Alves <palves@redhat.com>
8818
8819 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8820 procedure.
8821 (top level): Call it.
8822 * lib/gdb.exp (gdb_define_cmd): New procedure.
8823
8824 2017-04-12 Pedro Alves <palves@redhat.com>
8825
8826 PR gdb/21323
8827 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8828 (wchar): New global.
8829 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8830 (do_test_wide_char, wide_char_types_no_program, top level): Add
8831 wchar_t testing.
8832
8833 2017-04-12 Pedro Alves <palves@redhat.com>
8834
8835 PR c++/21323
8836 * gdb.cp/wide_char_types.c: New file.
8837 * gdb.cp/wide_char_types.exp: New file.
8838
8839 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8840
8841 PR gdb/21352
8842 * gdb.trace/tsv.exp: Add test for "tsave -r".
8843
8844 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8845
8846 * gdb.dlang/watch-loc.c: New file.
8847 * gdb.dlang/watch-loc.exp: New file.
8848
8849 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8850
8851 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8852
8853 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8854
8855 * gdb.arch/arc-analyze-prologue.S: New file.
8856 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8857
8858 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8859
8860 * gdb.arch/arc-decode-insn.S: New file.
8861 * gdb.arch/arc-decode-insn.exp: Likewise.
8862
8863 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8864
8865 PR tdep/20928
8866 * gdb.arch/sparc64-regs.exp: New file.
8867 * gdb.arch/sparc64-regs.S: Likewise.
8868
8869 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8870
8871 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8872 and memory view on Python 3.
8873
8874 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
8875 Keith Seitz <keiths@redhat.com>
8876
8877 PR gdb/14441
8878 * gdb.cp/demangle.exp: Add rvalue reference tests.
8879 * gdb.cp/rvalue-ref-casts.cc: New file.
8880 * gdb.cp/rvalue-ref-casts.exp: New file.
8881 * gdb.cp/rvalue-ref-overload.cc: New file.
8882 * gdb.cp/rvalue-ref-overload.exp: New file.
8883 * gdb.cp/rvalue-ref-params.cc: New file.
8884 * gdb.cp/rvalue-ref-params.exp: New file.
8885 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8886 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8887 * gdb.cp/rvalue-ref-types.cc: New file.
8888 * gdb.cp/rvalue-ref-types.exp: New file.
8889 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8890 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8891
8892 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8893
8894 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8895 New procedure.
8896
8897 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8898
8899 * lib/mi-support.exp (mi_gdb_test): Add additional message
8900 for unexpected output.
8901
8902 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8903
8904 * gdb.base/examine-backward.c (Barrier): New character array
8905 constant, to ensure that TestStrings is preceded by a string
8906 terminator.
8907
8908 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8909
8910 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8911 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8912 and implicit pointer into such a location.
8913
8914 2017-03-16 Doug Evans <dje@google.com>
8915
8916 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8917
8918 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8919
8920 * gdb.cp/m-static.exp: Fix expectation for prototype of
8921 test5.single_constructor and single_constructor::single_constructor.
8922
8923 2017-03-16 Doug Evans <dje@google.com>
8924
8925 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8926 * gdb.guile/scm-lazy-string.c: New file.
8927 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8928 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8929 for pointer, array, typedef lazy strings.
8930
8931 2017-03-16 Doug Evans <dje@google.com>
8932
8933 PR python/17728, python/18439, python/18779
8934 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8935 * gdb.python/py-lazy-string.c (pointer): New typedef.
8936 (main): New locals ptr, array, typedef_ptr.
8937 * gdb.python/py-value.exp: Move lazy string tests to ...
8938 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8939 array, typedef lazy strings.
8940
8941 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8942
8943 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8944 Add optional 'test' parameter.
8945
8946 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8947
8948 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8949 Skip for versions of DejaGnu < 1.5.
8950
8951 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8952
8953 * lib/gdb.exp (dejagnu_version): New proc.
8954 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8955 Use dejagnu_version.
8956
8957 2017-03-10 Keith Seitz <keiths@redhat.com>
8958
8959 PR c++/8128
8960 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8961 type from destructor regexps.
8962 Add a branch which actually passes the test.
8963 Adjust "ptype t5i" test names.
8964
8965 2017-03-08 Pedro Alves <palves@redhat.com>
8966
8967 * gdb.base/step-over-exit.exp: Add explicit test message.
8968
8969 2017-03-08 Pedro Alves <palves@redhat.com>
8970
8971 PR gdb/18360
8972 * gdb.threads/interrupt-while-step-over.c: New file.
8973 * gdb.threads/interrupt-while-step-over.exp: New file.
8974
8975 2017-03-08 Pedro Alves <palves@redhat.com>
8976
8977 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8978 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8979
8980 2017-03-08 Pedro Alves <palves@redhat.com>
8981
8982 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8983 PKRU as not supported as a PASS.
8984
8985 2017-03-08 Pedro Alves <palves@redhat.com>
8986
8987 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8988 prefix instead of $binfile1/$binfile2.
8989 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8990 in test message.
8991 * gdb.python/py-completion.exp: Use "load python file" as test
8992 messages instead of unstable path names.
8993
8994 2017-03-08 Pedro Alves <palves@redhat.com>
8995 Jan Kratochvil <jan.kratochvil@redhat.com>
8996
8997 PR cli/21218
8998 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8999 New proc.
9000 (top level): Call it.
9001
9002 2017-03-08 Pedro Alves <palves@redhat.com>
9003
9004 PR tui/21216
9005 * gdb.tui/tui-nl-filtered-output.exp: New file.
9006
9007 2017-03-08 Pedro Alves <palves@redhat.com>
9008
9009 * gdb.base/completion.exp: Move TUI completion tests to ...
9010 * gdb.tui/completion.exp: ... this new file.
9011
9012 2017-03-08 Pedro Alves <palves@redhat.com>
9013
9014 * gdb.base/tui-disasm-long-lines.c,
9015 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9016 gdb.base/tui-layout.exp: Move to ...
9017 * gdb.tui/: ... this new directory.
9018
9019 2017-03-07 Pedro Alves <palves@redhat.com>
9020
9021 * gdb.base/tui-layout.c: New file.
9022 * gdb.base/tui-layout.exp: New file.
9023
9024 2017-03-07 Pedro Alves <palves@redhat.com>
9025
9026 * gdb.base/tui-layout.c: Rename to ...
9027 * gdb.base/tui-disasm-long-lines.c: ... this.
9028 * gdb.base/tui-layout.exp: Rename to ...
9029 * gdb.base/tui-disasm-long-lines.exp: ... this.
9030
9031 2017-03-07 Pedro Alves <palves@redhat.com>
9032
9033 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9034
9035 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9036
9037 * i386-mpx-call.c: New file.
9038 * i386-mpx-call.exp: New file.
9039
9040 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9041
9042 * gdb.arch/powerpc-power.exp: Delete test.
9043 * gdb.arch/powerpc-power.s: Likewise.
9044 * gdb.disasm/disassembler-options.exp: New test.
9045 * gdb.arch/powerpc-altivec.exp: Likewise.
9046 * gdb.arch/powerpc-altivec.s: Likewise.
9047 * gdb.arch/powerpc-altivec2.exp: Likewise.
9048 * gdb.arch/powerpc-altivec2.s: Likewise.
9049 * gdb.arch/powerpc-altivec3.exp: Likewise.
9050 * gdb.arch/powerpc-altivec3.s: Likewise.
9051 * gdb.arch/powerpc-power7.exp: Likewise.
9052 * gdb.arch/powerpc-power7.s: Likewise.
9053 * gdb.arch/powerpc-power8.exp: Likewise.
9054 * gdb.arch/powerpc-power8.s: Likewise.
9055 * gdb.arch/powerpc-power9.exp: Likewise.
9056 * gdb.arch/powerpc-power9.s: Likewise.
9057 * gdb.arch/powerpc-vsx.exp: Likewise.
9058 * gdb.arch/powerpc-vsx.s: Likewise.
9059 * gdb.arch/powerpc-vsx2.exp: Likewise.
9060 * gdb.arch/powerpc-vsx2.s: Likewise.
9061 * gdb.arch/powerpc-vsx3.exp: Likewise.
9062 * gdb.arch/powerpc-vsx3.s: Likewise.
9063 * gdb.arch/arm-disassembler-options.exp: Likewise.
9064 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9065 * gdb.arch/s390-disassembler-options.exp: Likewise.
9066
9067 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
9068
9069 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9070 (check_supported_features): ... this. Changed return type to void.
9071 (supports_rdseed): New static global.
9072 (rdseed): Check supports_rdseed.
9073 (initialize): Call check_supported_features.
9074
9075 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9076
9077 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9078 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9079 and lqarx/stqcx.
9080 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9081 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9082
9083 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9084
9085 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9086 uppercase.
9087
9088 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9089
9090 * gdb.dwarf2/formdata16.c: New file.
9091 * gdb.dwarf2/formdata16.exp: New file.
9092 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9093
9094 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9095
9096 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9097 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9098 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9099 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9100 DW_AT_GNU_*.
9101
9102 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9103
9104 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9105
9106 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9107
9108 PR gdb/21164
9109 * gdb.base/maint.exp: Add testcases for when the commands do
9110 not have arguments.
9111
9112 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9113
9114 * gdb.cp/chained-calls.exp: Use p instead of P.
9115
9116 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9117
9118 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9119 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9120
9121 2017-02-14 Tom Tromey <tom@tromey.com>
9122
9123 PR python/13598:
9124 * gdb.python/py-events.exp: Add before_prompt event tests.
9125
9126 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9127
9128 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9129
9130 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9131
9132 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9133 (main): Call my_unique_function_name.
9134 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9135 completion of patterns with a single match.
9136 Add missing -re switches to gdb_test_multiple calls.
9137
9138 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9139
9140 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9141 return if core file is not recognized.
9142
9143 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9144
9145 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9146 and extra UIs.
9147
9148 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9149
9150 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9151 proc_with_prefix.
9152
9153 2017-02-10 Tom Tromey <tom@tromey.com>
9154
9155 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9156
9157 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
9158
9159 PR gdb/21122
9160 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9161
9162 2017-02-08 Jerome Guitton <guitton@adacore.com>
9163
9164 * gdb.base/define.exp: Add test for command abbreviations
9165 in define.
9166
9167 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
9168
9169 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9170 * gdb.reverse/insn-reverse-x86.c: New file.
9171
9172 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9173
9174 PR tdep/20936
9175 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9176
9177 2017-02-03 Tom Tromey <tom@tromey.com>
9178
9179 PR rust/21097:
9180 * gdb.rust/simple.exp: Add new tests.
9181
9182 2017-02-02 Pedro Alves <palves@redhat.com>
9183
9184 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9185 tests.
9186
9187 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9188
9189 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9190 taking a 2-byte value out of a 4-byte DWARF implicit value on
9191 big-endian targets.
9192 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9193 logic. Add test cases for DW_OP_implicit.
9194
9195 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9196
9197 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9198
9199 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9200
9201 * gdb.btrace/enable.exp: Call gdb_exit before
9202 skip_gdbserver_tests.
9203
9204 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9205
9206 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9207 GDBFLAGS.
9208
9209 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9210
9211 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9212 the test is skipped.
9213 * gdb.btrace/data.exp: Likewise.
9214 * gdb.btrace/delta.exp: Likewise.
9215 * gdb.btrace/dlopen.exp: Likewise.
9216 * gdb.btrace/enable-running.exp: Likewise.
9217 * gdb.btrace/enable.exp: Likewise.
9218 * gdb.btrace/exception.exp: Likewise.
9219 * gdb.btrace/function_call_history.exp: Likewise.
9220 * gdb.btrace/gcore.exp: Likewise.
9221 * gdb.btrace/instruction_history.exp: Likewise.
9222 * gdb.btrace/multi-thread-step.exp: Likewise.
9223 * gdb.btrace/nohist.exp: Likewise.
9224 * gdb.btrace/non-stop.exp: Likewise.
9225 * gdb.btrace/reconnect.exp: Likewise.
9226 * gdb.btrace/record_goto-step.exp: Likewise.
9227 * gdb.btrace/record_goto.exp: Likewise.
9228 * gdb.btrace/rn-dl-bind.exp: Likewise.
9229 * gdb.btrace/segv.exp: Likewise.
9230 * gdb.btrace/step.exp: Likewise.
9231 * gdb.btrace/stepi.exp: Likewise.
9232 * gdb.btrace/tailcall-only.exp: Likewise.
9233 * gdb.btrace/tailcall.exp: Likewise.
9234 * gdb.btrace/tsx.exp: Likewise.
9235 * gdb.btrace/unknown_functions.exp: Likewise.
9236 * gdb.btrace/vdso.exp: Likewise.
9237
9238 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9239
9240 * gdb.btrace/enable-running.c: New.
9241 * gdb.btrace/enable-running.exp: New.
9242
9243 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9244
9245 * gdb.arch/amd64-gs_base.c: New file.
9246 * gdb.arch/amd64-gs_base.exp: New file.
9247
9248 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9249
9250 * lib/memory.exp: Remove spurious empty newlines.
9251
9252 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9253
9254 * gdb.python/py-bad-printers.exp: Load python file using "source".
9255 * gdb.python/py-events.exp: Likewise.
9256 * gdb.python/py-evsignal.exp: Likewise.
9257 * gdb.python/py-evthreads.exp: Likewise.
9258 * gdb.python/py-frame-args.exp: Likewise.
9259 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9260 * gdb.python/py-framefilter-mi.exp: Likewise.
9261 * gdb.python/py-framefilter.exp: Likewise.
9262 * gdb.python/py-mi.exp: Likewise.
9263 * gdb.python/py-pp-maint.exp: Likewise.
9264 * gdb.python/py-pp-registration.exp: Likewise.
9265 * gdb.python/py-prettyprint.exp: Likewise.
9266 (run_lang_tests): Likewise.
9267 * gdb.python/py-typeprint.exp: Likewise.
9268
9269 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9270
9271 * lib/memory.exp: New file.
9272 * lib/gdb.exp: Load memory.exp.
9273 * gdb.base/memattr.exp (delete_memory): Move proc to
9274 lib/memory.exp and rename to delete_memory_regions.
9275 Replace delete_memory with delete_memory_regions.
9276 Cleanup memory regions before tests.
9277 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9278 before tests.
9279
9280 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9281
9282 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9283 files.
9284 (initialize): New function conditionally defined.
9285 (testcases): Move within conditional block.
9286 (main): Call initialize.
9287 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9288 of gdb.reverse/insn-reverse.c.
9289 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9290 gdb.reverse/insn-reverse.c.
9291
9292 2017-01-26 Yao Qi <yao.qi@linaro.org>
9293
9294 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9295 disassemble on address 0.
9296
9297 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9298 Yao Qi <yao.qi@linaro.org>
9299
9300 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9301 * gdb.dwarf2/implptr-64bit.S: Remove.
9302 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9303 variables in caller's context. Add DW_OP_implicit_value.
9304
9305 2017-01-25 Yao Qi <yao.qi@linaro.org>
9306
9307 * lib/dwarf.exp (Dwarf::_location): Handle
9308 DW_OP_GNU_implicit_pointer with proper size.
9309
9310 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9311
9312 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9313 and add untested calls.
9314
9315 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9316
9317 * gdb.python/python.exp: Check line number against what GDB thinks
9318 the line number is for func1.
9319
9320 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9321
9322 * gdb.dlang/debug-expr.exp: New file.
9323
9324 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
9325
9326 Fix test names for the following files:
9327
9328 * gdb.ada/exec_changed.exp
9329 * gdb.ada/info_types.exp
9330 * gdb.arch/aarch64-atomic-inst.exp
9331 * gdb.arch/aarch64-fp.exp
9332 * gdb.arch/altivec-abi.exp
9333 * gdb.arch/altivec-regs.exp
9334 * gdb.arch/amd64-byte.exp
9335 * gdb.arch/amd64-disp-step.exp
9336 * gdb.arch/amd64-dword.exp
9337 * gdb.arch/amd64-entry-value-inline.exp
9338 * gdb.arch/amd64-entry-value-param.exp
9339 * gdb.arch/amd64-entry-value-paramref.exp
9340 * gdb.arch/amd64-entry-value.exp
9341 * gdb.arch/amd64-i386-address.exp
9342 * gdb.arch/amd64-invalid-stack-middle.exp
9343 * gdb.arch/amd64-invalid-stack-top.exp
9344 * gdb.arch/amd64-optimout-repeat.exp
9345 * gdb.arch/amd64-prologue-skip.exp
9346 * gdb.arch/amd64-prologue-xmm.exp
9347 * gdb.arch/amd64-stap-special-operands.exp
9348 * gdb.arch/amd64-stap-wrong-subexp.exp
9349 * gdb.arch/amd64-tailcall-cxx.exp
9350 * gdb.arch/amd64-tailcall-noret.exp
9351 * gdb.arch/amd64-tailcall-ret.exp
9352 * gdb.arch/amd64-tailcall-self.exp
9353 * gdb.arch/amd64-word.exp
9354 * gdb.arch/arm-bl-branch-dest.exp
9355 * gdb.arch/arm-disp-step.exp
9356 * gdb.arch/arm-neon.exp
9357 * gdb.arch/arm-single-step-kernel-helper.exp
9358 * gdb.arch/avr-flash-qualifier.exp
9359 * gdb.arch/disp-step-insn-reloc.exp
9360 * gdb.arch/e500-abi.exp
9361 * gdb.arch/e500-regs.exp
9362 * gdb.arch/ftrace-insn-reloc.exp
9363 * gdb.arch/i386-avx512.exp
9364 * gdb.arch/i386-bp_permanent.exp
9365 * gdb.arch/i386-byte.exp
9366 * gdb.arch/i386-cfi-notcurrent.exp
9367 * gdb.arch/i386-disp-step.exp
9368 * gdb.arch/i386-dr3-watch.exp
9369 * gdb.arch/i386-float.exp
9370 * gdb.arch/i386-gnu-cfi.exp
9371 * gdb.arch/i386-mpx-map.exp
9372 * gdb.arch/i386-mpx-sigsegv.exp
9373 * gdb.arch/i386-mpx-simple_segv.exp
9374 * gdb.arch/i386-mpx.exp
9375 * gdb.arch/i386-permbkpt.exp
9376 * gdb.arch/i386-prologue.exp
9377 * gdb.arch/i386-signal.exp
9378 * gdb.arch/i386-size-overlap.exp
9379 * gdb.arch/i386-unwind.exp
9380 * gdb.arch/i386-word.exp
9381 * gdb.arch/mips-fcr.exp
9382 * gdb.arch/powerpc-d128-regs.exp
9383 * gdb.arch/powerpc-stackless.exp
9384 * gdb.arch/ppc64-atomic-inst.exp
9385 * gdb.arch/s390-stackless.exp
9386 * gdb.arch/s390-tdbregs.exp
9387 * gdb.arch/s390-vregs.exp
9388 * gdb.arch/sparc-sysstep.exp
9389 * gdb.arch/thumb-bx-pc.exp
9390 * gdb.arch/thumb-singlestep.exp
9391 * gdb.arch/thumb2-it.exp
9392 * gdb.arch/vsx-regs.exp
9393 * gdb.asm/asm-source.exp
9394 * gdb.base/a2-run.exp
9395 * gdb.base/advance.exp
9396 * gdb.base/all-bin.exp
9397 * gdb.base/anon.exp
9398 * gdb.base/args.exp
9399 * gdb.base/arithmet.exp
9400 * gdb.base/async-shell.exp
9401 * gdb.base/async.exp
9402 * gdb.base/attach-pie-noexec.exp
9403 * gdb.base/attach-twice.exp
9404 * gdb.base/auto-load.exp
9405 * gdb.base/bang.exp
9406 * gdb.base/bitfields.exp
9407 * gdb.base/break-always.exp
9408 * gdb.base/break-caller-line.exp
9409 * gdb.base/break-entry.exp
9410 * gdb.base/break-inline.exp
9411 * gdb.base/break-on-linker-gcd-function.exp
9412 * gdb.base/break-probes.exp
9413 * gdb.base/break.exp
9414 * gdb.base/breakpoint-shadow.exp
9415 * gdb.base/call-ar-st.exp
9416 * gdb.base/call-sc.exp
9417 * gdb.base/call-signal-resume.exp
9418 * gdb.base/call-strs.exp
9419 * gdb.base/callfuncs.exp
9420 * gdb.base/catch-fork-static.exp
9421 * gdb.base/catch-gdb-caused-signals.exp
9422 * gdb.base/catch-load.exp
9423 * gdb.base/catch-signal-fork.exp
9424 * gdb.base/catch-signal.exp
9425 * gdb.base/catch-syscall.exp
9426 * gdb.base/charset.exp
9427 * gdb.base/checkpoint.exp
9428 * gdb.base/chng-syms.exp
9429 * gdb.base/code-expr.exp
9430 * gdb.base/code_elim.exp
9431 * gdb.base/commands.exp
9432 * gdb.base/completion.exp
9433 * gdb.base/complex.exp
9434 * gdb.base/cond-expr.exp
9435 * gdb.base/condbreak.exp
9436 * gdb.base/consecutive.exp
9437 * gdb.base/continue-all-already-running.exp
9438 * gdb.base/coredump-filter.exp
9439 * gdb.base/corefile.exp
9440 * gdb.base/dbx.exp
9441 * gdb.base/debug-expr.exp
9442 * gdb.base/define.exp
9443 * gdb.base/del.exp
9444 * gdb.base/disabled-location.exp
9445 * gdb.base/disasm-end-cu.exp
9446 * gdb.base/disasm-optim.exp
9447 * gdb.base/display.exp
9448 * gdb.base/duplicate-bp.exp
9449 * gdb.base/ena-dis-br.exp
9450 * gdb.base/ending-run.exp
9451 * gdb.base/enumval.exp
9452 * gdb.base/environ.exp
9453 * gdb.base/eu-strip-infcall.exp
9454 * gdb.base/eval-avoid-side-effects.exp
9455 * gdb.base/eval-skip.exp
9456 * gdb.base/exitsignal.exp
9457 * gdb.base/expand-psymtabs.exp
9458 * gdb.base/filesym.exp
9459 * gdb.base/find-unmapped.exp
9460 * gdb.base/finish.exp
9461 * gdb.base/float.exp
9462 * gdb.base/foll-exec-mode.exp
9463 * gdb.base/foll-exec.exp
9464 * gdb.base/foll-fork.exp
9465 * gdb.base/fortran-sym-case.exp
9466 * gdb.base/freebpcmd.exp
9467 * gdb.base/func-ptr.exp
9468 * gdb.base/func-ptrs.exp
9469 * gdb.base/funcargs.exp
9470 * gdb.base/gcore-buffer-overflow.exp
9471 * gdb.base/gcore-relro-pie.exp
9472 * gdb.base/gcore-relro.exp
9473 * gdb.base/gcore.exp
9474 * gdb.base/gdb1090.exp
9475 * gdb.base/gdb11530.exp
9476 * gdb.base/gdb11531.exp
9477 * gdb.base/gdb1821.exp
9478 * gdb.base/gdbindex-stabs.exp
9479 * gdb.base/gdbvars.exp
9480 * gdb.base/hbreak.exp
9481 * gdb.base/hbreak2.exp
9482 * gdb.base/included.exp
9483 * gdb.base/infcall-input.exp
9484 * gdb.base/inferior-died.exp
9485 * gdb.base/infnan.exp
9486 * gdb.base/info-macros.exp
9487 * gdb.base/info-os.exp
9488 * gdb.base/info-proc.exp
9489 * gdb.base/info-shared.exp
9490 * gdb.base/info-target.exp
9491 * gdb.base/infoline.exp
9492 * gdb.base/interp.exp
9493 * gdb.base/interrupt.exp
9494 * gdb.base/jit-reader.exp
9495 * gdb.base/jit-simple.exp
9496 * gdb.base/kill-after-signal.exp
9497 * gdb.base/kill-detach-inferiors-cmd.exp
9498 * gdb.base/label.exp
9499 * gdb.base/langs.exp
9500 * gdb.base/ldbl_e308.exp
9501 * gdb.base/line-symtabs.exp
9502 * gdb.base/linespecs.exp
9503 * gdb.base/list.exp
9504 * gdb.base/long_long.exp
9505 * gdb.base/longest-types.exp
9506 * gdb.base/maint.exp
9507 * gdb.base/max-value-size.exp
9508 * gdb.base/memattr.exp
9509 * gdb.base/mips_pro.exp
9510 * gdb.base/morestack.exp
9511 * gdb.base/moribund-step.exp
9512 * gdb.base/multi-forks.exp
9513 * gdb.base/nested-addr.exp
9514 * gdb.base/nextoverexit.exp
9515 * gdb.base/noreturn-finish.exp
9516 * gdb.base/noreturn-return.exp
9517 * gdb.base/nostdlib.exp
9518 * gdb.base/offsets.exp
9519 * gdb.base/opaque.exp
9520 * gdb.base/pc-fp.exp
9521 * gdb.base/permissions.exp
9522 * gdb.base/print-symbol-loading.exp
9523 * gdb.base/prologue-include.exp
9524 * gdb.base/psymtab.exp
9525 * gdb.base/ptype.exp
9526 * gdb.base/random-signal.exp
9527 * gdb.base/randomize.exp
9528 * gdb.base/range-stepping.exp
9529 * gdb.base/readline-ask.exp
9530 * gdb.base/recpar.exp
9531 * gdb.base/recurse.exp
9532 * gdb.base/relational.exp
9533 * gdb.base/restore.exp
9534 * gdb.base/return-nodebug.exp
9535 * gdb.base/return.exp
9536 * gdb.base/run-after-attach.exp
9537 * gdb.base/save-bp.exp
9538 * gdb.base/scope.exp
9539 * gdb.base/sect-cmd.exp
9540 * gdb.base/set-lang-auto.exp
9541 * gdb.base/set-noassign.exp
9542 * gdb.base/setvar.exp
9543 * gdb.base/sigall.exp
9544 * gdb.base/sigbpt.exp
9545 * gdb.base/siginfo-addr.exp
9546 * gdb.base/siginfo-infcall.exp
9547 * gdb.base/siginfo-obj.exp
9548 * gdb.base/siginfo.exp
9549 * gdb.base/signals-state-child.exp
9550 * gdb.base/signest.exp
9551 * gdb.base/sigstep.exp
9552 * gdb.base/sizeof.exp
9553 * gdb.base/skip.exp
9554 * gdb.base/solib-corrupted.exp
9555 * gdb.base/solib-nodir.exp
9556 * gdb.base/solib-search.exp
9557 * gdb.base/stack-checking.exp
9558 * gdb.base/stale-infcall.exp
9559 * gdb.base/stap-probe.exp
9560 * gdb.base/start.exp
9561 * gdb.base/step-break.exp
9562 * gdb.base/step-bt.exp
9563 * gdb.base/step-line.exp
9564 * gdb.base/step-over-exit.exp
9565 * gdb.base/step-over-syscall.exp
9566 * gdb.base/step-resume-infcall.exp
9567 * gdb.base/step-test.exp
9568 * gdb.base/store.exp
9569 * gdb.base/structs3.exp
9570 * gdb.base/sym-file.exp
9571 * gdb.base/symbol-without-target_section.exp
9572 * gdb.base/term.exp
9573 * gdb.base/testenv.exp
9574 * gdb.base/ui-redirect.exp
9575 * gdb.base/until.exp
9576 * gdb.base/unwindonsignal.exp
9577 * gdb.base/value-double-free.exp
9578 * gdb.base/vla-datatypes.exp
9579 * gdb.base/vla-ptr.exp
9580 * gdb.base/vla-sideeffect.exp
9581 * gdb.base/volatile.exp
9582 * gdb.base/watch-cond-infcall.exp
9583 * gdb.base/watch-cond.exp
9584 * gdb.base/watch-non-mem.exp
9585 * gdb.base/watch-read.exp
9586 * gdb.base/watch-vfork.exp
9587 * gdb.base/watchpoint-cond-gone.exp
9588 * gdb.base/watchpoint-delete.exp
9589 * gdb.base/watchpoint-hw-hit-once.exp
9590 * gdb.base/watchpoint-hw.exp
9591 * gdb.base/watchpoint-stops-at-right-insn.exp
9592 * gdb.base/watchpoints.exp
9593 * gdb.base/wchar.exp
9594 * gdb.base/whatis-exp.exp
9595 * gdb.btrace/buffer-size.exp
9596 * gdb.btrace/data.exp
9597 * gdb.btrace/delta.exp
9598 * gdb.btrace/dlopen.exp
9599 * gdb.btrace/enable.exp
9600 * gdb.btrace/exception.exp
9601 * gdb.btrace/function_call_history.exp
9602 * gdb.btrace/gcore.exp
9603 * gdb.btrace/instruction_history.exp
9604 * gdb.btrace/nohist.exp
9605 * gdb.btrace/reconnect.exp
9606 * gdb.btrace/record_goto-step.exp
9607 * gdb.btrace/record_goto.exp
9608 * gdb.btrace/rn-dl-bind.exp
9609 * gdb.btrace/segv.exp
9610 * gdb.btrace/step.exp
9611 * gdb.btrace/stepi.exp
9612 * gdb.btrace/tailcall-only.exp
9613 * gdb.btrace/tailcall.exp
9614 * gdb.btrace/tsx.exp
9615 * gdb.btrace/unknown_functions.exp
9616 * gdb.btrace/vdso.exp
9617 * gdb.compile/compile-ifunc.exp
9618 * gdb.compile/compile-ops.exp
9619 * gdb.compile/compile-print.exp
9620 * gdb.compile/compile-setjmp.exp
9621 * gdb.cp/abstract-origin.exp
9622 * gdb.cp/ambiguous.exp
9623 * gdb.cp/annota2.exp
9624 * gdb.cp/annota3.exp
9625 * gdb.cp/anon-ns.exp
9626 * gdb.cp/anon-struct.exp
9627 * gdb.cp/anon-union.exp
9628 * gdb.cp/arg-reference.exp
9629 * gdb.cp/baseenum.exp
9630 * gdb.cp/bool.exp
9631 * gdb.cp/breakpoint.exp
9632 * gdb.cp/bs15503.exp
9633 * gdb.cp/call-c.exp
9634 * gdb.cp/casts.exp
9635 * gdb.cp/chained-calls.exp
9636 * gdb.cp/class2.exp
9637 * gdb.cp/classes.exp
9638 * gdb.cp/cmpd-minsyms.exp
9639 * gdb.cp/converts.exp
9640 * gdb.cp/cp-relocate.exp
9641 * gdb.cp/cpcompletion.exp
9642 * gdb.cp/cpexprs.exp
9643 * gdb.cp/cplabel.exp
9644 * gdb.cp/cplusfuncs.exp
9645 * gdb.cp/cpsizeof.exp
9646 * gdb.cp/ctti.exp
9647 * gdb.cp/derivation.exp
9648 * gdb.cp/destrprint.exp
9649 * gdb.cp/dispcxx.exp
9650 * gdb.cp/enum-class.exp
9651 * gdb.cp/exception.exp
9652 * gdb.cp/exceptprint.exp
9653 * gdb.cp/expand-psymtabs-cxx.exp
9654 * gdb.cp/expand-sals.exp
9655 * gdb.cp/extern-c.exp
9656 * gdb.cp/filename.exp
9657 * gdb.cp/formatted-ref.exp
9658 * gdb.cp/fpointer.exp
9659 * gdb.cp/gdb1355.exp
9660 * gdb.cp/gdb2495.exp
9661 * gdb.cp/hang.exp
9662 * gdb.cp/impl-this.exp
9663 * gdb.cp/infcall-dlopen.exp
9664 * gdb.cp/inherit.exp
9665 * gdb.cp/iostream.exp
9666 * gdb.cp/koenig.exp
9667 * gdb.cp/local.exp
9668 * gdb.cp/m-data.exp
9669 * gdb.cp/m-static.exp
9670 * gdb.cp/mb-ctor.exp
9671 * gdb.cp/mb-inline.exp
9672 * gdb.cp/mb-templates.exp
9673 * gdb.cp/member-name.exp
9674 * gdb.cp/member-ptr.exp
9675 * gdb.cp/meth-typedefs.exp
9676 * gdb.cp/method.exp
9677 * gdb.cp/method2.exp
9678 * gdb.cp/minsym-fallback.exp
9679 * gdb.cp/misc.exp
9680 * gdb.cp/namelessclass.exp
9681 * gdb.cp/namespace-enum.exp
9682 * gdb.cp/namespace-nested-import.exp
9683 * gdb.cp/namespace.exp
9684 * gdb.cp/nextoverthrow.exp
9685 * gdb.cp/no-dmgl-verbose.exp
9686 * gdb.cp/non-trivial-retval.exp
9687 * gdb.cp/noparam.exp
9688 * gdb.cp/nsdecl.exp
9689 * gdb.cp/nsimport.exp
9690 * gdb.cp/nsnested.exp
9691 * gdb.cp/nsnoimports.exp
9692 * gdb.cp/nsrecurs.exp
9693 * gdb.cp/nsstress.exp
9694 * gdb.cp/nsusing.exp
9695 * gdb.cp/operator.exp
9696 * gdb.cp/oranking.exp
9697 * gdb.cp/overload-const.exp
9698 * gdb.cp/overload.exp
9699 * gdb.cp/ovldbreak.exp
9700 * gdb.cp/ovsrch.exp
9701 * gdb.cp/paren-type.exp
9702 * gdb.cp/parse-lang.exp
9703 * gdb.cp/pass-by-ref.exp
9704 * gdb.cp/pr-1023.exp
9705 * gdb.cp/pr-1210.exp
9706 * gdb.cp/pr-574.exp
9707 * gdb.cp/pr10687.exp
9708 * gdb.cp/pr12028.exp
9709 * gdb.cp/pr17132.exp
9710 * gdb.cp/pr17494.exp
9711 * gdb.cp/pr9067.exp
9712 * gdb.cp/pr9167.exp
9713 * gdb.cp/pr9631.exp
9714 * gdb.cp/printmethod.exp
9715 * gdb.cp/psmang.exp
9716 * gdb.cp/psymtab-parameter.exp
9717 * gdb.cp/ptype-cv-cp.exp
9718 * gdb.cp/ptype-flags.exp
9719 * gdb.cp/re-set-overloaded.exp
9720 * gdb.cp/ref-types.exp
9721 * gdb.cp/rtti.exp
9722 * gdb.cp/scope-err.exp
9723 * gdb.cp/shadow.exp
9724 * gdb.cp/smartp.exp
9725 * gdb.cp/static-method.exp
9726 * gdb.cp/static-print-quit.exp
9727 * gdb.cp/temargs.exp
9728 * gdb.cp/templates.exp
9729 * gdb.cp/try_catch.exp
9730 * gdb.cp/typedef-operator.exp
9731 * gdb.cp/typeid.exp
9732 * gdb.cp/userdef.exp
9733 * gdb.cp/using-crash.exp
9734 * gdb.cp/var-tag.exp
9735 * gdb.cp/virtbase.exp
9736 * gdb.cp/virtfunc.exp
9737 * gdb.cp/virtfunc2.exp
9738 * gdb.cp/vla-cxx.exp
9739 * gdb.disasm/t01_mov.exp
9740 * gdb.disasm/t02_mova.exp
9741 * gdb.disasm/t03_add.exp
9742 * gdb.disasm/t04_sub.exp
9743 * gdb.disasm/t05_cmp.exp
9744 * gdb.disasm/t06_ari2.exp
9745 * gdb.disasm/t07_ari3.exp
9746 * gdb.disasm/t08_or.exp
9747 * gdb.disasm/t09_xor.exp
9748 * gdb.disasm/t10_and.exp
9749 * gdb.disasm/t11_logs.exp
9750 * gdb.disasm/t12_bit.exp
9751 * gdb.disasm/t13_otr.exp
9752 * gdb.dlang/circular.exp
9753 * gdb.dwarf2/arr-stride.exp
9754 * gdb.dwarf2/arr-subrange.exp
9755 * gdb.dwarf2/atomic-type.exp
9756 * gdb.dwarf2/bad-regnum.exp
9757 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9758 * gdb.dwarf2/callframecfa.exp
9759 * gdb.dwarf2/clztest.exp
9760 * gdb.dwarf2/corrupt.exp
9761 * gdb.dwarf2/data-loc.exp
9762 * gdb.dwarf2/dup-psym.exp
9763 * gdb.dwarf2/dw2-anon-mptr.exp
9764 * gdb.dwarf2/dw2-anonymous-func.exp
9765 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9766 * gdb.dwarf2/dw2-bad-unresolved.exp
9767 * gdb.dwarf2/dw2-basic.exp
9768 * gdb.dwarf2/dw2-canonicalize-type.exp
9769 * gdb.dwarf2/dw2-case-insensitive.exp
9770 * gdb.dwarf2/dw2-common-block.exp
9771 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9772 * gdb.dwarf2/dw2-compressed.exp
9773 * gdb.dwarf2/dw2-const.exp
9774 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9775 * gdb.dwarf2/dw2-cu-size.exp
9776 * gdb.dwarf2/dw2-dup-frame.exp
9777 * gdb.dwarf2/dw2-entry-value.exp
9778 * gdb.dwarf2/dw2-icycle.exp
9779 * gdb.dwarf2/dw2-ifort-parameter.exp
9780 * gdb.dwarf2/dw2-inline-break.exp
9781 * gdb.dwarf2/dw2-inline-param.exp
9782 * gdb.dwarf2/dw2-intercu.exp
9783 * gdb.dwarf2/dw2-intermix.exp
9784 * gdb.dwarf2/dw2-lexical-block-bare.exp
9785 * gdb.dwarf2/dw2-linkage-name-trust.exp
9786 * gdb.dwarf2/dw2-minsym-in-cu.exp
9787 * gdb.dwarf2/dw2-noloc.exp
9788 * gdb.dwarf2/dw2-op-call.exp
9789 * gdb.dwarf2/dw2-op-out-param.exp
9790 * gdb.dwarf2/dw2-opt-structptr.exp
9791 * gdb.dwarf2/dw2-param-error.exp
9792 * gdb.dwarf2/dw2-producer.exp
9793 * gdb.dwarf2/dw2-ranges-base.exp
9794 * gdb.dwarf2/dw2-ref-missing-frame.exp
9795 * gdb.dwarf2/dw2-reg-undefined.exp
9796 * gdb.dwarf2/dw2-regno-invalid.exp
9797 * gdb.dwarf2/dw2-restore.exp
9798 * gdb.dwarf2/dw2-restrict.exp
9799 * gdb.dwarf2/dw2-single-line-discriminators.exp
9800 * gdb.dwarf2/dw2-strp.exp
9801 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9802 * gdb.dwarf2/dw2-unresolved.exp
9803 * gdb.dwarf2/dw2-var-zero-addr.exp
9804 * gdb.dwarf2/dw4-sig-types.exp
9805 * gdb.dwarf2/dwz.exp
9806 * gdb.dwarf2/dynarr-ptr.exp
9807 * gdb.dwarf2/enum-type.exp
9808 * gdb.dwarf2/gdb-index.exp
9809 * gdb.dwarf2/implptr-64bit.exp
9810 * gdb.dwarf2/implptr-optimized-out.exp
9811 * gdb.dwarf2/implptr.exp
9812 * gdb.dwarf2/implref-array.exp
9813 * gdb.dwarf2/implref-const.exp
9814 * gdb.dwarf2/implref-global.exp
9815 * gdb.dwarf2/implref-struct.exp
9816 * gdb.dwarf2/mac-fileno.exp
9817 * gdb.dwarf2/main-subprogram.exp
9818 * gdb.dwarf2/member-ptr-forwardref.exp
9819 * gdb.dwarf2/method-ptr.exp
9820 * gdb.dwarf2/missing-sig-type.exp
9821 * gdb.dwarf2/nonvar-access.exp
9822 * gdb.dwarf2/opaque-type-lookup.exp
9823 * gdb.dwarf2/pieces-optimized-out.exp
9824 * gdb.dwarf2/pieces.exp
9825 * gdb.dwarf2/pr10770.exp
9826 * gdb.dwarf2/pr13961.exp
9827 * gdb.dwarf2/staticvirtual.exp
9828 * gdb.dwarf2/subrange.exp
9829 * gdb.dwarf2/symtab-producer.exp
9830 * gdb.dwarf2/trace-crash.exp
9831 * gdb.dwarf2/typeddwarf.exp
9832 * gdb.dwarf2/valop.exp
9833 * gdb.dwarf2/watch-notconst.exp
9834 * gdb.fortran/array-element.exp
9835 * gdb.fortran/charset.exp
9836 * gdb.fortran/common-block.exp
9837 * gdb.fortran/complex.exp
9838 * gdb.fortran/derived-type-function.exp
9839 * gdb.fortran/derived-type.exp
9840 * gdb.fortran/logical.exp
9841 * gdb.fortran/module.exp
9842 * gdb.fortran/multi-dim.exp
9843 * gdb.fortran/nested-funcs.exp
9844 * gdb.fortran/print-formatted.exp
9845 * gdb.fortran/subarray.exp
9846 * gdb.fortran/vla-alloc-assoc.exp
9847 * gdb.fortran/vla-datatypes.exp
9848 * gdb.fortran/vla-history.exp
9849 * gdb.fortran/vla-ptr-info.exp
9850 * gdb.fortran/vla-ptype-sub.exp
9851 * gdb.fortran/vla-ptype.exp
9852 * gdb.fortran/vla-sizeof.exp
9853 * gdb.fortran/vla-type.exp
9854 * gdb.fortran/vla-value-sub-arbitrary.exp
9855 * gdb.fortran/vla-value-sub-finish.exp
9856 * gdb.fortran/vla-value-sub.exp
9857 * gdb.fortran/vla-value.exp
9858 * gdb.fortran/whatis_type.exp
9859 * gdb.go/chan.exp
9860 * gdb.go/handcall.exp
9861 * gdb.go/hello.exp
9862 * gdb.go/integers.exp
9863 * gdb.go/methods.exp
9864 * gdb.go/package.exp
9865 * gdb.go/strings.exp
9866 * gdb.go/types.exp
9867 * gdb.go/unsafe.exp
9868 * gdb.guile/scm-arch.exp
9869 * gdb.guile/scm-block.exp
9870 * gdb.guile/scm-breakpoint.exp
9871 * gdb.guile/scm-cmd.exp
9872 * gdb.guile/scm-disasm.exp
9873 * gdb.guile/scm-equal.exp
9874 * gdb.guile/scm-frame-args.exp
9875 * gdb.guile/scm-frame-inline.exp
9876 * gdb.guile/scm-frame.exp
9877 * gdb.guile/scm-iterator.exp
9878 * gdb.guile/scm-math.exp
9879 * gdb.guile/scm-objfile.exp
9880 * gdb.guile/scm-ports.exp
9881 * gdb.guile/scm-symbol.exp
9882 * gdb.guile/scm-symtab.exp
9883 * gdb.guile/scm-value-cc.exp
9884 * gdb.guile/types-module.exp
9885 * gdb.linespec/break-ask.exp
9886 * gdb.linespec/cpexplicit.exp
9887 * gdb.linespec/explicit.exp
9888 * gdb.linespec/keywords.exp
9889 * gdb.linespec/linespec.exp
9890 * gdb.linespec/ls-dollar.exp
9891 * gdb.linespec/ls-errs.exp
9892 * gdb.linespec/skip-two.exp
9893 * gdb.linespec/thread.exp
9894 * gdb.mi/mi-async.exp
9895 * gdb.mi/mi-basics.exp
9896 * gdb.mi/mi-break.exp
9897 * gdb.mi/mi-catch-load.exp
9898 * gdb.mi/mi-cli.exp
9899 * gdb.mi/mi-cmd-param-changed.exp
9900 * gdb.mi/mi-console.exp
9901 * gdb.mi/mi-detach.exp
9902 * gdb.mi/mi-disassemble.exp
9903 * gdb.mi/mi-eval.exp
9904 * gdb.mi/mi-file-transfer.exp
9905 * gdb.mi/mi-file.exp
9906 * gdb.mi/mi-fill-memory.exp
9907 * gdb.mi/mi-inheritance-syntax-error.exp
9908 * gdb.mi/mi-linespec-err-cp.exp
9909 * gdb.mi/mi-logging.exp
9910 * gdb.mi/mi-memory-changed.exp
9911 * gdb.mi/mi-read-memory.exp
9912 * gdb.mi/mi-record-changed.exp
9913 * gdb.mi/mi-reg-undefined.exp
9914 * gdb.mi/mi-regs.exp
9915 * gdb.mi/mi-return.exp
9916 * gdb.mi/mi-reverse.exp
9917 * gdb.mi/mi-simplerun.exp
9918 * gdb.mi/mi-solib.exp
9919 * gdb.mi/mi-stack.exp
9920 * gdb.mi/mi-stepi.exp
9921 * gdb.mi/mi-syn-frame.exp
9922 * gdb.mi/mi-until.exp
9923 * gdb.mi/mi-var-block.exp
9924 * gdb.mi/mi-var-child.exp
9925 * gdb.mi/mi-var-cmd.exp
9926 * gdb.mi/mi-var-cp.exp
9927 * gdb.mi/mi-var-display.exp
9928 * gdb.mi/mi-var-invalidate.exp
9929 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9930 * gdb.mi/mi-vla-fortran.exp
9931 * gdb.mi/mi-watch.exp
9932 * gdb.mi/mi2-var-child.exp
9933 * gdb.mi/user-selected-context-sync.exp
9934 * gdb.modula2/unbounded-array.exp
9935 * gdb.multi/dummy-frame-restore.exp
9936 * gdb.multi/multi-arch-exec.exp
9937 * gdb.multi/multi-arch.exp
9938 * gdb.multi/tids.exp
9939 * gdb.multi/watchpoint-multi.exp
9940 * gdb.opencl/callfuncs.exp
9941 * gdb.opencl/convs_casts.exp
9942 * gdb.opencl/datatypes.exp
9943 * gdb.opencl/operators.exp
9944 * gdb.opencl/vec_comps.exp
9945 * gdb.opt/clobbered-registers-O2.exp
9946 * gdb.opt/inline-break.exp
9947 * gdb.opt/inline-bt.exp
9948 * gdb.opt/inline-cmds.exp
9949 * gdb.opt/inline-locals.exp
9950 * gdb.pascal/case-insensitive-symbols.exp
9951 * gdb.pascal/floats.exp
9952 * gdb.pascal/gdb11492.exp
9953 * gdb.python/lib-types.exp
9954 * gdb.python/py-arch.exp
9955 * gdb.python/py-as-string.exp
9956 * gdb.python/py-bad-printers.exp
9957 * gdb.python/py-block.exp
9958 * gdb.python/py-breakpoint-create-fail.exp
9959 * gdb.python/py-breakpoint.exp
9960 * gdb.python/py-caller-is.exp
9961 * gdb.python/py-cmd.exp
9962 * gdb.python/py-explore-cc.exp
9963 * gdb.python/py-explore.exp
9964 * gdb.python/py-finish-breakpoint.exp
9965 * gdb.python/py-finish-breakpoint2.exp
9966 * gdb.python/py-frame-args.exp
9967 * gdb.python/py-frame-inline.exp
9968 * gdb.python/py-frame.exp
9969 * gdb.python/py-framefilter-mi.exp
9970 * gdb.python/py-infthread.exp
9971 * gdb.python/py-lazy-string.exp
9972 * gdb.python/py-linetable.exp
9973 * gdb.python/py-mi-events.exp
9974 * gdb.python/py-mi-objfile.exp
9975 * gdb.python/py-mi.exp
9976 * gdb.python/py-objfile.exp
9977 * gdb.python/py-pp-integral.exp
9978 * gdb.python/py-pp-maint.exp
9979 * gdb.python/py-pp-re-notag.exp
9980 * gdb.python/py-pp-registration.exp
9981 * gdb.python/py-recurse-unwind.exp
9982 * gdb.python/py-strfns.exp
9983 * gdb.python/py-symbol.exp
9984 * gdb.python/py-symtab.exp
9985 * gdb.python/py-sync-interp.exp
9986 * gdb.python/py-typeprint.exp
9987 * gdb.python/py-unwind-maint.exp
9988 * gdb.python/py-unwind.exp
9989 * gdb.python/py-value-cc.exp
9990 * gdb.python/py-xmethods.exp
9991 * gdb.reverse/amd64-tailcall-reverse.exp
9992 * gdb.reverse/break-precsave.exp
9993 * gdb.reverse/break-reverse.exp
9994 * gdb.reverse/consecutive-precsave.exp
9995 * gdb.reverse/consecutive-reverse.exp
9996 * gdb.reverse/finish-precsave.exp
9997 * gdb.reverse/finish-reverse-bkpt.exp
9998 * gdb.reverse/finish-reverse.exp
9999 * gdb.reverse/fstatat-reverse.exp
10000 * gdb.reverse/getresuid-reverse.exp
10001 * gdb.reverse/i386-precsave.exp
10002 * gdb.reverse/i386-reverse.exp
10003 * gdb.reverse/i386-sse-reverse.exp
10004 * gdb.reverse/i387-env-reverse.exp
10005 * gdb.reverse/i387-stack-reverse.exp
10006 * gdb.reverse/insn-reverse.exp
10007 * gdb.reverse/machinestate-precsave.exp
10008 * gdb.reverse/machinestate.exp
10009 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10010 * gdb.reverse/pipe-reverse.exp
10011 * gdb.reverse/readv-reverse.exp
10012 * gdb.reverse/recvmsg-reverse.exp
10013 * gdb.reverse/rerun-prec.exp
10014 * gdb.reverse/s390-mvcle.exp
10015 * gdb.reverse/step-precsave.exp
10016 * gdb.reverse/step-reverse.exp
10017 * gdb.reverse/time-reverse.exp
10018 * gdb.reverse/until-precsave.exp
10019 * gdb.reverse/until-reverse.exp
10020 * gdb.reverse/waitpid-reverse.exp
10021 * gdb.reverse/watch-precsave.exp
10022 * gdb.reverse/watch-reverse.exp
10023 * gdb.rust/generics.exp
10024 * gdb.rust/methods.exp
10025 * gdb.rust/modules.exp
10026 * gdb.rust/simple.exp
10027 * gdb.server/connect-with-no-symbol-file.exp
10028 * gdb.server/ext-attach.exp
10029 * gdb.server/ext-restart.exp
10030 * gdb.server/ext-wrapper.exp
10031 * gdb.server/file-transfer.exp
10032 * gdb.server/server-exec-info.exp
10033 * gdb.server/server-kill.exp
10034 * gdb.server/server-mon.exp
10035 * gdb.server/wrapper.exp
10036 * gdb.stabs/exclfwd.exp
10037 * gdb.stabs/gdb11479.exp
10038 * gdb.threads/clone-new-thread-event.exp
10039 * gdb.threads/corethreads.exp
10040 * gdb.threads/current-lwp-dead.exp
10041 * gdb.threads/dlopen-libpthread.exp
10042 * gdb.threads/gcore-thread.exp
10043 * gdb.threads/sigstep-threads.exp
10044 * gdb.threads/watchpoint-fork.exp
10045 * gdb.trace/actions-changed.exp
10046 * gdb.trace/backtrace.exp
10047 * gdb.trace/change-loc.exp
10048 * gdb.trace/circ.exp
10049 * gdb.trace/collection.exp
10050 * gdb.trace/disconnected-tracing.exp
10051 * gdb.trace/ftrace.exp
10052 * gdb.trace/mi-trace-frame-collected.exp
10053 * gdb.trace/mi-trace-unavailable.exp
10054 * gdb.trace/mi-traceframe-changed.exp
10055 * gdb.trace/mi-tsv-changed.exp
10056 * gdb.trace/no-attach-trace.exp
10057 * gdb.trace/passc-dyn.exp
10058 * gdb.trace/qtro.exp
10059 * gdb.trace/range-stepping.exp
10060 * gdb.trace/read-memory.exp
10061 * gdb.trace/save-trace.exp
10062 * gdb.trace/signal.exp
10063 * gdb.trace/status-stop.exp
10064 * gdb.trace/tfile.exp
10065 * gdb.trace/trace-break.exp
10066 * gdb.trace/trace-buffer-size.exp
10067 * gdb.trace/trace-condition.exp
10068 * gdb.trace/tracefile-pseudo-reg.exp
10069 * gdb.trace/tstatus.exp
10070 * gdb.trace/unavailable.exp
10071 * gdb.trace/while-dyn.exp
10072 * gdb.trace/while-stepping.exp
10073
10074 2016-12-22 Doug Evans <xdje42@gmail.com>
10075
10076 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10077 and msymbols.
10078
10079 2016-12-19 Yao Qi <yao.qi@linaro.org>
10080
10081 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10082 (test_with_self): Don't call do_steps_and_nexts, and remove
10083 code about stepping into xmalloc.
10084
10085 2016-12-09 Yao Qi <yao.qi@linaro.org>
10086
10087 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10088
10089 2016-12-09 Yao Qi <yao.qi@linaro.org>
10090
10091 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10092
10093 2016-12-09 Pedro Alves <palves@redhat.com>
10094
10095 * gdb.base/all-architectures-0.exp: New file.
10096 * gdb.base/all-architectures-1.exp: New file.
10097 * gdb.base/all-architectures-2.exp: New file.
10098 * gdb.base/all-architectures-3.exp: New file.
10099 * gdb.base/all-architectures-4.exp: New file.
10100 * gdb.base/all-architectures-5.exp: New file.
10101 * gdb.base/all-architectures-6.exp: New file.
10102 * gdb.base/all-architectures-7.exp: New file.
10103 * gdb.base/all-architectures.exp.in: New file.
10104
10105 2016-12-09 Yao Qi <yao.qi@linaro.org>
10106
10107 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10108
10109 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10110
10111 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10112 possible.
10113 Remove useless pattern-matching code.
10114
10115 2016-12-02 Pedro Alves <palves@redhat.com>
10116
10117 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10118 procedure.
10119 (top level): Call it.
10120
10121 2016-12-02 Pedro Alves <palves@redhat.com>
10122
10123 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10124 New procedure.
10125 (top level): Call it.
10126
10127 2016-12-02 Pedro Alves <palves@redhat.com>
10128
10129 PR cli/20559
10130 * gdb.base/commands.exp (user_defined_command_args_eval): New
10131 procedure.
10132 (top level): Call it.
10133
10134 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10135
10136 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10137 timeout handling.
10138
10139 2016-12-02 Tom Tromey <tom@tromey.com>
10140
10141 * gdb.dwarf2/main-subprogram.c: New file.
10142 * gdb.dwarf2/main-subprogram.exp: New file.
10143
10144 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10145
10146 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10147 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10148 gdb_test_no_output for a couple of cases.
10149 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10150
10151 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10152
10153 Fix test names and standardize compilation error messages throughout
10154 the following files:
10155
10156 * gdb.ada/start.exp
10157 * gdb.arch/alpha-step.exp
10158 * gdb.arch/e500-prologue.exp
10159 * gdb.arch/ftrace-insn-reloc.exp
10160 * gdb.arch/gdb1291.exp
10161 * gdb.arch/gdb1431.exp
10162 * gdb.arch/gdb1558.exp
10163 * gdb.arch/i386-dr3-watch.exp
10164 * gdb.arch/i386-sse-stack-align.exp
10165 * gdb.arch/ia64-breakpoint-shadow.exp
10166 * gdb.arch/pa-nullify.exp
10167 * gdb.arch/powerpc-aix-prologue.exp
10168 * gdb.arch/thumb-bx-pc.exp
10169 * gdb.base/annota1.exp
10170 * gdb.base/annota3.exp
10171 * gdb.base/arrayidx.exp
10172 * gdb.base/assign.exp
10173 * gdb.base/attach.exp
10174 * gdb.base/auxv.exp
10175 * gdb.base/bang.exp
10176 * gdb.base/bfp-test.exp
10177 * gdb.base/bigcore.exp
10178 * gdb.base/bitfields2.exp
10179 * gdb.base/break-fun-addr.exp
10180 * gdb.base/break-probes.exp
10181 * gdb.base/call-rt-st.exp
10182 * gdb.base/callexit.exp
10183 * gdb.base/catch-fork-kill.exp
10184 * gdb.base/charset.exp
10185 * gdb.base/checkpoint.exp
10186 * gdb.base/comprdebug.exp
10187 * gdb.base/constvars.exp
10188 * gdb.base/coredump-filter.exp
10189 * gdb.base/cursal.exp
10190 * gdb.base/cvexpr.exp
10191 * gdb.base/detach.exp
10192 * gdb.base/display.exp
10193 * gdb.base/dmsym.exp
10194 * gdb.base/dprintf-pending.exp
10195 * gdb.base/dso2dso.exp
10196 * gdb.base/dtrace-probe.exp
10197 * gdb.base/dump.exp
10198 * gdb.base/enum_cond.exp
10199 * gdb.base/exe-lock.exp
10200 * gdb.base/exec-invalid-sysroot.exp
10201 * gdb.base/execl-update-breakpoints.exp
10202 * gdb.base/exprs.exp
10203 * gdb.base/fileio.exp
10204 * gdb.base/find.exp
10205 * gdb.base/finish.exp
10206 * gdb.base/fixsection.exp
10207 * gdb.base/foll-vfork.exp
10208 * gdb.base/frame-args.exp
10209 * gdb.base/gcore.exp
10210 * gdb.base/gdb1250.exp
10211 * gdb.base/global-var-nested-by-dso.exp
10212 * gdb.base/gnu-ifunc.exp
10213 * gdb.base/hashline1.exp
10214 * gdb.base/hashline2.exp
10215 * gdb.base/hashline3.exp
10216 * gdb.base/hbreak-in-shr-unsupported.exp
10217 * gdb.base/huge.exp
10218 * gdb.base/infcall-input.exp
10219 * gdb.base/info-fun.exp
10220 * gdb.base/info-shared.exp
10221 * gdb.base/jit-simple.exp
10222 * gdb.base/jit-so.exp
10223 * gdb.base/jit.exp
10224 * gdb.base/jump.exp
10225 * gdb.base/label.exp
10226 * gdb.base/lineinc.exp
10227 * gdb.base/logical.exp
10228 * gdb.base/longjmp.exp
10229 * gdb.base/macscp.exp
10230 * gdb.base/miscexprs.exp
10231 * gdb.base/new-ui-echo.exp
10232 * gdb.base/new-ui-pending-input.exp
10233 * gdb.base/new-ui.exp
10234 * gdb.base/nodebug.exp
10235 * gdb.base/nofield.exp
10236 * gdb.base/offsets.exp
10237 * gdb.base/overlays.exp
10238 * gdb.base/pending.exp
10239 * gdb.base/pointers.exp
10240 * gdb.base/pr11022.exp
10241 * gdb.base/printcmds.exp
10242 * gdb.base/prologue.exp
10243 * gdb.base/ptr-typedef.exp
10244 * gdb.base/realname-expand.exp
10245 * gdb.base/relativedebug.exp
10246 * gdb.base/relocate.exp
10247 * gdb.base/remote.exp
10248 * gdb.base/reread.exp
10249 * gdb.base/return2.exp
10250 * gdb.base/savedregs.exp
10251 * gdb.base/sep.exp
10252 * gdb.base/sepdebug.exp
10253 * gdb.base/sepsymtab.exp
10254 * gdb.base/set-inferior-tty.exp
10255 * gdb.base/setshow.exp
10256 * gdb.base/shlib-call.exp
10257 * gdb.base/sigaltstack.exp
10258 * gdb.base/siginfo-addr.exp
10259 * gdb.base/signals.exp
10260 * gdb.base/signull.exp
10261 * gdb.base/sigrepeat.exp
10262 * gdb.base/so-impl-ld.exp
10263 * gdb.base/solib-display.exp
10264 * gdb.base/solib-overlap.exp
10265 * gdb.base/solib-search.exp
10266 * gdb.base/solib-symbol.exp
10267 * gdb.base/structs.exp
10268 * gdb.base/structs2.exp
10269 * gdb.base/symtab-search-order.exp
10270 * gdb.base/twice.exp
10271 * gdb.base/unload.exp
10272 * gdb.base/varargs.exp
10273 * gdb.base/watchpoint-solib.exp
10274 * gdb.base/watchpoint.exp
10275 * gdb.base/whatis.exp
10276 * gdb.base/wrong_frame_bt_full.exp
10277 * gdb.btrace/dlopen.exp
10278 * gdb.cell/ea-standalone.exp
10279 * gdb.cell/ea-test.exp
10280 * gdb.cp/dispcxx.exp
10281 * gdb.cp/gdb2384.exp
10282 * gdb.cp/method2.exp
10283 * gdb.cp/nextoverthrow.exp
10284 * gdb.cp/pr10728.exp
10285 * gdb.disasm/am33.exp
10286 * gdb.disasm/h8300s.exp
10287 * gdb.disasm/mn10300.exp
10288 * gdb.disasm/sh3.exp
10289 * gdb.dwarf2/dw2-dir-file-name.exp
10290 * gdb.fortran/complex.exp
10291 * gdb.fortran/library-module.exp
10292 * gdb.guile/scm-pretty-print.exp
10293 * gdb.guile/scm-symbol.exp
10294 * gdb.guile/scm-type.exp
10295 * gdb.guile/scm-value.exp
10296 * gdb.linespec/linespec.exp
10297 * gdb.mi/gdb701.exp
10298 * gdb.mi/gdb792.exp
10299 * gdb.mi/mi-breakpoint-changed.exp
10300 * gdb.mi/mi-dprintf-pending.exp
10301 * gdb.mi/mi-dprintf.exp
10302 * gdb.mi/mi-exit-code.exp
10303 * gdb.mi/mi-pending.exp
10304 * gdb.mi/mi-solib.exp
10305 * gdb.mi/new-ui-mi-sync.exp
10306 * gdb.mi/pr11022.exp
10307 * gdb.mi/user-selected-context-sync.exp
10308 * gdb.opt/solib-intra-step.exp
10309 * gdb.python/py-events.exp
10310 * gdb.python/py-finish-breakpoint.exp
10311 * gdb.python/py-mi.exp
10312 * gdb.python/py-prettyprint.exp
10313 * gdb.python/py-shared.exp
10314 * gdb.python/py-symbol.exp
10315 * gdb.python/py-template.exp
10316 * gdb.python/py-type.exp
10317 * gdb.python/py-value.exp
10318 * gdb.reverse/solib-precsave.exp
10319 * gdb.reverse/solib-reverse.exp
10320 * gdb.server/solib-list.exp
10321 * gdb.stabs/weird.exp
10322 * gdb.threads/reconnect-signal.exp
10323 * gdb.threads/stepi-random-signal.exp
10324 * gdb.trace/actions.exp
10325 * gdb.trace/ax.exp
10326 * gdb.trace/backtrace.exp
10327 * gdb.trace/change-loc.exp
10328 * gdb.trace/deltrace.exp
10329 * gdb.trace/ftrace-lock.exp
10330 * gdb.trace/ftrace.exp
10331 * gdb.trace/infotrace.exp
10332 * gdb.trace/mi-tracepoint-changed.exp
10333 * gdb.trace/packetlen.exp
10334 * gdb.trace/passcount.exp
10335 * gdb.trace/pending.exp
10336 * gdb.trace/range-stepping.exp
10337 * gdb.trace/report.exp
10338 * gdb.trace/stap-trace.exp
10339 * gdb.trace/tfind.exp
10340 * gdb.trace/trace-break.exp
10341 * gdb.trace/trace-condition.exp
10342 * gdb.trace/trace-enable-disable.exp
10343 * gdb.trace/trace-mt.exp
10344 * gdb.trace/tracecmd.exp
10345 * gdb.trace/tspeed.exp
10346 * gdb.trace/tsv.exp
10347 * lib/perftest.exp
10348
10349 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10350
10351 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10352 with gdb_test_no_output.
10353 Use command as test name.
10354
10355 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10356
10357 Fix test names starting with uppercase throughout the files.
10358
10359 * gdb.ada/assign_1.exp
10360 * gdb.ada/boolean_expr.exp
10361 * gdb.base/arrayidx.exp
10362 * gdb.base/del.exp
10363 * gdb.base/gcore-buffer-overflow.exp
10364 * gdb.base/testenv.exp
10365 * gdb.compile/compile.exp
10366 * gdb.python/py-framefilter-invalidarg.exp
10367 * gdb.python/py-framefilter.exp
10368
10369 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10370
10371 Fix test names starting with uppercase throughout the files.
10372
10373 * gdb.ada/array_return.exp
10374 * gdb.ada/expr_delims.exp
10375 * gdb.ada/mi_dyn_arr.exp
10376 * gdb.ada/mi_interface.exp
10377 * gdb.ada/mi_var_array.exp
10378 * gdb.ada/watch_arg.exp
10379 * gdb.arch/alpha-step.exp
10380 * gdb.arch/altivec-regs.exp
10381 * gdb.arch/e500-regs.exp
10382 * gdb.arch/powerpc-d128-regs.exp
10383 * gdb.base/arrayidx.exp
10384 * gdb.base/break.exp
10385 * gdb.base/checkpoint.exp
10386 * gdb.base/debug-expr.exp
10387 * gdb.base/dmsym.exp
10388 * gdb.base/radix.exp
10389 * gdb.base/sepdebug.exp
10390 * gdb.base/testenv.exp
10391 * gdb.base/watch_thread_num.exp
10392 * gdb.base/watchpoint-cond-gone.exp
10393 * gdb.cell/break.exp
10394 * gdb.cell/ea-cache.exp
10395 * gdb.compile/compile.exp
10396 * gdb.cp/gdb2495.exp
10397 * gdb.gdb/selftest.exp
10398 * gdb.gdb/xfullpath.exp
10399 * gdb.go/hello.exp
10400 * gdb.go/integers.exp
10401 * gdb.objc/basicclass.exp
10402 * gdb.pascal/hello.exp
10403 * gdb.pascal/integers.exp
10404 * gdb.python/py-breakpoint.exp
10405 * gdb.python/py-cmd.exp
10406 * gdb.python/py-linetable.exp
10407 * gdb.python/py-xmethods.exp
10408 * gdb.python/python.exp
10409 * gdb.reverse/consecutive-precsave.exp
10410 * gdb.reverse/finish-precsave.exp
10411 * gdb.reverse/i386-precsave.exp
10412 * gdb.reverse/machinestate-precsave.exp
10413 * gdb.reverse/sigall-precsave.exp
10414 * gdb.reverse/solib-precsave.exp
10415 * gdb.reverse/step-precsave.exp
10416 * gdb.reverse/until-precsave.exp
10417 * gdb.reverse/watch-precsave.exp
10418 * gdb.threads/leader-exit.exp
10419 * gdb.threads/pthreads.exp
10420 * gdb.threads/wp-replication.exp
10421 * gdb.trace/actions.exp
10422 * gdb.trace/mi-tsv-changed.exp
10423 * gdb.trace/tsv.exp
10424
10425 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10426
10427 Fix test names starting with uppercase throughout the files.
10428
10429 * gdb.arch/i386-bp_permanent.exp
10430 * gdb.arch/i386-gnu-cfi.exp
10431 * gdb.base/disasm-end-cu.exp
10432 * gdb.base/macscp.exp
10433 * gdb.base/pending.exp
10434 * gdb.base/watch_thread_num.exp
10435 * gdb.cp/exception.exp
10436 * gdb.cp/gdb2495.exp
10437 * gdb.cp/local.exp
10438 * gdb.python/py-evsignal.exp
10439 * gdb.python/python.exp
10440 * gdb.trace/tracecmd.exp
10441
10442 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10443
10444 Fix test names starting with uppercase throughout the files.
10445
10446 * gdb.base/charset.exp
10447 * gdb.base/eval.exp
10448 * gdb.base/multi-forks.exp
10449 * gdb.guile/scm-progspace.exp
10450 * gdb.opencl/datatypes.exp
10451 * gdb.python/py-block.exp
10452 * gdb.python/py-function.exp
10453 * gdb.python/py-symbol.exp
10454 * gdb.python/py-symtab.exp
10455 * gdb.python/py-xmethods.exp
10456 * gdb.reverse/break-precsave.exp
10457 * gdb.reverse/break-reverse.exp
10458 * gdb.reverse/consecutive-precsave.exp
10459 * gdb.reverse/consecutive-reverse.exp
10460 * gdb.reverse/finish-precsave.exp
10461 * gdb.reverse/finish-reverse-bkpt.exp
10462 * gdb.reverse/finish-reverse.exp
10463 * gdb.reverse/fstatat-reverse.exp
10464 * gdb.reverse/getresuid-reverse.exp
10465 * gdb.reverse/i386-precsave.exp
10466 * gdb.reverse/i386-reverse.exp
10467 * gdb.reverse/i386-sse-reverse.exp
10468 * gdb.reverse/i387-stack-reverse.exp
10469 * gdb.reverse/insn-reverse.exp
10470 * gdb.reverse/machinestate-precsave.exp
10471 * gdb.reverse/machinestate.exp
10472 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10473 * gdb.reverse/pipe-reverse.exp
10474 * gdb.reverse/readv-reverse.exp
10475 * gdb.reverse/recvmsg-reverse.exp
10476 * gdb.reverse/rerun-prec.exp
10477 * gdb.reverse/s390-mvcle.exp
10478 * gdb.reverse/sigall-precsave.exp
10479 * gdb.reverse/sigall-reverse.exp
10480 * gdb.reverse/solib-precsave.exp
10481 * gdb.reverse/solib-reverse.exp
10482 * gdb.reverse/step-precsave.exp
10483 * gdb.reverse/step-reverse.exp
10484 * gdb.reverse/time-reverse.exp
10485 * gdb.reverse/until-precsave.exp
10486 * gdb.reverse/until-reverse.exp
10487 * gdb.reverse/waitpid-reverse.exp
10488 * gdb.reverse/watch-precsave.exp
10489 * gdb.reverse/watch-reverse.exp
10490
10491 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10492
10493 Fix test names starting with uppercase throughout the files.
10494
10495 * gdb.arch/i386-mpx-simple_segv.exp
10496 * gdb.arch/i386-mpx.exp
10497 * gdb.arch/i386-permbkpt.exp
10498 * gdb.arch/pa-nullify.exp
10499 * gdb.arch/powerpc-d128-regs.exp
10500 * gdb.arch/vsx-regs.exp
10501 * gdb.base/bfp-test.exp
10502 * gdb.base/break.exp
10503 * gdb.base/breakpoint-shadow.exp
10504 * gdb.base/callfuncs.exp
10505 * gdb.base/charset.exp
10506 * gdb.base/commands.exp
10507 * gdb.base/completion.exp
10508 * gdb.base/dfp-test.exp
10509 * gdb.base/echo.exp
10510 * gdb.base/ending-run.exp
10511 * gdb.base/eval.exp
10512 * gdb.base/expand-psymtabs.exp
10513 * gdb.base/float128.exp
10514 * gdb.base/floatn.exp
10515 * gdb.base/foll-exec-mode.exp
10516 * gdb.base/gdb1056.exp
10517 * gdb.base/gdb11531.exp
10518 * gdb.base/kill-after-signal.exp
10519 * gdb.base/multi-forks.exp
10520 * gdb.base/overlays.exp
10521 * gdb.base/pending.exp
10522 * gdb.base/sepdebug.exp
10523 * gdb.base/testenv.exp
10524 * gdb.base/valgrind-db-attach.exp
10525 * gdb.base/watch_thread_num.exp
10526 * gdb.base/watchpoint-cond-gone.exp
10527 * gdb.base/watchpoint.exp
10528 * gdb.base/watchpoints.exp
10529 * gdb.cp/arg-reference.exp
10530 * gdb.cp/baseenum.exp
10531 * gdb.cp/operator.exp
10532 * gdb.cp/shadow.exp
10533 * gdb.dwarf2/dw2-op-out-param.exp
10534 * gdb.dwarf2/dw2-reg-undefined.exp
10535 * gdb.go/chan.exp
10536 * gdb.go/hello.exp
10537 * gdb.go/integers.exp
10538 * gdb.go/methods.exp
10539 * gdb.go/package.exp
10540 * gdb.guile/scm-parameter.exp
10541 * gdb.guile/scm-progspace.exp
10542 * gdb.guile/scm-value.exp
10543 * gdb.mi/mi-pending.exp
10544 * gdb.mi/user-selected-context-sync.exp
10545 * gdb.multi/multi-attach.exp
10546 * gdb.multi/tids.exp
10547 * gdb.opt/clobbered-registers-O2.exp
10548 * gdb.pascal/floats.exp
10549 * gdb.pascal/integers.exp
10550 * gdb.python/py-block.exp
10551 * gdb.python/py-events.exp
10552 * gdb.python/py-parameter.exp
10553 * gdb.python/py-symbol.exp
10554 * gdb.python/py-symtab.exp
10555 * gdb.python/py-type.exp
10556 * gdb.python/py-value.exp
10557 * gdb.python/py-xmethods.exp
10558 * gdb.python/python.exp
10559 * gdb.reverse/break-precsave.exp
10560 * gdb.reverse/consecutive-precsave.exp
10561 * gdb.reverse/finish-precsave.exp
10562 * gdb.reverse/i386-precsave.exp
10563 * gdb.reverse/machinestate-precsave.exp
10564 * gdb.reverse/sigall-precsave.exp
10565 * gdb.reverse/solib-precsave.exp
10566 * gdb.reverse/step-precsave.exp
10567 * gdb.reverse/until-precsave.exp
10568 * gdb.reverse/watch-precsave.exp
10569 * gdb.server/ext-attach.exp
10570 * gdb.server/ext-restart.exp
10571 * gdb.server/ext-run.exp
10572 * gdb.server/ext-wrapper.exp
10573 * gdb.stabs/gdb11479.exp
10574 * gdb.stabs/weird.exp
10575 * gdb.threads/attach-many-short-lived-threads.exp
10576 * gdb.threads/kill.exp
10577 * gdb.threads/watchpoint-fork.exp
10578
10579 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10580
10581 Fix test names starting with uppercase throughout all the files below.
10582
10583 * gdb.ada/array_return.exp
10584 * gdb.ada/catch_ex.exp
10585 * gdb.ada/info_exc.exp
10586 * gdb.ada/mi_catch_ex.exp
10587 * gdb.ada/mi_dyn_arr.exp
10588 * gdb.ada/mi_ex_cond.exp
10589 * gdb.ada/mi_exc_info.exp
10590 * gdb.ada/mi_interface.exp
10591 * gdb.ada/mi_task_arg.exp
10592 * gdb.ada/mi_task_info.exp
10593 * gdb.ada/mi_var_array.exp
10594 * gdb.arch/alpha-step.exp
10595 * gdb.arch/amd64-disp-step.exp
10596 * gdb.arch/arm-disp-step.exp
10597 * gdb.arch/disp-step-insn-reloc.exp
10598 * gdb.arch/e500-prologue.exp
10599 * gdb.arch/ftrace-insn-reloc.exp
10600 * gdb.arch/gdb1558.exp
10601 * gdb.arch/i386-bp_permanent.exp
10602 * gdb.arch/i386-disp-step.exp
10603 * gdb.arch/i386-float.exp
10604 * gdb.arch/i386-gnu-cfi.exp
10605 * gdb.arch/ia64-breakpoint-shadow.exp
10606 * gdb.arch/mips16-thunks.exp
10607 * gdb.arch/pa-nullify.exp
10608 * gdb.arch/powerpc-aix-prologue.exp
10609 * gdb.arch/powerpc-power.exp
10610 * gdb.arch/ppc-dfp.exp
10611 * gdb.arch/s390-tdbregs.exp
10612 * gdb.arch/spu-info.exp
10613 * gdb.arch/spu-ls.exp
10614 * gdb.arch/thumb-bx-pc.exp
10615 * gdb.base/advance.exp
10616 * gdb.base/annota-input-while-running.exp
10617 * gdb.base/arrayidx.exp
10618 * gdb.base/asmlabel.exp
10619 * gdb.base/async.exp
10620 * gdb.base/attach-wait-input.exp
10621 * gdb.base/auto-connect-native-target.exp
10622 * gdb.base/batch-preserve-term-settings.exp
10623 * gdb.base/bfp-test.exp
10624 * gdb.base/bigcore.exp
10625 * gdb.base/bp-permanent.exp
10626 * gdb.base/break-always.exp
10627 * gdb.base/break-fun-addr.exp
10628 * gdb.base/break-idempotent.exp
10629 * gdb.base/break-main-file-remove-fail.exp
10630 * gdb.base/break-probes.exp
10631 * gdb.base/break-unload-file.exp
10632 * gdb.base/break.exp
10633 * gdb.base/call-ar-st.exp
10634 * gdb.base/call-rt-st.exp
10635 * gdb.base/call-sc.exp
10636 * gdb.base/call-signal-resume.exp
10637 * gdb.base/call-strs.exp
10638 * gdb.base/callexit.exp
10639 * gdb.base/callfuncs.exp
10640 * gdb.base/catch-gdb-caused-signals.exp
10641 * gdb.base/catch-signal-siginfo-cond.exp
10642 * gdb.base/catch-syscall.exp
10643 * gdb.base/compare-sections.exp
10644 * gdb.base/cond-eval-mode.exp
10645 * gdb.base/condbreak-call-false.exp
10646 * gdb.base/consecutive-step-over.exp
10647 * gdb.base/cursal.exp
10648 * gdb.base/disabled-location.exp
10649 * gdb.base/disasm-end-cu.exp
10650 * gdb.base/display.exp
10651 * gdb.base/double-prompt-target-event-error.exp
10652 * gdb.base/dprintf-bp-same-addr.exp
10653 * gdb.base/dprintf-detach.exp
10654 * gdb.base/dprintf-next.exp
10655 * gdb.base/dprintf-non-stop.exp
10656 * gdb.base/dprintf-pending.exp
10657 * gdb.base/dso2dso.exp
10658 * gdb.base/ending-run.exp
10659 * gdb.base/enum_cond.exp
10660 * gdb.base/examine-backward.exp
10661 * gdb.base/exe-lock.exp
10662 * gdb.base/exec-invalid-sysroot.exp
10663 * gdb.base/execl-update-breakpoints.exp
10664 * gdb.base/execution-termios.exp
10665 * gdb.base/fileio.exp
10666 * gdb.base/fixsection.exp
10667 * gdb.base/foll-exec-mode.exp
10668 * gdb.base/foll-exec.exp
10669 * gdb.base/fork-running-state.exp
10670 * gdb.base/frame-args.exp
10671 * gdb.base/fullpath-expand.exp
10672 * gdb.base/func-ptr.exp
10673 * gdb.base/gcore-relro-pie.exp
10674 * gdb.base/gdb1090.exp
10675 * gdb.base/gdb1555.exp
10676 * gdb.base/global-var-nested-by-dso.exp
10677 * gdb.base/gnu-ifunc.exp
10678 * gdb.base/hbreak-in-shr-unsupported.exp
10679 * gdb.base/hbreak-unmapped.exp
10680 * gdb.base/hook-stop.exp
10681 * gdb.base/infcall-input.exp
10682 * gdb.base/info-fun.exp
10683 * gdb.base/info-shared.exp
10684 * gdb.base/interrupt-noterm.exp
10685 * gdb.base/jit-so.exp
10686 * gdb.base/jit.exp
10687 * gdb.base/line-symtabs.exp
10688 * gdb.base/list.exp
10689 * gdb.base/longjmp.exp
10690 * gdb.base/macscp.exp
10691 * gdb.base/max-value-size.exp
10692 * gdb.base/nodebug.exp
10693 * gdb.base/nofield.exp
10694 * gdb.base/overlays.exp
10695 * gdb.base/paginate-after-ctrl-c-running.exp
10696 * gdb.base/paginate-bg-execution.exp
10697 * gdb.base/paginate-inferior-exit.exp
10698 * gdb.base/pending.exp
10699 * gdb.base/pr11022.exp
10700 * gdb.base/printcmds.exp
10701 * gdb.base/ptr-typedef.exp
10702 * gdb.base/ptype.exp
10703 * gdb.base/randomize.exp
10704 * gdb.base/range-stepping.exp
10705 * gdb.base/realname-expand.exp
10706 * gdb.base/relativedebug.exp
10707 * gdb.base/remote.exp
10708 * gdb.base/savedregs.exp
10709 * gdb.base/sepdebug.exp
10710 * gdb.base/set-noassign.exp
10711 * gdb.base/shlib-call.exp
10712 * gdb.base/shreloc.exp
10713 * gdb.base/sigaltstack.exp
10714 * gdb.base/sigbpt.exp
10715 * gdb.base/siginfo-addr.exp
10716 * gdb.base/siginfo-obj.exp
10717 * gdb.base/siginfo-thread.exp
10718 * gdb.base/signest.exp
10719 * gdb.base/signull.exp
10720 * gdb.base/sigrepeat.exp
10721 * gdb.base/skip.exp
10722 * gdb.base/so-impl-ld.exp
10723 * gdb.base/solib-corrupted.exp
10724 * gdb.base/solib-disc.exp
10725 * gdb.base/solib-display.exp
10726 * gdb.base/solib-overlap.exp
10727 * gdb.base/solib-search.exp
10728 * gdb.base/solib-symbol.exp
10729 * gdb.base/source-execution.exp
10730 * gdb.base/sss-bp-on-user-bp-2.exp
10731 * gdb.base/sss-bp-on-user-bp.exp
10732 * gdb.base/stack-checking.exp
10733 * gdb.base/stale-infcall.exp
10734 * gdb.base/step-break.exp
10735 * gdb.base/step-line.exp
10736 * gdb.base/step-over-exit.exp
10737 * gdb.base/step-test.exp
10738 * gdb.base/structs.exp
10739 * gdb.base/sym-file.exp
10740 * gdb.base/symtab-search-order.exp
10741 * gdb.base/term.exp
10742 * gdb.base/type-opaque.exp
10743 * gdb.base/unload.exp
10744 * gdb.base/until-nodebug.exp
10745 * gdb.base/until.exp
10746 * gdb.base/unwindonsignal.exp
10747 * gdb.base/watch-cond.exp
10748 * gdb.base/watch-non-mem.exp
10749 * gdb.base/watch_thread_num.exp
10750 * gdb.base/watchpoint-reuse-slot.exp
10751 * gdb.base/watchpoint-solib.exp
10752 * gdb.base/watchpoint.exp
10753 * gdb.btrace/dlopen.exp
10754 * gdb.cell/arch.exp
10755 * gdb.cell/break.exp
10756 * gdb.cell/bt.exp
10757 * gdb.cell/core.exp
10758 * gdb.cell/data.exp
10759 * gdb.cell/dwarfaddr.exp
10760 * gdb.cell/ea-cache.exp
10761 * gdb.cell/ea-standalone.exp
10762 * gdb.cell/ea-test.exp
10763 * gdb.cell/f-regs.exp
10764 * gdb.cell/fork.exp
10765 * gdb.cell/gcore.exp
10766 * gdb.cell/mem-access.exp
10767 * gdb.cell/ptype.exp
10768 * gdb.cell/registers.exp
10769 * gdb.cell/sizeof.exp
10770 * gdb.cell/solib-symbol.exp
10771 * gdb.cell/solib.exp
10772 * gdb.compile/compile-tls.exp
10773 * gdb.cp/exception.exp
10774 * gdb.cp/gdb2495.exp
10775 * gdb.cp/local.exp
10776 * gdb.cp/mb-inline.exp
10777 * gdb.cp/mb-templates.exp
10778 * gdb.cp/pr10687.exp
10779 * gdb.cp/pr9167.exp
10780 * gdb.cp/scope-err.exp
10781 * gdb.cp/templates.exp
10782 * gdb.cp/virtfunc.exp
10783 * gdb.dwarf2/dw2-dir-file-name.exp
10784 * gdb.dwarf2/dw2-single-line-discriminators.exp
10785 * gdb.fortran/complex.exp
10786 * gdb.fortran/library-module.exp
10787 * gdb.guile/guile.exp
10788 * gdb.guile/scm-cmd.exp
10789 * gdb.guile/scm-frame-inline.exp
10790 * gdb.guile/scm-objfile.exp
10791 * gdb.guile/scm-pretty-print.exp
10792 * gdb.guile/scm-symbol.exp
10793 * gdb.guile/scm-type.exp
10794 * gdb.guile/scm-value.exp
10795 * gdb.linespec/keywords.exp
10796 * gdb.linespec/ls-errs.exp
10797 * gdb.linespec/macro-relative.exp
10798 * gdb.linespec/thread.exp
10799 * gdb.mi/mi-breakpoint-changed.exp
10800 * gdb.mi/mi-dprintf-pending.exp
10801 * gdb.mi/mi-fullname-deleted.exp
10802 * gdb.mi/mi-logging.exp
10803 * gdb.mi/mi-pending.exp
10804 * gdb.mi/mi-solib.exp
10805 * gdb.mi/new-ui-mi-sync.exp
10806 * gdb.mi/user-selected-context-sync.exp
10807 * gdb.multi/dummy-frame-restore.exp
10808 * gdb.multi/multi-arch-exec.exp
10809 * gdb.multi/remove-inferiors.exp
10810 * gdb.multi/watchpoint-multi-exit.exp
10811 * gdb.opt/solib-intra-step.exp
10812 * gdb.perf/backtrace.exp
10813 * gdb.perf/single-step.exp
10814 * gdb.perf/skip-command.exp
10815 * gdb.perf/skip-prologue.exp
10816 * gdb.perf/solib.exp
10817 * gdb.python/lib-types.exp
10818 * gdb.python/py-as-string.exp
10819 * gdb.python/py-bad-printers.exp
10820 * gdb.python/py-block.exp
10821 * gdb.python/py-breakpoint.exp
10822 * gdb.python/py-cmd.exp
10823 * gdb.python/py-events.exp
10824 * gdb.python/py-evthreads.exp
10825 * gdb.python/py-finish-breakpoint.exp
10826 * gdb.python/py-finish-breakpoint2.exp
10827 * gdb.python/py-frame-inline.exp
10828 * gdb.python/py-frame.exp
10829 * gdb.python/py-inferior.exp
10830 * gdb.python/py-infthread.exp
10831 * gdb.python/py-mi.exp
10832 * gdb.python/py-objfile.exp
10833 * gdb.python/py-pp-maint.exp
10834 * gdb.python/py-pp-registration.exp
10835 * gdb.python/py-prettyprint.exp
10836 * gdb.python/py-recurse-unwind.exp
10837 * gdb.python/py-shared.exp
10838 * gdb.python/py-symbol.exp
10839 * gdb.python/py-symtab.exp
10840 * gdb.python/py-template.exp
10841 * gdb.python/py-type.exp
10842 * gdb.python/py-unwind-maint.exp
10843 * gdb.python/py-unwind.exp
10844 * gdb.python/py-value.exp
10845 * gdb.python/python.exp
10846 * gdb.reverse/finish-reverse-bkpt.exp
10847 * gdb.reverse/insn-reverse.exp
10848 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10849 * gdb.reverse/solib-precsave.exp
10850 * gdb.reverse/solib-reverse.exp
10851 * gdb.stabs/gdb11479.exp
10852 * gdb.stabs/weird.exp
10853 * gdb.threads/fork-child-threads.exp
10854 * gdb.threads/fork-plus-threads.exp
10855 * gdb.threads/fork-thread-pending.exp
10856 * gdb.threads/forking-threads-plus-breakpoint.exp
10857 * gdb.threads/hand-call-in-threads.exp
10858 * gdb.threads/interrupted-hand-call.exp
10859 * gdb.threads/linux-dp.exp
10860 * gdb.threads/local-watch-wrong-thread.exp
10861 * gdb.threads/next-while-other-thread-longjmps.exp
10862 * gdb.threads/non-ldr-exit.exp
10863 * gdb.threads/pending-step.exp
10864 * gdb.threads/print-threads.exp
10865 * gdb.threads/process-dies-while-detaching.exp
10866 * gdb.threads/process-dies-while-handling-bp.exp
10867 * gdb.threads/pthreads.exp
10868 * gdb.threads/queue-signal.exp
10869 * gdb.threads/reconnect-signal.exp
10870 * gdb.threads/signal-command-handle-nopass.exp
10871 * gdb.threads/signal-command-multiple-signals-pending.exp
10872 * gdb.threads/signal-delivered-right-thread.exp
10873 * gdb.threads/signal-sigtrap.exp
10874 * gdb.threads/sigthread.exp
10875 * gdb.threads/staticthreads.exp
10876 * gdb.threads/stepi-random-signal.exp
10877 * gdb.threads/thread-unwindonsignal.exp
10878 * gdb.threads/thread_check.exp
10879 * gdb.threads/thread_events.exp
10880 * gdb.threads/tid-reuse.exp
10881 * gdb.threads/tls-nodebug.exp
10882 * gdb.threads/tls-shared.exp
10883 * gdb.threads/tls-so_extern.exp
10884 * gdb.threads/tls.exp
10885 * gdb.threads/wp-replication.exp
10886 * gdb.trace/actions-changed.exp
10887 * gdb.trace/actions.exp
10888 * gdb.trace/backtrace.exp
10889 * gdb.trace/change-loc.exp
10890 * gdb.trace/collection.exp
10891 * gdb.trace/deltrace.exp
10892 * gdb.trace/disconnected-tracing.exp
10893 * gdb.trace/entry-values.exp
10894 * gdb.trace/ftrace-lock.exp
10895 * gdb.trace/ftrace.exp
10896 * gdb.trace/infotrace.exp
10897 * gdb.trace/mi-trace-frame-collected.exp
10898 * gdb.trace/mi-trace-unavailable.exp
10899 * gdb.trace/mi-traceframe-changed.exp
10900 * gdb.trace/mi-tracepoint-changed.exp
10901 * gdb.trace/mi-tsv-changed.exp
10902 * gdb.trace/no-attach-trace.exp
10903 * gdb.trace/packetlen.exp
10904 * gdb.trace/passc-dyn.exp
10905 * gdb.trace/passcount.exp
10906 * gdb.trace/pending.exp
10907 * gdb.trace/pr16508.exp
10908 * gdb.trace/qtro.exp
10909 * gdb.trace/range-stepping.exp
10910 * gdb.trace/read-memory.exp
10911 * gdb.trace/report.exp
10912 * gdb.trace/save-trace.exp
10913 * gdb.trace/signal.exp
10914 * gdb.trace/stap-trace.exp
10915 * gdb.trace/status-stop.exp
10916 * gdb.trace/strace.exp
10917 * gdb.trace/tfile.exp
10918 * gdb.trace/tfind.exp
10919 * gdb.trace/trace-break.exp
10920 * gdb.trace/trace-condition.exp
10921 * gdb.trace/trace-enable-disable.exp
10922 * gdb.trace/trace-mt.exp
10923 * gdb.trace/tracecmd.exp
10924 * gdb.trace/tracefile-pseudo-reg.exp
10925 * gdb.trace/tspeed.exp
10926 * gdb.trace/tstatus.exp
10927 * gdb.trace/tsv.exp
10928 * gdb.trace/unavailable.exp
10929 * gdb.trace/while-dyn.exp
10930 * gdb.trace/while-stepping.exp
10931 * lib/gdb-guile.exp
10932 * lib/gdb.exp
10933 * lib/mi-support.exp
10934 * lib/pascal.exp
10935 * lib/perftest.exp
10936 * lib/prelink-support.exp
10937 * lib/selftest-support.exp
10938
10939 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10940
10941 * Makefile.in: Include disable-implicit-rules.mk.
10942
10943 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10944
10945 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10946 non-byte-aligned bit fields.
10947
10948 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10949
10950 PR gdb/12616
10951 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10952 respects the DW_AT_data_bit_offset attribute.
10953
10954 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10955
10956 * gdb.base/default.exp: Fix output of "set language".
10957
10958 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10959
10960 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10961 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10962 make.
10963 * configure.ac: Remove checks for the make program.
10964 * configure: Re-generate.
10965
10966 2016-11-16 Kevin Buettner <kevinb@redhat.com>
10967
10968 * gdb.python/py-recurse-unwind.c (main): Add loop.
10969 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10970 to read_register() and gdb.parse_and_eval(). Make each code
10971 call a separate case that can be individually tested.
10972 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10973 proc. Call cont_and_backtrace for each of the code paths that
10974 we want to test in the unwinder.
10975
10976 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10977
10978 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10979 the definition of struct S.
10980
10981 2016-11-11 Catherine Moore <clm@codesourcery.com>
10982
10983 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10984
10985 2016-11-09 Pedro Alves <palves@redhat.com>
10986
10987 * gdb.base/commands.exp (runto_or_return): New procedure.
10988 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10989 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10990 (progvar_simple_while_test, progvar_complex_if_while_test)
10991 (if_while_breakpoint_command_test)
10992 (infrun_breakpoint_command_test, breakpoint_command_test)
10993 (user_defined_command_test, watchpoint_command_test)
10994 (test_command_prompt_position, redefine_hook_test)
10995 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10996 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10997 multi_line_input and multi_line. Remove gdb_expect and
10998 gdb_stop_suppressing_tests uses.
10999 * lib/gdb.exp (valnum_re): New global.
11000 (multi_line_input): New procedure.
11001
11002 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11003
11004 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11005 Remove.
11006 (test_setup): Define with proc_with_prefix.
11007 (test_cli_inferior): Likewise.
11008 (test_cli_thread): Likewise.
11009 (test_cli_frame): Likewise.
11010 (test_cli_select_frame): Likewise.
11011 (test_cli_up_down): Likewise.
11012 (test_mi_thread_select): Likewise.
11013 (test_mi_stack_select_frame): Likewise.
11014 (test_cli_in_mi_inferior): Likewise.
11015 (test_cli_in_mi_thread): Likewise.
11016 (test_cli_in_mi_frame): Likewise.
11017 (top level): Do not use with_test_prefix_procname.
11018
11019 2016-11-09 Pedro Alves <palves@redhat.com>
11020
11021 * gdb.base/commands.exp (gdbvar_simple_if_test)
11022 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11023 (progvar_simple_if_test, progvar_simple_while_test)
11024 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11025 (infrun_breakpoint_command_test, breakpoint_command_test)
11026 (user_defined_command_test, watchpoint_command_test)
11027 (test_command_prompt_position, deprecated_command_test)
11028 (bp_deleted_in_command, temporary_breakpoint_commands)
11029 (stray_arg0_test, source_file_with_indented_comment)
11030 (recursive_source_test, if_commands_test)
11031 (error_clears_commands_left, redefine_hook_test)
11032 (redefine_backtrace_test): Use proc_with_prefix.
11033 * lib/gdb.exp (proc_with_prefix): New proc.
11034
11035 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11036
11037 * gdb.base/tui-layout.c: New file.
11038 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11039 disassembly window contains very long lines.
11040
11041 2016-11-08 Tom Tromey <tom@tromey.com>
11042
11043 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11044 depend on Python 2.
11045
11046 2016-11-08 Tom Tromey <tom@tromey.com>
11047
11048 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11049 New method.
11050
11051 2016-10-29 Manish Goregaokar <manish@mozilla.com>
11052
11053 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
11054
11055 2016-10-27 Manish Goregaokar <manish@mozilla.com>
11056
11057 * gdb.rust/simple.rs: Add test for univariant enums without
11058 discriminants and for encoded struct-like enums.
11059
11060 2016-10-28 Pedro Alves <palves@redhat.com>
11061
11062 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11063 gdb_test_multiple, tighten regexps and match symtabs and line
11064 tables incrementally.
11065
11066 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
11067
11068 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11069 general.
11070
11071 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
11072
11073 * gdb.base/exec-invalid-sysroot.exp: New file.
11074
11075 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11076
11077 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11078
11079 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11080
11081 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11082
11083 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11084
11085 * gdb.base/killed-outside.exp: Remove $options from a call to
11086 `prepare_for_testing'.
11087
11088 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11089
11090 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11091 Change test message.
11092
11093 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11094
11095 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11096 Update comment.
11097
11098 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11099
11100 * gdb.trace/mi-trace-save.exp: New file.
11101
11102 2016-10-13 Yao Qi <yao.qi@linaro.org>
11103
11104 * gdb.base/code_elim.exp (get_var_address): Remove.
11105 * gdb.base/relocate.exp: Likewise.
11106 * gdb.base/shreloc.exp: Likewise.
11107 * lib/gdb.exp (get_var_address): New.
11108
11109 2016-10-13 Yao Qi <yao.qi@linaro.org>
11110
11111 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11112 floating point tests if $skip_float_test is false.
11113
11114 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
11115
11116 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11117 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11118 argc values.
11119 Add 1 to argc so we guarantee distinct initial/modified argc values.
11120
11121 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11122
11123 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11124
11125 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11126
11127 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11128 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11129 * gdb.arch/vsx-regs.exp: Likewise.
11130
11131 2016-10-07 Yao Qi <yao.qi@linaro.org>
11132
11133 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11134
11135 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11136
11137 * gdb.python/python.exp: Test decode_line("*0").
11138
11139 2016-10-06 Doug Evans <dje@google.com>
11140
11141 * gdb.python/py-value.exp (test_value_creation): Add test for large
11142 unsigned 64-bit value.
11143
11144 2016-10-06 Tom Tromey <tom@tromey.com>
11145
11146 * gdb.compile/compile.exp: Change java tests to rust.
11147 * gdb.base/setshow.exp: Change java tests to rust.
11148 * gdb.base/default.exp: Remove java from language list.
11149 * README (Examples): Update language example.
11150 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11151 test.
11152 * lib/gdb.exp (skip_java_tests): Remove.
11153 * lib/java.exp: Remove.
11154 * gdb.java: Remove.
11155
11156 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11157
11158 * gdb.arch/mips-fcr.exp: New test.
11159 * gdb.arch/mips-fcr.c: Source for the new test.
11160
11161 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11162
11163 * gdb.base/solib-disc.exp: Use `standard_output_file'
11164 throughout.
11165
11166 2016-10-06 Pedro Alves <palves@redhat.com>
11167
11168 * gdb.base/jit-simple-dl.c: New file.
11169 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11170 * gdb.base/jit-simple.c: ... this.
11171 * gdb.base/jit-simple.exp (jit_run): Delete.
11172 (build_jit): New proc.
11173 (jit_test_reread): Recompile either the main program or the shared
11174 library, depending on what is being tested. Skip changing address
11175 if caller wants to. Compare before/after addresses. If testing
11176 standalone, explicitly load the binary. Test "maint info
11177 breakpoints".
11178 (top level): Add "standalone vs shared lib" and "change address"
11179 vs "same address" axes.
11180
11181 2016-10-06 Pedro Alves <palves@redhat.com>
11182
11183 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11184 call.
11185 (jit_run): Delete.
11186 (jit_test_reread): Use with_test_prefix. Reload the main binary
11187 explicitly. Compare the before/after addresses of the JIT
11188 descriptor.
11189
11190 2016-08-15 Doug Evans <dje@google.com>
11191
11192 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11193 for single bitfields is bool.
11194 * gdb.xml/tdesc-regs.exp: Ditto.
11195
11196 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11197
11198 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11199
11200 2016-10-05 Yao Qi <yao.qi@linaro.org>
11201
11202 * lib/gdb.exp (support_complex_tests): Return zero if
11203 gdb_skip_float_test return true.
11204
11205 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11206 Simon Marchi <simon.marchi@ericsson.com>
11207
11208 PR gdb/20487
11209 * gdb.mi/user-selected-context-sync.exp: New file.
11210 * gdb.mi/user-selected-context-sync.c: New file.
11211
11212 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11213 Simon Marchi <simon.marchi@ericsson.com>
11214
11215 PR gdb/20487
11216 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11217 =thread-select-event check.
11218
11219 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11220
11221 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11222 the compulsory L operand changes.
11223 * gdb.arch/powerpc-power.s: Likewise.
11224
11225 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11226
11227 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11228 * gdb.base/jit-attach-pie.c: New file.
11229 * gdb.base/jit-attach-pie.exp: New file.
11230
11231 2016-09-28 Pedro Alves <palves@redhat.com>
11232
11233 * gdb.base/infcall-input.c: New file.
11234 * gdb.base/infcall-input.exp: New file.
11235
11236 2016-09-22 Yao Qi <yao.qi@linaro.org>
11237
11238 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11239 (gdb_exit): Rename it to ...
11240 (gdbserver_gdb_exit): ... Close GDBserver.
11241 (gdb_exit): New proc, call gdbserver_gdb_exit.
11242 (mi_gdb_exit): Likewise.
11243
11244 2016-09-22 Yao Qi <yao.qi@linaro.org>
11245
11246 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11247 path.
11248 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11249 Remove duplication.
11250
11251 2016-09-22 Yao Qi <yao.qi@linaro.org>
11252
11253 * lib/gdbserver-support.exp: Check the existence of
11254 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11255
11256 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11257
11258 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11259
11260 2016-09-21 Tom Tromey <tom@tromey.com>
11261
11262 PR gdb/20604:
11263 * gdb.base/quit.exp: New file.
11264
11265 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11266
11267 * .gitignore: New file.
11268
11269 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11270
11271 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11272 throughout.
11273
11274 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11275
11276 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11277
11278 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11279
11280 * gdb.cp/casts.cc (decltype): Move it ...
11281 (main): ... with its call to ...
11282 * gdb.cp/casts03.cc: ... a new file.
11283 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11284
11285 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11286
11287 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11288
11289 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11290
11291 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11292 and sync up the test with tests in gas/testsuite/gas/ppc.
11293 * gdb.arch/powerpc-power.exp: Likewise.
11294
11295 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11296
11297 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11298
11299 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11300 Jan Kratochvil <jan.kratochvil@redhat.com>
11301
11302 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11303 make m1's definition to be different from m2's. Use 'dummy' as an
11304 argument for probe 'two'.
11305
11306 2016-09-10 Jon Beniston <jon@beniston.com>
11307
11308 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11309 for sim target.
11310
11311 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11312
11313 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11314 variable declaration.
11315 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11316 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11317 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11318 received HWCAP as its argument.
11319
11320 2016-09-06 Pedro Alves <palves@redhat.com>
11321
11322 * gdb.base/new-ui-pending-input.c: New file.
11323 * gdb.base/new-ui-pending-input.exp: New file.
11324 * gdb.exp (clear_gdb_spawn_id): New procedure.
11325 (with_spawn_id): Check whether gdb_spawn_id exists before
11326 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11327 on exit.
11328
11329 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11330
11331 * gdb.base/float128.c: New file.
11332 * gdb.base/float128.exp: Likewise.
11333 * gdb.base/floatn.c: Likewise.
11334 * gdb.base/floatn.exp: Likewise.
11335
11336 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11337
11338 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11339
11340 2016-09-05 Pedro Alves <palves@redhat.com>
11341
11342 PR backtrace/19927
11343 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11344 unwinders are immediately called as side effect of "source" or
11345 "disable unwinder" commands.
11346 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11347
11348 2016-09-02 Yao Qi <yao.qi@linaro.org>
11349
11350 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11351 is true and $type is "float" or "double".
11352
11353 2016-09-02 Yao Qi <yao.qi@linaro.org>
11354
11355 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11356 true.
11357 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11358 * gdb.base/call-rt-st.exp: Likewise.
11359 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11360 return value instead of gdb,skip_float_test.
11361 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11362 (do_function_calls): Use its return value instead of
11363 gdb,skip_float_test.
11364 * gdb.base/finish.exp: Likewise.
11365 * gdb.base/funcargs.exp: Likewise.
11366 * gdb.base/return.exp: Likewise.
11367 * gdb.base/return2.exp: Likewise.
11368 * gdb.base/varargs.exp: Likewise.
11369 * lib/gdb.exp (gdb_skip_float_test): Change it to
11370 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11371
11372 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11373
11374 * gdb.multi/tids.exp: Test "thread apply all".
11375
11376 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11377
11378 * gdb.base/default.exp (tty): Remove.
11379
11380 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11381
11382 * gdb.python/py-recurse-unwind.c: New file.
11383 * gdb.python/py-recurse-unwind.py: New file.
11384 * gdb.python/py-recurse-unwind.exp: New file.
11385
11386 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11387
11388 * gdb.base/set-inferior-tty.exp: New file.
11389 * gdb.base/set-inferior-tty.c: New file.
11390
11391 2016-08-23 Pedro Alves <palves@redhat.com>
11392
11393 PR gdb/20494
11394 * gdb.base/new-ui-echo.c: New file.
11395 * gdb.base/new-ui-echo.exp: New file.
11396
11397 2016-08-23 Yao Qi <yao.qi@linaro.org>
11398
11399 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11400 gdbserver_spawn.
11401 * gdb.server/connect-without-multi-process.exp (do_test):
11402 Likewise.
11403
11404 2016-08-23 Yao Qi <yao.qi@linaro.org>
11405
11406 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11407 standalone_txt. Delete gdb_txt and standalone_txt on host
11408 and target. Spawn the binary on target. Copy files from
11409 target to host.
11410
11411 2016-08-22 Pedro Alves <palves@redhat.com>
11412
11413 PR gdb/20505
11414 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11415 with_test_prefix. Factor out bits to ...
11416 (test_no_vdso): ... this new procedure.
11417
11418 2016-08-19 Carl Love <cel@us.ibm.com>
11419
11420 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11421 maintaining separate logic for constructing the output path.
11422 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11423 * gdb.arch/ppc-dfp.exp: Likewise.
11424 * gdb.arch/ppc-fp.exp: Likewise.
11425 * gdb.arch/vsx-regs.exp: Likewise.
11426 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11427 binprefix for generating the additional binary files.
11428
11429 2016-08-19 Pedro Alves <palves@redhat.com>
11430
11431 * gdb.trace/mi-trace-frame-collected.exp
11432 (test_trace_frame_collected): On x32, expect two registers.
11433
11434 2016-08-18 Carl Love <cel@us.ibm.com>
11435
11436 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11437 and sync up the test with tests in gas/testsuite/gas/ppc.
11438 * gdb.arch/powerpc-power.exp: Likewise.
11439
11440 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11441
11442 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11443 expected error message.
11444
11445 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11446
11447 * gdb.multi/remove-inferiors.exp: New file.
11448 * gdb.multi/remove-inferiors.c: New file.
11449
11450 2016-08-12 Yao Qi <yao.qi@linaro.org>
11451
11452 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11453 argument list.
11454
11455 2016-08-10 Pedro Alves <palves@redhat.com>
11456
11457 PR gdb/19187
11458 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11459 setup_kfails.
11460
11461 2016-08-09 Pedro Alves <palves@redhat.com>
11462 Simon Marchi <simon.marchi@ericsson.com>
11463
11464 PR gdb/20418
11465 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11466 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11467
11468 2016-08-09 Pedro Alves <palves@redhat.com>
11469
11470 PR mi/20431
11471 * gdb.mi/mi-cmd-error.exp: New file.
11472
11473 2016-08-09 Pedro Alves <palves@redhat.com>
11474
11475 PR gdb/18653
11476 * gdb.base/signals-state-child.c: New file.
11477 * gdb.base/signals-state-child.exp: New file.
11478 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11479
11480 2016-08-09 Pedro Alves <palves@redhat.com>
11481
11482 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11483
11484 2016-08-03 Tom Tromey <tom@tromey.com>
11485
11486 PR python/18565:
11487 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11488
11489 2016-08-01 Yao Qi <yao.qi@linaro.org>
11490
11491 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11492 variable mode to "multi-process" if $multi_process is 1, otherwise
11493 set it to "single-process".
11494
11495 2016-08-01 Yao Qi <yao.qi@linaro.org>
11496
11497 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11498 * gdb.cp/cpexprs.exp: Likewise.
11499 * gdb.cp/m-static.exp: Likewise.
11500
11501 2016-07-26 Tom Tromey <tom@tromey.com>
11502
11503 PR python/20190:
11504 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11505 test.
11506
11507 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11508
11509 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11510 selecting assembly source files.
11511 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11512 assembly source files.
11513 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11514 assembly source files.
11515 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11516 selecting assembly source files.
11517
11518 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11519
11520 * gdb.base/new-ui.exp (do_test_invalid_args): New
11521 procedure.
11522
11523 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11524
11525 * gdb.btrace/reconnect.c: New file.
11526 * gdb.btrace/reconnect.exp: New file.
11527
11528 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11529
11530 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11531 to test_catch_syscall_group.
11532 (test_catch_syscall_group): New.
11533
11534 2016-07-21 Tom Tromey <tom@tromey.com>
11535
11536 * gdb.rust/simple.rs (main): Use empty struct expression.
11537 * gdb.rust/simple.exp: Add tests for empty struct expression.
11538
11539 2016-07-21 Yao Qi <yao.qi@linaro.org>
11540
11541 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11542 if gdb_skip_xml_test is true on some targets.
11543
11544 2016-07-21 Yao Qi <yao.qi@linaro.org>
11545
11546 * gdb.server/solib-list.exp: Unset last_loaded_file.
11547
11548 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11549
11550 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11551 "step into captured_main (args)".
11552
11553 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11554
11555 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11556
11557 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11558
11559 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11560
11561 2016-07-19 Pedro Alves <palves@redhat.com>
11562
11563 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11564 * gdb.opt/inline-bt.exp: Likewise.
11565 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11566 additional_flags=-Winline.
11567 * gdb.opt/inline-locals.exp: Likewise.
11568 * gdb.opt/inline-markers.c (ATTR): Define.
11569 (inlined_fn): Use it.
11570
11571 2016-07-19 Yao Qi <yao.qi@linaro.org>
11572
11573 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11574 (test_with_self): Remove some code. Remove argument executable.
11575 (top-level): Use do_self_tests.
11576
11577 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
11578 Don Breazeal <donb@codesourcery.com>
11579
11580 * gdb.base/maint.exp: Escape paths used in regular expressions.
11581 * gdb.stabs/weird.exp: Likewise.
11582
11583 2016-07-13 Tom Tromey <tom@tromey.com>
11584
11585 PR python/15620, PR python/18620:
11586 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11587 (test_bkpt_events): New procs.
11588
11589 2016-07-13 Tom Tromey <tom@tromey.com>
11590
11591 PR python/17698:
11592 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11593 test.
11594 (test_watchpoints): Likewise.
11595 (test_bkpt_pending): New proc.
11596
11597 2016-07-13 Tom Tromey <tom@tromey.com>
11598
11599 PR cli/18053:
11600 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11601 completion test.
11602
11603 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11604
11605 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11606 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11607 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11608 f_label.
11609 (g): Rename g_end_lbl to g_label.
11610 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11611 low_pc and high_pc.
11612 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11613
11614 2016-07-12 Tom Tromey <tom@tromey.com>
11615
11616 PR python/19293:
11617 * gdb.python/py-unwind-maint.exp: Update tests.
11618
11619 2016-07-12 Yao Qi <yao.qi@linaro.org>
11620
11621 * lib/selftest-support.exp (selftest_setup): Match the output
11622 when captured_main is inlined.
11623
11624 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11625
11626 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11627 New variables.
11628 (print this%a, print this%b, print this): New tests.
11629 * gdb.fortran/derived-types.f90 (this): New object and
11630 initialization.
11631
11632 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11633
11634 * gdb.ada/arraydim.exp: Remove extra directory level in build
11635 directory.
11636
11637 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11638
11639 * lib/ada.exp: Remove extra directory level in build directory.
11640 * gdb.ada/cond_lang.exp: Likewise.
11641 * gdb.ada/exec_changed.exp: Likewise.
11642 * gdb.ada/lang_switch.exp: Likewise.
11643
11644 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11645
11646 * simple.rs: Add test for raw pointer subscripting.
11647 * simple.exp: Add test expectations.
11648
11649 2016-07-05 Yao Qi <yao.qi@linaro.org>
11650
11651 * gdb.mi/mi-reverse.exp: Match =record-started output.
11652
11653 2016-07-01 Pedro Alves <palves@redhat.com>
11654
11655 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11656 procedure.
11657 (jit_reader_test): Test the jit reader's unwinder.
11658 * gdb.base/jithost.c (jit_function_00_code): New global.
11659 (main): Use memcpy to fill in the mmapped code, instead of poking
11660 bytes manually here.
11661 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11662 value.
11663 (read_debug_info): Save the function's range.
11664 (read_sp): New function.
11665 (unwind_frame): Use it. Also unwind RBP.
11666 (get_frame_id): Use read_sp.
11667 (gdb_init_reader): Use calloc instead of malloc.
11668 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11669 parameter. Use gdb_test_multiple.
11670
11671 2016-07-01 Pedro Alves <palves@redhat.com>
11672 Antoine Tremblay <antoine.tremblay@ericsson.com>
11673
11674 * gdb.threads/process-dies-while-detaching.c: New file.
11675 * gdb.threads/process-dies-while-detaching.exp: New file.
11676
11677 2016-07-01 Pedro Alves <palves@redhat.com>
11678
11679 * gdb.multi/watchpoint-multi-exit.c: New file.
11680 * gdb.multi/watchpoint-multi-exit.exp: New file.
11681
11682 2016-06-30 Pedro Alves <palves@redhat.com>
11683
11684 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11685 unset inferior_spawn_id.
11686
11687 2016-06-30 Pedro Alves <palves@redhat.com>
11688
11689 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11690 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11691
11692 2016-06-29 Yao Qi <yao.qi@linaro.org>
11693
11694 * gdb.base/return.c: Add copyright header.
11695
11696 2016-06-29 Tom Tromey <tom@tromey.com>
11697
11698 PR python/20129:
11699 * gdb.python/py-framefilter.exp: Add tests for setting priority
11700 and disabling of non-existent frame filter.
11701
11702 2016-06-29 Yao Qi <yao.qi@linaro.org>
11703
11704 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11705 0x0f07ff.
11706
11707 2016-06-28 Yao Qi <yao.qi@linaro.org>
11708
11709 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11710 triplets. Start gdb, execute catch syscall, and continue. Check
11711 gdb's output to determine catch syscall is supported.
11712
11713 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11714
11715 * gdb.rust/simple.rs: Add test for returning unit in a function.
11716 * gdb.rust/simple.exp: Add expectation for functions returning
11717 unit.
11718
11719 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11720
11721 * gdb.python/py-breakpoint-create-fail.c,
11722 gdb.python/py-breakpoint-create-fail.exp,
11723 gdb.python/py-breakpoint-create-fail.py: New testcase.
11724
11725 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11726
11727 PR gdb/20239
11728 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11729 * gdb.rust/simple.exp: Add test expectations for new NonZero
11730 tests.
11731
11732 2016-06-24 David Taylor <dtaylor@emc.com>
11733
11734 * gdb.base/offsets.exp: New file.
11735 * gdb.base/offsets.c: New file.
11736
11737 2016-06-23 Tom Tromey <tom@tromey.com>
11738
11739 PR gdb/16483:
11740 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11741 before any filters are loaded.
11742
11743 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11744
11745 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11746 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11747 structs.
11748 * gdb.fortran/derived-type-function.exp: New file.
11749 * gdb.fortran/derived-type-function.f90: New file.
11750
11751
11752 2016-06-21 Pedro Alves <palves@redhat.com>
11753
11754 * gdb.base/new-ui.exp: New file.
11755 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11756 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11757 (with_spawn_id): New procedure.
11758
11759 2016-06-21 Pedro Alves <palves@redhat.com>
11760
11761 * gdb.mi/mi-exec-run.exp: New file.
11762
11763 2016-06-21 Pedro Alves <palves@redhat.com>
11764
11765 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11766 breakpoint command's output on the main UI.
11767 (test_break): New procedure, factored out from calls in the top
11768 level.
11769 (top level): Use foreach_with_prefix to test MI as main UI and as
11770 separate UI.
11771
11772 2016-06-21 Pedro Alves <palves@redhat.com>
11773
11774 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11775 (test_awatch_creation_and_listing)
11776 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11777 Remove 'type' parameter.
11778 (test_watchpoint_all): New parameter mi_mode. Remove
11779 with_test_prefix.
11780 (top level): Use foreach_with_prefix, and add main/separate UI MI
11781 testing axis.
11782
11783 2016-06-21 Pedro Alves <palves@redhat.com>
11784
11785 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11786 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11787 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11788 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11789 (gdb_main_spawn_id, mi_spawn_id): Declare and
11790 comment.
11791 (mi_create_inferior_pty): New procedure,
11792 factored out from default_mi_gdb_start.
11793 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11794 procedures.
11795 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11796 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11797 Use mi_create_inferior_pty.
11798 (mi_gdb_start): Use eval to pass down args list.
11799
11800 2016-06-21 Pedro Alves <palves@redhat.com>
11801
11802 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11803 * gdb.opt/inline-cmds.exp: Add MI tests.
11804
11805 2016-06-21 Pedro Alves <palves@redhat.com>
11806
11807 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11808
11809 2016-06-21 Pedro Alves <palves@redhat.com>
11810
11811 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11812 (top level): Use it instead of mi_execute_to.
11813
11814 2016-06-21 Pedro Alves <palves@redhat.com>
11815
11816 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11817 (cont_handler_str): New.
11818 (signal_stop_handler): Set stop_handler_str instead of printing to
11819 stdout.
11820 (continue_handler): Set cont_handler_str instead of printing to
11821 stdout.
11822 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11823 mi_send_resuming_command. Print stop_handler_str and
11824 cont_handler_str instead of expecting the python events print
11825 directly.
11826
11827 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11828
11829 * gdb.base/jit-reader.exp: New file.
11830 * gdb.base/jithost.c: New file.
11831 * gdb.base/jithost.h: New file.
11832 * gdb.base/jitreader.c : New file.
11833 * gdb.base/jit-protocol.h: New file.
11834
11835 2016-06-17 Yao Qi <yao.qi@linaro.org>
11836
11837 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11838 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11839 and detach-on-fork. Adjust tests.
11840 (top level): Invoke break_cond_on_syscall with combinations of
11841 syscall, follow-fork-mode and detach-on-fork.
11842
11843 2016-06-17 Yao Qi <yao.qi@linaro.org>
11844
11845 * gdb.base/step-over-exit.c: New.
11846 * gdb.base/step-over-exit.exp: New.
11847
11848 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11849
11850 * gdb.base/float.exp: Add target check for nds32*-*-*.
11851 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11852
11853 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11854
11855 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11856 for unsupported target features.
11857 * gdb.base/call-rt-st.exp: Likewise.
11858 * gdb.base/call-sc.exp: Likewise.
11859 * gdb.base/call-signal-resume.exp: Likewise.
11860 * gdb.base/call-strs.exp: Likewise.
11861 * gdb.base/callexit.exp: Likewise.
11862 * gdb.base/callfuncs.exp: Likewise.
11863 * gdb.base/nodebug.exp: Likewise.
11864 * gdb.base/printcmds.exp: Likewise.
11865 * gdb.base/ptype.exp: Likewise.
11866 * gdb.base/structs.exp: Likewise.
11867 * gdb.base/unwindonsignal.exp: Likewise.
11868 * gdb.cp/gdb2495.exp: Likewise.
11869 * gdb.cp/templates.exp: Likewise.
11870 * gdb.cp/virtfunc.exp: Likewise.
11871 * gdb.threads/hand-call-in-threads.exp: Likewise.
11872 * gdb.threads/interrupted-hand-call.exp: Likewise.
11873 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11874
11875 2016-06-10 Tom Tromey <tom@tromey.com>
11876
11877 PR rust/20110:
11878 * gdb.rust/expr.exp: Add test for integer constant larger than
11879 i32.
11880
11881 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11882
11883 * gdb.fortran/nested-funcs.exp: New.
11884 * gdb.fortran/nested-funcs.f90: New.
11885
11886 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11887
11888 * gdb.base/examine-backward.c: New file.
11889 * gdb.base/examine-backward.exp: New file.
11890
11891 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11892
11893 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11894 matching.
11895
11896 2016-06-02 Tom Tromey <tom@tromey.com>
11897
11898 PR python/18984:
11899 * gdb.python/py-shared.exp: Add solib_name test.
11900
11901 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11902
11903 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11904
11905 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11906
11907 PR c++/19893
11908 * gdb.dwarf2/implref.exp: Rename to...
11909 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11910 * gdb.dwarf2/implref-array.c: New file.
11911 * gdb.dwarf2/implref-array.exp: Likewise.
11912 * gdb.dwarf2/implref-global.c: Likewise.
11913 * gdb.dwarf2/implref-global.exp: Likewise.
11914 * gdb.dwarf2/implref-struct.c: Likewise.
11915 * gdb.dwarf2/implref-struct.exp: Likewise.
11916
11917 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11918
11919 * gdb.trace/trace-condition.exp: Add 64bit tests.
11920
11921 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11922
11923 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11924 bits types.
11925 (main): Adapt to 8 to 64 bits types.
11926 * gdb.trace/trace-condition.exp: Add new tests.
11927
11928 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11929
11930 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11931
11932 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11933
11934 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11935 Move condition tests...
11936 * gdb.trace/trace-condition.exp: Here.
11937
11938 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11939
11940 * gdb.trace/trace-condition.exp: Add counter-case tests.
11941
11942 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11943
11944 PR c++/15231
11945 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11946 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11947
11948 2016-05-27 Pedro Alves <palves@redhat.com>
11949
11950 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11951 New procedure.
11952 (top level): Call it, and bail out of DejaGnu is known to be bad.
11953
11954 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11955
11956 * gdb.base/whatis.c: Extend the test case.
11957 * gdb.base/whatis.exp: Add additional tests.
11958
11959 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11960
11961 * gdb.fortran/type.f90: Add pointer variable.
11962 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11963
11964 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11965
11966 * gdb.fortran/vla-type.exp: Fix testcase name.
11967
11968 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11969
11970 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11971
11972 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11973
11974 * gdb.fortran/type.f90: Add nested structures.
11975 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11976 * gdb.fortran/derived-type.exp: Adapt expected output.
11977 * gdb.fortran/vla-type.exp: Adapt expected output.
11978
11979 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11980
11981 * gdb.fortran/whatis_type.exp: Adapt expected output.
11982
11983 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11984
11985 * gdb.fortran/print_type.exp: Fix expected output.
11986 * gdb.fortran/whatis_type.exp: Fix expected output.
11987
11988 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11989
11990 * gdb.fortran/whatis_type.exp: Use multi_line.
11991
11992 2016-05-24 Tom Tromey <tom@tromey.com>
11993
11994 PR python/17386:
11995 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11996 use value as an index.
11997
11998 2016-05-23 Tom Tromey <tom@tromey.com>
11999
12000 PR python/17981:
12001 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12002 no-breakpoint case.
12003
12004 2016-05-24 Pedro Alves <palves@redhat.com>
12005
12006 PR gdb/19828
12007 * gdb.threads/clone-attach-detach.c: New file.
12008 * gdb.threads/clone-attach-detach.exp: New file.
12009
12010 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12011
12012 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12013
12014 2016-05-23 Tom Tromey <tom@tromey.com>
12015
12016 PR python/19438, PR python/18393:
12017 * gdb.python/py-progspace.exp: Add "dir" test.
12018 * gdb.python/py-objfile.exp: Add "dir" test.
12019
12020 2016-05-23 Yao Qi <yao.qi@linaro.org>
12021
12022 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12023 * gdb.arch/thumb2-it.exp: Likewise.
12024
12025 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12026
12027 * gdb.mi/mi-threads-interrupt.c: New file.
12028 * gdb.mi/mi-threads-interrupt.exp: New file.
12029
12030 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12031
12032 PR gdb/18077
12033 * gdb.mi/mi-async-run.exp: New file.
12034 * gdb.mi/mi-async-run.c: New file.
12035
12036 2016-05-17 Tom Tromey <tom@tromey.com>
12037 Manish Goregaokar <manishsmail@gmail.com>
12038
12039 * lib/rust-support.exp: New file.
12040 * lib/gdb.exp (skip_rust_tests): New proc.
12041 (build_executable_from_specs): Handle rust.
12042 * lib/future.exp (gdb_find_rustc): New proc.
12043 (gdb_default_target_compile): Handle rust.
12044 * gdb.rust/expr.exp: New file.
12045 * gdb.rust/generics.exp: New file.
12046 * gdb.rust/generics.rs: New file.
12047 * gdb.rust/methods.exp: New file.
12048 * gdb.rust/methods.rs: New file.
12049 * gdb.rust/modules.exp: New file.
12050 * gdb.rust/modules.rs: New file.
12051 * gdb.rust/simple.exp: New file.
12052 * gdb.rust/simple.rs: New file.
12053
12054 2016-05-17 Tom Tromey <tom@tromey.com>
12055
12056 * gdb.base/default.exp (set language): Add rust.
12057
12058 2016-05-17 Tom Tromey <tom@tromey.com>
12059
12060 * gdb.gdb/unittest.exp: New file.
12061
12062 2016-05-16 Yao Qi <yao.qi@linaro.org>
12063
12064 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12065 shell_prompt. Update shell_prompt_re.
12066
12067 2016-05-12 Doug Evans <dje@google.com>
12068
12069 PR symtab/19999
12070 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12071 $options when building executable.
12072 * gdb.dwarf2/fission-loclists-pie.S: New file.
12073 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12074
12075 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12076
12077 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12078 of [is_remote target],
12079
12080 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12081
12082 * lib/gdb.exp (use_gdb_stub): New procedure.
12083
12084 2016-05-03 Yunlian Jiang <yunlian@google.com>
12085 Doug Evans <dje@google.com>
12086
12087 PR symtab/19914
12088 * gdb.dwarf2/dwp-sepdebug.c: New file.
12089 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12090
12091 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12092
12093 * gdb.base/detach.exp: Remove is_remote check.
12094
12095 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12096
12097 * gdb.base/annota-input-while-running.exp: Don't check for
12098 [is_remote target]. Enable annotations after running to main.
12099 Remove unused "set test..." line.
12100
12101 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12102
12103 * gdb.trace/trace-enable-disable.exp: New file.
12104 * gdb.trace/trace-enable-disable.c: New file.
12105
12106 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12107
12108 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12109 use it in info sharedlibrary test.
12110 * gdb.trace/ftrace-lock.exp: Likewise.
12111 * gdb.trace/ftrace.exp: Likewise.
12112 * gdb.trace/range-stepping.exp: Likewise.
12113 * gdb.trace/trace-break.exp: Likewise.
12114 * gdb.trace/trace-condition.exp: Likewise.
12115 * gdb.trace/trace-mt.exp: Likewise.
12116
12117 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12118
12119 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12120 (gdb_load_shlib): ... this.
12121 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12122 gdb_load_shlib.
12123 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12124 * gdb.base/ctxobj.exp: Likewise.
12125 * gdb.base/dprintf-pending.exp: Likewise.
12126 * gdb.base/dso2dso.exp: Likewise.
12127 * gdb.base/fixsection.exp: Likewise.
12128 * gdb.base/gcore-relro.exp: Likewise.
12129 * gdb.base/gdb1555.exp: Likewise.
12130 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12131 * gdb.base/gnu-ifunc.exp: Likewise.
12132 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12133 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12134 * gdb.base/pending.exp: Likewise.
12135 * gdb.base/print-file-var.exp: Likewise.
12136 * gdb.base/print-symbol-loading.exp: Likewise.
12137 * gdb.base/shlib-call.exp: Likewise.
12138 * gdb.base/shreloc.exp: Likewise.
12139 * gdb.base/so-impl-ld.exp: Likewise.
12140 * gdb.base/solib-disc.exp: Likewise.
12141 * gdb.base/solib-nodir.exp: Likewise.
12142 * gdb.base/solib-overlap.exp: Likewise.
12143 * gdb.base/solib-symbol.exp: Likewise.
12144 * gdb.base/solib-weak.exp (do_test): Likewise.
12145 * gdb.base/sym-file.exp: Likewise.
12146 * gdb.base/symtab-search-order.exp: Likewise.
12147 * gdb.base/type-opaque.exp: Likewise.
12148 * gdb.base/unload.exp: Likewise.
12149 * gdb.base/watchpoint-solib.exp: Likewise.
12150 * gdb.compile/compile.exp: Likewise.
12151 * gdb.cp/gdb2384.exp: Likewise.
12152 * gdb.cp/infcall-dlopen.exp: Likewise.
12153 * gdb.cp/re-set-overloaded.exp: Likewise.
12154 * gdb.fortran/library-module.exp: Likewise.
12155 * gdb.opt/solib-intra-step.exp: Likewise.
12156 * gdb.python/py-finish-breakpoint.exp: Likewise.
12157 * gdb.python/py-shared.exp: Likewise.
12158 * gdb.reverse/solib-precsave.exp: Likewise.
12159 * gdb.reverse/solib-reverse.exp: Likewise.
12160 * gdb.server/solib-list.exp: Likewise.
12161 * gdb.threads/dlopen-libpthread.exp: Likewise.
12162 * gdb.threads/tls-shared.exp: Likewise.
12163 * gdb.threads/tls-so_extern.exp: Likewise.
12164 * gdb.trace/change-loc.exp: Likewise.
12165 * gdb.trace/ftrace-lock.exp: Likewise.
12166 * gdb.trace/ftrace.exp: Likewise.
12167 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12168 * gdb.trace/pending.exp: Likewise.
12169 * gdb.trace/range-stepping.exp: Likewise.
12170 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12171 (strace_info_marker): Likewise.
12172 (strace_probe_marker): Likewise.
12173 (strace_trace_on_same_addr): Likewise.
12174 (strace_trace_on_diff_addr): Likewise.
12175 * gdb.trace/trace-break.exp: Likewise.
12176 * gdb.trace/trace-condition.exp: Likewise.
12177 * gdb.trace/trace-mt.exp: Likewise.
12178
12179 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12180
12181 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12182 result of gdb_remote_download.
12183 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12184 * gdb.base/dso2dso.exp: Likewise.
12185 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12186 * gdb.base/print-file-var.exp: Likewise.
12187 * gdb.base/shlib-call.exp: Likewise.
12188 * gdb.base/shreloc.exp: Likewise.
12189 * gdb.base/solib-overlap.exp: Likewise.
12190 * gdb.base/solib-weak.exp (do_test): Likewise.
12191 * gdb.base/unload.exp: Likewise.
12192
12193 2016-04-27 Yao Qi <yao.qi@linaro.org>
12194
12195 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12196 exists.
12197
12198 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12199
12200 * vla-type.exp: Print structure from toplevel.
12201
12202 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12203
12204 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12205 of dynamic types.
12206 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12207 of dynamic types.
12208
12209 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12210
12211 * gdb.fortran/vla-type.f90: New file.
12212 * gdb.fortran/vla-type.exp: New file.
12213
12214 2016-04-25 Yao Qi <yao.qi@linaro.org>
12215
12216 * gdb.base/branch-to-self.c: New file.
12217 * gdb.base/branch-to-self.exp: New file.
12218
12219 2016-04-22 Yao Qi <yao.qi@linaro.org>
12220
12221 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12222 more after $hex.
12223
12224 2016-04-22 Yao Qi <yao.qi@linaro.org>
12225
12226 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12227 * gdb.base/annota3.exp: Likewise.
12228
12229 2016-04-22 Yao Qi <yao.qi@linaro.org>
12230
12231 * gdb.reverse/step-precsave.exp: Do one step and test program
12232 stops in "callee" and do multiple steps until program goes out
12233 of "callee".
12234 * gdb.reverse/step-reverse.exp: Likewise.
12235
12236 2016-04-22 Yao Qi <yao.qi@linaro.org>
12237
12238 * gdb.trace/signal.exp: Also pass if
12239 $tracepoint_hits($i) > $iterations.
12240
12241 2016-04-22 Yao Qi <yao.qi@linaro.org>
12242
12243 * gdb.trace/signal.c: New file.
12244 * gdb.trace/signal.exp: New file.
12245
12246 2016-04-19 Doug Evans <xdje42@gmail.com>
12247
12248 * gdb.base/bad-file.exp: New file.
12249
12250 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12251
12252 * gdb.dwarf2/implref.exp: New file.
12253
12254 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12255
12256 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12257 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12258 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12259 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12260 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12261 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12262 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12263 * lib/fortran.exp (fortran_int4): New procedure.
12264 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12265 (fortran_logical4): Likewise.
12266
12267 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12268
12269 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12270
12271 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12272
12273 * lib/compiler.c: Add Intel specific preprocessor macros.
12274 * lib/compiler.cc: Likewise.
12275
12276 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
12277
12278 * gdb.server/connect-with-no-symbol-file.c: New file.
12279 * gdb.server/connect-with-no-symbol-file.exp: New file.
12280
12281 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12282
12283 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12284
12285 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12286
12287 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12288 standard output directory.
12289
12290 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12291
12292 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12293
12294 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12295
12296 * gdb.btrace/instruction_history.c (loop): Add declaration.
12297
12298 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12299
12300 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12301
12302 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12303
12304 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12305 parentheses to print.
12306 (continue_handler): Likewise.
12307
12308 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12309
12310 * gdb.server/solib-list.exp: Remove is_remote check.
12311 Pass shlib= to gdb_compile. Don't link shared library with
12312 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12313 Run binary filename through "readlink -f" on the target.
12314
12315 2016-04-08 Pedro Alves <palves@redhat.com>
12316
12317 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12318 interpreter filename as argument to gdbserver_spawn.
12319 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12320 Return empty if $last_loaded_file does not exist.
12321
12322 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12323
12324 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12325 * gdb.base/jit-main.c: Use exit after usage.
12326
12327 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12328
12329 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12330 GDBHISTSIZE prior to the tests.
12331 * gdb.base/gdbinit-history.exp: Likewise.
12332
12333 2016-04-07 Pedro Alves <palves@redhat.com>
12334
12335 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12336 instead of build_executable. Use gdb_load_shlibs.
12337
12338 2016-04-07 Yao Qi <yao.qi@linaro.org>
12339
12340 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12341 Execute "si" command.
12342
12343 2016-04-07 Yao Qi <yao.qi@linaro.org>
12344
12345 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12346 number instead of the comments on some line.
12347
12348 2016-04-06 Don Breazeal <donb@codesourcery.com>
12349
12350 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12351 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12352
12353 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12354
12355 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12356 standard_output_file. Remove unused binfile variable.
12357
12358 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
12359
12360 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12361 * gdb.python/py-mi-objfile.exp: Match "list main" output
12362 in console format.
12363
12364 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12365
12366 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12367 absolute.
12368
12369 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12370
12371 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12372 absolute.
12373 * gdb.trace/ftrace.exp: Likewise.
12374 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12375 targets as well.
12376 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12377 (gdb_load_shlibs): Copy libraries to test directory when testing
12378 natively. Only set solib-search-path if testing remotely.
12379 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12380
12381 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12382
12383 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12384 gdb_download. Use it even if the target is not remote.
12385 * gdb.base/jit.exp (compile_jit_test): Likewise.
12386 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12387 output directory if the destination board is local, otherwise use
12388 the standard remote_download from DejaGnu.
12389 (gdb_download): Remove.
12390 (gdb_load_shlibs): Use gdb_remote_download instead of
12391 gdb_download.
12392 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12393 Use gdb_remote_download instead of gdb_download. Use it even if
12394 the target is not remote.
12395 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12396 instead of gdb_download.
12397
12398 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12399
12400 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12401 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12402 run.
12403
12404 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12405
12406 PR gdb/19820
12407 * gdb.base/printcmds.exp: Add artificial arrays tests.
12408
12409 2016-03-31 Pedro Alves <palves@redhat.com>
12410
12411 PR gdb/19858
12412 * gdb.base/jit-main.c: Include unistd.h.
12413 (ATTACH): Define to 0 if not already defined.
12414 (wait_for_gdb, mypid): New globals.
12415 (WAIT_FOR_GDB): New macro.
12416 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12417 some breakpoint locations.
12418 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12419 New procedures.
12420 (one_jit_test): Add REATTACH parameter, and handle it. Use
12421 continue_to_test_location.
12422 (top level): Test attach, and adjusts calls to one_jit_test.
12423
12424 2016-03-31 Pedro Alves <palves@redhat.com>
12425
12426 PR gdb/19858
12427 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12428 BINSUFFIX parameter, and handle it.
12429 (top level): Adjust calls compile_jit_test.
12430
12431 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12432
12433 PR python/19743
12434 * gdb.python/py-mi-events-gdb.py: New file.
12435 * gdb.python/py-mi-events.c: New file.
12436 * gdb.python/py-mi-events.exp: New file.
12437
12438 2016-03-30 Yao Qi <yao.qi@linaro.org>
12439
12440 * gdb.reverse/until-precsave.exp: Match function name only.
12441 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12442 Move malloc to a condition block.
12443 * gdb.reverse/until-reverse.exp: Match function name only.
12444
12445 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12446
12447 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12448 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12449 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12450 variable for GPR 0 instead of assuming it is register 0.
12451 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12452 * lib/trace-support.exp: Add s390 registers.
12453
12454 2016-03-29 Yao Qi <yao.qi@linaro.org>
12455
12456 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12457
12458 2016-03-24 Yao Qi <yao.qi@linaro.org>
12459
12460 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12461 test message.
12462
12463 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12464
12465 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12466 maintaining separate logic for constructing the output path.
12467
12468 2016-03-16 Don Breazeal <donb@codesourcery.com>
12469
12470 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12471 Retry fork and waitpid on interrupted system call errors.
12472 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12473 Use with_timeout_factor to increase timeout by factor of 10.
12474
12475 2016-03-15 Don Breazeal <donb@codesourcery.com>
12476
12477 * gdb.cp/scope-err.cc: New test program.
12478 * gdb.cp/scope-err.exp: New test script.
12479 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12480 lines and "set breakpoint here" comment.
12481 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12482 Fixed some whitespace and format issues.
12483 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12484 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12485
12486 2016-03-15 Doug Evans <dje@google.com>
12487
12488 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12489 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12490 All callers updated. Add tests for enums, mixed flags register.
12491
12492 2016-03-15 Doug Evans <dje@google.com>
12493
12494 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12495 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12496
12497 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12498
12499 * gdb.base/default.exp: Add $_as_string to the list of expected
12500 convenience functions.
12501
12502 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12503
12504 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12505
12506 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12507
12508 * gdb.python/py-as-string.exp: New file.
12509 * gdb.python/py-as-string.c: New file.
12510
12511 2016-03-09 Pedro Alves <palves@redhat.com>
12512
12513 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12514 signal" -> "Thread NN received signal" output change.
12515 * gdb.threads/ia64-sigill.exp: Likewise.
12516 * gdb.threads/linux-dp.exp: Likewise.
12517 * gdb.threads/manythreads.exp: Likewise.
12518 * gdb.threads/pending-step.exp: Likewise.
12519 * gdb.threads/print-threads.exp: Likewise.
12520 * gdb.threads/sigstep-threads.exp: Likewise.
12521 * gdb.threads/staticthreads.exp: Likewise.
12522 * gdb.threads/tls.exp: Likewise.
12523
12524 2016-03-09 Pedro Alves <palves@redhat.com>
12525
12526 * gdb.base/command-line-input.exp: New file.
12527
12528 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12529
12530 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12531 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12532 * gdb.trace/pending.exp: Accept leading dot before function name.
12533 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12534 * lib/trace-support.exp: Set registers for ppc.
12535
12536 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12537
12538 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12539 use it for disassembly; accept .main in addition to main in backtrace.
12540
12541 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
12542 Marcin Kościelnicki <koriakin@0x04.net>
12543
12544 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12545 (gdb_recursion_test_ptr): New global variable.
12546 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12547 gdb_recursion_test.
12548 (gdb_c_test): Ditto.
12549
12550 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12551
12552 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12553 ordering.
12554
12555 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12556
12557 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12558 (bar): Add bar_start_lbl label.
12559 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12560 of foo/bar for emitting DWARF and tracing.
12561
12562 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12563
12564 * analyze-racy-logs.py: Set executable bit.
12565
12566 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12567
12568 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12569 (CHECK_TARGET_TMP): Likewise.
12570 (check-single-racy): New rule.
12571 (check-parallel-racy): Likewise.
12572 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12573 (do-check-parallel-racy): New rule.
12574 (check-racy/%.exp): Likewise.
12575 * README (Racy testcases): New section.
12576 * analyze-racy-logs.py: New file.
12577
12578 2016-03-03 Doug Evans <dje@google.com>
12579
12580 * gdb.base/skip.exp: Use with_test_prefix.
12581
12582 2016-03-03 Yao Qi <yao.qi@linaro.org>
12583
12584 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12585 Invoke step_over_syscall "clone" and break_cond_on_syscall
12586 "clone".
12587 * gdb.base/step-over-clone.c: New file.
12588
12589 2016-03-03 Yao Qi <yao.qi@linaro.org>
12590
12591 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12592 code format.
12593
12594 2016-03-03 Yao Qi <yao.qi@linaro.org>
12595
12596 * gdb.base/disp-step-fork.c: Rename to ...
12597 * gdb.base/step-over-fork.c: ... it. New file.
12598 * gdb.base/disp-step-vfork.c: Rename to ...
12599 * gdb.base/step-over-vfork.c: ... it. New file.
12600 * gdb.base/disp-step-syscall.exp: Rename to ...
12601 * gdb.base/step-over-syscall.exp: ... it. New file.
12602 (disp_step_cross_syscall): Rename to ...
12603 (step_over_syscall): ... it.
12604
12605 2016-03-03 Yao Qi <yao.qi@linaro.org>
12606
12607 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12608 If target supports condition evaluation on target, invoke
12609 break_cond_on_syscall for fork and vfork.
12610
12611 2016-03-03 Yao Qi <yao.qi@linaro.org>
12612
12613 * gdb.base/disp-step-syscall.exp: Don't invoke
12614 support_displaced_stepping.
12615 (disp_step_cross_syscall): Test with displaced stepping off and
12616 on if supported.
12617
12618 2016-03-03 Yao Qi <yao.qi@linaro.org>
12619
12620 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12621 proc.
12622 (setup): New proc.
12623 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12624 and setup.
12625
12626 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12627
12628 * gdb.fortran/vla-history.exp: Remove breakpoint.
12629
12630 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12631
12632 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12633 exceeds timeout.
12634
12635 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12636
12637 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12638 breakpoint.
12639
12640 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12641
12642 * gdb.mi/vla.f90: Nullify pointer after declaration.
12643
12644 2016-03-01 Pedro Alves <palves@redhat.com>
12645
12646 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12647
12648 2016-03-01 Pedro Alves <palves@redhat.com>
12649
12650 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12651 before anything else.
12652 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12653 _GNU_SOURCE here.
12654 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12655 before anything else.
12656 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12657
12658 2016-03-01 Pedro Alves <palves@redhat.com>
12659
12660 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12661
12662 2016-03-01 Yao Qi <yao.qi@linaro.org>
12663
12664 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12665 prepare_for_testing.
12666
12667 2016-03-01 Yao Qi <yao.qi@linaro.org>
12668
12669 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12670
12671 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12672
12673 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12674 manually constructing the output path.
12675
12676 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12677
12678 * gdb.arch/s390-stackless.S: New.
12679 * gdb.arch/s390-stackless.exp: New.
12680
12681 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12682
12683 * gdb.dlang/circular.c: New file.
12684 * gdb.dlang/circular.exp: New file.
12685
12686 2016-02-26 Yao Qi <yao.qi@linaro.org>
12687
12688 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12689 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12690 (testcases): Update.
12691
12692 2016-02-26 Yao Qi <yao.qi@linaro.org>
12693
12694 * gdb.reverse/aarch64.c: Rename to ...
12695 * gdb.reverse/insn-reverse.c: ... it.
12696 * gdb.reverse/aarch64.exp: Rename to ...
12697 * gdb.reverse/insn-reverse.exp: ... it.
12698
12699 2016-02-26 Yao Qi <yao.qi@linaro.org>
12700
12701 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12702 (testcase_ftype): New.
12703 (testcases): New array.
12704 (n_testcases): New.
12705 (main): Call each element in testcases.
12706 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12707 (read_testcase): New.
12708 Do the tests in a loop.
12709
12710 2016-02-25 Yao Qi <yao.qi@linaro.org>
12711
12712 * gdb.base/branches.c: Remove.
12713
12714 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12715
12716 PR gdb/13808
12717 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12718
12719 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12720
12721 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12722
12723 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12724
12725 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12726 change x86_64 call_insn to 'callq'.
12727
12728 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12729
12730 * gdb.trace/tfile-avx.c: Move to...
12731 * gdb.trace/tracefile-pseudo-reg.c: Here.
12732 * gdb.trace/tfile-avx.exp: Move to...
12733 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12734
12735 2016-02-24 Gary Benson <gbenson@redhat.com>
12736
12737 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12738 message on attach.
12739
12740 2016-02-23 Doug Evans <dje@google.com>
12741
12742 * gdb.base/skip.c (test_skip): New function.
12743 (end_test_skip_file_and_function): New function.
12744 (test_skip_file_and_function): New function.
12745 * gdb.base/skip1.c (test_skip): New function.
12746 (skip1_test_skip_file_and_function): New function.
12747 * gdb.base/skip.exp: Add tests for new skip options.
12748 * gdb.base/skip-solib.exp: Update expected output.
12749 * gdb.perf/skip-command.cc: New file.
12750 * gdb.perf/skip-command.exp: New file.
12751 * gdb.perf/skip-command.py: New file.
12752
12753 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12754
12755 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12756 info registers pattern.
12757
12758 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12759
12760 * lib/future.exp: Add D support.
12761 (gdb_find_gdc): New proc.
12762 (gdb_default_target_compile): Add D support.
12763
12764 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12765
12766 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12767 user+system time.
12768 (trace_speed_test): Determine the iteration count for a time
12769 between 15..30 seconds.
12770
12771 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12772
12773 * gdb.arch/i386-mpx-sigsegv.c: New file.
12774 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12775 * gdb.arch/i386-mpx-simple_segv.c: New file.
12776 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12777
12778 2016-02-18 Yao Qi <yao.qi@linaro.org>
12779
12780 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12781 Don't call setup_kfail.
12782
12783 2016-02-18 Yao Qi <yao.qi@linaro.org>
12784
12785 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12786 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12787
12788 2016-02-16 Doug Evans <dje@google.com>
12789
12790 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12791 * gdb.base/skip1.c: Ditto.
12792 * gdb.base/skip.exp: Whitespace cleanup.
12793
12794 2016-02-16 Don Breazeal <donb@codesourcery.com>
12795
12796 PR remote/19496
12797 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12798 Remove kfail for PR remote/19496.
12799
12800 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12801
12802 * lib/gdb.exp (standard_temp_file): Return a path specific to
12803 the runtest invocation.
12804
12805 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12806
12807 * gdb.trace/save-trace.exp: Change relative path to be in the
12808 standard output directory.
12809
12810 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12811
12812 * gdb.arch/i386-prologue.c: Add missing prototypes.
12813
12814 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12815
12816 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12817 * gdb.arch/i386-prologue.exp: Likewise.
12818 * gdb.arch/i386-size.exp: Likewise.
12819
12820 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12821
12822 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12823 define object file path.
12824 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12825 file path.
12826 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12827 standard_output_file to define binfile.
12828
12829 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12830
12831 Fix compatibility with recent gfortran-5.3.1.
12832 * gdb.fortran/vla-history.exp (print vla1 allocated)
12833 (print vla2 allocated, print $2, print $3): Remove
12834 (print $4): Rename to ...
12835 (print $2): ... here.
12836 (print $9): Rename to ...
12837 (print $5): ... here.
12838 (print $10): Rename to ...
12839 (print $6): ... here.
12840 * gdb.fortran/vla.f90: Add pvla initialization.
12841
12842 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12843
12844 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12845 New test.
12846 * gdb.fortran/vla-value-sub.exp: Likewise.
12847
12848 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12849
12850 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12851
12852 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12853
12854 * i386-biarch-core.exp: Define corefile using
12855 standard_output_file.
12856
12857 2016-02-12 Yao Qi <yao.qi@linaro.org>
12858
12859 * gdb.arch/arm-single-step-kernel-helper.c: New.
12860 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12861
12862 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12863
12864 * gdb.btrace/tailcall-only.exp: New.
12865 * gdb.btrace/tailcall-only.c: New.
12866 * gdb.btrace/x86_64-tailcall-only.S: New.
12867 * gdb.btrace/i686-tailcall-only.S: New.
12868
12869 2016-02-11 Pedro Alves <palves@redhat.com>
12870
12871 * README (Parallel testing): Add missing double quotes.
12872
12873 2016-02-11 Pedro Alves <palves@redhat.com>
12874
12875 * README (Parallel testing): New section.
12876 (GDB_PARALLEL): Rewrite.
12877 (FORCE_PARALLEL): Document.
12878
12879 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12880
12881 * gdb.trace/tfile-avx.c: New test.
12882 * gdb.trace/tfile-avx.exp: New test.
12883
12884 2016-02-09 Keith Seitz <keiths@redhat.com>
12885
12886 PR breakpoints/19546
12887 * gdb.base/infcall-exec.c: New file.
12888 * gdb.base/infcall-exec2.c: New file.
12889 * gdb.base/infcall-exec.exp: New file.
12890
12891 2016-02-09 Keith Seitz <keiths@redhat.com>
12892
12893 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12894 (toplevel): Call test_bkpt_address.
12895
12896 2016-02-09 Keith Seitz <keiths@redhat.com>
12897
12898 PR python/19506
12899 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12900 (toplevel): Call test_bkpt_address.
12901
12902 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12903
12904 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12905 to AC_OUTPUT.
12906 * configure: Regenerate.
12907
12908 2016-02-09 Pedro Alves <palves@redhat.com>
12909
12910 PR breakpoints/19548
12911 * gdb.base/execl-update-breakpoints.c (some_function): New
12912 function.
12913 (main): Call it.
12914 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12915 Tighten expected GDB output.
12916
12917 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12918
12919 * Makefile.in (ALL_SUBDIRS): Remove.
12920 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12921 (distclean maintainer-clean realclean): Likewise.
12922 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12923 * configure: Regenerate.
12924 * gdb.ada/Makefile.in: Delete.
12925 * gdb.arch/Makefile.in: Likewise.
12926 * gdb.asm/Makefile.in: Likewise.
12927 * gdb.base/Makefile.in: Likewise.
12928 * gdb.btrace/Makefile.in: Likewise.
12929 * gdb.cell/Makefile.in: Likewise.
12930 * gdb.compile/Makefile.in: Likewise.
12931 * gdb.cp/Makefile.in: Likewise.
12932 * gdb.disasm/Makefile.in: Likewise.
12933 * gdb.dlang/Makefile.in: Likewise.
12934 * gdb.dwarf2/Makefile.in: Likewise.
12935 * gdb.fortran/Makefile.in: Likewise.
12936 * gdb.gdb/Makefile.in: Likewise.
12937 * gdb.go/Makefile.in: Likewise.
12938 * gdb.guile/Makefile.in: Likewise.
12939 * gdb.java/Makefile.in: Likewise.
12940 * gdb.linespec/Makefile.in: Likewise.
12941 * gdb.mi/Makefile.in: Likewise.
12942 * gdb.modula2/Makefile.in: Likewise.
12943 * gdb.multi/Makefile.in: Likewise.
12944 * gdb.objc/Makefile.in: Likewise.
12945 * gdb.opencl/Makefile.in: Likewise.
12946 * gdb.opt/Makefile.in: Likewise.
12947 * gdb.pascal/Makefile.in: Likewise.
12948 * gdb.perf/Makefile.in: Likewise.
12949 * gdb.python/Makefile.in: Likewise.
12950 * gdb.reverse/Makefile.in: Likewise.
12951 * gdb.server/Makefile.in: Likewise.
12952 * gdb.stabs/Makefile.in: Likewise.
12953 * gdb.threads/Makefile.in: Likewise.
12954 * gdb.trace/Makefile.in: Likewise.
12955 * gdb.xml/Makefile.in: Likewise.
12956 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12957 GDB_PARALLEL.
12958 (standard_output_file): Remove check for GDB_PARALLEL, always
12959 return path in outputs/$subdir/$testname.
12960
12961 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12962
12963 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12964 (site.exp): Assign abs_srcdir to tcl's srcdir.
12965
12966 2016-02-04 Yao Qi <yao.qi@linaro.org>
12967
12968 * gdb.base/foll-exec-mode.c: Include limits.h.
12969 (main): Add parameters argc and argv. Get directory from
12970 argv[0].
12971 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12972 compilation.
12973 * gdb.base/foll-exec.c: Include limits.h.
12974 (main): Add parameters argc and argv.
12975 Get directory from argv[0].
12976 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12977 Adjust tests on the number of lines as source code changed.
12978 * gdb.base/foll-vfork-exit.c: Include limits.h.
12979 (main): Add one line of statement before vfork.
12980 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12981 (main): Add parameters argc and argv. Get directory from
12982 argv[0].
12983 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12984 (setup_gdb): Set tbreak to skip some source lines.
12985 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12986 (main): Add parameters argc and argv. Get directory from
12987 argv[0].
12988 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12989 compilation.
12990 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12991 (main): Add parameters argc and argv. Get directory from
12992 argv[0].
12993 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12994 compilation.
12995
12996 2016-02-01 Doug Evans <dje@google.com>
12997
12998 * gdb.base/skip.exp: Clean up multiple references to same test name.
12999
13000 2016-02-01 Pedro Alves <palves@redhat.com>
13001
13002 PR remote/19496
13003 * gdb.threads/forking-threads-plus-breakpoint.exp
13004 (displaced_stepping_supported): New global.
13005 (probe_displaced_stepping_support): New procedure.
13006 (do_test): Add 'displaced' parameter, and use it.
13007 (top level): Check for displaced stepping support. Add displaced
13008 stepping on/off testing axis.
13009
13010 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13011
13012 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13013 pointer. Don't perform further tests on the unassociated pointer
13014 if the first test fails.
13015
13016 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13017
13018 * gdb.base/max-value-size.c: New file.
13019 * gdb.base/max-value-size.exp: New file.
13020 * gdb.base/huge.exp: Disable max-value-size for this test.
13021
13022 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13023
13024 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13025
13026 2016-01-28 Yao Qi <yao.qi@linaro.org>
13027
13028 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13029
13030 2016-01-25 Pedro Alves <palves@redhat.com>
13031
13032 PR threads/19461
13033 * gdb.base/fork-running-state.c: New file.
13034 * gdb.base/fork-running-state.exp: New file.
13035
13036 2016-01-25 Pedro Alves <palves@redhat.com>
13037
13038 PR gdb/19494
13039 * gdb.base/catch-fork-kill.c: New file.
13040 * gdb.base/catch-fork-kill.exp: New file.
13041
13042 2016-01-25 Pedro Alves <palves@redhat.com>
13043
13044 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13045 Delete, moved to lib/gdb.exp.
13046 * gdb.threads/forking-threads-plus-breakpoint.exp
13047 (foreach_with_prefix): Likewise.
13048 * gdb.threads/process-dies-while-handling-bp.exp
13049 (foreach_with_prefix): Likewise.
13050 * lib/gdb.exp (foreach_with_prefix): New procedure.
13051
13052 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13053
13054 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13055 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13056
13057 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13058
13059 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13060 endian targets.
13061
13062 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13063 Pedro Alves <palves@redhat.com>
13064
13065 Fix testsuite compatibility with Guile.
13066 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13067 number.
13068
13069 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13070
13071 Fix testsuite compatibility with Guile.
13072 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13073 (thread 1): New test for backtrace through signal handler.
13074
13075 2016-01-22 Yao Qi <yao.qi@linaro.org>
13076
13077 PR testsuite/19491
13078 * gdb.base/multi-forks.c: Include
13079 ../lib/unbuffer_output.c
13080 (main): Call gdb_unbuffer_output.
13081
13082 2016-01-21 Doug Evans <dje@google.com>
13083
13084 * lib/ada.exp (gdb_compile_ada): Fix typo.
13085
13086 2016-01-21 Joel Brobecker <brobecker@adacore.com>
13087
13088 * gdb.base/break-fun-addr.exp: New file.
13089 * gdb.base/break-fun-addr1.c: New file.
13090 * gdb.base/break-fun-addr2.c: New file.
13091
13092 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13093
13094 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13095 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13096 enum flag values.
13097
13098 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13099
13100 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13101 when GDB can not set the vector return value. Add more comments
13102 for clarification.
13103
13104 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13105
13106 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13107 command.
13108
13109 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13110
13111 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13112
13113 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13114
13115 * Makefile.in (check-single): Pass --status to runtest.
13116 (check/%.exp): Likewise.
13117
13118 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13119
13120 * Makefile.in (check-parallel): Propagate return code from make
13121 do-check-parallel.
13122
13123 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13124
13125 * gdb.trace/ftrace.exp: Fix expected message on continue.
13126 * gdb.trace/pending.exp: Fix expected message on continue.
13127 * gdb.trace/trace-break.exp: Fix expected message on continue.
13128
13129 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13130
13131 * lib/gdb.exp (gdb_test): Remove unused global references.
13132
13133 2016-01-18 Pedro Alves <palves@redhat.com>
13134
13135 * gdb.base/async-shell.exp: Adjust expected output.
13136 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13137 * gdb.base/siginfo-thread.exp: Adjust expected output.
13138 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13139 * gdb.java/jnpe.exp: Adjust expected output.
13140 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13141 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13142 * gdb.threads/leader-exit.exp: Adjust expected output.
13143 * gdb.threads/manythreads.exp: Adjust expected output.
13144 * gdb.threads/pthreads.exp: Adjust expected output.
13145 * gdb.threads/schedlock.exp: Adjust expected output.
13146 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13147 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13148 expected output.
13149 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13150 output.
13151 * gdb.threads/sigthread.exp: Adjust expected output.
13152 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13153
13154 2016-01-18 Yao Qi <yao.qi@linaro.org>
13155
13156 * gdb.guile/scm-section-script.c: Replace @progbits with
13157 %progbits.
13158 * gdb.python/py-section-script.c: Likewise.
13159
13160 2016-01-15 Pedro Alves <palves@redhat.com>
13161
13162 * gdb.multi/tids.exp: Test star wildcard ranges.
13163
13164 2016-01-15 Pedro Alves <palves@redhat.com>
13165
13166 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13167 command from "thread apply" invocation.
13168 (thr_apply_info_thr_invalid): Default the expected output to the
13169 input tid list.
13170 (top level): Add tests that use convenience variables. Add tests
13171 for "thread apply" with a valid TID list, but missing the command.
13172
13173 2016-01-13 Pedro Alves <palves@redhat.com>
13174
13175 * gdb.base/default.exp: Expect $_gthread as well.
13176 * gdb.multi/tids.exp: Test $_gthread.
13177 * gdb.threads/thread-specific.exp: Test $_gthread.
13178
13179 2016-01-13 Pedro Alves <palves@redhat.com>
13180
13181 * gdb.multi/tids.exp: Test "info threads -gid".
13182
13183 2016-01-13 Pedro Alves <palves@redhat.com>
13184
13185 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13186 Breakpoint.thread.
13187 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13188
13189 2016-01-07 Pedro Alves <palves@redhat.com>
13190
13191 * gdb.base/break.exp: Adjust to output changes.
13192 * gdb.base/hbreak2.exp: Likewise.
13193 * gdb.base/sepdebug.exp: Likewise.
13194 * gdb.base/watch_thread_num.exp: Likewise.
13195 * gdb.linespec/keywords.exp: Likewise.
13196 * gdb.multi/info-threads.exp: Likewise.
13197 * gdb.threads/thread-find.exp: Likewise.
13198 * gdb.multi/tids.c: New file.
13199 * gdb.multi/tids.exp: New file.
13200
13201 2016-01-13 Pedro Alves <palves@redhat.com>
13202
13203 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13204
13205 2016-01-13 Pedro Alves <palves@redhat.com>
13206
13207 * gdb.base/default.exp: Expect $_inferior as well.
13208 * gdb.multi/base.exp: Test $_inferior.
13209
13210 2016-01-13 Pedro Alves <palves@redhat.com>
13211
13212 PR breakpoints/19388
13213 * gdb.base/catch-signal-siginfo-cond.c: New file.
13214 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13215
13216 2016-01-12 Josh Stone <jistone@redhat.com>
13217 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13218
13219 * gdb.base/catch-syscall.c (do_execve): New variable.
13220 (main): Conditionally trigger an execve.
13221 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13222 (test_catch_syscall_execve): New, check entry/return across execve.
13223 (do_syscall_tests): Call test_catch_syscall_execve.
13224
13225 2016-01-12 Pedro Alves <palves@redhat.com>
13226
13227 * gdb.base/random-signal.exp (do_test): New procedure, with body
13228 of testcase moved in.
13229
13230 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13231 Pedro Alves <palves@redhat.com>
13232
13233 * gdb.base/funcargs.exp (finish from indirectly called function):
13234 Reintroduce the case for 'First'.
13235
13236 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13237 Pedro Alves <palves@redhat.com>
13238
13239 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13240 (tcatch_vfork_then_child_follow_exec)
13241 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13242 identification.
13243
13244 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13245
13246 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13247 and repeats to unlimited.
13248 * gdb.python/py-value.exp: Likewise.
13249 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13250 and repeats to unlimited.
13251
13252 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13253
13254 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13255 and reordering the functions.
13256 * gdb.multi/hangout.c: Likewise.
13257 * gdb.multi/hello.c: Likewise.
13258
13259 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13260
13261 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13262 absolute.
13263 (SingleStatisticTestResult.report): Use dict.keys instead of
13264 dict.iterkeys.
13265
13266 2016-01-06 Pedro Alves <palves@redhat.com>
13267
13268 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13269
13270 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13271
13272 * gdb.btrace/dlopen.exp: New.
13273 * gdb.btrace/dlopen.c: New.
13274 * gdb.btrace/dlopen-dso.c: New.
13275
13276 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13277
13278 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13279 PATTERN argument is optional.
13280
13281 2015-12-24 Joel Brobecker <brobecker@adacore.com>
13282
13283 * lib/ada.exp (target_compile_ada_from_dir): New function.
13284 (gdb_compile_ada): Reimplement avoiding the use of project files.
13285 * gdb.ada/gnat_ada.gpr: Delete.
13286 * gdb.ada/cond_lang.exp: Adjust test to make path before
13287 filename optional.
13288 * gdb.ada/small_reg_param.exp: Likewise.
13289
13290 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13291
13292 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13293
13294 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13295
13296 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13297 case.
13298
13299 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13300
13301 * gdb.base/break.exp: Remove dead code.
13302 * gdb.base/sepdebug.exp: Likewise.
13303
13304 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13305
13306 * gdb.asm/asm-source.exp: Remove HP-UX references.
13307 * gdb.base/annota1.exp: Likewise.
13308 * gdb.base/annota3.exp: Likewise.
13309 * gdb.base/attach.exp: Likewise.
13310 * gdb.base/bigcore.exp: Likewise.
13311 * gdb.base/break.exp: Likewise.
13312 * gdb.base/call-ar-st.exp: Likewise.
13313 * gdb.base/callfuncs.exp: Likewise.
13314 * gdb.base/catch-fork-static.exp: Likewise.
13315 * gdb.base/display.exp: Likewise.
13316 * gdb.base/foll-exec-mode.exp: Likewise.
13317 * gdb.base/foll-exec.exp: Likewise.
13318 * gdb.base/foll-fork.exp: Likewise.
13319 * gdb.base/foll-vfork.exp: Likewise.
13320 * gdb.base/funcargs.exp: Likewise.
13321 * gdb.base/hbreak2.exp: Likewise.
13322 * gdb.base/inferior-died.exp: Likewise.
13323 * gdb.base/interrupt.exp: Likewise.
13324 * gdb.base/multi-forks.exp: Likewise.
13325 * gdb.base/nodebug.exp: Likewise.
13326 * gdb.base/sepdebug.exp: Likewise.
13327 * gdb.base/solib1.c: Likewise.
13328 * gdb.base/step-test.exp: Likewise.
13329 * gdb.mi/non-stop.c: Likewise.
13330 * gdb.mi/pthreads.c: Likewise.
13331 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13332 * gdb.threads/pthreads.c: Likewise.
13333 * gdb.threads/staticthreads.exp: Likewise.
13334 * lib/future.exp: Likewise.
13335 * lib/gdb.exp: Likewise.
13336 * gdb.base/so-indr-cl.c: Remove.
13337 * gdb.base/so-indr-cl.exp: Likewise.
13338 * gdb.base/solib.c: Likewise.
13339 * gdb.base/solib.exp: Likewise.
13340 * gdb.base/solib2.c: Likewise.
13341
13342 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13343
13344 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13345 * gdb.base/call-ar-st.exp: Likewise.
13346 * gdb.base/callfuncs.exp: Likewise.
13347 * gdb.base/condbreak.exp: Likewise.
13348 * gdb.base/constvars.exp: Likewise.
13349 * gdb.base/hbreak2.exp: Likewise.
13350 * gdb.base/langs.exp: Likewise.
13351 * gdb.base/list.exp: Likewise.
13352 * gdb.base/long_long.exp: Likewise.
13353 * gdb.base/ptype.exp: Likewise.
13354 * gdb.base/scope.exp: Likewise.
13355 * gdb.base/signals.exp: Likewise.
13356 * gdb.base/so-impl-ld.exp: Likewise.
13357 * gdb.base/varargs.exp: Likewise.
13358 * gdb.base/volatile.exp: Likewise.
13359 * gdb.base/whatis.exp: Likewise.
13360 * gdb.cp/cplusfuncs.exp: Likewise.
13361 * gdb.cp/inherit.exp: Likewise.
13362 * gdb.cp/local.exp: Likewise.
13363 * gdb.cp/member-ptr.exp: Likewise.
13364 * gdb.cp/method.exp: Likewise.
13365 * gdb.cp/overload.exp: Likewise.
13366 * gdb.cp/templates.exp: Likewise.
13367 * gdb.stabs/weird.exp: Likewise.
13368 * lib/compiler.c: Likewise.
13369 * lib/compiler.cc: Likewise.
13370 * lib/cp-support.exp: Likewise.
13371 * lib/gdb.exp: Likewise.
13372
13373 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13374
13375 * configure.ac: Remove HP-UX case.
13376 * configure: Regenerate.
13377
13378 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13379
13380 * lib/gdb.exp (gdb_compile): Add function doc.
13381
13382 2015-12-17 Pedro Alves <palves@redhat.com>
13383
13384 PR threads/19354
13385 * gdb.multi/info-threads.exp: New file.
13386
13387 2015-12-15 Yao Qi <yao.qi@linaro.org>
13388
13389 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13390 is aarch64*-*-*.
13391
13392 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13393
13394 * gdb.base/history-duplicates.exp: Skip if no readline support.
13395
13396 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13397
13398 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13399
13400 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13401
13402 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13403
13404 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13405
13406 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13407 ctrl-C if nointerrupts target property is set.
13408 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13409 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13410 * gdb.base/paginate-bg-execution.exp: Likewise.
13411 * gdb.base/paginate-execution-startup.exp: Likewise.
13412 * gdb.base/random-signal.exp: Likewise.
13413 * gdb.base/range-stepping.exp: Likewise.
13414 * gdb.cp/annota2.exp: Likewise.
13415 * gdb.cp/annota3.exp: Likewise.
13416 * gdb.gdb/selftest.exp: Likewise.
13417 * gdb.threads/continue-pending-status.exp: Likewise.
13418 * gdb.threads/leader-exit.exp: Likewise.
13419 * gdb.threads/manythreads.exp: Likewise.
13420 * gdb.threads/pthreads.exp: Likewise.
13421 * gdb.threads/schedlock.exp: Likewise.
13422 * gdb.threads/sigthread.exp: Likewise.
13423
13424 2015-12-11 Don Breazeal <donb@codesourcery.com>
13425
13426 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13427 remote.
13428 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13429 * gdb.base/foll-exec.exp (main): Enable for target remote.
13430 * gdb.base/foll-fork.exp (main): Likewise.
13431 * gdb.base/foll-vfork.exp (main): Likewise.
13432 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13433 (proc continue_to_exit_bp_loc): Use clean_restart.
13434 * gdb.base/pie-execl.exp (main): Disable for target remote.
13435 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13436 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13437 * gdb.threads/execl.exp (main): Likewise.
13438 * gdb.threads/fork-child-threads.exp (main): Likewise.
13439 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13440 remote.
13441 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13442 remote.
13443 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13444 pid.tid style ptids, instead of just tid.
13445 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13446 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13447 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13448 ptids, instead of just tid.
13449
13450 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13451
13452 * gdb.base/list.exp (test_list_forward): Add end of file error
13453 test.
13454 (test_repeat_list_command): Add end of file error test.
13455 (test_list_backwards): Add beginning of file error test.
13456
13457 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13458
13459 * gdb.base/list.exp (test_list_invalid_args): New function,
13460 defined, and called.
13461
13462 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13463
13464 * gdb.base/list.exp (test_list): Make test names unique.
13465
13466 2015-12-11 Yao Qi <yao.qi@linaro.org>
13467
13468 * gdb.base/coremaker2.c: Remove.
13469
13470 2015-12-10 Pedro Alves <palves@redhat.com>
13471
13472 * gdb.multi/base.exp: Remove stale "spaces" references.
13473
13474 2015-12-10 Pedro Alves <palves@redhat.com>
13475
13476 * gdb.multi/base.exp: Don't use nowarnings.
13477 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13478 * gdb.multi/hangout.c: Include stdio.h.
13479 * gdb.multi/hello.c: Include stdlib.h.
13480 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13481 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13482 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13483
13484 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13485
13486 * gdb.dwarf2/dw2-ranges-base.c: New file.
13487 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13488 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13489 support additional line table, and debug ranges generation.
13490 (Dwarf::ranges): New function, generate .debug_ranges.
13491 (Dwarf::lines): Support generating simple line table programs.
13492 (Dwarf::assemble): Initialise new namespace variables.
13493
13494 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13495
13496 * gdb.base/async.exp (proc test_background): Add case for
13497 asynchronous execution not supported.
13498
13499 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
13500
13501 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13502 format and change test names to make them unique.
13503
13504 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13505 Pedro Alves <pedro@redhat.com>
13506
13507 PR gdb/18702
13508 Add checking of floatformats setup on x86_64 hosts.
13509 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13510 (smallval, bigval): New labels/constants.
13511 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13512 float" after loading bigval and smallval.
13513
13514 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13515
13516 * gdb.ada/fun_overload_menu.exp: New testcase.
13517 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13518
13519 2015-12-04 Josh Stone <jistone@redhat.com>
13520
13521 * gdb.base/catch-fork-static.exp: New.
13522
13523 2015-12-03 Yao Qi <yao.qi@linaro.org>
13524
13525 * gdb.base/sizeof.c: Don't include stdio.h and
13526 ../lib/unbuffer_output.c.
13527 (main): New variable 'size' and 'value'. Remove printf and
13528 gdb_unbuffer_output. Assign return value to size and value.
13529 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13530 at the beginning.
13531 (check_sizeof): Check the result by printing variable 'size'.
13532 (check_valueof): Check the result by printing variable 'value'.
13533
13534 2015-12-01 Yao Qi <yao.qi@linaro.org>
13535
13536 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13537 for aarch64*-*-linux* target.
13538
13539 2015-11-30 Pedro Alves <palves@redhat.com>
13540
13541 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13542
13543 2015-11-30 Pedro Alves <palves@redhat.com>
13544
13545 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13546 Handle non-stop mode vCont replies.
13547
13548 2015-11-30 Pedro Alves <palves@redhat.com>
13549
13550 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13551 prepare_for_testing. Start gdb with "set non-stop on" appended to
13552 GDBFLAGS. Lax expected stop output.
13553
13554 2015-11-27 Yao Qi <yao.qi@linaro.org>
13555
13556 * gdb.arch/arm-neon.exp: New.
13557 * gdb.arch/arm-neon.c: New.
13558
13559 2015-11-27 Yao Qi <yao.qi@linaro.org>
13560
13561 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13562
13563 2015-11-27 Yao Qi <yao.qi@linaro.org>
13564
13565 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13566 frames-invalid annotation.
13567
13568 2015-11-27 Yao Qi <yao.qi@linaro.org>
13569
13570 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13571
13572 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13573
13574 * gdb.threads/names.exp: New file.
13575 * gdb.threads/names.c: New file.
13576 * README: Mention gdb,no_thread_names.
13577
13578 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13579
13580 PR 19297
13581 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13582 support" error.
13583
13584 2015-11-24 Pedro Alves <palves@redhat.com>
13585
13586 PR 17539
13587 * gdb.base/display.exp: Expect displays to be sorted in ascending
13588 order. Use multi_line.
13589 * gdb.base/solib-display.exp: Likewise.
13590
13591 2015-11-24 Pedro Alves <palves@redhat.com>
13592
13593 PR 17539
13594 * gdb.base/display.exp: Expect displays to be sorted in ascending
13595 order. Use multi_line.
13596 * gdb.base/solib-display.exp: Likewise.
13597
13598 2015-11-24 Pedro Alves <palves@redhat.com>
13599
13600 PR 17539
13601 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13602 threads in ascending order.
13603 * gdb.base/foll-fork.exp: Likewise.
13604 * gdb.base/foll-vfork.exp: Likewise.
13605 * gdb.base/multi-forks.exp: Likewise.
13606 * gdb.mi/mi-nonstop.exp: Likewise.
13607 * gdb.mi/mi-nsintrall.exp: Likewise.
13608 * gdb.multi/base.exp: Likewise.
13609 * gdb.multi/multi-arch.exp: Likewise.
13610 * gdb.python/py-inferior.exp: Likewise.
13611 * gdb.threads/break-while-running.exp: Likewise.
13612 * gdb.threads/execl.exp: Likewise.
13613 * gdb.threads/gcore-thread.exp: Likewise.
13614 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13615 * gdb.threads/kill.exp: Likewise.
13616 * gdb.threads/linux-dp.exp: Likewise.
13617 * gdb.threads/multiple-step-overs.exp: Likewise.
13618 * gdb.threads/next-bp-other-thread.exp: Likewise.
13619 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13620 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13621 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13622 * gdb.threads/thread-find.exp: Likewise.
13623 * gdb.threads/tls.exp: Likewise.
13624 * lib/mi-support.exp (mi_reverse_list): Delete.
13625 (mi_check_thread_states): No longer reverse list.
13626
13627 2015-11-24 Pedro Alves <palves@redhat.com>
13628
13629 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13630 use lowercase.
13631
13632 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13633
13634 * gdb.trace/actions.c: Include trace-common.h.
13635 (main): Add a location for a fast tracepoint.
13636 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13637 the normal tracepoints.
13638 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13639
13640 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13641
13642 * save-trace.exp: Factor out code to these...
13643 (gdb_save_tracepoints): New.
13644 (gdb_load_tracepoints): New.
13645 (do_save_load_test): New.
13646
13647 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13648
13649 * gdb.base/asmlabel.exp: New test.
13650 * gdb.base/asmlabel.c: New test case.
13651
13652 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13653
13654 * gdb.base/wrong_frame_bt_full-main.c: New file.
13655 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13656 * gdb.base/wrong_frame_bt_full.exp: New file.
13657
13658 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13659
13660 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13661
13662 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13663
13664 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13665 pstate register when comparing registers values in
13666 sparc64-*-linux-gnu targets to avoid spurious differences.
13667
13668 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13669
13670 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13671
13672 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13673
13674 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13675 as type argument to gdb_compile.
13676 * gdb.base/nested-subp2.exp: Likewise.
13677 * gdb.base/nested-subp3.exp: Likewise.
13678
13679 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13680
13681 * lib/dwarf.exp (_note): Fix left shift of negative value.
13682 * gdb.trace/trace-condition.exp: Likewise.
13683
13684 2015-11-13 Yao Qi <yao.qi@linaro.org>
13685
13686 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13687 comments about d10v.
13688 (test_scalar_returns): Likewise.
13689 * gdb.base/d10v.ld: Remove.
13690 * gdb.base/overlays.exp: Remove the target triplet checking for
13691 d10v-*-*.
13692 * gdb.base/structs.exp (test_struct_returns): Remove the
13693 comments about d10v.
13694 (test_struct_calls): Likewise.
13695
13696 2015-11-13 Yao Qi <yao.qi@linaro.org>
13697
13698 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13699 * gdb.base/gnu_vector.c: Don't include stdio.h.
13700 (main): Don't print res and call add_some_intvecs.
13701
13702 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13703
13704 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13705 macro.
13706 (func5): Removed.
13707 (func4): Use FAST_TRACEPOINT_LABEL.
13708 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13709 macro.
13710 (func): Removed.
13711 (thread_function): Use FAST_TRACEPOINT_LABEL.
13712 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13713 (func): Remove.
13714 (marker): Use FAST_TRACEPOINT_LABEL.
13715 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13716 (pendfunc1): Remove.
13717 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13718 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13719 (foo): Remove.
13720 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13721 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13722 macro.
13723 (func): Remove.
13724 (marker): Use FAST_TRACEPOINT_LABEL.
13725 * gdb.trace/trace-common.h: New header.
13726 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13727 macro.
13728 (func): Remove.
13729 (marker): Use FAST_TRACEPOINT_LABEL.
13730 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13731 (func): Remove.
13732 (thread_function): Use FAST_TRACEPOINT_LABEL.
13733
13734 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13735
13736 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13737 in front.
13738 * gdb.trace/change-loc.exp: Use global pcreg definition.
13739 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13740 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13741 in front.
13742 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13743 * gdb.trace/pending.exp: Likewise.
13744 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13745 * gdb.trace/trace-break.exp: Likewise.
13746 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13747 in front.
13748 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13749 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13750 in front.
13751 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13752
13753 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13754
13755 * gdb.ada/fin_fun_out: New testcase.
13756
13757 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13758
13759 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13760 value associated with DW_AT_byte_size.
13761 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13762 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13763 DW_AT_upper_bound.
13764
13765 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13766
13767 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13768 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13769 version.
13770 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13771 gdb.dwarf2/dw2-canonicalize-type.exp,
13772 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13773 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13774 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13775 provided by gdb_target_symbol_prefix_flags_asm.
13776 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13777 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13778 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13779 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13780 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13781 macros where needed). Use this macro for symbols which require
13782 the prefix provided by SYMBOL_PREFIX.
13783
13784 2015-11-05 Kevin Buettner <kevinb@redhat.com>
13785
13786 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13787 New procs.
13788 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13789 representing expressions, of more than one list element.
13790 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13791 to prepend linker symbol prefix to f.
13792 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13793 table_1 and table_2.
13794 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13795 Likewise, for f and g.
13796 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13797 for ptr.
13798 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13799 for main.
13800 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13801 table_1_ptr and table_2_ptr.
13802
13803 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13804 Joel Brobecker <brobecker@adacore.com>
13805
13806 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13807
13808 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13809
13810 * gdb.reverse/s390-mvcle.c: New test.
13811 * gdb.reverse/s390-mvcle.exp: New file.
13812 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13813
13814 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13815
13816 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13817
13818 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13819
13820 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13821 reaching marker2.
13822 * gdb.reverse/getresuid-reverse.exp: Likewise.
13823 * gdb.reverse/pipe-reverse.exp: Likewise.
13824 * gdb.reverse/readv-reverse.exp: Likewise.
13825 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13826 * gdb.reverse/time-reverse.exp: Likewise.
13827 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13828
13829 2015-10-30 Yao Qi <yao.qi@linaro.org>
13830
13831 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13832 (empty_cycle): Remove.
13833 (main): Don't call empty_cycle. Don't use watch_count_done.
13834 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13835 empty_cycle. Rewrite the code counting HW watchpoints.
13836
13837 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13838
13839 * gdb.reverse/fstatat-reverse.c: New test.
13840 * gdb.reverse/fstatat-reverse.exp: New file.
13841 * gdb.reverse/getresuid-reverse.c: New test.
13842 * gdb.reverse/getresuid-reverse.exp: New file.
13843 * gdb.reverse/pipe-reverse.c: New test.
13844 * gdb.reverse/pipe-reverse.exp: New file.
13845 * gdb.reverse/readv-reverse.c: New test.
13846 * gdb.reverse/readv-reverse.exp: New file.
13847 * gdb.reverse/recvmsg-reverse.c: New test.
13848 * gdb.reverse/recvmsg-reverse.exp: New file.
13849 * gdb.reverse/time-reverse.c: New test.
13850 * gdb.reverse/time-reverse.exp: New file.
13851 * gdb.reverse/waitpid-reverse.c: New test.
13852 * gdb.reverse/waitpid-reverse.exp: New file.
13853
13854 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13855
13856 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13857
13858 2015-10-26 Doug Evans <dje@google.com>
13859
13860 PR symtab/17391
13861 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13862 * gdb.dwarf2/bad-regnum.c: New file.
13863 * gdb.dwarf2/bad-regnum.exp: New file.
13864
13865 2015-10-26 Doug Evans <dje@google.com>
13866
13867 PR python/18938
13868 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13869 file.
13870
13871 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13872
13873 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13874 for a change by "Mention language in compile error message".
13875
13876 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13877
13878 PR python/18073
13879 * gdb.python/py-type.c (C::a_method): New.
13880 (C::a_const_method): New.
13881 (C::a_static_method): New.
13882 (a_function): New.
13883 * gdb.python/py-type.exp (test_fields): Test getting fields
13884 from function and method.
13885
13886 2015-10-21 Keven Boell <keven.boell@intel.com>
13887
13888 * gdb.fortran/vla-alloc-assoc.exp: New file.
13889 * gdb.fortran/vla-datatypes.exp: New file.
13890 * gdb.fortran/vla-datatypes.f90: New file.
13891 * gdb.fortran/vla-history.exp: New file.
13892 * gdb.fortran/vla-ptype-sub.exp: New file.
13893 * gdb.fortran/vla-ptype.exp: New file.
13894 * gdb.fortran/vla-sizeof.exp: New file.
13895 * gdb.fortran/vla-sub.f90: New file.
13896 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13897 * gdb.fortran/vla-value-sub-finish.exp: New file.
13898 * gdb.fortran/vla-value-sub.exp: New file.
13899 * gdb.fortran/vla-value.exp: New file.
13900 * gdb.fortran/vla-ptr-info.exp: New file.
13901 * gdb.mi/mi-vla-fortran.exp: New file.
13902 * gdb.mi/vla.f90: New file.
13903
13904 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13905
13906 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13907 of hardwired timeout value.
13908
13909 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13910 Pedro Alves <palves@redhat.com>
13911
13912 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13913 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13914
13915 2015-10-19 Josh Stone <jistone@redhat.com>
13916
13917 * gdb.base/catch-syscall.c: Include <sched.h>.
13918 (unknown_syscall): New variable.
13919 (main): Trigger a vfork and an unknown syscall.
13920 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13921 (unknown_syscall_number): Likewise.
13922 (check_call_to_syscall): Accept an optional syscall pattern.
13923 (check_return_from_syscall): Likewise.
13924 (check_continue): Likewise.
13925 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13926 (test_catch_syscall_skipping_return): New test toggling off 'catch
13927 syscall' to step over the syscall return, then toggling back on.
13928 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13929 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13930 (do_syscall_tests): Call test_catch_syscall_without_args and
13931 test_catch_syscall_mid_vfork.
13932 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13933 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13934
13935 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
13936
13937 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13938 print g_vE): Add new pass patterns.
13939 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13940 print various symbol names for vptr fields.
13941
13942 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13943
13944 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13945 results.
13946
13947 2015-10-12 Yao Qi <yao.qi@linaro.org>
13948
13949 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13950
13951 2015-10-12 Yao Qi <yao.qi@linaro.org>
13952
13953 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13954 is aarch64*-*-linux*.
13955
13956 2015-10-12 Yao Qi <yao.qi@linaro.org>
13957
13958 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13959 (can_relocate_bcond_true): ... it.
13960 (can_relocate_bcond_false): New function.
13961 (foo): Likewise.
13962 (can_relocate_bl): Likewise.
13963 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13964 can_relocate_bl.
13965
13966 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13967
13968 * gdb.base/nested-addr.c: New file.
13969 * gdb.base/nested-addr.exp: New testcase.
13970
13971 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13972
13973 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13974 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13975 its output. Ignore the output of "record goto begin" and instead
13976 check that GDB is replaying.
13977
13978 2015-10-09 Pedro Alves <palves@redhat.com>
13979
13980 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13981 (top level): Use it in the run with no args test.
13982
13983 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13984
13985 * gdb.dlang/properties.exp: New file.
13986
13987 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13988
13989 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13990 whether or not address 0x1000 is mapped on the target.
13991
13992 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13993
13994 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13995 build.
13996
13997 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13998
13999 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14000 instruction-history test.
14001
14002 2015-09-28 Doug Evans <dje@google.com>
14003
14004 * gdb.base/gcore.c (array_func): Add reference to static_array.
14005
14006 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14007
14008 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14009 source line.
14010
14011 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14012
14013 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14014 short or char as base type.
14015
14016 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14017
14018 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14019 to allow any size enum.
14020
14021 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14022
14023 * gdb.ada/array_ptr_renaming.exp: New testcase.
14024 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14025 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14026
14027 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14028
14029 * gdb.trace/ftrace-lock.c: New file.
14030 * gdb.trace/ftrace-lock.exp: New file.
14031
14032 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14033
14034 * gdb.arch/insn-reloc.c: New file.
14035 * gdb.arch/ftrace-insn-reloc.exp: New file.
14036
14037 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14038
14039 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14040 instruction.
14041 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14042 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14043 * gdb.trace/range-stepping.c: Likewise.
14044 * gdb.trace/trace-break.c: Likewise.
14045 * gdb.trace/trace-mt.c (thread_function): Likewise.
14046 * gdb.trace/ftrace.c (marker): Likewise.
14047 * gdb.trace/trace-condition.c (marker): Likewise.
14048 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14049 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14050 is_aarch64_target.
14051
14052 2015-09-18 Doug Evans <xdje42@gmail.com>
14053
14054 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14055 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14056
14057 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14058
14059 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14060 the breakpoint.
14061
14062 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14063
14064 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14065 the pending breakpoint. Remove timeout override for "Run till
14066 MI pending breakpoint on pendfunc3 on thread 2" test.
14067
14068 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14069
14070 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14071 filename pattern.
14072
14073 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14074
14075 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14076 in breakpoint filename pattern.
14077
14078 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14079
14080 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14081
14082 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14083
14084 * gdb.linespec/explicit.exp: Check for readline support for
14085 tab-completion tests. Fix obvious typo.
14086
14087 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14088
14089 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14090 and replay.
14091
14092 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14093
14094 * gdb.btrace/non-stop.c: New.
14095 * gdb.btrace/non-stop.exp: New.
14096
14097 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14098 Yao Qi <yao.qi@linaro.org>
14099
14100 * gdb.trace/trace-condition.c: New file.
14101 * gdb.trace/trace-condition.exp: New file.
14102
14103 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
14104
14105 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14106 for testing bytecode compilation.
14107
14108 2015-09-16 Pedro Alves <palves@redhat.com>
14109 Sandra Loosemore <sandra@codesourcery.com>
14110
14111 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14112 (SECONDS): Redefine.
14113 (main): Call pthread_kill and alarm early.
14114 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14115 support.
14116 (test): If the target can't hardware step and doesn't support
14117 displaced stepping, increase the timeout.
14118
14119 2015-09-16 Pedro Alves <palves@redhat.com>
14120
14121 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14122 (enable_debug): New procedures.
14123 (test): Use them. Bail out if waiting for threads fails.
14124 (top level): Bail out if a test fails.
14125
14126 2015-09-16 Yao Qi <yao.qi@linaro.org>
14127
14128 * gdb.asm/asm-source.exp: Set asm-arch for
14129 aarch64*-*-* target.
14130 * gdb.asm/aarch64.inc: New file.
14131
14132 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14133
14134 * gdb.ada/array_of_variable_length.exp: New testcase.
14135 * gdb.ada/array_of_variable_length/foo.adb: New file.
14136 * gdb.ada/array_of_variable_length/pck.adb: New file.
14137 * gdb.ada/array_of_variable_length/pck.ads: New file.
14138
14139 2015-09-15 Doug Evans <dje@google.com>
14140
14141 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14142 of function static local variable.
14143
14144 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14145
14146 * gdb.threads/tls-so_extern.exp: New test file.
14147 * gdb.threads/tls-so_extern.c: New test file.
14148 * gdb.threads/tls-so_extern_main.c: New test file.
14149
14150 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14151
14152 * gdb.opt/solib-intra-step-lib.c: New file.
14153 * gdb.opt/solib-intra-step-main.c: New file.
14154 * gdb.opt/solib-intra-step.exp: New file.
14155
14156 2015-09-15 Pedro Alves <palves@redhat.com>
14157
14158 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14159 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14160
14161 2015-09-14 Pedro Alves <palves@redhat.com>
14162
14163 * gdb.base/hook-stop-continue.c: Delete.
14164 * gdb.base/hook-stop-continue.exp: Delete.
14165 * gdb.base/hook-stop-frame.c: Delete.
14166 * gdb.base/hook-stop-frame.exp: Delete.
14167 * gdb.base/hook-stop.c: New file.
14168 * gdb.base/hook-stop.exp: New file.
14169
14170 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14171
14172 * gdb.ada/access_to_packed_array.exp: New testcase.
14173 * gdb.ada/access_to_packed_array/foo.adb: New file.
14174 * gdb.ada/access_to_packed_array/pack.adb: New file.
14175 * gdb.ada/access_to_packed_array/pack.ads: New file.
14176
14177 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14178
14179 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14180 buffer size test.
14181
14182 2015-09-11 Don Breazeal <donb@codesourcery.com>
14183
14184 * gdb.base/foll-exec.c: Add copyright header. Fix
14185 formatting issues.
14186 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14187 (do_exec_tests): Use clean_restart in place of zap_session,
14188 and for test initialization. Fix formatting issues. Use
14189 fail in place of perror.
14190 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14191 an expect statement to match an expression with output from
14192 the program under debug.
14193 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14194 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14195 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14196 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14197 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14198
14199 2015-09-09 Doug Evans <dje@google.com>
14200
14201 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14202
14203 2015-09-09 Doug Evans <dje@google.com>
14204
14205 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14206
14207 2015-09-09 Doug Evans <dje@google.com>
14208
14209 * gdb.base/savedregs.exp: Fix typo.
14210
14211 2015-09-09 Pedro Alves <palves@redhat.com>
14212
14213 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14214
14215 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14216
14217 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14218 command actually switches threads. Give up on remaining
14219 tests if target fails to stop at breakpoint.
14220
14221 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14222
14223 * gdb.ada/funcall_char.exp: New testcase.
14224 * gdb.ada/funcall_char/foo.adb: New file.
14225
14226 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14227
14228 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14229 expected outputs. Add two testcases for completing ambiguous
14230 functions.
14231 * gdb.ada/complete/aux_pck.adb: New file.
14232 * gdb.ada/complete/aux_pck.ads: New file.
14233 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14234 Ambiguous_Func functions.
14235 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14236 * gdb.ada/complete/pck.adb: Likewise.
14237
14238 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14239
14240 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14241 failures to run the test program under GDB.
14242
14243 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
14244
14245 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14246 to C.
14247
14248 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14249
14250 * gdb.base/run-after-attach.exp: New test file.
14251 * gdb.base/run-after-attach.c: New test file.
14252
14253 2015-08-26 Don Breazeal <donb@codesourcery.com>
14254
14255 * gdb.base/foll-exec-2.c: New test program.
14256 * gdb.base/foll-exec-2.exp: New test.
14257
14258 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14259
14260 * gdb.base/nested-subp1.exp: New file.
14261 * gdb.base/nested-subp1.c: New file.
14262 * gdb.base/nested-subp2.exp: New file.
14263 * gdb.base/nested-subp2.c: New file.
14264 * gdb.base/nested-subp3.exp: New file.
14265 * gdb.base/nested-subp3.c: New file.
14266
14267 2015-08-24 Pedro Alves <palves@redhat.com>
14268
14269 * gdb.server/connect-without-multi-process.c: New file.
14270 * gdb.server/connect-without-multi-process.exp: New file.
14271
14272 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14273
14274 * gdb.opt/inline-markers.c: Make z int.
14275
14276 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14277
14278 * gdb.opt/inline-markers.c: Make z volatile.
14279
14280 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14281
14282 * gdb.opt/inline-bt.c: New volatile global z.
14283 * gdb.opt/inline-cmds.c: Likewise.
14284 * gdb.opt/inline-locals.c: Likewise.
14285 * gdb.opt/inline-markers.c: New extern global z.
14286 (marker): Use z.
14287 (inline_fn): Likewise.
14288
14289 2015-08-24 Pedro Alves <palves@redhat.com>
14290
14291 * config/m32r-stub.exp: Remove file.
14292 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14293 * gdb.base/call-rt-st.exp: Likewise.
14294 * gdb.base/call-strs.exp: Likewise.
14295 * gdb.base/default.exp: Remove references to h8300-*-hms and
14296 *-*-udi*.
14297 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14298
14299 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14300
14301 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14302 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14303 and "return" use KFAIL when GDB can not read/write the vector
14304 return value.
14305
14306 2015-08-21 Gary Benson <gbenson@redhat.com>
14307
14308 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14309
14310 2015-08-20 Pedro Alves <palves@redhat.com>
14311
14312 * gdb.server/solib-list.exp: No longer expect an interior stop in
14313 non-stop mode.
14314
14315 2015-08-20 Pedro Alves <palves@redhat.com>
14316
14317 * gdb.server/connect-stopped-target.c: New file.
14318 * gdb.server/connect-stopped-target.exp: New file.
14319
14320 2015-08-20 Pedro Alves <palves@redhat.com>
14321
14322 * gdb.dwarf2/comp-unit-lang.exp: New file.
14323 * gdb.dwarf2/comp-unit-lang.c: New file.
14324
14325 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14326
14327 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14328 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14329
14330 2015-08-19 Kevin Buettner <kevinb@redhat.com>
14331
14332 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14333 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14334
14335 2015-08-18 Doug Evans <dje@google.com>
14336 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14337
14338 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14339 skip_python_tests. New arg prompt_regexp.
14340 (skip_python_tests): New function.
14341 * lib/mi-support.exp (mi_skip_python_tests): New function.
14342 * gdb.python/py-mi-objfile-gdb.py: New file.
14343 * gdb.python/py-mi-objfile.c: New file.
14344 * gdb.python/py-mi-objfile.exp: New file.
14345
14346 2015-08-17 Keith Seitz <keiths@redhat.com>
14347
14348 * gdb.linespec/explicit.exp: Move strace test from here ...
14349 * gdb.trace/strace.exp: ... to here.
14350
14351 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14352
14353 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14354 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14355
14356 2015-08-14 Doug Evans <xdje42@gmail.com>
14357
14358 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14359 inferior before selecting a new file.
14360
14361 2015-08-14 Doug Evans <xdje42@gmail.com>
14362
14363 * gdb.mi/mi-disassemble.exp: Update.
14364 * gdb.base/disasm-optim.S: New file.
14365 * gdb.base/disasm-optim.c: New file.
14366 * gdb.base/disasm-optim.h: New file.
14367 * gdb.base/disasm-optim.exp: New file.
14368
14369 2015-08-14 Keith Seitz <keiths@redhat.com>
14370
14371 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14372 "evaluated-by".
14373
14374 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14375
14376 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14377
14378 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14379
14380 * gdb.ada/fun_renaming.exp: New testcase.
14381 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14382 * gdb.ada/fun_renaming/pack.adb: New file.
14383 * gdb.ada/fun_renaming/pack.ads: New file.
14384
14385 2015-08-12 Keith Seitz <keiths@redhat.com>
14386
14387 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14388 gdb_get_line_number.
14389
14390 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14391
14392 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14393 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14394 gdb.base/dso2dso.exp: New files.
14395
14396 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14397 Pedro Alves <palves@redhat.com>
14398 Keith Seitz <keiths@redhat.com>
14399
14400 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14401 GDBFLAGS.
14402
14403 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14404
14405 * gdb.base/gdbhistsize-history.exp
14406 (test_histsize_history_setting): Use save_vars.
14407 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14408 Use save_vars.
14409 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14410 * gdb.base/readline.exp: Use save_vars.
14411
14412 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14413
14414 * lib/gdb.exp (save_vars): New proc.
14415
14416 2015-08-11 Keith Seitz <keiths@redhat.com>
14417
14418 * gdb.base/help.exp: Update help_breakpoint_text.
14419
14420 2015-08-11 Keith Seitz <keiths@redhat.com>
14421
14422 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14423 (at toplevel): Call test_explicit_breakpoints.
14424 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14425 breakpoints.
14426 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14427 breakpoint conditions, "-cond".
14428
14429 2015-08-11 Keith Seitz <keiths@redhat.com>
14430
14431 * gdb.linespec/3explicit.c: New file.
14432 * gdb.linespec/cpexplicit.cc: New file.
14433 * gdb.linespec/cpexplicit.exp: New file.
14434 * gdb.linespec/explicit.c: New file.
14435 * gdb.linespec/explicit.exp: New file.
14436 * gdb.linespec/explicit2.c: New file.
14437 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14438 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14439 before using in the matching pattern.
14440 Clarify that `prefix' is a regular expression.
14441
14442 2015-08-11 Keith Seitz <keiths@redhat.com>
14443
14444 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14445 test.
14446 Add tests for missing ",FMT" and ",".
14447
14448 2015-08-10 Doug Evans <dje@google.com>
14449 Keith Seitz <keiths@redhat.com>
14450
14451 PR gdb/17960
14452 * gdb.base/completion.exp: Add location completer tests.
14453
14454 2015-08-07 Pedro Alves <palves@redhat.com>
14455
14456 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14457 tests here.
14458 (top level): Run do_test with and without displaced stepping.
14459
14460 2015-08-07 Pedro Alves <palves@redhat.com>
14461
14462 * gdb.base/valgrind-disp-step.c: New file.
14463 * gdb.base/valgrind-disp-step.exp: New file.
14464
14465 2015-08-07 Pedro Alves <palves@redhat.com>
14466
14467 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14468 Delete function.
14469 (main): Add alarm. Run an infinite loop instead of calling
14470 wait_threads.
14471 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14472 comment.
14473 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14474 Delete function.
14475 (main): Add alarm. Run an infinite loop instead of calling
14476 wait_threads.
14477 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14478 comment.
14479
14480 2015-08-07 Pedro Alves <palves@redhat.com>
14481
14482 * gdb.base/checkpoint-ns.exp: New file.
14483 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14484 standard_testfile.
14485
14486 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14487
14488 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14489 * gdb.btrace/instruction_history.exp: Update.
14490 * gdb.btrace/tsx.exp: New.
14491 * gdb.btrace/tsx.c: New.
14492
14493 2015-08-06 Pedro Alves <palves@redhat.com>
14494
14495 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14496 increase timeout.
14497 * gdb.reverse/until-precsave.exp: Bump timeouts.
14498
14499 2015-08-06 Pedro Alves <palves@redhat.com>
14500
14501 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14502
14503 2015-08-06 Pedro Alves <palves@redhat.com>
14504
14505 PR gdb/18749
14506 * gdb.threads/process-dies-while-handling-bp.c: New file.
14507 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14508
14509 2015-08-06 Pedro Alves <palves@redhat.com>
14510
14511 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14512 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14513
14514 2015-08-05 Pedro Alves <palves@redhat.com>
14515
14516 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14517 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14518
14519 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14520
14521 * gdb.base/bp-permanent.exp: Report test as unsupported if
14522 the target cannot stop at the permanent breakpoint.
14523
14524 2015-08-03 Doug Evans <dje@google.com>
14525
14526 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14527 10000.
14528
14529 2015-08-03 Doug Evans <dje@google.com>
14530
14531 * Makefile.in (workers/%.worker, build-perf): New rule.
14532 (GDB_PERFTEST_MODE): New variable.
14533 (check-perf): Use it.
14534 (clean): Clean up gdb.perf parallel build subdirs.
14535 * lib/build-piece.exp: New file.
14536 * lib/gdb.exp (make_gdb_parallel_path): New function
14537 (standard_output_file, standard_temp_file): Call it.
14538 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14539 of $GDB_PARALLEL.
14540 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14541
14542 2015-08-03 Doug Evans <dje@google.com>
14543
14544 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14545 (LOG_FILE_NAME): New global.
14546 (TextReporter.__init__): Initialize self.txt_sum.
14547 (TextReporter.report): Add support for multiple data-points.
14548 Move report to perftest.sum, put raw data in perftest.log.
14549 (TextReporter.start): Open sum and log files.
14550 (TextReporter.end): Close sum and log files.
14551 * gdb.perf/lib/perftest/testresult.py
14552 (SingleStatisticTestResult.record): Handle multiple data-points.
14553
14554 2015-07-31 Pedro Alves <palves@redhat.com>
14555
14556 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14557 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14558 kill_wait_spawned_process instead of explicit "kill -9".
14559 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14560 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14561 kill_wait_spawned_process.
14562 * gdb.base/attach-twice.exp: Likewise.
14563 * gdb.base/attach.exp: Likewise.
14564 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14565 gdb_test_multiple.
14566 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14567 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14568 kill_wait_spawned_process.
14569 * gdb.base/valgrind-infcall.exp: Likewise.
14570 * gdb.multi/multi-attach.exp: Likewise.
14571 * gdb.python/py-prompt.exp: Likewise.
14572 * gdb.python/py-sync-interp.exp: Likewise.
14573 * gdb.server/ext-attach.exp: Likewise.
14574 * gdb.threads/attach-into-signal.exp (corefunc): Use
14575 spawn_wait_for_attach, spawn_id_get_pid and
14576 kill_wait_spawned_process.
14577 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14578 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14579 spawn_id_get_pid and kill_wait_spawned_process.
14580 * gdb.threads/attach-stopped.exp (corefunc): Use
14581 spawn_wait_for_attach, spawn_id_get_pid and
14582 kill_wait_spawned_process.
14583 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14584 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14585 kill_wait_spawned_process instead of explicit "kill -9".
14586 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14587 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14588 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14589 processes. Don't map cygwin/windows pids here. Now returns a
14590 spawn id list.
14591
14592 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14593
14594 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14595 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14596 correct patch.
14597
14598 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14599
14600 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14601
14602 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14603
14604 Reapply:
14605 2014-05-21 Mark Wielaard <mjw@redhat.com>
14606
14607 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14608
14609 2015-07-30 Pedro Alves <palves@redhat.com>
14610
14611 * linux-low.c (handle_extended_wait): Set the child's last
14612 reported status to TARGET_WAITKIND_STOPPED.
14613
14614 2015-07-30 Pedro Alves <palves@redhat.com>
14615
14616 PR threads/18600
14617 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14618 only shows inferior 1.
14619
14620 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14621 Pedro Alves <palves@redhat.com>
14622
14623 PR threads/18600
14624 * gdb.threads/fork-plus-threads.c: New file.
14625 * gdb.threads/fork-plus-threads.exp: New file.
14626
14627 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14628
14629 * gdb.base/batch-preserve-term-settings.exp
14630 (test_terminal_settings_preserved_after_cli_exit): Use
14631 send_quit_command.
14632
14633 2015-07-29 Pedro Alves <palves@redhat.com>
14634 Don Breazeal <donb@codesourcery.com>
14635
14636 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14637 output from both inferior_spawn_id and gdb_spawn_id.
14638
14639 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14640
14641 * gdb.threads/attach-into-signal.exp (corefunc): Use
14642 with_test_prefix on nested loops, uniquefying the test messages.
14643
14644 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14645
14646 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14647 commit.
14648
14649 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14650
14651 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14652 New proc.
14653 (test_terminal_settings_preserved_after_sigterm): New test.
14654
14655 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14656
14657 * gdb.base/batch-preserve-term-settings.exp
14658 (test_terminal_settings_preserved_after_cli_exit): New test.
14659
14660 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14661
14662 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14663 manipulation of saved_gdbflags.
14664 (test_terminal_settings_preserved): Remove global declaration of
14665 the unused variable pagination_prompt. Remove manipulation of
14666 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14667 GDBFLAGS.
14668
14669 2015-07-29 Pedro Alves <palves@redhat.com>
14670
14671 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14672
14673 2015-07-29 Pedro Alves <palves@redhat.com>
14674
14675 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14676 at the top.
14677
14678 2015-07-29 Pedro Alves <palves@redhat.com>
14679
14680 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14681 (main): Call gdb_unbuffer_output.
14682 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14683 (main): Call gdb_unbuffer_output.
14684 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14685 (main): Call gdb_unbuffer_output.
14686 * gdb.base/call-strs.exp: Adjust to step over the
14687 gdb_unbuffer_output call.
14688 * gdb.base/catch-gdb-caused-signals.c: Include
14689 "../lib/unbuffer_output.c".
14690 (main): Call gdb_unbuffer_output.
14691 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14692 (main): Call gdb_unbuffer_output.
14693 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14694 (main): Call gdb_unbuffer_output.
14695 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14696 (main): Call gdb_unbuffer_output.
14697 * gdb.base/shlib-call.exp: Adjust to step over the
14698 gdb_unbuffer_output call.
14699 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14700 (main): Call gdb_unbuffer_output.
14701 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14702 (main): Call gdb_unbuffer_output.
14703 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14704 (main): Rename to ...
14705 (test): ... this.
14706 (main): Reimplement.
14707 * gdb.base/varargs.exp: Run to test instead of to main.
14708 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14709 (main): Call gdb_unbuffer_output.
14710
14711 2015-07-29 Pedro Alves <palves@redhat.com>
14712
14713 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14714 factore out from mi_continue_dprintf. For call-style dprintfs,
14715 expect dprintf output out of $inferior_spawn_id.
14716 (mi_continue_dprintf): Use mi_expect_dprintf.
14717 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14718 (main): Call gdb_unbuffer_output.
14719
14720 2015-07-29 Pedro Alves <palves@redhat.com>
14721
14722 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14723 (default_mi_gdb_start): Set inferior_spawn_id instead of
14724 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14725 gdb_spawn_id.
14726 (mi_gdb_test): Always expect inferior output from both
14727 $inferior_spawn_id and $gdb_spawn_id.
14728
14729 2015-07-29 Pedro Alves <palves@redhat.com>
14730
14731 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14732 send_inferior and $inferior_spawn_id.
14733
14734 2015-07-29 Pedro Alves <palves@redhat.com>
14735
14736 * gdb.gdb/complaints.exp (test_initial_complaints)
14737 (test_serial_complaints, test_short_complaints): Use
14738 gdb_test_stdio.
14739 (test_empty_complaint): Handle $inferior_spawn_id !=
14740 $gdb_spawn_id.
14741
14742 2015-07-29 Pedro Alves <palves@redhat.com>
14743
14744 * gdb.base/varargs.exp: Use gdb_test_stdio.
14745
14746 2015-07-29 Pedro Alves <palves@redhat.com>
14747
14748 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14749
14750 2015-07-29 Pedro Alves <palves@redhat.com>
14751
14752 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14753
14754 2015-07-29 Pedro Alves <palves@redhat.com>
14755
14756 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14757 parameter into two new parameters, "inf_result" and "gdb_result".
14758 Expect inferior output and gdb output from $inferior_spawn_id and
14759 $gdb_spawn_id, respectively. Adjust all callers.
14760
14761 2015-07-29 Pedro Alves <palves@redhat.com>
14762
14763 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14764 of gdb_test_sequence.
14765
14766 2015-07-29 Pedro Alves <palves@redhat.com>
14767
14768 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14769 (saw_spurious_output): Expect inferior output from
14770 $inferior_spawn_id. Use gdb_test_stdio.
14771
14772 2015-07-29 Pedro Alves <palves@redhat.com>
14773
14774 * gdb.base/dprintf.exp: Use standard_testfile. Change
14775 prepare_for_testing call.
14776 (srcfile): Don't set.
14777 (restart): New procedure.
14778 (test_dprintf): New procecure, use to continue over dprintfs.
14779 (test_call, test_agent): New procedures, tests moved here.
14780 Restart gdb and recreate dprintfs. Adjust expected output.
14781
14782 2015-07-29 Pedro Alves <palves@redhat.com>
14783
14784 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14785
14786 2015-07-29 Pedro Alves <palves@redhat.com>
14787
14788 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14789
14790 2015-07-29 Pedro Alves <palves@redhat.com>
14791
14792 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14793 gdb_test_stdio.
14794
14795 2015-07-29 Pedro Alves <palves@redhat.com>
14796
14797 * lib/gdb.exp (gdb_test_stdio): New procedure.
14798
14799 2015-07-29 Pedro Alves <palves@redhat.com>
14800
14801 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14802
14803 2015-07-29 Pedro Alves <palves@redhat.com>
14804
14805 * gdb.base/call-signal-resume.exp: Remove check for
14806 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14807 * gdb.base/unwindonsignal.exp: Likewise.
14808 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14809 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14810
14811 2015-07-29 Pedro Alves <palves@redhat.com>
14812
14813 * gdb.base/siginfo-addr.c (pass): New function.
14814 (handler): Call it iff si_addr is correct.
14815 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14816 Set a breakpoint at "pass" and continue to it.
14817
14818 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14819
14820 * gdb.python/py-objfile.exp: Make some tests have unique names.
14821 * gdb.python/py-pp-registration.exp: Likewise.
14822
14823 2015-07-28 Pedro Alves <palves@redhat.com>
14824
14825 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14826
14827 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14828
14829 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14830
14831 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14832
14833 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14834
14835 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14836
14837 * gdb.base/gdb-sigterm-2.exp: New test.
14838
14839 2015-07-25 Doug Evans <xdje42@gmail.com>
14840
14841 Revert:
14842 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14843 (workers/%.worker, build-perf): New rule.
14844 (GDB_PERFTEST_MODE): New variable.
14845 (check-perf): Use it.
14846 (clean): Clean up gdb.perf parallel build subdirs.
14847 * lib/build-piece.exp: New file.
14848 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14849 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14850 name.
14851 (standard_temp_file): Ditto.
14852 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14853 of $GDB_PARALLEL.
14854
14855 2015-07-24 Doug Evans <dje@google.com>
14856
14857 * gdb.perf/lib/perftest/utils.py: New file.
14858 * gdb.perf/gm-hello.cc: New file.
14859 * gdb.perf/gm-pervasive-typedef.cc: New file.
14860 * gdb.perf/gm-pervasive-typedef.h: New file.
14861 * gdb.perf/gm-std.cc: New file.
14862 * gdb.perf/gm-std.h: New file.
14863 * gdb.perf/gm-use-cerr.cc: New file.
14864 * gdb.perf/gm-utils.h: New file.
14865 * gdb.perf/gmonster-null-lookup.py: New file.
14866 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14867 * gdb.perf/gmonster-print-cerr.py: New file.
14868 * gdb.perf/gmonster-ptype-string.py: New file.
14869 * gdb.perf/gmonster-runto-main.py: New file.
14870 * gdb.perf/gmonster-select-file.py: New file.
14871 * gdb.perf/gmonster1-null-lookup.exp: New file.
14872 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14873 * gdb.perf/gmonster1-print-cerr.exp: New file.
14874 * gdb.perf/gmonster1-ptype-string.exp: New file.
14875 * gdb.perf/gmonster1-runto-main.exp: New file.
14876 * gdb.perf/gmonster1-select-file.exp: New file.
14877 * gdb.perf/gmonster1.cc: New file.
14878 * gdb.perf/gmonster1.exp: New file.
14879 * gdb.perf/gmonster2-null-lookup.exp: New file.
14880 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14881 * gdb.perf/gmonster2-print-cerr.exp: New file.
14882 * gdb.perf/gmonster2-ptype-string.exp: New file.
14883 * gdb.perf/gmonster2-runto-main.exp: New file.
14884 * gdb.perf/gmonster2-select-file.exp: New file.
14885 * gdb.perf/gmonster2.cc: New file.
14886 * gdb.perf/gmonster2.exp: New file.
14887
14888 2015-07-24 Doug Evans <dje@google.com>
14889
14890 * gdb.perf/README: New file.
14891 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14892 * lib/gen-perf-test.exp: New file.
14893
14894 2015-07-24 Doug Evans <dje@google.com>
14895
14896 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14897 (PerfTest::startup): New function.
14898 (PerfTest::run): Return result of calling body.
14899 (PerfTest::assemble): Rewrite.
14900 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14901 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14902 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14903 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14904 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14905
14906 2015-07-24 Doug Evans <dje@google.com>
14907
14908 * lib/gdb.exp (clean_restart): Make executable optional.
14909
14910 2015-07-24 Doug Evans <dje@google.com>
14911
14912 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14913 compiler_info references.
14914 * gdb.cp/temargs.exp: Ditto.
14915 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14916 (get_compiler_info): Early exit if already computed. Set compiler_info
14917 to "unknown" if there was a problem.
14918 (test_compiler_info): Add function comment. Call get_compiler_info.
14919
14920 2015-07-24 Doug Evans <dje@google.com>
14921
14922 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14923 (workers/%.worker, build-perf): New rule.
14924 (GDB_PERFTEST_MODE): New variable.
14925 (check-perf): Use it.
14926 (clean): Clean up gdb.perf parallel build subdirs.
14927 * lib/build-piece.exp: New file.
14928 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14929 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14930 name.
14931 (standard_temp_file): Ditto.
14932 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14933 of $GDB_PARALLEL.
14934
14935 2015-07-24 Doug Evans <dje@google.com>
14936
14937 * lib/future.exp (gdb_default_target_compile): New option
14938 "early_flags".
14939 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14940 --as-needed.
14941
14942 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14943
14944 * gdb.base/catch-syscall.exp: Call gdb_exit before
14945 gdb_skip_xml_test.
14946
14947 2015-07-24 Pedro Alves <palves@redhat.com>
14948
14949 * gdb.python/py-events.exp: Accept output between the stop event
14950 and the prompt.
14951 * gdb.python/py-evsignal.exp: Likewise.
14952 * gdb.python/py-evthreads.exp: Likewise.
14953
14954 2015-07-24 Pedro Alves <palves@redhat.com>
14955
14956 PR gdb/18717
14957 * gdb.threads/non-ldr-exit.c: New file.
14958 * gdb.threads/non-ldr-exit.exp: New file.
14959
14960 2015-07-24 Yao Qi <yao.qi@linaro.org>
14961
14962 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14963 restarting process.
14964
14965 2015-07-24 Yao Qi <yao.qi@linaro.org>
14966
14967 * gdb.server/ext-restart.exp: New file.
14968
14969 2015-07-24 Yao Qi <yao.qi@linaro.org>
14970
14971 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14972 argument options.
14973 * gdb.server/ext-wrapper.exp: New file.
14974
14975 2015-07-23 Doug Evans <dje@google.com>
14976
14977 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14978 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14979
14980 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14981
14982 * gdb.ada/var_arr_typedef.exp: New testcase.
14983 * gdb.ada/var_arr_typedef/pack.adb: New file.
14984 * gdb.ada/var_arr_typedef/pack.ads: New file.
14985 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14986
14987 2015-07-20 Joel Brobecker <brobecker@adacore.com>
14988
14989 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14990
14991 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14992
14993 * gdb.arch/i386-biarch-core.exp: Replace istarget
14994 by "complete set gnutarget". Remove expectation for the "core-file"
14995 command.
14996
14997 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14998
14999 Revert the previous commit:
15000 Tests for validate symbol file using build-id.
15001
15002 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15003
15004 Tests for validate symbol file using build-id.
15005 * gdb.base/solib-mismatch-lib.c: New file.
15006 * gdb.base/solib-mismatch-libmod.c: New file.
15007 * gdb.base/solib-mismatch.c: New file.
15008 * gdb.base/solib-mismatch.exp: New file.
15009
15010 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15011
15012 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15013 nios2-*-linux*.
15014 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15015 * gdb.base/siginfo.exp: Likewise.
15016 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15017
15018 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15019
15020 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15021 Move it to ...
15022 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15023 ... here.
15024 * gdb.trace/range-stepping.exp: Check that the target supports
15025 range stepping.
15026
15027 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15028
15029 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15030
15031 2015-07-14 Pedro Alves <palves@redhat.com>
15032
15033 * gdb.base/killed-outside.exp: New file.
15034 * gdb.base/killed-outside.c: New file.
15035
15036 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15037
15038 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15039 (n at main): New.
15040 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15041
15042 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15043
15044 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15045 infcall tests instead of setting up for KFAIL.
15046
15047 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15048
15049 * gdb.btrace/record_goto-step.exp: New.
15050
15051 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15052
15053 PR compile/18484
15054 * gdb.compile/compile.c (struct struct_type): Add volatile to
15055 selffield's type.
15056 * gdb.compile/compile.exp
15057 (compile code struct_object.selffield = &struct_object): Skip further
15058 struct_object tests if this one xfails.
15059
15060 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
15061
15062 PR exp/18617
15063 * gdb.trace/ax.exp: Add test.
15064
15065 2015-07-07 Yao Qi <yao.qi@linaro.org>
15066
15067 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15068 instead of istarget "aarch64*-*-*".
15069 * gdb.arch/aarch64-fp.exp: Likewise.
15070 * gdb.base/float.exp: Likewise.
15071 * gdb.reverse/aarch64.exp: Likewise.
15072 * lib/gdb.exp (is_aarch64_target): New proc.
15073
15074 2015-07-07 Yao Qi <yao.qi@linaro.org>
15075
15076 * lib/gdb.exp (is_aarch32_target): New proc.
15077 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15078 instead of "istarget "arm*-*-*"".
15079 * gdb.arch/arm-disp-step.exp: Likewise.
15080 * gdb.arch/thumb-bx-pc.exp: Likewise.
15081 * gdb.arch/thumb-prologue.exp: Likewise.
15082 * gdb.arch/thumb-singlestep.exp: Likewise.
15083 * gdb.base/disp-step-syscall.exp: Likewise.
15084 * gdb.base/float.exp: Likewise.
15085
15086 2015-07-07 Yao Qi <yao.qi@linaro.org>
15087
15088 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15089 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15090
15091 2015-07-07 Yao Qi <yao.qi@linaro.org>
15092
15093 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15094 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15095 if it exists.
15096 * gdb.multi/multi-arch.exp: Likewise.
15097
15098 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15099
15100 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15101 print.
15102
15103 2015-07-07 Yao Qi <yao.qi@linaro.org>
15104
15105 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15106
15107 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15108
15109 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15110 '[' and ']' characters.
15111
15112 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15113
15114 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15115
15116 2015-06-29 Pedro Alves <palves@redhat.com>
15117
15118 PR threads/18127
15119 * gdb.threads/hand-call-new-thread.c: New file.
15120 * gdb.threads/hand-call-new-thread.c: New file.
15121
15122 2015-06-26 Keith Seitz <keiths@redhat.com>
15123 Doug Evans <dje@google.com>
15124
15125 PR 16253
15126 * gdb.cp/var-tag-2.cc: New file.
15127 * gdb.cp/var-tag-3.cc: New file.
15128 * gdb.cp/var-tag-4.cc: New file.
15129 * gdb.cp/var-tag.cc: New file.
15130 * gdb.cp/var-tag.exp: New file.
15131
15132 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15133
15134 * gdb.base/history-duplicates.exp: New test.
15135
15136 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15137
15138 * gdb.base/completion.exp: Test the completion of the "focus"
15139 command.
15140
15141 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15142
15143 * gdb.arch/amd64-prologue-skip.S: New file.
15144 * gdb.arch/amd64-prologue-skip.exp: New file.
15145
15146 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15147
15148 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15149 is_address_zero_readable check.
15150
15151 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15152
15153 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15154 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15155
15156 2015-06-24 Yao Qi <yao.qi@linaro.org>
15157
15158 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15159 linux targets.
15160
15161 2015-06-24 Yao Qi <yao.qi@linaro.org>
15162
15163 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15164 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15165 * gdb.base/siginfo-thread.exp: Likewise.
15166
15167 2015-06-22 Yao Qi <yao.qi@linaro.org>
15168
15169 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15170
15171 2015-06-22 Yao Qi <yao.qi@linaro.org>
15172
15173 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15174 aarch64*-*-*.
15175 (skip_hw_watchpoint_tests): Likewise.
15176
15177 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15178
15179 * gdb.base/gdbinit-history.exp: Test the interaction between
15180 setting GDBHISTSIZE and setting the history size via .gdbinit.
15181
15182 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15183
15184 PR gdb/16999
15185 * gdb.base/gdbhistsize-history.exp: New test.
15186
15187 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15188
15189 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15190 with GDBHISTSIZE.
15191 * gdb.base/readline.exp: Likewise.
15192
15193 2015-06-17 Yao Qi <yao.qi@linaro.org>
15194
15195 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15196 line.
15197
15198 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15199
15200 * gdb.base/gdbinit-history.exp: Add test case to check that
15201 an unlimited history file does not get truncated on exit.
15202
15203 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15204
15205 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15206 (VECTOR): New macro. Use it...
15207 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15208 ...for these typedefs.
15209 (int8, char1, int1, double1): New typedefs.
15210 (struct just_int2, struct two_int2): New structures.
15211 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15212 (add_structvecs, add_singlevecs): New functions.
15213 (main): Call add_some_intvecs twice.
15214 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15215 the compile and exit upon failure. Try compiling for the "native"
15216 architecture. Test inferior function calls with vector arguments
15217 and vector return value handling with "finish" and "return".
15218
15219 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15220
15221 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15222 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15223 PE file.
15224 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15225
15226 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15227
15228 PR breakpoints/16465
15229 * gdb.mi/mi-dprintf-pending.c: New file.
15230 * gdb.mi/mi-dprintf-pending.exp: New test.
15231 * gdb.mi/mi-dprintf-pendshr.c: New file.
15232
15233 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15234 Mircea Gherzan <mircea.gherzan@intel.com>
15235
15236 * gdb.arch/i386-mpx-map.c: New file.
15237 * gdb.arch/i386-mpx-map.exp: New File.
15238
15239 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15240
15241 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15242 * gdb.arch/i386-mpx.exp: Indentation fixed.
15243
15244 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15245
15246 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15247 function and improved indentation.
15248 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15249 gdb_test_multiple. Added additional tests to skip the test.
15250
15251 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15252
15253 * gdb.arch/i386-avx512.c: Change path in include file.
15254 * gdb.arch/i386-avx512.exp: Change include dir path
15255 compilation flag.
15256 * gdb.arch/i386-mpx.c: Change path in include file.
15257 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15258 flag.
15259
15260 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15261
15262 * gdb.compile/compile-print.exp (compile print *vararray@3)
15263 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15264
15265 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15266
15267 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15268 (do not keep jit in memory): ... this.
15269 (expect 5): Change it to ...
15270 (expect no 5): ... this.
15271
15272 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15273
15274 PR gdb/15564
15275 * gdb.mi/mi-detach.exp: New file.
15276
15277 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15278
15279 PR symtab/18392
15280 * gdb.arch/amd64-tailcall-self.S: New file.
15281 * gdb.arch/amd64-tailcall-self.c: New file.
15282 * gdb.arch/amd64-tailcall-self.exp: New file.
15283
15284 2015-05-28 Don Breazeal <donb@codesourcery.com>
15285
15286 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15287 tests for remote targets by checking is_target_gdbserver.
15288
15289 2015-05-27 Doug Evans <dje@google.com>
15290
15291 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15292 * gdb.dwarf2/opaque-type-lookup.c: New file.
15293 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15294
15295 2015-05-26 Doug Evans <dje@google.com>
15296
15297 * gdb.cp/iostream.cc: New file.
15298 * gdb.cp/iostream.exp: New file.
15299
15300 2015-05-26 Doug Evans <dje@google.com>
15301
15302 * gdb.dwarf2/dw2-op-call.exp: Update.
15303 * gdb.dwarf2/dw4-sig-types.exp: Update.
15304 * gdb.dwarf2/implptr.exp: Update.
15305 * gdb.mi/mi-cmd-param-changed.exp: Update.
15306
15307 2015-05-26 Doug Evans <dje@google.com>
15308
15309 * gdb.python/py-lazy-string.c: New file.
15310 * gdb.python/py-lazy-string.exp: New file.
15311 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15312 (main): Update. Add estring3.
15313 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15314 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15315
15316 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15317 Yao Qi <yao.qi@linaro.org>
15318
15319 * gdb.reverse/aarch64.c: New.
15320 * gdb.reverse/aarch64.exp: New.
15321
15322 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15323
15324 * lib/gdb.exp (supports_process_record): Return true for
15325 aarch64*-linux*.
15326 (supports_reverse): Likewise.
15327
15328 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15329
15330 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15331 Use with_test_prefix.
15332
15333 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15334
15335 * gdb.base/completion.exp: Add test for completion of layout
15336 names.
15337
15338 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15339
15340 * lib/gdb.exp (skip_tui_tests): New proc.
15341 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15342
15343 2015-05-19 Pedro Alves <palves@redhat.com>
15344
15345 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15346 Save the whole env array instead of just HOME. Unset HISTSIZE in
15347 the environment while testing. Restore whole environment
15348 afterwards.
15349
15350 2015-05-16 Doug Evans <xdje42@gmail.com>
15351
15352 * gdb.guile/scm-ports.c: New file.
15353 * gdb.guile/scm-ports.exp: Add memory port tests.
15354
15355 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15356
15357 * gdb.compile/compile-print.c: New file.
15358 * gdb.compile/compile-print.exp: New file.
15359
15360 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15361
15362 * gdb.compile/compile-ops.exp: Cast param to void.
15363 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15364 (compile code struct_object.selffield = &struct_object): Add xfail.
15365
15366 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15367
15368 * gdb.ada/arr_enum_with_gap: New testcase.
15369
15370 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15371
15372 * gdb.ada/byte_packed_arr: New testcase.
15373
15374 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15375
15376 * gdb.ada/pckd_neg: New testcase.
15377
15378 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15379
15380 PR gdb/17820
15381 * gdb.base/gdbinit-history.exp: New test.
15382 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15383 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15384
15385 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15386
15387 * gdb.python/py-xmethods.cc: Enhance test case.
15388 * gdb.python/py-xmethods.exp: New tests.
15389 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15390 function.
15391 (B_indexoper): Likewise.
15392 (global_dm_list) : Add new xmethod worker functions.
15393
15394 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15395
15396 * gdb.base/coredump-filter.exp: Correctly unset
15397 "coredump_var_addr" array.
15398
15399 2015-05-08 Pedro Alves <palves@redhat.com>
15400
15401 * gdb.server/non-existing-program.exp: Unset spawn_id.
15402
15403 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15404
15405 PR python/18291
15406 * gdb.python/py-xmethods.exp: Add tests.
15407
15408 2015-05-08 Yao Qi <yao.qi@linaro.org>
15409
15410 PR gdb/18208
15411 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15412 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15413 function set_coredump_filter, and remove remote_exec call.
15414 Remove argument ipid. Callers update.
15415 (top level): Don't get inferior's PID.
15416
15417 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15418
15419 * gdb.base/watch_thread_num.exp: Skip test on targets without
15420 access watchpoints.
15421
15422 2015-05-06 Pedro Alves <palves@redhat.com>
15423
15424 PR server/18081
15425 * gdb.server/non-existing-program.exp: New file.
15426
15427 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15428
15429 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15430
15431 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15432
15433 * gdb.ada/out_of_line_in_inlined: New testcase.
15434
15435 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15436
15437 * gdb.ada/var_rec_arr: New testcase.
15438
15439 2015-04-30 Yao Qi <yao.qi@linaro.org>
15440
15441 * gdb.base/break-idempotent.exp: If
15442 skip_hw_watchpoint_multi_tests returns true, skip the tests
15443 on "rwatch" and "awatch".
15444
15445 2015-04-30 Yao Qi <yao.qi@linaro.org>
15446
15447 * gdb.base/relativedebug.exp: Invoke gdb command
15448 "info sharedlibrary", and if libc.so doesn't have debug info,
15449 skip the test.
15450
15451 2015-04-29 Doug Evans <dje@google.com>
15452
15453 * gdb.python/py-xmethods.exp: Add ptype tests.
15454 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15455 get_result_type method.
15456
15457 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15458
15459 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15460 the target does not support hardware watchpoints.
15461
15462 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15463
15464 * gdb.base/break-always.exp: Abort testing if writing to memory
15465 causes an error.
15466
15467 2015-04-28 Doug Evans <dje@google.com>
15468
15469 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15470 * gdb.python/py-pp-registration.exp: ... here. New file.
15471 * gdb.python/py-pp-registration.c: New file.
15472 * gdb.python/py-pp-registration.py: New file.
15473
15474 2015-04-28 Doug Evans <dje@google.com>
15475
15476 * gdb.python/py-bad-printers.c: New file.
15477 * gdb.python/py-bad-printers.py: New file.
15478 * gdb.python/py-bad-printers.exp: New file.
15479
15480 2015-04-28 Sasha Smundak <asmundak@google.com>
15481
15482 * gdb.python/py-type.exp: New test.
15483
15484 2015-04-28 Andy Wingo <wingo@igalia.com>
15485
15486 * gdb.python/py-parameter.exp:
15487 * gdb.guile/scm-parameter.exp: Escape the path that we are
15488 matching against, as it might contain characters that are special
15489 to regular expressions.
15490
15491 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15492
15493 * gdb.ada/rec_comp: New testcase.
15494
15495 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15496
15497 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15498 before using it.
15499
15500 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15501
15502 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15503 new tests for verilog output.
15504
15505 2015-04-24 Yao Qi <yao.qi@linaro.org>
15506
15507 * boards/remote-gdbserver-on-localhost.exp: New file.
15508
15509 2015-04-23 Pedro Alves <palves@redhat.com>
15510
15511 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15512 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15513 "end of file", remove $inferior_spawn_id from the indirect list.
15514
15515 2015-04-23 Pedro Alves <palves@redhat.com>
15516
15517 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15518
15519 2015-04-23 Pedro Alves <palves@redhat.com>
15520
15521 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15522 on $any_spawn_id instead of only on $gdb_spawn_id.
15523
15524 2015-04-21 Pierre Muller <muller@sourceware.org>
15525
15526 PR pascal/17815
15527 * lib/pascal.exp (gpc_compile): Add new option "class".
15528 (fpc_compile): Likewise.
15529 * gdb.pascal/case-insensitive-symbols.pas: New file.
15530 * gdb.pascal/case-insensitive-symbols.exp: New file.
15531
15532 2015-04-20 Gary Benson <gbenson@redhat.com>
15533
15534 * gdb.base/attach.exp: Fix three extended remote failures.
15535
15536 2015-04-17 Gary Benson <gbenson@redhat.com>
15537
15538 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15539 the main executable over the remote protocol.
15540
15541 2015-04-16 Pedro Alves <palves@redhat.com>
15542
15543 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15544 a new gdbserver if gdbserver_reconnect_p is set.
15545
15546 2015-04-16 Pedro Alves <palves@redhat.com>
15547
15548 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15549 is set, don't exit gdbserver.
15550
15551 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15552
15553 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15554 appropriate .insn, such that an older assembler can be used.
15555 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15556 the z/Architecture instruction set on 31-bit targets as well.
15557
15558 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15559
15560 * gdb.go/handcall.exp: Remove all logic related to the first
15561 breakpoint and rely on go_runto_main instead.
15562 * gdb.go/strings.exp: Likewise.
15563 * gdb.go/unsafe.exp: Likewise.
15564 * gdb.go/hello.exp: Likewise. Also rename the remaining
15565 breakpoint marker to "breakpoint 1".
15566 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15567 * gdb.go/strings.go: Likewise.
15568 * gdb.go/unsafe.go: Likewise.
15569 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15570 "set breakpoint 2 here" and rename the remaining breakpoint marker
15571 to "breakpoint 1".
15572
15573 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15574
15575 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15576 if itertools.imap is not present.
15577 * gdb.python/py-objfile.exp: Add parentheses.
15578 * gdb.python/py-type.exp: Same.
15579 * gdb.python/py-unwind-maint.py: Same.
15580
15581 2015-04-15 Yao Qi <yao.qi@linaro.org>
15582
15583 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15584 of ":$ptr_size" and set its form explicitly.
15585
15586 2015-04-15 Pedro Alves <palves@redhat.com>
15587 Yao Qi <yao.qi@linaro.org>
15588
15589 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15590 timeout by factor of 4.
15591 (test_regular_watch): Likewise.
15592 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15593 * gdb.reverse/sigall-reverse.exp: Likewise.
15594 * gdb.reverse/until-precsave.exp: Likewise.
15595 * lib/gdb.exp (with_timeout_factor): New proc.
15596 (gdb_expect): Move some code to ...
15597 (get_largest_timeout): ... here. New procedure.
15598
15599 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
15600
15601 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15602
15603 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15604
15605 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15606 to write to the .text section.
15607
15608 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15609
15610 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15611 Handle the case of targets that do not provide PID information.
15612
15613 2015-04-13 Yao Qi <yao.qi@linaro.org>
15614
15615 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15616 and use expect instead of gdb_expect.
15617
15618 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15619
15620 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15621 "coredump_var_addr" to avoid naming conflict with other testcases.
15622
15623 2015-04-10 Pedro Alves <palves@redhat.com>
15624
15625 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15626 gdb_test_sequence and gdb_assert.
15627
15628 2015-04-10 Pedro Alves <palves@redhat.com>
15629
15630 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15631 test messages that don't include the breakpoint address.
15632
15633 2015-04-10 Yao Qi <yao.qi@linaro.org>
15634
15635 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15636 false for some offset and width combinations which aren't
15637 supported by linux kernel.
15638
15639 2015-04-10 Pedro Alves <palves@redhat.com>
15640
15641 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15642 procedure, factored out from ...
15643 (top level): ... here. Add "set displaced-stepping" testing axis.
15644 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15645 parameter "displaced". Use it.
15646 (top level): Use foreach and add "set displaced-stepping" testing
15647 axis.
15648
15649 2015-04-10 Pedro Alves <palves@redhat.com>
15650
15651 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15652 Remove comment.
15653 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15654 both the address of the instruction that triggers the watchpoint
15655 and the address of the instruction immediately after, and use
15656 those addresses for the test. Fix comment.
15657
15658 2015-04-10 Pedro Alves <palves@redhat.com>
15659
15660 * gdb.base/sigstep.exp (breakpoint_to_handler)
15661 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15662 Test "backtrace" in handler.
15663 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15664 (top level): Add new "displaced" test axis to
15665 breakpoint_to_handler, breakpoint_to_handler_entry and
15666 breakpoint_over_handler.
15667
15668 2015-04-10 Pedro Alves <palves@redhat.com>
15669
15670 PR gdb/18216
15671 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15672
15673 2015-04-10 Yao Qi <yao.qi@linaro.org>
15674
15675 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15676 (test_add_rn_pc): New function.
15677 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15678 (top level): Invoke test_add_rn_pc.
15679
15680 2015-04-10 Pedro Alves <palves@redhat.com>
15681
15682 PR gdb/13858
15683 * gdb.base/step-over-no-symbols.exp: New file.
15684
15685 2015-04-09 Andy Wingo <wingo@igalia.com>
15686
15687 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15688 after the Python tests.
15689
15690 2015-04-08 Keith Seitz <keiths@redhat.com>
15691
15692 PR python/16699
15693 * gdb.python/py-completion.exp: New tests for completion.
15694 * gdb.python/py-completion.py (CompleteLimit1): New class.
15695 (CompleteLimit2): Likewise.
15696 (CompleteLimit3): Likewise.
15697 (CompleteLimit4): Likewise.
15698 (CompleteLimit5): Likewise.
15699 (CompleteLimit6): Likewise.
15700 (CompleteLimit7): Likewise.
15701
15702 2015-04-08 Pedro Alves <palves@redhat.com>
15703
15704 PR gdb/18214
15705 PR gdb/18216
15706 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15707 function.
15708 (main): Install it as SIGUSR1 handler.
15709 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15710 parameter. Always use "setup" as prefix. Toggle "set
15711 displaced-stepping" off/on depending on global. Don't switch to
15712 thread 1 here.
15713 (top level): Add displaced stepping "off/on" test axis. Update
15714 "setup" calls. Wrap each subtest with with_test_prefix. Test
15715 continuing with a queued signal in each thread.
15716
15717 2015-04-08 Pedro Alves <palves@redhat.com>
15718
15719 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15720 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15721 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15722 Return early if running to main fails.
15723 * gdb.trace/while-stepping.exp: Likewise.
15724
15725 2015-04-07 Pedro Alves <palves@redhat.com>
15726
15727 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15728 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15729 interact with inferior program.
15730
15731 2015-04-07 Pedro Alves <palves@redhat.com>
15732
15733 * lib/gdb.exp (inferior_spawn_id): New global.
15734 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15735 spawn id after processing the user code.
15736 (default_gdb_start): Set inferior_spawn_id.
15737 (send_inferior): New procedure.
15738 * lib/gdbserver-support.exp (gdbserver_start): Set
15739 inferior_spawn_id.
15740 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15741
15742 2015-04-07 Pedro Alves <palves@redhat.com>
15743
15744 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15745 * lib/gdbserver-support.exp (gdbserver_start): Make
15746 $server_spawn_id global.
15747 (gdbserver_start): Don't wait for gdbserver's spawn id with
15748 expect_background.
15749 (close_gdbserver): New procedure.
15750 (gdb_exit): Rename the default version and reimplement.
15751
15752 2015-04-07 Pedro Alves <palves@redhat.com>
15753
15754 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15755 append the substituted item, not the original item.
15756
15757 2015-04-07 Pedro Alves <palves@redhat.com>
15758
15759 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15760 gdb_expect.
15761
15762 2015-04-07 Pedro Alves <palves@redhat.com>
15763
15764 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15765 output appearing once only.
15766
15767 2015-04-07 Pedro Alves <palves@redhat.com>
15768
15769 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15770 that doesn't expect anything. Return early if running to main
15771 fails.
15772
15773 2015-04-07 Yao Qi <yao.qi@linaro.org>
15774
15775 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15776 (child_function): Call alarm.
15777 (main): Move call to alarm into the loop.
15778 * gdb.threads/non-stop-fair-events.exp: Build program with
15779 -DTIMEOUT=$timeout.
15780
15781 2015-04-06 Doug Evans <xdje42@gmail.com>
15782
15783 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15784 Fix dest parameter to board_info.
15785 (fpc_compile): Ditto.
15786 (gdb_compile_pascal): Rename dest arg to destfile.
15787
15788 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15789
15790 * gdb.ada/funcall_ref.exp: New file.
15791 * gdb.ada/funcall_ref/foo.adb: New file.
15792
15793 2015-04-02 Yao Qi <yao.qi@linaro.org>
15794
15795 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15796 is remote.
15797
15798 2015-04-02 Gary Benson <gbenson@redhat.com>
15799
15800 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15801
15802 2015-04-01 Sasha Smundak <asmundak@google.com>
15803
15804 * gdb.python/py-unwind-maint.c: New file.
15805 * gdb.python/py-unwind-maint.exp: New test.
15806 * gdb.python/py-unwind-maint.py: New file.
15807 * gdb.python/py-unwind.c: New file.
15808 * gdb.python/py-unwind.exp: New test.
15809 * gdb.python/py-unwind.py: New test.
15810
15811 2015-04-01 Pedro Alves <palves@redhat.com>
15812
15813 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15814 to fail instead of non-existent $test.
15815
15816 2015-04-01 Pedro Alves <palves@redhat.com>
15817
15818 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15819 GDBFLAGS if not empty.
15820
15821 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15822
15823 * gdb.ada/complete.exp: Remove "multi_line".
15824 * gdb.ada/info_exc.exp: Remove "multi_line".
15825 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15826 * gdb.ada/ptype_field.exp: Remove "multi_line".
15827 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15828 * gdb.ada/tagged.exp: Remove "multi_line".
15829 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15830 [multi_line ...]
15831 * gdb.btrace/delta.exp: Likewise.
15832 * gdb.btrace/exception.exp: Likewise.
15833 * gdb.btrace/function_call_history.exp: Likewise.
15834 * gdb.btrace/instruction_history.exp: Likewise.
15835 * gdb.btrace/nohist.exp: Likewise.
15836 * gdb.btrace/record_goto.exp: Likewise.
15837 * gdb.btrace/segv.exp: Likewise.
15838 * gdb.btrace/stepi.exp: Likewise.
15839 * gdb.btrace/tailcall.exp: Likewise.
15840 * gdb.btrace/unknown_functions.exp: Likewise.
15841 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15842 * lib/gdb.exp: Add the "multi_line" helper.
15843
15844 2015-04-01 Pedro Alves <palves@redhat.com>
15845
15846 * gdb.threads/tid-reuse.c: New file.
15847 * gdb.threads/tid-reuse.exp: New file.
15848
15849 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15850
15851 PR corefiles/16092
15852 * gdb.base/coredump-filter.c: New file.
15853 * gdb.base/coredump-filter.exp: Likewise.
15854
15855 2015-03-27 Petr Machata <pmachata@redhat.com>
15856
15857 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15858 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15859 (Dwarf::assemble): Initialize them.
15860 (Dwarf::lines): New function.
15861
15862 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15863
15864 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15865 SYMBOL_PREFIX for x86_64-*-cygwin.
15866
15867 2015-03-26 Andy Wingo <wingo@igalia.com>
15868
15869 PR symtab/18148
15870 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15871 const_value but not a location.
15872 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15873 location defined in non-main CUs are visible.
15874
15875 2015-03-26 Yao Qi <yao.qi@linaro.org>
15876
15877 PR testsuite/18139
15878 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15879 Add a line number entry for the same line.
15880 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15881 Add a line number entry for the same line.
15882
15883 2015-03-26 Yao Qi <yao.qi@linaro.org>
15884
15885 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15886 .int 0.
15887 (func): Likewise. Add .Lfunc_1 label.
15888 Use .Lfunc_1 label.
15889 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15890 .int 0.
15891 (func): Likewise.
15892 Use .Lfunc_1 label.
15893
15894 2015-03-26 Yao Qi <yao.qi@linaro.org>
15895
15896 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15897 Call gdb_compile instead to compile each .s files without debug
15898 information.
15899
15900 2015-03-26 Yao Qi <yao.qi@linaro.org>
15901
15902 * gdb.base/savedregs.exp (process_saved_regs): Make
15903 "Saved registers:" optional in the pattern.
15904
15905 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15906
15907 * gdb.btrace/next.exp: Merged into step.exp.
15908 * gdb.btrace/finish.exp: Merged into step.exp.
15909 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15910 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15911 "record goto" and checking the exact replay position.
15912 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15913 check for "Recording format" in "info record" output.
15914 * gdb.btrace/record_goto.exp: Choose test file based on target.
15915 * gdb.btrace/x86-record_goto.S: Renamed into ...
15916 * gdb.btrace/x86_64-record_goto.S: ... this.
15917 * gdb.btrace/i686-record_goto.S: New.
15918 * gdb.btrace/x86-tailcall.S: Renamed into ...
15919 * gdb.btrace/x86_64-tailcall.S: ... this.
15920 * gdb.btrace/i686-tailcall.S: New.
15921 * gdb.btrace/x86-tailcall.c: Renamed into ...
15922 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15923 separate statements. Update test.
15924 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15925 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15926 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15927 * gdb.btrace/tailcall.exp: Choose test file based on target.
15928 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15929
15930 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15931
15932 * gdb.btrace/exception.exp: Increase BTS buffer size.
15933
15934 2015-03-24 Pedro Alves <palves@redhat.com>
15935
15936 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15937
15938 2015-03-24 Pedro Alves <palves@redhat.com>
15939
15940 * gdb.threads/schedlock.exp (test_step): No longer expect that
15941 "set scheduler-locking step" with "next" over a function call runs
15942 threads unlocked.
15943
15944 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15945
15946 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15947
15948 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15949
15950 PR breakpoints/16466
15951 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15952 * gdb.mi/mi-pending.c (thread_func): New function.
15953 (int main): Add threading support required.
15954 * gdb.mi/mi-pending.exp: Add tests for this issue.
15955 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15956 (pendfunc2): Remove stdio dependency.
15957 * gdb.mi/mi-pendshr2.c: New file.
15958
15959 2015-03-23 Keith Seitz <keiths@redhat.com>
15960
15961 * gdb.linespec/keywords.c: New file.
15962 * gdb.linespec/keywords.exp: New file.
15963
15964 2015-03-23 Keith Seitz <keiths@redhat.com>
15965
15966 PR gdb/18021
15967 * gdb.dwarf2/staticvirtual.exp: New test.
15968
15969 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15970
15971 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15972 * README: Remove HP-UX and gdb.hp.
15973 (configuration):
15974 * configure: Regenerate.
15975 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15976 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15977 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15978 gdb.hp/gdb.defects/Makefile.
15979 * gdb.hp/Makefile.in: File deleted.
15980 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15981 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15982 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15983 * gdb.hp/gdb.aCC/run.c: File deleted.
15984 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15985 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15986 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15987 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15988 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15989 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15990 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15991 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15992 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15993 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15994 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15995 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15996 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15997 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15998 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15999 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16000 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16001 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16002 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16003 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16004 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16005 * gdb.hp/gdb.compat/average.c: File deleted.
16006 * gdb.hp/gdb.compat/sum.c: File deleted.
16007 * gdb.hp/gdb.compat/xdb.c: File deleted.
16008 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16009 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16010 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16011 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16012 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16013 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16014 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16015 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16016 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16017 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16018 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16019 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16020 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16021 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16022 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16023 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16024 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16025 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16026 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16027 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16028 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16029 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16030 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16031 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16032 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16033 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16034 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16035 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16036 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16037 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16038 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16039 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16040 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16041 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16042 * gdb.hp/tools/odump: File deleted.
16043
16044 2015-03-19 Pedro Alves <palves@redhat.com>
16045
16046 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16047 (saw_thread_3): New globals.
16048 (top level): Increment them when an event for the corresponding
16049 thread is seen.
16050 (no thread starvation): New test.
16051
16052 2015-03-19 Pedro Alves <palves@redhat.com>
16053
16054 * gdb.threads/continue-pending-status.c: New file.
16055 * gdb.threads/continue-pending-status.exp: New file.
16056
16057 2015-03-18 Pedro Alves <palves@redhat.com>
16058
16059 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16060 Use gdb_is_target_remote instead of is_remote. Use
16061 gdb_test_multiple instead of gdb_expect. Exit early if
16062 gdb_test_multiple hits its internal matches. Tighten stepi tests
16063 expected output. Fail on exit with any signal, instead of just
16064 SIGILL.
16065
16066 2015-03-18 Yao Qi <yao.qi@linaro.org>
16067
16068 PR tdep/18107
16069 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16070 variable.
16071 * gdb.base/catch-syscall.exp: Don't skip it on
16072 aarch64*-*-linux* target. Remove elements in all_syscalls.
16073 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16074 target.
16075 (setup_all_syscalls): New proc.
16076
16077 2015-03-16 Yao Qi <yao.qi@linaro.org>
16078
16079 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16080 (top level): Skip tests if valid_addr_p returns false for
16081 $cmd1 or $cmd2.
16082
16083 2015-03-11 Andy Wingo <wingo@igalia.com>
16084
16085 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16086
16087 2015-03-11 Yao Qi <yao.qi@linaro.org>
16088
16089 * gdb.base/catch-syscall.exp: Fix typo in comments.
16090
16091 2015-03-11 Yao Qi <yao.qi@linaro.org>
16092
16093 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16094
16095 2015-03-09 Pedro Alves <palves@redhat.com>
16096
16097 * dg-extract-results.py: Delete.
16098
16099 2015-03-09 Pedro Alves <palves@redhat.com>
16100
16101 Merge dg-extract-results.sh from GCC upstream (r218843).
16102
16103 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16104 * dg-extract-results.sh: Use --text with grep to avoid issues with
16105 binary files. Fall back to cat -v, if that doesn't work.
16106
16107 2015-03-05 Pedro Alves <palves@redhat.com>
16108
16109 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16110
16111 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16112
16113 * lib/mi-support.exp (mi_expect_interrupt): Accept
16114 alternative event for when in all-stop mode.
16115
16116 2015-03-04 Pedro Alves <palves@redhat.com>
16117
16118 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16119
16120 2015-03-04 Mark Kettenis <kettenis@gnu.org>
16121
16122 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16123
16124 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16125
16126 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16127 regexps for GDB's current line display, accept a hex address
16128 preceding the line number.
16129
16130 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16131
16132 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16133 the 'arch1' variable for "s390*-linux*" targets.
16134
16135 2015-03-04 Pedro Alves <palves@redhat.com>
16136
16137 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16138 (main): Pass missing retval argument to pthread_join call.
16139
16140 2015-03-02 Pedro Alves <palves@redhat.com>
16141
16142 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16143 (top level): Call do_test with non-stop as well.
16144
16145 2015-03-02 Pedro Alves <palves@redhat.com>
16146
16147 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16148 -1.
16149
16150 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16151
16152 * gdb.arch/s390-vregs.exp: New test.
16153 * gdb.arch/s390-vregs.S: New file.
16154
16155 2015-02-27 Pedro Alves <palves@redhat.com>
16156
16157 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16158 call to catch_command_errors.
16159 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16160 catch_command_errors.
16161
16162 2015-02-27 Pedro Alves <palves@redhat.com>
16163
16164 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16165 "true" for boolean result.
16166 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16167 prototype of main.
16168
16169 2015-02-27 Pedro Alves <palves@redhat.com>
16170
16171 * lib/unbuffer_output.c: New file.
16172 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16173 (main): Call gdb_unbuffer_output.
16174
16175 2015-02-27 Yao Qi <yao.qi@linaro.org>
16176
16177 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16178 target.
16179
16180 2015-02-26 Doug Evans <dje@google.com>
16181
16182 * gdb.cp/class2.cc (Dbase, D): New classes.
16183 (main): New local delta.
16184 * gdb.cp/class2.exp: Test printing delta.
16185 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16186 (dynbar): New global.
16187 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16188
16189 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16190
16191 * gdb.compile/compile-ifunc.c: New file.
16192 * gdb.compile/compile-ifunc.exp: New file.
16193
16194 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16195
16196 * gdb.base/structs.exp: Check for correct struct on finish.
16197
16198 2015-02-26 Yao Qi <yao.qi@linaro.org>
16199
16200 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16201 is zero.
16202
16203 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16204
16205 * gdb.arch/cordic.ko.bz2: New file.
16206 * gdb.arch/cordic.ko.debug.bz2: New file.
16207 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16208
16209 2015-02-25 Yao Qi <yao.qi@linaro.org>
16210
16211 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16212 aarch64*-*-* target.
16213
16214 2015-02-23 Pedro Alves <palves@redhat.com>
16215
16216 * lib/gdb.exp (delete_breakpoints): Rewrite using
16217 gdb_test_multiple.
16218
16219 2015-02-23 Pedro Alves <palves@redhat.com>
16220
16221 * gdb.base/info-os.c: Include stdlib.h.
16222
16223 2015-02-22 Doug Evans <xdje42@gmail.com>
16224
16225 PR symtab/17855
16226 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16227 is read after symbols have been re-read.
16228 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16229 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16230
16231 2015-02-21 Doug Evans <dje@google.com>
16232
16233 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16234
16235 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16236
16237 PR corefiles/17808
16238 * gdb.arch/i386-biarch-core.core.bz2: New file.
16239 * gdb.arch/i386-biarch-core.exp: New file.
16240
16241 2015-02-21 Pedro Alves <palves@redhat.com>
16242
16243 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16244 runto_main fails.
16245
16246 2015-02-20 Pedro Alves <palves@redhat.com>
16247
16248 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16249 info probes.
16250
16251 2015-02-20 Pedro Alves <palves@redhat.com>
16252
16253 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16254
16255 2015-02-20 Pedro Alves <palves@redhat.com>
16256
16257 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16258 clean_restart before gdb_target_supports_trace.
16259
16260 2015-02-20 Pedro Alves <palves@redhat.com>
16261
16262 PR threads/18006
16263 * gdb.threads/clone-thread_db.c: New file.
16264 * gdb.threads/clone-thread_db.exp: New file.
16265
16266 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16267
16268 PR breakpoints/16812
16269 * gdb.base/catch-gdb-caused-signals.c: New file.
16270 * gdb.base/catch-gdb-caused-signals.exp: New file.
16271
16272 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16273
16274 * configure: Regenerated.
16275 * configure.ac: Use GDB_AC_TRANSFORM.
16276 * aclocal.m4: sinclude ../transform.m4.
16277
16278 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16279
16280 * lib/dtrace.exp: New file.
16281 * gdb.base/dtrace-probe.exp: Likewise.
16282 * gdb.base/dtrace-probe.d: Likewise.
16283 * gdb.base/dtrace-probe.c: Likewise.
16284 * lib/pdtrace.in: Likewise.
16285 * configure.ac: Output variables with the transformed names of
16286 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16287 * configure: Regenerated.
16288
16289 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16290
16291 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16292 expected message when trying to access $_probe_* convenience
16293 variables while not on a probe.
16294
16295 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16296
16297 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16298
16299 2015-02-11 Pedro Alves <pedro@codesourcery.com>
16300
16301 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16302 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16303
16304 2015-02-10 Doug Evans <xdje42@gmail.com>
16305
16306 * lib/gdb.exp (gdb_load): Always return a result.
16307
16308 2015-02-10 Pedro Alves <palves@redhat.com>
16309
16310 * gdb.threads/signal-sigtrap.c: New file.
16311 * gdb.threads/signal-sigtrap.exp: New file.
16312
16313 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16314
16315 * gdb.trace/no-attach-trace.c: New file.
16316 * gdb.trace/no-attach-trace.exp: New file.
16317
16318 2015-02-09 Mark Wielaard <mjw@redhat.com>
16319
16320 * gdb.dwarf2/atomic.c: New file.
16321 * gdb.dwarf2/atomic-type.exp: Likewise.
16322
16323 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16324
16325 * gdb.btrace/buffer-size.exp: Update "info record" output.
16326 * gdb.btrace/delta.exp: Update "info record" output.
16327 * gdb.btrace/enable.exp: Update "info record" output.
16328 * gdb.btrace/finish.exp: Update "info record" output.
16329 * gdb.btrace/instruction_history.exp: Update "info record" output.
16330 * gdb.btrace/next.exp: Update "info record" output.
16331 * gdb.btrace/nexti.exp: Update "info record" output.
16332 * gdb.btrace/step.exp: Update "info record" output.
16333 * gdb.btrace/stepi.exp: Update "info record" output.
16334 * gdb.btrace/nohist.exp: Update "info record" output.
16335
16336 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16337
16338 * gdb.btrace/buffer-size: New.
16339
16340 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16341
16342 * gdb.btrace/delta.exp: Update "info record" output.
16343 * gdb.btrace/enable.exp: Update "info record" output.
16344 * gdb.btrace/finish.exp: Update "info record" output.
16345 * gdb.btrace/instruction_history.exp: Update "info record" output.
16346 * gdb.btrace/next.exp: Update "info record" output.
16347 * gdb.btrace/nexti.exp: Update "info record" output.
16348 * gdb.btrace/step.exp: Update "info record" output.
16349 * gdb.btrace/stepi.exp: Update "info record" output.
16350 * gdb.btrace/nohist.exp: Update "info record" output.
16351
16352 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16353
16354 PR gdb/15678
16355 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16356
16357 2015-02-06 Pedro Alves <palves@redhat.com>
16358
16359 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16360 macro.
16361 (seconds_left, again): New globals.
16362 (main): Wait seconds_left in a 1-second sleep loop instead of
16363 sleeping 180 seconds. If 'again' is set, reset the seconds
16364 counter.
16365 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16366 'again' in the inferior before detaching. Print the seconds left.
16367 (options): New global.
16368 (top level): Build program with -DTIMEOUT=$timeout.
16369
16370 2015-02-06 Pedro Alves <palves@redhat.com>
16371
16372 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16373 determine how many seconds to pass to 'alarm'.
16374 * gdb.base/gdb-sigterm.exp (top level): Build program with
16375 -DTIMEOUT=$timeout.
16376 (do_test): Return success/failure indication. Add more verbose
16377 logging. Don't fail if 200 single steps are seen. Instead, fail
16378 when the test times out.
16379 (passes): New global.
16380 (top level): Break the testing loop if testing fails on any
16381 iteration. Use gdb_assert.
16382
16383 2015-02-04 Don Breazeal <donb@codesourcery.com>
16384
16385 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16386 and initialize them.
16387 (ipc_cleanup): New function.
16388 (main): Don't declare shmid, semid, and msqid. Add a call to
16389 atexit so that we call ipc_cleanup on exit.
16390
16391 2015-02-04 Pedro Alves <palves@redhat.com>
16392
16393 * boards/native-extended-gdbserver.exp: Remove any target variant
16394 specifications from the board name before clearing the isremote
16395 flag from board_info.
16396
16397 2015-01-31 Doug Evans <xdje42@gmail.com>
16398
16399 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16400
16401 2015-01-31 Gary Benson <gbenson@redhat.com>
16402
16403 * gdb.base/completion.exp: Disable completion limiting for
16404 existing tests. Add new tests to check completion limiting.
16405 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16406
16407 2015-01-31 Doug Evans <xdje42@gmail.com>
16408
16409 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16410
16411 2015-01-31 Doug Evans <xdje42@gmail.com>
16412
16413 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16414 entries. Duplicate file section script entries.
16415 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16416 inlined entries. Add test for safe-path rejection.
16417 * gdb.python/py-section-script.c: Add duplicate inlined section script
16418 entries. Duplicate file section script entries.
16419 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16420 inlined entries. Add test for safe-path rejection.
16421
16422 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16423
16424 * gdb.ada/disc_arr_bound: New testcase.
16425
16426 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16427
16428 * gdb.ada/mi_var_array: New testcase.
16429
16430 2015-01-27 Doug Evans <dje@google.com>
16431
16432 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16433 Add test for objfile.filename, objfile.username after objfile
16434 has been unloaded.
16435
16436 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16437
16438 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16439 the second test to print the name attribute of value
16440 returned by the call to gdb.lookup_type, and adjust
16441 the expected output accordingly.
16442
16443 2015-01-25 Mark Wielaard <mjw@redhat.com>
16444
16445 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16446 * gdb.base/disp-step-fork.c: Include unistd.h.
16447 * gdb.base/siginfo-obj.c: Include stdio.h.
16448 * gdb.base/siginfo-thread.c: Likewise.
16449 * gdb.mi/non-stop.c: Include unistd.h.
16450 * gdb.mi/nsthrexec.c: Include stdio.h.
16451 * gdb.mi/pthreads.c: Include unistd.h.
16452 * gdb.modula2/unbounded1.c (main): Declare returns int.
16453 * gdb.reverse/consecutive-reverse.c: Likewise.
16454 * gdb.threads/create-fail.c: Include unistd.h.
16455 * gdb.threads/killed.c: Likewise.
16456 * gdb.threads/linux-dp.c: Likewise.
16457 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16458 * gdb.threads/non-ldr-exc-2.c: Likewise.
16459 * gdb.threads/non-ldr-exc-3.c: Likewise.
16460 * gdb.threads/non-ldr-exc-4.c: Likewise.
16461 * gdb.threads/pthreads.c: Include unistd.h.
16462 (main): Declare returns int.
16463 * gdb.threads/tls-main.c (foo): New declaration.
16464 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16465
16466 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16467
16468 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16469 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16470
16471 2015-01-15 Mark Wielaard <mjw@redhat.com>
16472
16473 * gdb.base/noreturn-return.c: New file.
16474 * gdb.base/noreturn-return.exp: New file.
16475 * gdb.base/noreturn-finish.c: New file.
16476 * gdb.base/noreturn-finish.exp: New file.
16477
16478 2015-01-23 Pedro Alves <palves@redhat.com>
16479
16480 * gdb.threads/continue-pending-after-query.c: New file.
16481 * gdb.threads/continue-pending-after-query.exp: New file.
16482
16483 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16484 Simon Marchi <simon.marchi@ericsson.com>
16485
16486 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16487 * gdb.base/valgrind-db-attach.exp: Same.
16488 * gdb.base/valgrind-infcall.exp: Same.
16489 * lib/mi-support.exp (default_mi_gdb_start): Same.
16490 * lib/prompt.exp (default_prompt_gdb_start): Same.
16491 * lib/gdb.exp (default_gdb_spawn): Same.
16492 (gdb_interact): New.
16493
16494
16495 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16496
16497 * gdb.compile/compile.exp (pointer to jit function): New test.
16498
16499 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
16500
16501 * lib/gdb.exp (supports_process_record): Return true for
16502 powerpc*-*-linux*.
16503 (supports_reverse): Likewise.
16504
16505 2015-01-15 Don Breazeal <donb@codesourcery.com>
16506
16507 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16508 instead of checking whether the target board is remote and
16509 use spawn_wait_for_attach instead of exec/sleep.
16510 * gdb.base/attach-twice.exp: Likewise.
16511
16512 2015-01-15 Joel Brobecker <brobecker@adacore.com>
16513
16514 * gdb.ada/var_arr_attrs: New testcase.
16515
16516 2015-01-14 Pedro Alves <palves@redhat.com>
16517 Joel Brobecker <brobecker@adacore.com>
16518
16519 PR gdb/17525
16520 * gdb.base/bp-cmds-execution-x-script.c: New file.
16521 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16522 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16523
16524 2015-01-14 Pedro Alves <palves@redhat.com>
16525
16526 PR cli/17828
16527 * gdb.base/batch-preserve-term-settings.c: New file.
16528 * gdb.base/batch-preserve-term-settings.exp: New file.
16529
16530 2015-01-13 Doug Evans <dje@google.com>
16531
16532 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16533 binary.
16534
16535 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16536
16537 * Makefile.in (clean mostlyclean): Do not delete *.py.
16538
16539 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16540
16541 * gdb.python/py-lookup-type.exp: New file.
16542
16543 2015-01-12 Pedro Alves <palves@redhat.com>
16544
16545 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16546 restore GDBFLAGS before returning.
16547
16548 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16549
16550 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16551 is_amd64_regs_target and is_x86_like_target.
16552
16553 2015-01-11 Doug Evans <xdje42@gmail.com>
16554
16555 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16556 is given without an explicit form.
16557 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16558 attributes.
16559 * gdb.dwarf/corrupt.exp: Ditto.
16560 * gdb.dwarf2/enum-type.exp: Ditto.
16561 * gdb.trace/entry-values.exp: Ditto.
16562 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16563
16564 2015-01-11 Doug Evans <xdje42@gmail.com>
16565
16566 PR gdb/15830
16567 * gdb.base/maint.exp: Remove references to "maint demangle".
16568 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16569 Add tests for explicitly specifying language to demangle.
16570 * gdb.dlang/demangle.exp: Ditto.
16571
16572 2015-01-09 Pedro Alves <palves@redhat.com>
16573
16574 * gdb.threads/non-stop-fair-events.c: New file.
16575 * gdb.threads/non-stop-fair-events.exp: New file.
16576
16577 2015-01-09 Pedro Alves <palves@redhat.com>
16578
16579 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16580 the global scope. Set a breakpoint after all threads are started
16581 rather than stepping over two source lines. Expect the prompt.
16582 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16583 global.
16584 (NUM): Now 15.
16585 (main): Use threads_started_barrier to wait for all threads to
16586 start. Main thread no longer calls thread_function. Exit after
16587 180 seconds.
16588 (loop): New function.
16589 (thread_function): Wait on threads_started_barrier barrier. Call
16590 'loop' at each iteration.
16591 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16592 threads have started, instead of hardcoding number of "next"
16593 steps. Use an access watchpoint instead of a write watchpoint.
16594
16595 2015-01-09 Pedro Alves <palves@redhat.com>
16596
16597 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16598 (thread_func): Wait on barrier.
16599 (main): Wait for all threads to start before stopping GDB.
16600 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16601 global.
16602 (thread1_func, thread2_func): Wait on barrier.
16603 (main): Wait for all threads to start before stopping GDB.
16604 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16605 New global.
16606 (thread1_func, thread2_func): Wait on barrier.
16607 (main): Wait for all threads to start before stopping GDB.
16608
16609 2015-01-09 Pedro Alves <palves@redhat.com>
16610
16611 * gdb.threads/attach-many-short-lived-threads.c: New file.
16612 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16613
16614 2014-01-09 Pedro Alves <palves@redhat.com>
16615
16616 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16617 instead of to thread 2.
16618 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16619 Add barrier around each pthread_create call instead of around all
16620 calls.
16621 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16622 Set a break on thread_function and have the child threads hit it
16623 one at at a time.
16624
16625 2015-01-09 Pedro Alves <palves@redhat.com>
16626
16627 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16628 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16629 false.
16630 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16631 checking whether the target board is remote.
16632 * gdb.multi/multi-attach.exp: Likewise.
16633 * gdb.python/py-sync-interp.exp: Likewise.
16634 * gdb.server/ext-attach.exp: Likewise.
16635 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16636 tests that need to attach, instead of checking whether the target
16637 board is remote at the top of the file.
16638
16639 2015-01-08 Yao Qi <yao@codesourcery.com>
16640
16641 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16642
16643 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16644
16645 Fix testcase compilation.
16646 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16647
16648 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16649
16650 * gdb.python/py-type.exp: Add a couple test about empty
16651 array creation, and negative-length array creation.
16652
16653 2015-01-02 Doug Evans <xdje42@gmail.com>
16654
16655 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16656
16657 2015-01-02 Doug Evans <dje@google.com>
16658
16659 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16660
16661 2014-12-29 Yao Qi <yao@codesourcery.com>
16662
16663 * gdb.trace/entry-values.exp: Update comments. Rename variable
16664 bar_call_foo to returned_from_foo.
16665
16666 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16667
16668 PR gdb/17394
16669 * gdb.linespec/break-asm-file.c: New file.
16670 * gdb.linespec/break-asm-file.exp: New file.
16671 * gdb.linespec/break-asm-file0.s: New file.
16672 * gdb.linespec/break-asm-file1.s: New file.
16673
16674 2014-12-18 Nigel Stephens <nigel@mips.com>
16675 Maciej W. Rozycki <macro@codesourcery.com>
16676
16677 * gdb.base/float.exp: Handle the new output from "info float" on
16678 MIPS targets.
16679
16680 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16681
16682 Fix MinGW compilation.
16683 * gdb.compile/compile-ops.exp: Update untested message if
16684 !skip_compile_feature_tests.
16685 * gdb.compile/compile-setjmp.exp: Likewise.
16686 * gdb.compile/compile-tls.exp: Likewise.
16687 * gdb.compile/compile.exp: Likewise.
16688 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16689 supported on this host".
16690
16691 2014-12-16 Doug Evans <xdje42@gmail.com>
16692
16693 * boards/stabs.exp: New file.
16694
16695 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16696
16697 * gdb.base/completion.exp: Adjust to format changes of "maint
16698 print user-registers".
16699
16700 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16701
16702 PR server/17457
16703 * gdb.arch/aarch64-fp.c: New file.
16704 * gdb.arch/aarch64-fp.exp: New file.
16705
16706 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16707
16708 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16709 r210637, r210913, r211666, r215400, r215817).
16710
16711 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16712 * dg-extract-results.py: New file.
16713 * dg-extract-results.sh: Use it if the environment seems
16714 suitable.
16715
16716 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16717
16718 * dg-extract-results.py (parse_run): Handle warnings that
16719 are printed before a test harness is run.
16720
16721 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16722
16723 * dg-extract-results.py (Named): Remove __cmp__ method.
16724 (output_variation): Use a key to sort variation.harnesses.
16725
16726 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16727
16728 * dg-extract-results.py: For Python 3, force sys.stdout to
16729 handle surrogate escape sequences.
16730 (safe_open): New function.
16731 (output_segment, main): Use it.
16732
16733 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16734
16735 * dg-extract-results.py (Prog.result_re): Include options
16736 in test name.
16737
16738 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16739
16740 * dg-extract-results.py (output_variation): Always sort if
16741 do_sum.
16742
16743 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16744
16745 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16746 as long as we get pagination notifications.
16747
16748 2014-12-15 Jason Merrill <jason@redhat.com>
16749
16750 * Makefile.in (check-gdb.%): Restore.
16751 * README: Mention it.
16752
16753 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16754
16755 * gdb.ada/str_uninit: New testcase.
16756
16757 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16758
16759 PR symtab/17642
16760 * gdb.base/vla-stub-define.c: New file.
16761 * gdb.base/vla-stub.c: New file.
16762 * gdb.base/vla-stub.exp: New file.
16763
16764 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16765 Jan Kratochvil <jan.kratochvil@redhat.com>
16766 Tom Tromey <tromey@redhat.com>
16767
16768 * configure.ac: Add gdb.compile/.
16769 * configure: Regenerate.
16770 * gdb.compile/Makefile.in: New file.
16771 * gdb.compile/compile-ops.exp: New file.
16772 * gdb.compile/compile-ops.c: New file.
16773 * gdb.compile/compile-tls.c: New file.
16774 * gdb.compile/compile-tls.exp: New file.
16775 * gdb.compile/compile-constvar.S: New file.
16776 * gdb.compile/compile-constvar.c: New file.
16777 * gdb.compile/compile-mod.c: New file.
16778 * gdb.compile/compile-nodebug.c: New file.
16779 * gdb.compile/compile-setjmp-mod.c: New file.
16780 * gdb.compile/compile-setjmp.c: New file.
16781 * gdb.compile/compile-setjmp.exp: New file.
16782 * gdb.compile/compile-shlib.c: New file.
16783 * gdb.compile/compile.c: New file.
16784 * gdb.compile/compile.exp: New file.
16785 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16786
16787 2014-12-12 Tom Tromey <tromey@redhat.com>
16788
16789 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16790 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16791
16792 2014-12-12 Doug Evans <dje@google.com>
16793
16794 * lib/gdb-python.exp (get_python_valueof): New function.
16795 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16796
16797 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16798
16799 * gdb.base/completion.exp: Add test for completion of "info
16800 registers ".
16801
16802 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16803
16804 * gdb.base/func-ptrs.c: New file.
16805 * gdb.base/func-ptrs.exp: New file.
16806
16807 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16808
16809 PR breakpoints/17012
16810 * gdb.base/dprintf-detach.c: New file.
16811 * gdb.base/dprintf-detach.exp: New file.
16812
16813 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16814
16815 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16816 * lib/gdb.exp (target_is_gdbserver): New procedure.
16817
16818 2014-12-08 Doug Evans <dje@google.com>
16819
16820 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16821
16822 2014-12-05 Yao Qi <yao@codesourcery.com>
16823
16824 * gdb.guile/scm-error.exp: Remove the third argument to
16825 gdb_remote_download.
16826 * gdb.guile/scm-frame-args.exp: Likewise.
16827 * gdb.guile/scm-section-script.exp: Likewise.
16828
16829 2014-12-05 Yao Qi <yao@codesourcery.com>
16830
16831 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16832
16833 2014-12-04 Doug Evans <dje@google.com>
16834
16835 * gdb.python/py-objfile.exp: Add tests for
16836 objfile.add_separate_debug_file.
16837
16838 2014-12-04 Doug Evans <dje@google.com>
16839
16840 * lib/gdb.exp (get_build_id): New function.
16841 (build_id_debug_filename_get): Rewrite to use it.
16842 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16843
16844 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16845
16846 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16847 `method(long)', not just 0x0.
16848 * gdb.cp/nsalias.exp: Align code labels to 4.
16849 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16850 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16851 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16852 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16853 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16854 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16855
16856 2014-12-02 Doug Evans <dje@google.com>
16857
16858 PR symtab/17602
16859 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16860 * gdb.cp/anon-ns2.cc: ... here. New file.
16861 * gdb.cp/anon-ns.exp: Update.
16862
16863 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
16864
16865 * gdb.python/py-events.py (inferior_call_handler): New.
16866 (register_changed_handler, memory_changed_handler): New.
16867 (test_events.invoke): Register new handlers.
16868 * gdb.python/py-events.exp: Add tests for inferior call,
16869 memory_changed and register_changed events.
16870
16871 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16872
16873 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16874 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16875 if the linker doesn't understand this.
16876
16877 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16878
16879 * gdb.python/python.exp: Change expected reply to help().
16880
16881 2014-12-01 Yao Qi <yao@codesourcery.com>
16882
16883 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16884 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16885 * configure: Re-generated.
16886
16887 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16888
16889 * gdb.cp/chained-calls.cc: New file.
16890 * gdb.cp/chained-calls.exp: New file.
16891 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16892
16893 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16894
16895 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16896 * gdb.dwarf2/symtab-producer.exp: Same.
16897 * gdb.gdb/python-interrupts.exp: Same.
16898 * gdb.gdb/python-selftest.exp: Same.
16899 * gdb.python/py-linetable.exp: Same.
16900 * gdb.python/py-type.exp: Same.
16901 * gdb.python/py-value-cc.exp: Same.
16902 * gdb.python/py-value.exp: Same.
16903
16904 2014-11-28 Yao Qi <yao@codesourcery.com>
16905
16906 * gdb.base/break-probes.exp: Match library name prefixed with
16907 sysroot.
16908
16909 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16910
16911 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16912 test expected output. Add parentheses for the call to print.
16913 Remove L suffix from integers.
16914
16915 2014-11-26 Doug Evans <dje@google.com>
16916
16917 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16918
16919 2014-11-22 Yao Qi <yao@codesourcery.com>
16920
16921 * gdb.trace/entry-values.c: Remove asms.
16922 (foo): Add foo_label.
16923 (bar): Add bar_label.
16924 * gdb.trace/entry-values.exp: Remove code computing foo's
16925 length and bar's length.
16926 (Dwarf::assemble): Invoke function_range for bar and use
16927 MACRO_AT_func for foo.
16928
16929 2014-11-22 Yao Qi <yao@codesourcery.com>
16930
16931 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16932 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16933 Use .Lgcc43_procstart instead of gcc43.
16934
16935 2014-11-21 Joel Brobecker <brobecker@adacore.com>
16936
16937 * gdb.ada/n_arr_bound: New testcase.
16938
16939 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16940
16941 PR breakpoints/10737
16942 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16943 test_catch_syscall_multi_arch.
16944 (test_catch_syscall_multi_arch): New function.
16945
16946 2014-11-20 Doug Evans <xdje42@gmail.com>
16947
16948 * gdb.base/maint.exp: Update expected output.
16949
16950 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16951
16952 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16953 4-byte instruction on S390.
16954
16955 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16956
16957 * gdb.ada/arr_arr: New testcase.
16958
16959 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16960
16961 * gdb.ada/pkd_arr_elem: New Testcase.
16962
16963 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
16964
16965 * gdb.reverse/break-precsave: Expect completion message for
16966 core file reads.
16967 * gdb.reverse/consecutive-precsave.exp: Likewise.
16968 * gdb.reverse/finish-precsave.exp: Likewise.
16969 * gdb.reverse/i386-precsave.exp: Likewise.
16970 * gdb.reverse/machinestate-precsave.exp: Likewise.
16971 * gdb.reverse/sigall-precsave.exp: Likewise.
16972 * gdb.reverse/solib-precsave.exp: Likewise.
16973 * gdb.reverse/step-precsave.exp: Likewise.
16974 * gdb.reverse/until-precsave.exp: Likewise.
16975 * gdb.reverse/watch-precsave.exp: Likewise.
16976
16977 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16978
16979 * gdb.base/bp-permanent.c: Include unistd.h.
16980 * gdb.python/py-framefilter-mi.c (main): Add return type.
16981 * gdb.python/py-framefilter.c (main): Likewise.
16982 * gdb.trace/actions-changed.c (main): Likewise.
16983
16984 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16985
16986 * gdb.mi/until.c: Add eye-catchers.
16987 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16988 line numbers.
16989
16990 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16991
16992 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16993 function header variants in break1.c.
16994 * gdb.base/ena-dis-br.exp: Likewise.
16995 * gdb.base/hbreak2.exp: Likewise.
16996 * gdb.reverse/until-precsave.exp: Drop references to removed
16997 non-prototype function header variants in ur1.c.
16998 * gdb.reverse/until-reverse.exp: Likewise.
16999
17000 2014-11-17 Petr Machata <pmachata@redhat.com>
17001
17002 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17003 ${_cu_offset_size} bytes abbrev offset.
17004
17005 2014-11-15 Doug Evans <xdje42@gmail.com>
17006
17007 PR symtab/17559
17008 * gdb.base/line-symtabs.exp: New file.
17009 * gdb.base/line-symtabs.c: New file.
17010 * gdb.base/line-symtabs.h: New file.
17011
17012 2014-11-14 Yao Qi <yao@codesourcery.com>
17013
17014 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17015 (func): Add label func_label.
17016 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17017 Replace low_pc and high_pc with MACRO_AT_range.
17018 Replace name, low_pc and high_pc with MACRO_AT_func.
17019
17020 2014-11-14 Yao Qi <yao@codesourcery.com>
17021
17022 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17023 Replace name, low_pc and high_pc with MACRO_AT_func.
17024
17025 2014-11-14 Yao Qi <yao@codesourcery.com>
17026
17027 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17028 produce debug information.
17029 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17030
17031 2014-11-14 Yao Qi <yao@codesourcery.com>
17032
17033 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17034 object and get function length.
17035 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17036 with MACRO_AT_func.
17037 (top-level): Replace gdb_compile and clean_restart with
17038 prepare_for_testing.
17039 * gdb.dwarf2/main.c (main): Add label main_label.
17040
17041 2014-11-14 Yao Qi <yao@codesourcery.com>
17042
17043 * lib/dwarf.exp (function_range): New procedure.
17044 (Dwarf::_handle_macro_at_func): New procedure.
17045 (Dwarf::_handle_macro_at_range): New procedure.
17046 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17047
17048 2014-11-14 Yao Qi <yao@codesourcery.com>
17049
17050 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17051 (_handle_attribute): New procedure.
17052
17053 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17054
17055 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17056 * gdb.base/call-sc.c (zed): Likewise.
17057 * gdb.base/checkpoint.c (main): Likewise.
17058 * gdb.base/dump.c (main): Likewise.
17059 * gdb.base/gcore.c (main): Likewise.
17060 * gdb.base/huge.c (main): Likewise.
17061 * gdb.base/multi-forks.c (main): Likewise.
17062 * gdb.base/pr10179-a.c (main): Likewise.
17063 * gdb.base/savedregs.c (main): Likewise.
17064 * gdb.base/sigaltstack.c (main): Likewise.
17065 * gdb.base/siginfo.c (main): Likewise.
17066 * gdb.base/structs.c (zed): Likewise.
17067 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17068 * gdb.mi/mi-syn-frame.c (main): Likewise.
17069 * gdb.mi/until.c (foo, main): Likewise.
17070 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17071 * gdb.base/solib-weak.c (foo): Declare.
17072 * gdb.base/attach-twice.c: Include stdio.h.
17073 * gdb.base/weaklib1.c: Likewise.
17074 * gdb.base/weaklib2.c: Likewise.
17075 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17076 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17077 unistd.h.
17078 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17079 * gdb.mi/mi-exit-code.c: Likewise.
17080 * gdb.base/break-interp-lib.c: Include string.h.
17081 * gdb.base/coremaker.c: Likewise.
17082 * gdb.base/testenv.c: Likewise.
17083 * gdb.python/py-finish-breakpoint.c: Likewise.
17084 * gdb.base/inferior-died.c: Include sys/wait.h.
17085 * gdb.base/fileio.c: Include time.h.
17086 * gdb.base/async-shell.c: Include unistd.h.
17087 * gdb.base/dprintf-non-stop.c: Likewise.
17088 * gdb.base/info-os.c: Likewise.
17089 * gdb.mi/mi-console.c: Likewise.
17090 * gdb.mi/watch-nonstop.c: Likewise.
17091 * gdb.python/py-events.c: Likewise.
17092 * gdb.base/async.c (baz): Move up before its invocation.
17093 * gdb.base/code_elim2.c (my_global_func): Likewise.
17094 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17095 * gdb.base/advance.c (func2): Likewise.
17096
17097 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17098
17099 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17100 variant.
17101 * gdb.base/annota3.c: Likewise.
17102 * gdb.base/async.c: Likewise.
17103 * gdb.base/average.c: Likewise.
17104 * gdb.base/call-ar-st.c: Likewise.
17105 * gdb.base/call-rt-st.c: Likewise.
17106 * gdb.base/call-sc.c: Likewise.
17107 * gdb.base/call-strs.c: Likewise.
17108 * gdb.base/ending-run.c: Likewise.
17109 * gdb.base/execd-prog.c: Likewise.
17110 * gdb.base/exprs.c: Likewise.
17111 * gdb.base/foll-exec.c: Likewise.
17112 * gdb.base/foll-fork.c: Likewise.
17113 * gdb.base/foll-vfork.c: Likewise.
17114 * gdb.base/funcargs.c: Likewise.
17115 * gdb.base/gcore.c: Likewise.
17116 * gdb.base/jump.c: Likewise.
17117 * gdb.base/langs0.c: Likewise.
17118 * gdb.base/langs1.c: Likewise.
17119 * gdb.base/langs2.c: Likewise.
17120 * gdb.base/mips_pro.c: Likewise.
17121 * gdb.base/nodebug.c: Likewise.
17122 * gdb.base/opaque0.c: Likewise.
17123 * gdb.base/opaque1.c: Likewise.
17124 * gdb.base/recurse.c: Likewise.
17125 * gdb.base/run.c: Likewise.
17126 * gdb.base/scope0.c: Likewise.
17127 * gdb.base/scope1.c: Likewise.
17128 * gdb.base/setshow.c: Likewise.
17129 * gdb.base/setvar.c: Likewise.
17130 * gdb.base/shmain.c: Likewise.
17131 * gdb.base/shr1.c: Likewise.
17132 * gdb.base/shr2.c: Likewise.
17133 * gdb.base/sigall.c: Likewise.
17134 * gdb.base/signals.c: Likewise.
17135 * gdb.base/so-indr-cl.c: Likewise.
17136 * gdb.base/solib2.c: Likewise.
17137 * gdb.base/structs.c: Likewise.
17138 * gdb.base/sum.c: Likewise.
17139 * gdb.base/vforked-prog.c: Likewise.
17140 * gdb.base/watchpoint.c: Likewise.
17141 * gdb.reverse/shr2.c: Likewise.
17142 * gdb.reverse/until-reverse.c: Likewise.
17143 * gdb.reverse/ur1.c: Likewise.
17144 * gdb.reverse/watch-reverse.c: Likewise.
17145
17146 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17147
17148 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17149 variant.
17150 * gdb.base/sepdebug.exp: Drop references to removed code.
17151
17152 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17153
17154 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17155 variant. Preserve original line numbering.
17156 * gdb.base/list1.c: Likewise.
17157
17158 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17159
17160 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17161 variant.
17162 * gdb.base/break1.c: Likewise.
17163 * gdb.base/break.exp: Drop references to removed code.
17164
17165 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17166
17167 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17168 variant.
17169
17170 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17171
17172 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17173
17174 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17175
17176 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17177 logic into perform_all_tests() and invoke it with and without
17178 function header prototypes.
17179 (do_function_calls): Remove conditional XFAIL for PR 5318.
17180 (rerun_and_prepare): Remove duplicate code.
17181 (perform_all_tests): New. Main logic moved here.
17182
17183 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17184
17185 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17186 code guarded by #ifdef NO_PROTOTYPES.
17187 (t_double_many_args): Likewise.
17188 (DEF_FUNC_MANY_ARGS_1): Likewise.
17189 (DEF_FUNC_VALUES_1): Likewise.
17190 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17191 guarded by #ifdef PROTOTYPES.
17192
17193 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17194
17195 * gdb.mi/mi-console.c: Add eye-catcher.
17196 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17197 instead of literal line number.
17198
17199 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17200
17201 * gdb.base/shr2.c: Add eye-catcher.
17202 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17203 line number.
17204
17205 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17206
17207 * gdb.base/jump.c: Add eye-catchers.
17208 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17209 numbers.
17210
17211 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17212
17213 * gdb.base/execd-prog.c: Add eye-catchers.
17214 * gdb.base/foll-exec.c: Likewise.
17215 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17216 line numbers.
17217
17218 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17219
17220 * gdb.base/ending-run.c: Add eye-catchers.
17221 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17222 literal line numbers.
17223
17224 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17225
17226 * gdb.base/call-rt-st.c: Add eye-catchers.
17227 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17228 literal line numbers.
17229
17230 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17231
17232 * gdb.base/call-ar-st.c: Add eye-catchers.
17233 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17234 literal line numbers.
17235
17236 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17237
17238 * gdb.base/average.c: Add eye-catchers.
17239 * gdb.base/sum.c: Likewise.
17240 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17241 regexps dynamically.
17242
17243 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17244
17245 * gdb.base/solib1.c: Add eye-catchers.
17246 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17247 literal line numbers.
17248
17249 2014-11-12 Pedro Alves <palves@redhat.com>
17250
17251 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17252 leader has exited.
17253
17254 2014-11-12 Pedro Alves <palves@redhat.com>
17255
17256 * gdb.arch/i386-bp_permanent.c: New file.
17257 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17258 (srcfile): Set to i386-bp_permanent.c.
17259 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17260 that stepi does not execute the 'leave' instruction, instead of
17261 testing it does execute.
17262 * gdb.base/bp-permanent.c: New file.
17263 * gdb.base/bp-permanent.exp: New file.
17264
17265 2014-11-10 Doug Evans <xdje42@gmail.com>
17266
17267 PR symtab/17564
17268 * gdb.base/symtab-search-order.exp: New file.
17269 * gdb.base/symtab-search-order.c: New file.
17270 * gdb.base/symtab-search-order-1.c: New file.
17271 * gdb.base/symtab-search-order-shlib-1.c: New file.
17272
17273 2014-11-07 Pedro Alves <palves@redhat.com>
17274
17275 PR gdb/17511
17276 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17277 i?86-*-linux*.
17278
17279 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17280
17281 PR c++/17494
17282 * gdb.cp/pr17494.cc: New file.
17283 * gdb.cp/pr17494.exp: New file.
17284
17285 2014-11-02 Yao Qi <yao@codesourcery.com>
17286
17287 * gdb.python/python.exp: Get working directory and match the
17288 output of "set extended-prompt \\w " with it.
17289
17290 2014-10-30 Doug Evans <dje@google.com>
17291
17292 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17293 in objfiles.
17294 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17295 in progspaces.
17296
17297 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
17298
17299 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17300 * gdb.base/realname-expand.exp: Likewise.
17301 * gdb.linespec/macro-relative.exp: Likewise.
17302
17303 2014-10-29 Pedro Alves <palves@redhat.com>
17304
17305 PR gdb/17408
17306 * gdb.threads/schedlock.c (some_function): New function.
17307 (call_function): New global.
17308 (MAYBE_CALL_SOME_FUNCTION): New macro.
17309 (thread_function): Call it.
17310 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17311 and use it instead of a global counter. Adjust all callers.
17312 (get_current_thread): Use "find current thread" for test message
17313 here rather than having all callers pass down the same string.
17314 (goto_loop): New procedure, factored out from ...
17315 (my_continue): ... this.
17316 (step_ten_loops): Change parameter from test message to command to
17317 use. Adjust.
17318 (list_count): Delete global.
17319 (check_result): New procedure, factored out from duplicate top
17320 level code.
17321 (continue tests): Wrap in with_test_prefix.
17322 (test_step): New procedure, factored out from duplicate top level
17323 code.
17324 (top level): Test "step" in combination with all scheduler-locking
17325 modes. Test "next" in combination with all scheduler-locking
17326 modes, and in combination with stepping over a function call or
17327 not.
17328 * gdb.threads/next-bp-other-thread.c: New file.
17329 * gdb.threads/next-bp-other-thread.exp: New file.
17330
17331 2014-10-29 Pedro Alves <palves@redhat.com>
17332
17333 PR python/17372
17334 * gdb.python/python.exp: Test a multi-line command that spawns
17335 interactive Python.
17336 * gdb.base/multi-line-starts-subshell.exp: New file.
17337
17338 2014-10-29 Yao Qi <yao@codesourcery.com>
17339
17340 * gdb.base/fileio.exp: Make directories on host.
17341
17342 2014-10-29 Yao Qi <yao@codesourcery.com>
17343
17344 * gdb.base/fileio.c (test_write): Close the file.
17345
17346 2014-10-28 Pedro Alves <palves@redhat.com>
17347
17348 PR gdb/12623
17349 * gdb.base/sigstep.c (no_handler): New global.
17350 (main): If 'no_handler is true, set the signal handlers to
17351 SIG_IGN.
17352 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17353 with_sw_watch and no_handler parameters. Handle them.
17354 (top level) <stepping over handler when stopped at a breakpoint
17355 test>: Add a test axis for testing with a software watchpoint, and
17356 another for testing with the signal handler set to SIG_IGN.
17357 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17358 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17359
17360 2014-10-28 Pedro Alves <palves@redhat.com>
17361
17362 PR gdb/17511
17363 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17364 * gdb.base/sigstep.exp (other_handler_location): New global.
17365 (advance): Support stepping into the signal handler, and running
17366 commands while in the handler.
17367 (in_handler_map): New global.
17368 (top level): In the advance test, add combinations for getting
17369 into the handler with stepping commands, and for running commands
17370 in the handler. Add comment descripting the advancei tests.
17371
17372 2014-10-28 Pedro Alves <palves@redhat.com>
17373
17374 * gdb.base/sigstep.exp: Use build_executable instead of
17375 prepare_for_testing.
17376 (top level): Move code that starts GDB, runs to main and creates a
17377 display to ...
17378 (restart): ... this new procedure.
17379 (top level): Move backtrace from signal handler test to ...
17380 (validate_backtrace): ... this new procedure.
17381 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17382 with_test_prefix. Always restart GDB.
17383 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17384 with_test_prefix. Always restart GDB. No need to delete
17385 breakpoints after the test.
17386 (test_skip_handler): Remove prefix parameter.
17387 (skip_over_handler, breakpoint_to_handler)
17388 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17389 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17390 restart GDB. No need to delete breakpoints after the test.
17391 (top level): Use foreach to call the test procedures with
17392 different commands.
17393
17394 2014-10-28 Pedro Alves <palves@redhat.com>
17395
17396 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17397 instead of GNATS numbers.
17398 * gdb.base/sigbpt.exp: Likewise.
17399 * gdb.base/siginfo.exp: Likewise.
17400 * gdb.base/sigstep.exp: Likewise.
17401
17402 2014-10-27 Pedro Alves <palves@redhat.com>
17403
17404 * gdb.base/sigstep.c (dummy): New global.
17405 (main): Issue a couple writes to the new global.
17406 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17407 procedures.
17408 (skip_over_handler): Use test_skip_handler.
17409 (top level): Call skip_over_handler for stepi and nexti too.
17410 (breakpoint_over_handler): Use test_skip_handler.
17411 (top level): Call breakpoint_over_handler for stepi and nexti too.
17412
17413 2014-10-27 Yao Qi <yao@codesourcery.com>
17414
17415 * gdb.trace/tfile.c (adjust_function_address)
17416 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17417 function descriptor.
17418
17419 2014-10-24 Don Breazeal <donb@codesourcery.com>
17420
17421 * gdb.base/foll-fork.exp (test_follow_fork,
17422 catch_fork_child_follow): Check for updated fork messages emitted
17423 from infrun.c.
17424 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17425 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17426 vfork_and_exec_child_follow_through_step): Check for updated vfork
17427 messages emitted from infrun.c.
17428
17429 2014-10-24 Pedro Alves <palves@redhat.com>
17430
17431 * gdb.base/corefile.exp: Remove references to ultrix.
17432 * gdb.base/interrupt.exp: Likewise.
17433 * gdb.base/whatis.exp: Likewise.
17434 * gdb.gdb/selftest.exp: Likewise.
17435 * gdb.threads/manythreads.exp: Likewise.
17436 * gdb.threads/print-threads.exp: Likewise.
17437 * gdb.threads/pthreads.exp:: Likewise.
17438 * gdb.threads/schedlock.exp: Likewise.
17439
17440 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17441
17442 * gdb.cp/non-trivial-retval.cc: Add a test case.
17443 * gdb.cp/non-trivial-retval.exp: Add a test.
17444
17445 2014-10-20 Yao Qi <yao@codesourcery.com>
17446
17447 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17448 * gdb.python/py-objfile-script-gdb.py: New file.
17449 * gdb.python/py-objfile-script.exp: Update reference to
17450 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17451 of remote_download. Remove the dest file.
17452
17453 2014-10-20 Yao Qi <yao@codesourcery.com>
17454
17455 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17456 * gdb.base/step-line.exp: Likewise.
17457 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17458 * gdb.dwarf2/dw2-basic.exp: Likewise.
17459 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17460 * gdb.dwarf2/dw2-filename.exp: Likewise.
17461 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17462 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17463 * gdb.dwarf2/dw2-producer.exp: Likewise.
17464 * gdb.dwarf2/mac-fileno.exp: Likewise.
17465 * gdb.python/py-frame-args.exp: Likewise.
17466 * gdb.python/py-framefilter.exp: Likewise.
17467 * gdb.python/py-mi.exp: Likewise.
17468 * gdb.python/py-objfile-script.exp: Likewise
17469 * gdb.python/py-pp-integral.exp: Likewise.
17470 * gdb.python/py-pp-re-notag.exp: Likewise.
17471 * gdb.python/py-prettyprint.exp: Likewise.
17472 * gdb.python/py-section-script.exp: Likewise.
17473 * gdb.python/py-typeprint.exp: Likewise.
17474 * gdb.python/py-xmethods.exp: Likewise.
17475 * gdb.stabs/weird.exp: Likewise.
17476 * gdb.xml/tdesc-regs.exp: Likewise.
17477
17478 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17479
17480 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17481 (out_cu): Use addr_len for the size of addresses.
17482 (out_line): Likewise. Size DW_LNE_set_address instruction
17483 according to addr_len.
17484 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17485 (FUNC): Add START_INSNS to definition.
17486
17487 2014-10-18 Yao Qi <yao@codesourcery.com>
17488
17489 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17490 gdb_has_argv0 return true.
17491 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17492 check [target_info exists noargs], check [gdb_has_argv0]
17493 instead.
17494 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17495 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17496 procedures.
17497
17498 2014-10-17 Doug Evans <dje@google.com>
17499
17500 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17501 event.
17502 * gdb.python/py-events.py: Add clear_objfiles event.
17503
17504 2014-10-17 Doug Evans <dje@google.com>
17505
17506 * gdb.python/py-objfile.exp: Test progspace attribute.
17507
17508 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
17509
17510 * gdb.guile/scm-breakpoint.exp: Do not assume any
17511 directory separators when matching source file paths.
17512 * gdb.python/py-breakpoint.exp: Likewise.
17513 * gdb.reverse/break-precsave.exp: Likewise.
17514 * gdb.reverse/break-reverse.exp: Likewise.
17515 * gdb.reverse/consecutive-precsave.exp: Likewise.
17516 * gdb.reverse/finish-precsave.exp: Likewise.
17517 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17518 * gdb.reverse/finish-reverse.exp: Likewise.
17519 * gdb.reverse/i386-precsave.exp: Likewise.
17520 * gdb.reverse/i387-env-reverse.exp: Likewise.
17521 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17522 * gdb.reverse/machinestate-precsave.exp: Likewise.
17523 * gdb.reverse/machinestate.exp: Likewise.
17524 * gdb.reverse/sigall-precsave.exp: Likewise.
17525 * gdb.reverse/solib-precsave.exp: Likewise.
17526 * gdb.reverse/step-precsave.exp: Likewise.
17527 * gdb.reverse/until-precsave.exp: Likewise.
17528 * gdb.reverse/watch-precsave.exp: Likewise.
17529 * gdb.reverse/watch-reverse.exp: Likewise.
17530
17531 2014-10-17 Yao Qi <yao@codesourcery.com>
17532
17533 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17534 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17535
17536 2014-10-17 Pedro Alves <palves@redhat.com>
17537
17538 PR gdb/17471
17539 * gdb.base/bg-execution-repeat.c: New file.
17540 * gdb.base/bg-execution-repeat.exp: New file.
17541
17542 2014-10-17 Pedro Alves <palves@redhat.com>
17543
17544 PR gdb/17300
17545 * gdb.base/continue-all-already-running.c: New file.
17546 * gdb.base/continue-all-already-running.exp: New file.
17547
17548 2014-10-17 Pedro Alves <palves@redhat.com>
17549
17550 PR gdb/17472
17551 * gdb.base/annota-input-while-running.c: New file.
17552 * gdb.base/annota-input-while-running.exp: New file.
17553
17554 2014-10-17 Pedro Alves <palves@redhat.com>
17555
17556 * gdb.base/callfuncs.exp: emove references to osf.
17557 * gdb.base/sigall.exp: Likewise.
17558 * gdb.gdb/selftest.exp: Likewise.
17559 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17560 * gdb.mi/non-stop.c: Likewise.
17561 * gdb.mi/pthreads.c: Likewise.
17562 * gdb.reverse/sigall-precsave.exp: Likewise.
17563 * gdb.reverse/sigall-reverse.exp: Likewise.
17564 * gdb.threads/pthreads.c: Likewise.
17565 * gdb.threads/pthreads.exp: Likewise.
17566
17567 2014-10-17 Yao Qi <yao@codesourcery.com>
17568
17569 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17570 check 'target_info exists noargs'.
17571 (test_command_prompt_position): Likewise.
17572 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17573 Remove "set args".
17574 (progvar_simple_while_test): Likewise.
17575 (progvar_complex_if_while_test): Likewise.
17576 (if_while_breakpoint_command_test): Likewise.
17577 (infrun_breakpoint_command_test): Likewise.
17578 (breakpoint_command_test): Likewise.
17579 (watchpoint_command_test): Likewise.
17580 (bp_deleted_in_command_test): Likewise.
17581 (temporary_breakpoint_commands): Likewise.
17582
17583 2014-10-16 Yao Qi <yao@codesourcery.com>
17584
17585 * gdb.base/remotetimeout.exp: Remove noargs checking.
17586
17587 2014-10-15 Pedro Alves <palves@redhat.com>
17588
17589 PR breakpoints/9649
17590 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17591 * gdb.base/breakpoint-in-ro-region.exp
17592 (probe_target_hardware_step): New procedure.
17593 (top level): Probe hardware stepping and hardware breakpoint
17594 support. Test stepping through a read-only region, with both
17595 "breakpoint auto-hw" on and off and both "always-inserted" on and
17596 off.
17597
17598 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17599
17600 * gdb.dlang/demangle.exp: Update for demangling changes.
17601
17602 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17603
17604 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17605 * gdb.cp/non-trivial-retval.exp: Add new tests.
17606
17607 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17608
17609 PR c++/13403
17610 PR c++/15154
17611 * gdb.cp/non-trivial-retval.cc: New file.
17612 * gdb.cp/non-trivial-retval.exp: New file.
17613
17614 2014-10-15 Yao Qi <yao@codesourcery.com>
17615
17616 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17617 remote host.
17618
17619 2014-10-15 Yao Qi <yao@codesourcery.com>
17620
17621 * gdb.python/py-symbol.exp: Match file base name if host is
17622 remote, otherwise match file name with dir name.
17623 * gdb.python/py-symtab.exp: Likewise.
17624 * gdb.python/python.exp: Likewise.
17625
17626 2014-10-15 Yao Qi <yao@codesourcery.com>
17627
17628 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17629 pattern.
17630 * gdb.python/py-symtab.exp: Likewise.
17631 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17632 locationn.
17633
17634 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17635
17636 * gdb.ada/addr_arith: New testcase.
17637
17638 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17639
17640 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17641 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17642 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17643 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17644
17645 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17646
17647 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17648 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17649 * gdb.arch/stap-eval-lang-ada.exp: New file.
17650
17651 2014-10-14 Yao Qi <yao@codesourcery.com>
17652
17653 * gdb.mi/mi-var-child.c (nothing1): New function.
17654 (nothing2): New function.
17655 (do_children_tests): Set function pointers by nothing1 and
17656 nothing2.
17657 * gdb.mi/mi-var-child.exp: Step over new added statements.
17658 Update test to match the new output.
17659 * gdb.mi/var-cmd.c (nothing1): New function.
17660 (nothing2): New function.
17661 (do_children_tests): Set function pointers by nothing1 and
17662 nothing2.
17663 * gdb.mi/mi-var-display.exp: Update test to match output.
17664 Step to the line specified by $line_dct_nothing.
17665 Increase the number of lines to step.
17666
17667 2014-10-14 Yao Qi <yao@codesourcery.com>
17668
17669 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17670 tests.
17671 * gdb.mi/mi2-var-child.exp: Likewise.
17672
17673 2014-10-13 Doug Evans <dje@google.com>
17674
17675 * gdb.python/py-objfile.exp: Change name of file name test.
17676
17677 2014-10-13 Doug Evans <dje@google.com>
17678
17679 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17680 from the start of the CU.
17681
17682 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17683 Yao Qi <yao@codesourcery.com>
17684
17685 Fix "save breakpoints" for "catch" command.
17686 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17687 Remove -nonewline. Match also the added "main" line.
17688
17689 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17690
17691 Fix "save breakpoints" for "disable $bpnum" command.
17692 * gdb.base/save-bp.c (main): Add label.
17693 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17694
17695 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17696
17697 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17698
17699 2014-10-11 Yao Qi <yao@codesourcery.com>
17700
17701 * gdb.server/server-kill.exp: Execute command
17702 "set remote trace-status-packet on" before "tstatus".
17703
17704 2014-10-11 Yao Qi <yao@codesourcery.com>
17705
17706 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17707 (main): Call getppid.
17708 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17709 and continue to it. Read variable "server_pid".
17710
17711 2014-10-11 Yao Qi <yao@codesourcery.com>
17712
17713 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17714
17715 2014-10-11 Yao Qi <yao@codesourcery.com>
17716
17717 * gdb.threads/thread-find.exp: Don't execute command
17718 "info threads".
17719 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17720 * gdb.threads/linux-dp.exp: Don't check the condition
17721 $threads_created equals to zero.
17722
17723 2014-10-10 Pedro Alves <palves@redhat.com>
17724
17725 * gdb.base/bigcore.exp: Remove references to IRIX.
17726 * gdb.base/funcargs.exp: Likewise.
17727 * gdb.base/interrupt.exp: Likewise.
17728 * gdb.base/mips_pro.exp: Likewise.
17729 * gdb.base/nodebug.exp: Likewise.
17730 * gdb.base/setvar.exp: Likewise.
17731 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17732
17733 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17734 Pedro Alves <palves@redhat.com>
17735
17736 PR symtab/14466
17737 * gdb.base/vdso-warning.c: New file.
17738 * gdb.base/vdso-warning.exp: New file.
17739
17740 2014-10-02 Doug Evans <dje@google.com>
17741
17742 * gdb.base/structs.c (main): Don't run forever.
17743
17744 2014-10-02 Pedro Alves <palves@redhat.com>
17745
17746 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17747 (top level) <stop threads 1, stop threads 2>: Use it.
17748
17749 2014-10-02 Pedro Alves <palves@redhat.com>
17750
17751 * gdb.threads/break-while-running.exp (test): Add new
17752 'update_thread_list' argument. Skip "info threads" if false.
17753 (top level): Add new 'update_thread_list' axis.
17754
17755 2014-10-02 Pedro Alves <palves@redhat.com>
17756
17757 PR breakpoints/17431
17758 * gdb.base/execl-update-breakpoints.c: New file.
17759 * gdb.base/execl-update-breakpoints.exp: New file.
17760
17761 2014-10-01 Pedro Alves <palves@redhat.com>
17762
17763 * gdb.base/breakpoint-in-ro-region.c: New file.
17764 * gdb.base/breakpoint-in-ro-region.exp: New file.
17765
17766 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17767
17768 * gdb.mi/mi-exit-code.exp: New file.
17769 * gdb.mi/mi-exit-code.c: New file.
17770
17771 2014-09-30 Yao Qi <yao@codesourcery.com>
17772
17773 * lib/prelink-support.exp (build_executable_own_libs): Error if
17774 the target isn't native.
17775
17776 2014-09-30 Yao Qi <yao@codesourcery.com>
17777
17778 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17779 false.
17780
17781 2014-09-22 Pedro Alves <palves@redhat.com>
17782
17783 * gdb.threads/break-while-running.exp: New file.
17784 * gdb.threads/break-while-running.c: New file.
17785
17786 2014-09-19 Yao Qi <yao@codesourcery.com>
17787
17788 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17789 Invoke test. Restart GDB with --readnow and invoke test again.
17790
17791 2014-09-19 Yao Qi <yao@codesourcery.com>
17792
17793 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17794 proc set_breakpoint_on_gcd_function. Invoke
17795 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17796 invoke set_breakpoint_on_gcd_function again.
17797
17798 2014-09-18 Doug Evans <dje@google.com>
17799
17800 * gdb.dwarf2/symtab-producer.exp: New file.
17801
17802 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17803
17804 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17805 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17806 * gdb.base/global-var-nested-by-dso.c: Likewise.
17807 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17808
17809 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17810 Pedro Alves <palves@redhat.com>
17811
17812 * gdb.base/watch-bitfields.exp: Pass string other than test file
17813 name to prepare_for_testing.
17814 (watch): New procedure.
17815 (expect_watchpoint): Use with_test_prefix.
17816 (top level): Factor out tests to ...
17817 (test_watch_location, test_regular_watch): ... these new
17818 procedures, and use with_test_prefix and gdb_continue_to_end.
17819
17820 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17821
17822 PR breakpoints/12526
17823 * gdb.base/watch-bitfields.exp: New file.
17824 * gdb.base/watch-bitfields.c: New file.
17825
17826 2014-09-16 Pedro Alves <palves@redhat.com>
17827
17828 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17829 software and hardware addresses, not software address against
17830 itself.
17831
17832 2014-09-16 Pedro Alves <palves@redhat.com>
17833
17834 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17835 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17836
17837 2014-09-16 Pedro Alves <palves@redhat.com>
17838
17839 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17840 files.
17841 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17842 "*-*-vxworks*" throughout.
17843 * gdb.base/break.exp: Likewise.
17844 * gdb.base/default.exp: Likewise.
17845 * gdb.base/scope.exp: Likewise.
17846 * gdb.base/sepdebug.exp: Likewise.
17847 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17848 throughout.
17849 * gdb.base/run.c: Likewise.
17850 * gdb.base/sepdebug.c: Likewise.
17851 * gdb.hp/gdb.aCC/run.c: Likewise.
17852 * gdb.reverse/until-reverse.c: Likewise.
17853 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17854
17855 2014-09-16 Yao Qi <yao@codesourcery.com>
17856
17857 * boards/local-remote-host-native.exp: New file.
17858
17859 2014-09-14 Doug Evans <xdje42@gmail.com>
17860
17861 * gdb.threads/queue-signal.c (thread_count): New variable.
17862 (thread_count_mutex, thread_count_condvar): New variables.
17863 (incr_thread_count, wait_all_threads_running): New functions.
17864 (main): Wait for all threads to be in their thread functions.
17865
17866 2014-09-13 Doug Evans <xdje42@gmail.com>
17867
17868 * gdb.threads/queue-signal.c: New file.
17869 * gdb.threads/queue-signal.exp: New file.
17870
17871 2014-09-13 Doug Evans <xdje42@gmail.com>
17872
17873 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17874 be consistent with what default_gdb_init uses.
17875 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17876 the plain text of the prompt. Add some logging printfs.
17877 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17878
17879 2014-09-12 Pedro Alves <palves@redhat.com>
17880
17881 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17882 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17883 * gdb.arch/i386-size-overlap.exp: Likewise.
17884 * gdb.arch/i386-size.exp: Likewise.
17885 * gdb.arch/i386-unwind.exp: Likewise.
17886 * gdb.base/a2-run.exp: Likewise.
17887 * gdb.base/break.exp: Likewise.
17888 * gdb.base/charset.exp: Likewise.
17889 * gdb.base/chng-syms.exp: Likewise.
17890 * gdb.base/commands.exp: Likewise.
17891 * gdb.base/dbx.exp: Likewise.
17892 * gdb.base/find.exp: Likewise.
17893 * gdb.base/funcargs.exp: Likewise.
17894 * gdb.base/jit-simple.exp: Likewise.
17895 * gdb.base/reread.exp: Likewise.
17896 * gdb.base/sepdebug.exp: Likewise.
17897 * gdb.base/step-bt.exp: Likewise.
17898 * gdb.cp/mb-inline.exp: Likewise.
17899 * gdb.cp/mb-templates.exp: Likewise.
17900 * gdb.objc/basicclass.exp: Likewise.
17901 * gdb.threads/killed.exp: Likewise.
17902
17903 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17904
17905 PR tdep/17379
17906 * gdb.arch/powerpc-stackless.S: New file.
17907 * gdb.arch/powerpc-stackless.exp: New file.
17908
17909 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17910
17911 * gdb.base/attach.c: Include unistd.h.
17912 (main): Call alarm. Add label postloop.
17913 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17914 gdb_breakpoint, gdb_continue_to_breakpoint.
17915 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17916
17917 2014-09-11 Pedro Alves <palves@redhat.com>
17918
17919 PR gdb/17347
17920 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17921 * gdb.base/attach.exp (test_command_line_attach_run): New
17922 procedure.
17923 (top level): Call it.
17924
17925 2014-09-11 Pedro Alves <palves@redhat.com>
17926
17927 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17928 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17929 (do_command_attach_tests): Use spawn_wait_for_attach.
17930 * gdb.base/solib-overlap.exp: Likewise.
17931 * gdb.multi/multi-attach.exp: Likewise.
17932 * gdb.python/py-prompt.exp: Likewise.
17933 * gdb.python/py-sync-interp.exp: Likewise.
17934 * gdb.server/ext-attach.exp: Likewise.
17935
17936 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17937
17938 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17939 command in testcase. Simplify testcase.
17940
17941 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17942
17943 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17944
17945 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17946
17947 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17948
17949 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17950
17951 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17952
17953 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17954
17955 * gdb.dwarf2/dynarr-ptr.c: New file.
17956 * gdb.dwarf2/dynarr-ptr.exp: New file.
17957
17958 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17959
17960 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17961 of 30 rather than hardcoding 120 for a slow test case. Take the
17962 `gdb,timeout' target setting into account for this calculation.
17963 Don't extend the timeout for the test cases that don't need it.
17964
17965 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17966
17967 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17968 a factor of 2 for a slow test case. Take the `gdb,timeout'
17969 target setting into account for this calculation.
17970 * gdb.reverse/until-precsave.exp: Increase the timeout by
17971 a factor of 15 and 3 respectively rather than adding 120
17972 for a pair of slow test cases. Take the `gdb,timeout'
17973 target setting into account for this calculation.
17974
17975 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17976
17977 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17978 timeout, don't pass one down to gdb_expect.
17979 (gdb_expect): Rework timeout selection.
17980
17981 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17982
17983 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17984 exception on timeout.
17985 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17986 (gdbserver_start_extended): Catch any `gdbserver_start' error
17987 exceptions.
17988 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17989 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17990 `gdbserver_gdb_load' error exceptions.
17991
17992 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17993
17994 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17995 120 on waiting for the TCP socket to open.
17996
17997 2014-09-09 Doug Evans <xdje42@gmail.com>
17998
17999 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18000 _caller_matches, _any_caller_is, _any_caller_matches.
18001
18002 2014-09-09 Doug Evans <xdje42@gmail.com>
18003
18004 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18005
18006 2014-09-09 Yao Qi <yao@codesourcery.com>
18007
18008 * gdb.mi/mi-var-display.exp: Set print symbol off.
18009
18010 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18011
18012 PR gdb/17035
18013 * gdb.base/commands.exp: Add tests to verify user-defined
18014 commands with empty bodies.
18015 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18016 python commands in `show user command`.
18017 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18018 scheme commands in `show user command`.
18019
18020 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18021
18022 PR python/17355
18023 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18024 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18025 * gdb.python/py-framefilter-invalidarg.exp: New file.
18026 * gdb.python/py-framefilter-invalidarg.py: New file.
18027
18028 2014-09-06 Doug Evans <xdje42@gmail.com>
18029
18030 PR 15276
18031 * gdb.python/py-caller-is.c: New file.
18032 * gdb.python/py-caller-is.exp: New file.
18033
18034 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18035
18036 PR gdb/17235
18037 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18038 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18039
18040 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18041
18042 PR fortran/17237
18043 * gdb.fortran/print-formatted.exp: New file.
18044 * gdb.fortran/print-formatted.f90: Likewise.
18045
18046 2014-09-03 Sasha Smundak <asmundak@google.com>
18047
18048 * gdb.python/py-frame.exp: Test Frame.read_register.
18049
18050 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18051
18052 PR python/16699
18053 * gdb.python/py-completion.exp: New file.
18054 * gdb.python/py-completion.py: Likewise.
18055
18056 2014-08-28 Doug Evans <dje@google.com>
18057
18058 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18059 eax,etc. are live with values set by gdb and thus the compiler can't
18060 use them.
18061 * gdb.arch/i386-pseudo.c (main): Ditto.
18062
18063 2014-08-27 Doug Evans <dje@google.com>
18064
18065 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18066
18067 2014-08-25 Doug Evans <dje@google.com>
18068
18069 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18070 (main): Ditto.
18071
18072 2014-08-25 Doug Evans <dje@google.com>
18073
18074 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18075
18076 2014-08-24 Yao Qi <yao@codesourcery.com>
18077
18078 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18079 symbol off.
18080 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18081
18082 2014-08-22 Doug Evans <dje@google.com>
18083
18084 PR 17276
18085 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18086 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18087 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18088
18089 2014-08-22 Yao Qi <yao@codesourcery.com>
18090
18091 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18092 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18093 * gdb.python/python.exp: Likewise. Use .py file on the host
18094 instead of the build.
18095
18096 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18097
18098 * gdb.threads/gcore-stale-thread.c: New file.
18099 * gdb.threads/gcore-stale-thread.exp: New file.
18100
18101 2014-08-21 Pedro Alves <palves@redhat.com>
18102
18103 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18104 * gdb.base/gcore-relro-pie.exp: Likewise.
18105 * gdb.base/gcore-relro.exp: Likewise.
18106 * gdb.base/gcore.exp: Likewise.
18107 * gdb.base/print-symbol-loading.exp: Likewise.
18108 * gdb.threads/gcore-thread.exp: Likewise.
18109 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18110
18111 2014-08-20 Pedro Alves <palves@redhat.com>
18112 Jan Kratochvil <jan.kratochvil@redhat.com>
18113
18114 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18115 configure.
18116 (EXPECT): Handle READ1 being set.
18117 (all): Depend on EXTRA_RULES.
18118 (check-read1, expect-read1, read1.so, read1): New rules.
18119 * README (Testsuite Parameters): Document the READ1 make variable.
18120 (Race detection): New section.
18121 * configure: Regenerate.
18122 * configure.ac: If build==host==target, and running under a
18123 GNU/glibc system, add read1 to the extra Makefile rules.
18124 (EXTRA_RULES): AC_SUBST it.
18125 * lib/read1.c: New file.
18126
18127 2014-08-20 Joel Brobecker <brobecker@adacore.com>
18128
18129 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18130 the handling of variables declared as a typedef to an array
18131 which a DW_AT_data_location attribute.
18132
18133 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
18134 Pedro Alves <palves@redhat.com>
18135
18136 PR symtab/14604
18137 PR symtab/14605
18138 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18139 gdb_test.
18140
18141 2014-08-19 Pedro Alves <palves@redhat.com>
18142
18143 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18144
18145 2014-08-19 Yao Qi <yao@codesourcery.com>
18146
18147 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18148 right line.
18149
18150 2014-08-18 David Blaikie <dblaikie@gmail.com>
18151
18152 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18153
18154 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18155
18156 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18157 attribute in array range.
18158
18159 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18160
18161 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18162
18163 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18164
18165 PR c++/17132
18166 * gdb.cp/pr17132.cc: New file.
18167 * gdb.cp/pr17132.exp: New file.
18168
18169 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18170
18171 * gdb.python/py-xmethods.py (A_getarrayind)
18172 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18173 Use 'print' with function call syntax.
18174 (E_method_matcher.match): Fix tab vs space indentation mixup.
18175
18176 2014-08-15 Yao Qi <yao@codesourcery.com>
18177
18178 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18179 false.
18180
18181 2014-08-15 Yao Qi <yao@codesourcery.com>
18182
18183 * gdb.cp/casts.exp: Set print symbol off.
18184 * gdb.cp/class2.exp: Likewise.
18185 * gdb.cp/overload.exp: Likewise.
18186 * gdb.cp/templates.exp: Likewise.
18187
18188 2014-08-11 Doug Evans <dje@google.com>
18189
18190 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18191 (test_load_shlib): Update.
18192
18193 2014-08-09 Yao Qi <yao@codesourcery.com>
18194
18195 * gdb.base/display.exp: Invoke is_address_zero_readable.
18196 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18197 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18198 * gdb.base/hbreak-unmapped.exp: Return if
18199 is_address_zero_readable returns true.
18200 * gdb.base/signest.exp: Likewise.
18201 * gdb.base/signull.exp: Likewise.
18202 * gdb.base/sigbpt.exp: Likewise.
18203 * gdb.guile/scm-disasm.exp: Do the test if
18204 is_address_zero_readable returns false.
18205 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18206 * gdb.python/py-arch.exp: Likewise.
18207 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18208 * lib/gdb.exp (is_address_zero_readable): New proc.
18209
18210 2014-08-09 Yao Qi <yao@codesourcery.com>
18211
18212 PR testsuite/13443
18213 * gdb.mi/mi-var-display.exp: Make test messages unique.
18214
18215 2014-08-04 Tom Tromey <tromey@redhat.com>
18216
18217 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18218 target 0".
18219
18220 2014-08-04 Tom Tromey <tromey@redhat.com>
18221
18222 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18223 "target_resume".
18224
18225 2014-08-01 Joel Brobecker <brobecker@adacore.com>
18226
18227 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18228 inner_vla_struct_object_size.
18229 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18230 as xfail.
18231
18232 2014-07-30 Pedro Alves <palves@redhat.com>
18233
18234 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18235 comment.
18236
18237 2014-07-29 Yao Qi <yao@codesourcery.com>
18238
18239 PR gdb/17206
18240 * gdb.base/until-nodebug.exp: New.
18241
18242 2014-07-28 Doug Evans <xdje42@gmail.com>
18243
18244 PR guile/17203
18245 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18246 previously existing parameter, and previously ambiguously spelled
18247 parameter.
18248
18249 2014-07-28 Will Newton <will.newton@linaro.org>
18250
18251 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18252
18253 2014-07-26 Ludovic Courtès <ludo@gnu.org>
18254 Doug Evans <xdje42@gmail.com>
18255
18256 PR guile/17146
18257 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18258
18259 2014-07-25 Pedro Alves <palves@redhat.com>
18260
18261 * gdb.threads/signal-command-handle-nopass.c: New file.
18262 * gdb.threads/signal-command-handle-nopass.exp: New file.
18263 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18264 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18265 * gdb.threads/signal-delivered-right-thread.c: New file.
18266 * gdb.threads/signal-delivered-right-thread.exp: New file.
18267
18268 2014-07-25 Pedro Alves <palves@redhat.com>
18269
18270 * gdb.base/double-prompt-target-event-error.exp
18271 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18272 match.
18273 (cancel_pagination_in_target_event): Rework double prompt
18274 detection.
18275 * gdb.base/paginate-after-ctrl-c-running.exp
18276 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18277 <return>' match.
18278 * gdb.base/paginate-bg-execution.exp
18279 (test_bg_execution_pagination_return)
18280 (test_bg_execution_pagination_cancel): Remove '-notransfer
18281 <return>' matches.
18282 * gdb.base/paginate-execution-startup.exp
18283 (test_fg_execution_pagination_return)
18284 (test_fg_execution_pagination_cancel): Remove '-notransfer
18285 <return>' matches.
18286 * gdb.base/paginate-inferior-exit.exp
18287 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18288 match.
18289 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18290 * lib/gdb.exp (pagination_prompt): Run text through
18291 string_to_regexp.
18292 (gdb_test_multiple): Match $pagination_prompt instead of
18293 "<return>".
18294 (string_to_regexp): Move to lib/gdb-utils.exp.
18295
18296 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18297
18298 * gdb.arch/amd64-entry-value-paramref.S: New file.
18299 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18300 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18301 * gdb.arch/amd64-optimout-repeat.S: New file.
18302 * gdb.arch/amd64-optimout-repeat.c: New file.
18303 * gdb.arch/amd64-optimout-repeat.exp: New file.
18304
18305 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18306
18307 PR gdb/17170
18308 * gdb.base/statistics.exp: New file.
18309
18310 2014-07-17 Doug Evans <dje@google.com>
18311
18312 PR gdb/17170
18313 * gdb.base/maint.exp: Update testing of per-command stats.
18314
18315 2014-07-16 Pedro Alves <palves@redhat.com>
18316
18317 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18318 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18319 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18320 (tfile_write_buf): New functions.
18321 (add_memory_block): Rewrite using the above.
18322 (adjust_function_address): New function.
18323 (FUNCTION_ADDRESS): New macro.
18324 (write_basic_trace_file): Remove short_x local, and use
18325 tfile_write_16. Change type of func_addr local to unsigned long
18326 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18327 here. Cast argument of add_memory_block to char pointer.
18328 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18329 (main): Remove parameters.
18330 * gdb.trace/tfile.exp: Remove nowarnings.
18331
18332 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18333
18334 * gdb.base/debug-expr.exp: Test string evaluation with
18335 "debug expression" on.
18336
18337 2014-07-15 Pedro Alves <palves@redhat.com>
18338
18339 * gdb.base/reread.exp: Use clean_restart.
18340
18341 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18342
18343 * gdb.arch/avr-flash-qualifer.c: New.
18344 * gdb.arch/avr-flash-qualifer.exp: New.
18345
18346 2014-07-14 Pedro Alves <palves@redhat.com>
18347
18348 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18349 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18350
18351 2014-07-14 Pedro Alves <palves@redhat.com>
18352
18353 * gdb.base/double-prompt-target-event-error.c: New file.
18354 * gdb.base/double-prompt-target-event-error.exp: New file.
18355
18356 2014-07-14 Pedro Alves <palves@redhat.com>
18357
18358 PR gdb/17072
18359 * gdb.base/paginate-inferior-exit.c: New file.
18360 * gdb.base/paginate-inferior-exit.exp: New file.
18361
18362 2014-07-14 Pedro Alves <palves@redhat.com>
18363
18364 PR gdb/17072
18365 * gdb.base/paginate-bg-execution.c: New file.
18366 * gdb.base/paginate-bg-execution.exp: New file.
18367
18368 2014-07-14 Pedro Alves <palves@redhat.com>
18369
18370 PR gdb/17072
18371 * gdb.base/paginate-execution-startup.c: New file.
18372 * gdb.base/paginate-execution-startup.exp: New file.
18373 * lib/gdb.exp (pagination_prompt): New global.
18374 (default_gdb_spawn): New procedure, factored out from
18375 default_gdb_spawn.
18376 (default_gdb_start): Adjust to call default_gdb_spawn.
18377 (gdb_spawn): New procedure.
18378
18379 2014-07-14 Pedro Alves <palves@redhat.com>
18380
18381 * lib/gdb.exp (gdb_assert): New procedure.
18382 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18383
18384 2014-07-14 Pedro Alves <palves@redhat.com>
18385
18386 * gdb.base/execution-termios.c: New file.
18387 * gdb.base/execution-termios.exp: New file.
18388
18389 2014-07-14 Tom Tromey <tromey@redhat.com>
18390
18391 * gdb.cp/vla-cxx.cc: New file.
18392 * gdb.cp/vla-cxx.exp: New file.
18393
18394 2014-07-14 Tom Tromey <tromey@redhat.com>
18395
18396 * gdb.reverse/rerun-prec.c: New file.
18397 * gdb.reverse/rerun-prec.exp: New file.
18398
18399 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18400 Maciej W. Rozycki <macro@codesourcery.com>
18401
18402 * lib/gdb-utils.exp: New file.
18403 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18404 inline `gdb_init_command' processing.
18405 (gdb_start_cmd): Likewise.
18406 * lib/mi-support.exp (mi_run_cmd): Likewise.
18407 * README: Document `gdb_init_command' and `gdb_init_commands'.
18408
18409 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18410
18411 Fix false FAIL running under a very long directory name.
18412 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18413 and "set print elements 10000". Twice.
18414
18415 2014-07-11 Yao Qi <yao@codesourcery.com>
18416
18417 * gdb.base/exprs.exp: "set print symbol off".
18418
18419 2014-07-11 Pedro Alves <palves@redhat.com>
18420
18421 * gdb.threads/kill.c: New file.
18422 * gdb.threads/kill.exp: New file.
18423
18424 2014-07-10 Yao Qi <yao@codesourcery.com>
18425
18426 * gdb.trace/tfile.c (write_basic_trace_file)
18427 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18428 address written to trace file.
18429
18430 2014-07-09 Pedro Alves <palves@redhat.com>
18431
18432 * gdb.base/attach-wait-input.exp: New file.
18433 * gdb.base/attach-wait-input.c: New file.
18434
18435 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18436
18437 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18438 setting up test structures.
18439 (main): Call new test function.
18440 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18441 test function, continue into test function and walk test
18442 structures.
18443
18444 2014-07-02 Yao Qi <yao@codesourcery.com>
18445
18446 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18447 'bar_start' at the beginning of functions 'foo' and 'bar'
18448 respectively.
18449 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18450 instead of 'foo' and 'bar'.
18451
18452 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18453
18454 * gdb.btrace/segv.exp: New.
18455 * gdb.btrace/segv.c: New.
18456
18457 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18458
18459 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18460 instruction.
18461
18462 2014-06-30 Mark Wielaard <mjw@redhat.com>
18463
18464 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18465 vulture, vilify, villar): New volatile array constants.
18466 (vindictive, vegetation): New const volatile array constants.
18467 * gdb.base/volatile.exp: Test volatile and const volatile array
18468 types.
18469
18470 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18471
18472 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18473 target lacks support for awatch, rwatch, or hbreak.
18474
18475 2014-06-27 Yao Qi <yao@codesourcery.com>
18476
18477 * gdb.multi/dummy-frame-restore.exp: New.
18478 * gdb.multi/dummy-frame-restore.c: New.
18479
18480 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18481
18482 * gdb.btrace/gcore.exp: New.
18483
18484 2014-06-23 Pedro Alves <palves@redhat.com>
18485
18486 * gdb.base/watchpoint-reuse-slot.c: New file.
18487 * gdb.base/watchpoint-reuse-slot.exp: New file.
18488
18489 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18490
18491 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18492 progspace's filename in 'info', 'enable' and 'disable' command
18493 tests.
18494
18495 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18496
18497 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18498 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18499 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18500
18501 2014-06-20 Gary Benson <gbenson@redhat.com>
18502
18503 * gdb.arch/i386-avx.exp: Fix include file location.
18504 * gdb.arch/i386-sse.exp: Likewise.
18505
18506 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18507
18508 * gdb.dlang/expression.exp: New file.
18509
18510 2014-06-19 Pedro Alves <palves@redhat.com>
18511
18512 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18513 out from ...
18514 (top level): ... here. Iterate running tests under different
18515 scheduler-locking settings.
18516
18517 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
18518
18519 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18520 to DW_FORM_addr and use non-zero addresses.
18521
18522 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18523
18524 PR gdb/17017
18525 * gdb.python/py-xmethods.cc: Add global function call counters and
18526 increment them in their respective functions. Remove "cout"
18527 statements.
18528 * gdb.python/py-xmethods.exp: Make tests check the global function
18529 call counters instead of depending on inferior IO.
18530
18531 2014-06-18 Don Breazeal <donb@codesourcery.com>
18532
18533 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18534 Deleted procedure.
18535 (explicit_fork_parent_follow): Deleted procedure.
18536 (explicit_fork_child_follow): Deleted procedure.
18537 (test_follow_fork): New procedure.
18538 (do_fork_tests): Replace calls to deleted procedures with
18539 calls to test_follow_fork and reset GDB for subsequent
18540 procedure calls.
18541
18542 2014-06-17 Yao Qi <yao@codesourcery.com>
18543
18544 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18545 CP1252.
18546
18547 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18548
18549 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18550 Initialize ptr and S explicitly.
18551 (skip_type_update_when_not_use_rtti_test): Likewise.
18552
18553 2014-06-16 Keith Seitz <keiths@redhat.com>
18554
18555 PR mi/15863
18556 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18557 the inferior is started.
18558
18559 2014-06-16 Pedro Alves <palves@redhat.com>
18560
18561 * gdb.base/break-main-file-remove-fail.c: New file.
18562 * gdb.base/break-main-file-remove-fail.exp: New file.
18563 * gdb.base/break-unload-file.exp: Use build_executable instead of
18564 prepare_for_testing.
18565 (test_break): New parameter "initial_load". Handle it.
18566 (top level): Add initial_load cmdline/file axis.
18567
18568 2014-06-12 Tom Tromey <tromey@redhat.com>
18569
18570 * gdb.base/completion.exp: Don't use directory name in test.
18571
18572 2014-06-09 Gary Benson <gbenson@redhat.com>
18573
18574 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18575 separate the always-available ANSI-standard signals from the
18576 signals that require checking.
18577 (main): Likewise.
18578 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18579 Likewise.
18580 (main): Likewise.
18581
18582 2014-06-07 Keith Seitz <keiths@redhat.com>
18583
18584 Revert:
18585 PR c++/16253
18586 * gdb.cp/var-tag.cc: New file.
18587 * gdb.cp/var-tag.exp: New file.
18588 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18589 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18590 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18591 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18592
18593 2014-06-06 Doug Evans <xdje42@gmail.com>
18594
18595 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18596
18597 2014-06-06 Pedro Alves <palves@redhat.com>
18598
18599 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18600 in target debug output instead of looking at RSP packets,
18601 disabling the test on any target that uses hardware stepping.
18602 Update comments.
18603
18604 2014-06-06 Pedro Alves <palves@redhat.com>
18605
18606 * gdb.base/break-unload-file.exp: Fix typo.
18607
18608 2014-06-06 Yao Qi <yao@codesourcery.com>
18609
18610 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18611 from "jit_function" to "^jit_function".
18612
18613 2014-06-06 Yao Qi <yao@codesourcery.com>
18614
18615 * gdb.base/async.c (foo): Add one statement.
18616 * gdb.base/async.exp: Get the next instruction address and
18617 match the output of "nexti" by instruction address. Match
18618 the hex address in the output of "finish".
18619
18620 2014-06-06 Gary Benson <gbenson@redhat.com>
18621
18622 * gdb.base/call-signals.c: Remove preprocessor conditionals
18623 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18624 SIGSEGV and SIGTERM.
18625 * gdb.base/sigall.c: Likewise.
18626 * gdb.base/unwindonsignal.c: Likewise.
18627 * gdb.reverse/sigall-reverse.c: Likewise.
18628
18629 2014-06-06 Yao Qi <yao@codesourcery.com>
18630
18631 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18632 readable, skip the test.
18633
18634 2014-06-06 Yao Qi <yao@codesourcery.com>
18635
18636 * gdb.threads/staticthreads.c (thread_function): Move the line
18637 setting breakpoint on forward.
18638 * gdb.threads/staticthreads.exp: Update comments.
18639
18640 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18641
18642 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18643 "history-append! type error".
18644
18645 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18646
18647 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18648 erroneous dprintf expected input.
18649
18650 2014-06-04 Doug Evans <xdje42@gmail.com>
18651
18652 * gdb.guile/scm-generics.exp: Delete.
18653
18654 2014-06-04 Doug Evans <xdje42@gmail.com>
18655
18656 * gdb.guile/scm-breakpoint.exp: Update.
18657 Add tests for breakpoint registration.
18658
18659 2014-06-04 Tom Tromey <tromey@redhat.com>
18660
18661 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18662 VLA-in-union.
18663 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18664 inner_vla_struct, vla_union types. Initialize objects of those
18665 types and compute their sizes.
18666
18667 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18668 Hui Zhu <hui@codesourcery.com>
18669
18670 * gdb.base/fileio.exp: Add test for shell not available as well as
18671 available.
18672 * gdb.base/fileio.c (test_system): Check for shell twice.
18673
18674 2014-06-04 Yao Qi <yao@codesourcery.com>
18675
18676 * gdb.base/auto-connect-native-target.exp: Remove redundant
18677 space from the regexp pattern.
18678
18679 2014-06-04 Yao Qi <yao@codesourcery.com>
18680
18681 * gdb.base/default.exp: Replace "child" with "native" in
18682 regexp pattern.
18683
18684 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18685
18686 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18687 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18688 * gdb.python/py-xmethods.py: Python script supporting the
18689 new testcase and tests.
18690
18691 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18692 Pedro Alves <palves@redhat.com>
18693
18694 PR breakpoints/17000
18695 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18696 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18697
18698 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18699
18700 * gdb.base/subst.exp: Add tests to verify partial path matching
18701 output.
18702
18703 2014-06-03 Pedro Alves <palves@redhat.com>
18704
18705 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18706 target that doesn't use software single-stepping.
18707
18708 2014-06-03 Pedro Alves <palves@redhat.com>
18709
18710 PR breakpoints/17000
18711 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18712 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18713
18714 2014-06-02 Doug Evans <xdje42@gmail.com>
18715
18716 * gdb.guile/scm-parameter.exp: New file.
18717
18718 2014-06-02 Doug Evans <xdje42@gmail.com>
18719
18720 * gdb.guile/scm-cmd.c: New file.
18721 * gdb.guile/scm-cmd.exp: New file.
18722
18723 2014-06-02 Doug Evans <xdje42@gmail.com>
18724
18725 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18726 pretty-printer lookup.
18727 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18728 (make-pp_s-printer): Call it.
18729 (make-pretty-printer-from-dict): New function.
18730 (lookup-pretty-printer-maker-from-dict): New function.
18731 (*pretty-printer*): Simplify.
18732 (make-objfile-pp_s-printer): New function.
18733 (install-objfile-pretty-printers!): New function.
18734 (make-progspace-pp_s-printer): New function.
18735 (install-progspace-pretty-printers!): New function.
18736 * gdb.guile/scm-progspace.c: New file.
18737 * gdb.guile/scm-progspace.exp: New file.
18738
18739 2014-06-02 Pedro Alves <palves@redhat.com>
18740
18741 * gdb.base/dprintf-bp-same-addr.c: New file.
18742 * gdb.base/dprintf-bp-same-addr.exp: New file.
18743
18744 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18745
18746 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18747 * gdb.arch/powerpc-power.s: Likewise.
18748
18749 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18750
18751 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18752
18753 2014-06-01 Yao Qi <yao@codesourcery.com>
18754
18755 * gdb.base/watchpoint.exp (test_watch_location): Check null
18756 pointer can be dereferenced. If not, do the test, otherwise
18757 skip it.
18758
18759 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18760
18761 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18762 results.
18763 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18764
18765 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18766
18767 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18768 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18769 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18770 * gdb.arch/amd64-invalid-stack-top.c: New file.
18771 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18772
18773 2014-05-30 Pedro Alves <palves@redhat.com>
18774
18775 PR breakpoints/17000
18776 * gdb.base/sss-bp-on-user-bp.c: New file.
18777 * gdb.base/sss-bp-on-user-bp.exp: New file.
18778
18779 2014-05-30 David Blaikie <dblaikie@gmail.com>
18780
18781 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18782 gnu_inline semantics via attribute.
18783 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18784 source explicitly specifies the required semantics.
18785
18786 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18787
18788 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18789
18790 2014-05-29 Pedro Alves <palves@redhat.com>
18791 Tom Tromey <tromey@redhat.com>
18792
18793 * gdb.base/async-shell.exp: Don't enable target-async.
18794 * gdb.base/async.exp
18795 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18796 parameter. Adjust.
18797 (top level): Don't test with "target-async".
18798 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18799 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18800 * gdb.base/inferior-died.exp: Don't enable target-async.
18801 * gdb.base/interrupt-noterm.exp: Likewise.
18802 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18803 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18804 * gdb.mi/mi-nonstop.exp: Likewise.
18805 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18806 * gdb.mi/mi-nsintrall.exp: Likewise.
18807 * gdb.mi/mi-nsmoribund.exp: Likewise.
18808 * gdb.mi/mi-nsthrexec.exp: Likewise.
18809 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18810 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18811 * gdb.python/py-evsignal.exp: Don't enable target-async.
18812 * gdb.python/py-evthreads.exp: Likewise.
18813 * gdb.python/py-prompt.exp: Likewise.
18814 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18815 * gdb.server/solib-list.exp: Don't enable target-async.
18816 * gdb.threads/thread-specific-bp.exp: Likewise.
18817 * lib/mi-support.exp: Adjust to use mi-async.
18818
18819 2014-05-29 Pedro Alves <palves@redhat.com>
18820
18821 PR gdb/13860
18822 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18823 reason, even in sync mode.
18824
18825 2014-05-29 Pedro Alves <palves@redhat.com>
18826 Hui Zhu <hui@codesourcery.com>
18827
18828 PR PR15693
18829 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18830 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18831 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18832 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18833
18834 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18835
18836 * config/monitor.exp (gdb_target_monitor): Replace use of
18837 "set remotebaud" by "set serial baud".
18838
18839 2014-05-26 Andy Wingo <wingo@igalia.com>
18840
18841 * gdb.guile/scm-breakpoint.exp:
18842 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18843 properties instead of gdb-object-properties.
18844
18845 2014-05-26 Yao Qi <yao@codesourcery.com>
18846
18847 * gdb.server/no-thread-db.exp: Specify source file name
18848 explicitly when setting a breakpoint.
18849
18850 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18851
18852 * gdb.btrace/vdso.c: New.
18853 * gdb.btrace/vdso.exp: New.
18854
18855 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18856
18857 * gdb.base/gcore.exp (capture_command_output): Move ...
18858 * lib/gdb.exp (capture_command_output): ... here.
18859
18860 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18861
18862 * gdb.btrace/data.exp: Test memory access during btrace replay.
18863
18864 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18865
18866 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18867
18868 2014-05-21 Pedro Alves <palves@redhat.com>
18869
18870 PR gdb/13860
18871 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18872 (top level): Test that output related to execution commands is
18873 sent to the console with CLI commands, but not with MI commands.
18874 Test that breakpoint events are always mirrored to the console.
18875 Also expect the new source line to be output after a "next" in
18876 async mode too. Make it a pass/fail test.
18877 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18878 output.
18879 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18880
18881 2014-05-21 Pedro Alves <palves@redhat.com>
18882
18883 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18884 Use them to test variations of "list" after reaching a breakpoint.
18885 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18886 Test "list" with listsize 10 after reaching a breakpoint.
18887 * gdb.python/python.exp (decode_line current location line
18888 number): Adjust expected line number.
18889
18890 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18891
18892 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18893 behavior for $args, pass it directly to "run".
18894
18895 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18896
18897 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18898 30000 to 65536.
18899
18900 2014-05-21 Pedro Alves <palves@redhat.com>
18901
18902 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18903 auto-connect-native-target off".
18904 * gdb.base/auto-connect-native-target.c: New file.
18905 * gdb.base/auto-connect-native-target.exp: New file.
18906
18907 2014-05-21 Pedro Alves <palves@redhat.com>
18908
18909 * gdb.base/default.exp: Test "target native" instead of "target
18910 child".
18911
18912 2014-05-21 Mark Wielaard <mjw@redhat.com>
18913
18914 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18915
18916 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18917
18918 Fix TLS access for -static -pthread.
18919 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18920 <HAVE_TLS> (thread_function, main): Initialize it.
18921 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18922 Add clean_restart.
18923 <$have_tls != "">: Check TLSVAR.
18924
18925 2014-05-21 Pedro Alves <palves@redhat.com>
18926
18927 * gdb.base/dcache-line-read-error.c: New.
18928 * gdb.base/dcache-line-read-error.exp: New.
18929
18930 2014-05-20 Pedro Alves <palves@redhat.com>
18931
18932 * gdb.base/compare-sections.c: New file.
18933 * gdb.base/compare-sections.exp: New file.
18934
18935 2014-05-20 Pedro Alves <palves@redhat.com>
18936
18937 * gdb.base/break-idempotent.c: New file.
18938 * gdb.base/break-idempotent.exp: New file.
18939
18940 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18941
18942 * gdb.btrace/nohist.exp: New.
18943
18944 2014-05-20 Yao Qi <yao@codesourcery.com>
18945
18946 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18947 gdb.reverse directory and gdb_reverse_timeout exists in board
18948 setting.
18949 * README: Document gdb_reverse_timeout.
18950
18951 2014-05-20 Yao Qi <yao@codesourcery.com>
18952
18953 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18954 'test_file_name'. Treat args as a string instead of a list.
18955 (gdb_init): Rename argument 'args' by 'test_file_name'.
18956
18957 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18958
18959 * gdb.arch/powerpc-power.exp: New file.
18960 * gdb.arch/powerpc-power.s: New file.
18961
18962 2014-05-16 Doug Evans <dje@google.com>
18963
18964 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
18965 * gdb.base/completion.exp: Check that all expected files exist
18966 before doing file completion.
18967
18968 2014-05-16 Doug Evans <dje@google.com>
18969
18970 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18971 Update.
18972 (do_syscall_tests_without_xml): Update.
18973
18974 2014-05-16 Pedro Alves <palves@redhat.com>
18975
18976 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18977 instead of "unknown output after running".
18978
18979 2014-05-16 Yao Qi <yao@codesourcery.com>
18980
18981 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18982 file1.txt from host at the end.
18983 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18984
18985 2014-05-15 Doug Evans <dje@google.com>
18986
18987 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18988 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18989 loading file. Add test for TU lookup.
18990
18991 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18992
18993 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18994 calling "-exec-arguments" or "set args" before running the
18995 inferior.
18996
18997 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18998
18999 * lib/mi-support.exp (mi_expect_stop): Expect message for
19000 inferiors that exit with non-zero exit code.
19001
19002 2014-05-14 Yao Qi <yao@codesourcery.com>
19003
19004 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19005 match absolute path on remote host.
19006 (test_file_list_exec_source_files): Remove "/" from the
19007 pattern.
19008
19009 2014-05-14 Yao Qi <yao@codesourcery.com>
19010
19011 * boards/local-remote-host-notty.exp (${board}_file): New
19012 proc.
19013
19014 2014-05-07 Kyle McMartin <kyle@redhat.com>
19015
19016 Pushed by Joel Brobecker <brobecker@adacore.com>.
19017 * gdb.arch/aarch64-atomic-inst.c: New file.
19018 * gdb.arch/aarch64-atomic-inst.exp: New file.
19019
19020 2014-05-07 Yao Qi <yao@codesourcery.com>
19021
19022 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19023 in current context" too.
19024
19025 2014-05-05 Keith Seitz <keiths@redhat.com>
19026
19027 * gdb.linespec/ls-dollar.exp: Add test for linespec
19028 file:convenience_variable.
19029
19030 2014-05-05 Yao Qi <yao@codesourcery.com>
19031
19032 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19033 traceframes into tfile and ctf trace files. Read data from
19034 trace file and test collected data.
19035 (gdb_collect_locals_test): Likewise.
19036 (gdb_unavailable_registers_test): Likewise.
19037 (gdb_unavailable_floats): Likewise.
19038 (gdb_collect_globals_test): Likewise.
19039 (top-level): Append "ctf" to trace_file_targets if GDB
19040 supports.
19041
19042 2014-05-05 Yao Qi <yao@codesourcery.com>
19043
19044 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19045 code to ...
19046 (gdb_collect_args_test_1): ... it. New proc.
19047 (gdb_collect_locals_test): Move some code to ...
19048 (gdb_collect_locals_test_1): ... it. New proc.
19049 (gdb_unavailable_registers_test): Move some code to ...
19050 (gdb_unavailable_registers_test_1): ... it. New proc.
19051 (gdb_unavailable_floats): Move some code to ...
19052 (gdb_unavailable_floats_1): ... it. New proc.
19053
19054 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19055
19056 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19057 probes to test for bitness recognition.
19058 * gdb.arch/amd64-stap-optional-prefix.exp
19059 (test_probe_value_without_reg): New procedure.
19060 Add code to test for different kinds of bitness.
19061
19062 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19063
19064 PR breakpoints/16889
19065 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19066 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19067
19068 2014-05-01 Pedro Alves <palves@redhat.com>
19069
19070 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19071 gdb_file_cmd if no file is specified.
19072 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19073 last_loaded_file to set the remote exec-file.
19074
19075 2014-05-01 Pedro Alves <palves@redhat.com>
19076
19077 * boards/local-remote-host.exp: New file.
19078
19079 2014-05-01 Pedro Alves <palves@redhat.com>
19080
19081 * boards/local-remote-host.exp: Rename to ...
19082 * boards/local-remote-host-notty.exp: ... this.
19083
19084 2014-04-28 Joel Brobecker <brobecker@adacore.com>
19085
19086 * gdb.ada/dyn_arrayidx: New testcase.
19087
19088 2014-04-26 Yao Qi <yao@codesourcery.com>
19089
19090 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19091 and compute the length of function main. Save it in
19092 $main_length.
19093 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19094 (top-level): Use gdb_compile to compile objects into
19095 executable and restart GDB. Remove invocation to
19096 prepare_for_testing.
19097
19098 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19099 Pedro Alves <palves@redhat.com>
19100
19101 PR server/16255
19102 * gdb.multi/multi-attach.c: New file.
19103 * gdb.multi/multi-attach.exp: New file.
19104
19105 2014-04-25 Pedro Alves <palves@redhat.com>
19106
19107 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19108 user.
19109 (top level): Test that "set remote conditional-breakpoints-packet
19110 off" works as intended.
19111 * gdb.base/dprintf.exp: Test that "set remote
19112 breakpoint-commands-packet off" works as intended.
19113 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19114 New function.
19115 (top level): Call it.
19116 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19117 remote fast-tracepoints-packet off" works as intended.
19118 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19119 * lib/gdb.exp (gdb_is_target_remote): ... here.
19120
19121 2014-04-24 David Blaikie <dblaikie@gmail.com>
19122
19123 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19124 ensure clang would not discard them.
19125 * gdb.base/gdbvars.c: Ditto.
19126 * gdb.base/memattr.c: Ditto.
19127 * gdb.base/whatis.c: Ditto.
19128 * gdb.python/py-prettyprint.c: Ditto.
19129 * gdb.trace/actions.c: Ditto.
19130 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19131 ensure clang would not discard it.
19132
19133 2014-04-24 David Blaikie <dblaikie@gmail.com>
19134
19135 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19136 clang to emit the full definition of type required by the test
19137 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19138
19139 2014-04-24 David Blaikie <dblaikie@gmail.com>
19140
19141 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19142 coax Clang into emitting the definition of the type.
19143 * gdb.cp/pr10728-x.h (y): Ditto.
19144 * gdb.cp/pr10728-y.cc (y): Ditto.
19145
19146 2014-04-24 David Blaikie <dblaikie@gmail.com>
19147
19148 * gdb.base/label.exp: XFAIL label related tests under Clang.
19149 * gdb.cp/cplabel.exp: Ditto.
19150 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19151 under Clang those using labels.
19152
19153 2014-04-25 Yao Qi <yao@codesourcery.com>
19154
19155 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19156 double_label.
19157 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19158 partial_label and double_label.
19159
19160 2014-04-24 David Blaikie <dblaikie@gmail.com>
19161
19162 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19163
19164 2014-04-24 David Blaikie <dblaikie@gmail.com>
19165
19166 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19167 of the function to work across GCC and Clang.
19168 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19169 pointer types (const void ** const V void **).
19170
19171 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
19172 Walfred Tedeschi <walfred.tedeschi@intel.com>
19173
19174 * Makefile.in (EXECUTABLES): Added i386-avx512.
19175 * gdb.arch/i386-avx512.c: New file.
19176 * gdb.arch/i386-avx512.exp: Likewise.
19177
19178 2014-04-23 Keith Seitz <keiths@redhat.com>
19179
19180 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19181 (mi_make_breakpoint_table): New procedure.
19182 (mi_create_breakpoint): Use mi_make_breakpoint
19183 and return the result.
19184 (mi_make_breakpoint): New procedure.
19185 (mi_build_kv_pairs): New procedure.
19186
19187 * gdb.mi/mi-break.exp: Remove unused globals,
19188 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19189 All callers updated.
19190 * gdb.mi/mi-dprintf.exp: Use variable to track command
19191 number.
19192 Update all callers of mi_create_breakpoint and use
19193 mi_make_breakpoint_table.
19194 Remove any unused global variables.
19195 * gdb.mi/mi-nonstop.exp: Likewise.
19196 * gdb.mi/mi-nsintrall.exp: Likewise.
19197 * gdb.mi/mi-nsmoribund.exp: Likewise.
19198 * gdb.mi/mi-nsthrexec.exp: Likewise.
19199 * gdb.mi/mi-reverse.exp: Likewise.
19200 * gdb.mi/mi-simplerun.exp: Likewise.
19201 * gdb.mi/mi-stepn.exp: Likewise.
19202 * gdb.mi/mi-syn-frame.exp: Likewise.
19203 * gdb.mi/mi-until.exp: Likewise.
19204 * gdb.mi/mi-var-cp.exp: Likewise.
19205 * gdb.mi/mi-var-display.exp: Likewise.
19206 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19207 * gdb.mi/mi2-var-child.exp: Likewise.
19208 * gdb.mi/mi-vla-c99.exp: Likewise.
19209 * lib/mi-support.exp: Likewise.
19210
19211 From Ian Lance Taylor <iant@cygnus.com>:
19212 * lib/gdb.exp (parse_args): New procedure.
19213
19214 2014-04-23 Pedro Alves <palves@redhat.com>
19215
19216 * gdb.base/break-unload-file.c: New file.
19217 * gdb.base/break-unload-file.exp: New file.
19218 * gdb.base/sym-file-lib.c (baz): New function.
19219 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19220 field.
19221 (load): Store the segment's mapped size.
19222 (unload): New function.
19223 (unload_shlib): New function.
19224 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19225 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19226 set a breakpoint at baz, and call it.
19227 * gdb.base/sym-file.exp: New tests for stale breakpoint
19228 instructions.
19229
19230 2014-04-23 Pedro Alves <palves@redhat.com>
19231
19232 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19233 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19234 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19235 * gdb.base/hbreak-unmapped.c: New file.
19236 * gdb.base/hbreak-unmapped.exp: New file.
19237 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19238 * lib/gdb.exp (gdb_is_target_remote): ... here.
19239
19240 2014-04-22 Pedro Alves <palves@redhat.com>
19241
19242 * gdb.base/consecutive-step-over.c: New file.
19243 * gdb.base/consecutive-step-over.exp: New file.
19244
19245 2014-04-22 Pedro Alves <palves@redhat.com>
19246
19247 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19248 instead of send_gdb/gdb_expect.
19249
19250 2014-04-22 Yao Qi <yao@codesourcery.com>
19251
19252 * lib/trace-support.exp (generate_tracefile): New procedure.
19253 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19254 return 0.
19255 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19256 if generate_tracefile returns 1.
19257
19258 2014-04-18 Tom Tromey <palves@redhat.com>
19259 Pedro alves <tromey@redhat.com>
19260
19261 PR backtrace/15558
19262 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19263 with a backtrace limit.
19264 * gdb.python/py-frame-inline.exp: Test running to an inline
19265 function with a backtrace limit, and printing the newest frame.
19266 * gdb.python/py-frame-inline.c (main): Call f.
19267
19268 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19269
19270 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19271
19272 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19273
19274 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19275 Drop prefix from unsupported source file path.
19276
19277 2014-04-17 Yao Qi <yao@codesourcery.com>
19278
19279 * lib/gdb.exp (with_target_charset): New proc.
19280 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19281 with_target_charset.
19282 (test_print_strings): Likewise.
19283 (test_repeat_bytes): Likewise.
19284 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19285 for some tests.
19286
19287 2014-04-16 Keith Seitz <keiths@redhat.com>
19288
19289 PR gdb/15827
19290 * gdb.dwarf2/corrupt.c: New file.
19291 * gdb.dwarf2/corrupt.exp: New file.
19292
19293 2014-04-16 Keith Seitz <keiths@redhat.com>
19294
19295 PR c++/16597
19296 * gdb.cp/namelessclass.cc: New file.
19297 * gdb.cp/namelessclass.exp: New file.
19298 * gdb.cp/namelessclass.S: New file.
19299
19300 2014-04-16 Doug Evans <dje@google.com>
19301
19302 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19303 Add comment.
19304 (gdbserver_default_get_comm_port): New function.
19305 (gdbserver_start): Check if board file provided
19306 "gdbserver,get_comm_port" and use it if so.
19307 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19308 (gdb,socketport): Set to "stdio".
19309 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19310 (stdio_gdbserver_template): Delete.
19311 (${board}_get_remote_address): Update.
19312 (${board}_build_remote_cmd): Delete.
19313 (${board}_get_comm_port): New function.
19314 (${board}_spawn): Update.
19315 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19316 Delete.
19317 (${board}_get_remote_address): Update.
19318 (${board}_get_comm_port): New function.
19319
19320 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
19321
19322 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19323 appearing in any order.
19324
19325 2014-04-15 Doug Evans <dje@google.com>
19326
19327 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19328 uninitialized value of "description".
19329
19330 2014-04-15 Keith Seitz <keiths@redhat.com>
19331
19332 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19333 Remove unused globals.
19334 (test_running_the_program): Likewise.
19335 (test_controlled_execution): Likewise.
19336 (test_controlling_breakpoints): Likewise.
19337 (test_program_termination): Likewise.
19338
19339 2014-04-15 Keith Seitz <keiths@redhat.com>
19340
19341 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19342 unused globals.
19343 (test_rbreak_creation_and_listing): Likewise.
19344 (test_ignore_count): Likewise.
19345 (test_error): Likewise.
19346
19347 2014-04-15 Pedro Alves <palves@redhat.com>
19348
19349 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19350 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19351 sym-file-loader.c.
19352 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19353 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19354 to sym-file-loader.c.
19355 (struct library): Forward declare.
19356 (load_shlib, lookup_function): Change prototypes.
19357 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19358 (translate_offset): Remove declarations.
19359 (get_text_addr): New declaration.
19360 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19361 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19362 sym-file-loader.h.
19363 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19364 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19365 here from sym-file-loader.h.
19366 (struct library): New structure.
19367 (load_shlib, lookup_function): Change prototypes and adjust to
19368 work with a struct library.
19369 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19370 (translate_offset): Make static.
19371 (get_text_addr): New function.
19372 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19373
19374 2014-04-15 Pedro Alves <palves@redhat.com>
19375
19376 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19377
19378 2014-04-15 Pedro Alves <palves@redhat.com>
19379
19380 * gdb.base/sym-file-loader.c: Include <limits.h>.
19381 (SELF_LINK): New define.
19382 (get_origin): New function.
19383 (load_shlib): Use it.
19384 * gdb.base/sym-file.exp: Don't early return if the target is
19385 remote. Use runto_main, and issue fail is that fails. Use
19386 gdb_load_shlibs.
19387 (shlib_name): Delete.
19388 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19389
19390 2014-04-15 Pedro Alves <palves@redhat.com>
19391
19392 * gdb.base/sym-file.exp: Remove regex characters from test
19393 message. Don't refer to breakpoint numbers in test messages.
19394
19395 2014-04-14 Keith Seitz <keiths@redhat.com>
19396
19397 PR c++/16253
19398 * gdb.cp/var-tag.cc: New file.
19399 * gdb.cp/var-tag.exp: New file.
19400 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19401 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19402 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19403 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19404
19405 2014-04-14 Tom Tromey <tromey@redhat.com>
19406
19407 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19408 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19409 type.
19410 * gdb.cp/enum-class.exp: New file.
19411 * gdb.cp/enum-class.cc: New file.
19412
19413 2014-04-14 Tom Tromey <tromey@redhat.com>
19414
19415 * gdb.dwarf2/enum-type.exp: New file.
19416
19417 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19418
19419 * gdb.mi/mi-vla-c99.exp: New file.
19420 * gdb.mi/vla.c: New file.
19421
19422 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19423
19424 * gdb.base/vla-datatypes.c: New file.
19425 * gdb.base/vla-datatypes.exp: New file.
19426
19427 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19428
19429 * gdb.base/vla-ptr.c: New file.
19430 * gdb.base/vla-ptr.exp: New file.
19431
19432 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19433
19434 * gdb.dwarf2/count.exp: New file.
19435
19436 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19437
19438 * gdb.base/vla-sideeffect.c: New file.
19439 * gdb.base/vla-sideeffect.exp: New file.
19440
19441 2014-04-14 David Blaikie <dblaikie@gmail.com>
19442
19443 * gdb.mi/non-stop.c: Add return value for non-void function return
19444 statement.
19445 * gdb.threads/staticthreads.c: Ditto.
19446
19447 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19448 Doug Evans <xdje42@gmail.com>
19449
19450 * gdb.guile/scm-value.c: Improve test case.
19451 * gdb.guile/scm-value.exp: Add new test.
19452
19453 2014-04-11 David Blaikie <dblaikie@gmail.com>
19454
19455 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19456 override Clang's default.
19457
19458 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19459
19460 Revert the following changes (regressions):
19461
19462 * gdb.base/vla-sideeffect.c: New file.
19463 * gdb.base/vla-sideeffect.exp: New file.
19464
19465 * gdb.dwarf2/count.exp: New file.
19466
19467 * gdb.base/vla-multi.c: New file.
19468 * gdb.base/vla-multi.exp: New file.
19469
19470 * gdb.base/vla-ptr.c: New file.
19471 * gdb.base/vla-ptr.exp: New file.
19472
19473 * gdb.base/vla-datatypes.c: New file.
19474 * gdb.base/vla-datatypes.exp: New file.
19475
19476 * gdb.mi/mi-vla-c99.exp: New file.
19477 * gdb.mi/vla.c: New file.
19478
19479 2014-04-11 Keith Seitz <keiths@redhat.com>
19480
19481 PR c++/16675
19482 * gdb.cp/cpsizeof.exp: New file.
19483 * gdb.cp/cpsizeof.cc: New file.
19484
19485 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19486
19487 * gdb.mi/mi-vla-c99.exp: New file.
19488 * gdb.mi/vla.c: New file.
19489
19490 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19491
19492 * gdb.base/vla-datatypes.c: New file.
19493 * gdb.base/vla-datatypes.exp: New file.
19494
19495 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19496
19497 * gdb.base/vla-ptr.c: New file.
19498 * gdb.base/vla-ptr.exp: New file.
19499
19500 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19501
19502 * gdb.base/vla-multi.c: New file.
19503 * gdb.base/vla-multi.exp: New file.
19504
19505 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19506
19507 * gdb.dwarf2/count.exp: New file.
19508
19509 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19510
19511 * gdb.base/vla-sideeffect.c: New file.
19512 * gdb.base/vla-sideeffect.exp: New file.
19513
19514 2014-04-11 Yao Qi <yao@codesourcery.com>
19515
19516 * gdb.base/completion.exp: Check file exists before running tests
19517 on file completion.
19518
19519 2014-04-10 Pedro Alves <palves@redhat.com>
19520
19521 * gdb.base/cond-eval-mode.c: New file.
19522 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19523 prepare_for_testing to build the new file. Check result of
19524 runto_main.
19525 (test_break, test_watch): New procedures.
19526 (top level): Use them.
19527
19528 2014-04-08 Pierre Muller <muller@sourceware.org>
19529
19530 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19531 Ctrl-V use for mingw hosts.
19532
19533 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19534
19535 * gdb.python/py-value.c: Improve test case.
19536 * gdb.python/py-value.exp: Add new test.
19537
19538 2014-04-07 David Blaikie <dblaikie@gmail.com>
19539
19540 * lib/compiler.c: Identify the clang compiler.
19541 * lib/compiler.cc: Ditto.
19542
19543 2014-04-03 Yao Qi <yao@codesourcery.com>
19544
19545 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19546
19547 2014-04-01 Anton Blanchard <anton@samba.org>
19548
19549 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19550 messages unique.
19551
19552 2014-04-01 Anton Blanchard <anton@samba.org>
19553
19554 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19555 prepare_for_testing.
19556
19557 2014-04-01 Anton Blanchard <anton@samba.org>
19558
19559 * gdb.arch/ppc64-atomic-inst.c: Remove.
19560 * gdb.arch/ppc64-atomic-inst.S: New file.
19561 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19562
19563 2014-03-31 Doug Evans <dje@google.com>
19564
19565 * gdb.base/print-symbol-loading-lib.c: New file.
19566 * gdb.base/print-symbol-loading-main.c: New file.
19567 * gdb.base/print-symbol-loading.exp: New file.
19568
19569 2014-03-31 Yao Qi <yao@codesourcery.com>
19570
19571 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19572
19573 2014-03-28 Joel Brobecker <brobecker@adacore.com>
19574
19575 * gdb.ada/mi_dyn_arr: New testcase.
19576
19577 2014-03-27 Doug Evans <dje@google.com>
19578
19579 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19580
19581 2014-03-27 Yao Qi <yao@codesourcery.com>
19582
19583 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19584 if target is nios2-*-*.
19585
19586 2014-03-26 Yao Qi <yao@codesourcery.com>
19587
19588 * lib/gdb.exp (readline_is_used): New proc.
19589 * gdb.base/completion.exp: Move tests on command complete up.
19590 Skip the rest of tests if readline is not used.
19591 * gdb.ada/complete.exp: Skp the test if readline is not
19592 used.
19593 * gdb.base/filesym.exp: Likewise.
19594 * gdb.base/macscp.exp: Likewise.
19595 * gdb.base/readline-ask.exp: Likewise.
19596 * gdb.base/readline.exp: Likewise.
19597 * gdb.python/py-cmd.exp: Likewise.
19598 * gdb.trace/tfile.exp: Likewise.
19599
19600 2014-03-26 Yao Qi <yao@codesourcery.com>
19601
19602 * gdb.base/macscp.exp: Fix code format issues.
19603
19604 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19605
19606 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19607 * gdb.asm/powerpc64le.inc: New file.
19608
19609 2014-03-25 Pedro Alves <palves@redhat.com>
19610 Doug Evans <dje@google.com>
19611
19612 * gdb.base/source-execution.c: New file.
19613 * gdb.base/source-execution.exp: New file.
19614 * gdb.base/source-execution.gdb: New file.
19615
19616 2014-03-24 Doug Evans <dje@google.com>
19617
19618 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19619 using fission.
19620
19621 2014-03-24 Hui Zhu <hui@codesourcery.com>
19622 Pedro Alves <palves@redhat.com>
19623
19624 PR breakpoints/16101
19625 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19626 test pass/fail messages. Detect missing support for dprintf when
19627 breakpoints are actually inserted.
19628 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19629 breakpoints are actually inserted.
19630 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19631 fails.
19632
19633 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19634
19635 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19636
19637 2014-03-22 Doug Evans <xdje42@gmail.com>
19638
19639 * gdb.python/python.exp (python not supported): Verify multi-line
19640 python command issues an error.
19641 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19642 guile command issues an error.
19643
19644 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19645
19646 * gdb.threads/thread-specific.exp: Handle the lack of usable
19647 $this_breakpoint and $this_thread.
19648
19649 2014-03-21 Hui Zhu <hui@codesourcery.com>
19650
19651 * gdb.base/attach.exp (do_command_attach_tests): New.
19652
19653 2014-03-20 Tom Tromey <tromey@redhat.com>
19654 Pedro Alves <palves@redhat.com>
19655
19656 PR cli/15718
19657 * gdb.base/condbreak-call-false.c: New file.
19658 * gdb.base/condbreak-call-false.exp: New file.
19659
19660 2014-03-20 Pedro Alves <palves@redhat.com>
19661
19662 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19663 Delete.
19664 (block_signals, unblock_signals): Delete.
19665 (child_function_2, main): Remove references to deleted variable
19666 and functions.
19667
19668 2014-03-20 Pedro Alves <palves@redhat.com>
19669
19670 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19671 Use pthread_kill to signal thread 2.
19672 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19673 Adjust to make the test send itself a signal rather than using the
19674 host's "kill" command.
19675
19676 2014-03-20 Pedro Alves <palves@redhat.com>
19677
19678 * gdb.threads/multiple-step-overs.c: New file.
19679 * gdb.threads/multiple-step-overs.exp: New file.
19680 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19681 Adjust expected infrun debug output.
19682
19683 2014-03-20 Pedro Alves <palves@redhat.com>
19684
19685 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19686 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19687
19688 2014-03-20 Pedro Alves <palves@redhat.com>
19689
19690 PR breakpoints/7143
19691 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19692 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19693 of gdb_test_multiple.
19694 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19695 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19696
19697 2014-03-20 Pedro Alves <palves@redhat.com>
19698
19699 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19700 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19701
19702 2014-03-19 Pedro Alves <palves@redhat.com>
19703
19704 * gdb.base/async.exp: Remove early return.
19705
19706 2014-03-19 Pedro Alves <palves@redhat.com>
19707
19708 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19709
19710 2014-03-19 Pedro Alves <palves@redhat.com>
19711
19712 * gdb.base/async.exp (test_background): Expect \r\n after
19713 "completed." in the fail pattern.
19714
19715 2014-03-19 Pedro Alves <palves@redhat.com>
19716
19717 * gdb.base/async.exp (test_background): New procedure.
19718 Use it for all background execution command tests.
19719
19720 2014-03-19 Pedro Alves <palves@redhat.com>
19721
19722 * gdb.base/async.exp: Use prepare_for_testing.
19723
19724 2014-03-19 Pedro Alves <palves@redhat.com>
19725
19726 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19727 the same line.
19728
19729 2014-03-19 Pedro Alves <palves@redhat.com>
19730
19731 * gdb.base/async.c (main): Add "jump here" and "until here" line
19732 marker comments.
19733 * gdb.base/async.exp (jump_here): New global.
19734 (jump& test): Use it.
19735 (until_here): New global.
19736 (until& test): Use it.
19737
19738 2014-03-19 Pedro Alves <palves@redhat.com>
19739
19740 * gdb.base/async.exp: Don't frob gdb_protocol.
19741
19742 2014-03-18 Doug Evans <xdje42@gmail.com>
19743
19744 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19745 Fix spelling of exec-done-display.
19746
19747 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19748
19749 PR gdb/15358
19750 * gdb.base/gdb-sigterm.c: New file.
19751 * gdb.base/gdb-sigterm.exp: New file.
19752
19753 2014-03-18 Pedro Alves <palves@redhat.com>
19754
19755 PR gdb/13860
19756 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19757 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19758 solib-event.
19759
19760 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19761
19762 * gdb.ada/pckd_arr_ren: New testcase.
19763
19764 2014-03-13 Doug Evans <xdje42@gmail.com>
19765
19766 PR guile/16612
19767 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19768 collect after discarding symbols.
19769
19770 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19771 Doug Evans <xdje42@gmail.com>
19772
19773 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19774 to history survives a gc.
19775
19776 2014-03-13 Pedro Alves <palves@redhat.com>
19777
19778 * gdb.base/default.exp: Don't test "target procfs".
19779
19780 2014-03-13 Pedro Alves <palves@redhat.com>
19781
19782 * gdb.base/default.exp: Update "target child" and "target procfs"
19783 tests to not expect "Unix".
19784
19785 2014-03-12 Tom Tromey <tromey@redhat.com>
19786
19787 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19788 New procs. Add target-async tests.
19789 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19790 Add target-async tests.
19791
19792 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19793
19794 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19795 'func_start' and 'func_end' for the beginning and end of the
19796 function code, respectively.
19797 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19798 'func_end' instead of 'func' and 'main'.
19799
19800 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19801
19802 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19803 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19804 generate the debug info assembler source.
19805
19806 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19807
19808 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19809 * gdb.dwarf2/arr-subrange.exp: Likewise.
19810 * gdb.dwarf2/dwz.exp: Likewise.
19811 * gdb.dwarf2/method-ptr.exp: Likewise.
19812 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19813 * gdb.dwarf2/subrange.exp: Likewise.
19814 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19815 * gdb.dwarf2/implptrpiece.exp: Likewise.
19816 * gdb.dwarf2/nostaticblock.exp: Likewise.
19817
19818 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19819
19820 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19821 directory to absolute path name arguments.
19822
19823 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19824
19825 * gdb.ada/tagged_access: New testcase.
19826
19827 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19828
19829 * gdb.btrace/data.exp: Update expected output.
19830
19831 2014-03-06 Yao Qi <yao@codesourcery.com>
19832
19833 * gdb.trace/pr16508.exp: New file.
19834
19835 2014-03-05 Pedro Alves <palves@redhat.com>
19836
19837 PR gdb/16575
19838 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19839 procedure.
19840 (top level): Adjust to use it. Add tests that exercise breakpoint
19841 interaction with the code-cache.
19842
19843 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19844
19845 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19846 test for 'history-append!'.
19847
19848 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19849
19850 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19851 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19852 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19853 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19854 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19855 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19856
19857 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19858
19859 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19860 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19861 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19862
19863 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19864
19865 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19866
19867 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19868
19869 * gdb.dwarf2/arr-stride.c: New file.
19870 * gdb.dwarf2/arr-stride.exp: New file.
19871
19872 2014-02-26 Pedro Alves <palves@redhat.com>
19873
19874 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19875 that won't ever trigger. Make sure that GDB reports the correct
19876 breakpoint that caused the stop.
19877
19878 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19879
19880 PR gdb/16626
19881 * gdb.base/auto-load-script: New file.
19882 * gdb.base/auto-load.c: New file.
19883 * gdb.base/auto-load.exp: New file.
19884
19885 PR gdb/16626
19886 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19887
19888 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19889
19890 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19891 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19892
19893 2014-02-24 Doug Evans <dje@google.com>
19894
19895 * lib/gdb.exp (run_on_host): Log error output if program fails.
19896
19897 2014-02-21 Pedro Alves <palves@redhat.com>
19898
19899 * gdb.threads/step-after-sr-lock.c: Rename to ...
19900 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19901 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19902 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19903 ... this.
19904
19905 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19906
19907 PR tdep/16397
19908 * gdb.arch/amd64-stap-special-operands.exp: New file.
19909 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19910 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19911 * gdb.arch/amd64-stap-triplet.S: Likewise.
19912 * gdb.arch/amd64-stap-triplet.c: Likewise.
19913
19914 2014-02-20 Joel Brobecker <brobecker@adacore.com>
19915
19916 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19917 in .section pseudo-op.
19918
19919 2014-02-20 lin zuojian <manjian2006@gmail.com>
19920 Joel Brobecker <brobecker@adacore.com>
19921 Doug Evans <xdje42@gmail.com>
19922
19923 PR symtab/16581
19924 * gdb.dwarf2/dw2-icycle.S: New file.
19925 * gdb.dwarf2/dw2-icycle.c: New file.
19926 * gdb.dwarf2/dw2-icycle.exp: New file.
19927
19928 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19929
19930 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19931 operations on gdb.Value objects.
19932 * gdb.python/py-value-cc.exp: Add new test to test operations on
19933 gdb.Value objects.
19934
19935 2014-02-18 Doug Evans <dje@google.com>
19936
19937 * Makefile.in (TESTS): New variable.
19938 (expanded_tests, expanded_tests_or_none): New variables
19939 (check-single): Pass $(expanded_tests_or_none) to runtest.
19940 (check-parallel): Only run tests in $(TESTS) if non-empty.
19941 (check/no-matching-tests-found): New rule.
19942 * README: Document TESTS makefile variable.
19943
19944 2014-02-18 Doug Evans <dje@google.com>
19945
19946 * Makefile.in (check-parallel): rm -rf outputs temp.
19947
19948 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19949
19950 Fix "ERROR: no fileid for" in the testsuite.
19951 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19952
19953 2014-02-12 Doug Evans <dje@google.com>
19954
19955 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19956 (MISCELLANEOUS): New variable.
19957 (clean): rm -rf $(MISCELLANEOUS).
19958 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19959 dwp live in the same directory as symlinks, with each symlink pointed
19960 to a differently named file in a different directory.
19961
19962 2014-02-11 Doug Evans <dje@google.com>
19963
19964 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19965 of Tcl file commands.
19966
19967 2014-02-10 Mark Kettenis <kettenis@gnu.org>
19968
19969 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19970 "kill -SIGUSR1 -1".
19971
19972 2014-02-10 Joel Brobecker <brobecker@adacore.com>
19973
19974 * gdb.ada/tick_length_array_enum_idx: New testcase.
19975
19976 2014-02-10 Doug Evans <xdje42@gmail.com>
19977
19978 * configure.ac (AC_OUTPUT): Add gdb.guile.
19979 * configure: Regenerate.
19980 * lib/gdb-guile.exp: New file.
19981 * lib/gdb.exp (get_target_charset): New function.
19982 * gdb.base/help.exp: Update expected output from "apropos apropos".
19983 * gdb.guile/Makefile.in: New file.
19984 * gdb.guile/guile.exp: New file.
19985 * gdb.guile/scm-arch.c: New file.
19986 * gdb.guile/scm-arch.exp: New file.
19987 * gdb.guile/scm-block.c: New file.
19988 * gdb.guile/scm-block.exp: New file.
19989 * gdb.guile/scm-breakpoint.c: New file.
19990 * gdb.guile/scm-breakpoint.exp: New file.
19991 * gdb.guile/scm-disasm.c: New file.
19992 * gdb.guile/scm-disasm.exp: New file.
19993 * gdb.guile/scm-equal.c: New file.
19994 * gdb.guile/scm-equal.exp: New file.
19995 * gdb.guile/scm-error.exp: New file.
19996 * gdb.guile/scm-error.scm: New file.
19997 * gdb.guile/scm-frame-args.c: New file.
19998 * gdb.guile/scm-frame-args.exp: New file.
19999 * gdb.guile/scm-frame-args.scm: New file.
20000 * gdb.guile/scm-frame-inline.c: New file.
20001 * gdb.guile/scm-frame-inline.exp: New file.
20002 * gdb.guile/scm-frame.c: New file.
20003 * gdb.guile/scm-frame.exp: New file.
20004 * gdb.guile/scm-generics.exp: New file.
20005 * gdb.guile/scm-gsmob.exp: New file.
20006 * gdb.guile/scm-iterator.c: New file.
20007 * gdb.guile/scm-iterator.exp: New file.
20008 * gdb.guile/scm-math.c: New file.
20009 * gdb.guile/scm-math.exp: New file.
20010 * gdb.guile/scm-objfile-script-gdb.in: New file.
20011 * gdb.guile/scm-objfile-script.c: New file.
20012 * gdb.guile/scm-objfile-script.exp: New file.
20013 * gdb.guile/scm-objfile.c: New file.
20014 * gdb.guile/scm-objfile.exp: New file.
20015 * gdb.guile/scm-ports.exp: New file.
20016 * gdb.guile/scm-pretty-print.c: New file.
20017 * gdb.guile/scm-pretty-print.exp: New file.
20018 * gdb.guile/scm-pretty-print.scm: New file.
20019 * gdb.guile/scm-section-script.c: New file.
20020 * gdb.guile/scm-section-script.exp: New file.
20021 * gdb.guile/scm-section-script.scm: New file.
20022 * gdb.guile/scm-symbol.c: New file.
20023 * gdb.guile/scm-symbol.exp: New file.
20024 * gdb.guile/scm-symtab-2.c: New file.
20025 * gdb.guile/scm-symtab.c: New file.
20026 * gdb.guile/scm-symtab.exp: New file.
20027 * gdb.guile/scm-type.c: New file.
20028 * gdb.guile/scm-type.exp: New file.
20029 * gdb.guile/scm-value-cc.cc: New file.
20030 * gdb.guile/scm-value-cc.exp: New file.
20031 * gdb.guile/scm-value.c: New file.
20032 * gdb.guile/scm-value.exp: New file.
20033 * gdb.guile/source2.scm: New file.
20034 * gdb.guile/types-module.cc: New file.
20035 * gdb.guile/types-module.exp: New file.
20036
20037 2014-02-10 Yao Qi <yao@codesourcery.com>
20038
20039 PR testsuite/16543
20040 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20041 * configure: Regenerated.
20042 * Makefile.in: New file.
20043
20044 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20045
20046 * gdb.python/py-framefilter.exp: Fix typo.
20047
20048 2014-02-08 Yao Qi <yao@codesourcery.com>
20049
20050 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20051 that no =breakpoint-modified is emitted when breakpoints are
20052 modified through MI commands.
20053
20054 2014-02-07 Pedro Alves <pedro@codesourcery.com>
20055 Pedro Alves <palves@redhat.com>
20056
20057 * gdb.threads/step-after-sr-lock.c: New file.
20058 * gdb.threads/step-after-sr-lock.exp: New file.
20059
20060 2014-02-07 Pedro Alves <palves@redhat.com>
20061
20062 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20063
20064 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20065
20066 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20067 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20068
20069 2014-02-06 Doug Evans <xdje42@gmail.com>
20070
20071 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20072 output.
20073
20074 * gdb.gdb/python-interrupts.exp: New file.
20075
20076 2014-02-05 Yao Qi <yao@codesourcery.com>
20077
20078 * gdb.trace/report.exp (use_collected_data): Test the output
20079 of "info threads" and "info inferiors".
20080
20081 2014-02-05 Yao Qi <yao@codesourcery.com>
20082
20083 Revert this patch:
20084
20085 2013-05-24 Yao Qi <yao@codesourcery.com>
20086
20087 * gdb.trace/tfile.exp: Test inferior and thread.
20088
20089 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20090
20091 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20092 on a function.
20093 * gdb.base/step-bt.c: Call hello via function pointer to make
20094 sure its first instruction is executed on powerpc64le-linux.
20095
20096 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20097
20098 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20099
20100 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20101
20102 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20103 of the test patterns for use on little-endian systems.
20104
20105 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20106
20107 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20108 (decimal_vector): Fix for little-endian.
20109
20110 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20111
20112 * gdb.arch/sparc-sysstep.exp: New file.
20113 * gdb.arch/sparc-sysstep.c: Likewise.
20114
20115 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20116
20117 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20118
20119 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20120
20121 2014-01-23 Tom Tromey <tromey@redhat.com>
20122
20123 * gdb.ada/array_char_idx: New testcase.
20124
20125 2014-01-23 Tom Tromey <tromey@redhat.com>
20126
20127 PR python/16487:
20128 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20129 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20130 classes.
20131
20132 2014-01-23 Tom Tromey <tromey@redhat.com>
20133
20134 PR python/16491:
20135 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20136 string from an inferior frame.
20137 * gdb.python/py-framefilter-mi.exp: Update.
20138
20139 2014-01-22 Doug Evans <dje@google.com>
20140
20141 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20142
20143 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20144
20145 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20146
20147 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20148
20149 * gdb.trace/entry-values.exp: Remove excess space character from
20150 regex patterns. Handle s390 call instruction.
20151
20152 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20153
20154 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20155 define "*_start" label. Make "name" static.
20156 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20157 ${name} by references to ${name}_start.
20158
20159 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20160
20161 * gdb.base/info-macros.exp: Remove "debug" from the compile
20162 options.
20163
20164 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20165
20166 * gdb.dlang/demangle.exp: New file.
20167
20168 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20169
20170 * gdb.dlang/primitive-types.exp: New file.
20171
20172 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20173
20174 * configure.ac: Create gdb.dlang/Makefile.
20175 * configure: Regenerate.
20176 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20177 * gdb.dlang/Makefile.in: New file.
20178 * lib/d-support.exp: New file.
20179 * lib/gdb.exp (skip_d_tests): New proc.
20180
20181 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20182
20183 * gdb.btrace/delta.exp: Check reverse stepi.
20184 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20185 * gdb.btrace/finish.exp: New.
20186 * gdb.btrace/next.exp: New.
20187 * gdb.btrace/nexti.exp: New.
20188 * gdb.btrace/record_goto.c: Add comments.
20189 * gdb.btrace/step.exp: New.
20190 * gdb.btrace/stepi.exp: New.
20191 * gdb.btrace/multi-thread-step.c: New.
20192 * gdb.btrace/multi-thread-step.exp: New.
20193 * gdb.btrace/rn-dl-bind.c: New.
20194 * gdb.btrace/rn-dl-bind.exp: New.
20195 * gdb.btrace/data.c: New.
20196 * gdb.btrace/data.exp: New.
20197 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20198
20199 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20200
20201 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20202 * gdb.btrace/exception.exp: Update.
20203 * gdb.btrace/instruction_history.exp: Update.
20204 * gdb.btrace/record_goto.exp: Update.
20205 * gdb.btrace/tailcall.exp: Update.
20206 * gdb.btrace/unknown_functions.exp: Update.
20207 * gdb.btrace/delta.exp: New.
20208
20209 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20210
20211 * gdb.btrace/record_goto.exp: Add backtrace test.
20212 * gdb.btrace/tailcall.exp: Add backtrace test.
20213
20214 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20215
20216 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20217 * gdb.btrace/record_goto.c: New.
20218 * gdb.btrace/record_goto.exp: New.
20219 * gdb.btrace/x86-record_goto.S: New.
20220
20221 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20222
20223 * gdb.btrace/function_call_history.exp: Update tests.
20224 * gdb.btrace/instruction_history.exp: Update tests.
20225
20226 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20227
20228 * gdb.btrace/function_call_history.exp: Fix expected field
20229 order for "record function-call-history".
20230 Add new tests for "record function-call-history /c".
20231 * gdb.btrace/exception.cc: New.
20232 * gdb.btrace/exception.exp: New.
20233 * gdb.btrace/tailcall.exp: New.
20234 * gdb.btrace/x86-tailcall.S: New.
20235 * gdb.btrace/x86-tailcall.c: New.
20236 * gdb.btrace/unknown_functions.c: New.
20237 * gdb.btrace/unknown_functions.exp: New.
20238 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20239
20240 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20241
20242 * gdb.btrace/instruction_history.exp: Update.
20243 * gdb.btrace/function_call_history.exp: Update.
20244
20245 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20246
20247 * gdb.btrace/function_call_history.exp: Fix expected function
20248 trace.
20249 * gdb.btrace/instruction_history.exp: Initialize traced.
20250 Remove traced_functions.
20251
20252 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20253
20254 * gdb.btrace/function_call_history.exp: Update
20255 * gdb.btrace/instruction_history.exp: Update.
20256
20257 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20258
20259 * gdb.btrace/enable.exp: Update expected text.
20260
20261 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20262
20263 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20264 bytes.
20265
20266 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20267
20268 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20269
20270 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
20271
20272 * lib/gdb.exp (supports_process_record): Return true for
20273 arm*-linux*. (supports_reverse): Likewise.
20274
20275 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20276
20277 PR python/15464
20278 PR python/16113
20279 * gdb.python/py-type.c: Enhance test case.
20280 * gdb.python/py-value-cc.cc: Likewise
20281 * gdb.python/py-type.exp: Add new tests.
20282 * gdb.python/py-value-cc.exp: Likewise
20283
20284 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20285 Pedro Alves <palves@redhat.com>
20286
20287 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20288 Make "name" extern.
20289 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20290 references to ${name}_start by references to ${name}.
20291
20292 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20293
20294 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20295
20296 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20297
20298 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20299
20300 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20301 Pedro Alves <palves@redhat.com>
20302
20303 * gdb.mi/mi-info-os.exp: Connect to the target with
20304 mi_gdb_target_load.
20305
20306 2014-01-08 Pedro Alves <palves@redhat.com>
20307
20308 * gdb.threads/reconnect-signal.c: New file.
20309 * gdb.threads/reconnect-signal.exp: New file.
20310
20311 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20312
20313 * gdb.base/source-dir.exp: New file.
20314
20315 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20316
20317 * gdb.ada/mi_interface: New testcase.
20318
20319 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20320
20321 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20322 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20323 gdb.ada/pp-rec-component/pck.ads: New files.
20324
20325 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20326
20327 * gdb.python/py-pp-integral.c: New file.
20328 * gdb.python/py-pp-integral.py: New file.
20329 * gdb.python/py-pp-integral.exp: New file.
20330
20331 For older changes see ChangeLog-1993-2013.
20332 \f
20333 ;; Local Variables:
20334 ;; mode: change-log
20335 ;; left-margin: 8
20336 ;; fill-column: 74
20337 ;; version-control: never
20338 ;; End:
20339
20340 Copyright 2014-2020 Free Software Foundation, Inc.
20341 Copying and distribution of this file, with or without modification,
20342 are permitted provided the copyright notice and this notice are preserved.
This page took 0.45327 seconds and 3 git commands to generate.