8001ec1a6295acf1e7536643b316b484cf796826
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-06-29 Tom de Vries <tdevries@suse.de>
2
3 * lib/gdb.exp (unknown): Make test-case unresolved.
4
5 2020-06-29 Tom de Vries <tdevries@suse.de>
6
7 PR gdb/25475
8 * gdb.server/solib-list.exp: Verify that the symbol reload
9 confirmation question is asked.
10
11 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12
13 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
14 have a input seq nr in each pass message.
15 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
16 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
17 * gdb.python/python.exp: Make test names unique,
18 use gdb_test_multiline instead of gdb_py_test_multiple,
19 use $gdb_test_name.
20 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
21
22 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
23
24 * configure.ac: Add --enable-libctf.
25 * aclocal.m4: sinclude ../config/enable.m4.
26 * Makefile.in (site.exp): Add enable_libctf to site.exp.
27 * lib/gdb.exp (skip_ctf_tests): Use it.
28 * gdb.base/ctf-constvars.exp: Error message tweak.
29 * gdb.base/ctf-ptype.exp: Likewise.
30 * configure: Regenerate.
31
32 2020-06-26 Gary Benson <gbenson@redhat.com>
33
34 * gdb.cp/try_catch.cc: Include string.h.
35 (main): Replace comparison against string literal with
36 strcmp, avoiding build failure with -Wstring-compare.
37 Add "marker test-complete".
38 * gdb.cp/try_catch.exp: Run the test to the above marker,
39 then verify that the value of "test" is still true.
40
41 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
42
43 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
44
45 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
46
47 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
48
49 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
50
51 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
52 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
53 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
54 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
55 * gdb.arch/riscv-tdesc-loading.exp: New file.
56
57 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
58
59 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
60
61 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
62
63 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
64 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
65 * gdb.arch/riscv-tdesc-regs.c: New file.
66 * gdb.arch/riscv-tdesc-regs.exp: New file.
67
68 2020-06-24 Pedro Alves <palves@redhat.com>
69
70 * gdb.arch/amd64-entry-value-paramref.exp: Use
71 prepare_for_testing_full and don't pass "c++" for the .S file
72 build spec.
73 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
74 $options, since it's an assembly file. Remove -Wno-deprecated.
75 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
76 compiling C++ programs.
77
78 2020-06-24 Pedro Alves <palves@redhat.com>
79
80 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
81 Clang, add "-Wno-unknown-warning-option" to the options.
82
83 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
84
85 * gdb.xml/tdesc-reload.c: New file.
86 * gdb.xml/tdesc-reload.exp: New file.
87 * gdb.xml/maint-xml-dump-01.xml: New file.
88 * gdb.xml/maint-xml-dump-02.xml: New file.
89 * gdb.xml/maint-xml-dump.exp: New file.
90
91 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
92
93 * lib/completion-support.exp (test_gdb_completion_offers_commands):
94 Adjust for omitted commands when TUI is disabled.
95
96 2020-06-23 Gary Benson <gbenson@redhat.com>
97 Pedro Alves <palves@redhat.com>
98
99 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
100 * gdb.cp/nsimport.cc: Likewise.
101 * gdb.cp/nsnested.cc: Likewise.
102 * gdb.cp/nsnoimports.cc: Likewise.
103 * gdb.cp/nsusing.cc: Likewise.
104 * gdb.cp/smartp.cc: Likewise.
105 * gdb.python/py-pp-integral.c: Likewise.
106 * gdb.python/py-pp-re-notag.c: Likewise.
107
108 2020-06-23 Gary Benson <gbenson@redhat.com>
109
110 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
111 * gdb.cp/nsimport.cc: Likewise.
112 * gdb.cp/nsnested.cc: Likewise.
113 * gdb.cp/nsnoimports.cc: Likewise.
114 * gdb.cp/nsusing.cc: Likewise.
115 * gdb.cp/smartp.cc: Likewise.
116 * gdb.python/py-pp-integral.c: Likewise.
117 * gdb.python/py-pp-re-notag.c: Likewise.
118
119 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
120
121 * gdb.base/default-args.exp: New test.
122 * gdb.base/default-args.c: New file.
123 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
124 * gdb.base/default.exp: Update to new help text.
125 * gdb.base/help.exp: Likewise.
126 * gdb.base/page.exp: Likewise.
127 * gdb.base/style.exp: Likewise.
128 * gdb.guile/guile.exp: Likewise.
129 * gdb.python/python.exp: Likewise.
130
131 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
132
133 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
134 remote host. Fix search path syntax on Windows host.
135
136 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
137
138 * gdb.base/attach.exp: Test priority of 'exec-file' changed
139 over 'exec-file-mismatch'.
140 * gdb.base/attach.c: Mark should_exit volatile.
141 * gdb.base/attach2.c: Likewise. Add a comment explaining
142 why the sleep cannot be big.
143 * gdb.base/attach3.c: New file.
144
145 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
146
147 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
148 prefix optional.
149
150 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
151
152 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
153 for remote host.
154
155 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
156 Hafiz Abid Qadeer <abidh@codesourcery.com>
157
158 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
159 file sent to remote host.
160 (top level): Allow int32_t as type of 32-bit register.
161
162 2020-06-19 Tom de Vries <tdevries@suse.de>
163
164 * lib/gdb.exp (gdb_note): New proc.
165 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
166 (gdb_default_target_compile): ... here. Only call
167 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
168 (use_gdb_compile): Change to array.
169 (toplevel): Update sets of use_gdb_compile to specify language.
170 Warn about default_target_compile override. Store dejagnu's version
171 of default_target_compile in dejagnu_default_target_compile.
172
173 2020-06-18 Tom de Vries <tdevries@suse.de>
174
175 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
176 (default_gdb_init): ... here.
177
178 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
179
180 Fix TUI support checks in gdb.tui tests.
181
182 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
183 just say UNSUPPORTED.
184 * gdb.tui/corefile-run.exp: Likewise.
185 * gdb.tui/empty.exp: Likewise.
186 * gdb.tui/list-before.exp: Likewise.
187 * gdb.tui/list.exp: Likewise.
188 * gdb.tui/main.exp: Likewise.
189 * gdb.tui/regs.exp: Likewise.
190 * gdb.tui/resize.exp: Likewise.
191 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
192 * gdb.tui/tui-layout-asm.exp: Likewise.
193 * gdb.tui/tui-missing-src.exp: Likewise.
194 * gdb.tui/winheight.exp: Likewise.
195 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
196
197 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
198
199 Fix TCL error in gdb.python/py-format-string.exp.
200
201 * gdb.python/py-format-string.exp: Move test for python support
202 earlier, out of function body.
203
204 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
205
206 * gdb.base/index-cache-load-twice.c: New.
207 * gdb.base/index-cache-load-twice.exp: New.
208
209 2020-06-17 Keith Seitz <keiths@redhat.com>
210
211 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
212 when executing "gdb --configuration".
213
214 2020-06-17 Tom de Vries <tdevries@suse.de>
215
216 * lib/gdb.exp (gdb_tcl_unknown): New proc.
217 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
218 conditional on presence of gdb_tcl_unknown.
219 (gdb_finish): Make override undo conditional on presence of
220 gdb_tcl_unknown.
221
222 2020-06-16 Tom Tromey <tom@tromey.com>
223
224 * gdb.python/tui-window.py (failwin): New function. Register it
225 as a TUI window type.
226 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
227
228 2020-06-16 Gary Benson <gbenson@redhat.com>
229
230 * gdb.python/py-nested-maps.c (create_map): Add missing return
231 value.
232 (create_map_map): Likewise.
233
234 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
235
236 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
237 variable.
238 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
239 and use the already-defined 'options' variable.
240
241 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
242 Tom de Vries <tdevries@suse.de>
243
244 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
245 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
246 (gdb_setup_known_globals): New proc.
247 (gdb_cleanup_globals): New proc.
248 * lib/gdb.exp (load_lib): New override proc.
249 (gdb_stdin_log_init): Set var in_file as persistent global.
250 * lib/pascal.exp (gdb_stdin_log_init): Set vars
251 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
252 fpc_compiler as persistent global.
253
254 2020-06-12 Tom de Vries <tdevries@suse.de>
255
256 * lib/tuiterm.exp (spawn): Rename to ...
257 (tui_spawn): ... this.
258 (toplevel): Move rename of spawn ...
259 (gdb_init_tuiterm): ... here. New proc.
260 (gdb_finish_tuiterm): New proc.
261 * lib/gdb.exp (gdb_finish_hooks): New global var.
262 (gdb_finish): Handle gdb_finish_hooks.
263 (tuiterm_env): New proc.
264 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
265 tuiterm_env.
266 * gdb.tui/basic.exp: Same.
267 * gdb.tui/corefile-run.exp: Same.
268 * gdb.tui/empty.exp: Same.
269 * gdb.tui/list-before.exp: Same.
270 * gdb.tui/list.exp: Same.
271 * gdb.tui/main.exp: Same.
272 * gdb.tui/new-layout.exp: Same.
273 * gdb.tui/regs.exp: Same.
274 * gdb.tui/resize.exp: Same.
275 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
276 * gdb.tui/tui-layout-asm.exp: Same.
277 * gdb.tui/tui-missing-src.exp: Same.
278 * gdb.tui/winheight.exp: Same.
279
280 2020-06-12 Tom de Vries <tdevries@suse.de>
281
282 PR testsuite/26110
283 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
284 (gdb_finish): Reinstall dejagnu's override of ::unknown.
285
286 2020-06-11 Tom Tromey <tom@tromey.com>
287
288 PR gdb/18318:
289 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
290 floating point tests.
291
292 2020-06-11 Keith Seitz <keiths@redhat.com>
293
294 PR gdb/21356
295 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
296 vla_struct.
297 Add new struct vla_typedef and union vla_typedef_union and
298 corresponding instantiation objects.
299 Initialize new objects.
300 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
301 and vla_typedef_union_object.
302 Fixup type for vla_struct_object.
303
304 2020-06-11 Tom de Vries <tdevries@suse.de>
305
306 * lib/gdb.exp (with_override): New proc, factored out of ...
307 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
308
309 2020-06-10 Tom de Vries <tdevries@suse.de>
310
311 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
312
313 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
314
315 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
316 parameter, update callers.
317
318 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
319
320 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
321 * gdb.dwarf2/share-psymtabs-bt.c: New file.
322 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
323
324 2020-06-04 Tom de Vries <tdevries@suse.de>
325
326 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
327
328 2020-06-04 Tom de Vries <tdevries@suse.de>
329
330 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
331 exp_continue.
332
333 2020-06-04 Tom de Vries <tdevries@suse.de>
334
335 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
336
337 2020-06-03 Tom de Vries <tdevries@suse.de>
338
339 PR symtab/26046
340 * gdb.cp/breakpoint-locs-2.cc: New test.
341 * gdb.cp/breakpoint-locs.cc: New test.
342 * gdb.cp/breakpoint-locs.exp: New file.
343 * gdb.cp/breakpoint-locs.h: New test.
344
345 2020-06-03 Tom de Vries <tdevries@suse.de>
346
347 PR testsuite/25609
348 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
349 value of global verbose.
350 * gdb.base/jit-elf.exp: Same.
351 * gdb.base/jit-reader.exp: Same.
352
353 2020-06-02 Tom de Vries <tdevries@suse.de>
354
355 * gdb.dwarf2/multidictionary.exp: Don't use
356 gdb_spawn_with_cmdline_opts.
357
358 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
359
360 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
361 use_header case.
362 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
363 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
364 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
365 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
366 * gdb.dwarf2/dw2-inline-header.c: New file.
367 * gdb.dwarf2/dw2-inline-header.h: New file.
368
369 2020-05-30 Pedro Alves <palves@redhat.com>
370
371 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
372 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
373
374 2020-05-29 Gary Benson <gbenson@redhat.com>
375
376 * gdb.compile/compile-cplus.exp (additional_flags): Also
377 set when building with clang.
378 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
379 when building with clang.
380
381 2020-05-29 Gary Benson <gbenson@redhat.com>
382
383 * gdb.arch/i386-avx.exp (additional_flags): Also set when
384 building with clang.
385 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
386
387 2020-05-29 Gary Benson <gbenson@redhat.com>
388
389 * gdb.cp/koenig.exp (prepare_for_testing): Add
390 additional_flags=-Wno-unused-comparison.
391 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
392
393 2020-05-28 Gary Benson <gbenson@redhat.com>
394
395 * gdb.base/sigaltstack.c (catcher): Add default case to switch
396 statement.
397
398 2020-05-28 Gary Benson <gbenson@redhat.com>
399
400 * gdb.cp/classes.exp (prepare_for_testing): Add
401 additional_flags=-Wno-deprecated-register.
402 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
403 * gdb.cp/misc.exp: Likewise.
404
405 2020-05-28 Gary Benson <gbenson@redhat.com>
406
407 * gdb.linespec/cpls-ops.cc (dummy): New static global.
408 (test_op_new::operator new): Add return statement.
409 (test_op_new_array::operator new[]): Likewise.
410
411 2020-05-27 Pedro Alves <palves@redhat.com>
412
413 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
414 check. Use test_gdb_complete_unique instead of
415 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
416 test_gdb_complete_multiple instead of
417 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
418
419 2020-05-27 Luis Machado <luis.machado@linaro.org>
420
421 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
422 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
423 * gdb.arch/arm-disassembler-options.exp: Likewise.
424 * gdb.arch/arm-disp-step.exp: Likewise.
425 * gdb.arch/thumb-prologue.exp: Likewise.
426 * gdb.base/async.exp: Likewise.
427 * gdb.base/auxv.exp: Likewise.
428 * gdb.base/complex-parts.exp: Likewise.
429 * gdb.base/ena-dis-br.exp: Likewise.
430 * gdb.base/foll-exec.exp: Likewise.
431 * gdb.base/permissions.exp: Likewise.
432 * gdb.base/relocate.exp: Likewise.
433 * gdb.base/return2.exp: Likewise.
434 * gdb.base/sigbpt.exp: Likewise.
435 * gdb.base/siginfo-obj.exp: Likewise.
436 * gdb.cp/converts.exp: Likewise.
437 * gdb.cp/exceptprint.exp: Likewise.
438 * gdb.cp/inherit.exp: Likewise.
439 * gdb.cp/nsnoimports.exp: Likewise.
440 * gdb.cp/virtbase2.exp: Likewise.
441 * gdb.mi/mi-var-cmd.exp: Likewise.
442 * gdb.mi/var-cmd.c: Likewise.
443
444 2020-05-26 Tom Tromey <tromey@adacore.com>
445
446 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
447
448 2020-05-26 Tom Tromey <tromey@adacore.com>
449
450 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
451 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
452 type.
453 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
454 variable.
455
456 2020-05-26 Christian Biesinger <cbiesinger@google.com>
457
458 * Makefile.in: Use = instead of == for the test command
459 for portability.
460
461 2020-05-26 Tom de Vries <tdevries@suse.de>
462
463 * gdb.base/gold-gdb-index-2.c: New test.
464 * gdb.base/gold-gdb-index.c: New test.
465 * gdb.base/gold-gdb-index.exp: New file.
466 * gdb.base/gold-gdb-index.h: New test.
467
468 2020-05-25 Tom de Vries <tdevries@suse.de>
469
470 * boards/gold-gdb-index.exp: New file.
471
472 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
473
474 * boards/simavr.exp: New file.
475
476 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
477
478 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
479 * gdb.base/inferior-args.exp: New file.
480 * gdb.base/inferior-args.c: New file.
481
482 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
483
484 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
485 inferior_args. Pass it to gdb_reload.
486 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
487 inferior_args.
488 (gdb_reload): Add inferior_args argument.
489 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
490 pass it to gdbserver_run.
491 * boards/native-gdbserver.exp: Do not set noargs.
492 * boards/native-extended-gdbserver.exp (gdb_reload): Add
493 inferior_args argument.
494 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
495 * gdb.base/a2-run.exp: Check for use_gdb_stub.
496 * gdb.base/args.exp: Likewise.
497
498 2020-05-25 Tom de Vries <tdevries@suse.de>
499
500 * lib/gdb.exp (exec_is_pie): Add comment.
501
502 2020-05-25 Tom de Vries <tdevries@suse.de>
503
504 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
505 instead of $binfile in the untested message.
506
507 2020-05-25 Tom de Vries <tdevries@suse.de>
508
509 PR testsuite/26031
510 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
511
512 2020-05-25 Tom de Vries <tdevries@suse.de>
513
514 * boards/gold.exp: New file.
515
516 2020-05-23 Tom Tromey <tom@tromey.com>
517
518 * gdb.base/style.exp: Remove completion styling test.
519 * lib/gdb-utils.exp (style): Remove completion styles.
520
521 2020-05-23 Tom Tromey <tom@tromey.com>
522
523 * gdb.base/style.exp: Add completion styling test.
524 * lib/gdb-utils.exp (style): Add completion styles.
525
526 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
527
528 * gdb.base/annota1.exp: Update expected results.
529 * gdb.cp/annota2.exp: Update expected results, remove duplicate
530 test name.
531 * gdb.cp/annota3.exp: Update expected results.
532
533 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
534
535 PR gdb/26016
536 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
537 against MAP_FAILED.
538 * gdb.base/coremaker.c (mmapdata): Likewise.
539 * gdb.base/jit-reader-host.c (main): Likewise.
540 * gdb.base/sym-file-loader.c (load): Likewise.
541 (load_shlib): Likewise.
542
543 2020-05-20 Tom Tromey <tromey@adacore.com>
544
545 * gdb.ada/array_char_idx.exp: Recognize initialized array.
546
547 2020-05-20 Tom de Vries <tdevries@suse.de>
548
549 PR symtab/25833
550 * gdb.base/with-mf-inc.c: New test.
551 * gdb.base/with-mf-main.c: New test.
552 * gdb.base/with-mf.exp: New file.
553
554 2020-05-19 Tom Tromey <tromey@adacore.com>
555
556 * gdb.rust/simple.exp: Restore missing test result.
557
558 2020-05-19 Tom de Vries <tdevries@suse.de>
559
560 * gdb.base/gdb-caching-proc.exp: Fix typo.
561
562 2020-05-19 Tom Tromey <tromey@adacore.com>
563
564 * gdb.rust/simple.exp: Add some test descriptions.
565 (test_one_slice): Use with_test_prefix.
566
567 2020-05-18 Tom de Vries <tdevries@suse.de>
568
569 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
570
571 2020-05-17 Pedro Alves <palves@redhat.com>
572
573 PR gdb/25741
574 * gdb.base/hw-sw-break-same-address.exp: New file.
575
576 2020-05-16 Pedro Alves <palves@redhat.com>
577
578 * gdb.multi/multi-re-run.exp (test_re_run): Switch
579 LAST_LOADED_FILE accordingly.
580
581 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
582
583 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
584
585 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
586
587 * gdb.base/help.exp: Test apropos and help for commands
588 having aliases. Fixed comments not starting with an
589 upper-case letter or not finishing with a dot.
590
591 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
592
593 * gdb.base/alias.exp: Update help output check.
594
595 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
596
597 * gdb.base/default.exp: Update output following fixes.
598
599 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
600
601 * gdb.base/alias.exp: Test aliases starting with a prefix of
602 another alias.
603
604 2020-05-15 Gary Benson <gbenson@redhat.com>
605
606 * gdb.base/info-os.c (main): Add return statement.
607 * gdb.base/info_minsym.c (minsym_fun): Likewise.
608 * gdb.base/large-frame-2.c (func): Likewise.
609 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
610 * gdb.base/pr10179-b.c (foo2): Likewise.
611 * gdb.base/valgrind-disp-step.c (foo): Likewise.
612 * gdb.base/watch-cond.c (func): Likewise.
613 * gdb.multi/goodbye.c (verylongfun): Likewise.
614 * gdb.multi/hello.c (commonfun): Likewise.
615 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
616 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
617 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
618 Likewise.
619 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
620 * gdb.threads/interrupt-while-step-over.c (child_function):
621 Likewise.
622 * gdb.trace/actions-changed.c (end): Likewise.
623
624 2020-05-15 Gary Benson <gbenson@redhat.com>
625
626 * gdb.opencl/callfuncs.exp: Report when test skipped.
627 * gdb.opencl/convs_casts.exp: Likewise.
628 * gdb.opencl/datatypes.exp: Likewise.
629 * gdb.opencl/operators.exp: Likewise.
630 * gdb.opencl/vec_comps.exp: Likewise.
631
632 2020-05-15 Tom de Vries <tdevries@suse.de>
633
634 * gdb.base/align.exp.in: Rename to ...
635 * gdb.base/align.exp.tcl: ... this.
636 * gdb.base/align-c++.exp: Update.
637 * gdb.base/align-c.exp: Update.
638 * gdb.base/all-architectures.exp.in: Rename to ...
639 * gdb.base/all-architectures.exp: ... this.
640 * gdb.base/all-architectures-0.exp: Update.
641 * gdb.base/all-architectures-1.exp: Update.
642 * gdb.base/all-architectures-2.exp: Update.
643 * gdb.base/all-architectures-3.exp: Update.
644 * gdb.base/all-architectures-4.exp: Update.
645 * gdb.base/all-architectures-5.exp: Update.
646 * gdb.base/all-architectures-6.exp: Update.
647 * gdb.base/all-architectures-7.exp: Update.
648 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
649 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
650 * gdb.base/infcall-nested-structs-c++.exp: Update.
651 * gdb.base/infcall-nested-structs-c.exp: Update.
652 * gdb.base/info-types.exp.in: Rename to ...
653 * gdb.base/info-types.exp.tcl: ... this.
654 * gdb.base/info-types-c++.exp: Update.
655 * gdb.base/info-types-c.exp: Update.
656 * gdb.base/max-depth.exp.in: Rename to ...
657 * gdb.base/max-depth.exp.tcl: ... this.
658 * gdb.base/max-depth-c++.exp: Update.
659 * gdb.base/max-depth-c.exp: Update.
660 * gdb.cp/cpexprs.exp.in: Rename to ...
661 * gdb.cp/cpexprs.exp.tcl: ... this.
662 * gdb.cp/cpexprs-debug-types.exp: Update.
663 * gdb.cp/cpexprs.exp: Update.
664 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
665 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
666 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
667 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
668 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
669 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
670 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
671 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
672 * gdb.dwarf2/clang-debug-names-2.exp: Update.
673 * gdb.dwarf2/clang-debug-names.exp: Update.
674
675 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
676
677 * lib/check-test-names.exp: Remove code that prevents this file
678 loading when tests are run in parallel.
679
680 2020-05-15 Pedro Alves <palves@redhat.com>
681
682 * gdb.multi/multi-kill.exp (start_inferior): Remove
683 'testpid' parameter. Refer to namespace variable directly.
684 (testpid): Declare as namespace variable.
685
686 2020-05-15 Pedro Alves <palves@redhat.com>
687
688 * gdb.multi/multi-kill.exp: Wrap in namespace.
689 (start_inferior): Add TESTPID parameter. Use it instead of the
690 testpid global.
691 (top level): Define empty TESTPID array, and pass it down to
692 start_inferior.
693
694 2020-05-14 Tom de Vries <tdevries@suse.de>
695
696 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
697 output.
698
699 2020-05-14 Tom de Vries <tdevries@suse.de>
700
701 * gdb.base/align.exp: Split into ...
702 * gdb.base/align.exp.in: ...
703 * gdb.base/align-c++.exp: ...
704 * gdb.base/align-c.exp: ... these.
705 * gdb.base/infcall-nested-structs.exp: Split into ...
706 * gdb.base/infcall-nested-structs.exp.in: ...
707 * gdb.base/infcall-nested-structs-c++.exp: ...
708 * gdb.base/infcall-nested-structs-c.exp: ... these.
709 * gdb.base/info-types.exp: Split into ...
710 * gdb.base/info-types.exp.in: ...
711 * gdb.base/info-types-c++.exp: ...
712 * gdb.base/info-types-c.exp: ... these.
713 * gdb.base/max-depth.exp: Split into ...
714 * gdb.base/max-depth.exp.in: ...
715 * gdb.base/max-depth-c++.exp: ...
716 * gdb.base/max-depth-c.exp: ... these.
717 * gdb.cp/infcall-nodebug.exp: Split into ...
718 * gdb.cp/infcall-nodebug.exp.in: ...
719 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
720 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
721 * gdb.cp/infcall-nodebug-c-d0.exp: ...
722 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
723
724 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
725 Pedro Alves <palves@redhat.com>
726
727 * gdb.multi/multi-exit.c: New file.
728 * gdb.multi/multi-exit.exp: New file.
729 * gdb.multi/multi-kill.c: New file.
730 * gdb.multi/multi-kill.exp: New file.
731
732 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
733
734 * gdb.base/annota1.exp: Update the expected output.
735 * gdb.cp/annota2.exp: Ditto.
736
737 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
738
739 * lib/check-test-names.exp: Disable when testing is being run in
740 parallel.
741
742 2020-05-12 Tom de Vries <tdevries@suse.de>
743
744 * gdb.base/jit-elf.exp: Fix string concat.
745
746 2020-05-12 Tom de Vries <tdevries@suse.de>
747
748 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
749 messages.
750
751 2020-05-12 Tom de Vries <tdevries@suse.de>
752
753 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
754
755 2020-05-12 Tom de Vries <tdevries@suse.de>
756
757 * gdb.ada/catch_ex.exp: Use with_test_prefix.
758 * gdb.ada/mi_catch_ex.exp: Same.
759 * gdb.ada/mi_catch_ex_hand.exp: Same.
760
761 2020-05-12 Tom de Vries <tdevries@suse.de>
762
763 * gdb.fortran/complex.exp: Use with_test_prefix.
764
765 2020-05-12 Tom de Vries <tdevries@suse.de>
766
767 * gdb.trace/passcount.exp: Fix test-names.
768
769 2020-05-12 Tom de Vries <tdevries@suse.de>
770
771 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
772
773 2020-05-12 Tom de Vries <tdevries@suse.de>
774
775 * gdb.gdb/complaints.exp: Use with_test_prefix.
776 * gdb.xml/tdesc-regs.exp: Same.
777 * gdb.opt/inline-locals.exp: Fix test name.
778
779 2020-05-12 Tom de Vries <tdevries@suse.de>
780
781 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
782 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
783 * gdb.dwarf2/implref-struct.exp: Same.
784 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
785 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
786
787 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
788
789 * gdb.base/jit-so.exp (one_jit_test): Change test name.
790
791 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
792
793 * lib/check-test-names.exp (all_test_names): New module variable.
794 (counts): Add 'duplicates' field.
795 (_check_duplicates): New procedure.
796 (check): Also check for duplicates.
797 (do_log_summary): Print duplicates count.
798 (do_reset_vars): Reset counter for duplicate test names, and
799 discard all know test names.
800
801 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
802
803 * lib/gdb.exp: Include check-test-names.exp library.
804 * lib/check-test-names.exp: New file.
805
806 2020-05-11 Tom de Vries <tdevries@suse.de>
807
808 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
809
810 2020-05-11 Keith Seitz <keiths@redhat.com>
811
812 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
813
814 2020-05-11 Tom de Vries <tdevries@suse.de>
815
816 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
817 * gdb.cp/cpexprs.exp.in: .. here.
818 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
819 cpexprs.exp.
820
821 2020-05-11 Keith Seitz <keiths@redhat.com>
822
823 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
824 test names.
825 * gdb.ada/arrayptr.exp: Likewise.
826 * gdb.ada/assign_arr.exp: Likewise.
827 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
828 * gdb.ada/bp_on_var.exp: Likewise.
829 * gdb.ada/call_pn.exp: Likewise.
830 * gdb.ada/complete.exp: Likewise.
831 * gdb.ada/fun_overload_menu.exp: Likewise.
832 * gdb.ada/funcall_param.exp: Likewise.
833 * gdb.ada/funcall_ref.exp: Likewise.
834 * gdb.ada/packed_array_assign.exp: Likewise.
835 * gdb.ada/same_component_name.exp: Likewise.
836 * gdb.ada/type_coercion.exp: Likewise.
837 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
838 * gdb.ada/variant_record_packed_array.exp: Likewise.
839
840 2020-05-11 Tom de Vries <tdevries@suse.de>
841
842 PR symtab/25941
843 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
844 out of ...
845 * gdb.dwarf2/clang-debug-names.exp: ... here.
846 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
847 clang-debug-names.exp.in.
848 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
849 * gdb.dwarf2/clang-debug-names-2.c: New test.
850
851 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
852
853 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
854 (fortran_runto_main): New Proc, fortran version of runto_main.
855 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
856 * gdb.fortran/array-bounds.exp: Likewise.
857 * gdb.fortran/array-slices.exp: Likewise.
858 * gdb.fortran/block-data.exp: Likewise.
859 * gdb.fortran/charset.exp: Likewise.
860 * gdb.fortran/common-block.exp: Likewise.
861 * gdb.fortran/complex.exp: Likewise.
862 * gdb.fortran/derived-type-function.exp: Likewise.
863 * gdb.fortran/derived-type.exp: Likewise.
864 * gdb.fortran/info-modules.exp: Likewise.
865 * gdb.fortran/info-types.exp: Likewise.
866 * gdb.fortran/intrinsics.exp: Likewise.
867 * gdb.fortran/library-module.exp: Likewise.
868 * gdb.fortran/logical.exp: Likewise.
869 * gdb.fortran/max-depth.exp: Likewise.
870 * gdb.fortran/module.exp: Likewise.
871 * gdb.fortran/multi-dim.exp: Likewise.
872 * gdb.fortran/nested-funcs.exp: Likewise.
873 * gdb.fortran/print-formatted.exp: Likewise.
874 * gdb.fortran/print_type.exp: Likewise.
875 * gdb.fortran/printing-types.exp: Likewise.
876 * gdb.fortran/ptr-indentation.exp: Likewise.
877 * gdb.fortran/ptype-on-functions.exp: Likewise.
878 * gdb.fortran/subarray.exp: Likewise.
879 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
880 * gdb.fortran/vla-datatypes.exp: Likewise.
881 * gdb.fortran/vla-history.exp: Likewise.
882 * gdb.fortran/vla-ptr-info.exp: Likewise.
883 * gdb.fortran/vla-ptype-sub.exp: Likewise.
884 * gdb.fortran/vla-ptype.exp: Likewise.
885 * gdb.fortran/vla-sizeof.exp: Likewise.
886 * gdb.fortran/vla-type.exp: Likewise.
887 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
888 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
889 * gdb.fortran/vla-value-sub.exp: Likewise.
890 * gdb.fortran/vla-value.exp: Likewise.
891 * gdb.fortran/whatis_type.exp: Likewise.
892 * gdb.mi/mi-var-child-f.exp: Likewise.
893
894 2020-05-09 Tom de Vries <tdevries@suse.de>
895
896 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
897
898 2020-05-08 Tom de Vries <tdevries@suse.de>
899
900 * gdb.dwarf2/clang-debug-names.c: New test.
901 * gdb.dwarf2/clang-debug-names.exp: New file.
902
903 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
904
905 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
906 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
907
908 2020-05-06 Tom de Vries <tdevries@suse.de>
909
910 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
911 breakpoint is at a "recommended breakpoint location".
912 * gdb.reverse/consecutive-reverse.exp: Same.
913
914 2020-05-06 Tom de Vries <tdevries@suse.de>
915
916 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
917 address.
918
919 2020-05-06 Tom de Vries <tdevries@suse.de>
920
921 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
922
923 2020-05-06 Tom de Vries <tdevries@suse.de>
924
925 * gdb.base/store.exp (check_set, up_set): Allowing missing location
926 info for r.
927
928 2020-05-06 Tom de Vries <tdevries@suse.de>
929
930 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
931 necessary.
932
933 2020-05-06 Tom de Vries <tdevries@suse.de>
934
935 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
936 void.
937
938 2020-05-06 Tom de Vries <tdevries@suse.de>
939
940 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
941 of ...
942 * gdb.base/async.exp: ... here.
943 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
944 "recommended breakpoint location".
945
946 2020-05-06 Tom de Vries <tdevries@suse.de>
947
948 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
949
950 2020-05-04 Tom de Vries <tdevries@suse.de>
951
952 * gdb.base/async.exp: Check whether instruction addresses are a
953 "recommended breakpoint location".
954
955 2020-05-03 Tom Tromey <tom@tromey.com>
956
957 * gdb.base/sepdebug.exp: Remove "catch" test.
958 * gdb.base/break.exp: Remove "catch" test.
959 * gdb.base/default.exp: Update expected output.
960
961 2020-05-02 Tom de Vries <tdevries@suse.de>
962
963 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
964 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
965 * gdb.arch/i386-mpx-map.exp: Same.
966 * gdb.arch/i386-mpx-sigsegv.exp: Same.
967 * gdb.arch/i386-mpx-simple_segv.exp: Same.
968 * gdb.arch/i386-mpx.exp: Same.
969
970 2020-05-02 Tom de Vries <tdevries@suse.de>
971
972 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
973
974 2020-05-01 Tom de Vries <tdevries@suse.de>
975
976 * gdb.ada/operator_bp.exp: Allow more than required amount of
977 breakpoint.
978
979 2020-05-01 Tom de Vries <tdevries@suse.de>
980
981 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
982
983 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
984
985 PR gdb/18706
986 * gdb.cp/stub-array-size.cc: New test.
987 * gdb.cp/stub-array-size.exp: New file.
988 * gdb.cp/stub-array-size.h: New test.
989 * gdb.cp/stub-array-size2.cc: New test.
990
991 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
992
993 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
994 output to the new format.
995
996 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
997
998 * gdb.base/break.exp: Use with_test_prefix.
999
1000 2020-04-29 Tom de Vries <tdevries@suse.de>
1001
1002 * lib/gdb.exp (debug_types): New proc.
1003 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1004 * gdb.python/py-symtab.exp: Same.
1005
1006 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
1007
1008 PR gdb/17320
1009 * gdb.base/pretty-array.c: New test.
1010 * gdb.base/pretty-array.exp: New file.
1011
1012 2020-04-29 Tom de Vries <tdevries@suse.de>
1013
1014 PR symtab/25889
1015 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1016 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1017 and include cpexprs.exp.
1018
1019 2020-04-28 Mark Williams <mark@myosotissp.com>
1020
1021 PR gdb/24480
1022 * dw4-toplevel-types.exp: Test for top level types.
1023 * dw4-toplevel-types.cc: Test for top level types.
1024
1025 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1026
1027 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1028 (theads -> threads).
1029
1030 2020-04-28 Tom de Vries <tdevries@suse.de>
1031
1032 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1033
1034 2020-04-28 Tom de Vries <tdevries@suse.de>
1035
1036 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1037
1038 2020-04-28 Tom de Vries <tdevries@suse.de>
1039
1040 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1041
1042 2020-04-28 Tom de Vries <tdevries@suse.de>
1043
1044 * gdb.dwarf2/main-foo.c: New test.
1045 * gdb.dwarf2/struct-with-sig.exp: New file.
1046
1047 2020-04-25 Tom de Vries <tdevries@suse.de>
1048
1049 * boards/debug-types.exp: New file.
1050
1051 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1052
1053 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1054
1055 2020-04-24 Tom Tromey <tom@tromey.com>
1056
1057 PR symtab/12707:
1058 * gdb.python/py-symbol.exp: Update expected results for
1059 linkage_name test.
1060 * gdb.cp/print-demangle.exp: New file.
1061 * gdb.base/c-linkage-name.exp: Fix test.
1062 * gdb.guile/scm-symbol.exp: Update expected results for
1063 linkage_name test.
1064
1065 2020-04-24 Tom Tromey <tom@tromey.com>
1066
1067 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1068 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1069 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1070 assembler.
1071
1072 2020-04-24 Tom de Vries <tdevries@suse.de>
1073
1074 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1075 C++.
1076
1077 2020-04-24 Tom Tromey <tromey@adacore.com>
1078
1079 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1080 values.
1081 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1082 values. Update test for minimal encodings.
1083 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1084 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1085 values. Update test for minimal encodings.
1086
1087 2020-04-24 Tom Tromey <tromey@adacore.com>
1088
1089 PR python/23662:
1090 * gdb.ada/variant.exp: Add Python checks.
1091 * gdb.rust/simple.exp: Add dynamic type checks.
1092
1093 2020-04-24 Tom Tromey <tromey@adacore.com>
1094
1095 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1096 Make array type matching more lax.
1097 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1098 * gdb.ada/mi_variant.exp: New file.
1099 * gdb.ada/mi_variant/pck.ads: New file.
1100 * gdb.ada/mi_variant/pkg.adb: New file.
1101 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1102 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1103
1104 2020-04-24 Tom Tromey <tromey@adacore.com>
1105
1106 * gdb.ada/variant.exp: Add dynamic field offset tests.
1107 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1108 * gdb.ada/variant/pkg.adb: Add new variables.
1109
1110 2020-04-24 Tom Tromey <tromey@adacore.com>
1111
1112 * gdb.ada/variant.exp: New file
1113 * gdb.ada/variant/pkg.adb: New file
1114 * gdb.ada/variant/pck.adb: New file
1115
1116 2020-04-24 Tom de Vries <tdevries@suse.de>
1117
1118 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1119
1120 2020-04-24 Tom de Vries <tdevries@suse.de>
1121
1122 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1123 flags.
1124
1125 2020-04-24 Tom de Vries <tdevries@suse.de>
1126
1127 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1128
1129 2020-04-24 Tom de Vries <tdevries@suse.de>
1130
1131 * lib/gdb.exp (default_gdb_start): Handle eof.
1132 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1133 failure.
1134 * gdb.base/readnever.exp: Handle clean_restart failure.
1135
1136 2020-04-23 Tom de Vries <tdevries@suse.de>
1137
1138 * gdb.base/decl-before-def.exp: Run to main and print a again.
1139
1140 2020-04-23 Tom de Vries <tdevries@suse.de>
1141
1142 * gdb.base/decl-before-def-decl.c: New test.
1143 * gdb.base/decl-before-def-def.c: New test.
1144 * gdb.base/decl-before-def.exp: New file.
1145
1146 2020-04-23 Tom de Vries <tdevries@suse.de>
1147
1148 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1149
1150 2020-04-22 Tom de Vries <tdevries@suse.de>
1151
1152 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1153 debug_info_offset.
1154 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1155 before $objsfile in the line line.
1156
1157 2020-04-22 Tom de Vries <tdevries@suse.de>
1158
1159 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1160
1161 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1162
1163 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1164 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1165 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1166 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1167 * gdb.base/jit-protocol.h: Update definitions to match all usage
1168 contexts.
1169
1170 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1171
1172 * gdb.base: Rename all jit related test and source files.
1173
1174 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1175
1176 * gdb.base/jit-reader.exp: Relax register output check.
1177
1178 2020-04-22 Tom de Vries <tdevries@suse.de>
1179
1180 PR symtab/25764
1181 * gdb.base/psym-external-decl-2.c: New test.
1182 * gdb.base/psym-external-decl.c: New test.
1183 * gdb.base/psym-external-decl.exp: New file.
1184 * gdb.threads/tls.exp: Add PR25807 kfail.
1185
1186 2020-04-22 Tom de Vries <tdevries@suse.de>
1187
1188 PR symtab/25801
1189 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1190 in "info source" output.
1191
1192 2020-04-22 Tom de Vries <tdevries@suse.de>
1193
1194 PR symtab/25700
1195 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1196 symtab for imported_unit.c.
1197
1198 2020-04-21 Gary Benson <gbenson@redhat.com>
1199
1200 * gdb.base/advance.c (func): New argument, to match call site.
1201 (func2, func3): Add return statements.
1202
1203 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1204
1205 * gdb.multi/run-only-second-inf.c: New file.
1206 * gdb.multi/run-only-second-inf.exp: New file.
1207
1208 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1209
1210 * gdb.btrace/multi-inferior.c: New test.
1211 * gdb.btrace/multi-inferior.exp: New file.
1212
1213 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1214
1215 * gdb.btrace/enable-new-thread.c: New test.
1216 * gdb.btrace/enable-new-thread.exp: New file.
1217
1218 2020-04-21 Tom de Vries <tdevries@suse.de>
1219
1220 PR gdb/25471
1221 * gdb.threads/killed-outside.c: New test.
1222 * gdb.threads/killed-outside.exp: New file.
1223
1224 2020-04-20 Gary Benson <gbenson@redhat.com>
1225
1226 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1227 * gdb.base/nested-subp2.exp: Likewise.
1228 * gdb.base/nested-subp3.exp: Likewise.
1229
1230 2020-04-20 Gary Benson <gbenson@redhat.com>
1231
1232 * gdb.base/nested-subp1.exp: Disable test when using clang.
1233 * gdb.base/nested-subp2.exp: Likewise.
1234 * gdb.base/nested-subp3.exp: Likewise.
1235
1236 2020-04-20 Gary Benson <gbenson@redhat.com>
1237
1238 * gdb.cp/exception.cc: Fix compilation error with clang.
1239
1240 2020-04-20 Gary Benson <gbenson@redhat.com>
1241
1242 * gdb.trace/tspeed.c: Fix compilation error with clang.
1243
1244 2020-04-20 Gary Benson <gbenson@redhat.com>
1245
1246 * gdb.base/jit-main.c: Fix compilation error with clang.
1247
1248 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1249
1250 * gdb.base/attach-twice.c: Include "sys/types.h".
1251 (PTRACE_ATTACH): Add fallback definition.
1252 (main): Pass `0' to the 4th argument of `ptrace'.
1253
1254 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1255
1256 * gdb.base/fork-running-state.c: Include "signal.h".
1257
1258 2020-04-17 Tom Tromey <tromey@adacore.com>
1259
1260 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1261 Update tests.
1262 * gdb.btrace/cpu.exp: Update tests.
1263 * gdb.base/maint.exp: Update tests.
1264 * gdb.base/default.exp: Update tests.
1265 * gdb.base/completion.exp: Update tests.
1266
1267 2020-04-16 Tom de Vries <tdevries@suse.de>
1268
1269 PR symtab/25791
1270 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1271 (ensure_gdb_index): and factor out and move ...
1272 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1273 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1274
1275 2020-04-16 Tom de Vries <tdevries@suse.de>
1276
1277 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1278 loading exec.
1279
1280 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1281
1282 * gdb.base/many-completions.exp: New file.
1283
1284 2020-04-14 Tom de Vries <tdevries@suse.de>
1285
1286 PR symtab/25718
1287 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1288
1289 2020-04-14 Tom de Vries <tdevries@suse.de>
1290
1291 PR symtab/25720
1292 * gdb.base/maint-expand-symbols-header-file.c: New test.
1293 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1294 * gdb.base/maint-expand-symbols-header-file.h: New test.
1295
1296 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1297
1298 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1299 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1300 get_func_info.
1301 (get_func_info): Delete.
1302 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1303 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1304 * lib/dwarf.exp (get_func_info): New function.
1305
1306 2020-04-13 Tom de Vries <tdevries@suse.de>
1307
1308 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1309 to what find_gnatmake does.
1310
1311 2020-04-10 Tom de Vries <tdevries@suse.de>
1312
1313 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1314 -readnow.
1315
1316 2020-04-10 Tom de Vries <tdevries@suse.de>
1317
1318 PR cli/25808
1319 * gdb.base/style.c: Add leading newlines.
1320 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1321 Check listing of main's one-line body.
1322
1323 2020-04-08 Tom de Vries <tdevries@suse.de>
1324
1325 * lib/gdb.exp (psymtabs_p): New proc.
1326 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1327 importing unit" unsupported if there are no partial symbols.
1328
1329 2020-04-08 Tom de Vries <tdevries@suse.de>
1330
1331 PR testsuite/25760
1332 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1333
1334 2020-04-07 Tom de Vries <tdevries@suse.de>
1335
1336 PR symtab/25796
1337 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1338
1339 2020-04-07 Tom de Vries <tdevries@suse.de>
1340
1341 * gdb.base/check-psymtab.c: New test.
1342 * gdb.base/check-psymtab.exp: New file.
1343
1344 2020-04-06 Tom Tromey <tromey@adacore.com>
1345
1346 * gdb.ada/variant-record/proc.adb: New file.
1347 * gdb.ada/variant-record/value.adb: New file.
1348 * gdb.ada/variant-record/value.s: New file.
1349 * gdb.ada/variant-record.exp: New file.
1350
1351 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
1352
1353 PR gdb/25325
1354 * gdb.cp/typed-enum.cc: New test.
1355 * gdb.cp/typed-enum.exp: New file.
1356
1357 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1358
1359 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1360 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1361 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1362 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1363 * gdb.opt/inline-small-func.c: New file.
1364 * gdb.opt/inline-small-func.exp: New file.
1365 * gdb.opt/inline-small-func.h: New file.
1366
1367 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1368
1369 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1370 function.
1371
1372 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1373
1374 * lib/dwarf.exp (function_range): Allow compiler options to be
1375 specified.
1376
1377 2020-04-02 Tom de Vries <tdevries@suse.de>
1378
1379 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1380 __attribute__((always_inline)).
1381 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1382
1383 2020-04-02 Tom de Vries <tdevries@suse.de>
1384
1385 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1386 (gdbserver_gdb_exit): ... here. Add timeout warning.
1387 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1388 (connect_target_extended_remote): Append new server_spawn_id to
1389 server_spawn_ids.
1390 (cleanup): New proc.
1391 (setup, <toplevel>): Call cleanup.
1392
1393 2020-04-02 Tom de Vries <tdevries@suse.de>
1394
1395 * gdb.base/main-psymtab.exp: New file.
1396
1397 2020-04-02 Tom de Vries <tdevries@suse.de>
1398
1399 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1400
1401 2020-04-01 Tom Tromey <tom@tromey.com>
1402
1403 * gdb.base/complex-parts.exp: Add type tests.
1404
1405 2020-04-01 Tom Tromey <tom@tromey.com>
1406
1407 * gdb.base/complex-parts.exp: Add arithmetic tests.
1408
1409 2020-04-01 Tom Tromey <tom@tromey.com>
1410
1411 * gdb.compile/compile.exp: Update.
1412 * gdb.compile/compile-cplus.exp: Update.
1413 * gdb.base/varargs.exp: Update.
1414 * gdb.base/floatn.exp: Update.
1415 * gdb.base/endianity.exp: Update.
1416 * gdb.base/callfuncs.exp (do_function_calls): Update.
1417 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1418 (complex_float_integral_args): Update.
1419 * gdb.base/complex.exp: Update.
1420 * gdb.base/complex-parts.exp: Update.
1421
1422 2020-04-01 Tom Tromey <tromey@adacore.com>
1423
1424 * gdb.rust/union.rs: New file.
1425 * gdb.rust/union.exp: New file.
1426 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1427 (main): Update.
1428 * gdb.rust/simple.exp: Move union tests to union.exp.
1429
1430 2020-04-01 Tom Tromey <tromey@adacore.com>
1431
1432 * gdb.rust/simple.rs (main): Remove "y0".
1433
1434 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1435
1436 * gdb.multi/stop-all-on-exit.c: New test.
1437 * gdb.multi/stop-all-on-exit.exp: New file.
1438
1439 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1440
1441 PR gdb/24789
1442 * gdb.cp/misc.cc: Add integer reference variable.
1443 * gdb.cp/misc.exp: Add test.
1444
1445 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1446
1447 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1448 scenario to cover execution until the end and also the case
1449
1450 2020-03-31 Tom de Vries <tdevries@suse.de>
1451
1452 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1453 c. Use "maint info symtabs" to check symtab expansion.
1454
1455 2020-03-30 Tom de Vries <tdevries@suse.de>
1456
1457 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1458 unsupported.
1459 (verify_psymtab_expanded): Move ...
1460 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1461 test.
1462 (readnow): New proc.
1463
1464 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1465
1466 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1467 with $hex.
1468
1469 2020-03-20 Tom Tromey <tromey@adacore.com>
1470
1471 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1472
1473 2020-03-20 Tom Tromey <tromey@adacore.com>
1474
1475 * gdb.ada/sub_variant/subv.adb: New file.
1476 * gdb.ada/sub_variant.exp: New file.
1477
1478 2020-03-20 Tom de Vries <tdevries@suse.de>
1479
1480 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1481 first break fails.
1482 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1483
1484 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1485
1486 * gdb.server/exit-multiple-threads.c: New file.
1487 * gdb.server/exit-multiple-threads.exp: New file.
1488
1489 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1490
1491 * gdb.fortran/mixed-lang-stack.c: New file.
1492 * gdb.fortran/mixed-lang-stack.cpp: New file.
1493 * gdb.fortran/mixed-lang-stack.exp: New file.
1494 * gdb.fortran/mixed-lang-stack.f90: New file.
1495
1496 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1497
1498 * gdb.linespec/cp-completion-aliases.cc: New file.
1499 * gdb.linespec/cp-completion-aliases.exp: New file.
1500
1501 2020-03-19 Tom de Vries <tdevries@suse.de>
1502
1503 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1504 more precise.
1505
1506 2020-03-18 Tom de Vries <tdevries@suse.de>
1507
1508 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1509 * gdb.dwarf2/break-inline-psymtab.c: New test.
1510 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1511
1512 2020-03-16 Tom de Vries <tdevries@suse.de>
1513
1514 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1515 cache_verify and cache_verify_proc.
1516
1517 2020-03-15 Tom de Vries <tdevries@suse.de>
1518
1519 * gdb.server/solib-list.exp: Handle
1520 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1521
1522 2020-03-15 Tom de Vries <tdevries@suse.de>
1523
1524 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1525 objfiles".
1526
1527 2020-03-14 Tom Tromey <tom@tromey.com>
1528
1529 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1530
1531 2020-03-14 Tom de Vries <tdevries@suse.de>
1532
1533 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1534
1535 2020-03-14 Tom de Vries <tdevries@suse.de>
1536
1537 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1538 result in line-by-line fashion.
1539
1540 2020-03-14 Tom de Vries <tdevries@suse.de>
1541
1542 * lib/gdb.exp (supports_statement_frontiers): New proc.
1543 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1544
1545 2020-03-14 Tom de Vries <tdevries@suse.de>
1546
1547 * gdb.base/printcmds.exp: Add missing quoting for "print
1548 teststring2".
1549
1550 2020-03-13 Tom Tromey <tom@tromey.com>
1551
1552 * gdb.base/printcmds.exp (test_print_strings): Add regression
1553 test.
1554 * gdb.base/printcmds.c (charptr): New typedef.
1555 (teststring2): New global.
1556
1557 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1558
1559 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1560 full path in the test name.
1561 (test_ld): Add some with_test_prefix blocks to make test names
1562 unique.
1563
1564 2020-03-13 Tom de Vries <tdevries@suse.de>
1565
1566 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1567
1568 2020-03-13 Tom de Vries <tdevries@suse.de>
1569
1570 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1571
1572 2020-03-13 Tom de Vries <tdevries@suse.de>
1573
1574 PR symtab/25646
1575 * gdb.dwarf2/imported-unit.exp: Add test.
1576
1577 2020-03-13 Tom de Vries <tdevries@suse.de>
1578
1579 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1580 (var1, var2): New variable.
1581 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1582 matching symbols.
1583
1584 2020-03-13 Tom de Vries <tdevries@suse.de>
1585
1586 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1587 (Term::command): Use prompt prefix.
1588 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1589 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1590 command_no_prompt_prefix instead of prefix.
1591 * gdb.tui/tui-layout-asm.exp: Same.
1592
1593 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1594
1595 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1596
1597 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1598
1599 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1600 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1601 on" while stepping over the test instruction, match printed
1602 message.
1603
1604 2020-03-12 Tom de Vries <tdevries@suse.de>
1605
1606 * gdb.base/info-types.exp: Use exp_continue during matching of output
1607 of "info types".
1608
1609 2020-03-12 Tom de Vries <tdevries@suse.de>
1610
1611 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1612
1613 2020-03-12 Tom de Vries <tdevries@suse.de>
1614
1615 * gdb.fortran/module.exp: Use exp_continue during matching of output
1616 of "info variable -n".
1617
1618 2020-03-12 Tom de Vries <tdevries@suse.de>
1619
1620 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1621 gdb.dwarf2/dw2-ranges-base.c.
1622
1623 2020-03-12 Tom de Vries <tdevries@suse.de>
1624
1625 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1626 in presence of GLIBC debuginfo.
1627
1628 2020-03-12 Tom de Vries <tdevries@suse.de>
1629
1630 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1631 $core.
1632
1633 2020-03-12 Tom de Vries <tdevries@suse.de>
1634
1635 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1636 more precise.
1637
1638 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
1639
1640 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1641 from Unix to Windows path.
1642
1643 2020-03-11 Tom de Vries <tdevries@suse.de>
1644
1645 * gdb.ada/minsyms.exp: Set language to ada.
1646
1647 2020-03-11 Tom de Vries <tdevries@suse.de>
1648
1649 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1650
1651 2020-03-11 Tom de Vries <tdevries@suse.de>
1652
1653 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1654
1655 2020-03-11 Tom Tromey <tromey@adacore.com>
1656
1657 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1658
1659 2020-03-11 Tom de Vries <tdevries@suse.de>
1660
1661 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1662
1663 2020-03-11 Tom de Vries <tdevries@suse.de>
1664
1665 * gdb.base/break-interp.exp: Limit verbose scope.
1666
1667 2020-03-11 Tom de Vries <tdevries@suse.de>
1668
1669 * gdb.fortran/logical.f90: Define variable with character type.
1670 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1671
1672 2020-03-11 Tom de Vries <tdevries@suse.de>
1673
1674 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1675
1676 2020-03-11 Tom de Vries <tdevries@suse.de>
1677
1678 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1679 symtabs.
1680
1681 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1682 Bernd Edlinger <bernd.edlinger@hotmail.de>
1683
1684 * gdb.cp/step-and-next-inline.cc: New file.
1685 * gdb.cp/step-and-next-inline.exp: New file.
1686 * gdb.cp/step-and-next-inline.h: New file.
1687 * gdb.dwarf2/dw2-is-stmt.c: New file.
1688 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1689 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1690 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1691 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1692
1693 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1694
1695 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1696 is-stmt flag in the line table.
1697
1698 2020-03-09 Tom de Vries <tdevries@suse.de>
1699
1700 * lib/gdb.exp (cached_file): Create cache dir.
1701
1702 2020-03-07 Tom de Vries <tdevries@suse.de>
1703
1704 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1705 * gdb.cp/rvalue-ref-params.exp: Same.
1706
1707 2020-03-06 Tom de Vries <tdevries@suse.de>
1708
1709 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1710 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1711
1712 2020-03-06 Tom de Vries <tdevries@suse.de>
1713
1714 * README: Fix "the the".
1715 * gdb.base/dprintf.exp: Same.
1716
1717 2020-03-05 Tom de Vries <tdevries@suse.de>
1718
1719 * gdb.base/maint.exp: Update "main print statistics" expected output.
1720
1721 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1722
1723 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1724 (fortran_int8): Likewise.
1725 (fortran_real4): Likewise.
1726 (fortran_real8): Likewise.
1727 (fortran_complex4): Likewise.
1728 (fortran_logical4): Likewise.
1729 (fortran_character1): Likewise.
1730
1731 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1732
1733 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1734 printed as true.
1735
1736 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1737
1738 * gdb.base/printcmds.exp: Add test to verify printf of a
1739 variable holding an address.
1740
1741 2020-03-03 Tom de Vries <tdevries@suse.de>
1742
1743 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1744
1745 2020-03-03 Tom de Vries <tdevries@suse.de>
1746
1747 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1748 gdb_test_multiple call.
1749
1750 2020-03-03 Tom de Vries <tdevries@suse.de>
1751
1752 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1753 gdb_test_multiple calls.
1754
1755 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1756
1757 * gdb.base/default.exp: Remove test of 'set history filename'.
1758 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1759 filename to the empty string.
1760 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1761 and GDBHISTSIZE.
1762
1763 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1764
1765 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1766 disabled.
1767
1768 2020-03-02 Pedro Alves <palves@redhat.com>
1769 Tom de Vries <tdevries@suse.de>
1770
1771 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1772 -prompt prefix, before user_code argument. Add -lbl option likewise.
1773 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1774 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1775 argument.
1776 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1777 have "\r\n" at start-of-line, instead of at end-of-line.
1778
1779 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1780
1781 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1782 libinproctrace.so.
1783
1784 2020-02-28 Luis Machado <luis.machado@linaro.org>
1785
1786 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1787 to "p/x".
1788
1789 2020-02-28 Luis Machado <luis.machado@linaro.org>
1790
1791 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1792 asm/ptrace.h and error.h.
1793
1794 2020-02-28 Tom de Vries <tdevries@suse.de>
1795
1796 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1797 (struct wrapper, do_something, mundane/symada__cS): Move ...
1798 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1799 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1800 Update "print symada__cS before partial symtab expansion" regexp.
1801 Update breakpoint location. Flush symbol cache after expansion.
1802
1803 2020-02-28 Luis Machado <luis.machado@linaro.org>
1804
1805 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1806
1807 2020-02-27 Tom de Vries <tdevries@suse.de>
1808
1809 * config/sid.exp: Remove unused globals.
1810 * gdb.base/attach.exp: Same.
1811 * gdb.base/catch-load.exp: Same.
1812 * gdb.base/dbx.exp: Same.
1813 * lib/gdb.exp: Same.
1814 * lib/mi-support.exp: Same.
1815 * lib/prompt.exp: Same.
1816
1817 2020-02-27 Tom de Vries <tdevries@suse.de>
1818
1819 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1820 not set.
1821
1822 2020-02-26 Aaron Merey <amerey@redhat.com>
1823
1824 * gdb.debuginfod: New directory for debuginfod tests.
1825 * gdb.debuginfod/main.c: New test file.
1826 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1827
1828 2020-02-26 Tom de Vries <tdevries@suse.de>
1829
1830 PR gdb/25603
1831 * gdb.base/persistent-lang.cc: New test.
1832 * gdb.base/persistent-lang.exp: New file.
1833
1834 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1835
1836 * gdb.fortran/derived-type-striding.exp: Add a new test.
1837 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1838 new test.
1839
1840 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1841
1842 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1843 names.
1844
1845 2020-02-25 Tom de Vries <tdevries@suse.de>
1846
1847 PR go/18926
1848 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1849
1850 2020-02-24 Tom de Vries <tdevries@suse.de>
1851
1852 PR gdb/25592
1853 * gdb.base/info-locals-unused-static-var.c: New test.
1854 * gdb.base/info-locals-unused-static-var.exp: New file.
1855
1856 2020-02-22 Tom Tromey <tom@tromey.com>
1857
1858 * gdb.python/tui-window.exp: New file.
1859 * gdb.python/tui-window.py: New file.
1860
1861 2020-02-22 Tom Tromey <tom@tromey.com>
1862
1863 PR tui/17850:
1864 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1865 tests.
1866
1867 2020-02-22 Tom Tromey <tom@tromey.com>
1868
1869 * gdb.tui/new-layout.exp: Add sub-layout tests.
1870
1871 2020-02-22 Tom Tromey <tom@tromey.com>
1872
1873 * gdb.tui/new-layout.exp: New file.
1874
1875 2020-02-22 Tom Tromey <tom@tromey.com>
1876
1877 * gdb.rust/rust-style.rs: New file.
1878 * gdb.rust/rust-style.exp: New file.
1879 * gdb.base/style.exp: Test structure printing.
1880 * gdb.base/style.c (struct some_struct): New type.
1881 (enum etype): New type.
1882 (struct_value): New global.
1883
1884 2020-02-21 Tom de Vries <tdevries@suse.de>
1885
1886 PR go/18926
1887 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1888 Remove blanket xfails. Use message argument for gdb_breakpoint.
1889 Make continuing to breakpoint test conditional on setting breakpoint.
1890 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1891 DW_AT_name attribute. Add xfail for GCC PR93866.
1892
1893 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1894
1895 * gdb.dwarf2/cpp-linkage-name.c: New file.
1896 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1897
1898 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1899
1900 * lib/gdb.exp (gdb_wrapper_init): Reset
1901 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1902 not exist.
1903
1904 2020-02-20 Tom de Vries <tdevries@suse.de>
1905
1906 PR go/17018
1907 * gdb.go/hello.exp: Copy ...
1908 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1909 print of st to print value of global definition. Add xfail for GCC
1910 PR93844.
1911 * gdb.go/hello.exp: Remove printing of st before definition.
1912 * gdb.go/hello.go: Copy ...
1913 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1914 to st.
1915 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1916
1917 2020-02-20 Tom de Vries <tdevries@suse.de>
1918
1919 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1920 (gdb_simple_compile): Handle compile_flags go by using .go extension
1921 for source file.
1922 * gdb.go/chan.exp: Use support_go_compile.
1923 * gdb.go/handcall.exp: Same.
1924 * gdb.go/hello.exp: Same.
1925 * gdb.go/integers.exp: Same.
1926 * gdb.go/max-depth.exp: Same.
1927 * gdb.go/methods.exp: Same.
1928 * gdb.go/package.exp: Same.
1929 * gdb.go/strings.exp: Same.
1930 * gdb.go/types.exp: Same.
1931 * gdb.go/unsafe.exp: Same.
1932
1933 2020-02-19 Tom de Vries <tdevries@suse.de>
1934
1935 * gdb.python/lib-types.exp: Make xfail more strict.
1936
1937 2020-02-19 Tom de Vries <tdevries@suse.de>
1938
1939 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1940
1941 2020-02-19 Doug Evans <dje@google.com>
1942
1943 PR rust/25535
1944 * gdb.rust/simple.exp: Add test.
1945 * gdb.rust/simple.rs: Add test.
1946
1947 2020-02-19 Tom de Vries <tdevries@suse.de>
1948
1949 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1950 output line-by-line.
1951
1952 2020-02-19 Tom de Vries <tdevries@suse.de>
1953
1954 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1955
1956 2020-02-19 Tom de Vries <tdevries@suse.de>
1957
1958 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1959 prelink.
1960
1961 2020-02-19 Tom de Vries <tdevries@suse.de>
1962
1963 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1964 (gdb_do_cache): Use gdb_do_cache_wrap.
1965 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1966
1967 2020-02-19 Tom de Vries <tdevries@suse.de>
1968
1969 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1970 gdb_compile option.
1971
1972 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1973
1974 * gdb.base/printcmds.exp (test_print_enums): Update expected
1975 output.
1976
1977 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1978
1979 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1980 for "unknown".
1981
1982 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1983
1984 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1985 enumerator.
1986
1987 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1988
1989 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1990 FE_, add FE_NONE.
1991 (three): Update.
1992 (enum flag_enum_without_zero): New enum.
1993 (flag_enum_without_zero): New variable.
1994 (enum not_flag_enum): New enum.
1995 (three_not_flag): New variable.
1996 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1997 (test_print_enums): Add more tests for printing flag enums.
1998
1999 2020-02-18 Tom de Vries <tdevries@suse.de>
2000
2001 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2002 (gdb_compile_ada): ... here.
2003 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2004 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2005
2006 2020-02-14 Tom Tromey <tom@tromey.com>
2007
2008 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2009 build directory.
2010 * boards/gdbserver-base.exp: Update path to gdbserver.
2011
2012 2020-02-13 Tom de Vries <tdevries@suse.de>
2013
2014 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2015
2016 2020-02-13 Tom de Vries <tdevries@suse.de>
2017
2018 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2019 are missing.
2020
2021 2020-02-13 Tom de Vries <tdevries@suse.de>
2022
2023 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2024 call.
2025
2026 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2027
2028 PR tui/25126
2029 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2030 * gdb.base/cached-source-file.c: New file.
2031 * gdb.base/cached-source-file.exp: New file.
2032
2033 2020-02-11 Tom de Vries <tdevries@suse.de>
2034
2035 PR testsuite/25488
2036 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2037
2038 2020-02-10 Tom de Vries <tdevries@suse.de>
2039
2040 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2041
2042 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
2043
2044 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2045 and $after_addr are both integers before making a comparison.
2046
2047 2020-02-09 Tom de Vries <tdevries@suse.de>
2048
2049 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2050 command output and paste it into gdb.log. If any, paste catch message
2051 to gdb.log.
2052
2053 2020-02-07 Tom Tromey <tromey@adacore.com>
2054
2055 PR breakpoints/24915:
2056 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2057
2058 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
2059
2060 * gdb.tui/tui-missing-src.exp: Add the "missing source
2061 file" test for the TUI.
2062
2063 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2064
2065 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2066 including a port number in the output.
2067
2068 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2069
2070 * lib/fortran.exp (fortran_int4): Handle clang.
2071 (fortran_int8): Likewise.
2072 (fortran_real4): Likewise.
2073 (fortran_real8): Likewise.
2074 (fortran_complex4): Likewise.
2075 (fortran_logical4): Likewise.
2076 (fortran_character1): Likewise.
2077
2078 2020-02-04 Tom de Vries <tdevries@suse.de>
2079
2080 * README (Race detection): Add note.
2081
2082 2020-02-04 Tom de Vries <tdevries@suse.de>
2083
2084 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2085
2086 2020-02-04 Tom de Vries <tdevries@suse.de>
2087
2088 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2089
2090 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2091
2092 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2093 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2094 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2095 blttar, bnetarl.
2096 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2097 binary for blttar, bnetarl.
2098 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2099 wait instruction. Delete ldmx test.
2100 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2101
2102 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2103
2104 * gdb.fortran/array-bounds-high.exp: New file.
2105 * gdb.fortran/array-bounds-high.f90: New file.
2106
2107 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2108
2109 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2110 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2111
2112 2020-02-01 Tom de Vries <tdevries@suse.de>
2113
2114 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2115
2116 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2117
2118 PR tui/9765
2119 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2120 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2121
2122 2020-01-29 Luis Machado <luis.machado@linaro.org>
2123
2124 * gdb.arch/aarch64-brk-patterns.c: New source file.
2125 * gdb.arch/aarch64-brk-patterns.exp: New test.
2126
2127 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2128
2129 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2130 GCC/Clang version.
2131 * gdb.cp/pass-by-ref.exp: Ditto.
2132
2133 2020-01-29 Tom de Vries <tdevries@suse.de>
2134
2135 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2136 * gdb.threads/watchpoint-fork-mt.c: Same.
2137 * gdb.threads/watchpoint-fork-parent.c: Same.
2138 * gdb.threads/watchpoint-fork-st.c: Same.
2139 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2140
2141 2020-01-27 Luis Machado <luis.machado@linaro.org>
2142
2143 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2144 sitting at a syscall instruction when we hit the syscall function's
2145 breakpoint.
2146 Check PC against one obtained with the x command.
2147 Validate syscall number.
2148 (step_over_syscall): Don't continue to the syscall instruction if
2149 we're already there.
2150
2151 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2152
2153 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2154
2155 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2156
2157 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2158 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2159
2160 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2161
2162 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2163 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2164
2165 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2166
2167 * gdb.base/maint.exp: Update line table parsing test.
2168 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2169
2170 2020-01-24 Pedro Alves <palves@redhat.com>
2171
2172 PR gdb/25410
2173 * gdb.multi/multi-re-run-1.c: New.
2174 * gdb.multi/multi-re-run-2.c: New.
2175 * gdb.multi/multi-re-run.exp: New.
2176
2177 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2178
2179 PR gdb/23718
2180 * gdb.server/server-kill-python.exp: New file.
2181
2182 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2183
2184 * gdb.server/multi-ui-errors.c: New file.
2185 * gdb.server/multi-ui-errors.exp: New file.
2186
2187 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2188
2189 PR tui/9765
2190 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2191
2192 2020-01-19 Tom Tromey <tom@tromey.com>
2193
2194 * gdb.tui/main.exp: Add check for plain "file".
2195
2196 2020-01-16 Christian Biesinger <cbiesinger@google.com>
2197
2198 * lib/gdb.exp: Fix spelling error (seperatelly).
2199
2200 2020-01-14 Tom Tromey <tom@tromey.com>
2201
2202 PR symtab/12535:
2203 * gdb.python/python.exp: Test decode_line with empty string
2204 argument.
2205
2206 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2207
2208 * gdb.base/skip-inline.exp: Extend test.
2209
2210 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2211
2212 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2213 * gdb.dwarf2/dw2-bad-elf.c: New file.
2214 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2215
2216 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2217
2218 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2219 _line_saw_file.
2220
2221 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2222
2223 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2224 border.
2225
2226 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2227
2228 * gdb.multi/multi-target.exp (setup): Factor out "info
2229 connections" and "info inferiors" tests to ...
2230 (test_info_inferiors): ... this new procedure.
2231 (top level): Run new "info-inferiors" tests.
2232
2233 2020-01-10 Pedro Alves <palves@redhat.com>
2234
2235 * gdb.server/bkpt-other-inferior.exp: New file.
2236
2237 2020-01-10 Pedro Alves <palves@redhat.com>
2238
2239 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2240 of "add-inferior".
2241 * gdb.base/quit-live.exp: Likewise.
2242 * gdb.base/remote-exec-file.exp: Likewise.
2243 * gdb.guile/scm-progspace.exp: Likewise.
2244 * gdb.linespec/linespec.exp: Likewise.
2245 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2246 * gdb.mi/user-selected-context-sync.exp: Likewise.
2247 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2248 "info inferiors" tests.
2249 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2250 "add-inferior".
2251 * gdb.multi/watchpoint-multi.exp: Likewise.
2252 * gdb.python/py-inferior.exp: Likewise.
2253 * gdb.server/extended-remote-restart.exp: Likewise.
2254 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2255 "info inferiors".
2256 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2257 * gdb.trace/report.exp: Likewise.
2258
2259 2020-01-10 Pedro Alves <palves@redhat.com>
2260
2261 * gdb.multi/multi-target.c: New file.
2262 * gdb.multi/multi-target.exp: New file.
2263 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2264 mode requested, but remote does not support non-stop".
2265
2266 2020-01-10 Pedro Alves <palves@redhat.com>
2267
2268 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2269 disconnect before reconnecting.
2270
2271 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2272 Pedro Alves <palves@redhat.com>
2273
2274 * gdb.server/connect-without-multi-process.exp: Also test
2275 continuing to end.
2276
2277 2020-01-10 Pedro Alves <palves@redhat.com>
2278
2279 * gdb.base/remote-exec-file.exp: New file.
2280
2281 2020-01-10 Pedro Alves <palves@redhat.com>
2282
2283 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2284 output.
2285 * gdb.threads/async.c: New.
2286 * gdb.threads/async.exp: New.
2287 * gdb.multi/tids-gid-reset.c: New.
2288 * gdb.multi/tids-gid-reset.exp: New.
2289
2290 2020-01-10 George Barrett <bob@bob131.so>
2291
2292 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2293 to help in finding the image relocation offset.
2294 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2295 options in arguments.
2296 (stap_test_no_debuginfo): Likewise.
2297 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2298 test variants.
2299 (stap_test): Add null semaphore relocation test.
2300
2301 2020-01-10 George Barrett <bob@bob131.so>
2302
2303 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2304 * gdb.base/stap-probe.exp: Likewise.
2305 (stap_test): Pass argument as an additional flag.
2306 (stap_test_no_debuginfo): Likewise.
2307 (stap_test): Check `info probes stap' output for semaphore
2308 addresses if the test binary is supposed to have them.
2309
2310 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2311
2312 * gdb.tui/basic.exp: Add more scrolling tests.
2313
2314 2020-01-09 Tom Tromey <tom@tromey.com>
2315
2316 PR tui/18932:
2317 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2318 meangingful value.
2319 (Term::command, Term::resize): Update.
2320 * gdb.tui/basic.exp: Add scrolling test.
2321
2322 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2323
2324 * gdb.tui/tui-layout-asm.exp: New file.
2325
2326 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2327
2328 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2329
2330 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2331
2332 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2333 (Term::enter_tui): Use Term::prepare_for_tui.
2334
2335 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2336
2337 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2338 called.
2339
2340 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2341
2342 * gdb.base/skip.exp: Fix race condition in test.
2343
2344 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2345
2346 * gdb.base/backtrace.c: New file.
2347 * gdb.base/backtrace.exp: New file.
2348
2349 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2350
2351 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2352
2353 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2354
2355 * gdb.base/style.exp: Test that warnings are styled.
2356
2357 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2358
2359 * gdb.base/line65535.exp: New file.
2360 * gdb.base/line65535.c: New file.
2361
2362 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2363
2364 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2365 * lib/gnat_debug_info_test.adb: New file.
2366 * gdb.ada/ptype_tagged_param.exp: Use
2367 gnat_runtime_has_debug_info, expect a different output if
2368 runtime does not have debug info.
2369
2370 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2371
2372 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2373 (another) quote in test name.
2374
2375 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2376
2377 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2378 Add quote in test name.
2379
2380 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2381
2382 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2383 directory instead.
2384 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2385 * gdb.cp/pass-by-ref-2.cc: New file.
2386 * gdb.cp/pass-by-ref-2.exp: New file.
2387
2388 2019-12-20 Tom Tromey <tom@tromey.com>
2389
2390 * gdb.tui/list-before.exp: New file.
2391
2392 2019-12-20 Tom Tromey <tom@tromey.com>
2393
2394 * gdb.tui/list.exp: Check for source on initial listing.
2395
2396 2019-12-11 Tom Tromey <tromey@adacore.com>
2397
2398 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2399 Add crlf test.
2400
2401 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
2402
2403 * gdb.base/default.exp: Update value of $_gdb_major.
2404
2405 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2406
2407 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2408
2409 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2410
2411 * gdb.base/skip.exp: Whitespace fix.
2412
2413 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2414
2415 * gdb.base/skip-inline.c: New file.
2416 * gdb.base/skip-inline.exp: New file.
2417
2418 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2419
2420 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2421 jit_function_00 to jit_function_stack_mangle.
2422 * gdb.base/jithost.c (jit_function_t): Rename to...
2423 (jit_function_stack_mangle_t): ... this.
2424 (jit_function_add_t): New typedef.
2425 (jit_function_00_code): Rename to...
2426 (jit_function_stack_mangle_code): ... this, make static.
2427 (jit_function_add_code): New.
2428 (main): Generate "add" function and call it. Adjust to changes
2429 in jithost_abi.
2430 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2431 (struct jithost_abi) <begin, end>: Remove fields.
2432 <object, function_stack_mangle, function_add>: New fields.
2433 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2434 code_end>: Remove fields.
2435 <func_stack_mangle>: New field.
2436 (read_debug_info): Adjust to renaming, create block for "add"
2437 function.
2438 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2439
2440 2019-12-11 Tom Tromey <tom@tromey.com>
2441
2442 * gdb.tui/resize.exp: Fix regexp.
2443 * gdb.tui/regs.exp: Fix regexps.
2444 * gdb.tui/main.exp: Fix regexp.
2445
2446 2019-12-11 Tom Tromey <tom@tromey.com>
2447
2448 * gdb.tui/resize.exp: Update.
2449 * gdb.tui/empty.exp (layouts): Update.
2450
2451 2019-12-11 Tom Tromey <tom@tromey.com>
2452
2453 * gdb.tui/regs.exp: Update.
2454 * gdb.tui/empty.exp (layouts): Update.
2455 * gdb.tui/basic.exp: Update.
2456 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2457
2458 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2459
2460 * gdb.base/options.exp: Add -raw-values in the print completion list.
2461 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2462
2463 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2464
2465 * gdb.threads/omp-par-scope.c: New file.
2466 * gdb/threads/omp-par-scope.exp: New file.
2467
2468 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2469
2470 * lib/gdb.exp (support_nested_function_tests): New proc.
2471
2472 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2473
2474 * lib/gdb.exp (gdb_compile_openmp): New proc.
2475 (build_executable_from_specs): Add an "openmp" option.
2476 (gdb_compile_pthreads): Add non-executable case.
2477
2478 2019-12-10 Tom Tromey <tromey@adacore.com>
2479
2480 * gdb.ada/unchecked_union.exp: New file.
2481 * gdb.ada/unchecked_union/pck.adb: New file.
2482 * gdb.ada/unchecked_union/pck.ads: New file.
2483 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2484 * gdb-utils.exp (string_to_regexp): Also quote "?".
2485
2486 2019-12-10 George Barrett <bob@bob131.so>
2487
2488 Test scripted probe breakpoints.
2489 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2490 * gdb.python/py-breakpoint.c (main): Likewise.
2491 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2492 specifier test.
2493 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2494
2495 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2496
2497 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2498 an rvalue parameter.
2499 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2500 parameter.
2501
2502 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2503
2504 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2505 modules.
2506
2507 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2508
2509 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2510 broken version of GCC.
2511
2512 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2513
2514 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2515 sym-info-cmds library.
2516 * gdb.fortran/info-types.exp: Likewise.
2517 * lib/sym-info-cmds.exp: New file.
2518
2519 2019-12-08 Tom de Vries <tdevries@suse.de>
2520
2521 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2522
2523 2019-12-07 Keith Seitz <keiths@redhat.com>
2524
2525 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2526 * gdb.base/corefile-buildid-shlib.c: New file.
2527 * gdb.base/corefile-buildid.c: New file.
2528 * gdb.base/corefile-buildid.exp: New file.
2529
2530 2019-12-06 Tom de Vries <tdevries@suse.de>
2531
2532 * gdb.dwarf2/varval.exp: Add decl before def test.
2533
2534 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2535
2536 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2537
2538 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2539
2540 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2541 CV and reference conversion for overload resolution.
2542 * gdb.cp/rvalue-ref-overload.exp: Test it.
2543
2544 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2545
2546 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2547 * gdb.base/frameapply.exp: Test faas without command.
2548
2549 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2550
2551 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2552 Fortran tests.
2553 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2554 order.
2555
2556 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2557
2558 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2559 casting to type with no kind specified.
2560 (test_basic_parsing_of_type_kinds): Additional tests for types
2561 with no kind specified, and add tests for single/double
2562 precision/complex types.
2563
2564 2019-12-04 Tom Tromey <tromey@adacore.com>
2565
2566 * gdb.base/endianity.c (struct other) <x>: New field.
2567 (main): Initialize it.
2568 * gdb.base/endianity.exp: Update.
2569
2570 2019-12-04 Tom Tromey <tromey@adacore.com>
2571
2572 * gdb.ada/scalar_storage/storage.adb: New file.
2573 * gdb.ada/scalar_storage/pck.adb: New file.
2574 * gdb.ada/scalar_storage/pck.ads: New file.
2575 * gdb.ada/scalar_storage.exp: New file.
2576
2577 2019-12-04 Tom Tromey <tromey@adacore.com>
2578
2579 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2580 (main): Initialize it.
2581 * gdb.base/endianity.exp: Update.
2582
2583 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2584
2585 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2586
2587 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2588
2589 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2590 -symbol-info-module-functions and -symbol-info-module-variables.
2591
2592 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2593
2594 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2595
2596 2019-12-01 Richard Bunt <richard.bunt@arm.com>
2597 Andrew Burgess <andrew.burgess@embecosm.com>
2598
2599 * gdb.fortran/derived-type-striding.exp: New file.
2600 * gdb.fortran/derived-type-striding.f90: New file.
2601 * gdb.fortran/array-slices.exp: New file.
2602 * gdb.fortran/array-slices.f90: New file.
2603
2604 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2605
2606 * gdb.base/define.exp: Test . in command names.
2607 * gdb.base/setshow.exp: Update test, as . is now part of
2608 command name.
2609
2610 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2611
2612 * gdb.base/define-prefix.exp: New file.
2613
2614 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2615
2616 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2617 compile.
2618 (skip_btrace_pt_tests): Likewise.
2619
2620 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2621
2622 * gdb.fortran/info-modules.exp: Compile source files in correct
2623 order.
2624
2625 2019-11-27 Kevin Buettner <kevinb@redhat.com>
2626
2627 * gdb.dwarf2/imported-unit.exp: New file.
2628 * gdb.dwarf2/imported-unit.c: New file.
2629
2630 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2631
2632 * gdb.mi/mi-fortran-modules-2.f90: New file.
2633 * gdb.mi/mi-fortran-modules.exp: New file.
2634 * gdb.mi/mi-fortran-modules.f90: New file.
2635
2636 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2637
2638 * gdb.mi/mi-sym-info-1.c: New file.
2639 * gdb.mi/mi-sym-info-2.c: New file.
2640 * gdb.mi/mi-sym-info.exp: New file.
2641
2642 2019-11-22 Tom Tromey <tromey@adacore.com>
2643
2644 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2645 * gdb.ada/tasks/foo.adb: Add another stopping location.
2646
2647 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2648
2649 * gdb.base/endianity.c: New test.
2650 * gdb.base/endianity.exp: New file.
2651
2652 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2653
2654 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2655
2656 2019-11-21 Tom de Vries <tdevries@suse.de>
2657
2658 PR gdb/24956
2659 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2660
2661 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2662
2663 * gdb.python/py-progspace.exp: Add missing parentheses on some
2664 'print' commands.
2665
2666 2019-11-19 Tom Tromey <tom@tromey.com>
2667
2668 * gdb.tui/winheight.exp: New file.
2669
2670 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2671
2672 * gdb.base/ctf-whatis.c: Delete.
2673 * gdb.base/ctf-whatis.exp: Delete.
2674 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2675
2676 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2677
2678 * gdb.base/ctf-cvexpr.exp: Delete.
2679 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2680
2681 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2682
2683 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2684 the compiler. Clean up header comment a little.
2685 * gdb.base/ctf-ptype.exp: Likewise.
2686 * gdb.base/ctf-whatis.exp: Likewise.
2687 * lib/gdb.exp (skip_ctf_tests): New proc.
2688
2689 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2690
2691 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2692 * gdb.tui/corefile-run.exp: New file.
2693
2694 2019-11-14 Tom Tromey <tromey@adacore.com>
2695
2696 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2697 regression tests.
2698
2699 2019-11-12 Tom Tromey <tom@tromey.com>
2700
2701 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2702 after any command. Expect prompt after WAIT_FOR is seen.
2703 (enter_tui): Enable resize messages.
2704 (command): Expect command in output.
2705 (get_line): Avoid error when cursor appears to be off-screen.
2706 (dump_screen): Include screen size in title.
2707 (_do_resize): New proc, from "resize".
2708 (resize): Rewrite. Do resize in two steps.
2709 * gdb.tui/empty.exp (layouts): Fix entries.
2710 (check_boxes): Remove xfail.
2711 (check_text): Dump screen on failure.
2712
2713 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2714
2715 * gdb.python/py-symbol.exp: Add test for
2716 gdb.lookup_static_symbols.
2717
2718 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2719
2720 * gdb.python/py-symbol.c: Declare and call function from new
2721 py-symbol-2.c file.
2722 * gdb.python/py-symbol.exp: Compile both source files, and add new
2723 tests for gdb.lookup_static_symbol.
2724 * gdb.python/py-symbol-2.c: New file.
2725
2726 2019-11-02 Tom de Vries <tdevries@suse.de>
2727
2728 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2729 * gdb.base/anon.exp: Same.
2730 * gdb.base/auto-connect-native-target.exp: Same.
2731 * gdb.base/call-ar-st.exp: Same.
2732 * gdb.base/catch-syscall.exp: Same.
2733 * gdb.base/commands.exp: Same.
2734 * gdb.base/default.exp: Same.
2735 * gdb.base/display.exp: Same.
2736 * gdb.base/float.exp: Same.
2737 * gdb.base/foll-fork.exp: Same.
2738 * gdb.base/help.exp: Same.
2739 * gdb.base/info-macros.exp: Same.
2740 * gdb.base/info-proc.exp: Same.
2741 * gdb.base/info-target.exp: Same.
2742 * gdb.base/long_long.exp: Same.
2743 * gdb.base/macscp.exp: Same.
2744 * gdb.base/memattr.exp: Same.
2745 * gdb.base/nofield.exp: Same.
2746 * gdb.base/pointers.exp: Same.
2747 * gdb.base/printcmds.exp: Same.
2748 * gdb.base/ptype.exp: Same.
2749 * gdb.base/restore.exp: Same.
2750 * gdb.base/return.exp: Same.
2751 * gdb.base/scope.exp: Same.
2752 * gdb.base/set-noassign.exp: Same.
2753 * gdb.base/setshow.exp: Same.
2754 * gdb.base/shlib-call.exp: Same.
2755 * gdb.base/signals.exp: Same.
2756 * gdb.base/sigstep.exp: Same.
2757 * gdb.base/skip.exp: Same.
2758 * gdb.base/solib-symbol.exp: Same.
2759 * gdb.base/stap-probe.exp: Same.
2760 * gdb.base/step-line.exp: Same.
2761 * gdb.base/step-test.exp: Same.
2762 * gdb.base/style.exp: Same.
2763 * gdb.base/varargs.exp: Same.
2764 * gdb.base/vla-datatypes.exp: Same.
2765 * gdb.base/vla-ptr.exp: Same.
2766 * gdb.base/vla-sideeffect.exp: Same.
2767 * gdb.base/volatile.exp: Same.
2768 * gdb.base/watch-cond-infcall.exp: Same.
2769 * gdb.base/watchpoint.exp: Same.
2770
2771 2019-11-02 Tom de Vries <tdevries@suse.de>
2772
2773 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2774 * gdb.cp/cpexprs.exp: Same.
2775 * gdb.cp/except-multi-location.exp: Same.
2776 * gdb.cp/exceptprint.exp: Same.
2777 * gdb.cp/gdb2384.exp: Same.
2778 * gdb.cp/inherit.exp: Same.
2779 * gdb.cp/m-static.exp: Same.
2780 * gdb.cp/meth-typedefs.exp: Same.
2781 * gdb.cp/misc.exp: Same.
2782 * gdb.cp/namespace.exp: Same.
2783 * gdb.cp/non-trivial-retval.exp: Same.
2784 * gdb.cp/overload.exp: Same.
2785 * gdb.cp/pr17132.exp: Same.
2786 * gdb.cp/re-set-overloaded.exp: Same.
2787 * gdb.cp/rvalue-ref-types.exp: Same.
2788 * gdb.cp/templates.exp: Same.
2789
2790 2019-11-01 Luis Machado <luis.machado@linaro.org>
2791
2792 PR gdb/25124
2793
2794 * gdb.arch/pr25124.S: New file.
2795 * gdb.arch/pr25124.exp: New file.
2796
2797 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2798
2799 * gdb.fortran/info-modules.exp: Update expected results, and add
2800 additional tests for 'info module functinos', and 'info module
2801 variables'.
2802 * gdb.fortran/info-types.exp: Update expected results.
2803 * gdb.fortran/info-types.f90: Extend testcase with additional
2804 module variables and functions.
2805
2806 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2807
2808 * gdb.fortran/info-modules.exp: New file.
2809 * gdb.fortran/info-types.exp: Build with new file.
2810 * gdb.fortran/info-types.f90: Include and use new module.
2811 * gdb.fortran/info-types-2.f90: New file.
2812
2813 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2814
2815 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2816 * gdb.base/settings.exp: Test all settings types using
2817 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2818 that now verifies that the value of "maint show" is the same as
2819 returned by the settings functions. Test the type of the
2820 maintenance settings.
2821 * gdb.base/default.exp: Update show_conv_list.
2822
2823 2019-10-31 Tom de Vries <tdevries@suse.de>
2824
2825 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2826 gdb_test.
2827 * gdb.arch/amd64-disp-step.exp: Same.
2828 * gdb.asm/asm-source.exp: Same.
2829 * gdb.btrace/buffer-size.exp: Same.
2830 * gdb.btrace/cpu.exp: Same.
2831 * gdb.btrace/enable.exp: Same.
2832 * gdb.dwarf2/count.exp: Same.
2833 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2834 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2835 * gdb.fortran/vla-datatypes.exp: Same.
2836 * gdb.fortran/vla-history.exp: Same.
2837 * gdb.fortran/vla-ptype.exp: Same.
2838 * gdb.fortran/vla-value.exp: Same.
2839 * gdb.fortran/whatis_type.exp: Same.
2840 * gdb.guile/guile.exp: Same.
2841 * gdb.multi/tids.exp: Same.
2842 * gdb.python/py-finish-breakpoint.exp: Same.
2843 * gdb.python/py-framefilter.exp: Same.
2844 * gdb.python/py-pp-registration.exp: Same.
2845 * gdb.python/py-xmethods.exp: Same.
2846 * gdb.python/python.exp: Same.
2847 * gdb.server/connect-with-no-symbol-file.exp: Same.
2848 * gdb.server/no-thread-db.exp: Same.
2849 * gdb.server/run-without-local-binary.exp: Same.
2850 * gdb.stabs/weird.exp: Same.
2851 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2852 * gdb.threads/thread-find.exp: Same.
2853 * gdb.threads/tls-shared.exp: Same.
2854 * gdb.threads/tls.exp: Same.
2855 * gdb.threads/wp-replication.exp: Same.
2856 * gdb.trace/ax.exp: Same.
2857 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2858
2859 2019-10-31 Tom de Vries <tdevries@suse.de>
2860
2861 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2862 * gdb.ada/array_subscript_addr.exp: Same.
2863 * gdb.ada/arrayidx.exp: Same.
2864 * gdb.ada/arrayparam.exp: Same.
2865 * gdb.ada/arrayptr.exp: Same.
2866 * gdb.ada/boolean_expr.exp: Same.
2867 * gdb.ada/call_pn.exp: Same.
2868 * gdb.ada/complete.exp: Same.
2869 * gdb.ada/fixed_cmp.exp: Same.
2870 * gdb.ada/fun_addr.exp: Same.
2871 * gdb.ada/funcall_param.exp: Same.
2872 * gdb.ada/interface.exp: Same.
2873 * gdb.ada/mod_from_name.exp: Same.
2874 * gdb.ada/null_array.exp: Same.
2875 * gdb.ada/packed_array.exp: Same.
2876 * gdb.ada/packed_tagged.exp: Same.
2877 * gdb.ada/print_chars.exp: Same.
2878 * gdb.ada/print_pc.exp: Same.
2879 * gdb.ada/ptype_arith_binop.exp: Same.
2880 * gdb.ada/ptype_field.exp: Same.
2881 * gdb.ada/ptype_tagged_param.exp: Same.
2882 * gdb.ada/rec_return.exp: Same.
2883 * gdb.ada/ref_tick_size.exp: Same.
2884 * gdb.ada/str_ref_cmp.exp: Same.
2885 * gdb.ada/taft_type.exp: Same.
2886 * gdb.ada/tagged.exp: Same.
2887 * gdb.ada/type_coercion.exp: Same.
2888 * gdb.ada/uninitialized_vars.exp: Same.
2889
2890 2019-10-30 Tom de Vries <tdevries@suse.de>
2891
2892 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2893
2894 2019-10-26 Tom de Vries <tdevries@suse.de>
2895
2896 * gdb.base/bigcore.c: Fix typos in comments.
2897 * gdb.base/ctf-ptype.c: Same.
2898 * gdb.base/long_long.c: Same.
2899 * gdb.dwarf2/dw2-op-out-param.S: Same.
2900 * gdb.python/py-evthreads.c: Same.
2901 * gdb.reverse/i387-stack-reverse.c: Same.
2902 * gdb.trace/tfile.c: Same.
2903 * lib/compiler.c: Same.
2904 * lib/compiler.cc: Same.
2905
2906 2019-10-25 Tom de Vries <tdevries@suse.de>
2907
2908 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2909 gdb_test_multiple calls.
2910 * gdb.reverse/sigall-reverse.exp: Same.
2911 * gdb.reverse/solib-precsave.exp: Same.
2912 * gdb.reverse/solib-reverse.exp: Same.
2913 * gdb.reverse/until-precsave.exp: Same.
2914 * gdb.reverse/until-reverse.exp: Same.
2915
2916 2019-10-24 Tom de Vries <tdevries@suse.de>
2917
2918 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2919 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2920 kfail using -wrap pattern flag and convenience variable
2921 gdb_test_name.
2922
2923 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2924
2925 * gdb.python/py-progspace.exp: Add tests for the
2926 Progspace.block_for_pc method.
2927
2928 2019-10-23 Tom Tromey <tom@tromey.com>
2929
2930 * configure: Rebuild.
2931 * aclocal.m4: Use m4_include, not sinclude.
2932
2933 2019-10-21 Tom de Vries <tdevries@suse.de>
2934
2935 * gdb.base/infcall-nested-structs.c: Add
2936 __attribute__((noinline,noclone)) to all functions.
2937 (call_all): Add missing variable initialization. Simplify return value.
2938 (breakpt): Increment volatile variable, to prevent call from being
2939 optimized out.
2940 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2941
2942 2019-10-17 Tom de Vries <tdevries@suse.de>
2943
2944 * gdb.fortran/module.exp: Allow info variables to print info for files
2945 other than module.f90.
2946
2947 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2948
2949 * gdb.fortran/module.exp: Extend with 'info variables' test.
2950
2951 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2952
2953 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2954 F77_FOR_TARGET.
2955
2956 2019-10-16 Tom de Vries <tdevries@suse.de>
2957
2958 PR tdep/25096
2959 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2960
2961 2019-10-16 Tom de Vries <tdevries@suse.de>
2962
2963 PR tdep/24104
2964 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2965 Add KFAIL for PR tdep/25096.
2966
2967 2019-10-16 Tom de Vries <tdevries@suse.de>
2968
2969 PR testsuite/25059
2970 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2971
2972 2019-10-16 Tom de Vries <tdevries@suse.de>
2973
2974 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2975 as signed.
2976
2977 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2978
2979 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2980 one instead of increasing timeout.
2981
2982 2019-10-13 Tom de Vries <tdevries@suse.de>
2983
2984 PR record/25038
2985 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2986 * gdb.reverse/sigall-reverse.exp: Same.
2987 * gdb.reverse/solib-precsave.exp: Same.
2988 * gdb.reverse/solib-reverse.exp: Same.
2989 * gdb.reverse/step-precsave.exp: Same.
2990 * gdb.reverse/until-precsave.exp: Same.
2991 * gdb.reverse/until-reverse.exp: Same.
2992 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2993
2994 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2995
2996 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2997 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2998 (cmp_struct_05_01, cmp_struct_static_02_01)
2999 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3000 comparisons.
3001
3002 2019-10-10 Tom de Vries <tdevries@suse.de>
3003
3004 PR testsuite/24888
3005 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3006 gnatlink.
3007
3008 2019-10-09 Tom de Vries <tdevries@suse.de>
3009
3010 PR testsuite/25048
3011 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3012
3013 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3014
3015 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3016 exceptions due to missing debug information.
3017
3018 2019-10-07 Tom de Vries <tdevries@suse.de>
3019
3020 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3021
3022 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3023
3024 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3025 * gdb.base/annota1.exp: Update to use gdb_test_name.
3026
3027 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
3028
3029 * gdb.base/ctf-whatis.exp: New file.
3030 * gdb.base/ctf-whatis.c: New file.
3031 * gdb.base/ctf-ptype.exp: New file.
3032 * gdb.base/ctf-ptype.c: New file.
3033 * gdb.base/ctf-constvars.exp: New file.
3034 * gdb.base/ctf-constvars.c: New file.
3035 * gdb.base/ctf-cvexpr.exp: New file.
3036
3037 2019-10-04 Tom de Vries <tdevries@suse.de>
3038
3039 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3040 for loop.
3041
3042 2019-10-03 Tom Tromey <tom@tromey.com>
3043
3044 PR rust/24976:
3045 * gdb.rust/simple.rs (Union2): New type.
3046 (main): Use Union2.
3047 * gdb.rust/simple.exp: Add test.
3048
3049 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3050
3051 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3052 nested function prefix.
3053
3054 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3055 Richard Bunt <richard.bunt@arm.com>
3056 Andrew Burgess <andrew.burgess@embecosm.com>
3057
3058 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3059 nested functions.
3060 * gdb.fortran/nested-funcs.f90: Update expected results.
3061 * gdb.fortran/nested-funcs-2.exp: New file.
3062 * gdb.fortran/nested-funcs-2.f90: New file.
3063
3064 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3065
3066 * gdb.python/py-parameter.exp: Make test names unique.
3067 * gdb.python/py-template.exp: Likewise.
3068 * gdb.python/py-value.exp: Likewise.
3069
3070 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3071
3072 * gdb.base/break-interp.exp: Reduce test name duplication.
3073 * gdb.base/call-sc.exp: Likewise.
3074 * gdb.base/callfuncs.exp: Likewise.
3075 * gdb.base/charset.exp: Likewise.
3076 * gdb.base/dump.exp: Likewise.
3077 * gdb.base/ena-dis-br.exp: Likewise.
3078 * gdb.base/relational.exp: Likewise.
3079 * gdb.base/step-over-syscall.exp: Likewise.
3080 * gdb.base/structs.exp: Likewise.
3081
3082 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3083
3084 * gdb.linespec/explicit.exp: Make test names unique.
3085 * gdb.linespec/ls-errs.exp: Likewise.
3086
3087 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3088
3089 * gdb.reverse/break-precsave.exp: Make test names unique.
3090 * gdb.reverse/break-reverse.exp: Likewise.
3091 * gdb.reverse/finish-precsave.exp: Likewise.
3092 * gdb.reverse/finish-reverse.exp: Likewise.
3093 * gdb.reverse/machinestate-precsave.exp: Likewise.
3094 * gdb.reverse/machinestate.exp: Likewise.
3095 * gdb.reverse/readv-reverse.exp: Likewise.
3096 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3097 * gdb.reverse/sigall-precsave.exp: Likewise.
3098 * gdb.reverse/sigall-reverse.exp: Likewise.
3099 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3100 * gdb.reverse/watch-precsave.exp: Likewise.
3101 * gdb.reverse/watch-reverse.exp: Likewise.
3102
3103 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3104
3105 * gdb.threads/stop-with-handle.c: New file.
3106 * gdb.threads/stop-with-handle.exp: New file.
3107
3108 2019-10-03 Tom de Vries <tdevries@suse.de>
3109
3110 PR testsuite/25059
3111 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3112 directory" line to be missing.
3113
3114 2019-10-03 Tom de Vries <tdevries@suse.de>
3115
3116 PR testsuite/25059
3117 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3118 type optional.
3119
3120 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3121
3122 * gdb.python/py-format-string.c (string.h): New include.
3123 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3124 the same value, for endianness-independence.
3125 * gdb.python/py-format-string.exp (default_regexp_dict)
3126 (test_pretty_structs, test_format): Adjust expected output to the
3127 changed initialization.
3128
3129 2019-10-02 Tom Tromey <tromey@adacore.com>
3130
3131 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3132
3133 2019-10-02 Pedro Alves <palves@redhat.com>
3134 Andrew Burgess <andrew.burgess@embecosm.com>
3135
3136 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3137 "print-file-var.h".
3138 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3139 (get_version_1): Print this_version_id and its address.
3140 Add extern "C" wrappers around interface functions.
3141 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3142 "print-file-var.h".
3143 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3144 (get_version_2): Print this_version_id and its address.
3145 Add extern "C" wrappers around interface functions.
3146 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3147 <stddef.h> and "print-file-var.h".
3148 Add extern "C" wrappers around interface functions.
3149 [VERSION_ID_MAIN] (this_version_id): Define.
3150 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3151 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3152 up extern "C" blocks.
3153 * gdb.base/print-file-var.exp (test): New, factored out from top
3154 level.
3155 (top level): Test all combinations of attribute hidden or not,
3156 dlopen or not, and this_version_id symbol in main file or not.
3157 Compile tests as both C++ and C, make test names unique.
3158
3159 2019-10-01 Tom Tromey <tom@tromey.com>
3160
3161 * gdb.base/style.exp: Test "show logging filename".
3162
3163 2019-10-01 Tom Tromey <tom@tromey.com>
3164
3165 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3166 * gdb.base/style.exp: Add metadata style test.
3167
3168 2019-10-01 Tom Tromey <tom@tromey.com>
3169
3170 * gdb.base/style.exp: Test "pwd".
3171
3172 2019-10-01 Tom Tromey <tom@tromey.com>
3173
3174 * gdb.base/style.exp: Update tests.
3175
3176 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3177
3178 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3179 'six' to unsigned.
3180 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3181 'five'. Use an all-ones bit pattern for each.
3182 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3183 to its changed values.
3184
3185 2019-09-30 Tom Tromey <tromey@adacore.com>
3186
3187 * gdb.rust/traits.rs: Disable all warnings.
3188
3189 2019-09-29 Tom de Vries <tdevries@suse.de>
3190
3191 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
3192
3193 2019-09-29 Tom de Vries <tdevries@suse.de>
3194
3195 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3196
3197 2019-09-27 Tom de Vries <tdevries@suse.de>
3198
3199 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3200
3201 2019-09-27 Tom de Vries <tdevries@suse.de>
3202
3203 PR record/23188
3204 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3205
3206 2019-09-26 Tom Tromey <tromey@adacore.com>
3207
3208 * gdb.ada/py_taft.exp: New file.
3209 * gdb.ada/py_taft/main.adb: New file.
3210 * gdb.ada/py_taft/pkg.adb: New file.
3211 * gdb.ada/py_taft/pkg.ads: New file.
3212
3213 2019-09-24 Tom de Vries <tdevries@suse.de>
3214
3215 PR gdb/24598
3216 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3217
3218 2019-09-22 Tom de Vries <tdevries@suse.de>
3219
3220 * gdb.base/restore.exp: Allow register variables to be optimized out at
3221 -O0.
3222
3223 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3224
3225 * gdb.arch/spu-info.exp: Remove file.
3226 * gdb.arch/spu-info.c: Remove file.
3227 * gdb.arch/spu-ls.exp: Remove file.
3228 * gdb.arch/spu-ls.c: Remove file.
3229
3230 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3231 * gdb.asm/spu.inc: Remove file.
3232
3233 * gdb.base/dump.exp: Remove support for spu*-*-*.
3234 * gdb.base/stack-checking.exp: Likewise.
3235 * gdb.base/overlays.exp: Likewise.
3236 * gdb.base/ovlymgr.c: Likewise.
3237 * gdb.base/spu.ld: Remove file.
3238
3239 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3240 * gdb.cp/cpexprs.exp: Likewise.
3241 * gdb.cp/exception.exp: Likewise.
3242 * gdb.cp/gdb2495.exp: Likewise.
3243 * gdb.cp/mb-templates.exp: Likewise.
3244 * gdb.cp/pr9167.exp: Likewise.
3245 * gdb.cp/userdef.exp: Likewise.
3246
3247 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3248
3249 * gdb.cell: Remove directory.
3250 * lib/cell.exp: Remove file.
3251
3252 2019-09-19 Tom de Vries <tdevries@suse.de>
3253
3254 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3255
3256 2019-09-19 Tom de Vries <tdevries@suse.de>
3257
3258 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3259
3260 2019-09-19 Tom de Vries <tdevries@suse.de>
3261
3262 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3263 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3264 (gdb_target_cmd): ... here.
3265 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3266 value 2.
3267
3268 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3269
3270 * gdb.base/source-dir.exp: Avoid having directory names in test
3271 names.
3272
3273 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3274
3275 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3276 directory.
3277
3278 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3279
3280 * gdb.base/list-missing-source.exp: New file.
3281
3282 2019-09-14 Tom de Vries <tdevries@suse.de>
3283
3284 PR teststuite/24599
3285 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3286 * lib/ada.exp (gnatmake_version_at_least): New proc.
3287
3288 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3289
3290 * gdb.base/maint.exp: Use exec_has_index_section.
3291
3292 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3293
3294 * gdb.base/maint.exp: Add test for 'maint info sections'.
3295
3296 2019-09-12 Tom de Vries <tdevries@suse.de>
3297
3298 * gdb.base/store.exp: Allow register variables to be optimized out at
3299 -O0.
3300
3301 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3302
3303 * gdb.ada/rdv_wait.exp: Update to new task names.
3304 * gdb.base/task_switch_in_core.exp: Likewise.
3305 * gdb.base/info_sources_base.c: Likewise.
3306
3307 2019-09-10 Tom Tromey <tromey@adacore.com>
3308
3309 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3310
3311 2019-09-10 Tom Tromey <tromey@adacore.com>
3312
3313 * gdb.ada/dgopt.exp: New file.
3314 * gdb.ada/dgopt/x.adb: New file.
3315
3316 2019-09-08 Tom Tromey <tom@tromey.com>
3317
3318 * gdb.tui/resize.exp: Remove setup_xfail.
3319 * gdb.tui/regs.exp: Remove setup_xfail.
3320 * gdb.tui/basic.exp: Remove setup_xfail.
3321
3322 2019-09-06 David Blaikie <dblaikie@gmail.com>
3323
3324 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3325 * gdb.cp/cplabel.exp: Ditto.
3326 * gdb.linespec/ls-errs.exp: Ditto.
3327
3328 2019-09-05 Tom de Vries <tdevries@suse.de>
3329
3330 * lib/gdb.exp (cmp_file_string): New proc.
3331 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3332 runto_main. Verify save breakpoints output.
3333
3334 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3335
3336 * gdb.base/info-var.exp: Test info variables without running
3337 to main, to avoid expect's buffer overflow.
3338
3339 2019-09-03 Tom Tromey <tromey@adacore.com>
3340
3341 * gdb.ada/bias.exp: New file.
3342 * gdb.ada/bias/bias.adb: New file.
3343 * gdb.ada/print_chars.exp: Add regression test.
3344 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3345 (MC): New variable.
3346
3347 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3348
3349 * gdb.base/argv0-symlink.exp: Run only on native target
3350 and local host.
3351
3352 2019-08-29 Tom de Vries <tdevries@suse.de>
3353
3354 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3355 diverse debug info.
3356 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3357
3358 2019-08-28 Tom de Vries <tdevries@suse.de>
3359
3360 * gdb.base/info-var.exp: Allow info variables to print info for files
3361 other than info-var-f1.c and info-var-f2.c.
3362
3363 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3364
3365 * gdb.fortran/info-types.exp: Add module.
3366 * gdb.fortran/info-types.f90: Update expected results.
3367
3368 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3369
3370 * gdb.fortran/info-types.exp: New file.
3371 * gdb.fortran/info-types.f90: New file.
3372 * lib/fortran.exp (fortran_character1): New proc.
3373
3374 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3375
3376 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3377 functions'. Reindent as needed.
3378 * gdb.base/info-var-f1.c: New file.
3379 * gdb.base/info-var-f2.c: New file.
3380 * gdb.base/info-var.exp: New file.
3381 * gdb.base/info-var.h: New file.
3382
3383 2019-08-26 Tom de Vries <tdevries@suse.de>
3384
3385 PR c++/24852
3386 * gdb.cp/no-libstdcxx-probe.exp: New test.
3387
3388 2019-08-26 Tom de Vries <tdevries@suse.de>
3389
3390 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3391 * tests need to be skipped.
3392 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3393 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3394 mi_skip_libstdcxx_probe_tests.
3395
3396 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3397
3398 * gdb.python/py-xmethods.exp: Use raw strings when passing
3399 arguments to SimpleXMethodMatcher.
3400
3401 2019-08-22 Tom de Vries <tdevries@suse.de>
3402
3403 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3404 more informative.
3405
3406 2019-08-21 Pedro Alves <palves@redhat.com>
3407
3408 * gdb.base/with.exp: Test "with" with no arguments.
3409
3410 2019-08-21 Tom de Vries <tdevries@suse.de>
3411
3412 * gdb.base/gdb-caching-proc.exp: Sort files.
3413
3414 2019-08-20 Tom de Vries <tdevries@suse.de>
3415
3416 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3417 compilation.
3418
3419 2019-08-16 Tom de Vries <tdevries@suse.de>
3420
3421 * gdb.base/compare-sections.exp ("after run to main"): Allow
3422 mismatched read-only sections for PIE executables.
3423
3424 2019-08-16 Tom Tromey <tom@tromey.com>
3425
3426 * lib/tuiterm.exp (_csi_Z): New proc.
3427 * gdb.tui/basic.exp: Update window positions.
3428 * gdb.tui/empty.exp: Update window positions.
3429
3430 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3431
3432 * gdb.base/examine-backward.exp: Correct regexp for
3433 "examine 3 bytes backward from ${address_zero}".
3434
3435 2019-08-15 Tom Tromey <tom@tromey.com>
3436
3437 * gdb.tui/empty.exp: Enable resizing tests.
3438
3439 2019-08-15 Tom Tromey <tromey@adacore.com>
3440
3441 * gdb.ada/char_enum.exp: Add regression tests.
3442 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3443 and '0'.
3444 (Char, Gchar): Update.
3445 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3446
3447 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3448
3449 * gdb.python/python.exp: Expect a leading underscore on
3450 GdbOutput{,Error}File.
3451
3452 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3453
3454 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3455 Windows host.
3456
3457 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3458
3459 * gdb.base/batch-preserve-term-settings.exp
3460 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3461
3462 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3463
3464 * lib/gdb.exp: When running on a mingw target, replace
3465 /x/ with x:/.
3466
3467 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3468
3469 * gdb.arch/aarch64-prologue.c: New test.
3470 * gdb.arch/aarch64-prologue.exp: New file.
3471
3472 2019-08-13 Tom de Vries <tdevries@suse.de>
3473
3474 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3475 Thread.
3476
3477 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3478
3479 * gdb.python/py-completion.exp: Download the .py file to the host
3480 and use its host pathname. Conditionalize tests that use
3481 tab completion and manipulate files on the build machine.
3482 * gdb.python/py-events.exp: Download the .py file to the host
3483 and use its host pathname.
3484 * gdb.python/py-evsignal.exp: Likewise.
3485 * gdb.python/py-evthreads.exp: Likewise.
3486 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3487 pathname syntax.
3488 * gdb.python/py-framefilter.exp: Download the .py file to the right
3489 place on the host. Match Windows pathname syntax.
3490 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3491 .py file to the host and use its host pathname.
3492 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3493 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3494 build pathname. Skip symlink test on Windows host. Add missing
3495 newline at end of file.
3496 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3497 and use its host pathname.
3498 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3499 * gdb.python/py-section-script.exp: Use host location of binfile
3500 on safe-path. Use correct path separator on Windows host.
3501 Reorder alternatives in gdb_test_multiple to prevent matching
3502 the wrong alternative on success.
3503 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3504
3505 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3506
3507 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3508 expect the GDB inferior to no longer immediately stop after
3509 being resumed with "signal SIGINT".
3510
3511 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3512
3513 * gdb.linespec/break-ask.exp: Generalize regexps to match
3514 Windows pathnames too.
3515
3516 2019-08-08 Tom de Vries <tdevries@suse.de>
3517
3518 PR testsuite/24862
3519 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3520
3521 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3522
3523 * gdb.base/style.exp: Update tests for help doc new invariants.
3524 * gdb.base/help.exp: Likewise.
3525
3526 2019-08-06 Tom Tromey <tom@tromey.com>
3527
3528 * gdb.base/style.exp: Add disassemble test.
3529 * gdb.base/style.c (some_called_function): New function.
3530 (main): Use it.
3531
3532 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3533
3534 * gdb.python/py-block.exp: Test dictionary access on blocks.
3535
3536 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3537
3538 PR gdb/24863
3539 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3540 -list-thread-groups --available test when running under
3541 check-read1.
3542
3543 2019-08-05 Tom de Vries <tdevries@suse.de>
3544
3545 PR testsuite/24863
3546 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3547 * gdb.base/help.exp: Use with_read1_timeout_factor.
3548 * gdb.base/info-macros.exp: Same.
3549 * gdb.cp/nested-types.exp: Same.
3550
3551 2019-08-05 Tom de Vries <tdevries@suse.de>
3552
3553 * lib/gdb.exp (version_at_least): Factor out of ...
3554 (tcl_version_at_least): ... here.
3555 (gdb_compile): Fail if pie results in non-PIE executable.
3556 (readelf_version, readelf_prints_pie): New proc.
3557 (exec_is_pie): Return -1 if unknown.
3558
3559 2019-08-05 Tom de Vries <tdevries@suse.de>
3560
3561 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3562
3563 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3564
3565 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3566
3567 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3568
3569 * lib/completion-support.exp (test_gdb_complete_none): Skip
3570 tab completion tests if no readline support.
3571 (test_gdb_complete_unique_re): Likewise.
3572 (test_gdb_complete_multiple): Likewise.
3573
3574 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3575
3576 * gdb.base/info_sources.exp: New file.
3577 * gdb.base/info_sources.c: New file.
3578 * gdb.base/info_sources_base.c: New file.
3579
3580 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3581
3582 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3583 prefix argument.
3584 (test_exit_status): Add prefix argument.
3585
3586 2019-08-01 Tom de Vries <tdevries@suse.de>
3587
3588 PR testsuite/24863
3589 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3590 calling exp_continue for new thread and thread exited messages.
3591
3592 2019-08-01 Tom de Vries <tdevries@suse.de>
3593
3594 PR testsuite/24863
3595 * gdb.base/structs.exp: Fix check-read1 timeout using
3596 gdb_test_sequence.
3597 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3598
3599 2019-08-01 Tom de Vries <tdevries@suse.de>
3600
3601 PR testsuite/24863
3602 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3603 line.
3604
3605 2019-08-01 Tom de Vries <tdevries@suse.de>
3606
3607 PR testsuite/24863
3608 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3609
3610 2019-07-30 Tom Tromey <tromey@adacore.com>
3611
3612 * gdb.ada/display_nested.exp: New file.
3613 * gdb.ada/display_nested/foo.adb: New file.
3614 * gdb.ada/display_nested/pack.adb: New file.
3615 * gdb.ada/display_nested/pack.ads: New file.
3616
3617 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3618
3619 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3620 namespace.
3621 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3622
3623 2019-07-30 Tom de Vries <tdevries@suse.de>
3624
3625 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3626 instead.
3627
3628 2019-07-30 Tom de Vries <tdevries@suse.de>
3629
3630 PR testsuite/24834
3631 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3632 (exec_is_pie): New proc.
3633
3634 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3635
3636 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3637
3638 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3639
3640 * gdb.python/py-objfile.c: Add global and static vars.
3641 * gdb.python/py-objfile.exp: Test new functions Objfile.
3642 lookup_global_symbol and lookup_static_symbol.
3643
3644 2019-07-29 Tom Tromey <tom@tromey.com>
3645
3646 * lib/tuiterm.exp (Term::_csi_@): New proc.
3647 (Term::_csi_X): Don't move cursor.
3648
3649 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3650
3651 * gdb.base/options.exp: Update backtrace - completion to
3652 new option -frame-info.
3653 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3654 Test new 'set print frame-info'. Test backtrace -frame-info
3655 overriding 'set print frame-info'.
3656 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3657 Test new 'set print frame-info'.
3658 Verify consistency of backtrace with and without filters, with and
3659 without -no-filters.
3660 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3661 default.
3662
3663 2019-07-29 Tom de Vries <tdevries@suse.de>
3664
3665 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3666 no arguments".
3667
3668 2019-07-29 Tom de Vries <tdevries@suse.de>
3669
3670 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3671 is a substring of the first for "complete non-unique file name".
3672
3673 2019-07-29 Tom de Vries <tdevries@suse.de>
3674
3675 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3676 with ".*".
3677
3678 2019-07-29 Tom de Vries <tdevries@suse.de>
3679
3680 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3681 Pass prompt_regexp parameter to gdb_test_multiple calls.
3682
3683 2019-07-29 Tom de Vries <tdevries@suse.de>
3684
3685 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3686 print registers" regexps.
3687
3688 2019-07-29 Tom de Vries <tdevries@suse.de>
3689
3690 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3691
3692 2019-07-29 Tom de Vries <tdevries@suse.de>
3693
3694 PR gdb/24855
3695 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3696 (skip_python_tests_prompt): Add prompt_regexp argument to
3697 gdb_test_multiple calls.
3698
3699 2019-07-27 Tom Tromey <tom@tromey.com>
3700
3701 * gdb.tui/main.exp: New file.
3702
3703 2019-07-27 Tom Tromey <tom@tromey.com>
3704
3705 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3706 optional.
3707 * gdb.tui/empty.exp: New file.
3708
3709 2019-07-27 Tom Tromey <tom@tromey.com>
3710
3711 * lib/tuiterm.exp (spawn): New proc.
3712 (Term::resize): New proc.
3713 * gdb.tui/resize.exp: New file.
3714
3715 2019-07-27 Tom Tromey <tom@tromey.com>
3716
3717 * gdb.tui/list.exp: New file.
3718
3719 2019-07-27 Tom Tromey <tom@tromey.com>
3720
3721 * gdb.tui/regs.exp: New file.
3722
3723 2019-07-27 Tom Tromey <tom@tromey.com>
3724
3725 * gdb.tui/basic.exp: Add "layout split" test.
3726
3727 2019-07-27 Tom Tromey <tom@tromey.com>
3728
3729 * gdb.tui/basic.exp: Add "layout asm" test.
3730
3731 2019-07-27 Tom Tromey <tom@tromey.com>
3732
3733 * lib/tuiterm.exp: New file.
3734 * gdb.tui/basic.exp: New file.
3735
3736 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3737
3738 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3739 Enable tests associated with this flag. Adjust regex
3740 referencing "foo_low" to now refer to "foo_cold" instead.
3741
3742 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3743
3744 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3745 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3746 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3747 foo_cold. Revise comments to match.
3748 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3749 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3750 were wrapped into this proc; Call do_test in loop from outermost
3751 level.
3752 (foo_low): Rename all occurrences to "foo_cold".
3753 (backtrace from baz): New test.
3754 (x2/i foo_cold): New test.
3755 (info line *foo_cold): New test.
3756
3757 2019-07-26 Tom de Vries <tdevries@suse.de>
3758
3759 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3760
3761 2019-07-25 Tom de Vries <tdevries@suse.de>
3762
3763 PR testsuite/24830
3764 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3765 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3766 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3767 (skip_libstdcxx_probe_tests): ... here.
3768 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3769
3770 2019-07-24 Tom de Vries <tdevries@suse.de>
3771
3772 PR testsuite/24807
3773 * gdb.objc/basicclass.m: Include stdio.h.
3774 * gdb.objc/nondebug.m: Same.
3775 * gdb.objc/objcdecode.m: Same.
3776
3777 2019-07-24 Tom de Vries <tdevries@suse.de>
3778
3779 PR testsuite/24612
3780 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3781 additional_flags.
3782
3783 2019-07-24 Tom de Vries <tdevries@suse.de>
3784
3785 PR testsuite/24831
3786 * gdb.multi/tids.exp: Update error messages for info threads.
3787
3788 2019-07-24 Tom de Vries <tdevries@suse.de>
3789
3790 * gdb.base/info-types.exp: Allow info types to print info for more than
3791 one file.
3792
3793 2019-07-23 Tom de Vries <tdevries@suse.de>
3794
3795 PR testsuite/24842
3796 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3797 gdb_spawn_with_cmdline_opts.
3798
3799 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3800
3801 * gdb.arch/arm-cmse-sgstubs.c: New test.
3802 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3803
3804 2019-07-23 Tom de Vries <tdevries@suse.de>
3805
3806 PR testsuite/24711
3807 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3808 issuing next command.
3809
3810 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3811
3812 * gdb.ada/info_auto_lang.exp: Update expected results.
3813 * gdb.base/info-types.c: Add additional types to check.
3814 * gdb.base/info-types.exp: Update expected results.
3815
3816 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3817
3818 * gdb.base/info-types.c: New file.
3819 * gdb.base/info-types.exp: New file.
3820
3821 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3822
3823 * gdb.arch/riscv-bp-infcall.c: New file.
3824 * gdb.arch/riscv-bp-infcall.exp: New file.
3825
3826 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3827
3828 PR breakpoints/24541
3829 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3830
3831 2019-07-14 Tom de Vries <tdevries@suse.de>
3832
3833 PR testsuite/24760
3834 * gdb.objc/basicclass.exp: Fix unterminated string.
3835
3836 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3837 Andrew Burgess <andrew.burgess@embecosm.com>
3838
3839 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3840 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3841 negative bounds.
3842 * gdb.fortran/vla-value.exp: Print elements of an array with
3843 negative bounds.
3844 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3845 testing.
3846
3847 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3848
3849 * gdb.base/options.exp (expect_string): Dequote strings in
3850 results.
3851 (test-string): Test strings with different quoting and reindent.
3852
3853 2019-07-10 Tom Tromey <tromey@adacore.com>
3854
3855 * gdb.ada/mi_ex_cond.exp: Update expected results.
3856 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3857 * gdb.ada/mi_catch_ex.exp: Update expected results.
3858 * gdb.ada/mi_catch_assert.exp: Update expected results.
3859 * gdb.ada/catch_ex.exp (catch_exception_info)
3860 (catch_exception_entry, catch_assert_entry)
3861 (catch_unhandled_entry): Update.
3862 * gdb.ada/catch_assert_if.exp: Update expected results.
3863
3864 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3865 Stephen Roberts <stephen.roberts@arm.com>
3866
3867 * gdb.base/define.exp: Restore original prompt.
3868
3869 2019-07-09 Pedro Alves <palves@redhat.com>
3870
3871 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3872 breakpoints" output.
3873 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3874 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3875 throw" creates breakpoint.
3876 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3877 'type="catchpoint"'.
3878
3879 2019-07-09 Pedro Alves <palves@redhat.com>
3880
3881 PR c++/15468
3882 * gdb.cp/except-multi-location-lib.cc: New.
3883 * gdb.cp/except-multi-location-main.cc: New.
3884 * gdb.cp/except-multi-location.exp: New.
3885
3886 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3887
3888 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3889 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3890 argument and update callers.
3891
3892 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3893
3894 * gdb.arch/amd64-break-on-asm-line.S: New file.
3895 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3896
3897 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3898
3899 * gdb.base/printcmds.exp: Test printing C string and
3900 C wide string convenience vars without transiting via the inferior.
3901 Also make test names unique.
3902
3903 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3904
3905 PR breakpoints/25011
3906 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3907
3908 2019-07-04 Pedro Alves <palves@redhat.com>
3909
3910 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3911 body returned ok(0), break(3) or continue(4).
3912 * gdb.testsuite/foreach_with_prefix.exp: New file.
3913
3914 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3915
3916 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3917
3918 2019-07-03 Pedro Alves <palves@redhat.com>
3919
3920 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3921 "return -code".
3922
3923 2019-07-03 Pedro Alves <palves@redhat.com>
3924
3925 PR cli/24732
3926 * gdb.base/shell.exp: Load completion-support.exp.
3927 Adjust expected error output. Add completion tests.
3928
3929 2019-07-03 Pedro Alves <palves@redhat.com>
3930
3931 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3932 string_to_regexp.
3933
3934 2019-07-03 Pedro Alves <palves@redhat.com>
3935
3936 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3937 (expect_integer): Adjust to expect "-string".
3938 (expect_string): New.
3939 (all_options): Expect "-string".
3940 (test-flag, test-boolean): Adjust to expect "-string".
3941 (test-string): New proc.
3942 (top level): Call it.
3943
3944 2019-07-03 Pedro Alves <palves@redhat.com>
3945
3946 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3947 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3948 the expected output in the success.
3949
3950 2019-07-03 Pedro Alves <palves@redhat.com>
3951
3952 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3953 Split one gdb_test_multiple call in two to avoid a race.
3954
3955 2019-07-03 Pedro Alves <palves@redhat.com>
3956
3957 * gdb.base/with.c: New file.
3958 * gdb.base/with.exp: New file.
3959
3960 2019-07-03 Pedro Alves <palves@redhat.com>
3961
3962 * gdb.base/settings.exp: Replace all references to "maint
3963 test-settings set" with references to "maint set test-settings",
3964 and all references to "maint test-settings show" with references
3965 to "maint show test-settings".
3966
3967 2019-07-03 Pedro Alves <palves@redhat.com>
3968
3969 * gdb.base/settings.exp (test-string): Adjust expected out when
3970 testing "maint test-settings show filename"
3971
3972 2019-07-02 Pedro Alves <palves@redhat.com>
3973
3974 * gdb.base/options.exp (test-info-threads): New procedure.
3975 (top level): Call it.
3976
3977 2019-06-28 Tom Tromey <tromey@adacore.com>
3978
3979 * gdb.dwarf2/ada-linkage-name.c: New file.
3980 * gdb.dwarf2/ada-linkage-name.exp: New file.
3981
3982 2019-06-27 Tom Tromey <tromey@adacore.com>
3983
3984 PR c++/20020:
3985 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3986
3987 2019-06-26 Tom de Vries <tdevries@suse.de>
3988
3989 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3990
3991 2019-06-26 Tom de Vries <tdevries@suse.de>
3992
3993 * gdb.base/index-cache.exp: Add back missing debug option.
3994
3995 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3996
3997 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3998
3999 2019-06-25 Tom de Vries <tdevries@suse.de>
4000
4001 PR testsuite/24727
4002 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4003
4004 2019-06-24 Tom de Vries <tdevries@suse.de>
4005
4006 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4007
4008 2019-06-24 Tom de Vries <tdevries@suse.de>
4009
4010 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4011 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4012 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4013
4014 2019-06-24 Tom de Vries <tdevries@suse.de>
4015
4016 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4017
4018 2019-06-21 Tom de Vries <tdevries@suse.de>
4019
4020 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4021
4022 2019-06-21 Tom de Vries <tdevries@suse.de>
4023
4024 PR testsuite/24518
4025 PR ada/24713
4026 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4027 index.
4028
4029 2019-06-19 Tom Tromey <tromey@adacore.com>
4030
4031 * gdb.ada/length_cond.exp: Add intro comment.
4032
4033 2019-06-19 Tom Tromey <tromey@adacore.com>
4034
4035 * gdb.ada/length_cond.exp: New file.
4036 * gdb.ada/length_cond/length_cond.adb: New file.
4037 * gdb.ada/length_cond/pck.adb: New file.
4038 * gdb.ada/length_cond/pck.ads: New file.
4039
4040 2019-06-18 Tom de Vries <tdevries@suse.de>
4041
4042 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4043
4044 2019-06-18 Tom Tromey <tromey@adacore.com>
4045
4046 * gdb.base/list0.h: Add comment explaining control character.
4047
4048 2019-06-18 Tom de Vries <tdevries@suse.de>
4049
4050 * boards/fission.exp: Break up long debug_flags line.
4051
4052 2019-06-16 Tom de Vries <tdevries@suse.de>
4053
4054 PR gdb/24445
4055 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4056 generated index.
4057
4058 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4059
4060 PR gdb/24686
4061 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4062 improve detection of bug gdb/24541.
4063
4064 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4065
4066 PR gdb/24669
4067 * gdb.base/index-cache.exp (uses_readnow,
4068 expecting_index_cache_use): Define global variable.
4069 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4070 expecting_index_cache_use.
4071
4072 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4073 Andrew Burgess <andrew.burgess@embecosm.com>
4074
4075 * gdb.fortran/pointers.f90: New file.
4076 * gdb.fortran/print_type.exp: New file.
4077 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4078 * gdb.fortran/vla-type.exp: Likewise.
4079 * gdb.fortran/vla-value.exp: Likewise.
4080 * gdb.mi/mi-vla-fortran.exp: Likewise.
4081
4082 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4083
4084 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4085 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4086 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4087 as a stop reason.
4088
4089 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4090
4091 * gdb.base/annota1.exp: Update expected results.
4092 * gdb.cp/annota2.exp: Likewise.
4093 * gdb.cp/annota3.exp: Likewise.
4094
4095 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4096
4097 * gdb.base/style-logging.exp: Remove path from test name.
4098
4099 2019-06-14 Tom Tromey <tromey@adacore.com>
4100
4101 PR gdb/24502:
4102 * gdb.base/style-logging.exp: New file.
4103
4104 2019-06-14 Tom Tromey <tromey@adacore.com>
4105
4106 * gdb.base/symfile-warn.exp: New file.
4107 * gdb.base/symfile-warn.c: New file.
4108
4109 2019-06-14 Tom Tromey <tromey@adacore.com>
4110
4111 * gdb.base/annotate-symlink.exp: New file.
4112
4113 2019-06-14 Tom Tromey <tromey@adacore.com>
4114
4115 * gdb.ada/set_wstr.exp: Add reassignment test.
4116
4117 2019-06-14 Tom Tromey <tromey@adacore.com>
4118
4119 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4120 'unchecked_access and 'unrestricted_access as well.
4121
4122 2019-06-14 Tom Tromey <tromey@adacore.com>
4123
4124 PR ada/24539:
4125 * gdb.ada/vla.exp: Update tests.
4126 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4127 pragma.
4128
4129 2019-06-13 Pedro Alves <palves@redhat.com>
4130
4131 * gdb.base/settings.exp (test-integer): Test junk after
4132 "unlimited".
4133
4134 2019-06-13 Pedro Alves <palves@redhat.com>
4135
4136 * gdb.base/options.exp (test-thread-apply): New.
4137 (top level): Call it.
4138
4139 2019-06-13 Pedro Alves <palves@redhat.com>
4140
4141 * gdb.base/options.exp (test-frame-apply): New.
4142 (top level): Test print commands with different "frame apply"
4143 prefixes.
4144
4145 2019-06-13 Pedro Alves <palves@redhat.com>
4146
4147 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
4148 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4149 'max_completions' parameter and handle it.
4150 (test_gdb_completion_offers_commands): New.
4151
4152 2019-06-13 Pedro Alves <palves@redhat.com>
4153
4154 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4155
4156 2019-06-13 Pedro Alves <palves@redhat.com>
4157
4158 * gdb.base/options.exp (test-backtrace): New.
4159 (top level): Call it.
4160
4161 2019-06-13 Pedro Alves <palves@redhat.com>
4162
4163 * gdb.guile/scm-frame-args.exp: Use "set print
4164 raw-frame-arguments" instead of "set print raw frame-arguments".
4165 * gdb.python/py-frame-args.exp: Likewise.
4166
4167 2019-06-13 Pedro Alves <palves@redhat.com>
4168
4169 * gdb.compile/compile.exp: Adjust expected output to option
4170 processing changes.
4171
4172 2019-06-13 Pedro Alves <palves@redhat.com>
4173
4174 * gdb.base/options.exp: Build executable.
4175 (test-print): New procedure.
4176 (top level): Call it, once for "print" and another for "compile
4177 print".
4178
4179 2019-06-13 Pedro Alves <palves@redhat.com>
4180
4181 * gdb.base/options.c: New file.
4182 * gdb.base/options.exp: New file.
4183
4184 2019-06-13 Pedro Alves <palves@redhat.com>
4185
4186 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4187 that "o" is ambiguous.
4188
4189 2019-06-13 Pedro Alves <palves@redhat.com>
4190
4191 * gdb.base/settings.c: New file.
4192 * gdb.base/settings.exp: New file.
4193
4194 2019-06-13 Pedro Alves <palves@redhat.com>
4195
4196 * gdb.base/completion.exp: Fix comment typo.
4197
4198 2019-06-13 Pedro Alves <palves@redhat.com>
4199
4200 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4201 foo --1" test.
4202
4203 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4204
4205 * gdb.fortran/block-data.f: New.
4206 * gdb.fortran/block-data.exp: New.
4207
4208 2019-06-11 Tom de Vries <tdevries@suse.de>
4209
4210 PR testsuite/24521
4211 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4212 message.
4213
4214 2019-06-11 Tom de Vries <tdevries@suse.de>
4215
4216 PR testsuite/24521
4217 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4218
4219 2019-06-11 Tom de Vries <tdevries@suse.de>
4220
4221 * boards/readnow.exp: New file.
4222
4223 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4224
4225 * gdb.fortran/vla-sizeof.exp: Update expected results.
4226
4227 2019-06-06 Amos Bird <amosbird@gmail.com>
4228
4229 * gdb.base/annota1.exp (thread_switch): Add test for
4230 thread-exited annotation.
4231
4232 2019-06-06 Tom Tromey <tromey@adacore.com>
4233
4234 * gdb.base/maint.exp: Expect command started/finished output.
4235
4236 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4237
4238 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4239 comment.
4240 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4241
4242 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4243
4244 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4245 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4246 * gdb.arch/riscv-unwind-long-insn.c: New file.
4247 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4248
4249 2019-06-04 Christian Biesinger <cbiesinger@google.com>
4250
4251 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
4252
4253 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4254
4255 * lib/gdb.exp (help_list_trailer): New regexp variable
4256 factorizing the help trailer message.
4257 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4258 arg to allow to better factorize various tests.
4259 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4260 (test_prefix_command_help): Use help_list_trailer.
4261 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4262 * gdb.guile/scm-cmd.exp: Likewise.
4263 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4264 * gdb.base/help.exp: Use test_user_defined_class_help.
4265 * gdb.base/style.exp: Add tests for styling of help and apropos.
4266 * lib/gdb-utils.exp (style): Add title and highlight styles.
4267
4268 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4269
4270 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4271 $_shell_exitsignal.
4272 * gdb.base/default.exp: Update for new convenience variables.
4273
4274 2019-05-29 Tom Tromey <tromey@adacore.com>
4275
4276 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4277 to "break complete ada" test case's regexp.
4278
4279 2019-05-29 Tom Tromey <tromey@adacore.com>
4280
4281 PR c++/20020:
4282 * gdb.cp/constexpr-field.exp: New file.
4283 * gdb.cp/constexpr-field.cc: New file.
4284
4285 2019-05-29 Tom Tromey <tromey@adacore.com>
4286
4287 * gdb.base/finish.exp (finish_no_print): New proc.
4288 (finish_tests): Call it.
4289
4290 2019-05-24 Tom de Vries <tdevries@suse.de>
4291
4292 * gdb.dwarf2/gdb-add-index.exp: New file.
4293
4294 2019-05-22 Tom Tromey <tromey@adacore.com>
4295
4296 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4297 * gdb.base/style.exp: Use "style".
4298 * lib/gdb-utils.exp (style): New proc.
4299
4300 2019-05-22 Tom de Vries <tdevries@suse.de>
4301
4302 * gdb.base/align.exp: Require c++11.
4303
4304 2019-05-22 Tom de Vries <tdevries@suse.de>
4305
4306 PR testsuite/24586
4307 * gdb.python/py-mi-var-info-path-expression.exp: Call
4308 mi_skip_python_tests to check if python is supported.
4309
4310 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4311
4312 * gdb.arch/aarch64-pauth.c: New test.
4313 * gdb.arch/aarch64-pauth.exp: New file.
4314
4315 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4316
4317 * README (Re-running Tests Outside The Testsuite): New section.
4318
4319 2019-05-21 Tom de Vries <tdevries@suse.de>
4320
4321 * gdb.arch/amd64-eval.exp: Require c++11.
4322 * gdb.base/max-depth.exp: Same.
4323 * gdb.compile/compile-cplus-array-decay.exp: Same.
4324 * gdb.cp/meth-typedefs.exp: Same.
4325 * gdb.cp/subtypes.exp: Same.
4326 * gdb.cp/temargs.exp: Same.
4327
4328 2019-05-21 Alan Hayward <alan.hayward@arm.com>
4329
4330 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4331
4332 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4333
4334 PR gdb/18644
4335 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4336 * gdb.fortran/printing-types.exp: Add new test.
4337 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4338 testing.
4339 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4340 setup_kfail call.
4341
4342 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4343
4344 * README (Running the Testsuite): Change example.
4345 (Testsuite Parameters): Remove TRANSCRIPT.
4346 * lib/gdb.exp: Remove TRANSCRIPT check.
4347
4348 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4349
4350 * README (Testsuite Parameters): Add replay logging to
4351 GDBSERVER_DEBUG.
4352 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4353 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4354 as a comma separated list.
4355 (gdb_debug_init): Override procedure.
4356
4357 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4358
4359 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4360 (gdb_write_cmd_file): New procedure.
4361 * lib/gdbserver-support.exp (gdbserver_start): Call
4362 gdbserver_write_cmd_file.
4363 (gdbserver_write_cmd_file): New procedure.
4364
4365 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4366
4367 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4368 (delete_breakpoints): Likewise.
4369 (gdb_run_cmd): Likewise.
4370 (gdb_start_cmd): Likewise.
4371 (gdb_starti_cmd): Likewise.
4372 (gdb_internal_error_resync): Likewise.
4373 (gdb_test_multiple): Likewise.
4374 (gdb_reinitialize_dir): Likewise.
4375 (default_gdb_exit): Likewise.
4376 (gdb_file_cmd): Mark kill as optional.
4377 (default_gdb_start): Call gdb_stdin_log_init.
4378 (send_gdb): Call gdb_stdin_log_write.
4379 (rerun_to_main): Mark Y as an answer.
4380 (gdb_stdin_log_init): New function.
4381 (gdb_stdin_log_write): Likewise.
4382
4383 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4384
4385 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4386 * gdb.base/debug-expr.exp: Likewise.
4387 * gdb.base/foll-fork.exp: Likewise.
4388 * gdb.base/foll-vfork.exp: Likewise.
4389 * gdb.base/fork-print-inferior-events.exp: Likewise.
4390 * gdb.base/gdb-sigterm.exp: Likewise.
4391 * gdb.base/gdbinit-history.exp: Likewise.
4392 * gdb.base/osabi.exp: Likewise.
4393 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4394 * gdb.base/ui-redirect.exp: Likewise.
4395 * gdb.gdb/unittest.exp: Likewise.
4396 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4397 * gdb.mi/mi-watch.exp: Likewise.
4398 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4399 * gdb.mi/user-selected-context-sync.exp: Likewise.
4400 * gdb.python/python.exp: Disable debug test when debugging.
4401 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4402 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4403 Likewise.
4404 * gdb.threads/stepi-random-signal.exp: Likewise.
4405
4406 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4407
4408 * Makefile.in: Pass through GDB_DEBUG.
4409 * README (Testsuite Parameters): Add GDB_DEBUG.
4410 (gdb,debug): Add board setting.
4411 * lib/gdb.exp (default_gdb_start): Start debugging.
4412 (gdb_debug_enabled): New procedure.
4413 (gdb_debug_init): Likewise.
4414
4415 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4416
4417 * Makefile.in: Pass through GDB_DEBUG.
4418 * README (Testsuite Parameters): Add GDB_DEBUG.
4419 (gdb,debug): Add board setting.
4420 * lib/gdb.exp (default_gdb_start): Start debugging.
4421 (gdb_debug_enabled): New procedure.
4422 (gdb_debug_init): Likewise.
4423
4424 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4425
4426 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4427
4428 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4429
4430 * gdb.base/ui-redirect.exp: Test redirection.
4431
4432 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4433
4434 * gdb.mi/mi-complete.exp: New file.
4435 * gdb.mi/mi-complete.cc: Likewise.
4436
4437 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4438
4439 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4440 indexed and sliced arrays, and pointers to arrays.
4441
4442 2019-05-14 Tom Tromey <tromey@adacore.com>
4443
4444 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4445 styling test.
4446
4447 2019-05-14 Tom de Vries <tdevries@suse.de>
4448
4449 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4450 selection entry encoding.
4451
4452 2019-05-10 Tom Tromey <tromey@adacore.com>
4453
4454 * gdb.ada/info_exc.exp: Add "complete" test.
4455
4456 2019-05-09 Tom de Vries <tdevries@suse.de>
4457
4458 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4459 CU-relative.
4460
4461 2019-05-09 Tom de Vries <tdevries@suse.de>
4462
4463 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4464 CU-relative.
4465
4466 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4467
4468 * gdb.ada/frame_arg_lang.exp: New testcase.
4469 * gdb.ada/frame_arg_lang/bla.adb: New file.
4470 * gdb.ada/frame_arg_lang/pck.ads: New file.
4471 * gdb.ada/frame_arg_lang/pck.adb: New file.
4472 * gdb.ada/frame_arg_lang/foo.c: New file.
4473
4474 2019-05-08 Tom Tromey <tromey@adacore.com>
4475
4476 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4477
4478 2019-05-08 Tom Tromey <tromey@adacore.com>
4479
4480 * gdb.base/ptype-offsets.exp: Update tests.
4481
4482 2019-05-08 Tom Tromey <tromey@adacore.com>
4483
4484 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4485 cases.
4486 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4487 "short".
4488
4489 2019-05-08 Tom Tromey <tromey@adacore.com>
4490
4491 * gdb.ada/vla.exp: New file.
4492 * gdb.ada/vla/vla.adb: New file.
4493
4494 2019-05-07 Tom de Vries <tdevries@suse.de>
4495
4496 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4497
4498 2019-05-07 Tom de Vries <tdevries@suse.de>
4499
4500 PR testsuite/24522
4501 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4502 section.
4503
4504 2019-05-07 Tom de Vries <tdevries@suse.de>
4505
4506 PR testsuite/24522
4507 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4508 .debug_aranges section.
4509
4510 2019-05-07 Tom de Vries <tdevries@suse.de>
4511
4512 PR testsuite/24159
4513 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4514
4515 2019-05-06 Tom de Vries <tdevries@suse.de>
4516
4517 * lib/gdb.exp (exec_has_index_section): New proc.
4518 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4519 section.
4520
4521 2019-05-04 Tom de Vries <tdevries@suse.de>
4522
4523 * boards/cc-with-debug-names.exp: New file.
4524
4525 2019-05-03 Tom Tromey <tromey@adacore.com>
4526
4527 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4528 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4529 * gdb.ada/char_enum.exp: Add test.
4530
4531 2019-05-03 Tom de Vries <tdevries@suse.de>
4532
4533 * boards/cc-with-gdb-index.exp: New file.
4534
4535 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4536
4537 * gdb.rust/simple.exp: Add new test case.
4538 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4539 (main): Initialise an instance of the new struct.
4540
4541 2019-05-01 Tom Tromey <tromey@adacore.com>
4542
4543 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4544 record.
4545 (NPR): New variable.
4546 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4547 test.
4548
4549 2019-05-01 Tom Tromey <tromey@adacore.com>
4550
4551 * gdb.ada/packed_array_assign.exp: Add packed assignment
4552 regression test.
4553
4554 2019-05-01 Tom de Vries <tdevries@suse.de>
4555
4556 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4557
4558 2019-05-01 Tom de Vries <tdevries@suse.de>
4559
4560 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4561
4562 2019-04-30 Ali Tamur <tamur@google.com>
4563
4564 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4565
4566 2019-04-30 Tom Tromey <tromey@adacore.com>
4567
4568 * lib/ada.exp (find_ada_tool): New proc.
4569 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4570 * gdb.ada/catch_ex_std.exp: New file.
4571 * gdb.ada/catch_ex_std/foo.adb: New file.
4572 * gdb.ada/catch_ex_std/some_package.adb: New file.
4573 * gdb.ada/catch_ex_std/some_package.ads: New file.
4574
4575 2019-04-30 Tom Tromey <tromey@adacore.com>
4576
4577 PR c++/24470:
4578 * gdb.cp/temargs.cc: Add test code from PR.
4579
4580 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4581
4582 * gdb.fortran/vla-datatypes.exp: Update expected results.
4583 * gdb.fortran/vla-ptype.exp: Likewise.
4584 * gdb.fortran/vla-type.exp: Likewise.
4585 * gdb.fortran/vla-value.exp: Likewise.
4586
4587 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4588
4589 * gdb.fortran/ptr-indentation.exp: Update expected results.
4590 * gdb.fortran/ptype-on-functions.exp: Likewise.
4591 * gdb.fortran/vla-ptr-info.exp: Likewise.
4592 * gdb.fortran/vla-value.exp: Likewise.
4593
4594 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4595
4596 * gdb.fortran/ptype-on-functions.exp: New file.
4597 * gdb.fortran/ptype-on-functions.f90: New file.
4598
4599 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4600
4601 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4602 case void string.
4603
4604 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4605
4606 * gdb.fortran/complex.exp: Expand.
4607 * gdb.fortran/complex.f: Renamed to...
4608 * gdb.fortran/complex.f90: ...this, and extended to add more
4609 complex values.
4610
4611 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4612
4613 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4614 MODULO, CMPLX.
4615
4616 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4617 Richard Bunt <richard.bunt@arm.com>
4618
4619 * gdb.base/max-depth.c: New file.
4620 * gdb.base/max-depth.exp: New file.
4621 * gdb.python/py-nested-maps.c: New file.
4622 * gdb.python/py-nested-maps.exp: New file.
4623 * gdb.python/py-nested-maps.py: New file.
4624 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4625 (test_all_common): Call test_max_depth.
4626 * gdb.fortran/max-depth.exp: New file.
4627 * gdb.fortran/max-depth.f90: New file.
4628 * gdb.go/max-depth.exp: New file.
4629 * gdb.go/max-depth.go: New file.
4630 * gdb.modula2/max-depth.exp: New file.
4631 * gdb.modula2/max-depth.c: New file.
4632 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4633
4634 2019-04-29 Tom de Vries <tdevries@suse.de>
4635
4636 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4637
4638 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4639
4640 * gdb.base/callexit.exp: Test may-call-functions off.
4641
4642 2019-04-25 Keith Seitz <keiths@redhat.com>
4643
4644 PR c++/24367
4645 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4646 (another_incomplete_struct, test_incomplete): New definitions.
4647 (main): Use new definitions.
4648 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4649 functions.
4650
4651 2019-04-25 Ali Tamur <tamur@google.com>
4652
4653 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4654
4655 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4656
4657 PR corefiles/11608
4658 PR corefiles/18187
4659 * gdb.base/coredump-filter-build-id.exp: New file.
4660
4661 2019-04-25 Alan Hayward <alan.hayward@arm.com>
4662
4663 * Makefile.in: Pass through GDBSERVER_DEBUG.
4664 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4665 (gdbserver,debug): Add board setting.
4666 * gdb.trace/tspeed.exp: Skip when debugging.
4667 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4668 * lib/gdbserver-support.exp: Likewise
4669
4670 2019-04-24 Tom Tromey <tromey@adacore.com>
4671
4672 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4673 Rust.
4674
4675 2019-04-24 Tom Tromey <tromey@adacore.com>
4676
4677 * gdb.arch/amd64-eval.exp: Test bitfield return.
4678 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4679 (class Foo) <return_bitfields>: New method.
4680 (main): Call it.
4681
4682 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4683
4684 * gdb.cp/many-args.cc: New file.
4685 * gdb.cp/many-args.exp: New file.
4686
4687 2019-04-23 Tom de Vries <tdevries@suse.de>
4688
4689 PR gdb/24433
4690 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4691
4692 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4693
4694 * gdb.trace/backtrace.exp: Use nopie flag.
4695 * gdb.trace/circ.exp: Likewise.
4696 * gdb.trace/collection.exp: Likewise.
4697 * gdb.trace/ftrace.exp: Likewise.
4698 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4699 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4700 * gdb.trace/qtro.exp: Likewise.
4701 * gdb.trace/read-memory.exp: Likewise.
4702 * gdb.trace/report.exp: Likewise.
4703 * gdb.trace/tfile.exp: Likewise.
4704 * gdb.trace/tfind.exp: Likewise.
4705 * gdb.trace/unavailable.exp: Likewise.
4706
4707 2019-04-22 Pedro Alves <palves@redhat.com>
4708
4709 * gdb.base/solib-probes-nosharedlibrary.c,
4710 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4711
4712 2019-04-19 Tom Tromey <tromey@adacore.com>
4713
4714 * gdb.ada/ptype_union.c: New file.
4715 * gdb.ada/ptype_union.exp: New file.
4716
4717 2019-04-19 Tom Tromey <tromey@adacore.com>
4718
4719 PR symtab/24423:
4720 * gdb.base/list0.h (foo): Add a control-l character.
4721
4722 2019-04-18 Tom de Vries <tdevries@suse.de>
4723
4724 PR gdb/24433
4725 * boards/local-board.exp: Set sysroot to "".
4726
4727 2019-04-18 Tom de Vries <tdevries@suse.de>
4728 Pedro Alves <palves@redhat.com>
4729
4730 PR gdb/24454
4731 * gdb.threads/vfork-follow-child-exec.c: New file.
4732 * gdb.threads/vfork-follow-child-exec.exp: New file.
4733 * gdb.threads/vfork-follow-child-exit.c: New file.
4734 * gdb.threads/vfork-follow-child-exit.exp: New file.
4735
4736 2019-04-15 Leszek Swirski <leszeks@google.com>
4737
4738 * gdb.arch/amd64-eval.cc: New file.
4739 * gdb.arch/amd64-eval.exp: New file.
4740
4741 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4742
4743 * gdb.server/sysroot.c: New test.
4744 * gdb.server/sysroot.exp: New file.
4745 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4746 matching param.
4747
4748 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4749
4750 * gdb.base/align.exp: Extend test to cover structures containing
4751 only static fields.
4752
4753 2019-04-11 Tom de Vries <tdevries@suse.de>
4754
4755 * boards/cc-with-dwz-m.exp: New file.
4756 * boards/cc-with-dwz.exp: New file.
4757 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4758
4759 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4760
4761 * gdb.base/start-cpp.exp: New file.
4762 * gdb.base/start-cpp.cc: New file.
4763
4764 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4765
4766 * gdb.python/py-thrhandle.exp: Adjust tests to call
4767 thread_from_handle instead of thread_from_thread_handle.
4768
4769 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4770
4771 * gdb.python/py-thrhandle.exp: Add tests for
4772 gdb.InferiorThread.handle.
4773
4774 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4775
4776 * gdb.python/py-function.exp: Check calling helper function from
4777 all languages.
4778 * lib/gdb.exp (gdb_supported_languages): New proc.
4779
4780 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4781
4782 * gdb.base/complex-parts.c: New file.
4783 * gdb.base/complex-parts.exp: New file.
4784
4785 2019-04-01 Tom Tromey <tromey@adacore.com>
4786
4787 PR symtab/23331:
4788 * gdb.dwarf2/dw2-ranges-main.c: New file.
4789 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4790 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4791
4792 2019-03-30 Simon Marchi <simark@simark.ca>
4793
4794 * gdb.base/default.exp: Add values for $_gdb_major and
4795 $_gdb_minor.
4796
4797 2019-03-29 Tom Tromey <tromey@adacore.com>
4798
4799 * gdb.base/help.exp: Tighten apropos regexp.
4800
4801 2019-03-29 Keith Seitz <keiths@redhat.com>
4802
4803 * gdb.fortran/array-bounds.exp: New file.
4804 * gdb.fortran/array-bounds.f90: New file.
4805
4806 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4807
4808 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4809
4810 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4811
4812 * gdb.multi/hello.c (main): Increase alarm timer.
4813
4814 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4815
4816 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4817 factor when no hardware watchpoint support.
4818
4819 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4820 Pedro Alves <palves@redhat.com>
4821
4822 * boards/local-board.exp: set sysroot to /.
4823
4824 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4825
4826 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4827 in child.
4828
4829 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4830
4831 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4832 field.
4833 (make_container): Initialise new field.
4834 * gdb.python/py-prettyprint.exp: Add new tests.
4835 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4836 <display_hint>: New method.
4837
4838 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4839
4840 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4841 gdb_continue_to_breakpoint more throughout this test.
4842 (run_lang_tests) Supply unique test names, and use
4843 gdb_test_no_output.
4844
4845 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4846
4847 * gdb.base/finish-pretty.exp: Update expected results.
4848 * gdb.base/pretty-print.c: New file.
4849 * gdb.base/pretty-print.exp: New file.
4850
4851 2019-03-25 Pedro Alves <palves@redhat.com>
4852
4853 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4854 move comments outside list. Append '-i "" eof' section.
4855
4856 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4857
4858 PR testsuite/25016
4859 * README: Add pie options.
4860 * gdb.base/break-interp.exp: Ensure pie is disabled.
4861 * gdb.base/dump.exp: Likewise.
4862 * lib/gdb.exp (gdb_compile): Add pie option.
4863
4864 2019-03-19 Tom Tromey <tromey@adacore.com>
4865
4866 * gdb.mi/mi2-cli-display.c: New file.
4867 * gdb.mi/mi2-cli-display.exp: New file.
4868
4869 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4870 Tom Tromey <tromey@adacore.com>
4871
4872 * gdb.ada/ptype_array/pck.adb: New file.
4873 * gdb.ada/ptype_array/pck.ads: New file.
4874 * gdb.ada/ptype_array/foo.adb: New file.
4875 * gdb.ada/ptype_array.exp: New file.
4876
4877 2019-03-14 Tom Tromey <tromey@adacore.com>
4878
4879 * gdb.base/style.exp: Add "set style sources" test.
4880
4881 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4882
4883 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4884 * mi-breakpoint-multiple-locations.exp: ... this.
4885 (make_breakpoints_pattern): New proc.
4886 (do_test): Add mi_version parameter, test -break-insert,
4887 -break-info and =breakpoint-created.
4888
4889 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4890
4891 * config/default.exp: Remove 'load_lib gdb.exp'.
4892 * config/monitor.exp: Likewise.
4893 * config/sid.exp: Likewise.
4894 * config/sim.exp: Likewise.
4895 * config/slite.exp: Likewise.
4896 * config/unix.exp: Likewise.
4897 * gdb.base/default.exp: Remove unhelpful comment.
4898
4899 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4900
4901 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4902
4903 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4904
4905 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4906
4907 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4908
4909 * gdb.fortran/type-kinds.exp: Update expected results.
4910
4911 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4912
4913 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4914
4915 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4916
4917 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4918 function.
4919 (test_basic_parsing_of_type_kinds): Expand types tested.
4920 (test_parsing_invalid_type_kinds): New function.
4921
4922 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4923
4924 * gdb.fortran/intrinsics.exp: New file.
4925 * gdb.fortran/intrinsics.f90: New file.
4926 * gdb.fortran/type-kinds.exp: New file.
4927
4928 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4929
4930 * gdb.fortran/dot-ops.exp: New file.
4931
4932 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4933
4934 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4935 Check upper and lower case logical literals.
4936
4937 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4938
4939 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4940 Remove duplicate tests.
4941
4942 2019-03-06 Alan Hayward <alan.hayward@arm.com>
4943
4944 * lib/gdb.exp (builtin_cd): rename of cd.
4945 (cd): Override builtin.
4946
4947 2019-03-06 Richard Bunt <richard.bunt@arm.com>
4948
4949 * gdb.fortran/function-calls.exp: New file.
4950 * gdb.fortran/function-calls.f90: New test.
4951
4952 2019-03-04 Richard Bunt <richard.bunt@arm.com>
4953
4954 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4955 on user program standard output.
4956 * gdb.fortran/short-circuit-argument-list.f90: Record function
4957 calls.
4958
4959 2019-02-28 Alan Hayward <alan.hayward@arm.com>
4960
4961 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4962 failure.
4963
4964 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4965
4966 PR gdb/8527
4967 * gdb.base/interrupt-daemon-attach.c,
4968 gdb.base/interrupt-daemon-attach.exp: New test.
4969
4970 2019-02-27 Pedro Alves <palves@redhat.com>
4971
4972 * gdb.base/page.exp: Add tests for "set width/height -1".
4973
4974 2019-02-27 Pedro Alves <palves@redhat.com>
4975
4976 * gdb.base/page.exp: Add tests for "set/show width/height" with
4977 "infinite" values.
4978
4979 2019-02-27 Tom Tromey <tromey@adacore.com>
4980
4981 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4982 2.4.
4983 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4984 workaround.
4985
4986 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4987
4988 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4989 tests for structs with static members.
4990
4991 2019-02-26 Tom Tromey <tromey@adacore.com>
4992
4993 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4994 ValueError, not TypeError.
4995
4996 2019-02-26 Kevin Buettner <kevinb@redhat.com>
4997
4998 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4999 call from main program.
5000
5001 2019-02-23 Joel Brobecker <brobecker@adacore.com>
5002
5003 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5004 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5005 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5006 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5007 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5008
5009 2019-02-22 Keith Seitz <keiths@redhat.com>
5010
5011 PR symtab/23853
5012 * gdb.base/symlink-sourcefile.c: New file.
5013 * gdb.base/symlink-sourcefile.exp: New file.
5014
5015 2019-02-20 Tom Tromey <tom@tromey.com>
5016
5017 * gdb.base/info_qt.exp: Update.
5018
5019 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5020
5021 * gdb.base/source.exp: Move "error in sourced script" code to
5022 the end.
5023 * gdb.base/source-error.gdb: Move contents to
5024 source-error-1.gdb. Add new code to source source-error-1.gdb.
5025 * gdb.base/source-error-1.gdb: New file, from previous
5026 source-error.gdb.
5027
5028 2019-02-17 Tom Tromey <tom@tromey.com>
5029
5030 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5031 for macro styling.
5032 * gdb.base/style.c (SOME_MACRO): New macro.
5033
5034 2019-02-17 Tom Tromey <tom@tromey.com>
5035
5036 * gdb.base/style.exp: Add line-wrapping tests.
5037 * gdb.base/page.exp: Add test for quitting during pagination.
5038
5039 2019-02-17 Joel Brobecker <brobecker@adacore.com>
5040
5041 * gdb.ada/big_packed_array: New testcase.
5042 * gdb.ada/homonym.exp: Fix incorrect expected output for
5043 "break <homonym__get_value>" test.
5044
5045 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
5046
5047 PR breakpoints/21870
5048 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5049 and prepare_for_testing. Add comment.
5050 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5051 redundant cleanup call. Clean up comment.
5052
5053 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
5054
5055 PR breakpoints/21870
5056 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5057 * gdb.arch/aarch64-dbreg-contents.c: New file.
5058
5059 2019-02-10 Joel Brobecker <brobecker@adacore.com>
5060
5061 * gdb.ada/mi_ref_changeable: New testcase.
5062
5063 2019-02-07 Alan Hayward <alan.hayward@arm.com>
5064
5065 * gdb.base/attach.exp: Add double attach test.
5066
5067 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5068
5069 * lib/gdb.exp (default_gdb_start): Don't match pagination
5070 prompt.
5071 (gdb_init): Set stty_init.
5072
5073 2019-01-27 Tom Tromey <tom@tromey.com>
5074
5075 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5076 skip_python_tests.
5077
5078 2019-01-24 Alan Hayward <alan.hayward@arm.com>
5079
5080 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5081 New structure.
5082 (struct struct_static_02_02): Likewise.
5083 (struct struct_static_02_03): Likewise.
5084 (struct struct_static_02_04): Likewise.
5085 (struct struct_static_04_01): Likewise.
5086 (struct struct_static_04_02): Likewise.
5087 (struct struct_static_04_03): Likewise.
5088 (struct struct_static_04_04): Likewise.
5089 (struct struct_static_06_01): Likewise.
5090 (struct struct_static_06_02): Likewise.
5091 (struct struct_static_06_03): Likewise.
5092 (struct struct_static_06_04): Likewise.
5093 (cmp_struct_static_02_01): Likewise.
5094 (cmp_struct_static_02_02): Likewise.
5095 (cmp_struct_static_02_03): Likewise.
5096 (cmp_struct_static_02_04): Likewise.
5097 (cmp_struct_static_04_01): Likewise.
5098 (cmp_struct_static_04_02): Likewise.
5099 (cmp_struct_static_04_03): Likewise.
5100 (cmp_struct_static_04_04): Likewise.
5101 (cmp_struct_static_06_01): Likewise.
5102 (cmp_struct_static_06_02): Likewise.
5103 (cmp_struct_static_06_03): Likewise.
5104 (cmp_struct_static_06_04): Likewise.
5105 (call_all): Test new structs.
5106 * gdb.base/infcall-nested-structs.exp: Likewise.
5107
5108 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5109 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5110
5111 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5112 * gdb.base/stack-protector.c: New test.
5113 * gdb.base/stack-protector.exp: New file.
5114 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5115 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5116 option.
5117 (gdb_compile): Remove stack protector for GCC and prevent
5118 recursion.
5119
5120 2019-01-16 Keith Seitz <keiths@redhat.com>
5121
5122 PR gdb/23773
5123 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5124
5125 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5126
5127 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5128 aliases.
5129 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5130 tests.
5131 * gdb.arch/powerpc-vector-regs.c: New file.
5132 * gdb.arch/powerpc-vector-regs.exp: New file.
5133
5134 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5135
5136 * gdb.arch/altivec-regs.exp: Fix the list passed to
5137 gdb_expect_list when testing "info vector".
5138
5139 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5140
5141 * gdb.base/style.exp: Don't include path in testname.
5142
5143 2019-01-10 Keith Seitz <keiths@redhat.com>
5144
5145 PR gdb/23712
5146 PR symtab/23010
5147 * gdb.dwarf2/multidictionary.exp: New file.
5148
5149 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5150
5151 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5152 (test_gnuv3_style_demangling): ... this.
5153 (test_lucid_style_demangling): Remove.
5154 (test_arm_style_demangling): Remove.
5155 (test_hp_style_demangling): Remove.
5156 (do_tests): Remove calls to the above.
5157
5158 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5159
5160 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5161 case.
5162
5163 2019-01-06 Tom Tromey <tom@tromey.com>
5164
5165 PR gdb/28155:
5166 * gdb.dwarf2/typedef-void-finish.exp: New file.
5167
5168 2018-12-28 Tom Tromey <tom@tromey.com>
5169 Simon Marchi <simark@simark.ca>
5170
5171 * gdb.base/jit-exec.exp: New file.
5172 * gdb.base/jit-exec.c: New file.
5173 * gdb.base/jit-execd.c: New file.
5174
5175 2018-12-28 Tom Tromey <tom@tromey.com>
5176
5177 * gdb.base/style.exp: Update test to check for address styling.
5178
5179 2018-12-28 Tom Tromey <tom@tromey.com>
5180
5181 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5182 message.
5183
5184 2018-12-28 Tom Tromey <tom@tromey.com>
5185
5186 * gdb.base/style.exp: Add test for version number styling.
5187
5188 2018-12-28 Tom Tromey <tom@tromey.com>
5189
5190 * gdb.base/style.exp: Add test for print_address_symbolic.
5191
5192 2018-12-28 Tom Tromey <tom@tromey.com>
5193
5194 * gdb.base/style.exp: Add test for breakpoint setting.
5195
5196 2018-12-28 Tom Tromey <tom@tromey.com>
5197
5198 * gdb.base/style.exp: Add test for variable names.
5199
5200 2018-12-28 Tom Tromey <tom@tromey.com>
5201
5202 * gdb.base/style.exp: New file.
5203 * gdb.base/style.c: New file.
5204
5205 2018-12-28 Tom Tromey <tom@tromey.com>
5206
5207 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5208 "dumb".
5209 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5210 the TERM environment variable.
5211
5212 2018-12-27 Tom Tromey <tom@tromey.com>
5213
5214 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5215 pagination test.
5216
5217 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5218
5219 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5220 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5221
5222 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5223
5224 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5225 Filename a.adb changed to bp_fun_addr.adb.
5226 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5227
5228 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5229
5230 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5231 non-PIE executables.
5232 * README: Mention the gdb,nopie_flag board setting.
5233 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5234 non-PIE executable.
5235 * gdb.arch/amd64-entry-value.exp: Likewise.
5236 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5237 * gdb.arch/i386-float.exp: Likewise.
5238 * gdb.arch/i386-signal.exp: Likewise.
5239 * gdb.mi/mi-reg-undefined.exp: Likewise.
5240
5241 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5242
5243 PR gdb/23974
5244 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5245
5246 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5247
5248 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5249 Update order of results accordingly.
5250
5251 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5252
5253 * gdb.base/annota1.exp: Update a test regexp.
5254
5255 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5256
5257 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5258
5259 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5260
5261 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5262 (reuse_time): Initialize to REUSE_TIME_CAP.
5263 (check_rc): New function.
5264 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5265 Check pthread_create rc.
5266 (spawner_thread_func): Check pthread_create and pthread_join rc.
5267
5268 2018-12-08 Pedro Alves <palves@redhat.com>
5269
5270 * gdb.base/list.exp (test_forward_search): Rename to ...
5271 (test_forward_reverse_search): ... this. Also test reverse-search
5272 and the forward-search alias.
5273
5274 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5275
5276 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5277 local timeout variable before return, and remove all local timeout
5278 variable entirely.
5279 (gdb_load): Likewise.
5280
5281 2018-12-01 Tom de Vries <tdevries@suse.de>
5282
5283 * gdb.base/gdb-caching-proc.exp: New file.
5284
5285 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5286
5287 * Makefile.in (TIMESTAMP): New variable.
5288 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5289 command.
5290 (check-single-racy): Likewise.
5291 (check/%.exp): Likewise.
5292 (check-racy/%.exp): Likewise.
5293 (workers/%.worker): Likewise.
5294 (build-perf): Likewise.
5295 (check-perf): Likewise.
5296 * README: Describe new "TS" and "TS_FORMAT" variables.
5297 * print-ts.py: New file.
5298
5299 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5300
5301 PR python/23714
5302 * gdb.python/python.exp: Test command repetition after
5303 gdb.execute.
5304
5305 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5306
5307 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5308 is correctly aligned.
5309
5310 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5311
5312 * gdb.ada/info_auto_lang.exp: New testcase.
5313 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5314 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5315 * gdb.ada/info_auto_lang/some_c.c: New file.
5316
5317 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5318
5319 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5320 FUNC_lang language syntax.
5321
5322 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5323
5324 * gdb.base/info_minsym.c: New file.
5325 * gdb.base/info_minsym.exp: New file.
5326
5327 2018-11-19 Tom Tromey <tom@tromey.com>
5328
5329 PR rust/23625:
5330 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5331 * gdb.rust/expr.exp: Update expected output. Change one test.
5332
5333 2018-11-19 Tom Tromey <tom@tromey.com>
5334
5335 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5336
5337 2018-11-19 Pedro Alves <palves@redhat.com>
5338
5339 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5340 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5341 see the expected warning.
5342
5343 2018-11-16 Alan Hayward <alan.hayward@arm.com>
5344
5345 PR gdb/22736:
5346 * gdb.cp/infcall-nodebug-lib.c: New test.
5347 * gdb.cp/infcall-nodebug-main.c: New test.
5348 * gdb.cp/infcall-nodebug.exp: New file.
5349
5350 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5351
5352 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5353 completer tests.
5354
5355 2018-11-09 Tom de Vries <tdevries@suse.de>
5356
5357 * gdb.base/msym-lang.c: New test.
5358 * gdb.base/msym-lang.exp: New file.
5359 * gdb.base/msym-lang-main.c: New test.
5360
5361 2018-11-08 Tom Tromey <tom@tromey.com>
5362
5363 PR gdb/23555:
5364 PR gdb/23838:
5365 * gdb.base/warning.exp: New file.
5366
5367 2018-11-08 Jan Beulich <jbeulich@suse.com>
5368
5369 * testsuite/gdb.arch/i386-avx512.c,
5370 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5371
5372 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5373
5374 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5375 point hardware.
5376
5377 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5378
5379 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5380 * gdb.dwarf2/missing-type-name.exp: New file.
5381
5382 2018-11-06 Tom de Vries <tdevries@suse.de>
5383
5384 * gdb.base/many-headers.c: New test.
5385 * gdb.base/many-headers.exp: New file.
5386
5387 2018-11-06 Jim Wilson <jimw@sifive.com>
5388
5389 * gdb.base/code_elim.exp: For riscv, set additional_flags
5390 to include -msmall-data-limit=0.
5391
5392 2018-11-01 Joel Brobecker <brobecker@adacore.com>
5393
5394 * gdb.ada/watch_minus_l: New testcase.
5395
5396 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5397
5398 * gdb.arch/aix-sighandle.c: New file.
5399 * gdb.arch/aix-sighandle.exp: New file.
5400
5401 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5402
5403 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5404 registers being unions.
5405
5406 2018-10-31 Tom de Vries <tdevries@suse.de>
5407
5408 * lib/valgrind.exp: New file.
5409 (vgdb_start, vgdb_stop): New procs, factored out of ...
5410 * gdb.base/valgrind-bt.exp: ... here, ...
5411 * gdb.base/valgrind-disp-step.exp: ... here and ...
5412 * gdb.base/valgrind-infcall.exp: ... here.
5413
5414 2018-10-31 Tom de Vries <tdevries@suse.de>
5415
5416 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5417
5418 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5419
5420 * gdb.dwarf2/void-type.c: New file.
5421 * gdb.dwarf2/void-type.exp: New file.
5422
5423 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5424
5425 * gdb.base/info_qt.c: New file.
5426 * gdb.base/info_qt.exp: New file.
5427
5428 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5429
5430 * gdb.arch/powerpc-htm-regs.c: New file.
5431 * gdb.arch/powerpc-htm-regs.exp: New file.
5432
5433 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5434
5435 * gdb.arch/powerpc-tar.c: New file.
5436 * gdb.arch/powerpc-tar.exp: New file.
5437
5438 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5439
5440 * gdb.arch/powerpc-ppr-dscr.c: New file.
5441 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5442
5443 2018-10-25 Tom de Vries <tdevries@suse.de>
5444
5445 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5446
5447 2018-10-24 Tom de Vries <tdevries@suse.de>
5448
5449 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5450 longer exists error.
5451
5452 2018-10-24 Tom de Vries <tdevries@suse.de>
5453
5454 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5455
5456 2018-10-24 Tom de Vries <tdevries@suse.de>
5457
5458 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5459 --db-attach in valgrind.
5460
5461 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5462
5463 * gdb.arch/riscv-reg-aliases.c: New file.
5464 * gdb.arch/riscv-reg-aliases.exp: New file.
5465
5466 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5467
5468 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5469
5470 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5471
5472 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5473
5474 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5475
5476 * gdb.cp/ovldbreak.exp: Fix regexps.
5477
5478 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5479
5480 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5481
5482 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5483
5484 PR cli/23785
5485 * gdb.base/restore.exp: New test to check if "restore" with an
5486 invalid file doesn't segfault.
5487
5488 2018-10-18 Tom de Vries <tdevries@suse.de>
5489
5490 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5491 * gdb.ada/excep_handle.exp: Same.
5492 * gdb.ada/mi_string_access.exp: Same.
5493 * gdb.ada/mi_var_union.exp: Same.
5494 * gdb.arch/arc-analyze-prologue.exp: Same.
5495 * gdb.arch/arc-decode-insn.exp: Same.
5496 * gdb.base/readnever.exp: Same.
5497 * gdb.fortran/printing-types.exp: Same.
5498 * gdb.guile/scm-lazy-string.exp: Same.
5499
5500 2018-10-16 Tom de Vries <tdevries@suse.de>
5501
5502 PR gdb/23730
5503 * gdb.base/catch-follow-exec.c: Add copyright notice.
5504 * gdb.base/catch-follow-exec.exp: Rewrite to use
5505 gdb_spawn_with_cmdline_opts. Require gdb-native.
5506
5507 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5508
5509 * gdb.trace/actions-changed.exp: Check for arch support.
5510 * gdb.trace/actions.exp: Likewise.
5511 * gdb.trace/ax.exp: Likewise.
5512 * gdb.trace/backtrace.exp: Likewise.
5513 * gdb.trace/change-loc.exp: Likewise.
5514 * gdb.trace/deltrace.exp: Likewise.
5515 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5516 * gdb.trace/ftrace.exp: Likewise.
5517 * gdb.trace/infotrace.exp: Check for arch support.
5518 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5519 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5520 * gdb.trace/mi-tsv-changed.exp: Likewise.
5521 * gdb.trace/packetlen.exp: Likewise.
5522 * gdb.trace/passc-dyn.exp: Likewise.
5523 * gdb.trace/passcount.exp: Likewise.
5524 * gdb.trace/pending.exp: Likewise.
5525 * gdb.trace/range-stepping.exp: Check for shlib support.
5526 * gdb.trace/report.exp: Check for arch support.
5527 * gdb.trace/save-trace.exp: Likewise.
5528 * gdb.trace/signal.exp: Check for signal support.
5529 * gdb.trace/tfind.exp: Check for arch support.
5530 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5531 * gdb.trace/trace-common.h: Add comment.
5532 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5533 * gdb.trace/trace-enable-disable.exp: Likewise.
5534 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5535 * gdb.trace/tracecmd.exp: Check for arch support.
5536 * gdb.trace/tspeed.exp: Check for shlib and target support.
5537 * gdb.trace/tstatus.exp: Check for arch support.
5538 * gdb.trace/tsv.exp: Likewise.
5539 * gdb.trace/while-dyn.exp: Likewise.
5540 * gdb.trace/while-stepping.exp: Likewise.
5541 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5542
5543 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5544
5545 * gdb.trace/tspeed.exp: Remove nowarnings.
5546 (prepare_for_trace_test): Declare "global ipalib".
5547 * gdb.trace/tspeed.c: Include unistd.h.
5548 (main): Remove superfluous printf argument.
5549
5550 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5551
5552 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5553 directory prefix on the filename.
5554
5555 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5556
5557 * gdb.gdb/unittest.exp: Update expected message informing that
5558 selftests have been disabled.
5559 * gdb.server/unittest.exp: Likewise.
5560
5561 2018-10-09 Tom de Vries <tdevries@suse.de>
5562
5563 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5564 with runto_main.
5565
5566 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
5567
5568 PR c++/16841
5569 * gdb.cp/virtbase2.cc: New file.
5570 * gdb.cp/virtbase2.exp: New file.
5571
5572 2018-10-06 Tom Tromey <tom@tromey.com>
5573
5574 PR python/19399:
5575 * gdb.python/py-inferior.exp: Add architecture test.
5576
5577 2018-10-06 Tom Tromey <tom@tromey.com>
5578
5579 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5580 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5581
5582 2018-10-06 Tom Tromey <tom@tromey.com>
5583
5584 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5585 of a "throw" catchpoint.
5586
5587 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5588
5589 * gdb.base/info-proc.exp: Update string expected from "help info
5590 proc".
5591
5592 2018-10-04 Tom Tromey <tom@tromey.com>
5593
5594 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5595 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5596 (test_initial_complaints, test_empty_complaints): Update.
5597 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5598
5599 2018-10-04 Tom Tromey <tom@tromey.com>
5600
5601 PR cli/19551:
5602 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5603 * lib/gdb.exp (gdb_file_cmd): Update.
5604 * gdb.stabs/weird.exp (print_weird_var): Update.
5605 * gdb.server/solib-list.exp: Update.
5606 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5607 * gdb.mi/mi-cli.exp: Update.
5608 * gdb.linespec/linespec.exp: Update.
5609 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5610 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5611 * gdb.cp/cp-relocate.exp: Update.
5612 * gdb.base/sym-file.exp: Update.
5613 * gdb.base/relocate.exp: Update.
5614 * gdb.base/readnever.exp: Update.
5615 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5616 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5617 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5618 * gdb.base/code_elim.exp: Update.
5619 * gdb.base/break-unload-file.exp (test_break): Update.
5620 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5621 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5622 Update.
5623 * gdb.base/attach.exp (do_attach_tests): Update.
5624 * gdb.base/sepdebug.exp: Update.
5625 * gdb.python/py-section-script.exp: Update.
5626
5627 2018-10-04 Tom Tromey <tom@tromey.com>
5628
5629 PR cli/22234:
5630 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5631 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5632 output.
5633
5634 2018-10-04 Tom Tromey <tom@tromey.com>
5635
5636 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5637 set width and height to 0.
5638 (test_command_line_attach_run): Use -quiet.
5639
5640 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5641
5642 * lib/gdb.exp (skip_ifunc_tests): New.
5643 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5644 other compile failures.
5645 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5646
5647 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5648
5649 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5650 is_amd64_regs_target.
5651
5652 2018-10-01 Alan Hayward <alan.hayward@arm.com>
5653
5654 * gdb.arch/aarch64-sighandler-regs.c: New test.
5655 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5656 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5657
5658 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5659
5660 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5661 assembly.
5662
5663 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5664
5665 * gdb.base/frame-selection.exp: New file.
5666 * gdb.base/frame-selection.c: New file.
5667
5668 2018-09-27 Alan Hayward <alan.hayward@arm.com>
5669
5670 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5671 pthread barrier.
5672 (main): Likewise.
5673
5674 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5675
5676 * gdb.base/large-frame-1.c: New file.
5677 * gdb.base/large-frame-2.c: New file.
5678 * gdb.base/large-frame.exp: New file.
5679 * gdb.base/large-frame.h: New file.
5680
5681 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5682
5683 PR gdb/20948
5684 * gdb.base/write_mem.exp: New test.
5685 * gdb.base/write_mem.c: Likewise.
5686
5687 2018-09-23 Tom Tromey <tom@tromey.com>
5688
5689 PR python/18852:
5690 * gdb.python/py-parameter.exp: Add test for parameter that throws
5691 on "set".
5692
5693 2018-09-23 Tom Tromey <tom@tromey.com>
5694
5695 PR python/17284:
5696 * gdb.python/py-template.exp (test_template_arg): Add test for
5697 negative template argument number.
5698
5699 2018-09-23 Tom Tromey <tom@tromey.com>
5700
5701 PR python/14062:
5702 * gdb.python/python.exp: Add test for post_event error.
5703
5704 2018-09-23 Tom Tromey <tom@tromey.com>
5705
5706 PR python/18170:
5707 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5708 convert pointers to int and long.
5709
5710 2018-09-23 Tom Tromey <tom@tromey.com>
5711
5712 PR python/20126:
5713 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5714 signed-ness conversion tests.
5715
5716 2018-09-23 Tom Tromey <tom@tromey.com>
5717
5718 PR python/18352;
5719 * gdb.python/py-value.exp (test_float_conversion): New proc.
5720 Use it.
5721
5722 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5723
5724 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5725
5726 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5727
5728 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5729 no readline.
5730 * gdb.base/utf8-identifiers.exp: Likewise.
5731 * gdb.cp/cpcompletion.exp: Likewise.
5732 * gdb.linespec/cpcompletion.exp: Likewise.
5733 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5734 * gdb.linespec/cpls-ops.exp: Likewise.
5735
5736 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5737 Chris January <chris.january@arm.com>
5738
5739 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5740 * gdb.fortran/short-circuit-argument-list.exp: New file.
5741 * gdb.fortran/short-circuit-argument-list.f90: New test.
5742
5743 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5744
5745 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5746 "arch=" keyword when executing "-stack-list-frames".
5747
5748 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5749
5750 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5751 "arch=" keyword when executing "-stack-list-frames".
5752
5753 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5754
5755 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5756 break ada".
5757
5758 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5759
5760 PR python/23669
5761 * gdb.python/python.exp: Test gdb.execute("show commands").
5762
5763 2018-09-16 Tom Tromey <tom@tromey.com>
5764
5765 * gdb.base/new-ui.exp (do_execution_tests): Update.
5766 * gdb.base/dbx.exp (test_breakpoints): Update.
5767
5768 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5769
5770 * lib/gdb.exp (gdb_simple_compile): Add proc.
5771 (is_elf_target): Use gdb_simple_compile.
5772 (skip_altivec_tests): Likewise.
5773 (skip_vsx_tests): Likewise.
5774 (skip_tsx_tests): Likewise.
5775 (skip_btrace_tests): Likewise.
5776 (skip_btrace_pt_tests): Likewise.
5777 (gdb_can_simple_compile): Likewise.
5778 (gdb_has_argv0): Likewise.
5779 (gdb_target_symbol_prefix): Likewise.
5780 (target_supports_scheduler_locking): Likewise.
5781
5782 2018-09-13 Tom Tromey <tom@tromey.com>
5783
5784 * Makefile.in (TAGS): Recognize proc_with_prefix and
5785 gdb_caching_proc.
5786
5787 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5788
5789 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5790 method.
5791
5792 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5793
5794 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5795 and a few other Inferior properties when the Inferior is no
5796 longer valid.
5797
5798 2018-09-13 Tom Tromey <tom@tromey.com>
5799
5800 PR rust/23650:
5801 * gdb.rust/simple.exp: Add test for enum field access error.
5802
5803 2018-09-13 Tom Tromey <tom@tromey.com>
5804
5805 PR rust/23626:
5806 * gdb.rust/simple.rs (EmptyEnum): New type.
5807 (main): Use it.
5808 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5809
5810 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5811
5812 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5813 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5814 * gdb.python/py-symtab.exp: Update test printing an objfile.
5815
5816 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5817
5818 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5819 object.
5820
5821 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5822
5823 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5824 (support_complex_tests): Use gdb_can_simple_compile.
5825 (is_ilp32_target): Likewise.
5826 (is_lp64_target): Likewise.
5827 (is_64_target): Likewise.
5828 (is_amd64_regs_target): Likewise.
5829 (is_aarch32_target): Likewise.
5830 (gdb_int128_helper): Likewise.
5831
5832 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5833
5834 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5835
5836 2018-09-10 Jerome Guitton <guitton@adacore.com>
5837
5838 * gdb.ada/same_component_name: Add test for case of tagged record
5839 with variable-length fields.
5840
5841 2018-09-10 Xavier Roirand <roirand@adacore.com>
5842
5843 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5844 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5845 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5846 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5847
5848 2018-09-10 Xavier Roirand <roirand@adacore.com>
5849
5850 * gdb.ada/mi_string_access.exp: New testcase.
5851 * gdb.ada/mi_string_access/bar.adb: New file.
5852 * gdb.ada/mi_string_access/pck.adb: New file.
5853 * gdb.ada/mi_string_access/pck.asd: New file.
5854
5855 2018-09-10 Xavier Roirand <roirand@adacore.com>
5856
5857 * gdb.ada/mi_var_union.exp: New testcase.
5858 * gdb.ada/mi_var_union/bar.adb: New file.
5859 * gdb.ada/mi_var_union/pck.adb: New file.
5860 * gdb.ada/mi_var_union/pck.asd: New file.
5861
5862 2018-09-08 Tom Tromey <tom@tromey.com>
5863
5864 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5865
5866 2018-09-08 Tom Tromey <tom@tromey.com>
5867
5868 PR python/16047:
5869 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5870 (register_pretty_printers): Register new printer.
5871 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5872 test.
5873 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5874 (an_int_type3): New global.
5875
5876 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5877
5878 * gdb.ada/expr_with_funcall: New testcase.
5879
5880 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5881
5882 * gdb.ada/packed_array_assign: New testcase.
5883
5884 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5885
5886 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5887 names, and add test prefixes to make test names unique.
5888
5889 2018-09-05 Tom de Vries <tdevries@suse.de>
5890
5891 * gdb.dwarf2/varval.exp: Add test.
5892
5893 2018-09-04 Gary Benson <gbenson@redhat.com>
5894
5895 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5896 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5897
5898 2018-08-31 Tom Tromey <tom@tromey.com>
5899
5900 * gdb.rust/simple.rs: Rename second variable "v".
5901
5902 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5903
5904 * gdb.base/funcargs.c (use_a): New function.
5905 (recurse): Call use_a.
5906
5907 2018-08-29 Keith Seitz <keiths@redhat.com>
5908
5909 * gdb.compile/compile-cplus-anonymous.cc: New file.
5910 * gdb.compile/compile-cplus-anonymous.exp: New file.
5911 * gdb.compile/compile-cplus-array-decay.cc: New file.
5912 * gdb.compile/compile-cplus-array-decay.exp: New file.
5913 * gdb.compile/compile-cplus-inherit.cc: New file.
5914 * gdb.compile/compile-cplus-inherit.exp: New file.
5915 * gdb.compile/compile-cplus-member.cc: New file.
5916 * gdb.compile/compile-cplus-member.exp: New file.
5917 * gdb.compile/compile-cplus-method.cc: New file.
5918 * gdb.compile/compile-cplus-method.exp: New file.
5919 * gdb.compile/compile-cplus-mod.c: "New" file.
5920 * gdb.compile/compile-cplus-namespace.cc: New file.
5921 * gdb.compile/compile-cplus-namespace.exp: New file.
5922 * gdb.compile/compile-cplus-nested.cc: New file.
5923 * gdb.compile/compile-cplus-nested.exp: New file.
5924 * gdb.compile/compile-cplus-print.c: "New" file.
5925 * gdb.compile/compile-cplus-print.exp: "New" file.
5926 * gdb.compile/compile-cplus-virtual.cc: New file.
5927 * gdb.compile/compile-cplus-virtual.exp: New file.
5928 * gdb.compile/compile-cplus.c: "New" file.
5929 * gdb.compile/compile-cplus.exp: "New" file.
5930 * lib/compile-support.exp: New file.
5931
5932 2018-08-16 Gary Benson <gbenson@redhat.com>
5933
5934 PR gdb/13000:
5935 * gdb.base/batch-exit-status.exp: New file.
5936 * gdb.base/batch-exit-status.good-commands: Likewise.
5937 * gdb.base/batch-exit-status.bad-commands: Likewise.
5938
5939 2018-08-29 Alan Hayward <alan.hayward@arm.com>
5940
5941 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5942 (struct struct02): Likewise.
5943 (struct struct03): Likewise.
5944 (struct struct04): Likewise.
5945 (struct struct_01_01): New struct.
5946 (struct struct_01_02): Likewise.
5947 (struct struct_01_03): Likewise.
5948 (struct struct_01_04): Likewise.
5949 (struct struct_02_01): Likewise.
5950 (struct struct_02_02): Likewise.
5951 (struct struct_02_03): Likewise.
5952 (struct struct_02_04): Likewise.
5953 (struct struct_04_01): Likewise.
5954 (struct struct_04_02): Likewise.
5955 (struct struct_04_03): Likewise.
5956 (struct struct_04_04): Likewise.
5957 (struct struct_05_01): Likewise.
5958 (struct struct_05_02): Likewise.
5959 (struct struct_05_03): Likewise.
5960 (struct struct_05_04): Likewise.
5961 (cmp_struct01): Remove function.
5962 (cmp_struct02): Likewise.
5963 (cmp_struct03): Likewise.
5964 (cmp_struct04): Likewise.
5965 (cmp_struct_01_01): Add Function.
5966 (cmp_struct_01_02): Likewise.
5967 (cmp_struct_01_03): Likewise.
5968 (cmp_struct_01_04): Likewise.
5969 (cmp_struct_02_01): Likewise.
5970 (cmp_struct_02_02): Likewise.
5971 (cmp_struct_02_03): Likewise.
5972 (cmp_struct_02_04): Likewise.
5973 (cmp_struct_04_01): Likewise.
5974 (cmp_struct_04_02): Likewise.
5975 (cmp_struct_04_03): Likewise.
5976 (cmp_struct_04_04): Likewise.
5977 (cmp_struct_05_01): Likewise.
5978 (cmp_struct_05_02): Likewise.
5979 (cmp_struct_05_03): Likewise.
5980 (cmp_struct_05_04): Likewise.
5981 (call_all): Add new structs.
5982 * gdb.base/infcall-nested-structs.exp: Likewise.
5983
5984 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5985
5986 * gdb.python/py-framefilter-mi.exp: Update regexp to
5987 check for "arch" field in frame output.
5988
5989 2018-08-23 Kevin Buettner <kevinb@redhat.com>
5990
5991 * gdb.dwarf2/dw2-ranges-func.c: New file.
5992 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5993
5994 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5995
5996 * gdb.base/term.exp: Compare terminal settings with values from
5997 the inferior.
5998 * gdb.base/term.c: Get and set terminal settings.
5999
6000 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6001
6002 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6003 accommodate new "arch" field in frame output.
6004 * gdb.mi/mi-return.exp: Likewise.
6005 * gdb.mi/mi-stack.exp: Likewise.
6006 * gdb.mi/mi-syn-frame.exp: Likewise.
6007 * gdb.mi/user-selected-context-sync.exp: Likewise.
6008
6009 2018-08-19 Michael Spang <spang@google.com>
6010
6011 PR gdb/11786
6012 * gdb.base/gcore-tls-pie.c: New file.
6013 * gdb.base/gcore-tls-pie.exp: New file.
6014
6015 2018-08-18 Kevin Buettner <kevinb@redhat.com>
6016
6017 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
6018 * gdb.dwarf2/varval.c: New file.
6019 * gdb.dwarf2/varval.exp: New file.
6020
6021 2018-08-17 Alan Hayward <alan.hayward@arm.com>
6022
6023 PR gdb/18931
6024 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6025
6026 2018-08-16 Keith Seitz <keiths@redhat.com>
6027
6028 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6029 tests expected to pass.
6030
6031 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6032
6033 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6034 -data-disassemble -a.
6035 (test_disassembly_bogus_args): Likewise.
6036
6037 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6038
6039 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6040
6041 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6042
6043 * gdb.base/vla-optimized-out.exp: Add new test.
6044
6045 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6046
6047 * gdb.base/vla-optimized-out-o3.exp: Delete.
6048 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6049 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6050 deleted tests.
6051
6052 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6053
6054 PR gdb/18050:
6055 * gdb.server/extended-remote-restart.c: New file.
6056 * gdb.server/extended-remote-restart.exp: New file.
6057
6058 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6059
6060 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6061 "set variable index = 42".
6062
6063 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6064
6065 * boards/index-cache-gdb.exp: New file.
6066 * gdb.dwarf2/index-cache.exp: New file.
6067 * gdb.dwarf2/index-cache.c: New file.
6068 * gdb.base/maint.exp: Check if we are using the index cache.
6069
6070 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6071
6072 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6073 MAKEFLAGS.
6074
6075 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6076
6077 * dg-extract-results.sh: Move to toplevel contrib.
6078 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6079 * Makefile.in (check-parallel-racy): Likewise.
6080
6081 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6082
6083 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6084 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6085 tests if the target supports scheduler locking.
6086
6087 2018-08-04 Tom de Vries <tdevries@suse.de>
6088
6089 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6090
6091 2018-08-02 Tom Tromey <tom@tromey.com>
6092
6093 PR symtab/16842.
6094 * gdb.cp/temargs.exp: Test "info address" of a template
6095 parameter.
6096
6097 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6098
6099 * gdb.python/py-mi-var-info-path-expression.c: New file.
6100 * gdb.python/py-mi-var-info-path-expression.py: New file.
6101 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6102
6103 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6104
6105 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6106 error after "cannot resolve name" string.
6107
6108 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6109
6110 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6111 started.
6112 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6113
6114 2018-07-28 Tom de Vries <tdevries@suse.de>
6115
6116 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6117
6118 2018-07-26 Tom de Vries <tdevries@suse.de>
6119
6120 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6121
6122 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6123
6124 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6125 is visible.
6126
6127 2018-07-26 Tom de Vries <tdevries@suse.de>
6128
6129 PR breakpoints/23366
6130 * gdb.base/catch-follow-exec.c: New test.
6131 * gdb.base/catch-follow-exec.exp: New file.
6132
6133 2018-07-25 Tom de Vries <tdevries@suse.de>
6134
6135 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6136 vla-optimized-out.c.
6137
6138 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6139
6140 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6141 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6142
6143 2018-07-20 Tom de Vries <tdevries@suse.de>
6144
6145 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6146 NOCLONE macro.
6147 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6148
6149 2018-07-19 Tom de Vries <tdevries@suse.de>
6150
6151 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6152 regular expression.
6153
6154 2018-07-18 Tom de Vries <tdevries@suse.de>
6155
6156 * gdb.base/vla-optimized-out.c: New test.
6157 * gdb.base/vla-optimized-out.exp: New file.
6158
6159 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6160
6161 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6162 message "No address associated with hostname" when gdbserver
6163 cannot resolve the hostname.
6164
6165 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6166
6167 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6168 Add some test prefixes to make tests unique.
6169
6170 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6171
6172 * gdb.base/frameapply.c: New file.
6173 * gdb.base/frameapply.exp: New file.
6174
6175 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6176
6177 * gdb.base/skip.exp: Update expected error message.
6178
6179 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6180 Jan Kratochvil <jan.kratochvil@redhat.com>
6181 Paul Fertser <fercerpav@gmail.com>
6182 Tsutomu Seki <sekiriki@gmail.com>
6183
6184 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6185 parameter.
6186 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6187 by default.
6188 * boards/native-gdbserver.exp: Likewise.
6189 * gdb.server/run-without-local-binary.exp: Improve regexp used
6190 for detecting when a remote debugging connection succeeds.
6191 * gdb.server/server-connect.exp: New file.
6192 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6193 Do not prefix the port number with ":".
6194 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6195 support for detecting and using it. Add '$debughost_gdbserver'
6196 to the list of arguments used to start gdbserver. Handle case
6197 when gdbserver cannot resolve a network name.
6198
6199 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6200
6201 PR c++/23373
6202 * gdb.base/ptype-offsets.cc (struct static_member): New
6203 struct.
6204 (main) <stmember>: New variable.
6205 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6206 with a static member in it.
6207
6208 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6209
6210 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6211 watchpoints enabled and disabled.
6212
6213 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6214
6215 * gdb.base/examine-backward.exp: Still run tests around address
6216 0x0, even if address 0x0 is not readable. Update the pattern for
6217 matching address 0x0 in expected output.
6218
6219 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6220
6221 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6222 malloc/free.
6223
6224 2018-07-04 Tom de Vries <tdevries@suse.de>
6225
6226 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6227
6228 2018-07-02 Maciej W. Rozycki <macro@mips.com>
6229
6230 PR tdep/8282
6231 * gdb.arch/mips-disassembler-options.exp: New test.
6232 * gdb.arch/mips-disassembler-options.s: New test source.
6233
6234 2018-06-29 Pedro Alves <palves@redhat.com>
6235
6236 * gdb.threads/names.exp: Adjust expected "info threads" output.
6237
6238 2018-06-29 Pedro Alves <palves@redhat.com>
6239
6240 * gdb.opt/inline-break.exp (line number, address): Add "info
6241 break" tests.
6242
6243 2018-06-29 Pedro Alves <palves@redhat.com>
6244
6245 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6246 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6247 number and address and running to them.
6248
6249 2018-06-29 Richard Bunt <richard.bunt@arm.com>
6250
6251 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6252
6253 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6254
6255 * lib/compiler.c: Remove executable permission flag.
6256
6257 2018-06-28 Richard Bunt <richard.bunt@arm.com>
6258
6259 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6260 code.
6261 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6262
6263 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6264
6265 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6266
6267 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6268
6269 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6270 address argument is omitted.
6271
6272 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6273
6274 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6275
6276 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
6277
6278 PR gdb/21695
6279 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6280 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6281
6282 2018-06-26 Tom Tromey <tom@tromey.com>
6283
6284 PR rust/22574:
6285 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6286 * gdb.rust/simple.rs (struct SimpleLayout): New.
6287
6288 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6289
6290 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6291 "info registers" output.
6292
6293 2018-06-21 Richard Bunt <richard.bunt@arm.com>
6294
6295 * gdb.base/watchpoint-hw-attach.c: New test.
6296 * gdb.base/watchpoint-hw-attach.exp: New file.
6297
6298 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6299
6300 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6301 through /bin/sh.
6302 * boards/dwarf4-gdb-index.exp: Likewise.
6303 * boards/fission-dwp.exp: Likewise.
6304
6305 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6306
6307 * gdb.base/float128.exp: Add comment and improved fail message
6308 to the failure case of "print large128" test.
6309
6310 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6311
6312 * configure.ac: Remove AC_PREREQ.
6313 * configure: Re-generate.
6314
6315 2018-06-19 Pedro Alves <palves@redhat.com>
6316
6317 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6318 (func_extern_caller): New.
6319 (main): Call func_extern_caller.
6320 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6321 logic change.
6322
6323 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
6324
6325 PR gdb/16841
6326 * gdb.cp/typedef-base.cc: New file.
6327 * gdb.cp/typedef-base.exp: New file.
6328
6329 2018-06-18 Tom de Vries <tdevries@suse.de>
6330
6331 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6332
6333 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6334 Richard Bunt <Richard.Bunt@arm.com>
6335
6336 * gdb.threads/attach-slow-waitpid.c: New file.
6337 * gdb.threads/attach-slow-waitpid.exp: New file.
6338 * gdb.threads/slow-waitpid.c: New file.
6339
6340 2018-06-14 Pedro Alves <palves@redhat.com>
6341
6342 * gdb.base/fork-running-state.c: Include <errno.h>.
6343 (exit_if_relative_exits): New.
6344 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6345 exits.
6346 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6347 child exits.
6348
6349 2018-06-14 Tom de Vries <tdevries@suse.de>
6350
6351 PR cli/22573
6352 * gdb.base/finish-pretty.c: New test.
6353 * gdb.base/finish-pretty.exp: New file.
6354
6355 2018-06-14 Pedro Alves <palves@redhat.com>
6356
6357 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6358 gdb's expected startup output.
6359
6360 2018-06-14 Pedro Alves <palves@redhat.com>
6361
6362 * lib/selftest-support.exp (selftest_setup): Remove inlined
6363 function handling.
6364
6365 2018-06-14 Tom de Vries <tdevries@suse.de>
6366
6367 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6368 matching of breakpoint printing.
6369
6370 2018-06-13 Tom de Vries <tdevries@suse.de>
6371
6372 PR testsuite/23269
6373 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6374 (fork_child): ... here, and ...
6375 (fork_parent): ... here.
6376
6377 2018-06-12 Tom de Vries <tdevries@suse.de>
6378
6379 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6380
6381 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6382 Stephen Roberts <stephen.roberts@arm.com>
6383
6384 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6385 rewrite test to describe action performed, rather than possible
6386 failure.
6387
6388 2018-06-08 Gary Benson <gbenson@redhat.com>
6389
6390 * gdb.threads/check-libthread-db.exp: New file.
6391 * gdb.threads/check-libthread-db.c: Likewise.
6392
6393 2018-06-05 Tom Tromey <tom@tromey.com>
6394
6395 * gdb.base/default.exp: Update expected "show version" output.
6396
6397 2018-06-05 Tom Tromey <tom@tromey.com>
6398
6399 PR cli/12326:
6400 * gdb.cp/static-print-quit.exp: Update.
6401 * lib/gdb.exp (pagination_prompt): Update.
6402 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6403 * gdb.python/python.exp: Update.
6404
6405 2018-06-04 Joel Brobecker <brobecker@adacore.com>
6406
6407 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6408
6409 2018-06-01 Joel Brobecker <brobecker@adacore.com>
6410
6411 * gdb.ada/bp_fun_addr: New testcase.
6412
6413 2018-06-01 Tom Tromey <tom@tromey.com>
6414
6415 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6416 results.
6417 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6418 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6419 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6420 * gdb.base/maint.exp (maint_pass_if): Update.
6421
6422 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6423
6424 * gdb.base/endian.exp: New test.
6425 * gdb.base/endian.c: New test source.
6426
6427 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6428
6429 PR gdb/23203
6430 * gdb.base/bt-selected-frame.c: New file.
6431 * gdb.base/bt-selected-frame.exp: New file.
6432 * lib/gdb.exp (get_current_frame_number): New function.
6433
6434 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6435 Pedro Alves <palves@redhat.com>
6436
6437 * gdb.threads/tls-core.c: Include <stdlib.h>
6438 (thread_proc): Call `abort'.
6439 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6440 (tls_core_test): New procedure, bits factored out from ...
6441 (top level): ... here. Test both native cores and gcore cores.
6442
6443 2018-05-23 Tom Tromey <tom@tromey.com>
6444
6445 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6446
6447 2018-05-23 Tom Tromey <tom@tromey.com>
6448
6449 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6450 symfile_complaints.
6451 (test_short_complaints): Likewise.
6452 (test_empty_complaints): Likewise.
6453 (test_initial_complaints): Update.
6454
6455 2018-05-23 Tom Tromey <tom@tromey.com>
6456
6457 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6458
6459 2018-05-23 Tom Tromey <tom@tromey.com>
6460
6461 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6462 (test_short_complaints): Update.
6463
6464 2018-05-22 Pedro Alves <palves@redhat.com>
6465
6466 * gdb.base/remote.exp: Only gdb_start after compiling the
6467 testcase. Issue "disconnect" before testing "set remote" command
6468 defaults. Issue clean_restart before running to main.
6469
6470 2018-05-22 Pedro Alves <palves@redhat.com>
6471
6472 * gdb.base/remote.exp: Adjust expected output of "show remote
6473 memory-write-packet-size". Add tests for "set remote
6474 memory-write-packet-size 0" and "set remote
6475 memory-write-packet-size fixed/limit".
6476
6477 2018-05-22 Pedro Alves <palves@redhat.com>
6478
6479 PR gdb/22973
6480 * gdb.base/utf8-identifiers.c: New file.
6481 * gdb.base/utf8-identifiers.exp: New file.
6482
6483 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6484
6485 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6486
6487 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6488
6489 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6490
6491 2018-05-18 Tom Tromey <tom@tromey.com>
6492
6493 * gdb.base/ptype-offsets.exp: Update.
6494
6495 2018-05-17 Keith Seitz <keiths@redhat.com>
6496
6497 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6498 in expected breakpoint stop locations.
6499 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6500 move to proper scope to test variable values.
6501 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6502 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6503 New functions.
6504 (main): Call not_inline_func3.
6505 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6506 inline_func1, inline_func2, and inline_func3. Test that when each
6507 breakpoint is hit, GDB properly reports both the stop location
6508 and the backtrace. Repeat tests for temporary breakpoints.
6509
6510 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6511
6512 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6513 rather then trying to access it in determining whether the PID
6514 of `gdbserver' could have been retrieved.
6515
6516 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6517
6518 * gdb.arch/amd64-init-x87-values.S: New file.
6519 * gdb.arch/amd64-init-x87-values.exp: New file.
6520
6521 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6522
6523 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6524
6525 2018-05-04 Tom Tromey <tom@tromey.com>
6526
6527 PR python/22730:
6528 * gdb.python/python.exp: Test multi-line execute.
6529
6530 2018-05-04 Tom Tromey <tom@tromey.com>
6531
6532 PR python/22731:
6533 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6534
6535 2018-05-04 Tom Tromey <tom@tromey.com>
6536
6537 PR gdb/11750:
6538 * gdb.base/define.exp: Test defining a user command inside a user
6539 command.
6540 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6541
6542 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6543 Pedro Alves <palves@redhat.com>
6544
6545 PR breakpoints/19806 and support for PR external/20207.
6546 * gdb.base/watchpoint-unaligned.c: New file.
6547 * gdb.base/watchpoint-unaligned.exp: New file.
6548
6549 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6550
6551 * gdb.base/maint.exp: Make test names unique, use
6552 test_prefix_command_help to test 'help maint info', and remove
6553 repeated test of 'help maint'.
6554
6555 2018-05-04 Tom Tromey <tom@tromey.com>
6556
6557 PR gdb/22619:
6558 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6559 behavior.
6560
6561 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6562
6563 * gdb.base/maint.exp: Process output from 'maint print registers'
6564 line at a time.
6565
6566 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6567
6568 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6569 timeout.
6570
6571 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6572
6573 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6574 filter pattern.
6575
6576 2018-05-02 Pedro Alves <palves@redhat.com>
6577
6578 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6579 to_log_command renames.
6580 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6581
6582 2018-05-02 Tom Tromey <tom@tromey.com>
6583
6584 * gdb.python/py-parameter.exp: Set test message.
6585
6586 2018-05-02 Tom Tromey <tom@tromey.com>
6587
6588 PR python/20084:
6589 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6590 PARAM_ZUINTEGER_UNLIMITED tests.
6591
6592 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6593
6594 PR rust/23124
6595 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6596 when casting.
6597
6598 2018-04-30 Tom Tromey <tom@tromey.com>
6599
6600 * gdb.python/py-type.exp: Check align attribute.
6601 * gdb.python/py-type.c: New "aligncheck" global.
6602
6603 2018-04-30 Tom Tromey <tom@tromey.com>
6604
6605 PR exp/17095:
6606 * gdb.dwarf2/dw2-align.exp: New file.
6607 * gdb.cp/align.exp: New file.
6608 * gdb.base/align.exp: New file.
6609 * lib/gdb.exp (gdb_int128_helper): New proc.
6610 (has_int128_c, has_int128_cxx): New caching procs.
6611
6612 2018-04-27 Tom Tromey <tom@tromey.com>
6613
6614 PR rust/22545:
6615 * gdb.rust/simple.exp: Add inclusive range tests.
6616
6617 2018-04-26 Pedro Alves <palves@redhat.com>
6618
6619 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6620 ifunc breakpoint locations correctly of ifunc breakpoints set
6621 while the program resolves the ifunc.
6622
6623 2018-04-26 Pedro Alves <palves@redhat.com>
6624
6625 * gdb.base/gnu-ifunc-final.c: New file.
6626 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6627 * gdb.base/gnu-ifunc.exp (executable): Delete.
6628 (staticexecutable): Adjust.
6629 (lib_opts, exec_opts): Delete.
6630 (make_binsuffix, build, set-break): New procedures.
6631 (misc_tests): New, with tests factored out from the top level.
6632 (top level): Test different combinations of ifunc resolver name,
6633 resolver with and with debug info, and ifunc target with and
6634 without debug info. Wrap static tests with with_target_prefix.
6635
6636 2018-04-26 Pedro Alves <palves@redhat.com>
6637
6638 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6639 return type" warnings.
6640
6641 2018-04-25 Pedro Alves <palves@redhat.com>
6642
6643 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6644 killed".
6645 * gdb.base/kill-after-signal.exp: Likewise.
6646 * gdb.threads/kill.exp: Likewise.
6647
6648 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6649 Sergio Durigan Junior <sergiodj@redhat.com>
6650 Pedro Alves <palves@redhat.com>
6651
6652 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6653 regexps to expect for '[Inferior ... detached]' as well.
6654 * gdb.base/attach.exp: Likewise.
6655 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6656 "gdb_continue_to_end".
6657 (test_catch_syscall_with_wrong_args): Likewise.
6658 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6659 ']'. Don't set 'verbose' on.
6660 * gdb.base/foll-vfork.exp: Likewise.
6661 * gdb.base/fork-print-inferior-events.c: New file.
6662 * gdb.base/fork-print-inferior-events.exp: New file.
6663 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6664 '[Inferior ... has been killed]' message.
6665 * gdb.base/kill-after-signal.exp: Likewise.
6666 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6667 detach message.
6668 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6669 message.
6670 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6671 regexps to expect for '[Inferior ... detached]' as well.
6672 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6673
6674 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6675
6676 PR gdb/23104
6677 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6678
6679 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6680
6681 PR gdb/23095
6682 * gdb.base/break-probes.exp: Pass shlib_load to
6683 prepare_for_testing. Set normal_bp to r_debug_state if target is
6684 bsd.
6685
6686 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6687
6688 * gdb.threads/multiple-successive-infcall.c: New test.
6689 * gdb.threads/multiple-successive-infcall.exp: New file.
6690
6691 2018-04-17 Tom Tromey <tom@tromey.com>
6692
6693 * gdb.rust/simple.rs (Union): New type.
6694 (main): New local "u".
6695 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6696
6697 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6698
6699 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6700 number information in output of "whereis" command.
6701 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6702
6703 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6704
6705 * gdb.ada/info_types.exp: Adjust expected output to the line
6706 numbers now printed by "info var/func/type".
6707 * gdb.base/completion.exp: Likewise.
6708 * gdb.base/included.exp: Likewise.
6709 * gdb.cp/cp-relocate.exp: Likewise.
6710 * gdb.cp/cplusfuncs.exp: Likewise.
6711 * gdb.cp/namespace.exp: Likewise.
6712 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6713
6714 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6715
6716 * gdb.btrace/cpu.exp: New.
6717
6718 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6719
6720 * gdb.base/step-indirect-call-thunk.exp: New.
6721 * gdb.base/step-indirect-call-thunk.c: New.
6722 * gdb.reverse/step-indirect-call-thunk.exp: New.
6723 * gdb.reverse/step-indirect-call-thunk.c: New.
6724
6725 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6726
6727 * gdb.base/pie-fork.c: New file.
6728 * gdb.base/pie-fork.exp: New file.
6729
6730 2018-04-11 Tom Tromey <tom@tromey.com>
6731
6732 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6733
6734 2018-04-10 Pedro Alves <palves@redhat.com>
6735
6736 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6737 exits. Instead loop running forever.
6738 (fork_parent): Run forever too.
6739
6740 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6741
6742 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6743 mi_continue_to_line.
6744 * gdb.mi/mi-stack.c (callee4): Add comment.
6745
6746 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6747
6748 * gdb.mi/mi-stack.exp: Fix indentation.
6749
6750 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6751
6752 PR gdb/22979
6753 * gdb.arch/amd64-osabi.exp: New file.
6754
6755 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6756
6757 PR gdb/22980
6758 * gdb.base/osabi.exp: New file.
6759
6760 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6761
6762 * gdb.cp/static-typedef-print.exp: New file.
6763 * gdb.cp/static-typedef-print.cc: New file.
6764
6765 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6766
6767 * gdb.ada/varsize_limit: New testcase.
6768
6769 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6770
6771 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6772
6773 * gdb.ada/notcplusplus: New testcase.
6774
6775 * gdb.base/c-linkage-name.c: New file.
6776 * gdb.base/c-linkage-name.exp: New testcase.
6777
6778 2018-03-26 Tom Tromey <tom@tromey.com>
6779
6780 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6781 * gdb.python/py-framefilter.py (name_error): New global.
6782 (ErrorInName.function): Use name_error.
6783
6784 2018-03-26 Tom Tromey <tom@tromey.com>
6785
6786 PR backtrace/15582:
6787 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6788
6789 2018-03-23 Keith Seitz <keiths@redhat.com>
6790
6791 PR c++/22968
6792 * gdb.cp/subtypes.exp: New file.
6793 * gdb.cp/subtypes.h: New file.
6794 * gdb.cp/subtypes.cc: New file.
6795 * gdb.cp/subtypes-2.cc: New file.
6796
6797 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6798
6799 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6800 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6801 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6802 -nostartfiles when compiling the test. Confirm that all registers
6803 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6804
6805 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6806
6807 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6808 option, syntax was wrong anyway.
6809 * gdb.arch/arm-disp-step.exp: Likewise.
6810 * gdb.arch/sparc64-regs.exp: Likewise.
6811 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6812 option, syntax was wrong anyway, switch to use
6813 prepare_for_testing.
6814 * gdb.arch/i386-disp-step.exp: Likewise.
6815
6816 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6817
6818 * gdb.ada/exec_changed.exp: Replace "target_info exists
6819 use_gdb_stub" by "use_gdb_stub".
6820 * gdb.ada/start.exp: Likewise.
6821 * gdb.base/async-shell.exp: Likewise.
6822 * gdb.base/attach-pie-misread.exp: Likewise.
6823 * gdb.base/attach-wait-input.exp: Likewise.
6824 * gdb.base/break-entry.exp: Likewise.
6825 * gdb.base/break-interp.exp: Likewise.
6826 * gdb.base/dprintf-detach.exp: Likewise.
6827 * gdb.base/nostdlib.exp: Likewise.
6828 * gdb.base/solib-nodir.exp: Likewise.
6829 * gdb.base/statistics.exp: Likewise.
6830 * gdb.base/testenv.exp: Likewise.
6831 * gdb.mi/mi-exec-run.exp: Likewise.
6832 * gdb.mi/mi-start.exp: Likewise.
6833 * gdb.multi/dummy-frame-restore.exp: Likewise.
6834 * gdb.multi/multi-arch-exec.exp: Likewise.
6835 * gdb.multi/multi-arch.exp: Likewise.
6836 * gdb.multi/tids.exp: Likewise.
6837 * gdb.multi/watchpoint-multi.exp: Likewise.
6838 * gdb.python/py-events.exp: Likewise.
6839 * gdb.threads/attach-into-signal.exp: Likewise.
6840 * gdb.threads/attach-stopped.exp: Likewise.
6841 * gdb.threads/threadapply.exp: Likewise.
6842 * lib/selftest-support.exp: Likewise.
6843
6844 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6845
6846 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6847
6848 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6849
6850 * gdb.perf/template-breakpoints.cc: New file.
6851 * gdb.perf/template-breakpoints.exp: New file.
6852 * gdb.perf/template-breakpoints.py: New file.
6853
6854 2018-03-19 Tom Tromey <tom@tromey.com>
6855
6856 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6857 y0.
6858 * gdb.rust/simple.exp: Test bare identifier form of struct
6859 initializer.
6860
6861 2018-03-19 Tom Tromey <tom@tromey.com>
6862
6863 * gdb.gdb/observer.exp: Remove.
6864
6865 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6866
6867 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6868 "qualified" option when setting breakpoints.
6869 * gdb.trace/backtrace.exp: Likewise.
6870 * gdb.trace/circ.exp: Likewise.
6871 * gdb.trace/collection.exp: Likewise.
6872 * gdb.trace/disconnected-tracing.exp: Likewise.
6873 * gdb.trace/ftrace-lock.exp: Likewise.
6874 * gdb.trace/ftrace.exp: Likewise.
6875 * gdb.trace/infotrace.exp: Likewise.
6876 * gdb.trace/packetlen.exp: Likewise.
6877 * gdb.trace/passc-dyn.exp: Likewise.
6878 * gdb.trace/qtro.exp: Likewise.
6879 * gdb.trace/read-memory.exp: Likewise.
6880 * gdb.trace/report.exp: Likewise.
6881 * gdb.trace/signal.exp: Likewise.
6882 * gdb.trace/status-stop.exp: Likewise.
6883 * gdb.trace/strace.exp: Likewise.
6884 * gdb.trace/tfind.exp: Likewise.
6885 * gdb.trace/trace-break.exp: Likewise.
6886 * gdb.trace/trace-condition.exp: Likewise.
6887 * gdb.trace/trace-mt.exp: Likewise.
6888 * gdb.trace/tstatus.exp: Likewise.
6889 * gdb.trace/tsv.exp: Likewise.
6890 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6891 * gdb.trace/unavailable.exp: Likewise.
6892 * gdb.trace/while-dyn.exp: Likewise.
6893
6894 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6895
6896 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6897 that libinproctrace is copied to the target.
6898
6899 2018-03-14 Tom Tromey <tom@tromey.com>
6900
6901 PR cli/14977:
6902 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6903 a null pointer.
6904 * gdb.base/wchar.exp: Likewise.
6905
6906 2018-03-14 Tom Tromey <tom@tromey.com>
6907
6908 PR cli/19918:
6909 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6910 flag.
6911
6912 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6913
6914 PR gdb/22841
6915 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6916 "target" to remote_exec.
6917
6918 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6919
6920 PR gdb/22841
6921 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6922 ${board}_upload): Remove.
6923
6924 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6925
6926 * gdb.cp/watch-cp.cc: New test.
6927 * gdb.cp/watch-cp.exp: New file.
6928
6929 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6930
6931 * gdb.base/infcall-nested-structs.exp: New file.
6932 * gdb.base/infcall-nested-structs.c: New file.
6933 * gdb.base/float.exp: Add riscv support.
6934
6935 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6936
6937 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6938 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6939
6940 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6941
6942 * gdb.server/abspath.exp: New file.
6943 * lib/gdb.exp (with_cwd): New procedure.
6944
6945 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6946
6947 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6948 use it.
6949 (gdb_is_target_remote_prompt): New proc.
6950 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6951 (gdb_is_target_native): Pass prompt parameter to
6952 gdb_is_target_1.
6953
6954 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6955
6956 * gdb.base/load-command.c: New file.
6957 * gdb.base/load-command.exp: New file.
6958 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6959 (gdb_is_target_1): ...this, and generalize for other targets
6960 than just remote.
6961 (gdb_is_target_remote): Use gdb_is_target_1.
6962 (gdb_is_target_native): use gdb_is_target_1.
6963
6964 2018-02-26 Tom Tromey <tom@tromey.com>
6965
6966 PR python/16497:
6967 * gdb.python/py-framefilter.exp: Update test.
6968
6969 2018-02-26 Tom Tromey <tom@tromey.com>
6970
6971 * gdb.dwarf2/variant.c: New file.
6972 * gdb.dwarf2/variant.exp: New file.
6973
6974 2018-02-26 Tom Tromey <tom@tromey.com>
6975
6976 * gdb.rust/simple.exp: Accept more possible results in enum test.
6977
6978 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6979
6980 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6981 parentheses.
6982
6983 2018-02-23 Maciej W. Rozycki <macro@mips.com>
6984
6985 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6986 name of a variable: $actual_linejj -> $actual_line.
6987
6988 2018-02-21 John Baldwin <jhb@FreeBSD.org>
6989
6990 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6991
6992 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6993
6994 * gdb.btrace/buffer-size.exp: Do not force BTS.
6995
6996 2018-02-14 Pedro Alves <palves@redhat.com>
6997
6998 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6999 getting a "Quit".
7000
7001 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7002
7003 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7004 Fix test name.
7005
7006 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7007
7008 * gdb.cp/m-static.exp: Check type of optimized out static
7009 member.
7010
7011 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7012
7013 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7014 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7015
7016 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7017 Leszek Swirski <leszeks@google.com>
7018
7019 * gdb.python/py-prettyprint.c
7020 (struct to_string_returns_value_inner,
7021 struct to_string_returns_value_wrapper): New.
7022 (main): Add tsrvw variable.
7023 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7024 ToStringReturnsValueWrapper): New classes.
7025 (register_pretty_printers): Register new pretty-printers.
7026 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7027 recursive pretty printer.
7028 * gdb.python/py-mi.exp: Likewise.
7029
7030 2018-02-01 Leszek Swirski <leszeks@google.com>
7031
7032 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7033 functions with the same name as an include file are parsed
7034 correctly.
7035
7036 2018-02-01 Yao Qi <yao.qi@linaro.org>
7037
7038 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7039 "\[^\r\n\]*".
7040
7041 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7042
7043 * gdb.arch/powerpc-prologue-frame.s: New file.
7044 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7045 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7046
7047 2018-01-31 Joel Brobecker <brobecker@adacore.com>
7048
7049 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7050
7051 2018-01-30 Pedro Alves <palves@redhat.com>
7052
7053 PR gdb/13211
7054 * gdb.base/interrupt-daemon.c: New.
7055 * gdb.base/interrupt-daemon.exp: New.
7056 * gdb.multi/multi-term-settings.c: New.
7057 * gdb.multi/multi-term-settings.exp: New.
7058
7059 2018-01-30 Joel Brobecker <brobecker@adacore.com>
7060
7061 * gdb.base/break.exp: Save the location where the breakpoint
7062 on break.c:47 was actually inserted when debugging the version
7063 compiled at -O2 and use it in the expected output of the "info
7064 break" test performed soon after.
7065
7066 2018-01-22 Pedro Alves <palves@redhat.com>
7067 Sergio Durigan Junior <sergiodj@redhat.com>
7068
7069 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7070 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7071
7072 2018-01-22 Joel Brobecker <brobecker@adacore.com>
7073
7074 * gdb.base/break-include.c, gdb.base/break-include.inc,
7075 gdb.base/break-include.exp: New files.
7076 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7077 line number now being the actual line number where the breakpoint
7078 was inserted.
7079 * gdb.mi/mi-break.exp: Likewise.
7080 * gdb.mi/mi-reverse.exp: Likewise.
7081 * gdb.mi/mi-simplerun.exp: Ditto.
7082
7083 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7084
7085 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7086 varobj.
7087 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7088
7089 2018-01-21 Don Breazeal <donb@codesourcery.com>
7090 Andrew Burgess <andrew.burgess@embecosm.com>
7091
7092 * gdb.mi/basics.c: Add new global.
7093 * gdb.mi/mi-frame-regs.exp: New file.
7094 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7095 case.
7096
7097 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7098
7099 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7100 non-parameter, and on an unknown symbol.
7101
7102 2018-01-19 Tom Tromey <tom@tromey.com>
7103
7104 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7105 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7106
7107 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7108
7109 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7110 setrlimit and chdir to int.
7111
7112 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7113
7114 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7115 function.
7116 (my_tend): Likewise.
7117 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7118 rationale of avoiding FP- and vector instructions.
7119
7120 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7121
7122 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7123 "info reg" with "\[ \t\]*".
7124 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7125 "\[ \t\]+".
7126 * gdb.arch/s390-multiarch.exp: Ditto.
7127 * gdb.base/pc-fp.exp: Ditto.
7128 * gdb.reverse/i386-precsave.exp: Ditto.
7129 * gdb.reverse/i386-reverse.exp: Ditto.
7130 * gdb.reverse/i387-env-reverse.exp: Ditto.
7131 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7132
7133 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7134
7135 * lib/gdb.exp (gdb_compile): Re-enable use of
7136 universal_compile_options for languages other than Rust.
7137
7138 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7139
7140 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7141
7142 2018-01-17 Mike Gulick <mgulick@mathworks.com>
7143
7144 PR gdb/16577
7145 * gdb.base/solib-vanish.exp: New.
7146 * gdb.base/solib-vanish-main.c: New.
7147 * gdb.base/solib-vanish-lib1.c: New.
7148 * gdb.base/solib-vanish-lib2.c: New.
7149
7150 2018-01-17 Yao Qi <yao.qi@linaro.org>
7151
7152 * gdb.compile/compile.exp: Match the address printed for
7153 frame in the output of command "bt".
7154
7155 2018-01-15 Tom Tromey <tom@tromey.com>
7156
7157 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7158 compute sp_reg.
7159
7160 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7161
7162 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7163 to prepare.
7164 (prepare): Return 0 on error, 1 on success.
7165
7166 2018-01-12 Pedro Alves <palves@redhat.com>
7167
7168 * gdb.base/continue-after-aborted-step-over.c: New.
7169 * gdb.base/continue-after-aborted-step-over.exp: New.
7170
7171 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7172
7173 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7174 options when not creating an executable.
7175
7176 2018-01-11 Pedro Alves <palves@redhat.com>
7177
7178 PR remote/22597
7179 * gdb.server/stop-reply-no-thread.c: New file.
7180 * gdb.server/stop-reply-no-thread.exp: New file.
7181
7182 2018-01-10 Pedro Alves <palves@redhat.com>
7183
7184 PR gdb/22670
7185 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7186 functions too. Test setting breakpoints and printing C functions
7187 with no debug info too.
7188 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7189
7190 2018-01-10 Pedro Alves <palves@redhat.com>
7191
7192 PR gdb/22670
7193 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7194 a fail.
7195
7196 2018-01-10 Pedro Alves <palves@redhat.com>
7197
7198 PR gdb/22670
7199 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7200
7201 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7202
7203 * gdb.server/unittest.exp: Match the output in non-development
7204 mode.
7205
7206 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7207
7208 * gdb.gdb/unittest.exp: Match output in non-development mode.
7209
7210 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7211
7212 * gdb.ada/access_tagged_param.exp: Relax expected output
7213 for value of "ObjL" in "continue" to pck.inspect breakpoint
7214 test.
7215
7216 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7217
7218 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7219 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
7220
7221 2018-01-05 Pedro Alves <palves@redhat.com>
7222
7223 PR gdb/18653
7224 * gdb.base/libsegfault.exp: New.
7225
7226 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7227
7228 PR gdb/22670
7229 * gdb.ada/access_tagged_param.exp: New file.
7230 * gdb.ada/access_tagged_param/foo.adb: New file.
7231
7232 2018-01-05 Pedro Alves <palves@redhat.com>
7233
7234 PR gdb/22670
7235 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7236 exercise lower case too, and to exercise both full matching and
7237 wild matching.
7238
7239 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7240
7241 * gdb.ada/rename_subscript_param: New testcase.
7242
7243 2018-01-05 Jerome Guitton <guitton@adacore.com>
7244
7245 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7246
7247 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7248
7249 * gdb.ada/convvar_comp: New testcase.
7250
7251 2018-01-05 Xavier Roirand <roirand@adacore.com>
7252
7253 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7254 (My_Table): New global variable.
7255 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7256
7257 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7258
7259 PR gdb/22670
7260 * gdb.ada/maint_with_ada: New testcase.
7261
7262 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7263
7264 PR gdb/22670
7265 * gdb.ada/bp_c_mixed_case: New testcase.
7266
7267 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7268
7269 PR gdb/22670
7270 * gdb.ada/complete.exp: Add "complete break ada" test.
7271
7272 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7273
7274 PR gdb/22670
7275 * gdb.ada/info_addr_mixed_case: New testcase.
7276
7277 2018-01-03 Xavier Roirand <roirand@adacore.com>
7278
7279 * gdb.ada/excep_handle.exp: New testcase.
7280 * gdb.ada/excep_handle/foo.adb: New file.
7281 * gdb.ada/excep_handle/pck.ads: New file.
7282
7283 2018-01-03 Joel Brobecker <brobecker@adacore.com>
7284
7285 * gdb.base/step-line.c: Add extra empty line in copyright header.
7286 * gdb.base/step-line.inp: Likewise.
7287
7288 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7289
7290 * gdb.ada/dyn_stride.exp: Add slice test.
7291
7292 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7293
7294 * gdb.ada/dyn_stride: New testcase.
7295
7296 2017-12-27 Stafford Horne <shorne@gmail.com>
7297
7298 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7299 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7300
7301 2017-12-27 Stafford Horne <shorne@gmail.com>
7302
7303 * gdb.base/reggroups.c: New file.
7304 * gdb.base/reggroups.exp: New file.
7305
7306 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7307
7308 * gdb.dwarf2/ada-valprint-error.c: New file.
7309 * gdb.dwarf2/ada-valprint-error.exp: New file.
7310
7311 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7312
7313 * gdb.ada/assign_arr: New testcase.
7314
7315 2017-12-18 Xavier Roirand <roirand@adacore.com>
7316
7317 * gdb.ada/funcall_ptr: New testcase.
7318
7319 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7320
7321 PR cli/16224
7322 * gdb.base/ptype-offsets.cc: New file.
7323 * gdb.base/ptype-offsets.exp: New file.
7324
7325 2017-12-15 Yao Qi <yao.qi@linaro.org>
7326
7327 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7328 if XML is disabled.
7329
7330 2017-12-15 Xavier Roirand <roirand@adacore.com>
7331
7332 * gdb.ada/same_component_name: New testcase.
7333
7334 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7335
7336 * gdb.ada/str_binop_equal: New testcase.
7337
7338 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7339
7340 * gdb.ada/task_switch_in_core: New testcase.
7341
7342 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7343
7344 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7345 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7346 call test_bkpt_qualified.
7347 (test_bkpt_qualified): New proc.
7348
7349 2017-12-13 Pedro Alves <palves@redhat.com>
7350
7351 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7352 Tighten regexp by matching with an anchor.
7353
7354 2017-12-13 Pedro Alves <palves@redhat.com>
7355
7356 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7357 ("expression with namespace"): New set of tests.
7358 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7359 (Nested::Test_NS::qux): New.
7360 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7361 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7362
7363 2017-12-13 Joel Brobecker <brobecker@adacore.com>
7364
7365 * gdb.base/server-del-break.c: New file.
7366 * gdb.base/server-del-break.exp: New file.
7367
7368 2017-12-12 Stafford Horne <shorne@gmail.com>
7369
7370 * gdb.xml/tdesc-regs.exp: Add or1k support.
7371
7372 2017-12-12 Stafford Horne <shorne@gmail.com>
7373
7374 * gdb.base/bp-permanent.c: Define nop of or1k.
7375
7376 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7377
7378 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7379 output with components being reordered.
7380
7381 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7382
7383 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7384 output with components being reordered.
7385
7386 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7387 Pedro Alves <palves@redhat.com>
7388
7389 * gdb.base/maint.exp (check for .gdb_index): Check also for
7390 .debug_names.
7391 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7392 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7393 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7394 (.gdb_index used after symbol reloading): Support also .debug_names.
7395 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7396
7397 2017-12-08 Yao Qi <yao.qi@linaro.org>
7398
7399 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7400 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7401
7402 2017-12-08 Yao Qi <yao.qi@linaro.org>
7403
7404 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7405 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7406
7407 2017-12-08 Yao Qi <yao.qi@linaro.org>
7408
7409 * gdb.arch/aarch64-tagged-pointer.c: New file.
7410 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7411
7412 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7413
7414 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7415 "int".
7416
7417 2017-12-07 Keith Seitz <keiths@redhat.com>
7418
7419 PR breakpoints/22569
7420 * gdb.linespec/ls-errs.exp: Change expected result of "break
7421 -source this file has spaces.c -line 3".
7422 Check that an explicit source file followed by whitespace is
7423 identified as an invalid explicit location.
7424
7425 2017-12-07 Keith Seitz <keiths@redhat.com>
7426
7427 * gdb.cp/nested-types.cc: New file.
7428 * gdb.cp/nested-types.exp: New file.
7429 * lib/cp-support.exp: Load data-structures.exp library.
7430 (debug_cp_test_ptype_class): New global.
7431 (cp_ptype_class_verbose, next_line): New procedures.
7432 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7433 Add and document new return value.
7434 Switch the list of lines to a queue.
7435 Add support for new `type' key for nested type definitions.
7436 Add debugging/troubleshooting messages.
7437 * lib/data-structures.exp: New file.
7438
7439 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7440
7441 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7442 with proc_with_prefix, don't use with_test_prefix.
7443
7444 2017-12-07 Tom Tromey <tom@tromey.com>
7445
7446 * gdb.base/break.exp: Add test for empty "commands".
7447
7448 2017-12-07 Yao Qi <yao.qi@linaro.org>
7449
7450 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7451 malloc and catch syscall.
7452
7453 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7454
7455 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7456 tests for explicit locations.
7457
7458 2017-12-06 Pedro Alves <palves@redhat.com>
7459
7460 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7461 force-disabling XML descriptions.
7462
7463 2017-12-04 Pedro Alves <palves@redhat.com>
7464
7465 PR gdb/22499
7466 * gdb.arch/amd64-disp-step-avx.S: New file.
7467 * gdb.arch/amd64-disp-step-avx.exp: New file.
7468
7469 2017-12-03 Pedro Alves <palves@redhat.com>
7470
7471 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7472 and <string.h>.
7473 (parent_function): Print distinct messages when waitpid fails, or
7474 the child exits with a signal, or the child exits for an unhandled
7475 reason.
7476 * gdb.threads/process-dies-while-detaching.exp
7477 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7478 it. Wait for both inferior output and GDB's prompt. Use an
7479 indirect spawn id list.
7480 (do_detach): New parameter 'child_exit'. Use it to compute
7481 expected inferior output.
7482 (test_detach, test_detach_watch, test_detach_killed_outside):
7483 Adjust to pass down the expected child exit kind.
7484
7485 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7486 Sergio Durigan Junior <sergiodj@redhat.com>
7487 Pedro Alves <palves@redhat.com>
7488
7489 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7490
7491 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7492
7493 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7494 to 'symbol-file' and 'add-symbol-file' can be
7495 position-independent.
7496
7497 2017-12-01 Yao Qi <yao.qi@linaro.org>
7498
7499 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7500 the URL in copyright header.
7501 * gdb.arch/aarch64-fp.exp: Likewise.
7502 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7503 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7504 * gdb.base/expand-psymtabs.exp: Likewise.
7505 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7506 * gdb.fortran/common-block.exp: Likewise.
7507 * gdb.fortran/common-block.f90: Likewise.
7508 * gdb.fortran/logical.exp: Likewise.
7509 * gdb.fortran/vla-datatypes.f90: Likewise.
7510 * gdb.fortran/vla-sub.f90: Likewise.
7511
7512 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7513
7514 * gdb.ada/repeat_dyn: New testcase.
7515
7516 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7517
7518 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7519 Update for changed thread numbering.
7520 * gdb.cell/bt.exp: Update for changed GDB output.
7521
7522 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7523
7524 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7525 setting isremote by hand.
7526 * boards/dwarf4-gdb-index.exp: Likewise.
7527 * boards/fission.exp: Likewise.
7528 * boards/stabs.exp: Likewise.
7529
7530 2017-11-30 Pedro Alves <palves@redhat.com>
7531
7532 * gdb.linespec/cpls-ops.exp
7533 (check_explicit_skips_function_argument): Extract the underlying
7534 type of size_t instead of hardcoding it.
7535
7536 2017-11-29 Pedro Alves <palves@redhat.com>
7537
7538 PR c++/19436
7539 * gdb.linespec/cpls-abi-tag.cc: New file.
7540 * gdb.linespec/cpls-abi-tag.exp: New file.
7541
7542 2017-11-29 Pedro Alves <palves@redhat.com>
7543
7544 * gdb.base/langs.exp: Use -qualified.
7545 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7546 it.
7547 * gdb.cp/namespace.exp: Use -qualified.
7548 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7549 (overload-3, template-overload, template-ret-type, const-overload)
7550 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7551 procedures.
7552 (test_driver): Call them.
7553 * gdb.cp/save-bp-qualified.cc: New.
7554 * gdb.cp/save-bp-qualified.exp: New.
7555 * gdb.linespec/explicit.exp: Test -qualified.
7556 * lib/completion-support.exp (completion::explicit_opts_list): Add
7557 "-qualified".
7558 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7559
7560 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7561
7562 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7563
7564 2017-11-29 Tom Tromey <tom@tromey.com>
7565
7566 * gdb.base/relocate.exp: Update invalid argument test.
7567 Add new tests for invalid arguments.
7568
7569 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7570
7571 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7572 Return 0 as a long.
7573 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7574
7575 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7576
7577 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7578 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7579 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7580 func ().
7581 * gdb.cp/shadow.cc (B.func): Return 0.
7582
7583 2017-11-27 Joel Brobecker <brobecker@adacore.com>
7584
7585 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7586 expected output in gdb_expect call to allow the exception
7587 message to be present as well. Fix syntax confusion to avoid
7588 TCL thinking that exception_name is an array.
7589
7590 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7591
7592 * gdb.arch/spu-info.c: Include <unistd.h>.
7593 (do_signal_test): Fix broken calls to write.
7594 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7595 Fix checks for empty mailboxes. Update signal tests for corrected
7596 do_signal_test routine. Allow nonzero event status.
7597 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7598 * gdb.cell/arch.exp: Use standard_output_file.
7599 * gdb.cell/break.exp: Likewise.
7600 * gdb.cell/bt.exp: Likewise.
7601 * gdb.cell/core.exp: Likewise.
7602 * gdb.cell/dwarfaddr.exp: Likewise.
7603 * gdb.cell/ea-cache.exp: Likewise.
7604 * gdb.cell/ea-standalone.exp: Likewise.
7605 * gdb.cell/f-regs.exp: Likewise.
7606 * gdb.cell/fork.exp: Likewise.
7607 * gdb.cell/gcore.exp: Likewise.
7608 * gdb.cell/mem-access.exp: Likewise.
7609 * gdb.cell/ptype.exp: Likewise.
7610 * gdb.cell/registers.exp: Likewise.
7611 * gdb.cell/sizeof.exp: Likewise.
7612 * gdb.cell/solib-symbol.exp: Likewise.
7613 * gdb.cell/solib.exp: Likewise.
7614
7615 2017-11-25 Pedro Alves <palves@redhat.com>
7616
7617 * gdb.base/complete-empty.exp: New file.
7618 * gdb.base/completion.exp: Adjust.
7619
7620 2017-11-25 Pedro Alves <palves@redhat.com>
7621
7622 * gdb.linespec/cpls-ops.cc: New file.
7623 * gdb.linespec/cpls-ops.exp: New file.
7624 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7625 factored out from ...
7626 (test_complete_prefix_range): ... this.
7627
7628 2017-11-24 Pedro Alves <palves@redhat.com>
7629
7630 * gdb.linespec/cpcompletion.exp: New file.
7631 * gdb.linespec/cpls-hyphen.cc: New file.
7632 * gdb.linespec/cpls.cc: New file.
7633 * gdb.linespec/cpls2.cc: New file.
7634 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7635 test to use test_gdb_complete_unique. Add label completion,
7636 keyword completion and explicit location completion tests.
7637 * lib/completion-support.exp: New file.
7638
7639 2017-11-24 Joel Brobecker <brobecker@adacore.com>
7640
7641 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7642 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7643 when hitting an exception catchpoint.
7644
7645 2017-11-22 Yao Qi <yao.qi@linaro.org>
7646
7647 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7648
7649 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7650
7651 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7652 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7653 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7654
7655 2017-11-22 Yao Qi <yao.qi@linaro.org>
7656
7657 * gdb.base/info-os.exp: Pass pthreads.
7658 * gdb.multi/multi-attach.exp: Likewise.
7659
7660 2017-11-22 Yao Qi <yao.qi@linaro.org>
7661
7662 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7663 compiler.
7664
7665 2017-11-22 Yao Qi <yao.qi@linaro.org>
7666
7667 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7668 * gdb.base/break-interp.exp: Likewise.
7669 * gdb.base/jit-attach-pie.exp: Likewise.
7670
7671 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7672
7673 * gdb.base/float128.c (large128): New variable.
7674 * gdb.base/float128.exp: Add test to print largest __float128 value.
7675
7676 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7677
7678 * gdb.arch/vsx-regs.exp: Update register content checks.
7679
7680 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7681
7682 * gdb.arch/ppc-longdouble.exp: New file.
7683 * gdb.arch/ppc-longdouble.c: Likewise.
7684
7685 2017-11-21 Pedro Alves <palves@redhat.com>
7686
7687 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7688
7689 2017-11-20 Pedro Alves <palves@redhat.com>
7690
7691 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7692 (long_double_typedef): New typedefs.
7693 Use DEF on double and long double.
7694 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7695 cases.
7696 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7697 and 'long_double_ptr_same_size' locals. Use them to decide
7698 whether cast from array/function to float is valid/invalid.
7699
7700 2017-11-17 Tom Tromey <tom@tromey.com>
7701
7702 * gdb.rust/traits.rs: New file.
7703 * gdb.rust/traits.exp: New file.
7704
7705 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7706
7707 * gdb.ada/minsyms: New testcase.
7708
7709 2017-11-16 Pedro Alves <palves@redhat.com>
7710
7711 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7712 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7713
7714 2017-11-16 Pedro Alves <palves@redhat.com>
7715
7716 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7717 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7718
7719 2017-11-16 Pedro Alves <palves@redhat.com>
7720
7721 * gdb.server/reconnect-ctrl-c.c: New file.
7722 * gdb.server/reconnect-ctrl-c.exp: New file.
7723
7724 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7725
7726 * gdb.python/py-rbreak.exp: New file.
7727 * gdb.python/py-rbreak.c: New file.
7728 * gdb.python/py-rbreak-func2.c: New file.
7729
7730 2017-11-16 Pedro Alves <palves@redhat.com>
7731
7732 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7733 pattern.
7734 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7735 GDB.
7736
7737 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7738
7739 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7740 regex.
7741
7742 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7743
7744 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7745 test names.
7746
7747 2017-11-09 Pedro Alves <palves@redhat.com>
7748
7749 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7750 factored out from ...
7751 (top level): ... here, and adjusted to avoid expecting beyond the
7752 prompt in a single gdb_test_multiple.
7753
7754 2017-11-09 Pedro Alves <palves@redhat.com>
7755
7756 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7757 output.
7758 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7759 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7760 * gdb.server/ext-run.exp ("kill" test): Likewise.
7761 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7762
7763 2017-11-09 Pedro Alves <palves@redhat.com>
7764
7765 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7766 match till end of line.
7767
7768 2017-11-09 Pedro Alves <palves@redhat.com>
7769
7770 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7771
7772 2017-11-09 Pedro Alves <palves@redhat.com>
7773
7774 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7775 New procedures, factored out from ...
7776 (top level): ... here, and adjusted to avoid expecting beyond the
7777 prompt in one go.
7778
7779 2017-11-09 Pedro Alves <palves@redhat.com>
7780
7781 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7782 output. Fix '?' match.
7783
7784 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7785
7786 * gdb.ada/scoped_watch: New testcase.
7787 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7788 which is actually correct.
7789 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7790 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7791
7792 2017-11-08 Pedro Alves <palves@redhat.com>
7793
7794 * gdb.gdb/complaints.exp (test_initial_complaints)
7795 (test_serial_complaints, test_short_complaints): Call
7796 complaint_internal instead of complaint.
7797
7798 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7799
7800 * gdb.threads/tls-core.c: New file.
7801 * gdb.threads/tls-core.exp: Likewise.
7802
7803 2017-11-08 Pedro Alves <palves@redhat.com>
7804
7805 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7806 (p Exported_Capitalized): New test.
7807 (p exported_capitalized): New test.
7808
7809 2017-11-07 Pedro Alves <palves@redhat.com>
7810
7811 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7812
7813 2017-11-07 Pedro Alves <palves@redhat.com>
7814
7815 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7816 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7817 (disable_invalid, disable_inverted, disable_negative): New
7818 procedures.
7819 ("bad numbers"): New set of tests.
7820
7821 2017-11-07 Pedro Alves <palves@redhat.com>
7822
7823 * gdb.cp/ena-dis-br-range.exp: Add tests.
7824
7825 2017-11-07 Pedro Alves <palves@redhat.com>
7826
7827 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7828
7829 2017-11-07 Xavier Roirand <roirand@adacore.com>
7830 Pedro Alves <palves@redhat.com>
7831
7832 * gdb.base/ena-dis-br.exp: Add reference to
7833 gdb.cp/ena-dis-br-range.exp.
7834 * gdb.cp/ena-dis-br-range.exp: New file.
7835 * gdb.cp/ena-dis-br-range.cc: New file.
7836
7837 2017-11-06 Pedro Alves <palves@redhat.com>
7838
7839 * gdb.base/attach-non-pgrp-leader.c: New.
7840 * gdb.base/attach-non-pgrp-leader.exp: New.
7841
7842 2017-11-06 Pedro Alves <palves@redhat.com>
7843
7844 * configure.ac: No longer check for termio.h and sgtty.h.
7845 * configure: Regenerate.
7846 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7847 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7848 Remove termio and sgtty code.
7849
7850 2017-11-03 Yao Qi <yao.qi@linaro.org>
7851
7852 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7853 in GDB is disabled.
7854
7855 2017-11-03 Yao Qi <yao.qi@linaro.org>
7856
7857 * gdb.python/py-thrhandle.exp: Skip it if python is not
7858 enabled.
7859
7860 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7861
7862 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7863 as a breakpoint command.
7864
7865 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7866
7867 PR python/21213
7868 * gdb.python/py-infthread.exp: Test calling
7869 InferiorThread.inferior () multiple times in a row.
7870
7871 2017-10-27 Keith Seitz <keiths@redhat.com>
7872
7873 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7874 Test "info break" for every inlined function breakpoint.
7875
7876 2017-10-27 Yao Qi <yao.qi@linaro.org>
7877
7878 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7879
7880 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7881
7882 * gdb.cp/classes.exp (test_static_members): Test printing
7883 Outer::instance.
7884 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7885 (Inner::instance, Outer::instance): New.
7886
7887 2017-10-24 Pedro Alves <palves@redhat.com>
7888
7889 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7890 extra console" test in two stages.
7891
7892 2017-10-24 Pedro Alves <palves@redhat.com>
7893
7894 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7895
7896 2017-10-24 Pedro Alves <palves@redhat.com>
7897
7898 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7899 loop.
7900
7901 2017-10-24 Pedro Alves <palves@redhat.com>
7902
7903 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7904 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7905
7906 2017-10-24 Pedro Alves <palves@redhat.com>
7907
7908 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7909 parameter and handle it. Don't output read value in test name.
7910
7911 2017-10-24 Pedro Alves <palves@redhat.com>
7912
7913 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7914 custom test name.
7915
7916 2017-10-24 Pedro Alves <palves@redhat.com>
7917
7918 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7919 include the unstable output directory name in the test's name.
7920 (initial_setup_simple) <'set args'>: Use custom test name.
7921
7922 2017-10-24 Pedro Alves <palves@redhat.com>
7923
7924 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7925 with explicit test name.
7926
7927 2017-10-20 Pedro Alves <palves@redhat.com>
7928
7929 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7930 'wait -i'. Use gdb_assert and remote_close.
7931
7932 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7933
7934 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7935 number from variable rather than hard-coded.
7936
7937 2017-10-19 Pedro Alves <palves@redhat.com>
7938
7939 * gdb.base/long-inferior-output.c: New file.
7940 * gdb.base/long-inferior-output.exp: New file.
7941
7942 2017-11-18 Keith Seitz <keiths@redhat.com>
7943
7944 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7945 method.
7946 (main): Call it.
7947 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7948 Add additional user-defined conversion operator tests.
7949
7950 2017-10-17 Pedro Alves <palves@redhat.com>
7951
7952 * boards/native-stdio-gdbserver.exp: Load "local-board".
7953
7954 2017-10-17 Pedro Alves <palves@redhat.com>
7955
7956 * gdb.base/quit-live.c: New file.
7957 * gdb.base/quit-live.exp: New file.
7958
7959 2017-10-16 Keith Seitz <keiths@redhat.com>
7960
7961 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7962 (class_with_protected_typedef, class_with_private_typedef)
7963 (struct_with_public_typedef, struct_with_protected_typedef)
7964 (struct_with_private_typedef): New classes/structs.
7965 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7966 typedefs and access specifiers.
7967
7968 2017-10-16 Pedro Alves <palves@redhat.com>
7969 Simon Marchi <simon.marchi@polymtl.ca>
7970
7971 * README (Local vs Remote vs Native): New section.
7972 * boards/local-board.exp: New file, with bits factored out from
7973 ...
7974 * boards/native-extended-gdbserver.exp: ... here. Load
7975 "local-board".
7976 * boards/native-gdbserver.exp: Load "local-board".
7977 (${board}_spawn, ${board}_exec): Delete.
7978 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7979 ...
7980 * boards/stdio-gdbserver-base.exp: ... this new file.
7981 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7982 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7983 procedure.
7984 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7985 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7986 stdio_gdbserver_command.
7987 (${board}_get_remote_address, ${board}_get_comm_port)
7988 (${board}_download, ${board}_upload): Delete.
7989 (get_target_remote_pipe_cmd): New.
7990
7991 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7992
7993 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7994 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7995 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7996 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7997 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7998 remove with_test_prefix.
7999
8000 2017-10-13 Pedro Alves <palves@redhat.com>
8001
8002 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8003 * gdb.base/annota1.exp: Use it instead of is_remote.
8004 * gdb.base/annota3.exp: Use it instead of is_remote.
8005 * gdb.cp/annota2.exp: Use it instead of is_remote.
8006 * gdb.cp/annota3.exp: Use it instead of is_remote.
8007 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8008
8009 2017-10-13 Pedro Alves <palves@redhat.com>
8010
8011 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8012 (test_num_test_vars, run_and_count_vars, find_env)
8013 (test_set_unset_env, test_inherit_env_var): New procedures.
8014 (top level): Use them.
8015
8016 2017-10-13 Pedro Alves <palves@redhat.com>
8017
8018 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8019 also skip on stub-like targets.
8020
8021 2017-10-13 Pedro Alves <palves@redhat.com>
8022
8023 PR gdb/22293
8024 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8025 (top level): Move some tests to ...
8026 (test_not_found): ... this new procedure.
8027 (top level): Call it.
8028
8029 2017-10-13 Pedro Alves <palves@redhat.com>
8030
8031 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8032 expect different "info terminal" output if testing with a
8033 non-native target.
8034
8035 2017-10-13 Pedro Alves <palves@redhat.com>
8036 Simon Marchi <simon.marchi@polymtl.ca>
8037
8038 PR python/12966
8039 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8040
8041 2017-10-13 Pedro Alves <palves@redhat.com>
8042
8043 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8044 already.
8045
8046 2017-10-13 Pedro Alves <palves@redhat.com>
8047
8048 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8049 is_remote.
8050
8051 2017-10-13 Pedro Alves <palves@redhat.com>
8052
8053 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8054 is_remote.
8055
8056 2017-10-13 Pedro Alves <palves@redhat.com>
8057
8058 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8059 is set.
8060 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8061 instead of is_remote.
8062
8063 2017-10-13 Pedro Alves <palves@redhat.com>
8064
8065 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8066 (top level): Add comment.
8067
8068 2017-10-13 Pedro Alves <palves@redhat.com>
8069
8070 * gdb.base/remote.exp (top level): Fix comment typo and add
8071 missing return.
8072
8073 2017-10-13 Pedro Alves <palves@redhat.com>
8074 Simon Marchi <simon.marchi@polymtl.ca>
8075
8076 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8077 calls and add comments. Skip test if use_gdb_stub is set.
8078 (top level): Use "set cwd" command instead of "cd" command.
8079
8080 2017-10-13 Pedro Alves <palves@redhat.com>
8081
8082 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8083 is_remote target check.
8084
8085 2017-10-13 Pedro Alves <palves@redhat.com>
8086
8087 * gdb.base/scope.exp: Use build_executable + clean_restart +
8088 gdb_file_cmd instead of prepare_for_testing and no longer skip
8089 "before run" tests on is_remote target boards. Update comments.
8090 * boards/native-extended-gdbserver.exp
8091 (extended_gdbserver_load_last_file): New, factored out from ...
8092 (gdb_load): ... this. Move further below and add comment.
8093 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8094
8095 2017-10-12 Pedro Alves <palves@redhat.com>
8096
8097 * gdb.base/attach.exp: Remove references to gdb64.
8098 * gdb.base/dbx.exp: Remove references to gdb64.
8099
8100 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8101 Pedro Alves <palves@redhat.com>
8102
8103 * gdb.base/label.exp: Remove is_remote target check.
8104
8105 2017-10-12 Pedro Alves <palves@redhat.com>
8106
8107 * gdb.base/auvx.exp (coredir): Update comment.
8108 (top level) <core_works>: Use "set cwd" command instead of "cd"
8109 command.
8110
8111 2017-10-12 Pedro Alves <palves@redhat.com>
8112 Simon Marchi <simon.marchi@polymtl.ca>
8113
8114 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8115 target boards.
8116
8117 2017-10-12 Pedro Alves <palves@redhat.com>
8118 Simon Marchi <simon.marchi@polymtl.ca>
8119
8120 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8121 Instead skip if there's any gdb_protocol set.
8122
8123 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8124 Pedro Alves <palves@redhat.com>
8125
8126 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8127
8128 2017-10-12 Pedro Alves <palves@redhat.com>
8129 Simon Marchi <simon.marchi@polymtl.ca>
8130
8131 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8132 instead of on dejagnu remote boards.
8133
8134 2017-10-12 Pedro Alves <palves@redhat.com>
8135 Simon Marchi <simon.marchi@polymtl.ca>
8136
8137 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8138 checks. Use build_executable + clean_restart instead of
8139 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8140 of enabling non-stop after starting gdb.
8141
8142 2017-10-12 Pedro Alves <palves@redhat.com>
8143
8144 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8145 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8146 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8147 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8148
8149 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8150
8151 * gdb.arch/arc-tdesc-cpu.exp: New file.
8152 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8153
8154 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8155
8156 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8157
8158 2017-10-10 Pedro Alves <palves@redhat.com>
8159
8160 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8161 expect CLI output.
8162
8163 2017-10-10 Pedro Alves <palves@redhat.com>
8164
8165 * lib/selftest-support.exp (selftest_setup): Update for
8166 captured_command_loop's prototype change.
8167
8168 2017-10-09 Pedro Alves <palves@redhat.com>
8169
8170 Test both arch1=>arch2 and arch2=>arch1.
8171
8172 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8173 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8174 factored out to...
8175 (append_arch1_options, append_arch2_options, append_arch_options)
8176 (build_executables): New procedures.
8177 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8178 local.
8179 (top level): Add new 'first_arch' testing axis.
8180
8181 2017-10-09 Pedro Alves <palves@redhat.com>
8182
8183 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8184 (barrier): New.
8185 (thread_start, all_started): New functions.
8186 (main): Spawn new thread and wait until it is scheduled.
8187 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8188 option.
8189 (do_test): Add 'selected_thread' parameter. Run to all_started
8190 instead of main. Explicitly set the breakpoint at main. Switch
8191 to the SELECTED_THREAD thread.
8192 (top level): Test handling the exec event with either the main
8193 thread or the second thread selected.
8194
8195 2017-10-09 Pedro Alves <palves@redhat.com>
8196
8197 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8198 logic. Move STOP marker after the value checks.
8199 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8200 regexp.
8201
8202 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8203
8204 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8205
8206 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8207
8208 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8209 integer-to-dfp conversion.
8210 * gdb.base/dfp-test.exp: Likewise.
8211
8212 2017-10-04 Pedro Alves <palves@redhat.com>
8213
8214 * gdb.multi/hangout.c: Include <unistd.h>.
8215 (hangout_loop): New function.
8216 (main): Call alarm. Call hangout_loop in a loop.
8217 * gdb.multi/hello.c: Include <unistd.h>.
8218 (hello_loop): New function.
8219 (main): Call alarm. Call hangout_loop in a loop.
8220 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8221 inferior with the other selected.
8222
8223 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8224
8225 * gdb.mi/list-thread-groups-available.exp: New file.
8226 * gdb.mi/list-thread-groups-available.c: New file.
8227
8228 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8229
8230 * gdb.base/set-cwd.exp: Make it available on
8231 native-extended-gdbserver.
8232
8233 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8234
8235 * gdb.base/set-cwd.c: New file.
8236 * gdb.base/set-cwd.exp: Likewise.
8237
8238 2017-10-02 Tom Tromey <tom@tromey.com>
8239
8240 PR rust/22236:
8241 * gdb.rust/simple.rs (main): New variable "fslice".
8242 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8243
8244 2017-10-02 Tom Tromey <tom@tromey.com>
8245
8246 * gdb.rust/simple.exp: Test ptype of a slice.
8247
8248 2017-10-02 Tom Tromey <tom@tromey.com>
8249
8250 * gdb.rust/simple.exp: Test index of slice.
8251
8252 2017-09-27 Tom Tromey <tom@tromey.com>
8253
8254 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8255
8256 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8257 Pedro Alves <palves@redhat.com>
8258
8259 * gdb.base/compare-sections.exp (get value of read-only section): Read
8260 as unsigned value.
8261 (corrupt read-only section): Likewise and don't set written if patching
8262 failed.
8263
8264 2017-09-21 Kevin Buettner <kevinb@redhat.com>
8265
8266 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8267 files.
8268
8269 2017-09-20 Pedro Alves <palves@redhat.com>
8270
8271 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8272 symbol names in gdb's output.
8273 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8274
8275 2017-09-20 Pedro Alves <palves@redhat.com>
8276
8277 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8278 Rename to ...
8279 (test_list_ambiguous_symbol): ... this and add a symbol name
8280 parameter. Adjust.
8281 (test_list_ambiguous_function): Reimplement on top of
8282 test_list_ambiguous_symbol and also test listing ambiguous
8283 variables.
8284 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8285 (ambiguous_fun): ... this.
8286 (ambiguous_var): New.
8287 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8288 (ambiguous_fun): ... this.
8289 (ambiguous_var): New.
8290
8291 2017-09-19 John Baldwin <jhb@FreeBSD.org>
8292
8293 * gdb.base/starti.c: New file.
8294 * gdb.base/starti.exp: New file.
8295 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8296
8297 2017-09-14 Pedro Alves <palves@redhat.com>
8298
8299 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8300 (top level): Use it instead of runto.
8301
8302 2017-09-11 Tom Tromey <tom@tromey.com>
8303
8304 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8305
8306 2017-09-11 Tom Tromey <tom@tromey.com>
8307
8308 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8309 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8310
8311 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8312
8313 * gdb.fortran/printing-types.exp: New file.
8314 * gdb.fortran/printing-types.exp: New file.
8315
8316 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8317
8318 * gdb.fortran/vla-ptype.exp: Fix typos.
8319 * gdb.fortran/vla-value.exp: Same.
8320
8321 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8322
8323 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8324 * gdb.mi/mi-var-child-f.exp: Likewise.
8325 * gdb.mi/mi-vla-fortran.exp: Likewise.
8326
8327 2017-09-08 Frank Penczek <frank.penczek@intel.com>
8328 Christoph Weinmann <christoph.t.weinmann@intel.com>
8329 Bernhard Heckel <bernhard.heckel@intel.com>
8330
8331 * gdb.fortran/ptr-indentation.f90: New file.
8332 * gdb.fortran/ptr-indentation.exp: New file.
8333
8334 2017-09-05 Tom Tromey <tom@tromey.com>
8335
8336 PR gdb/22010:
8337 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8338
8339 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8340
8341 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8342
8343 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8344
8345 * gdb.threads/tls-nodebug-pie.c: New file.
8346 * gdb.threads/tls-nodebug-pie.exp: New file.
8347
8348 2017-09-05 Tom Tromey <tom@tromey.com>
8349
8350 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8351 for rust.
8352
8353 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8354
8355 * gdb.multi/multi-arch-exec.exp: Test with different
8356 "follow-exec-mode" settings.
8357 (do_test): New procedure.
8358
8359 2017-09-04 Pedro Alves <palves@redhat.com>
8360
8361 * gdb.base/func-static.c (S::method const, S::method volatile)
8362 (S::method volatile const): New methods.
8363 (c_s, v_s, cv_s): New instances.
8364 (main): Call method() on them.
8365 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8366 (cannot_resolve): New procedure.
8367 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8368 print-quote-unquoted columns.
8369 (do_test): Test printing each scope too.
8370
8371 2017-09-04 Pedro Alves <palves@redhat.com>
8372
8373 * gdb.base/local-static.exp: Also test with
8374 class::method::variable wholly quoted.
8375 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8376
8377 2017-09-04 Pedro Alves <palves@redhat.com>
8378
8379 * gdb.base/local-static.c: New.
8380 * gdb.base/local-static.cc: New.
8381 * gdb.base/local-static.exp: New.
8382
8383 2017-09-04 Pedro Alves <palves@redhat.com>
8384
8385 * gdb.asm/asm-source.exp: Add casts to int.
8386 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8387 (dataglobal64_1, dataglobal64_2): New globals.
8388 * gdb.base/nodebug.exp: Test different expressions involving the
8389 new globals, with print, whatis and ptype. Add casts to int.
8390 * gdb.base/solib-display.exp: Add casts to int.
8391 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8392 * gdb.cp/m-static.exp: Add cast to int.
8393 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8394 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8395 tls variable with no debug info without a cast. Test with a cast
8396 to int too.
8397 * gdb.trace/entry-values.exp: Add casts.
8398
8399 2017-09-04 Pedro Alves <palves@redhat.com>
8400
8401 * gdb.base/nodebug.exp: Test that ptype's error about functions
8402 with unknown return type includes the function name too.
8403
8404 2017-09-04 Pedro Alves <palves@redhat.com>
8405
8406 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8407 return type of munmap in infcall.
8408 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8409 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8410 type of ftell in infcall.
8411 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8412 type of getpid in infcall.
8413 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8414 infcall.
8415 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8416 Bail on failure to extract the pid.
8417 * gdb.base/nodebug.c: #include <stdint.h>.
8418 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8419 New functions.
8420 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8421 Change expected output of print/whatis/ptype with functions with
8422 no debug info. Test all supported languages. Call
8423 test_call_promotion.
8424 * gdb.compile/compile.exp: Adjust expected output to expect
8425 warning.
8426 * gdb.threads/siginfo-threads.exp: Likewise.
8427
8428 2017-09-04 Pedro Alves <palves@redhat.com>
8429
8430 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8431 "prototypes". Test calling float functions via prototyped and
8432 unprototyped function pointers.
8433 (perform_all_tests): New parameter "prototypes". Pass it down.
8434 (top level): Pass down "prototypes" parameter to
8435 perform_all_tests.
8436
8437 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8438
8439 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8440 Test with nested loops.
8441
8442 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8443
8444 * gdb.base/commands.exp: Call the new procedures.
8445 (loop_break_test, loop_continue_test): New procedures.
8446
8447 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8448
8449 * gdb.base/commands.exp: Call new procedure.
8450 (define_if_without_arg_test): New procedure.
8451
8452 2017-09-04 Pedro Alves <palves@redhat.com>
8453
8454 * gdb.base/list-ambiguous.exp: New file.
8455 * gdb.base/list-ambiguous0.c: New file.
8456 * gdb.base/list-ambiguous1.c: New file.
8457 * gdb.base/list.exp (test_list_range): Adjust expected output.
8458
8459 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8460
8461 * gdb.base/share-env-with-gdbserver.c: New file.
8462 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8463
8464 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8465
8466 * gdb.base/commands.exp (gdbvar_simple_if_test,
8467 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8468 progvar_simple_if_test, progvar_simple_while_test,
8469 progvar_complex_if_while_test, user_defined_command_test,
8470 user_defined_command_args_eval,
8471 user_defined_command_args_stack_test,
8472 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8473 temporary_breakpoint_commands,
8474 gdb_test_no_prompt, redefine_hook_test,
8475 redefine_backtrace_test): Remove "global gdb_prompt".
8476
8477 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8478
8479 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8480 New proc, call it from toplevel.
8481
8482 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8483
8484 PR remote/21852
8485 * gdb.server/normal.c: New file, copied from gdb.base.
8486 * gdb.server/run-without-local-binary.exp: New file.
8487
8488 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8489
8490 * gdb.arch/sparc64-adi.exp: New file.
8491 * gdb.arch/sparc64-adi.c: New file.
8492
8493 2017-08-22 Pedro Alves <palves@redhat.com>
8494
8495 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8496 (top level): Add "list all overloads" tests.
8497
8498 2017-08-22 Tom Tromey <tom@tromey.com>
8499
8500 * gdb.gdb/xfullpath.exp: Remove.
8501
8502 2017-08-21 Pedro Alves <palves@redhat.com>
8503
8504 PR gdb/19487
8505 * gdb.base/symbol-alias.c: New.
8506 * gdb.base/symbol-alias2.c: New.
8507 * gdb.base/symbol-alias.exp: New.
8508
8509 2017-08-21 Pedro Alves <palves@redhat.com>
8510
8511 * gdb.base/dfp-test.c
8512 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8513 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8514 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8515 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8516 * gdb.base/whatis-ptype-typedefs.c: New.
8517 * gdb.base/whatis-ptype-typedefs.exp: New.
8518 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8519 (an_int, an_int_type, an_int_type2): New globals.
8520 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8521 involving typedefs and cast expressions.
8522 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8523 (lookup_typedefs_function): New.
8524 (typedefs_pretty_printers_dict): New.
8525 (top level): Register lookup_typedefs_function in
8526 gdb.pretty_printers.
8527
8528 2017-08-18 Yao Qi <yao.qi@linaro.org>
8529
8530 * gdb.server/unittest.exp: New.
8531
8532 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8533
8534 PR gdb/21954
8535 * gdb.base/environ.exp: Add test to check if 'unset environment'
8536 works.
8537
8538 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8539
8540 * lib/gdb.exp (universal_compile_options): New caching proc.
8541 (gdb_compile): Suppress GCC's coloring of messages.
8542
8543 2017-08-14 Tom Tromey <tom@tromey.com>
8544
8545 PR gdb/21675:
8546 * gdb.base/printcmds.exp (test_radices): New function.
8547 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8548 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8549 * lib/gdb.exp (get_integer_valueof): Use p/d.
8550
8551 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8552
8553 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8554 characters.
8555
8556 2017-08-05 Tom Tromey <tom@tromey.com>
8557
8558 * gdb.rust/simple.exp: Allow String to appear in a different
8559 namespace.
8560
8561 2017-07-26 Yao Qi <yao.qi@linaro.org>
8562
8563 * gdb.gdb/unittest.exp: Invoke command
8564 "maintenance check xml-descriptions".
8565
8566 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8567
8568 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8569 calling context.
8570 (hex128): Drop erroneous calculation of parameters.
8571
8572 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8573
8574 * gdb.python/py-unwind.exp: Disable stack protection when
8575 building test file.
8576
8577 2017-07-20 Pedro Alves <palves@redhat.com>
8578
8579 * gdb.base/default.exp (set language): Adjust expected output.
8580
8581 2017-07-20 Pedro Alves <palves@redhat.com>
8582
8583 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8584 (test_minsym): ... this, and make static.
8585 (get_pck__foo__bar__minsym): Rename to ...
8586 (get_test_minsym): ... this.
8587 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8588 symbol names and comments.
8589 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8590 (get_test_minsym): ... this.
8591 (pck__foo__bar__minsym__2): Rename to ...
8592 (test_minsym): ... this.
8593 (main): Adjust.
8594
8595 2017-07-17 Pedro Alves <palves@redhat.com>
8596
8597 * gdb.base/completion.exp: Adjust expected output.
8598 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8599 the completer works.
8600
8601 2017-07-17 Pedro Alves <palves@redhat.com>
8602
8603 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8604
8605 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8606
8607 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8608
8609 2017-07-14 Tom Tromey <tom@tromey.com>
8610
8611 PR rust/21764:
8612 * gdb.rust/simple.exp: Add tests.
8613
8614 2017-07-14 Tom Tromey <tom@tromey.com>
8615
8616 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8617
8618 2017-07-14 Pedro Alves <palves@redhat.com>
8619
8620 * gdb.linespec/base/one/thefile.cc (z1): New function.
8621 * gdb.linespec/base/two/thefile.cc (z2): New function.
8622 * gdb.linespec/linespec.exp: Add tests.
8623
8624 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8625
8626 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8627 to mi_create_breakpoint.
8628
8629 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8630
8631 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8632 mi_create_breakpoint.
8633
8634 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8635
8636 * gdb.dlang/demangle.exp: Update for demangling changes.
8637
8638 2017-07-09 Tom Tromey <tom@tromey.com>
8639
8640 * gdb.dwarf2/shortpiece.exp: New file.
8641
8642 2017-07-06 David Blaikie <dblaikie@gmail.com>
8643
8644 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8645 built from fissiont-multi-cu{1,2}.c.
8646 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8647 except putting 'main' and 'func' in separate CUs in the same DWO file.
8648 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8649 test.
8650 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8651 test.
8652
8653 2017-07-06 Pedro Alves <palves@redhat.com>
8654
8655 * gdb.python/py-unwind.exp: Test flushregs.
8656
8657 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8658
8659 PR cli/21688
8660 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8661 tests for alias commands and trailing whitespace.
8662
8663 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8664
8665 PR cli/21688
8666 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8667 procedure. Call it.
8668
8669 2017-06-29 Pedro Alves <palves@redhat.com>
8670
8671 * gdb.base/printcmds.exp: Add tests.
8672
8673 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8674
8675 PR gdb/21337
8676 * gdb.base/reread-readsym.exp: New file.
8677 * gdb.base/reread-readsym.c: New file.
8678
8679 2017-06-21 Kevin Buettner <kevinb@redhat.com>
8680
8681 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8682 subpattern.
8683
8684 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8685
8686 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8687 extended mnemonic.
8688 * gdb.arch/powerpc-power9.s: Likewise.
8689
8690 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8691
8692 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8693 on 32-bit x86 targets. Exploit is_*_target macros where
8694 appropriate.
8695
8696 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8697
8698 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8699 register pieces.
8700
8701 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8702
8703 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8704 located in one or more DWARF pieces.
8705
8706 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8707
8708 * lib/gdb.exp (get_endianness): New proc.
8709 * gdb.arch/aarch64-fp.exp: Use it.
8710 * gdb.arch/altivec-regs.exp: Likewise.
8711 * gdb.arch/e500-regs.exp: Likewise.
8712 * gdb.arch/vsx-regs.exp: Likewise.
8713 * gdb.base/dump.exp: Likewise.
8714 * gdb.base/funcargs.exp: Likewise.
8715 * gdb.base/gnu_vector.exp: Likewise.
8716 * gdb.dwarf2/formdata16.exp: Likewise.
8717 * gdb.dwarf2/implptrpiece.exp: Likewise.
8718 * gdb.dwarf2/nonvar-access.exp: Likewise.
8719 * gdb.python/py-inferior.exp: Likewise.
8720 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8721
8722 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8723
8724 PR gdb/21226
8725 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8726 stack value pieces are taken from the LSB end.
8727
8728 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8729
8730 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8731 variable at nonzero offset.
8732
8733 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8734
8735 * gdb.dwarf2/var-access.c: New file.
8736 * gdb.dwarf2/var-access.exp: New test.
8737 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8738
8739 2017-06-12 Tom Tromey <tom@tromey.com>
8740
8741 * gdb.dwarf2/formdata16.exp: Add tests.
8742
8743 2017-06-12 Tom Tromey <tom@tromey.com>
8744
8745 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8746
8747 2017-06-12 Tom Tromey <tom@tromey.com>
8748
8749 PR exp/16225:
8750 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8751 * gdb.arch/vsx-regs.exp: Update tests.
8752 * gdb.arch/s390-vregs.exp (hex128): New proc.
8753 Update test.
8754 * gdb.arch/altivec-regs.exp: Update tests.
8755
8756 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8757
8758 * gdb.base/startup-with-shell.c: New file.
8759 * gdb.base/startup-with-shell.exp: Likewise.
8760
8761 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8762
8763 * gdb.server/non-existing-program.exp: Update regex in order to
8764 reflect the fact that gdbserver is now using fork_inferior (with a
8765 shell) to startup the inferior.
8766
8767 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8768
8769 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8770 support function calls from GDB.
8771
8772 2017-05-21 Tom Tromey <tom@tromey.com>
8773
8774 PR rust/21466:
8775 * gdb.rust/unsized.exp: New file.
8776 * gdb.rust/unsized.rs: New file.
8777
8778 2017-05-19 Tom Tromey <tom@tromey.com>
8779
8780 PR rust/21484:
8781 * gdb.rust/watch.exp: New file.
8782 * gdb.rust/watch.rs: New file.
8783
8784 2017-05-18 Tom Tromey <tom@tromey.com>
8785
8786 * gdb.rust/simple.exp: Allow Box to be qualified.
8787
8788 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8789
8790 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8791
8792 2017-05-18 Pedro Alves <palves@redhat.com>
8793
8794 * gdb.base/fileio.c (test_write, test_read, test_close)
8795 (test_fstat): Don't print 'ret' in the fail path.
8796
8797 2017-05-18 Pedro Alves <palves@redhat.com>
8798
8799 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8800 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8801 (test_system, test_rename, test_unlink, test_time): Change
8802 prototypes.
8803 * gdb.base/fileio.exp (stop_msg): Adjust.
8804
8805 2017-05-18 Pedro Alves <palves@redhat.com>
8806
8807 * gdb.base/fileio.c (null_str): New global.
8808 (test_stat): Use it.
8809 * gdb.base/fileio.exp: Remove nowarnings.
8810
8811 2017-05-17 Yao Qi <yao.qi@linaro.org>
8812
8813 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8814
8815 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8816
8817 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8818 argument command.
8819 (top-level): Invoke test_set_inferior_tty.
8820
8821 2017-05-04 Pedro Alves <palves@redhat.com>
8822
8823 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8824 Add parens to print call for Python 3.
8825
8826 2017-05-03 Keith Seitz <keiths@redhat.com>
8827
8828 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8829 (main): Call it.
8830
8831 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8832
8833 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8834 to prev and next.
8835
8836 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8837
8838 * gdb.python/py-record-btrace.exp: Remove test for
8839 gdb.BtraceInstruction.error.
8840
8841 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8842
8843 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8844
8845 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8846
8847 * gdb.python/py-record-btrace-threads.c: New file.
8848 * gdb.python/py-record-btrace-threads.exp: New file.
8849
8850 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8851
8852 PR testsuite/8595
8853 * gdb.base/environ.exp: Make test available in all architectures.
8854 Move bits related to "info program" testing to
8855 gdb.base/info-program.exp. Rewrite tests to use the two new
8856 procedures mentione below.
8857 (test_set_show_env_var) New procedure.
8858 (test_set_show_env_var_equal): Likewise.
8859 * gdb.base/info-program.exp: New file.
8860
8861 2017-04-27 Keith Seitz <keiths@redhat.com>
8862
8863 * gdb.cp/oranking.cc (test15): New function.
8864 (main): Call test15 and declare additional variables for testing.
8865 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8866 "p foo101('abc')" tests.
8867 Add tests for cv qualifier overloads.
8868 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8869 "lvalue reference overload" test.
8870 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8871 "print value of f1 on Child&& in f2" test.
8872
8873 2017-04-19 Pedro Alves <palves@redhat.com>
8874
8875 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8876 procedure.
8877 (top level): Call it.
8878 * lib/gdb.exp (gdb_define_cmd): New procedure.
8879
8880 2017-04-12 Pedro Alves <palves@redhat.com>
8881
8882 PR gdb/21323
8883 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8884 (wchar): New global.
8885 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8886 (do_test_wide_char, wide_char_types_no_program, top level): Add
8887 wchar_t testing.
8888
8889 2017-04-12 Pedro Alves <palves@redhat.com>
8890
8891 PR c++/21323
8892 * gdb.cp/wide_char_types.c: New file.
8893 * gdb.cp/wide_char_types.exp: New file.
8894
8895 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8896
8897 PR gdb/21352
8898 * gdb.trace/tsv.exp: Add test for "tsave -r".
8899
8900 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8901
8902 * gdb.dlang/watch-loc.c: New file.
8903 * gdb.dlang/watch-loc.exp: New file.
8904
8905 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8906
8907 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8908
8909 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8910
8911 * gdb.arch/arc-analyze-prologue.S: New file.
8912 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8913
8914 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8915
8916 * gdb.arch/arc-decode-insn.S: New file.
8917 * gdb.arch/arc-decode-insn.exp: Likewise.
8918
8919 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8920
8921 PR tdep/20928
8922 * gdb.arch/sparc64-regs.exp: New file.
8923 * gdb.arch/sparc64-regs.S: Likewise.
8924
8925 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8926
8927 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8928 and memory view on Python 3.
8929
8930 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
8931 Keith Seitz <keiths@redhat.com>
8932
8933 PR gdb/14441
8934 * gdb.cp/demangle.exp: Add rvalue reference tests.
8935 * gdb.cp/rvalue-ref-casts.cc: New file.
8936 * gdb.cp/rvalue-ref-casts.exp: New file.
8937 * gdb.cp/rvalue-ref-overload.cc: New file.
8938 * gdb.cp/rvalue-ref-overload.exp: New file.
8939 * gdb.cp/rvalue-ref-params.cc: New file.
8940 * gdb.cp/rvalue-ref-params.exp: New file.
8941 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8942 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8943 * gdb.cp/rvalue-ref-types.cc: New file.
8944 * gdb.cp/rvalue-ref-types.exp: New file.
8945 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8946 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8947
8948 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8949
8950 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8951 New procedure.
8952
8953 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8954
8955 * lib/mi-support.exp (mi_gdb_test): Add additional message
8956 for unexpected output.
8957
8958 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8959
8960 * gdb.base/examine-backward.c (Barrier): New character array
8961 constant, to ensure that TestStrings is preceded by a string
8962 terminator.
8963
8964 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8965
8966 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8967 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8968 and implicit pointer into such a location.
8969
8970 2017-03-16 Doug Evans <dje@google.com>
8971
8972 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8973
8974 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8975
8976 * gdb.cp/m-static.exp: Fix expectation for prototype of
8977 test5.single_constructor and single_constructor::single_constructor.
8978
8979 2017-03-16 Doug Evans <dje@google.com>
8980
8981 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8982 * gdb.guile/scm-lazy-string.c: New file.
8983 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8984 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8985 for pointer, array, typedef lazy strings.
8986
8987 2017-03-16 Doug Evans <dje@google.com>
8988
8989 PR python/17728, python/18439, python/18779
8990 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8991 * gdb.python/py-lazy-string.c (pointer): New typedef.
8992 (main): New locals ptr, array, typedef_ptr.
8993 * gdb.python/py-value.exp: Move lazy string tests to ...
8994 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8995 array, typedef lazy strings.
8996
8997 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8998
8999 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9000 Add optional 'test' parameter.
9001
9002 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9003
9004 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9005 Skip for versions of DejaGnu < 1.5.
9006
9007 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9008
9009 * lib/gdb.exp (dejagnu_version): New proc.
9010 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9011 Use dejagnu_version.
9012
9013 2017-03-10 Keith Seitz <keiths@redhat.com>
9014
9015 PR c++/8128
9016 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9017 type from destructor regexps.
9018 Add a branch which actually passes the test.
9019 Adjust "ptype t5i" test names.
9020
9021 2017-03-08 Pedro Alves <palves@redhat.com>
9022
9023 * gdb.base/step-over-exit.exp: Add explicit test message.
9024
9025 2017-03-08 Pedro Alves <palves@redhat.com>
9026
9027 PR gdb/18360
9028 * gdb.threads/interrupt-while-step-over.c: New file.
9029 * gdb.threads/interrupt-while-step-over.exp: New file.
9030
9031 2017-03-08 Pedro Alves <palves@redhat.com>
9032
9033 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9034 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9035
9036 2017-03-08 Pedro Alves <palves@redhat.com>
9037
9038 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9039 PKRU as not supported as a PASS.
9040
9041 2017-03-08 Pedro Alves <palves@redhat.com>
9042
9043 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9044 prefix instead of $binfile1/$binfile2.
9045 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9046 in test message.
9047 * gdb.python/py-completion.exp: Use "load python file" as test
9048 messages instead of unstable path names.
9049
9050 2017-03-08 Pedro Alves <palves@redhat.com>
9051 Jan Kratochvil <jan.kratochvil@redhat.com>
9052
9053 PR cli/21218
9054 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9055 New proc.
9056 (top level): Call it.
9057
9058 2017-03-08 Pedro Alves <palves@redhat.com>
9059
9060 PR tui/21216
9061 * gdb.tui/tui-nl-filtered-output.exp: New file.
9062
9063 2017-03-08 Pedro Alves <palves@redhat.com>
9064
9065 * gdb.base/completion.exp: Move TUI completion tests to ...
9066 * gdb.tui/completion.exp: ... this new file.
9067
9068 2017-03-08 Pedro Alves <palves@redhat.com>
9069
9070 * gdb.base/tui-disasm-long-lines.c,
9071 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9072 gdb.base/tui-layout.exp: Move to ...
9073 * gdb.tui/: ... this new directory.
9074
9075 2017-03-07 Pedro Alves <palves@redhat.com>
9076
9077 * gdb.base/tui-layout.c: New file.
9078 * gdb.base/tui-layout.exp: New file.
9079
9080 2017-03-07 Pedro Alves <palves@redhat.com>
9081
9082 * gdb.base/tui-layout.c: Rename to ...
9083 * gdb.base/tui-disasm-long-lines.c: ... this.
9084 * gdb.base/tui-layout.exp: Rename to ...
9085 * gdb.base/tui-disasm-long-lines.exp: ... this.
9086
9087 2017-03-07 Pedro Alves <palves@redhat.com>
9088
9089 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9090
9091 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9092
9093 * i386-mpx-call.c: New file.
9094 * i386-mpx-call.exp: New file.
9095
9096 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9097
9098 * gdb.arch/powerpc-power.exp: Delete test.
9099 * gdb.arch/powerpc-power.s: Likewise.
9100 * gdb.disasm/disassembler-options.exp: New test.
9101 * gdb.arch/powerpc-altivec.exp: Likewise.
9102 * gdb.arch/powerpc-altivec.s: Likewise.
9103 * gdb.arch/powerpc-altivec2.exp: Likewise.
9104 * gdb.arch/powerpc-altivec2.s: Likewise.
9105 * gdb.arch/powerpc-altivec3.exp: Likewise.
9106 * gdb.arch/powerpc-altivec3.s: Likewise.
9107 * gdb.arch/powerpc-power7.exp: Likewise.
9108 * gdb.arch/powerpc-power7.s: Likewise.
9109 * gdb.arch/powerpc-power8.exp: Likewise.
9110 * gdb.arch/powerpc-power8.s: Likewise.
9111 * gdb.arch/powerpc-power9.exp: Likewise.
9112 * gdb.arch/powerpc-power9.s: Likewise.
9113 * gdb.arch/powerpc-vsx.exp: Likewise.
9114 * gdb.arch/powerpc-vsx.s: Likewise.
9115 * gdb.arch/powerpc-vsx2.exp: Likewise.
9116 * gdb.arch/powerpc-vsx2.s: Likewise.
9117 * gdb.arch/powerpc-vsx3.exp: Likewise.
9118 * gdb.arch/powerpc-vsx3.s: Likewise.
9119 * gdb.arch/arm-disassembler-options.exp: Likewise.
9120 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9121 * gdb.arch/s390-disassembler-options.exp: Likewise.
9122
9123 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
9124
9125 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9126 (check_supported_features): ... this. Changed return type to void.
9127 (supports_rdseed): New static global.
9128 (rdseed): Check supports_rdseed.
9129 (initialize): Call check_supported_features.
9130
9131 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9132
9133 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9134 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9135 and lqarx/stqcx.
9136 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9137 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9138
9139 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9140
9141 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9142 uppercase.
9143
9144 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9145
9146 * gdb.dwarf2/formdata16.c: New file.
9147 * gdb.dwarf2/formdata16.exp: New file.
9148 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9149
9150 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9151
9152 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9153 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9154 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9155 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9156 DW_AT_GNU_*.
9157
9158 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9159
9160 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9161
9162 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9163
9164 PR gdb/21164
9165 * gdb.base/maint.exp: Add testcases for when the commands do
9166 not have arguments.
9167
9168 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9169
9170 * gdb.cp/chained-calls.exp: Use p instead of P.
9171
9172 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9173
9174 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9175 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9176
9177 2017-02-14 Tom Tromey <tom@tromey.com>
9178
9179 PR python/13598:
9180 * gdb.python/py-events.exp: Add before_prompt event tests.
9181
9182 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9183
9184 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9185
9186 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9187
9188 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9189 (main): Call my_unique_function_name.
9190 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9191 completion of patterns with a single match.
9192 Add missing -re switches to gdb_test_multiple calls.
9193
9194 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9195
9196 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9197 return if core file is not recognized.
9198
9199 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9200
9201 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9202 and extra UIs.
9203
9204 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9205
9206 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9207 proc_with_prefix.
9208
9209 2017-02-10 Tom Tromey <tom@tromey.com>
9210
9211 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9212
9213 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
9214
9215 PR gdb/21122
9216 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9217
9218 2017-02-08 Jerome Guitton <guitton@adacore.com>
9219
9220 * gdb.base/define.exp: Add test for command abbreviations
9221 in define.
9222
9223 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
9224
9225 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9226 * gdb.reverse/insn-reverse-x86.c: New file.
9227
9228 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9229
9230 PR tdep/20936
9231 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9232
9233 2017-02-03 Tom Tromey <tom@tromey.com>
9234
9235 PR rust/21097:
9236 * gdb.rust/simple.exp: Add new tests.
9237
9238 2017-02-02 Pedro Alves <palves@redhat.com>
9239
9240 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9241 tests.
9242
9243 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9244
9245 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9246 taking a 2-byte value out of a 4-byte DWARF implicit value on
9247 big-endian targets.
9248 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9249 logic. Add test cases for DW_OP_implicit.
9250
9251 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9252
9253 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9254
9255 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9256
9257 * gdb.btrace/enable.exp: Call gdb_exit before
9258 skip_gdbserver_tests.
9259
9260 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9261
9262 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9263 GDBFLAGS.
9264
9265 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9266
9267 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9268 the test is skipped.
9269 * gdb.btrace/data.exp: Likewise.
9270 * gdb.btrace/delta.exp: Likewise.
9271 * gdb.btrace/dlopen.exp: Likewise.
9272 * gdb.btrace/enable-running.exp: Likewise.
9273 * gdb.btrace/enable.exp: Likewise.
9274 * gdb.btrace/exception.exp: Likewise.
9275 * gdb.btrace/function_call_history.exp: Likewise.
9276 * gdb.btrace/gcore.exp: Likewise.
9277 * gdb.btrace/instruction_history.exp: Likewise.
9278 * gdb.btrace/multi-thread-step.exp: Likewise.
9279 * gdb.btrace/nohist.exp: Likewise.
9280 * gdb.btrace/non-stop.exp: Likewise.
9281 * gdb.btrace/reconnect.exp: Likewise.
9282 * gdb.btrace/record_goto-step.exp: Likewise.
9283 * gdb.btrace/record_goto.exp: Likewise.
9284 * gdb.btrace/rn-dl-bind.exp: Likewise.
9285 * gdb.btrace/segv.exp: Likewise.
9286 * gdb.btrace/step.exp: Likewise.
9287 * gdb.btrace/stepi.exp: Likewise.
9288 * gdb.btrace/tailcall-only.exp: Likewise.
9289 * gdb.btrace/tailcall.exp: Likewise.
9290 * gdb.btrace/tsx.exp: Likewise.
9291 * gdb.btrace/unknown_functions.exp: Likewise.
9292 * gdb.btrace/vdso.exp: Likewise.
9293
9294 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9295
9296 * gdb.btrace/enable-running.c: New.
9297 * gdb.btrace/enable-running.exp: New.
9298
9299 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9300
9301 * gdb.arch/amd64-gs_base.c: New file.
9302 * gdb.arch/amd64-gs_base.exp: New file.
9303
9304 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9305
9306 * lib/memory.exp: Remove spurious empty newlines.
9307
9308 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9309
9310 * gdb.python/py-bad-printers.exp: Load python file using "source".
9311 * gdb.python/py-events.exp: Likewise.
9312 * gdb.python/py-evsignal.exp: Likewise.
9313 * gdb.python/py-evthreads.exp: Likewise.
9314 * gdb.python/py-frame-args.exp: Likewise.
9315 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9316 * gdb.python/py-framefilter-mi.exp: Likewise.
9317 * gdb.python/py-framefilter.exp: Likewise.
9318 * gdb.python/py-mi.exp: Likewise.
9319 * gdb.python/py-pp-maint.exp: Likewise.
9320 * gdb.python/py-pp-registration.exp: Likewise.
9321 * gdb.python/py-prettyprint.exp: Likewise.
9322 (run_lang_tests): Likewise.
9323 * gdb.python/py-typeprint.exp: Likewise.
9324
9325 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9326
9327 * lib/memory.exp: New file.
9328 * lib/gdb.exp: Load memory.exp.
9329 * gdb.base/memattr.exp (delete_memory): Move proc to
9330 lib/memory.exp and rename to delete_memory_regions.
9331 Replace delete_memory with delete_memory_regions.
9332 Cleanup memory regions before tests.
9333 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9334 before tests.
9335
9336 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9337
9338 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9339 files.
9340 (initialize): New function conditionally defined.
9341 (testcases): Move within conditional block.
9342 (main): Call initialize.
9343 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9344 of gdb.reverse/insn-reverse.c.
9345 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9346 gdb.reverse/insn-reverse.c.
9347
9348 2017-01-26 Yao Qi <yao.qi@linaro.org>
9349
9350 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9351 disassemble on address 0.
9352
9353 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9354 Yao Qi <yao.qi@linaro.org>
9355
9356 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9357 * gdb.dwarf2/implptr-64bit.S: Remove.
9358 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9359 variables in caller's context. Add DW_OP_implicit_value.
9360
9361 2017-01-25 Yao Qi <yao.qi@linaro.org>
9362
9363 * lib/dwarf.exp (Dwarf::_location): Handle
9364 DW_OP_GNU_implicit_pointer with proper size.
9365
9366 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9367
9368 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9369 and add untested calls.
9370
9371 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9372
9373 * gdb.python/python.exp: Check line number against what GDB thinks
9374 the line number is for func1.
9375
9376 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9377
9378 * gdb.dlang/debug-expr.exp: New file.
9379
9380 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
9381
9382 Fix test names for the following files:
9383
9384 * gdb.ada/exec_changed.exp
9385 * gdb.ada/info_types.exp
9386 * gdb.arch/aarch64-atomic-inst.exp
9387 * gdb.arch/aarch64-fp.exp
9388 * gdb.arch/altivec-abi.exp
9389 * gdb.arch/altivec-regs.exp
9390 * gdb.arch/amd64-byte.exp
9391 * gdb.arch/amd64-disp-step.exp
9392 * gdb.arch/amd64-dword.exp
9393 * gdb.arch/amd64-entry-value-inline.exp
9394 * gdb.arch/amd64-entry-value-param.exp
9395 * gdb.arch/amd64-entry-value-paramref.exp
9396 * gdb.arch/amd64-entry-value.exp
9397 * gdb.arch/amd64-i386-address.exp
9398 * gdb.arch/amd64-invalid-stack-middle.exp
9399 * gdb.arch/amd64-invalid-stack-top.exp
9400 * gdb.arch/amd64-optimout-repeat.exp
9401 * gdb.arch/amd64-prologue-skip.exp
9402 * gdb.arch/amd64-prologue-xmm.exp
9403 * gdb.arch/amd64-stap-special-operands.exp
9404 * gdb.arch/amd64-stap-wrong-subexp.exp
9405 * gdb.arch/amd64-tailcall-cxx.exp
9406 * gdb.arch/amd64-tailcall-noret.exp
9407 * gdb.arch/amd64-tailcall-ret.exp
9408 * gdb.arch/amd64-tailcall-self.exp
9409 * gdb.arch/amd64-word.exp
9410 * gdb.arch/arm-bl-branch-dest.exp
9411 * gdb.arch/arm-disp-step.exp
9412 * gdb.arch/arm-neon.exp
9413 * gdb.arch/arm-single-step-kernel-helper.exp
9414 * gdb.arch/avr-flash-qualifier.exp
9415 * gdb.arch/disp-step-insn-reloc.exp
9416 * gdb.arch/e500-abi.exp
9417 * gdb.arch/e500-regs.exp
9418 * gdb.arch/ftrace-insn-reloc.exp
9419 * gdb.arch/i386-avx512.exp
9420 * gdb.arch/i386-bp_permanent.exp
9421 * gdb.arch/i386-byte.exp
9422 * gdb.arch/i386-cfi-notcurrent.exp
9423 * gdb.arch/i386-disp-step.exp
9424 * gdb.arch/i386-dr3-watch.exp
9425 * gdb.arch/i386-float.exp
9426 * gdb.arch/i386-gnu-cfi.exp
9427 * gdb.arch/i386-mpx-map.exp
9428 * gdb.arch/i386-mpx-sigsegv.exp
9429 * gdb.arch/i386-mpx-simple_segv.exp
9430 * gdb.arch/i386-mpx.exp
9431 * gdb.arch/i386-permbkpt.exp
9432 * gdb.arch/i386-prologue.exp
9433 * gdb.arch/i386-signal.exp
9434 * gdb.arch/i386-size-overlap.exp
9435 * gdb.arch/i386-unwind.exp
9436 * gdb.arch/i386-word.exp
9437 * gdb.arch/mips-fcr.exp
9438 * gdb.arch/powerpc-d128-regs.exp
9439 * gdb.arch/powerpc-stackless.exp
9440 * gdb.arch/ppc64-atomic-inst.exp
9441 * gdb.arch/s390-stackless.exp
9442 * gdb.arch/s390-tdbregs.exp
9443 * gdb.arch/s390-vregs.exp
9444 * gdb.arch/sparc-sysstep.exp
9445 * gdb.arch/thumb-bx-pc.exp
9446 * gdb.arch/thumb-singlestep.exp
9447 * gdb.arch/thumb2-it.exp
9448 * gdb.arch/vsx-regs.exp
9449 * gdb.asm/asm-source.exp
9450 * gdb.base/a2-run.exp
9451 * gdb.base/advance.exp
9452 * gdb.base/all-bin.exp
9453 * gdb.base/anon.exp
9454 * gdb.base/args.exp
9455 * gdb.base/arithmet.exp
9456 * gdb.base/async-shell.exp
9457 * gdb.base/async.exp
9458 * gdb.base/attach-pie-noexec.exp
9459 * gdb.base/attach-twice.exp
9460 * gdb.base/auto-load.exp
9461 * gdb.base/bang.exp
9462 * gdb.base/bitfields.exp
9463 * gdb.base/break-always.exp
9464 * gdb.base/break-caller-line.exp
9465 * gdb.base/break-entry.exp
9466 * gdb.base/break-inline.exp
9467 * gdb.base/break-on-linker-gcd-function.exp
9468 * gdb.base/break-probes.exp
9469 * gdb.base/break.exp
9470 * gdb.base/breakpoint-shadow.exp
9471 * gdb.base/call-ar-st.exp
9472 * gdb.base/call-sc.exp
9473 * gdb.base/call-signal-resume.exp
9474 * gdb.base/call-strs.exp
9475 * gdb.base/callfuncs.exp
9476 * gdb.base/catch-fork-static.exp
9477 * gdb.base/catch-gdb-caused-signals.exp
9478 * gdb.base/catch-load.exp
9479 * gdb.base/catch-signal-fork.exp
9480 * gdb.base/catch-signal.exp
9481 * gdb.base/catch-syscall.exp
9482 * gdb.base/charset.exp
9483 * gdb.base/checkpoint.exp
9484 * gdb.base/chng-syms.exp
9485 * gdb.base/code-expr.exp
9486 * gdb.base/code_elim.exp
9487 * gdb.base/commands.exp
9488 * gdb.base/completion.exp
9489 * gdb.base/complex.exp
9490 * gdb.base/cond-expr.exp
9491 * gdb.base/condbreak.exp
9492 * gdb.base/consecutive.exp
9493 * gdb.base/continue-all-already-running.exp
9494 * gdb.base/coredump-filter.exp
9495 * gdb.base/corefile.exp
9496 * gdb.base/dbx.exp
9497 * gdb.base/debug-expr.exp
9498 * gdb.base/define.exp
9499 * gdb.base/del.exp
9500 * gdb.base/disabled-location.exp
9501 * gdb.base/disasm-end-cu.exp
9502 * gdb.base/disasm-optim.exp
9503 * gdb.base/display.exp
9504 * gdb.base/duplicate-bp.exp
9505 * gdb.base/ena-dis-br.exp
9506 * gdb.base/ending-run.exp
9507 * gdb.base/enumval.exp
9508 * gdb.base/environ.exp
9509 * gdb.base/eu-strip-infcall.exp
9510 * gdb.base/eval-avoid-side-effects.exp
9511 * gdb.base/eval-skip.exp
9512 * gdb.base/exitsignal.exp
9513 * gdb.base/expand-psymtabs.exp
9514 * gdb.base/filesym.exp
9515 * gdb.base/find-unmapped.exp
9516 * gdb.base/finish.exp
9517 * gdb.base/float.exp
9518 * gdb.base/foll-exec-mode.exp
9519 * gdb.base/foll-exec.exp
9520 * gdb.base/foll-fork.exp
9521 * gdb.base/fortran-sym-case.exp
9522 * gdb.base/freebpcmd.exp
9523 * gdb.base/func-ptr.exp
9524 * gdb.base/func-ptrs.exp
9525 * gdb.base/funcargs.exp
9526 * gdb.base/gcore-buffer-overflow.exp
9527 * gdb.base/gcore-relro-pie.exp
9528 * gdb.base/gcore-relro.exp
9529 * gdb.base/gcore.exp
9530 * gdb.base/gdb1090.exp
9531 * gdb.base/gdb11530.exp
9532 * gdb.base/gdb11531.exp
9533 * gdb.base/gdb1821.exp
9534 * gdb.base/gdbindex-stabs.exp
9535 * gdb.base/gdbvars.exp
9536 * gdb.base/hbreak.exp
9537 * gdb.base/hbreak2.exp
9538 * gdb.base/included.exp
9539 * gdb.base/infcall-input.exp
9540 * gdb.base/inferior-died.exp
9541 * gdb.base/infnan.exp
9542 * gdb.base/info-macros.exp
9543 * gdb.base/info-os.exp
9544 * gdb.base/info-proc.exp
9545 * gdb.base/info-shared.exp
9546 * gdb.base/info-target.exp
9547 * gdb.base/infoline.exp
9548 * gdb.base/interp.exp
9549 * gdb.base/interrupt.exp
9550 * gdb.base/jit-reader.exp
9551 * gdb.base/jit-simple.exp
9552 * gdb.base/kill-after-signal.exp
9553 * gdb.base/kill-detach-inferiors-cmd.exp
9554 * gdb.base/label.exp
9555 * gdb.base/langs.exp
9556 * gdb.base/ldbl_e308.exp
9557 * gdb.base/line-symtabs.exp
9558 * gdb.base/linespecs.exp
9559 * gdb.base/list.exp
9560 * gdb.base/long_long.exp
9561 * gdb.base/longest-types.exp
9562 * gdb.base/maint.exp
9563 * gdb.base/max-value-size.exp
9564 * gdb.base/memattr.exp
9565 * gdb.base/mips_pro.exp
9566 * gdb.base/morestack.exp
9567 * gdb.base/moribund-step.exp
9568 * gdb.base/multi-forks.exp
9569 * gdb.base/nested-addr.exp
9570 * gdb.base/nextoverexit.exp
9571 * gdb.base/noreturn-finish.exp
9572 * gdb.base/noreturn-return.exp
9573 * gdb.base/nostdlib.exp
9574 * gdb.base/offsets.exp
9575 * gdb.base/opaque.exp
9576 * gdb.base/pc-fp.exp
9577 * gdb.base/permissions.exp
9578 * gdb.base/print-symbol-loading.exp
9579 * gdb.base/prologue-include.exp
9580 * gdb.base/psymtab.exp
9581 * gdb.base/ptype.exp
9582 * gdb.base/random-signal.exp
9583 * gdb.base/randomize.exp
9584 * gdb.base/range-stepping.exp
9585 * gdb.base/readline-ask.exp
9586 * gdb.base/recpar.exp
9587 * gdb.base/recurse.exp
9588 * gdb.base/relational.exp
9589 * gdb.base/restore.exp
9590 * gdb.base/return-nodebug.exp
9591 * gdb.base/return.exp
9592 * gdb.base/run-after-attach.exp
9593 * gdb.base/save-bp.exp
9594 * gdb.base/scope.exp
9595 * gdb.base/sect-cmd.exp
9596 * gdb.base/set-lang-auto.exp
9597 * gdb.base/set-noassign.exp
9598 * gdb.base/setvar.exp
9599 * gdb.base/sigall.exp
9600 * gdb.base/sigbpt.exp
9601 * gdb.base/siginfo-addr.exp
9602 * gdb.base/siginfo-infcall.exp
9603 * gdb.base/siginfo-obj.exp
9604 * gdb.base/siginfo.exp
9605 * gdb.base/signals-state-child.exp
9606 * gdb.base/signest.exp
9607 * gdb.base/sigstep.exp
9608 * gdb.base/sizeof.exp
9609 * gdb.base/skip.exp
9610 * gdb.base/solib-corrupted.exp
9611 * gdb.base/solib-nodir.exp
9612 * gdb.base/solib-search.exp
9613 * gdb.base/stack-checking.exp
9614 * gdb.base/stale-infcall.exp
9615 * gdb.base/stap-probe.exp
9616 * gdb.base/start.exp
9617 * gdb.base/step-break.exp
9618 * gdb.base/step-bt.exp
9619 * gdb.base/step-line.exp
9620 * gdb.base/step-over-exit.exp
9621 * gdb.base/step-over-syscall.exp
9622 * gdb.base/step-resume-infcall.exp
9623 * gdb.base/step-test.exp
9624 * gdb.base/store.exp
9625 * gdb.base/structs3.exp
9626 * gdb.base/sym-file.exp
9627 * gdb.base/symbol-without-target_section.exp
9628 * gdb.base/term.exp
9629 * gdb.base/testenv.exp
9630 * gdb.base/ui-redirect.exp
9631 * gdb.base/until.exp
9632 * gdb.base/unwindonsignal.exp
9633 * gdb.base/value-double-free.exp
9634 * gdb.base/vla-datatypes.exp
9635 * gdb.base/vla-ptr.exp
9636 * gdb.base/vla-sideeffect.exp
9637 * gdb.base/volatile.exp
9638 * gdb.base/watch-cond-infcall.exp
9639 * gdb.base/watch-cond.exp
9640 * gdb.base/watch-non-mem.exp
9641 * gdb.base/watch-read.exp
9642 * gdb.base/watch-vfork.exp
9643 * gdb.base/watchpoint-cond-gone.exp
9644 * gdb.base/watchpoint-delete.exp
9645 * gdb.base/watchpoint-hw-hit-once.exp
9646 * gdb.base/watchpoint-hw.exp
9647 * gdb.base/watchpoint-stops-at-right-insn.exp
9648 * gdb.base/watchpoints.exp
9649 * gdb.base/wchar.exp
9650 * gdb.base/whatis-exp.exp
9651 * gdb.btrace/buffer-size.exp
9652 * gdb.btrace/data.exp
9653 * gdb.btrace/delta.exp
9654 * gdb.btrace/dlopen.exp
9655 * gdb.btrace/enable.exp
9656 * gdb.btrace/exception.exp
9657 * gdb.btrace/function_call_history.exp
9658 * gdb.btrace/gcore.exp
9659 * gdb.btrace/instruction_history.exp
9660 * gdb.btrace/nohist.exp
9661 * gdb.btrace/reconnect.exp
9662 * gdb.btrace/record_goto-step.exp
9663 * gdb.btrace/record_goto.exp
9664 * gdb.btrace/rn-dl-bind.exp
9665 * gdb.btrace/segv.exp
9666 * gdb.btrace/step.exp
9667 * gdb.btrace/stepi.exp
9668 * gdb.btrace/tailcall-only.exp
9669 * gdb.btrace/tailcall.exp
9670 * gdb.btrace/tsx.exp
9671 * gdb.btrace/unknown_functions.exp
9672 * gdb.btrace/vdso.exp
9673 * gdb.compile/compile-ifunc.exp
9674 * gdb.compile/compile-ops.exp
9675 * gdb.compile/compile-print.exp
9676 * gdb.compile/compile-setjmp.exp
9677 * gdb.cp/abstract-origin.exp
9678 * gdb.cp/ambiguous.exp
9679 * gdb.cp/annota2.exp
9680 * gdb.cp/annota3.exp
9681 * gdb.cp/anon-ns.exp
9682 * gdb.cp/anon-struct.exp
9683 * gdb.cp/anon-union.exp
9684 * gdb.cp/arg-reference.exp
9685 * gdb.cp/baseenum.exp
9686 * gdb.cp/bool.exp
9687 * gdb.cp/breakpoint.exp
9688 * gdb.cp/bs15503.exp
9689 * gdb.cp/call-c.exp
9690 * gdb.cp/casts.exp
9691 * gdb.cp/chained-calls.exp
9692 * gdb.cp/class2.exp
9693 * gdb.cp/classes.exp
9694 * gdb.cp/cmpd-minsyms.exp
9695 * gdb.cp/converts.exp
9696 * gdb.cp/cp-relocate.exp
9697 * gdb.cp/cpcompletion.exp
9698 * gdb.cp/cpexprs.exp
9699 * gdb.cp/cplabel.exp
9700 * gdb.cp/cplusfuncs.exp
9701 * gdb.cp/cpsizeof.exp
9702 * gdb.cp/ctti.exp
9703 * gdb.cp/derivation.exp
9704 * gdb.cp/destrprint.exp
9705 * gdb.cp/dispcxx.exp
9706 * gdb.cp/enum-class.exp
9707 * gdb.cp/exception.exp
9708 * gdb.cp/exceptprint.exp
9709 * gdb.cp/expand-psymtabs-cxx.exp
9710 * gdb.cp/expand-sals.exp
9711 * gdb.cp/extern-c.exp
9712 * gdb.cp/filename.exp
9713 * gdb.cp/formatted-ref.exp
9714 * gdb.cp/fpointer.exp
9715 * gdb.cp/gdb1355.exp
9716 * gdb.cp/gdb2495.exp
9717 * gdb.cp/hang.exp
9718 * gdb.cp/impl-this.exp
9719 * gdb.cp/infcall-dlopen.exp
9720 * gdb.cp/inherit.exp
9721 * gdb.cp/iostream.exp
9722 * gdb.cp/koenig.exp
9723 * gdb.cp/local.exp
9724 * gdb.cp/m-data.exp
9725 * gdb.cp/m-static.exp
9726 * gdb.cp/mb-ctor.exp
9727 * gdb.cp/mb-inline.exp
9728 * gdb.cp/mb-templates.exp
9729 * gdb.cp/member-name.exp
9730 * gdb.cp/member-ptr.exp
9731 * gdb.cp/meth-typedefs.exp
9732 * gdb.cp/method.exp
9733 * gdb.cp/method2.exp
9734 * gdb.cp/minsym-fallback.exp
9735 * gdb.cp/misc.exp
9736 * gdb.cp/namelessclass.exp
9737 * gdb.cp/namespace-enum.exp
9738 * gdb.cp/namespace-nested-import.exp
9739 * gdb.cp/namespace.exp
9740 * gdb.cp/nextoverthrow.exp
9741 * gdb.cp/no-dmgl-verbose.exp
9742 * gdb.cp/non-trivial-retval.exp
9743 * gdb.cp/noparam.exp
9744 * gdb.cp/nsdecl.exp
9745 * gdb.cp/nsimport.exp
9746 * gdb.cp/nsnested.exp
9747 * gdb.cp/nsnoimports.exp
9748 * gdb.cp/nsrecurs.exp
9749 * gdb.cp/nsstress.exp
9750 * gdb.cp/nsusing.exp
9751 * gdb.cp/operator.exp
9752 * gdb.cp/oranking.exp
9753 * gdb.cp/overload-const.exp
9754 * gdb.cp/overload.exp
9755 * gdb.cp/ovldbreak.exp
9756 * gdb.cp/ovsrch.exp
9757 * gdb.cp/paren-type.exp
9758 * gdb.cp/parse-lang.exp
9759 * gdb.cp/pass-by-ref.exp
9760 * gdb.cp/pr-1023.exp
9761 * gdb.cp/pr-1210.exp
9762 * gdb.cp/pr-574.exp
9763 * gdb.cp/pr10687.exp
9764 * gdb.cp/pr12028.exp
9765 * gdb.cp/pr17132.exp
9766 * gdb.cp/pr17494.exp
9767 * gdb.cp/pr9067.exp
9768 * gdb.cp/pr9167.exp
9769 * gdb.cp/pr9631.exp
9770 * gdb.cp/printmethod.exp
9771 * gdb.cp/psmang.exp
9772 * gdb.cp/psymtab-parameter.exp
9773 * gdb.cp/ptype-cv-cp.exp
9774 * gdb.cp/ptype-flags.exp
9775 * gdb.cp/re-set-overloaded.exp
9776 * gdb.cp/ref-types.exp
9777 * gdb.cp/rtti.exp
9778 * gdb.cp/scope-err.exp
9779 * gdb.cp/shadow.exp
9780 * gdb.cp/smartp.exp
9781 * gdb.cp/static-method.exp
9782 * gdb.cp/static-print-quit.exp
9783 * gdb.cp/temargs.exp
9784 * gdb.cp/templates.exp
9785 * gdb.cp/try_catch.exp
9786 * gdb.cp/typedef-operator.exp
9787 * gdb.cp/typeid.exp
9788 * gdb.cp/userdef.exp
9789 * gdb.cp/using-crash.exp
9790 * gdb.cp/var-tag.exp
9791 * gdb.cp/virtbase.exp
9792 * gdb.cp/virtfunc.exp
9793 * gdb.cp/virtfunc2.exp
9794 * gdb.cp/vla-cxx.exp
9795 * gdb.disasm/t01_mov.exp
9796 * gdb.disasm/t02_mova.exp
9797 * gdb.disasm/t03_add.exp
9798 * gdb.disasm/t04_sub.exp
9799 * gdb.disasm/t05_cmp.exp
9800 * gdb.disasm/t06_ari2.exp
9801 * gdb.disasm/t07_ari3.exp
9802 * gdb.disasm/t08_or.exp
9803 * gdb.disasm/t09_xor.exp
9804 * gdb.disasm/t10_and.exp
9805 * gdb.disasm/t11_logs.exp
9806 * gdb.disasm/t12_bit.exp
9807 * gdb.disasm/t13_otr.exp
9808 * gdb.dlang/circular.exp
9809 * gdb.dwarf2/arr-stride.exp
9810 * gdb.dwarf2/arr-subrange.exp
9811 * gdb.dwarf2/atomic-type.exp
9812 * gdb.dwarf2/bad-regnum.exp
9813 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9814 * gdb.dwarf2/callframecfa.exp
9815 * gdb.dwarf2/clztest.exp
9816 * gdb.dwarf2/corrupt.exp
9817 * gdb.dwarf2/data-loc.exp
9818 * gdb.dwarf2/dup-psym.exp
9819 * gdb.dwarf2/dw2-anon-mptr.exp
9820 * gdb.dwarf2/dw2-anonymous-func.exp
9821 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9822 * gdb.dwarf2/dw2-bad-unresolved.exp
9823 * gdb.dwarf2/dw2-basic.exp
9824 * gdb.dwarf2/dw2-canonicalize-type.exp
9825 * gdb.dwarf2/dw2-case-insensitive.exp
9826 * gdb.dwarf2/dw2-common-block.exp
9827 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9828 * gdb.dwarf2/dw2-compressed.exp
9829 * gdb.dwarf2/dw2-const.exp
9830 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9831 * gdb.dwarf2/dw2-cu-size.exp
9832 * gdb.dwarf2/dw2-dup-frame.exp
9833 * gdb.dwarf2/dw2-entry-value.exp
9834 * gdb.dwarf2/dw2-icycle.exp
9835 * gdb.dwarf2/dw2-ifort-parameter.exp
9836 * gdb.dwarf2/dw2-inline-break.exp
9837 * gdb.dwarf2/dw2-inline-param.exp
9838 * gdb.dwarf2/dw2-intercu.exp
9839 * gdb.dwarf2/dw2-intermix.exp
9840 * gdb.dwarf2/dw2-lexical-block-bare.exp
9841 * gdb.dwarf2/dw2-linkage-name-trust.exp
9842 * gdb.dwarf2/dw2-minsym-in-cu.exp
9843 * gdb.dwarf2/dw2-noloc.exp
9844 * gdb.dwarf2/dw2-op-call.exp
9845 * gdb.dwarf2/dw2-op-out-param.exp
9846 * gdb.dwarf2/dw2-opt-structptr.exp
9847 * gdb.dwarf2/dw2-param-error.exp
9848 * gdb.dwarf2/dw2-producer.exp
9849 * gdb.dwarf2/dw2-ranges-base.exp
9850 * gdb.dwarf2/dw2-ref-missing-frame.exp
9851 * gdb.dwarf2/dw2-reg-undefined.exp
9852 * gdb.dwarf2/dw2-regno-invalid.exp
9853 * gdb.dwarf2/dw2-restore.exp
9854 * gdb.dwarf2/dw2-restrict.exp
9855 * gdb.dwarf2/dw2-single-line-discriminators.exp
9856 * gdb.dwarf2/dw2-strp.exp
9857 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9858 * gdb.dwarf2/dw2-unresolved.exp
9859 * gdb.dwarf2/dw2-var-zero-addr.exp
9860 * gdb.dwarf2/dw4-sig-types.exp
9861 * gdb.dwarf2/dwz.exp
9862 * gdb.dwarf2/dynarr-ptr.exp
9863 * gdb.dwarf2/enum-type.exp
9864 * gdb.dwarf2/gdb-index.exp
9865 * gdb.dwarf2/implptr-64bit.exp
9866 * gdb.dwarf2/implptr-optimized-out.exp
9867 * gdb.dwarf2/implptr.exp
9868 * gdb.dwarf2/implref-array.exp
9869 * gdb.dwarf2/implref-const.exp
9870 * gdb.dwarf2/implref-global.exp
9871 * gdb.dwarf2/implref-struct.exp
9872 * gdb.dwarf2/mac-fileno.exp
9873 * gdb.dwarf2/main-subprogram.exp
9874 * gdb.dwarf2/member-ptr-forwardref.exp
9875 * gdb.dwarf2/method-ptr.exp
9876 * gdb.dwarf2/missing-sig-type.exp
9877 * gdb.dwarf2/nonvar-access.exp
9878 * gdb.dwarf2/opaque-type-lookup.exp
9879 * gdb.dwarf2/pieces-optimized-out.exp
9880 * gdb.dwarf2/pieces.exp
9881 * gdb.dwarf2/pr10770.exp
9882 * gdb.dwarf2/pr13961.exp
9883 * gdb.dwarf2/staticvirtual.exp
9884 * gdb.dwarf2/subrange.exp
9885 * gdb.dwarf2/symtab-producer.exp
9886 * gdb.dwarf2/trace-crash.exp
9887 * gdb.dwarf2/typeddwarf.exp
9888 * gdb.dwarf2/valop.exp
9889 * gdb.dwarf2/watch-notconst.exp
9890 * gdb.fortran/array-element.exp
9891 * gdb.fortran/charset.exp
9892 * gdb.fortran/common-block.exp
9893 * gdb.fortran/complex.exp
9894 * gdb.fortran/derived-type-function.exp
9895 * gdb.fortran/derived-type.exp
9896 * gdb.fortran/logical.exp
9897 * gdb.fortran/module.exp
9898 * gdb.fortran/multi-dim.exp
9899 * gdb.fortran/nested-funcs.exp
9900 * gdb.fortran/print-formatted.exp
9901 * gdb.fortran/subarray.exp
9902 * gdb.fortran/vla-alloc-assoc.exp
9903 * gdb.fortran/vla-datatypes.exp
9904 * gdb.fortran/vla-history.exp
9905 * gdb.fortran/vla-ptr-info.exp
9906 * gdb.fortran/vla-ptype-sub.exp
9907 * gdb.fortran/vla-ptype.exp
9908 * gdb.fortran/vla-sizeof.exp
9909 * gdb.fortran/vla-type.exp
9910 * gdb.fortran/vla-value-sub-arbitrary.exp
9911 * gdb.fortran/vla-value-sub-finish.exp
9912 * gdb.fortran/vla-value-sub.exp
9913 * gdb.fortran/vla-value.exp
9914 * gdb.fortran/whatis_type.exp
9915 * gdb.go/chan.exp
9916 * gdb.go/handcall.exp
9917 * gdb.go/hello.exp
9918 * gdb.go/integers.exp
9919 * gdb.go/methods.exp
9920 * gdb.go/package.exp
9921 * gdb.go/strings.exp
9922 * gdb.go/types.exp
9923 * gdb.go/unsafe.exp
9924 * gdb.guile/scm-arch.exp
9925 * gdb.guile/scm-block.exp
9926 * gdb.guile/scm-breakpoint.exp
9927 * gdb.guile/scm-cmd.exp
9928 * gdb.guile/scm-disasm.exp
9929 * gdb.guile/scm-equal.exp
9930 * gdb.guile/scm-frame-args.exp
9931 * gdb.guile/scm-frame-inline.exp
9932 * gdb.guile/scm-frame.exp
9933 * gdb.guile/scm-iterator.exp
9934 * gdb.guile/scm-math.exp
9935 * gdb.guile/scm-objfile.exp
9936 * gdb.guile/scm-ports.exp
9937 * gdb.guile/scm-symbol.exp
9938 * gdb.guile/scm-symtab.exp
9939 * gdb.guile/scm-value-cc.exp
9940 * gdb.guile/types-module.exp
9941 * gdb.linespec/break-ask.exp
9942 * gdb.linespec/cpexplicit.exp
9943 * gdb.linespec/explicit.exp
9944 * gdb.linespec/keywords.exp
9945 * gdb.linespec/linespec.exp
9946 * gdb.linespec/ls-dollar.exp
9947 * gdb.linespec/ls-errs.exp
9948 * gdb.linespec/skip-two.exp
9949 * gdb.linespec/thread.exp
9950 * gdb.mi/mi-async.exp
9951 * gdb.mi/mi-basics.exp
9952 * gdb.mi/mi-break.exp
9953 * gdb.mi/mi-catch-load.exp
9954 * gdb.mi/mi-cli.exp
9955 * gdb.mi/mi-cmd-param-changed.exp
9956 * gdb.mi/mi-console.exp
9957 * gdb.mi/mi-detach.exp
9958 * gdb.mi/mi-disassemble.exp
9959 * gdb.mi/mi-eval.exp
9960 * gdb.mi/mi-file-transfer.exp
9961 * gdb.mi/mi-file.exp
9962 * gdb.mi/mi-fill-memory.exp
9963 * gdb.mi/mi-inheritance-syntax-error.exp
9964 * gdb.mi/mi-linespec-err-cp.exp
9965 * gdb.mi/mi-logging.exp
9966 * gdb.mi/mi-memory-changed.exp
9967 * gdb.mi/mi-read-memory.exp
9968 * gdb.mi/mi-record-changed.exp
9969 * gdb.mi/mi-reg-undefined.exp
9970 * gdb.mi/mi-regs.exp
9971 * gdb.mi/mi-return.exp
9972 * gdb.mi/mi-reverse.exp
9973 * gdb.mi/mi-simplerun.exp
9974 * gdb.mi/mi-solib.exp
9975 * gdb.mi/mi-stack.exp
9976 * gdb.mi/mi-stepi.exp
9977 * gdb.mi/mi-syn-frame.exp
9978 * gdb.mi/mi-until.exp
9979 * gdb.mi/mi-var-block.exp
9980 * gdb.mi/mi-var-child.exp
9981 * gdb.mi/mi-var-cmd.exp
9982 * gdb.mi/mi-var-cp.exp
9983 * gdb.mi/mi-var-display.exp
9984 * gdb.mi/mi-var-invalidate.exp
9985 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9986 * gdb.mi/mi-vla-fortran.exp
9987 * gdb.mi/mi-watch.exp
9988 * gdb.mi/mi2-var-child.exp
9989 * gdb.mi/user-selected-context-sync.exp
9990 * gdb.modula2/unbounded-array.exp
9991 * gdb.multi/dummy-frame-restore.exp
9992 * gdb.multi/multi-arch-exec.exp
9993 * gdb.multi/multi-arch.exp
9994 * gdb.multi/tids.exp
9995 * gdb.multi/watchpoint-multi.exp
9996 * gdb.opencl/callfuncs.exp
9997 * gdb.opencl/convs_casts.exp
9998 * gdb.opencl/datatypes.exp
9999 * gdb.opencl/operators.exp
10000 * gdb.opencl/vec_comps.exp
10001 * gdb.opt/clobbered-registers-O2.exp
10002 * gdb.opt/inline-break.exp
10003 * gdb.opt/inline-bt.exp
10004 * gdb.opt/inline-cmds.exp
10005 * gdb.opt/inline-locals.exp
10006 * gdb.pascal/case-insensitive-symbols.exp
10007 * gdb.pascal/floats.exp
10008 * gdb.pascal/gdb11492.exp
10009 * gdb.python/lib-types.exp
10010 * gdb.python/py-arch.exp
10011 * gdb.python/py-as-string.exp
10012 * gdb.python/py-bad-printers.exp
10013 * gdb.python/py-block.exp
10014 * gdb.python/py-breakpoint-create-fail.exp
10015 * gdb.python/py-breakpoint.exp
10016 * gdb.python/py-caller-is.exp
10017 * gdb.python/py-cmd.exp
10018 * gdb.python/py-explore-cc.exp
10019 * gdb.python/py-explore.exp
10020 * gdb.python/py-finish-breakpoint.exp
10021 * gdb.python/py-finish-breakpoint2.exp
10022 * gdb.python/py-frame-args.exp
10023 * gdb.python/py-frame-inline.exp
10024 * gdb.python/py-frame.exp
10025 * gdb.python/py-framefilter-mi.exp
10026 * gdb.python/py-infthread.exp
10027 * gdb.python/py-lazy-string.exp
10028 * gdb.python/py-linetable.exp
10029 * gdb.python/py-mi-events.exp
10030 * gdb.python/py-mi-objfile.exp
10031 * gdb.python/py-mi.exp
10032 * gdb.python/py-objfile.exp
10033 * gdb.python/py-pp-integral.exp
10034 * gdb.python/py-pp-maint.exp
10035 * gdb.python/py-pp-re-notag.exp
10036 * gdb.python/py-pp-registration.exp
10037 * gdb.python/py-recurse-unwind.exp
10038 * gdb.python/py-strfns.exp
10039 * gdb.python/py-symbol.exp
10040 * gdb.python/py-symtab.exp
10041 * gdb.python/py-sync-interp.exp
10042 * gdb.python/py-typeprint.exp
10043 * gdb.python/py-unwind-maint.exp
10044 * gdb.python/py-unwind.exp
10045 * gdb.python/py-value-cc.exp
10046 * gdb.python/py-xmethods.exp
10047 * gdb.reverse/amd64-tailcall-reverse.exp
10048 * gdb.reverse/break-precsave.exp
10049 * gdb.reverse/break-reverse.exp
10050 * gdb.reverse/consecutive-precsave.exp
10051 * gdb.reverse/consecutive-reverse.exp
10052 * gdb.reverse/finish-precsave.exp
10053 * gdb.reverse/finish-reverse-bkpt.exp
10054 * gdb.reverse/finish-reverse.exp
10055 * gdb.reverse/fstatat-reverse.exp
10056 * gdb.reverse/getresuid-reverse.exp
10057 * gdb.reverse/i386-precsave.exp
10058 * gdb.reverse/i386-reverse.exp
10059 * gdb.reverse/i386-sse-reverse.exp
10060 * gdb.reverse/i387-env-reverse.exp
10061 * gdb.reverse/i387-stack-reverse.exp
10062 * gdb.reverse/insn-reverse.exp
10063 * gdb.reverse/machinestate-precsave.exp
10064 * gdb.reverse/machinestate.exp
10065 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10066 * gdb.reverse/pipe-reverse.exp
10067 * gdb.reverse/readv-reverse.exp
10068 * gdb.reverse/recvmsg-reverse.exp
10069 * gdb.reverse/rerun-prec.exp
10070 * gdb.reverse/s390-mvcle.exp
10071 * gdb.reverse/step-precsave.exp
10072 * gdb.reverse/step-reverse.exp
10073 * gdb.reverse/time-reverse.exp
10074 * gdb.reverse/until-precsave.exp
10075 * gdb.reverse/until-reverse.exp
10076 * gdb.reverse/waitpid-reverse.exp
10077 * gdb.reverse/watch-precsave.exp
10078 * gdb.reverse/watch-reverse.exp
10079 * gdb.rust/generics.exp
10080 * gdb.rust/methods.exp
10081 * gdb.rust/modules.exp
10082 * gdb.rust/simple.exp
10083 * gdb.server/connect-with-no-symbol-file.exp
10084 * gdb.server/ext-attach.exp
10085 * gdb.server/ext-restart.exp
10086 * gdb.server/ext-wrapper.exp
10087 * gdb.server/file-transfer.exp
10088 * gdb.server/server-exec-info.exp
10089 * gdb.server/server-kill.exp
10090 * gdb.server/server-mon.exp
10091 * gdb.server/wrapper.exp
10092 * gdb.stabs/exclfwd.exp
10093 * gdb.stabs/gdb11479.exp
10094 * gdb.threads/clone-new-thread-event.exp
10095 * gdb.threads/corethreads.exp
10096 * gdb.threads/current-lwp-dead.exp
10097 * gdb.threads/dlopen-libpthread.exp
10098 * gdb.threads/gcore-thread.exp
10099 * gdb.threads/sigstep-threads.exp
10100 * gdb.threads/watchpoint-fork.exp
10101 * gdb.trace/actions-changed.exp
10102 * gdb.trace/backtrace.exp
10103 * gdb.trace/change-loc.exp
10104 * gdb.trace/circ.exp
10105 * gdb.trace/collection.exp
10106 * gdb.trace/disconnected-tracing.exp
10107 * gdb.trace/ftrace.exp
10108 * gdb.trace/mi-trace-frame-collected.exp
10109 * gdb.trace/mi-trace-unavailable.exp
10110 * gdb.trace/mi-traceframe-changed.exp
10111 * gdb.trace/mi-tsv-changed.exp
10112 * gdb.trace/no-attach-trace.exp
10113 * gdb.trace/passc-dyn.exp
10114 * gdb.trace/qtro.exp
10115 * gdb.trace/range-stepping.exp
10116 * gdb.trace/read-memory.exp
10117 * gdb.trace/save-trace.exp
10118 * gdb.trace/signal.exp
10119 * gdb.trace/status-stop.exp
10120 * gdb.trace/tfile.exp
10121 * gdb.trace/trace-break.exp
10122 * gdb.trace/trace-buffer-size.exp
10123 * gdb.trace/trace-condition.exp
10124 * gdb.trace/tracefile-pseudo-reg.exp
10125 * gdb.trace/tstatus.exp
10126 * gdb.trace/unavailable.exp
10127 * gdb.trace/while-dyn.exp
10128 * gdb.trace/while-stepping.exp
10129
10130 2016-12-22 Doug Evans <xdje42@gmail.com>
10131
10132 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10133 and msymbols.
10134
10135 2016-12-19 Yao Qi <yao.qi@linaro.org>
10136
10137 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10138 (test_with_self): Don't call do_steps_and_nexts, and remove
10139 code about stepping into xmalloc.
10140
10141 2016-12-09 Yao Qi <yao.qi@linaro.org>
10142
10143 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10144
10145 2016-12-09 Yao Qi <yao.qi@linaro.org>
10146
10147 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10148
10149 2016-12-09 Pedro Alves <palves@redhat.com>
10150
10151 * gdb.base/all-architectures-0.exp: New file.
10152 * gdb.base/all-architectures-1.exp: New file.
10153 * gdb.base/all-architectures-2.exp: New file.
10154 * gdb.base/all-architectures-3.exp: New file.
10155 * gdb.base/all-architectures-4.exp: New file.
10156 * gdb.base/all-architectures-5.exp: New file.
10157 * gdb.base/all-architectures-6.exp: New file.
10158 * gdb.base/all-architectures-7.exp: New file.
10159 * gdb.base/all-architectures.exp.in: New file.
10160
10161 2016-12-09 Yao Qi <yao.qi@linaro.org>
10162
10163 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10164
10165 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10166
10167 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10168 possible.
10169 Remove useless pattern-matching code.
10170
10171 2016-12-02 Pedro Alves <palves@redhat.com>
10172
10173 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10174 procedure.
10175 (top level): Call it.
10176
10177 2016-12-02 Pedro Alves <palves@redhat.com>
10178
10179 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10180 New procedure.
10181 (top level): Call it.
10182
10183 2016-12-02 Pedro Alves <palves@redhat.com>
10184
10185 PR cli/20559
10186 * gdb.base/commands.exp (user_defined_command_args_eval): New
10187 procedure.
10188 (top level): Call it.
10189
10190 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10191
10192 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10193 timeout handling.
10194
10195 2016-12-02 Tom Tromey <tom@tromey.com>
10196
10197 * gdb.dwarf2/main-subprogram.c: New file.
10198 * gdb.dwarf2/main-subprogram.exp: New file.
10199
10200 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10201
10202 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10203 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10204 gdb_test_no_output for a couple of cases.
10205 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10206
10207 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10208
10209 Fix test names and standardize compilation error messages throughout
10210 the following files:
10211
10212 * gdb.ada/start.exp
10213 * gdb.arch/alpha-step.exp
10214 * gdb.arch/e500-prologue.exp
10215 * gdb.arch/ftrace-insn-reloc.exp
10216 * gdb.arch/gdb1291.exp
10217 * gdb.arch/gdb1431.exp
10218 * gdb.arch/gdb1558.exp
10219 * gdb.arch/i386-dr3-watch.exp
10220 * gdb.arch/i386-sse-stack-align.exp
10221 * gdb.arch/ia64-breakpoint-shadow.exp
10222 * gdb.arch/pa-nullify.exp
10223 * gdb.arch/powerpc-aix-prologue.exp
10224 * gdb.arch/thumb-bx-pc.exp
10225 * gdb.base/annota1.exp
10226 * gdb.base/annota3.exp
10227 * gdb.base/arrayidx.exp
10228 * gdb.base/assign.exp
10229 * gdb.base/attach.exp
10230 * gdb.base/auxv.exp
10231 * gdb.base/bang.exp
10232 * gdb.base/bfp-test.exp
10233 * gdb.base/bigcore.exp
10234 * gdb.base/bitfields2.exp
10235 * gdb.base/break-fun-addr.exp
10236 * gdb.base/break-probes.exp
10237 * gdb.base/call-rt-st.exp
10238 * gdb.base/callexit.exp
10239 * gdb.base/catch-fork-kill.exp
10240 * gdb.base/charset.exp
10241 * gdb.base/checkpoint.exp
10242 * gdb.base/comprdebug.exp
10243 * gdb.base/constvars.exp
10244 * gdb.base/coredump-filter.exp
10245 * gdb.base/cursal.exp
10246 * gdb.base/cvexpr.exp
10247 * gdb.base/detach.exp
10248 * gdb.base/display.exp
10249 * gdb.base/dmsym.exp
10250 * gdb.base/dprintf-pending.exp
10251 * gdb.base/dso2dso.exp
10252 * gdb.base/dtrace-probe.exp
10253 * gdb.base/dump.exp
10254 * gdb.base/enum_cond.exp
10255 * gdb.base/exe-lock.exp
10256 * gdb.base/exec-invalid-sysroot.exp
10257 * gdb.base/execl-update-breakpoints.exp
10258 * gdb.base/exprs.exp
10259 * gdb.base/fileio.exp
10260 * gdb.base/find.exp
10261 * gdb.base/finish.exp
10262 * gdb.base/fixsection.exp
10263 * gdb.base/foll-vfork.exp
10264 * gdb.base/frame-args.exp
10265 * gdb.base/gcore.exp
10266 * gdb.base/gdb1250.exp
10267 * gdb.base/global-var-nested-by-dso.exp
10268 * gdb.base/gnu-ifunc.exp
10269 * gdb.base/hashline1.exp
10270 * gdb.base/hashline2.exp
10271 * gdb.base/hashline3.exp
10272 * gdb.base/hbreak-in-shr-unsupported.exp
10273 * gdb.base/huge.exp
10274 * gdb.base/infcall-input.exp
10275 * gdb.base/info-fun.exp
10276 * gdb.base/info-shared.exp
10277 * gdb.base/jit-simple.exp
10278 * gdb.base/jit-so.exp
10279 * gdb.base/jit.exp
10280 * gdb.base/jump.exp
10281 * gdb.base/label.exp
10282 * gdb.base/lineinc.exp
10283 * gdb.base/logical.exp
10284 * gdb.base/longjmp.exp
10285 * gdb.base/macscp.exp
10286 * gdb.base/miscexprs.exp
10287 * gdb.base/new-ui-echo.exp
10288 * gdb.base/new-ui-pending-input.exp
10289 * gdb.base/new-ui.exp
10290 * gdb.base/nodebug.exp
10291 * gdb.base/nofield.exp
10292 * gdb.base/offsets.exp
10293 * gdb.base/overlays.exp
10294 * gdb.base/pending.exp
10295 * gdb.base/pointers.exp
10296 * gdb.base/pr11022.exp
10297 * gdb.base/printcmds.exp
10298 * gdb.base/prologue.exp
10299 * gdb.base/ptr-typedef.exp
10300 * gdb.base/realname-expand.exp
10301 * gdb.base/relativedebug.exp
10302 * gdb.base/relocate.exp
10303 * gdb.base/remote.exp
10304 * gdb.base/reread.exp
10305 * gdb.base/return2.exp
10306 * gdb.base/savedregs.exp
10307 * gdb.base/sep.exp
10308 * gdb.base/sepdebug.exp
10309 * gdb.base/sepsymtab.exp
10310 * gdb.base/set-inferior-tty.exp
10311 * gdb.base/setshow.exp
10312 * gdb.base/shlib-call.exp
10313 * gdb.base/sigaltstack.exp
10314 * gdb.base/siginfo-addr.exp
10315 * gdb.base/signals.exp
10316 * gdb.base/signull.exp
10317 * gdb.base/sigrepeat.exp
10318 * gdb.base/so-impl-ld.exp
10319 * gdb.base/solib-display.exp
10320 * gdb.base/solib-overlap.exp
10321 * gdb.base/solib-search.exp
10322 * gdb.base/solib-symbol.exp
10323 * gdb.base/structs.exp
10324 * gdb.base/structs2.exp
10325 * gdb.base/symtab-search-order.exp
10326 * gdb.base/twice.exp
10327 * gdb.base/unload.exp
10328 * gdb.base/varargs.exp
10329 * gdb.base/watchpoint-solib.exp
10330 * gdb.base/watchpoint.exp
10331 * gdb.base/whatis.exp
10332 * gdb.base/wrong_frame_bt_full.exp
10333 * gdb.btrace/dlopen.exp
10334 * gdb.cell/ea-standalone.exp
10335 * gdb.cell/ea-test.exp
10336 * gdb.cp/dispcxx.exp
10337 * gdb.cp/gdb2384.exp
10338 * gdb.cp/method2.exp
10339 * gdb.cp/nextoverthrow.exp
10340 * gdb.cp/pr10728.exp
10341 * gdb.disasm/am33.exp
10342 * gdb.disasm/h8300s.exp
10343 * gdb.disasm/mn10300.exp
10344 * gdb.disasm/sh3.exp
10345 * gdb.dwarf2/dw2-dir-file-name.exp
10346 * gdb.fortran/complex.exp
10347 * gdb.fortran/library-module.exp
10348 * gdb.guile/scm-pretty-print.exp
10349 * gdb.guile/scm-symbol.exp
10350 * gdb.guile/scm-type.exp
10351 * gdb.guile/scm-value.exp
10352 * gdb.linespec/linespec.exp
10353 * gdb.mi/gdb701.exp
10354 * gdb.mi/gdb792.exp
10355 * gdb.mi/mi-breakpoint-changed.exp
10356 * gdb.mi/mi-dprintf-pending.exp
10357 * gdb.mi/mi-dprintf.exp
10358 * gdb.mi/mi-exit-code.exp
10359 * gdb.mi/mi-pending.exp
10360 * gdb.mi/mi-solib.exp
10361 * gdb.mi/new-ui-mi-sync.exp
10362 * gdb.mi/pr11022.exp
10363 * gdb.mi/user-selected-context-sync.exp
10364 * gdb.opt/solib-intra-step.exp
10365 * gdb.python/py-events.exp
10366 * gdb.python/py-finish-breakpoint.exp
10367 * gdb.python/py-mi.exp
10368 * gdb.python/py-prettyprint.exp
10369 * gdb.python/py-shared.exp
10370 * gdb.python/py-symbol.exp
10371 * gdb.python/py-template.exp
10372 * gdb.python/py-type.exp
10373 * gdb.python/py-value.exp
10374 * gdb.reverse/solib-precsave.exp
10375 * gdb.reverse/solib-reverse.exp
10376 * gdb.server/solib-list.exp
10377 * gdb.stabs/weird.exp
10378 * gdb.threads/reconnect-signal.exp
10379 * gdb.threads/stepi-random-signal.exp
10380 * gdb.trace/actions.exp
10381 * gdb.trace/ax.exp
10382 * gdb.trace/backtrace.exp
10383 * gdb.trace/change-loc.exp
10384 * gdb.trace/deltrace.exp
10385 * gdb.trace/ftrace-lock.exp
10386 * gdb.trace/ftrace.exp
10387 * gdb.trace/infotrace.exp
10388 * gdb.trace/mi-tracepoint-changed.exp
10389 * gdb.trace/packetlen.exp
10390 * gdb.trace/passcount.exp
10391 * gdb.trace/pending.exp
10392 * gdb.trace/range-stepping.exp
10393 * gdb.trace/report.exp
10394 * gdb.trace/stap-trace.exp
10395 * gdb.trace/tfind.exp
10396 * gdb.trace/trace-break.exp
10397 * gdb.trace/trace-condition.exp
10398 * gdb.trace/trace-enable-disable.exp
10399 * gdb.trace/trace-mt.exp
10400 * gdb.trace/tracecmd.exp
10401 * gdb.trace/tspeed.exp
10402 * gdb.trace/tsv.exp
10403 * lib/perftest.exp
10404
10405 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10406
10407 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10408 with gdb_test_no_output.
10409 Use command as test name.
10410
10411 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10412
10413 Fix test names starting with uppercase throughout the files.
10414
10415 * gdb.ada/assign_1.exp
10416 * gdb.ada/boolean_expr.exp
10417 * gdb.base/arrayidx.exp
10418 * gdb.base/del.exp
10419 * gdb.base/gcore-buffer-overflow.exp
10420 * gdb.base/testenv.exp
10421 * gdb.compile/compile.exp
10422 * gdb.python/py-framefilter-invalidarg.exp
10423 * gdb.python/py-framefilter.exp
10424
10425 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10426
10427 Fix test names starting with uppercase throughout the files.
10428
10429 * gdb.ada/array_return.exp
10430 * gdb.ada/expr_delims.exp
10431 * gdb.ada/mi_dyn_arr.exp
10432 * gdb.ada/mi_interface.exp
10433 * gdb.ada/mi_var_array.exp
10434 * gdb.ada/watch_arg.exp
10435 * gdb.arch/alpha-step.exp
10436 * gdb.arch/altivec-regs.exp
10437 * gdb.arch/e500-regs.exp
10438 * gdb.arch/powerpc-d128-regs.exp
10439 * gdb.base/arrayidx.exp
10440 * gdb.base/break.exp
10441 * gdb.base/checkpoint.exp
10442 * gdb.base/debug-expr.exp
10443 * gdb.base/dmsym.exp
10444 * gdb.base/radix.exp
10445 * gdb.base/sepdebug.exp
10446 * gdb.base/testenv.exp
10447 * gdb.base/watch_thread_num.exp
10448 * gdb.base/watchpoint-cond-gone.exp
10449 * gdb.cell/break.exp
10450 * gdb.cell/ea-cache.exp
10451 * gdb.compile/compile.exp
10452 * gdb.cp/gdb2495.exp
10453 * gdb.gdb/selftest.exp
10454 * gdb.gdb/xfullpath.exp
10455 * gdb.go/hello.exp
10456 * gdb.go/integers.exp
10457 * gdb.objc/basicclass.exp
10458 * gdb.pascal/hello.exp
10459 * gdb.pascal/integers.exp
10460 * gdb.python/py-breakpoint.exp
10461 * gdb.python/py-cmd.exp
10462 * gdb.python/py-linetable.exp
10463 * gdb.python/py-xmethods.exp
10464 * gdb.python/python.exp
10465 * gdb.reverse/consecutive-precsave.exp
10466 * gdb.reverse/finish-precsave.exp
10467 * gdb.reverse/i386-precsave.exp
10468 * gdb.reverse/machinestate-precsave.exp
10469 * gdb.reverse/sigall-precsave.exp
10470 * gdb.reverse/solib-precsave.exp
10471 * gdb.reverse/step-precsave.exp
10472 * gdb.reverse/until-precsave.exp
10473 * gdb.reverse/watch-precsave.exp
10474 * gdb.threads/leader-exit.exp
10475 * gdb.threads/pthreads.exp
10476 * gdb.threads/wp-replication.exp
10477 * gdb.trace/actions.exp
10478 * gdb.trace/mi-tsv-changed.exp
10479 * gdb.trace/tsv.exp
10480
10481 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10482
10483 Fix test names starting with uppercase throughout the files.
10484
10485 * gdb.arch/i386-bp_permanent.exp
10486 * gdb.arch/i386-gnu-cfi.exp
10487 * gdb.base/disasm-end-cu.exp
10488 * gdb.base/macscp.exp
10489 * gdb.base/pending.exp
10490 * gdb.base/watch_thread_num.exp
10491 * gdb.cp/exception.exp
10492 * gdb.cp/gdb2495.exp
10493 * gdb.cp/local.exp
10494 * gdb.python/py-evsignal.exp
10495 * gdb.python/python.exp
10496 * gdb.trace/tracecmd.exp
10497
10498 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10499
10500 Fix test names starting with uppercase throughout the files.
10501
10502 * gdb.base/charset.exp
10503 * gdb.base/eval.exp
10504 * gdb.base/multi-forks.exp
10505 * gdb.guile/scm-progspace.exp
10506 * gdb.opencl/datatypes.exp
10507 * gdb.python/py-block.exp
10508 * gdb.python/py-function.exp
10509 * gdb.python/py-symbol.exp
10510 * gdb.python/py-symtab.exp
10511 * gdb.python/py-xmethods.exp
10512 * gdb.reverse/break-precsave.exp
10513 * gdb.reverse/break-reverse.exp
10514 * gdb.reverse/consecutive-precsave.exp
10515 * gdb.reverse/consecutive-reverse.exp
10516 * gdb.reverse/finish-precsave.exp
10517 * gdb.reverse/finish-reverse-bkpt.exp
10518 * gdb.reverse/finish-reverse.exp
10519 * gdb.reverse/fstatat-reverse.exp
10520 * gdb.reverse/getresuid-reverse.exp
10521 * gdb.reverse/i386-precsave.exp
10522 * gdb.reverse/i386-reverse.exp
10523 * gdb.reverse/i386-sse-reverse.exp
10524 * gdb.reverse/i387-stack-reverse.exp
10525 * gdb.reverse/insn-reverse.exp
10526 * gdb.reverse/machinestate-precsave.exp
10527 * gdb.reverse/machinestate.exp
10528 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10529 * gdb.reverse/pipe-reverse.exp
10530 * gdb.reverse/readv-reverse.exp
10531 * gdb.reverse/recvmsg-reverse.exp
10532 * gdb.reverse/rerun-prec.exp
10533 * gdb.reverse/s390-mvcle.exp
10534 * gdb.reverse/sigall-precsave.exp
10535 * gdb.reverse/sigall-reverse.exp
10536 * gdb.reverse/solib-precsave.exp
10537 * gdb.reverse/solib-reverse.exp
10538 * gdb.reverse/step-precsave.exp
10539 * gdb.reverse/step-reverse.exp
10540 * gdb.reverse/time-reverse.exp
10541 * gdb.reverse/until-precsave.exp
10542 * gdb.reverse/until-reverse.exp
10543 * gdb.reverse/waitpid-reverse.exp
10544 * gdb.reverse/watch-precsave.exp
10545 * gdb.reverse/watch-reverse.exp
10546
10547 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10548
10549 Fix test names starting with uppercase throughout the files.
10550
10551 * gdb.arch/i386-mpx-simple_segv.exp
10552 * gdb.arch/i386-mpx.exp
10553 * gdb.arch/i386-permbkpt.exp
10554 * gdb.arch/pa-nullify.exp
10555 * gdb.arch/powerpc-d128-regs.exp
10556 * gdb.arch/vsx-regs.exp
10557 * gdb.base/bfp-test.exp
10558 * gdb.base/break.exp
10559 * gdb.base/breakpoint-shadow.exp
10560 * gdb.base/callfuncs.exp
10561 * gdb.base/charset.exp
10562 * gdb.base/commands.exp
10563 * gdb.base/completion.exp
10564 * gdb.base/dfp-test.exp
10565 * gdb.base/echo.exp
10566 * gdb.base/ending-run.exp
10567 * gdb.base/eval.exp
10568 * gdb.base/expand-psymtabs.exp
10569 * gdb.base/float128.exp
10570 * gdb.base/floatn.exp
10571 * gdb.base/foll-exec-mode.exp
10572 * gdb.base/gdb1056.exp
10573 * gdb.base/gdb11531.exp
10574 * gdb.base/kill-after-signal.exp
10575 * gdb.base/multi-forks.exp
10576 * gdb.base/overlays.exp
10577 * gdb.base/pending.exp
10578 * gdb.base/sepdebug.exp
10579 * gdb.base/testenv.exp
10580 * gdb.base/valgrind-db-attach.exp
10581 * gdb.base/watch_thread_num.exp
10582 * gdb.base/watchpoint-cond-gone.exp
10583 * gdb.base/watchpoint.exp
10584 * gdb.base/watchpoints.exp
10585 * gdb.cp/arg-reference.exp
10586 * gdb.cp/baseenum.exp
10587 * gdb.cp/operator.exp
10588 * gdb.cp/shadow.exp
10589 * gdb.dwarf2/dw2-op-out-param.exp
10590 * gdb.dwarf2/dw2-reg-undefined.exp
10591 * gdb.go/chan.exp
10592 * gdb.go/hello.exp
10593 * gdb.go/integers.exp
10594 * gdb.go/methods.exp
10595 * gdb.go/package.exp
10596 * gdb.guile/scm-parameter.exp
10597 * gdb.guile/scm-progspace.exp
10598 * gdb.guile/scm-value.exp
10599 * gdb.mi/mi-pending.exp
10600 * gdb.mi/user-selected-context-sync.exp
10601 * gdb.multi/multi-attach.exp
10602 * gdb.multi/tids.exp
10603 * gdb.opt/clobbered-registers-O2.exp
10604 * gdb.pascal/floats.exp
10605 * gdb.pascal/integers.exp
10606 * gdb.python/py-block.exp
10607 * gdb.python/py-events.exp
10608 * gdb.python/py-parameter.exp
10609 * gdb.python/py-symbol.exp
10610 * gdb.python/py-symtab.exp
10611 * gdb.python/py-type.exp
10612 * gdb.python/py-value.exp
10613 * gdb.python/py-xmethods.exp
10614 * gdb.python/python.exp
10615 * gdb.reverse/break-precsave.exp
10616 * gdb.reverse/consecutive-precsave.exp
10617 * gdb.reverse/finish-precsave.exp
10618 * gdb.reverse/i386-precsave.exp
10619 * gdb.reverse/machinestate-precsave.exp
10620 * gdb.reverse/sigall-precsave.exp
10621 * gdb.reverse/solib-precsave.exp
10622 * gdb.reverse/step-precsave.exp
10623 * gdb.reverse/until-precsave.exp
10624 * gdb.reverse/watch-precsave.exp
10625 * gdb.server/ext-attach.exp
10626 * gdb.server/ext-restart.exp
10627 * gdb.server/ext-run.exp
10628 * gdb.server/ext-wrapper.exp
10629 * gdb.stabs/gdb11479.exp
10630 * gdb.stabs/weird.exp
10631 * gdb.threads/attach-many-short-lived-threads.exp
10632 * gdb.threads/kill.exp
10633 * gdb.threads/watchpoint-fork.exp
10634
10635 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10636
10637 Fix test names starting with uppercase throughout all the files below.
10638
10639 * gdb.ada/array_return.exp
10640 * gdb.ada/catch_ex.exp
10641 * gdb.ada/info_exc.exp
10642 * gdb.ada/mi_catch_ex.exp
10643 * gdb.ada/mi_dyn_arr.exp
10644 * gdb.ada/mi_ex_cond.exp
10645 * gdb.ada/mi_exc_info.exp
10646 * gdb.ada/mi_interface.exp
10647 * gdb.ada/mi_task_arg.exp
10648 * gdb.ada/mi_task_info.exp
10649 * gdb.ada/mi_var_array.exp
10650 * gdb.arch/alpha-step.exp
10651 * gdb.arch/amd64-disp-step.exp
10652 * gdb.arch/arm-disp-step.exp
10653 * gdb.arch/disp-step-insn-reloc.exp
10654 * gdb.arch/e500-prologue.exp
10655 * gdb.arch/ftrace-insn-reloc.exp
10656 * gdb.arch/gdb1558.exp
10657 * gdb.arch/i386-bp_permanent.exp
10658 * gdb.arch/i386-disp-step.exp
10659 * gdb.arch/i386-float.exp
10660 * gdb.arch/i386-gnu-cfi.exp
10661 * gdb.arch/ia64-breakpoint-shadow.exp
10662 * gdb.arch/mips16-thunks.exp
10663 * gdb.arch/pa-nullify.exp
10664 * gdb.arch/powerpc-aix-prologue.exp
10665 * gdb.arch/powerpc-power.exp
10666 * gdb.arch/ppc-dfp.exp
10667 * gdb.arch/s390-tdbregs.exp
10668 * gdb.arch/spu-info.exp
10669 * gdb.arch/spu-ls.exp
10670 * gdb.arch/thumb-bx-pc.exp
10671 * gdb.base/advance.exp
10672 * gdb.base/annota-input-while-running.exp
10673 * gdb.base/arrayidx.exp
10674 * gdb.base/asmlabel.exp
10675 * gdb.base/async.exp
10676 * gdb.base/attach-wait-input.exp
10677 * gdb.base/auto-connect-native-target.exp
10678 * gdb.base/batch-preserve-term-settings.exp
10679 * gdb.base/bfp-test.exp
10680 * gdb.base/bigcore.exp
10681 * gdb.base/bp-permanent.exp
10682 * gdb.base/break-always.exp
10683 * gdb.base/break-fun-addr.exp
10684 * gdb.base/break-idempotent.exp
10685 * gdb.base/break-main-file-remove-fail.exp
10686 * gdb.base/break-probes.exp
10687 * gdb.base/break-unload-file.exp
10688 * gdb.base/break.exp
10689 * gdb.base/call-ar-st.exp
10690 * gdb.base/call-rt-st.exp
10691 * gdb.base/call-sc.exp
10692 * gdb.base/call-signal-resume.exp
10693 * gdb.base/call-strs.exp
10694 * gdb.base/callexit.exp
10695 * gdb.base/callfuncs.exp
10696 * gdb.base/catch-gdb-caused-signals.exp
10697 * gdb.base/catch-signal-siginfo-cond.exp
10698 * gdb.base/catch-syscall.exp
10699 * gdb.base/compare-sections.exp
10700 * gdb.base/cond-eval-mode.exp
10701 * gdb.base/condbreak-call-false.exp
10702 * gdb.base/consecutive-step-over.exp
10703 * gdb.base/cursal.exp
10704 * gdb.base/disabled-location.exp
10705 * gdb.base/disasm-end-cu.exp
10706 * gdb.base/display.exp
10707 * gdb.base/double-prompt-target-event-error.exp
10708 * gdb.base/dprintf-bp-same-addr.exp
10709 * gdb.base/dprintf-detach.exp
10710 * gdb.base/dprintf-next.exp
10711 * gdb.base/dprintf-non-stop.exp
10712 * gdb.base/dprintf-pending.exp
10713 * gdb.base/dso2dso.exp
10714 * gdb.base/ending-run.exp
10715 * gdb.base/enum_cond.exp
10716 * gdb.base/examine-backward.exp
10717 * gdb.base/exe-lock.exp
10718 * gdb.base/exec-invalid-sysroot.exp
10719 * gdb.base/execl-update-breakpoints.exp
10720 * gdb.base/execution-termios.exp
10721 * gdb.base/fileio.exp
10722 * gdb.base/fixsection.exp
10723 * gdb.base/foll-exec-mode.exp
10724 * gdb.base/foll-exec.exp
10725 * gdb.base/fork-running-state.exp
10726 * gdb.base/frame-args.exp
10727 * gdb.base/fullpath-expand.exp
10728 * gdb.base/func-ptr.exp
10729 * gdb.base/gcore-relro-pie.exp
10730 * gdb.base/gdb1090.exp
10731 * gdb.base/gdb1555.exp
10732 * gdb.base/global-var-nested-by-dso.exp
10733 * gdb.base/gnu-ifunc.exp
10734 * gdb.base/hbreak-in-shr-unsupported.exp
10735 * gdb.base/hbreak-unmapped.exp
10736 * gdb.base/hook-stop.exp
10737 * gdb.base/infcall-input.exp
10738 * gdb.base/info-fun.exp
10739 * gdb.base/info-shared.exp
10740 * gdb.base/interrupt-noterm.exp
10741 * gdb.base/jit-so.exp
10742 * gdb.base/jit.exp
10743 * gdb.base/line-symtabs.exp
10744 * gdb.base/list.exp
10745 * gdb.base/longjmp.exp
10746 * gdb.base/macscp.exp
10747 * gdb.base/max-value-size.exp
10748 * gdb.base/nodebug.exp
10749 * gdb.base/nofield.exp
10750 * gdb.base/overlays.exp
10751 * gdb.base/paginate-after-ctrl-c-running.exp
10752 * gdb.base/paginate-bg-execution.exp
10753 * gdb.base/paginate-inferior-exit.exp
10754 * gdb.base/pending.exp
10755 * gdb.base/pr11022.exp
10756 * gdb.base/printcmds.exp
10757 * gdb.base/ptr-typedef.exp
10758 * gdb.base/ptype.exp
10759 * gdb.base/randomize.exp
10760 * gdb.base/range-stepping.exp
10761 * gdb.base/realname-expand.exp
10762 * gdb.base/relativedebug.exp
10763 * gdb.base/remote.exp
10764 * gdb.base/savedregs.exp
10765 * gdb.base/sepdebug.exp
10766 * gdb.base/set-noassign.exp
10767 * gdb.base/shlib-call.exp
10768 * gdb.base/shreloc.exp
10769 * gdb.base/sigaltstack.exp
10770 * gdb.base/sigbpt.exp
10771 * gdb.base/siginfo-addr.exp
10772 * gdb.base/siginfo-obj.exp
10773 * gdb.base/siginfo-thread.exp
10774 * gdb.base/signest.exp
10775 * gdb.base/signull.exp
10776 * gdb.base/sigrepeat.exp
10777 * gdb.base/skip.exp
10778 * gdb.base/so-impl-ld.exp
10779 * gdb.base/solib-corrupted.exp
10780 * gdb.base/solib-disc.exp
10781 * gdb.base/solib-display.exp
10782 * gdb.base/solib-overlap.exp
10783 * gdb.base/solib-search.exp
10784 * gdb.base/solib-symbol.exp
10785 * gdb.base/source-execution.exp
10786 * gdb.base/sss-bp-on-user-bp-2.exp
10787 * gdb.base/sss-bp-on-user-bp.exp
10788 * gdb.base/stack-checking.exp
10789 * gdb.base/stale-infcall.exp
10790 * gdb.base/step-break.exp
10791 * gdb.base/step-line.exp
10792 * gdb.base/step-over-exit.exp
10793 * gdb.base/step-test.exp
10794 * gdb.base/structs.exp
10795 * gdb.base/sym-file.exp
10796 * gdb.base/symtab-search-order.exp
10797 * gdb.base/term.exp
10798 * gdb.base/type-opaque.exp
10799 * gdb.base/unload.exp
10800 * gdb.base/until-nodebug.exp
10801 * gdb.base/until.exp
10802 * gdb.base/unwindonsignal.exp
10803 * gdb.base/watch-cond.exp
10804 * gdb.base/watch-non-mem.exp
10805 * gdb.base/watch_thread_num.exp
10806 * gdb.base/watchpoint-reuse-slot.exp
10807 * gdb.base/watchpoint-solib.exp
10808 * gdb.base/watchpoint.exp
10809 * gdb.btrace/dlopen.exp
10810 * gdb.cell/arch.exp
10811 * gdb.cell/break.exp
10812 * gdb.cell/bt.exp
10813 * gdb.cell/core.exp
10814 * gdb.cell/data.exp
10815 * gdb.cell/dwarfaddr.exp
10816 * gdb.cell/ea-cache.exp
10817 * gdb.cell/ea-standalone.exp
10818 * gdb.cell/ea-test.exp
10819 * gdb.cell/f-regs.exp
10820 * gdb.cell/fork.exp
10821 * gdb.cell/gcore.exp
10822 * gdb.cell/mem-access.exp
10823 * gdb.cell/ptype.exp
10824 * gdb.cell/registers.exp
10825 * gdb.cell/sizeof.exp
10826 * gdb.cell/solib-symbol.exp
10827 * gdb.cell/solib.exp
10828 * gdb.compile/compile-tls.exp
10829 * gdb.cp/exception.exp
10830 * gdb.cp/gdb2495.exp
10831 * gdb.cp/local.exp
10832 * gdb.cp/mb-inline.exp
10833 * gdb.cp/mb-templates.exp
10834 * gdb.cp/pr10687.exp
10835 * gdb.cp/pr9167.exp
10836 * gdb.cp/scope-err.exp
10837 * gdb.cp/templates.exp
10838 * gdb.cp/virtfunc.exp
10839 * gdb.dwarf2/dw2-dir-file-name.exp
10840 * gdb.dwarf2/dw2-single-line-discriminators.exp
10841 * gdb.fortran/complex.exp
10842 * gdb.fortran/library-module.exp
10843 * gdb.guile/guile.exp
10844 * gdb.guile/scm-cmd.exp
10845 * gdb.guile/scm-frame-inline.exp
10846 * gdb.guile/scm-objfile.exp
10847 * gdb.guile/scm-pretty-print.exp
10848 * gdb.guile/scm-symbol.exp
10849 * gdb.guile/scm-type.exp
10850 * gdb.guile/scm-value.exp
10851 * gdb.linespec/keywords.exp
10852 * gdb.linespec/ls-errs.exp
10853 * gdb.linespec/macro-relative.exp
10854 * gdb.linespec/thread.exp
10855 * gdb.mi/mi-breakpoint-changed.exp
10856 * gdb.mi/mi-dprintf-pending.exp
10857 * gdb.mi/mi-fullname-deleted.exp
10858 * gdb.mi/mi-logging.exp
10859 * gdb.mi/mi-pending.exp
10860 * gdb.mi/mi-solib.exp
10861 * gdb.mi/new-ui-mi-sync.exp
10862 * gdb.mi/user-selected-context-sync.exp
10863 * gdb.multi/dummy-frame-restore.exp
10864 * gdb.multi/multi-arch-exec.exp
10865 * gdb.multi/remove-inferiors.exp
10866 * gdb.multi/watchpoint-multi-exit.exp
10867 * gdb.opt/solib-intra-step.exp
10868 * gdb.perf/backtrace.exp
10869 * gdb.perf/single-step.exp
10870 * gdb.perf/skip-command.exp
10871 * gdb.perf/skip-prologue.exp
10872 * gdb.perf/solib.exp
10873 * gdb.python/lib-types.exp
10874 * gdb.python/py-as-string.exp
10875 * gdb.python/py-bad-printers.exp
10876 * gdb.python/py-block.exp
10877 * gdb.python/py-breakpoint.exp
10878 * gdb.python/py-cmd.exp
10879 * gdb.python/py-events.exp
10880 * gdb.python/py-evthreads.exp
10881 * gdb.python/py-finish-breakpoint.exp
10882 * gdb.python/py-finish-breakpoint2.exp
10883 * gdb.python/py-frame-inline.exp
10884 * gdb.python/py-frame.exp
10885 * gdb.python/py-inferior.exp
10886 * gdb.python/py-infthread.exp
10887 * gdb.python/py-mi.exp
10888 * gdb.python/py-objfile.exp
10889 * gdb.python/py-pp-maint.exp
10890 * gdb.python/py-pp-registration.exp
10891 * gdb.python/py-prettyprint.exp
10892 * gdb.python/py-recurse-unwind.exp
10893 * gdb.python/py-shared.exp
10894 * gdb.python/py-symbol.exp
10895 * gdb.python/py-symtab.exp
10896 * gdb.python/py-template.exp
10897 * gdb.python/py-type.exp
10898 * gdb.python/py-unwind-maint.exp
10899 * gdb.python/py-unwind.exp
10900 * gdb.python/py-value.exp
10901 * gdb.python/python.exp
10902 * gdb.reverse/finish-reverse-bkpt.exp
10903 * gdb.reverse/insn-reverse.exp
10904 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10905 * gdb.reverse/solib-precsave.exp
10906 * gdb.reverse/solib-reverse.exp
10907 * gdb.stabs/gdb11479.exp
10908 * gdb.stabs/weird.exp
10909 * gdb.threads/fork-child-threads.exp
10910 * gdb.threads/fork-plus-threads.exp
10911 * gdb.threads/fork-thread-pending.exp
10912 * gdb.threads/forking-threads-plus-breakpoint.exp
10913 * gdb.threads/hand-call-in-threads.exp
10914 * gdb.threads/interrupted-hand-call.exp
10915 * gdb.threads/linux-dp.exp
10916 * gdb.threads/local-watch-wrong-thread.exp
10917 * gdb.threads/next-while-other-thread-longjmps.exp
10918 * gdb.threads/non-ldr-exit.exp
10919 * gdb.threads/pending-step.exp
10920 * gdb.threads/print-threads.exp
10921 * gdb.threads/process-dies-while-detaching.exp
10922 * gdb.threads/process-dies-while-handling-bp.exp
10923 * gdb.threads/pthreads.exp
10924 * gdb.threads/queue-signal.exp
10925 * gdb.threads/reconnect-signal.exp
10926 * gdb.threads/signal-command-handle-nopass.exp
10927 * gdb.threads/signal-command-multiple-signals-pending.exp
10928 * gdb.threads/signal-delivered-right-thread.exp
10929 * gdb.threads/signal-sigtrap.exp
10930 * gdb.threads/sigthread.exp
10931 * gdb.threads/staticthreads.exp
10932 * gdb.threads/stepi-random-signal.exp
10933 * gdb.threads/thread-unwindonsignal.exp
10934 * gdb.threads/thread_check.exp
10935 * gdb.threads/thread_events.exp
10936 * gdb.threads/tid-reuse.exp
10937 * gdb.threads/tls-nodebug.exp
10938 * gdb.threads/tls-shared.exp
10939 * gdb.threads/tls-so_extern.exp
10940 * gdb.threads/tls.exp
10941 * gdb.threads/wp-replication.exp
10942 * gdb.trace/actions-changed.exp
10943 * gdb.trace/actions.exp
10944 * gdb.trace/backtrace.exp
10945 * gdb.trace/change-loc.exp
10946 * gdb.trace/collection.exp
10947 * gdb.trace/deltrace.exp
10948 * gdb.trace/disconnected-tracing.exp
10949 * gdb.trace/entry-values.exp
10950 * gdb.trace/ftrace-lock.exp
10951 * gdb.trace/ftrace.exp
10952 * gdb.trace/infotrace.exp
10953 * gdb.trace/mi-trace-frame-collected.exp
10954 * gdb.trace/mi-trace-unavailable.exp
10955 * gdb.trace/mi-traceframe-changed.exp
10956 * gdb.trace/mi-tracepoint-changed.exp
10957 * gdb.trace/mi-tsv-changed.exp
10958 * gdb.trace/no-attach-trace.exp
10959 * gdb.trace/packetlen.exp
10960 * gdb.trace/passc-dyn.exp
10961 * gdb.trace/passcount.exp
10962 * gdb.trace/pending.exp
10963 * gdb.trace/pr16508.exp
10964 * gdb.trace/qtro.exp
10965 * gdb.trace/range-stepping.exp
10966 * gdb.trace/read-memory.exp
10967 * gdb.trace/report.exp
10968 * gdb.trace/save-trace.exp
10969 * gdb.trace/signal.exp
10970 * gdb.trace/stap-trace.exp
10971 * gdb.trace/status-stop.exp
10972 * gdb.trace/strace.exp
10973 * gdb.trace/tfile.exp
10974 * gdb.trace/tfind.exp
10975 * gdb.trace/trace-break.exp
10976 * gdb.trace/trace-condition.exp
10977 * gdb.trace/trace-enable-disable.exp
10978 * gdb.trace/trace-mt.exp
10979 * gdb.trace/tracecmd.exp
10980 * gdb.trace/tracefile-pseudo-reg.exp
10981 * gdb.trace/tspeed.exp
10982 * gdb.trace/tstatus.exp
10983 * gdb.trace/tsv.exp
10984 * gdb.trace/unavailable.exp
10985 * gdb.trace/while-dyn.exp
10986 * gdb.trace/while-stepping.exp
10987 * lib/gdb-guile.exp
10988 * lib/gdb.exp
10989 * lib/mi-support.exp
10990 * lib/pascal.exp
10991 * lib/perftest.exp
10992 * lib/prelink-support.exp
10993 * lib/selftest-support.exp
10994
10995 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10996
10997 * Makefile.in: Include disable-implicit-rules.mk.
10998
10999 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11000
11001 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11002 non-byte-aligned bit fields.
11003
11004 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11005
11006 PR gdb/12616
11007 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11008 respects the DW_AT_data_bit_offset attribute.
11009
11010 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11011
11012 * gdb.base/default.exp: Fix output of "set language".
11013
11014 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11015
11016 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11017 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11018 make.
11019 * configure.ac: Remove checks for the make program.
11020 * configure: Re-generate.
11021
11022 2016-11-16 Kevin Buettner <kevinb@redhat.com>
11023
11024 * gdb.python/py-recurse-unwind.c (main): Add loop.
11025 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11026 to read_register() and gdb.parse_and_eval(). Make each code
11027 call a separate case that can be individually tested.
11028 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11029 proc. Call cont_and_backtrace for each of the code paths that
11030 we want to test in the unwinder.
11031
11032 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11033
11034 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11035 the definition of struct S.
11036
11037 2016-11-11 Catherine Moore <clm@codesourcery.com>
11038
11039 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11040
11041 2016-11-09 Pedro Alves <palves@redhat.com>
11042
11043 * gdb.base/commands.exp (runto_or_return): New procedure.
11044 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11045 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11046 (progvar_simple_while_test, progvar_complex_if_while_test)
11047 (if_while_breakpoint_command_test)
11048 (infrun_breakpoint_command_test, breakpoint_command_test)
11049 (user_defined_command_test, watchpoint_command_test)
11050 (test_command_prompt_position, redefine_hook_test)
11051 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11052 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11053 multi_line_input and multi_line. Remove gdb_expect and
11054 gdb_stop_suppressing_tests uses.
11055 * lib/gdb.exp (valnum_re): New global.
11056 (multi_line_input): New procedure.
11057
11058 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11059
11060 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11061 Remove.
11062 (test_setup): Define with proc_with_prefix.
11063 (test_cli_inferior): Likewise.
11064 (test_cli_thread): Likewise.
11065 (test_cli_frame): Likewise.
11066 (test_cli_select_frame): Likewise.
11067 (test_cli_up_down): Likewise.
11068 (test_mi_thread_select): Likewise.
11069 (test_mi_stack_select_frame): Likewise.
11070 (test_cli_in_mi_inferior): Likewise.
11071 (test_cli_in_mi_thread): Likewise.
11072 (test_cli_in_mi_frame): Likewise.
11073 (top level): Do not use with_test_prefix_procname.
11074
11075 2016-11-09 Pedro Alves <palves@redhat.com>
11076
11077 * gdb.base/commands.exp (gdbvar_simple_if_test)
11078 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11079 (progvar_simple_if_test, progvar_simple_while_test)
11080 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11081 (infrun_breakpoint_command_test, breakpoint_command_test)
11082 (user_defined_command_test, watchpoint_command_test)
11083 (test_command_prompt_position, deprecated_command_test)
11084 (bp_deleted_in_command, temporary_breakpoint_commands)
11085 (stray_arg0_test, source_file_with_indented_comment)
11086 (recursive_source_test, if_commands_test)
11087 (error_clears_commands_left, redefine_hook_test)
11088 (redefine_backtrace_test): Use proc_with_prefix.
11089 * lib/gdb.exp (proc_with_prefix): New proc.
11090
11091 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11092
11093 * gdb.base/tui-layout.c: New file.
11094 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11095 disassembly window contains very long lines.
11096
11097 2016-11-08 Tom Tromey <tom@tromey.com>
11098
11099 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11100 depend on Python 2.
11101
11102 2016-11-08 Tom Tromey <tom@tromey.com>
11103
11104 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11105 New method.
11106
11107 2016-10-29 Manish Goregaokar <manish@mozilla.com>
11108
11109 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
11110
11111 2016-10-27 Manish Goregaokar <manish@mozilla.com>
11112
11113 * gdb.rust/simple.rs: Add test for univariant enums without
11114 discriminants and for encoded struct-like enums.
11115
11116 2016-10-28 Pedro Alves <palves@redhat.com>
11117
11118 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11119 gdb_test_multiple, tighten regexps and match symtabs and line
11120 tables incrementally.
11121
11122 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
11123
11124 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11125 general.
11126
11127 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
11128
11129 * gdb.base/exec-invalid-sysroot.exp: New file.
11130
11131 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11132
11133 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11134
11135 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11136
11137 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11138
11139 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11140
11141 * gdb.base/killed-outside.exp: Remove $options from a call to
11142 `prepare_for_testing'.
11143
11144 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11145
11146 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11147 Change test message.
11148
11149 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11150
11151 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11152 Update comment.
11153
11154 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11155
11156 * gdb.trace/mi-trace-save.exp: New file.
11157
11158 2016-10-13 Yao Qi <yao.qi@linaro.org>
11159
11160 * gdb.base/code_elim.exp (get_var_address): Remove.
11161 * gdb.base/relocate.exp: Likewise.
11162 * gdb.base/shreloc.exp: Likewise.
11163 * lib/gdb.exp (get_var_address): New.
11164
11165 2016-10-13 Yao Qi <yao.qi@linaro.org>
11166
11167 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11168 floating point tests if $skip_float_test is false.
11169
11170 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
11171
11172 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11173 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11174 argc values.
11175 Add 1 to argc so we guarantee distinct initial/modified argc values.
11176
11177 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11178
11179 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11180
11181 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11182
11183 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11184 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11185 * gdb.arch/vsx-regs.exp: Likewise.
11186
11187 2016-10-07 Yao Qi <yao.qi@linaro.org>
11188
11189 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11190
11191 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11192
11193 * gdb.python/python.exp: Test decode_line("*0").
11194
11195 2016-10-06 Doug Evans <dje@google.com>
11196
11197 * gdb.python/py-value.exp (test_value_creation): Add test for large
11198 unsigned 64-bit value.
11199
11200 2016-10-06 Tom Tromey <tom@tromey.com>
11201
11202 * gdb.compile/compile.exp: Change java tests to rust.
11203 * gdb.base/setshow.exp: Change java tests to rust.
11204 * gdb.base/default.exp: Remove java from language list.
11205 * README (Examples): Update language example.
11206 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11207 test.
11208 * lib/gdb.exp (skip_java_tests): Remove.
11209 * lib/java.exp: Remove.
11210 * gdb.java: Remove.
11211
11212 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11213
11214 * gdb.arch/mips-fcr.exp: New test.
11215 * gdb.arch/mips-fcr.c: Source for the new test.
11216
11217 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11218
11219 * gdb.base/solib-disc.exp: Use `standard_output_file'
11220 throughout.
11221
11222 2016-10-06 Pedro Alves <palves@redhat.com>
11223
11224 * gdb.base/jit-simple-dl.c: New file.
11225 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11226 * gdb.base/jit-simple.c: ... this.
11227 * gdb.base/jit-simple.exp (jit_run): Delete.
11228 (build_jit): New proc.
11229 (jit_test_reread): Recompile either the main program or the shared
11230 library, depending on what is being tested. Skip changing address
11231 if caller wants to. Compare before/after addresses. If testing
11232 standalone, explicitly load the binary. Test "maint info
11233 breakpoints".
11234 (top level): Add "standalone vs shared lib" and "change address"
11235 vs "same address" axes.
11236
11237 2016-10-06 Pedro Alves <palves@redhat.com>
11238
11239 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11240 call.
11241 (jit_run): Delete.
11242 (jit_test_reread): Use with_test_prefix. Reload the main binary
11243 explicitly. Compare the before/after addresses of the JIT
11244 descriptor.
11245
11246 2016-08-15 Doug Evans <dje@google.com>
11247
11248 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11249 for single bitfields is bool.
11250 * gdb.xml/tdesc-regs.exp: Ditto.
11251
11252 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11253
11254 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11255
11256 2016-10-05 Yao Qi <yao.qi@linaro.org>
11257
11258 * lib/gdb.exp (support_complex_tests): Return zero if
11259 gdb_skip_float_test return true.
11260
11261 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11262 Simon Marchi <simon.marchi@ericsson.com>
11263
11264 PR gdb/20487
11265 * gdb.mi/user-selected-context-sync.exp: New file.
11266 * gdb.mi/user-selected-context-sync.c: New file.
11267
11268 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11269 Simon Marchi <simon.marchi@ericsson.com>
11270
11271 PR gdb/20487
11272 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11273 =thread-select-event check.
11274
11275 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11276
11277 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11278 the compulsory L operand changes.
11279 * gdb.arch/powerpc-power.s: Likewise.
11280
11281 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11282
11283 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11284 * gdb.base/jit-attach-pie.c: New file.
11285 * gdb.base/jit-attach-pie.exp: New file.
11286
11287 2016-09-28 Pedro Alves <palves@redhat.com>
11288
11289 * gdb.base/infcall-input.c: New file.
11290 * gdb.base/infcall-input.exp: New file.
11291
11292 2016-09-22 Yao Qi <yao.qi@linaro.org>
11293
11294 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11295 (gdb_exit): Rename it to ...
11296 (gdbserver_gdb_exit): ... Close GDBserver.
11297 (gdb_exit): New proc, call gdbserver_gdb_exit.
11298 (mi_gdb_exit): Likewise.
11299
11300 2016-09-22 Yao Qi <yao.qi@linaro.org>
11301
11302 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11303 path.
11304 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11305 Remove duplication.
11306
11307 2016-09-22 Yao Qi <yao.qi@linaro.org>
11308
11309 * lib/gdbserver-support.exp: Check the existence of
11310 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11311
11312 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11313
11314 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11315
11316 2016-09-21 Tom Tromey <tom@tromey.com>
11317
11318 PR gdb/20604:
11319 * gdb.base/quit.exp: New file.
11320
11321 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11322
11323 * .gitignore: New file.
11324
11325 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11326
11327 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11328 throughout.
11329
11330 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11331
11332 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11333
11334 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11335
11336 * gdb.cp/casts.cc (decltype): Move it ...
11337 (main): ... with its call to ...
11338 * gdb.cp/casts03.cc: ... a new file.
11339 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11340
11341 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11342
11343 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11344
11345 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11346
11347 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11348 and sync up the test with tests in gas/testsuite/gas/ppc.
11349 * gdb.arch/powerpc-power.exp: Likewise.
11350
11351 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11352
11353 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11354
11355 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11356 Jan Kratochvil <jan.kratochvil@redhat.com>
11357
11358 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11359 make m1's definition to be different from m2's. Use 'dummy' as an
11360 argument for probe 'two'.
11361
11362 2016-09-10 Jon Beniston <jon@beniston.com>
11363
11364 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11365 for sim target.
11366
11367 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11368
11369 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11370 variable declaration.
11371 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11372 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11373 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11374 received HWCAP as its argument.
11375
11376 2016-09-06 Pedro Alves <palves@redhat.com>
11377
11378 * gdb.base/new-ui-pending-input.c: New file.
11379 * gdb.base/new-ui-pending-input.exp: New file.
11380 * gdb.exp (clear_gdb_spawn_id): New procedure.
11381 (with_spawn_id): Check whether gdb_spawn_id exists before
11382 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11383 on exit.
11384
11385 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11386
11387 * gdb.base/float128.c: New file.
11388 * gdb.base/float128.exp: Likewise.
11389 * gdb.base/floatn.c: Likewise.
11390 * gdb.base/floatn.exp: Likewise.
11391
11392 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11393
11394 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11395
11396 2016-09-05 Pedro Alves <palves@redhat.com>
11397
11398 PR backtrace/19927
11399 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11400 unwinders are immediately called as side effect of "source" or
11401 "disable unwinder" commands.
11402 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11403
11404 2016-09-02 Yao Qi <yao.qi@linaro.org>
11405
11406 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11407 is true and $type is "float" or "double".
11408
11409 2016-09-02 Yao Qi <yao.qi@linaro.org>
11410
11411 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11412 true.
11413 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11414 * gdb.base/call-rt-st.exp: Likewise.
11415 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11416 return value instead of gdb,skip_float_test.
11417 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11418 (do_function_calls): Use its return value instead of
11419 gdb,skip_float_test.
11420 * gdb.base/finish.exp: Likewise.
11421 * gdb.base/funcargs.exp: Likewise.
11422 * gdb.base/return.exp: Likewise.
11423 * gdb.base/return2.exp: Likewise.
11424 * gdb.base/varargs.exp: Likewise.
11425 * lib/gdb.exp (gdb_skip_float_test): Change it to
11426 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11427
11428 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11429
11430 * gdb.multi/tids.exp: Test "thread apply all".
11431
11432 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11433
11434 * gdb.base/default.exp (tty): Remove.
11435
11436 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11437
11438 * gdb.python/py-recurse-unwind.c: New file.
11439 * gdb.python/py-recurse-unwind.py: New file.
11440 * gdb.python/py-recurse-unwind.exp: New file.
11441
11442 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11443
11444 * gdb.base/set-inferior-tty.exp: New file.
11445 * gdb.base/set-inferior-tty.c: New file.
11446
11447 2016-08-23 Pedro Alves <palves@redhat.com>
11448
11449 PR gdb/20494
11450 * gdb.base/new-ui-echo.c: New file.
11451 * gdb.base/new-ui-echo.exp: New file.
11452
11453 2016-08-23 Yao Qi <yao.qi@linaro.org>
11454
11455 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11456 gdbserver_spawn.
11457 * gdb.server/connect-without-multi-process.exp (do_test):
11458 Likewise.
11459
11460 2016-08-23 Yao Qi <yao.qi@linaro.org>
11461
11462 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11463 standalone_txt. Delete gdb_txt and standalone_txt on host
11464 and target. Spawn the binary on target. Copy files from
11465 target to host.
11466
11467 2016-08-22 Pedro Alves <palves@redhat.com>
11468
11469 PR gdb/20505
11470 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11471 with_test_prefix. Factor out bits to ...
11472 (test_no_vdso): ... this new procedure.
11473
11474 2016-08-19 Carl Love <cel@us.ibm.com>
11475
11476 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11477 maintaining separate logic for constructing the output path.
11478 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11479 * gdb.arch/ppc-dfp.exp: Likewise.
11480 * gdb.arch/ppc-fp.exp: Likewise.
11481 * gdb.arch/vsx-regs.exp: Likewise.
11482 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11483 binprefix for generating the additional binary files.
11484
11485 2016-08-19 Pedro Alves <palves@redhat.com>
11486
11487 * gdb.trace/mi-trace-frame-collected.exp
11488 (test_trace_frame_collected): On x32, expect two registers.
11489
11490 2016-08-18 Carl Love <cel@us.ibm.com>
11491
11492 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11493 and sync up the test with tests in gas/testsuite/gas/ppc.
11494 * gdb.arch/powerpc-power.exp: Likewise.
11495
11496 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11497
11498 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11499 expected error message.
11500
11501 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11502
11503 * gdb.multi/remove-inferiors.exp: New file.
11504 * gdb.multi/remove-inferiors.c: New file.
11505
11506 2016-08-12 Yao Qi <yao.qi@linaro.org>
11507
11508 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11509 argument list.
11510
11511 2016-08-10 Pedro Alves <palves@redhat.com>
11512
11513 PR gdb/19187
11514 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11515 setup_kfails.
11516
11517 2016-08-09 Pedro Alves <palves@redhat.com>
11518 Simon Marchi <simon.marchi@ericsson.com>
11519
11520 PR gdb/20418
11521 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11522 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11523
11524 2016-08-09 Pedro Alves <palves@redhat.com>
11525
11526 PR mi/20431
11527 * gdb.mi/mi-cmd-error.exp: New file.
11528
11529 2016-08-09 Pedro Alves <palves@redhat.com>
11530
11531 PR gdb/18653
11532 * gdb.base/signals-state-child.c: New file.
11533 * gdb.base/signals-state-child.exp: New file.
11534 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11535
11536 2016-08-09 Pedro Alves <palves@redhat.com>
11537
11538 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11539
11540 2016-08-03 Tom Tromey <tom@tromey.com>
11541
11542 PR python/18565:
11543 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11544
11545 2016-08-01 Yao Qi <yao.qi@linaro.org>
11546
11547 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11548 variable mode to "multi-process" if $multi_process is 1, otherwise
11549 set it to "single-process".
11550
11551 2016-08-01 Yao Qi <yao.qi@linaro.org>
11552
11553 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11554 * gdb.cp/cpexprs.exp: Likewise.
11555 * gdb.cp/m-static.exp: Likewise.
11556
11557 2016-07-26 Tom Tromey <tom@tromey.com>
11558
11559 PR python/20190:
11560 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11561 test.
11562
11563 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11564
11565 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11566 selecting assembly source files.
11567 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11568 assembly source files.
11569 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11570 assembly source files.
11571 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11572 selecting assembly source files.
11573
11574 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11575
11576 * gdb.base/new-ui.exp (do_test_invalid_args): New
11577 procedure.
11578
11579 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11580
11581 * gdb.btrace/reconnect.c: New file.
11582 * gdb.btrace/reconnect.exp: New file.
11583
11584 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11585
11586 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11587 to test_catch_syscall_group.
11588 (test_catch_syscall_group): New.
11589
11590 2016-07-21 Tom Tromey <tom@tromey.com>
11591
11592 * gdb.rust/simple.rs (main): Use empty struct expression.
11593 * gdb.rust/simple.exp: Add tests for empty struct expression.
11594
11595 2016-07-21 Yao Qi <yao.qi@linaro.org>
11596
11597 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11598 if gdb_skip_xml_test is true on some targets.
11599
11600 2016-07-21 Yao Qi <yao.qi@linaro.org>
11601
11602 * gdb.server/solib-list.exp: Unset last_loaded_file.
11603
11604 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11605
11606 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11607 "step into captured_main (args)".
11608
11609 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11610
11611 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11612
11613 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11614
11615 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11616
11617 2016-07-19 Pedro Alves <palves@redhat.com>
11618
11619 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11620 * gdb.opt/inline-bt.exp: Likewise.
11621 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11622 additional_flags=-Winline.
11623 * gdb.opt/inline-locals.exp: Likewise.
11624 * gdb.opt/inline-markers.c (ATTR): Define.
11625 (inlined_fn): Use it.
11626
11627 2016-07-19 Yao Qi <yao.qi@linaro.org>
11628
11629 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11630 (test_with_self): Remove some code. Remove argument executable.
11631 (top-level): Use do_self_tests.
11632
11633 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
11634 Don Breazeal <donb@codesourcery.com>
11635
11636 * gdb.base/maint.exp: Escape paths used in regular expressions.
11637 * gdb.stabs/weird.exp: Likewise.
11638
11639 2016-07-13 Tom Tromey <tom@tromey.com>
11640
11641 PR python/15620, PR python/18620:
11642 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11643 (test_bkpt_events): New procs.
11644
11645 2016-07-13 Tom Tromey <tom@tromey.com>
11646
11647 PR python/17698:
11648 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11649 test.
11650 (test_watchpoints): Likewise.
11651 (test_bkpt_pending): New proc.
11652
11653 2016-07-13 Tom Tromey <tom@tromey.com>
11654
11655 PR cli/18053:
11656 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11657 completion test.
11658
11659 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11660
11661 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11662 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11663 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11664 f_label.
11665 (g): Rename g_end_lbl to g_label.
11666 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11667 low_pc and high_pc.
11668 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11669
11670 2016-07-12 Tom Tromey <tom@tromey.com>
11671
11672 PR python/19293:
11673 * gdb.python/py-unwind-maint.exp: Update tests.
11674
11675 2016-07-12 Yao Qi <yao.qi@linaro.org>
11676
11677 * lib/selftest-support.exp (selftest_setup): Match the output
11678 when captured_main is inlined.
11679
11680 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11681
11682 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11683 New variables.
11684 (print this%a, print this%b, print this): New tests.
11685 * gdb.fortran/derived-types.f90 (this): New object and
11686 initialization.
11687
11688 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11689
11690 * gdb.ada/arraydim.exp: Remove extra directory level in build
11691 directory.
11692
11693 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11694
11695 * lib/ada.exp: Remove extra directory level in build directory.
11696 * gdb.ada/cond_lang.exp: Likewise.
11697 * gdb.ada/exec_changed.exp: Likewise.
11698 * gdb.ada/lang_switch.exp: Likewise.
11699
11700 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11701
11702 * simple.rs: Add test for raw pointer subscripting.
11703 * simple.exp: Add test expectations.
11704
11705 2016-07-05 Yao Qi <yao.qi@linaro.org>
11706
11707 * gdb.mi/mi-reverse.exp: Match =record-started output.
11708
11709 2016-07-01 Pedro Alves <palves@redhat.com>
11710
11711 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11712 procedure.
11713 (jit_reader_test): Test the jit reader's unwinder.
11714 * gdb.base/jithost.c (jit_function_00_code): New global.
11715 (main): Use memcpy to fill in the mmapped code, instead of poking
11716 bytes manually here.
11717 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11718 value.
11719 (read_debug_info): Save the function's range.
11720 (read_sp): New function.
11721 (unwind_frame): Use it. Also unwind RBP.
11722 (get_frame_id): Use read_sp.
11723 (gdb_init_reader): Use calloc instead of malloc.
11724 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11725 parameter. Use gdb_test_multiple.
11726
11727 2016-07-01 Pedro Alves <palves@redhat.com>
11728 Antoine Tremblay <antoine.tremblay@ericsson.com>
11729
11730 * gdb.threads/process-dies-while-detaching.c: New file.
11731 * gdb.threads/process-dies-while-detaching.exp: New file.
11732
11733 2016-07-01 Pedro Alves <palves@redhat.com>
11734
11735 * gdb.multi/watchpoint-multi-exit.c: New file.
11736 * gdb.multi/watchpoint-multi-exit.exp: New file.
11737
11738 2016-06-30 Pedro Alves <palves@redhat.com>
11739
11740 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11741 unset inferior_spawn_id.
11742
11743 2016-06-30 Pedro Alves <palves@redhat.com>
11744
11745 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11746 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11747
11748 2016-06-29 Yao Qi <yao.qi@linaro.org>
11749
11750 * gdb.base/return.c: Add copyright header.
11751
11752 2016-06-29 Tom Tromey <tom@tromey.com>
11753
11754 PR python/20129:
11755 * gdb.python/py-framefilter.exp: Add tests for setting priority
11756 and disabling of non-existent frame filter.
11757
11758 2016-06-29 Yao Qi <yao.qi@linaro.org>
11759
11760 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11761 0x0f07ff.
11762
11763 2016-06-28 Yao Qi <yao.qi@linaro.org>
11764
11765 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11766 triplets. Start gdb, execute catch syscall, and continue. Check
11767 gdb's output to determine catch syscall is supported.
11768
11769 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11770
11771 * gdb.rust/simple.rs: Add test for returning unit in a function.
11772 * gdb.rust/simple.exp: Add expectation for functions returning
11773 unit.
11774
11775 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11776
11777 * gdb.python/py-breakpoint-create-fail.c,
11778 gdb.python/py-breakpoint-create-fail.exp,
11779 gdb.python/py-breakpoint-create-fail.py: New testcase.
11780
11781 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11782
11783 PR gdb/20239
11784 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11785 * gdb.rust/simple.exp: Add test expectations for new NonZero
11786 tests.
11787
11788 2016-06-24 David Taylor <dtaylor@emc.com>
11789
11790 * gdb.base/offsets.exp: New file.
11791 * gdb.base/offsets.c: New file.
11792
11793 2016-06-23 Tom Tromey <tom@tromey.com>
11794
11795 PR gdb/16483:
11796 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11797 before any filters are loaded.
11798
11799 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11800
11801 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11802 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11803 structs.
11804 * gdb.fortran/derived-type-function.exp: New file.
11805 * gdb.fortran/derived-type-function.f90: New file.
11806
11807
11808 2016-06-21 Pedro Alves <palves@redhat.com>
11809
11810 * gdb.base/new-ui.exp: New file.
11811 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11812 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11813 (with_spawn_id): New procedure.
11814
11815 2016-06-21 Pedro Alves <palves@redhat.com>
11816
11817 * gdb.mi/mi-exec-run.exp: New file.
11818
11819 2016-06-21 Pedro Alves <palves@redhat.com>
11820
11821 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11822 breakpoint command's output on the main UI.
11823 (test_break): New procedure, factored out from calls in the top
11824 level.
11825 (top level): Use foreach_with_prefix to test MI as main UI and as
11826 separate UI.
11827
11828 2016-06-21 Pedro Alves <palves@redhat.com>
11829
11830 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11831 (test_awatch_creation_and_listing)
11832 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11833 Remove 'type' parameter.
11834 (test_watchpoint_all): New parameter mi_mode. Remove
11835 with_test_prefix.
11836 (top level): Use foreach_with_prefix, and add main/separate UI MI
11837 testing axis.
11838
11839 2016-06-21 Pedro Alves <palves@redhat.com>
11840
11841 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11842 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11843 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11844 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11845 (gdb_main_spawn_id, mi_spawn_id): Declare and
11846 comment.
11847 (mi_create_inferior_pty): New procedure,
11848 factored out from default_mi_gdb_start.
11849 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11850 procedures.
11851 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11852 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11853 Use mi_create_inferior_pty.
11854 (mi_gdb_start): Use eval to pass down args list.
11855
11856 2016-06-21 Pedro Alves <palves@redhat.com>
11857
11858 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11859 * gdb.opt/inline-cmds.exp: Add MI tests.
11860
11861 2016-06-21 Pedro Alves <palves@redhat.com>
11862
11863 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11864
11865 2016-06-21 Pedro Alves <palves@redhat.com>
11866
11867 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11868 (top level): Use it instead of mi_execute_to.
11869
11870 2016-06-21 Pedro Alves <palves@redhat.com>
11871
11872 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11873 (cont_handler_str): New.
11874 (signal_stop_handler): Set stop_handler_str instead of printing to
11875 stdout.
11876 (continue_handler): Set cont_handler_str instead of printing to
11877 stdout.
11878 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11879 mi_send_resuming_command. Print stop_handler_str and
11880 cont_handler_str instead of expecting the python events print
11881 directly.
11882
11883 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11884
11885 * gdb.base/jit-reader.exp: New file.
11886 * gdb.base/jithost.c: New file.
11887 * gdb.base/jithost.h: New file.
11888 * gdb.base/jitreader.c : New file.
11889 * gdb.base/jit-protocol.h: New file.
11890
11891 2016-06-17 Yao Qi <yao.qi@linaro.org>
11892
11893 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11894 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11895 and detach-on-fork. Adjust tests.
11896 (top level): Invoke break_cond_on_syscall with combinations of
11897 syscall, follow-fork-mode and detach-on-fork.
11898
11899 2016-06-17 Yao Qi <yao.qi@linaro.org>
11900
11901 * gdb.base/step-over-exit.c: New.
11902 * gdb.base/step-over-exit.exp: New.
11903
11904 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11905
11906 * gdb.base/float.exp: Add target check for nds32*-*-*.
11907 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11908
11909 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11910
11911 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11912 for unsupported target features.
11913 * gdb.base/call-rt-st.exp: Likewise.
11914 * gdb.base/call-sc.exp: Likewise.
11915 * gdb.base/call-signal-resume.exp: Likewise.
11916 * gdb.base/call-strs.exp: Likewise.
11917 * gdb.base/callexit.exp: Likewise.
11918 * gdb.base/callfuncs.exp: Likewise.
11919 * gdb.base/nodebug.exp: Likewise.
11920 * gdb.base/printcmds.exp: Likewise.
11921 * gdb.base/ptype.exp: Likewise.
11922 * gdb.base/structs.exp: Likewise.
11923 * gdb.base/unwindonsignal.exp: Likewise.
11924 * gdb.cp/gdb2495.exp: Likewise.
11925 * gdb.cp/templates.exp: Likewise.
11926 * gdb.cp/virtfunc.exp: Likewise.
11927 * gdb.threads/hand-call-in-threads.exp: Likewise.
11928 * gdb.threads/interrupted-hand-call.exp: Likewise.
11929 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11930
11931 2016-06-10 Tom Tromey <tom@tromey.com>
11932
11933 PR rust/20110:
11934 * gdb.rust/expr.exp: Add test for integer constant larger than
11935 i32.
11936
11937 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11938
11939 * gdb.fortran/nested-funcs.exp: New.
11940 * gdb.fortran/nested-funcs.f90: New.
11941
11942 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11943
11944 * gdb.base/examine-backward.c: New file.
11945 * gdb.base/examine-backward.exp: New file.
11946
11947 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11948
11949 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11950 matching.
11951
11952 2016-06-02 Tom Tromey <tom@tromey.com>
11953
11954 PR python/18984:
11955 * gdb.python/py-shared.exp: Add solib_name test.
11956
11957 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11958
11959 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11960
11961 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11962
11963 PR c++/19893
11964 * gdb.dwarf2/implref.exp: Rename to...
11965 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11966 * gdb.dwarf2/implref-array.c: New file.
11967 * gdb.dwarf2/implref-array.exp: Likewise.
11968 * gdb.dwarf2/implref-global.c: Likewise.
11969 * gdb.dwarf2/implref-global.exp: Likewise.
11970 * gdb.dwarf2/implref-struct.c: Likewise.
11971 * gdb.dwarf2/implref-struct.exp: Likewise.
11972
11973 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11974
11975 * gdb.trace/trace-condition.exp: Add 64bit tests.
11976
11977 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11978
11979 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11980 bits types.
11981 (main): Adapt to 8 to 64 bits types.
11982 * gdb.trace/trace-condition.exp: Add new tests.
11983
11984 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11985
11986 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11987
11988 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11989
11990 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11991 Move condition tests...
11992 * gdb.trace/trace-condition.exp: Here.
11993
11994 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11995
11996 * gdb.trace/trace-condition.exp: Add counter-case tests.
11997
11998 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11999
12000 PR c++/15231
12001 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12002 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12003
12004 2016-05-27 Pedro Alves <palves@redhat.com>
12005
12006 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12007 New procedure.
12008 (top level): Call it, and bail out of DejaGnu is known to be bad.
12009
12010 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12011
12012 * gdb.base/whatis.c: Extend the test case.
12013 * gdb.base/whatis.exp: Add additional tests.
12014
12015 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12016
12017 * gdb.fortran/type.f90: Add pointer variable.
12018 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12019
12020 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12021
12022 * gdb.fortran/vla-type.exp: Fix testcase name.
12023
12024 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12025
12026 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12027
12028 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12029
12030 * gdb.fortran/type.f90: Add nested structures.
12031 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12032 * gdb.fortran/derived-type.exp: Adapt expected output.
12033 * gdb.fortran/vla-type.exp: Adapt expected output.
12034
12035 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12036
12037 * gdb.fortran/whatis_type.exp: Adapt expected output.
12038
12039 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12040
12041 * gdb.fortran/print_type.exp: Fix expected output.
12042 * gdb.fortran/whatis_type.exp: Fix expected output.
12043
12044 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12045
12046 * gdb.fortran/whatis_type.exp: Use multi_line.
12047
12048 2016-05-24 Tom Tromey <tom@tromey.com>
12049
12050 PR python/17386:
12051 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12052 use value as an index.
12053
12054 2016-05-23 Tom Tromey <tom@tromey.com>
12055
12056 PR python/17981:
12057 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12058 no-breakpoint case.
12059
12060 2016-05-24 Pedro Alves <palves@redhat.com>
12061
12062 PR gdb/19828
12063 * gdb.threads/clone-attach-detach.c: New file.
12064 * gdb.threads/clone-attach-detach.exp: New file.
12065
12066 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12067
12068 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12069
12070 2016-05-23 Tom Tromey <tom@tromey.com>
12071
12072 PR python/19438, PR python/18393:
12073 * gdb.python/py-progspace.exp: Add "dir" test.
12074 * gdb.python/py-objfile.exp: Add "dir" test.
12075
12076 2016-05-23 Yao Qi <yao.qi@linaro.org>
12077
12078 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12079 * gdb.arch/thumb2-it.exp: Likewise.
12080
12081 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12082
12083 * gdb.mi/mi-threads-interrupt.c: New file.
12084 * gdb.mi/mi-threads-interrupt.exp: New file.
12085
12086 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12087
12088 PR gdb/18077
12089 * gdb.mi/mi-async-run.exp: New file.
12090 * gdb.mi/mi-async-run.c: New file.
12091
12092 2016-05-17 Tom Tromey <tom@tromey.com>
12093 Manish Goregaokar <manishsmail@gmail.com>
12094
12095 * lib/rust-support.exp: New file.
12096 * lib/gdb.exp (skip_rust_tests): New proc.
12097 (build_executable_from_specs): Handle rust.
12098 * lib/future.exp (gdb_find_rustc): New proc.
12099 (gdb_default_target_compile): Handle rust.
12100 * gdb.rust/expr.exp: New file.
12101 * gdb.rust/generics.exp: New file.
12102 * gdb.rust/generics.rs: New file.
12103 * gdb.rust/methods.exp: New file.
12104 * gdb.rust/methods.rs: New file.
12105 * gdb.rust/modules.exp: New file.
12106 * gdb.rust/modules.rs: New file.
12107 * gdb.rust/simple.exp: New file.
12108 * gdb.rust/simple.rs: New file.
12109
12110 2016-05-17 Tom Tromey <tom@tromey.com>
12111
12112 * gdb.base/default.exp (set language): Add rust.
12113
12114 2016-05-17 Tom Tromey <tom@tromey.com>
12115
12116 * gdb.gdb/unittest.exp: New file.
12117
12118 2016-05-16 Yao Qi <yao.qi@linaro.org>
12119
12120 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12121 shell_prompt. Update shell_prompt_re.
12122
12123 2016-05-12 Doug Evans <dje@google.com>
12124
12125 PR symtab/19999
12126 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12127 $options when building executable.
12128 * gdb.dwarf2/fission-loclists-pie.S: New file.
12129 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12130
12131 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12132
12133 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12134 of [is_remote target],
12135
12136 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12137
12138 * lib/gdb.exp (use_gdb_stub): New procedure.
12139
12140 2016-05-03 Yunlian Jiang <yunlian@google.com>
12141 Doug Evans <dje@google.com>
12142
12143 PR symtab/19914
12144 * gdb.dwarf2/dwp-sepdebug.c: New file.
12145 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12146
12147 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12148
12149 * gdb.base/detach.exp: Remove is_remote check.
12150
12151 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12152
12153 * gdb.base/annota-input-while-running.exp: Don't check for
12154 [is_remote target]. Enable annotations after running to main.
12155 Remove unused "set test..." line.
12156
12157 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12158
12159 * gdb.trace/trace-enable-disable.exp: New file.
12160 * gdb.trace/trace-enable-disable.c: New file.
12161
12162 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12163
12164 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12165 use it in info sharedlibrary test.
12166 * gdb.trace/ftrace-lock.exp: Likewise.
12167 * gdb.trace/ftrace.exp: Likewise.
12168 * gdb.trace/range-stepping.exp: Likewise.
12169 * gdb.trace/trace-break.exp: Likewise.
12170 * gdb.trace/trace-condition.exp: Likewise.
12171 * gdb.trace/trace-mt.exp: Likewise.
12172
12173 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12174
12175 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12176 (gdb_load_shlib): ... this.
12177 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12178 gdb_load_shlib.
12179 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12180 * gdb.base/ctxobj.exp: Likewise.
12181 * gdb.base/dprintf-pending.exp: Likewise.
12182 * gdb.base/dso2dso.exp: Likewise.
12183 * gdb.base/fixsection.exp: Likewise.
12184 * gdb.base/gcore-relro.exp: Likewise.
12185 * gdb.base/gdb1555.exp: Likewise.
12186 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12187 * gdb.base/gnu-ifunc.exp: Likewise.
12188 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12189 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12190 * gdb.base/pending.exp: Likewise.
12191 * gdb.base/print-file-var.exp: Likewise.
12192 * gdb.base/print-symbol-loading.exp: Likewise.
12193 * gdb.base/shlib-call.exp: Likewise.
12194 * gdb.base/shreloc.exp: Likewise.
12195 * gdb.base/so-impl-ld.exp: Likewise.
12196 * gdb.base/solib-disc.exp: Likewise.
12197 * gdb.base/solib-nodir.exp: Likewise.
12198 * gdb.base/solib-overlap.exp: Likewise.
12199 * gdb.base/solib-symbol.exp: Likewise.
12200 * gdb.base/solib-weak.exp (do_test): Likewise.
12201 * gdb.base/sym-file.exp: Likewise.
12202 * gdb.base/symtab-search-order.exp: Likewise.
12203 * gdb.base/type-opaque.exp: Likewise.
12204 * gdb.base/unload.exp: Likewise.
12205 * gdb.base/watchpoint-solib.exp: Likewise.
12206 * gdb.compile/compile.exp: Likewise.
12207 * gdb.cp/gdb2384.exp: Likewise.
12208 * gdb.cp/infcall-dlopen.exp: Likewise.
12209 * gdb.cp/re-set-overloaded.exp: Likewise.
12210 * gdb.fortran/library-module.exp: Likewise.
12211 * gdb.opt/solib-intra-step.exp: Likewise.
12212 * gdb.python/py-finish-breakpoint.exp: Likewise.
12213 * gdb.python/py-shared.exp: Likewise.
12214 * gdb.reverse/solib-precsave.exp: Likewise.
12215 * gdb.reverse/solib-reverse.exp: Likewise.
12216 * gdb.server/solib-list.exp: Likewise.
12217 * gdb.threads/dlopen-libpthread.exp: Likewise.
12218 * gdb.threads/tls-shared.exp: Likewise.
12219 * gdb.threads/tls-so_extern.exp: Likewise.
12220 * gdb.trace/change-loc.exp: Likewise.
12221 * gdb.trace/ftrace-lock.exp: Likewise.
12222 * gdb.trace/ftrace.exp: Likewise.
12223 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12224 * gdb.trace/pending.exp: Likewise.
12225 * gdb.trace/range-stepping.exp: Likewise.
12226 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12227 (strace_info_marker): Likewise.
12228 (strace_probe_marker): Likewise.
12229 (strace_trace_on_same_addr): Likewise.
12230 (strace_trace_on_diff_addr): Likewise.
12231 * gdb.trace/trace-break.exp: Likewise.
12232 * gdb.trace/trace-condition.exp: Likewise.
12233 * gdb.trace/trace-mt.exp: Likewise.
12234
12235 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12236
12237 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12238 result of gdb_remote_download.
12239 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12240 * gdb.base/dso2dso.exp: Likewise.
12241 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12242 * gdb.base/print-file-var.exp: Likewise.
12243 * gdb.base/shlib-call.exp: Likewise.
12244 * gdb.base/shreloc.exp: Likewise.
12245 * gdb.base/solib-overlap.exp: Likewise.
12246 * gdb.base/solib-weak.exp (do_test): Likewise.
12247 * gdb.base/unload.exp: Likewise.
12248
12249 2016-04-27 Yao Qi <yao.qi@linaro.org>
12250
12251 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12252 exists.
12253
12254 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12255
12256 * vla-type.exp: Print structure from toplevel.
12257
12258 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12259
12260 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12261 of dynamic types.
12262 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12263 of dynamic types.
12264
12265 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12266
12267 * gdb.fortran/vla-type.f90: New file.
12268 * gdb.fortran/vla-type.exp: New file.
12269
12270 2016-04-25 Yao Qi <yao.qi@linaro.org>
12271
12272 * gdb.base/branch-to-self.c: New file.
12273 * gdb.base/branch-to-self.exp: New file.
12274
12275 2016-04-22 Yao Qi <yao.qi@linaro.org>
12276
12277 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12278 more after $hex.
12279
12280 2016-04-22 Yao Qi <yao.qi@linaro.org>
12281
12282 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12283 * gdb.base/annota3.exp: Likewise.
12284
12285 2016-04-22 Yao Qi <yao.qi@linaro.org>
12286
12287 * gdb.reverse/step-precsave.exp: Do one step and test program
12288 stops in "callee" and do multiple steps until program goes out
12289 of "callee".
12290 * gdb.reverse/step-reverse.exp: Likewise.
12291
12292 2016-04-22 Yao Qi <yao.qi@linaro.org>
12293
12294 * gdb.trace/signal.exp: Also pass if
12295 $tracepoint_hits($i) > $iterations.
12296
12297 2016-04-22 Yao Qi <yao.qi@linaro.org>
12298
12299 * gdb.trace/signal.c: New file.
12300 * gdb.trace/signal.exp: New file.
12301
12302 2016-04-19 Doug Evans <xdje42@gmail.com>
12303
12304 * gdb.base/bad-file.exp: New file.
12305
12306 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12307
12308 * gdb.dwarf2/implref.exp: New file.
12309
12310 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12311
12312 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12313 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12314 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12315 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12316 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12317 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12318 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12319 * lib/fortran.exp (fortran_int4): New procedure.
12320 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12321 (fortran_logical4): Likewise.
12322
12323 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12324
12325 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12326
12327 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12328
12329 * lib/compiler.c: Add Intel specific preprocessor macros.
12330 * lib/compiler.cc: Likewise.
12331
12332 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
12333
12334 * gdb.server/connect-with-no-symbol-file.c: New file.
12335 * gdb.server/connect-with-no-symbol-file.exp: New file.
12336
12337 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12338
12339 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12340
12341 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12342
12343 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12344 standard output directory.
12345
12346 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12347
12348 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12349
12350 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12351
12352 * gdb.btrace/instruction_history.c (loop): Add declaration.
12353
12354 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12355
12356 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12357
12358 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12359
12360 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12361 parentheses to print.
12362 (continue_handler): Likewise.
12363
12364 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12365
12366 * gdb.server/solib-list.exp: Remove is_remote check.
12367 Pass shlib= to gdb_compile. Don't link shared library with
12368 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12369 Run binary filename through "readlink -f" on the target.
12370
12371 2016-04-08 Pedro Alves <palves@redhat.com>
12372
12373 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12374 interpreter filename as argument to gdbserver_spawn.
12375 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12376 Return empty if $last_loaded_file does not exist.
12377
12378 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12379
12380 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12381 * gdb.base/jit-main.c: Use exit after usage.
12382
12383 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12384
12385 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12386 GDBHISTSIZE prior to the tests.
12387 * gdb.base/gdbinit-history.exp: Likewise.
12388
12389 2016-04-07 Pedro Alves <palves@redhat.com>
12390
12391 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12392 instead of build_executable. Use gdb_load_shlibs.
12393
12394 2016-04-07 Yao Qi <yao.qi@linaro.org>
12395
12396 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12397 Execute "si" command.
12398
12399 2016-04-07 Yao Qi <yao.qi@linaro.org>
12400
12401 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12402 number instead of the comments on some line.
12403
12404 2016-04-06 Don Breazeal <donb@codesourcery.com>
12405
12406 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12407 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12408
12409 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12410
12411 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12412 standard_output_file. Remove unused binfile variable.
12413
12414 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
12415
12416 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12417 * gdb.python/py-mi-objfile.exp: Match "list main" output
12418 in console format.
12419
12420 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12421
12422 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12423 absolute.
12424
12425 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12426
12427 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12428 absolute.
12429 * gdb.trace/ftrace.exp: Likewise.
12430 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12431 targets as well.
12432 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12433 (gdb_load_shlibs): Copy libraries to test directory when testing
12434 natively. Only set solib-search-path if testing remotely.
12435 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12436
12437 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12438
12439 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12440 gdb_download. Use it even if the target is not remote.
12441 * gdb.base/jit.exp (compile_jit_test): Likewise.
12442 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12443 output directory if the destination board is local, otherwise use
12444 the standard remote_download from DejaGnu.
12445 (gdb_download): Remove.
12446 (gdb_load_shlibs): Use gdb_remote_download instead of
12447 gdb_download.
12448 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12449 Use gdb_remote_download instead of gdb_download. Use it even if
12450 the target is not remote.
12451 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12452 instead of gdb_download.
12453
12454 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12455
12456 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12457 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12458 run.
12459
12460 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12461
12462 PR gdb/19820
12463 * gdb.base/printcmds.exp: Add artificial arrays tests.
12464
12465 2016-03-31 Pedro Alves <palves@redhat.com>
12466
12467 PR gdb/19858
12468 * gdb.base/jit-main.c: Include unistd.h.
12469 (ATTACH): Define to 0 if not already defined.
12470 (wait_for_gdb, mypid): New globals.
12471 (WAIT_FOR_GDB): New macro.
12472 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12473 some breakpoint locations.
12474 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12475 New procedures.
12476 (one_jit_test): Add REATTACH parameter, and handle it. Use
12477 continue_to_test_location.
12478 (top level): Test attach, and adjusts calls to one_jit_test.
12479
12480 2016-03-31 Pedro Alves <palves@redhat.com>
12481
12482 PR gdb/19858
12483 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12484 BINSUFFIX parameter, and handle it.
12485 (top level): Adjust calls compile_jit_test.
12486
12487 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12488
12489 PR python/19743
12490 * gdb.python/py-mi-events-gdb.py: New file.
12491 * gdb.python/py-mi-events.c: New file.
12492 * gdb.python/py-mi-events.exp: New file.
12493
12494 2016-03-30 Yao Qi <yao.qi@linaro.org>
12495
12496 * gdb.reverse/until-precsave.exp: Match function name only.
12497 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12498 Move malloc to a condition block.
12499 * gdb.reverse/until-reverse.exp: Match function name only.
12500
12501 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12502
12503 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12504 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12505 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12506 variable for GPR 0 instead of assuming it is register 0.
12507 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12508 * lib/trace-support.exp: Add s390 registers.
12509
12510 2016-03-29 Yao Qi <yao.qi@linaro.org>
12511
12512 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12513
12514 2016-03-24 Yao Qi <yao.qi@linaro.org>
12515
12516 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12517 test message.
12518
12519 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12520
12521 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12522 maintaining separate logic for constructing the output path.
12523
12524 2016-03-16 Don Breazeal <donb@codesourcery.com>
12525
12526 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12527 Retry fork and waitpid on interrupted system call errors.
12528 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12529 Use with_timeout_factor to increase timeout by factor of 10.
12530
12531 2016-03-15 Don Breazeal <donb@codesourcery.com>
12532
12533 * gdb.cp/scope-err.cc: New test program.
12534 * gdb.cp/scope-err.exp: New test script.
12535 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12536 lines and "set breakpoint here" comment.
12537 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12538 Fixed some whitespace and format issues.
12539 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12540 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12541
12542 2016-03-15 Doug Evans <dje@google.com>
12543
12544 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12545 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12546 All callers updated. Add tests for enums, mixed flags register.
12547
12548 2016-03-15 Doug Evans <dje@google.com>
12549
12550 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12551 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12552
12553 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12554
12555 * gdb.base/default.exp: Add $_as_string to the list of expected
12556 convenience functions.
12557
12558 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12559
12560 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12561
12562 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12563
12564 * gdb.python/py-as-string.exp: New file.
12565 * gdb.python/py-as-string.c: New file.
12566
12567 2016-03-09 Pedro Alves <palves@redhat.com>
12568
12569 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12570 signal" -> "Thread NN received signal" output change.
12571 * gdb.threads/ia64-sigill.exp: Likewise.
12572 * gdb.threads/linux-dp.exp: Likewise.
12573 * gdb.threads/manythreads.exp: Likewise.
12574 * gdb.threads/pending-step.exp: Likewise.
12575 * gdb.threads/print-threads.exp: Likewise.
12576 * gdb.threads/sigstep-threads.exp: Likewise.
12577 * gdb.threads/staticthreads.exp: Likewise.
12578 * gdb.threads/tls.exp: Likewise.
12579
12580 2016-03-09 Pedro Alves <palves@redhat.com>
12581
12582 * gdb.base/command-line-input.exp: New file.
12583
12584 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12585
12586 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12587 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12588 * gdb.trace/pending.exp: Accept leading dot before function name.
12589 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12590 * lib/trace-support.exp: Set registers for ppc.
12591
12592 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12593
12594 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12595 use it for disassembly; accept .main in addition to main in backtrace.
12596
12597 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
12598 Marcin Kościelnicki <koriakin@0x04.net>
12599
12600 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12601 (gdb_recursion_test_ptr): New global variable.
12602 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12603 gdb_recursion_test.
12604 (gdb_c_test): Ditto.
12605
12606 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12607
12608 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12609 ordering.
12610
12611 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12612
12613 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12614 (bar): Add bar_start_lbl label.
12615 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12616 of foo/bar for emitting DWARF and tracing.
12617
12618 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12619
12620 * analyze-racy-logs.py: Set executable bit.
12621
12622 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12623
12624 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12625 (CHECK_TARGET_TMP): Likewise.
12626 (check-single-racy): New rule.
12627 (check-parallel-racy): Likewise.
12628 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12629 (do-check-parallel-racy): New rule.
12630 (check-racy/%.exp): Likewise.
12631 * README (Racy testcases): New section.
12632 * analyze-racy-logs.py: New file.
12633
12634 2016-03-03 Doug Evans <dje@google.com>
12635
12636 * gdb.base/skip.exp: Use with_test_prefix.
12637
12638 2016-03-03 Yao Qi <yao.qi@linaro.org>
12639
12640 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12641 Invoke step_over_syscall "clone" and break_cond_on_syscall
12642 "clone".
12643 * gdb.base/step-over-clone.c: New file.
12644
12645 2016-03-03 Yao Qi <yao.qi@linaro.org>
12646
12647 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12648 code format.
12649
12650 2016-03-03 Yao Qi <yao.qi@linaro.org>
12651
12652 * gdb.base/disp-step-fork.c: Rename to ...
12653 * gdb.base/step-over-fork.c: ... it. New file.
12654 * gdb.base/disp-step-vfork.c: Rename to ...
12655 * gdb.base/step-over-vfork.c: ... it. New file.
12656 * gdb.base/disp-step-syscall.exp: Rename to ...
12657 * gdb.base/step-over-syscall.exp: ... it. New file.
12658 (disp_step_cross_syscall): Rename to ...
12659 (step_over_syscall): ... it.
12660
12661 2016-03-03 Yao Qi <yao.qi@linaro.org>
12662
12663 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12664 If target supports condition evaluation on target, invoke
12665 break_cond_on_syscall for fork and vfork.
12666
12667 2016-03-03 Yao Qi <yao.qi@linaro.org>
12668
12669 * gdb.base/disp-step-syscall.exp: Don't invoke
12670 support_displaced_stepping.
12671 (disp_step_cross_syscall): Test with displaced stepping off and
12672 on if supported.
12673
12674 2016-03-03 Yao Qi <yao.qi@linaro.org>
12675
12676 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12677 proc.
12678 (setup): New proc.
12679 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12680 and setup.
12681
12682 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12683
12684 * gdb.fortran/vla-history.exp: Remove breakpoint.
12685
12686 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12687
12688 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12689 exceeds timeout.
12690
12691 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12692
12693 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12694 breakpoint.
12695
12696 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12697
12698 * gdb.mi/vla.f90: Nullify pointer after declaration.
12699
12700 2016-03-01 Pedro Alves <palves@redhat.com>
12701
12702 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12703
12704 2016-03-01 Pedro Alves <palves@redhat.com>
12705
12706 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12707 before anything else.
12708 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12709 _GNU_SOURCE here.
12710 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12711 before anything else.
12712 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12713
12714 2016-03-01 Pedro Alves <palves@redhat.com>
12715
12716 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12717
12718 2016-03-01 Yao Qi <yao.qi@linaro.org>
12719
12720 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12721 prepare_for_testing.
12722
12723 2016-03-01 Yao Qi <yao.qi@linaro.org>
12724
12725 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12726
12727 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12728
12729 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12730 manually constructing the output path.
12731
12732 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12733
12734 * gdb.arch/s390-stackless.S: New.
12735 * gdb.arch/s390-stackless.exp: New.
12736
12737 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12738
12739 * gdb.dlang/circular.c: New file.
12740 * gdb.dlang/circular.exp: New file.
12741
12742 2016-02-26 Yao Qi <yao.qi@linaro.org>
12743
12744 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12745 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12746 (testcases): Update.
12747
12748 2016-02-26 Yao Qi <yao.qi@linaro.org>
12749
12750 * gdb.reverse/aarch64.c: Rename to ...
12751 * gdb.reverse/insn-reverse.c: ... it.
12752 * gdb.reverse/aarch64.exp: Rename to ...
12753 * gdb.reverse/insn-reverse.exp: ... it.
12754
12755 2016-02-26 Yao Qi <yao.qi@linaro.org>
12756
12757 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12758 (testcase_ftype): New.
12759 (testcases): New array.
12760 (n_testcases): New.
12761 (main): Call each element in testcases.
12762 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12763 (read_testcase): New.
12764 Do the tests in a loop.
12765
12766 2016-02-25 Yao Qi <yao.qi@linaro.org>
12767
12768 * gdb.base/branches.c: Remove.
12769
12770 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12771
12772 PR gdb/13808
12773 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12774
12775 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12776
12777 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12778
12779 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12780
12781 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12782 change x86_64 call_insn to 'callq'.
12783
12784 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12785
12786 * gdb.trace/tfile-avx.c: Move to...
12787 * gdb.trace/tracefile-pseudo-reg.c: Here.
12788 * gdb.trace/tfile-avx.exp: Move to...
12789 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12790
12791 2016-02-24 Gary Benson <gbenson@redhat.com>
12792
12793 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12794 message on attach.
12795
12796 2016-02-23 Doug Evans <dje@google.com>
12797
12798 * gdb.base/skip.c (test_skip): New function.
12799 (end_test_skip_file_and_function): New function.
12800 (test_skip_file_and_function): New function.
12801 * gdb.base/skip1.c (test_skip): New function.
12802 (skip1_test_skip_file_and_function): New function.
12803 * gdb.base/skip.exp: Add tests for new skip options.
12804 * gdb.base/skip-solib.exp: Update expected output.
12805 * gdb.perf/skip-command.cc: New file.
12806 * gdb.perf/skip-command.exp: New file.
12807 * gdb.perf/skip-command.py: New file.
12808
12809 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12810
12811 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12812 info registers pattern.
12813
12814 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12815
12816 * lib/future.exp: Add D support.
12817 (gdb_find_gdc): New proc.
12818 (gdb_default_target_compile): Add D support.
12819
12820 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12821
12822 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12823 user+system time.
12824 (trace_speed_test): Determine the iteration count for a time
12825 between 15..30 seconds.
12826
12827 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12828
12829 * gdb.arch/i386-mpx-sigsegv.c: New file.
12830 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12831 * gdb.arch/i386-mpx-simple_segv.c: New file.
12832 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12833
12834 2016-02-18 Yao Qi <yao.qi@linaro.org>
12835
12836 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12837 Don't call setup_kfail.
12838
12839 2016-02-18 Yao Qi <yao.qi@linaro.org>
12840
12841 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12842 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12843
12844 2016-02-16 Doug Evans <dje@google.com>
12845
12846 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12847 * gdb.base/skip1.c: Ditto.
12848 * gdb.base/skip.exp: Whitespace cleanup.
12849
12850 2016-02-16 Don Breazeal <donb@codesourcery.com>
12851
12852 PR remote/19496
12853 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12854 Remove kfail for PR remote/19496.
12855
12856 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12857
12858 * lib/gdb.exp (standard_temp_file): Return a path specific to
12859 the runtest invocation.
12860
12861 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12862
12863 * gdb.trace/save-trace.exp: Change relative path to be in the
12864 standard output directory.
12865
12866 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12867
12868 * gdb.arch/i386-prologue.c: Add missing prototypes.
12869
12870 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12871
12872 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12873 * gdb.arch/i386-prologue.exp: Likewise.
12874 * gdb.arch/i386-size.exp: Likewise.
12875
12876 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12877
12878 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12879 define object file path.
12880 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12881 file path.
12882 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12883 standard_output_file to define binfile.
12884
12885 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12886
12887 Fix compatibility with recent gfortran-5.3.1.
12888 * gdb.fortran/vla-history.exp (print vla1 allocated)
12889 (print vla2 allocated, print $2, print $3): Remove
12890 (print $4): Rename to ...
12891 (print $2): ... here.
12892 (print $9): Rename to ...
12893 (print $5): ... here.
12894 (print $10): Rename to ...
12895 (print $6): ... here.
12896 * gdb.fortran/vla.f90: Add pvla initialization.
12897
12898 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12899
12900 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12901 New test.
12902 * gdb.fortran/vla-value-sub.exp: Likewise.
12903
12904 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12905
12906 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12907
12908 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12909
12910 * i386-biarch-core.exp: Define corefile using
12911 standard_output_file.
12912
12913 2016-02-12 Yao Qi <yao.qi@linaro.org>
12914
12915 * gdb.arch/arm-single-step-kernel-helper.c: New.
12916 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12917
12918 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12919
12920 * gdb.btrace/tailcall-only.exp: New.
12921 * gdb.btrace/tailcall-only.c: New.
12922 * gdb.btrace/x86_64-tailcall-only.S: New.
12923 * gdb.btrace/i686-tailcall-only.S: New.
12924
12925 2016-02-11 Pedro Alves <palves@redhat.com>
12926
12927 * README (Parallel testing): Add missing double quotes.
12928
12929 2016-02-11 Pedro Alves <palves@redhat.com>
12930
12931 * README (Parallel testing): New section.
12932 (GDB_PARALLEL): Rewrite.
12933 (FORCE_PARALLEL): Document.
12934
12935 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12936
12937 * gdb.trace/tfile-avx.c: New test.
12938 * gdb.trace/tfile-avx.exp: New test.
12939
12940 2016-02-09 Keith Seitz <keiths@redhat.com>
12941
12942 PR breakpoints/19546
12943 * gdb.base/infcall-exec.c: New file.
12944 * gdb.base/infcall-exec2.c: New file.
12945 * gdb.base/infcall-exec.exp: New file.
12946
12947 2016-02-09 Keith Seitz <keiths@redhat.com>
12948
12949 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12950 (toplevel): Call test_bkpt_address.
12951
12952 2016-02-09 Keith Seitz <keiths@redhat.com>
12953
12954 PR python/19506
12955 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12956 (toplevel): Call test_bkpt_address.
12957
12958 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12959
12960 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12961 to AC_OUTPUT.
12962 * configure: Regenerate.
12963
12964 2016-02-09 Pedro Alves <palves@redhat.com>
12965
12966 PR breakpoints/19548
12967 * gdb.base/execl-update-breakpoints.c (some_function): New
12968 function.
12969 (main): Call it.
12970 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12971 Tighten expected GDB output.
12972
12973 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12974
12975 * Makefile.in (ALL_SUBDIRS): Remove.
12976 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12977 (distclean maintainer-clean realclean): Likewise.
12978 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12979 * configure: Regenerate.
12980 * gdb.ada/Makefile.in: Delete.
12981 * gdb.arch/Makefile.in: Likewise.
12982 * gdb.asm/Makefile.in: Likewise.
12983 * gdb.base/Makefile.in: Likewise.
12984 * gdb.btrace/Makefile.in: Likewise.
12985 * gdb.cell/Makefile.in: Likewise.
12986 * gdb.compile/Makefile.in: Likewise.
12987 * gdb.cp/Makefile.in: Likewise.
12988 * gdb.disasm/Makefile.in: Likewise.
12989 * gdb.dlang/Makefile.in: Likewise.
12990 * gdb.dwarf2/Makefile.in: Likewise.
12991 * gdb.fortran/Makefile.in: Likewise.
12992 * gdb.gdb/Makefile.in: Likewise.
12993 * gdb.go/Makefile.in: Likewise.
12994 * gdb.guile/Makefile.in: Likewise.
12995 * gdb.java/Makefile.in: Likewise.
12996 * gdb.linespec/Makefile.in: Likewise.
12997 * gdb.mi/Makefile.in: Likewise.
12998 * gdb.modula2/Makefile.in: Likewise.
12999 * gdb.multi/Makefile.in: Likewise.
13000 * gdb.objc/Makefile.in: Likewise.
13001 * gdb.opencl/Makefile.in: Likewise.
13002 * gdb.opt/Makefile.in: Likewise.
13003 * gdb.pascal/Makefile.in: Likewise.
13004 * gdb.perf/Makefile.in: Likewise.
13005 * gdb.python/Makefile.in: Likewise.
13006 * gdb.reverse/Makefile.in: Likewise.
13007 * gdb.server/Makefile.in: Likewise.
13008 * gdb.stabs/Makefile.in: Likewise.
13009 * gdb.threads/Makefile.in: Likewise.
13010 * gdb.trace/Makefile.in: Likewise.
13011 * gdb.xml/Makefile.in: Likewise.
13012 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13013 GDB_PARALLEL.
13014 (standard_output_file): Remove check for GDB_PARALLEL, always
13015 return path in outputs/$subdir/$testname.
13016
13017 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13018
13019 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13020 (site.exp): Assign abs_srcdir to tcl's srcdir.
13021
13022 2016-02-04 Yao Qi <yao.qi@linaro.org>
13023
13024 * gdb.base/foll-exec-mode.c: Include limits.h.
13025 (main): Add parameters argc and argv. Get directory from
13026 argv[0].
13027 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13028 compilation.
13029 * gdb.base/foll-exec.c: Include limits.h.
13030 (main): Add parameters argc and argv.
13031 Get directory from argv[0].
13032 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13033 Adjust tests on the number of lines as source code changed.
13034 * gdb.base/foll-vfork-exit.c: Include limits.h.
13035 (main): Add one line of statement before vfork.
13036 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13037 (main): Add parameters argc and argv. Get directory from
13038 argv[0].
13039 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13040 (setup_gdb): Set tbreak to skip some source lines.
13041 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13042 (main): Add parameters argc and argv. Get directory from
13043 argv[0].
13044 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13045 compilation.
13046 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13047 (main): Add parameters argc and argv. Get directory from
13048 argv[0].
13049 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13050 compilation.
13051
13052 2016-02-01 Doug Evans <dje@google.com>
13053
13054 * gdb.base/skip.exp: Clean up multiple references to same test name.
13055
13056 2016-02-01 Pedro Alves <palves@redhat.com>
13057
13058 PR remote/19496
13059 * gdb.threads/forking-threads-plus-breakpoint.exp
13060 (displaced_stepping_supported): New global.
13061 (probe_displaced_stepping_support): New procedure.
13062 (do_test): Add 'displaced' parameter, and use it.
13063 (top level): Check for displaced stepping support. Add displaced
13064 stepping on/off testing axis.
13065
13066 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13067
13068 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13069 pointer. Don't perform further tests on the unassociated pointer
13070 if the first test fails.
13071
13072 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13073
13074 * gdb.base/max-value-size.c: New file.
13075 * gdb.base/max-value-size.exp: New file.
13076 * gdb.base/huge.exp: Disable max-value-size for this test.
13077
13078 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13079
13080 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13081
13082 2016-01-28 Yao Qi <yao.qi@linaro.org>
13083
13084 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13085
13086 2016-01-25 Pedro Alves <palves@redhat.com>
13087
13088 PR threads/19461
13089 * gdb.base/fork-running-state.c: New file.
13090 * gdb.base/fork-running-state.exp: New file.
13091
13092 2016-01-25 Pedro Alves <palves@redhat.com>
13093
13094 PR gdb/19494
13095 * gdb.base/catch-fork-kill.c: New file.
13096 * gdb.base/catch-fork-kill.exp: New file.
13097
13098 2016-01-25 Pedro Alves <palves@redhat.com>
13099
13100 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13101 Delete, moved to lib/gdb.exp.
13102 * gdb.threads/forking-threads-plus-breakpoint.exp
13103 (foreach_with_prefix): Likewise.
13104 * gdb.threads/process-dies-while-handling-bp.exp
13105 (foreach_with_prefix): Likewise.
13106 * lib/gdb.exp (foreach_with_prefix): New procedure.
13107
13108 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13109
13110 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13111 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13112
13113 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13114
13115 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13116 endian targets.
13117
13118 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13119 Pedro Alves <palves@redhat.com>
13120
13121 Fix testsuite compatibility with Guile.
13122 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13123 number.
13124
13125 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13126
13127 Fix testsuite compatibility with Guile.
13128 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13129 (thread 1): New test for backtrace through signal handler.
13130
13131 2016-01-22 Yao Qi <yao.qi@linaro.org>
13132
13133 PR testsuite/19491
13134 * gdb.base/multi-forks.c: Include
13135 ../lib/unbuffer_output.c
13136 (main): Call gdb_unbuffer_output.
13137
13138 2016-01-21 Doug Evans <dje@google.com>
13139
13140 * lib/ada.exp (gdb_compile_ada): Fix typo.
13141
13142 2016-01-21 Joel Brobecker <brobecker@adacore.com>
13143
13144 * gdb.base/break-fun-addr.exp: New file.
13145 * gdb.base/break-fun-addr1.c: New file.
13146 * gdb.base/break-fun-addr2.c: New file.
13147
13148 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13149
13150 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13151 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13152 enum flag values.
13153
13154 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13155
13156 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13157 when GDB can not set the vector return value. Add more comments
13158 for clarification.
13159
13160 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13161
13162 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13163 command.
13164
13165 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13166
13167 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13168
13169 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13170
13171 * Makefile.in (check-single): Pass --status to runtest.
13172 (check/%.exp): Likewise.
13173
13174 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13175
13176 * Makefile.in (check-parallel): Propagate return code from make
13177 do-check-parallel.
13178
13179 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13180
13181 * gdb.trace/ftrace.exp: Fix expected message on continue.
13182 * gdb.trace/pending.exp: Fix expected message on continue.
13183 * gdb.trace/trace-break.exp: Fix expected message on continue.
13184
13185 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13186
13187 * lib/gdb.exp (gdb_test): Remove unused global references.
13188
13189 2016-01-18 Pedro Alves <palves@redhat.com>
13190
13191 * gdb.base/async-shell.exp: Adjust expected output.
13192 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13193 * gdb.base/siginfo-thread.exp: Adjust expected output.
13194 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13195 * gdb.java/jnpe.exp: Adjust expected output.
13196 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13197 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13198 * gdb.threads/leader-exit.exp: Adjust expected output.
13199 * gdb.threads/manythreads.exp: Adjust expected output.
13200 * gdb.threads/pthreads.exp: Adjust expected output.
13201 * gdb.threads/schedlock.exp: Adjust expected output.
13202 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13203 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13204 expected output.
13205 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13206 output.
13207 * gdb.threads/sigthread.exp: Adjust expected output.
13208 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13209
13210 2016-01-18 Yao Qi <yao.qi@linaro.org>
13211
13212 * gdb.guile/scm-section-script.c: Replace @progbits with
13213 %progbits.
13214 * gdb.python/py-section-script.c: Likewise.
13215
13216 2016-01-15 Pedro Alves <palves@redhat.com>
13217
13218 * gdb.multi/tids.exp: Test star wildcard ranges.
13219
13220 2016-01-15 Pedro Alves <palves@redhat.com>
13221
13222 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13223 command from "thread apply" invocation.
13224 (thr_apply_info_thr_invalid): Default the expected output to the
13225 input tid list.
13226 (top level): Add tests that use convenience variables. Add tests
13227 for "thread apply" with a valid TID list, but missing the command.
13228
13229 2016-01-13 Pedro Alves <palves@redhat.com>
13230
13231 * gdb.base/default.exp: Expect $_gthread as well.
13232 * gdb.multi/tids.exp: Test $_gthread.
13233 * gdb.threads/thread-specific.exp: Test $_gthread.
13234
13235 2016-01-13 Pedro Alves <palves@redhat.com>
13236
13237 * gdb.multi/tids.exp: Test "info threads -gid".
13238
13239 2016-01-13 Pedro Alves <palves@redhat.com>
13240
13241 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13242 Breakpoint.thread.
13243 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13244
13245 2016-01-07 Pedro Alves <palves@redhat.com>
13246
13247 * gdb.base/break.exp: Adjust to output changes.
13248 * gdb.base/hbreak2.exp: Likewise.
13249 * gdb.base/sepdebug.exp: Likewise.
13250 * gdb.base/watch_thread_num.exp: Likewise.
13251 * gdb.linespec/keywords.exp: Likewise.
13252 * gdb.multi/info-threads.exp: Likewise.
13253 * gdb.threads/thread-find.exp: Likewise.
13254 * gdb.multi/tids.c: New file.
13255 * gdb.multi/tids.exp: New file.
13256
13257 2016-01-13 Pedro Alves <palves@redhat.com>
13258
13259 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13260
13261 2016-01-13 Pedro Alves <palves@redhat.com>
13262
13263 * gdb.base/default.exp: Expect $_inferior as well.
13264 * gdb.multi/base.exp: Test $_inferior.
13265
13266 2016-01-13 Pedro Alves <palves@redhat.com>
13267
13268 PR breakpoints/19388
13269 * gdb.base/catch-signal-siginfo-cond.c: New file.
13270 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13271
13272 2016-01-12 Josh Stone <jistone@redhat.com>
13273 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13274
13275 * gdb.base/catch-syscall.c (do_execve): New variable.
13276 (main): Conditionally trigger an execve.
13277 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13278 (test_catch_syscall_execve): New, check entry/return across execve.
13279 (do_syscall_tests): Call test_catch_syscall_execve.
13280
13281 2016-01-12 Pedro Alves <palves@redhat.com>
13282
13283 * gdb.base/random-signal.exp (do_test): New procedure, with body
13284 of testcase moved in.
13285
13286 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13287 Pedro Alves <palves@redhat.com>
13288
13289 * gdb.base/funcargs.exp (finish from indirectly called function):
13290 Reintroduce the case for 'First'.
13291
13292 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13293 Pedro Alves <palves@redhat.com>
13294
13295 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13296 (tcatch_vfork_then_child_follow_exec)
13297 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13298 identification.
13299
13300 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13301
13302 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13303 and repeats to unlimited.
13304 * gdb.python/py-value.exp: Likewise.
13305 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13306 and repeats to unlimited.
13307
13308 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13309
13310 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13311 and reordering the functions.
13312 * gdb.multi/hangout.c: Likewise.
13313 * gdb.multi/hello.c: Likewise.
13314
13315 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13316
13317 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13318 absolute.
13319 (SingleStatisticTestResult.report): Use dict.keys instead of
13320 dict.iterkeys.
13321
13322 2016-01-06 Pedro Alves <palves@redhat.com>
13323
13324 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13325
13326 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13327
13328 * gdb.btrace/dlopen.exp: New.
13329 * gdb.btrace/dlopen.c: New.
13330 * gdb.btrace/dlopen-dso.c: New.
13331
13332 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13333
13334 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13335 PATTERN argument is optional.
13336
13337 2015-12-24 Joel Brobecker <brobecker@adacore.com>
13338
13339 * lib/ada.exp (target_compile_ada_from_dir): New function.
13340 (gdb_compile_ada): Reimplement avoiding the use of project files.
13341 * gdb.ada/gnat_ada.gpr: Delete.
13342 * gdb.ada/cond_lang.exp: Adjust test to make path before
13343 filename optional.
13344 * gdb.ada/small_reg_param.exp: Likewise.
13345
13346 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13347
13348 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13349
13350 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13351
13352 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13353 case.
13354
13355 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13356
13357 * gdb.base/break.exp: Remove dead code.
13358 * gdb.base/sepdebug.exp: Likewise.
13359
13360 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13361
13362 * gdb.asm/asm-source.exp: Remove HP-UX references.
13363 * gdb.base/annota1.exp: Likewise.
13364 * gdb.base/annota3.exp: Likewise.
13365 * gdb.base/attach.exp: Likewise.
13366 * gdb.base/bigcore.exp: Likewise.
13367 * gdb.base/break.exp: Likewise.
13368 * gdb.base/call-ar-st.exp: Likewise.
13369 * gdb.base/callfuncs.exp: Likewise.
13370 * gdb.base/catch-fork-static.exp: Likewise.
13371 * gdb.base/display.exp: Likewise.
13372 * gdb.base/foll-exec-mode.exp: Likewise.
13373 * gdb.base/foll-exec.exp: Likewise.
13374 * gdb.base/foll-fork.exp: Likewise.
13375 * gdb.base/foll-vfork.exp: Likewise.
13376 * gdb.base/funcargs.exp: Likewise.
13377 * gdb.base/hbreak2.exp: Likewise.
13378 * gdb.base/inferior-died.exp: Likewise.
13379 * gdb.base/interrupt.exp: Likewise.
13380 * gdb.base/multi-forks.exp: Likewise.
13381 * gdb.base/nodebug.exp: Likewise.
13382 * gdb.base/sepdebug.exp: Likewise.
13383 * gdb.base/solib1.c: Likewise.
13384 * gdb.base/step-test.exp: Likewise.
13385 * gdb.mi/non-stop.c: Likewise.
13386 * gdb.mi/pthreads.c: Likewise.
13387 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13388 * gdb.threads/pthreads.c: Likewise.
13389 * gdb.threads/staticthreads.exp: Likewise.
13390 * lib/future.exp: Likewise.
13391 * lib/gdb.exp: Likewise.
13392 * gdb.base/so-indr-cl.c: Remove.
13393 * gdb.base/so-indr-cl.exp: Likewise.
13394 * gdb.base/solib.c: Likewise.
13395 * gdb.base/solib.exp: Likewise.
13396 * gdb.base/solib2.c: Likewise.
13397
13398 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13399
13400 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13401 * gdb.base/call-ar-st.exp: Likewise.
13402 * gdb.base/callfuncs.exp: Likewise.
13403 * gdb.base/condbreak.exp: Likewise.
13404 * gdb.base/constvars.exp: Likewise.
13405 * gdb.base/hbreak2.exp: Likewise.
13406 * gdb.base/langs.exp: Likewise.
13407 * gdb.base/list.exp: Likewise.
13408 * gdb.base/long_long.exp: Likewise.
13409 * gdb.base/ptype.exp: Likewise.
13410 * gdb.base/scope.exp: Likewise.
13411 * gdb.base/signals.exp: Likewise.
13412 * gdb.base/so-impl-ld.exp: Likewise.
13413 * gdb.base/varargs.exp: Likewise.
13414 * gdb.base/volatile.exp: Likewise.
13415 * gdb.base/whatis.exp: Likewise.
13416 * gdb.cp/cplusfuncs.exp: Likewise.
13417 * gdb.cp/inherit.exp: Likewise.
13418 * gdb.cp/local.exp: Likewise.
13419 * gdb.cp/member-ptr.exp: Likewise.
13420 * gdb.cp/method.exp: Likewise.
13421 * gdb.cp/overload.exp: Likewise.
13422 * gdb.cp/templates.exp: Likewise.
13423 * gdb.stabs/weird.exp: Likewise.
13424 * lib/compiler.c: Likewise.
13425 * lib/compiler.cc: Likewise.
13426 * lib/cp-support.exp: Likewise.
13427 * lib/gdb.exp: Likewise.
13428
13429 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13430
13431 * configure.ac: Remove HP-UX case.
13432 * configure: Regenerate.
13433
13434 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13435
13436 * lib/gdb.exp (gdb_compile): Add function doc.
13437
13438 2015-12-17 Pedro Alves <palves@redhat.com>
13439
13440 PR threads/19354
13441 * gdb.multi/info-threads.exp: New file.
13442
13443 2015-12-15 Yao Qi <yao.qi@linaro.org>
13444
13445 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13446 is aarch64*-*-*.
13447
13448 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13449
13450 * gdb.base/history-duplicates.exp: Skip if no readline support.
13451
13452 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13453
13454 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13455
13456 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13457
13458 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13459
13460 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13461
13462 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13463 ctrl-C if nointerrupts target property is set.
13464 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13465 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13466 * gdb.base/paginate-bg-execution.exp: Likewise.
13467 * gdb.base/paginate-execution-startup.exp: Likewise.
13468 * gdb.base/random-signal.exp: Likewise.
13469 * gdb.base/range-stepping.exp: Likewise.
13470 * gdb.cp/annota2.exp: Likewise.
13471 * gdb.cp/annota3.exp: Likewise.
13472 * gdb.gdb/selftest.exp: Likewise.
13473 * gdb.threads/continue-pending-status.exp: Likewise.
13474 * gdb.threads/leader-exit.exp: Likewise.
13475 * gdb.threads/manythreads.exp: Likewise.
13476 * gdb.threads/pthreads.exp: Likewise.
13477 * gdb.threads/schedlock.exp: Likewise.
13478 * gdb.threads/sigthread.exp: Likewise.
13479
13480 2015-12-11 Don Breazeal <donb@codesourcery.com>
13481
13482 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13483 remote.
13484 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13485 * gdb.base/foll-exec.exp (main): Enable for target remote.
13486 * gdb.base/foll-fork.exp (main): Likewise.
13487 * gdb.base/foll-vfork.exp (main): Likewise.
13488 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13489 (proc continue_to_exit_bp_loc): Use clean_restart.
13490 * gdb.base/pie-execl.exp (main): Disable for target remote.
13491 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13492 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13493 * gdb.threads/execl.exp (main): Likewise.
13494 * gdb.threads/fork-child-threads.exp (main): Likewise.
13495 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13496 remote.
13497 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13498 remote.
13499 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13500 pid.tid style ptids, instead of just tid.
13501 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13502 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13503 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13504 ptids, instead of just tid.
13505
13506 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13507
13508 * gdb.base/list.exp (test_list_forward): Add end of file error
13509 test.
13510 (test_repeat_list_command): Add end of file error test.
13511 (test_list_backwards): Add beginning of file error test.
13512
13513 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13514
13515 * gdb.base/list.exp (test_list_invalid_args): New function,
13516 defined, and called.
13517
13518 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13519
13520 * gdb.base/list.exp (test_list): Make test names unique.
13521
13522 2015-12-11 Yao Qi <yao.qi@linaro.org>
13523
13524 * gdb.base/coremaker2.c: Remove.
13525
13526 2015-12-10 Pedro Alves <palves@redhat.com>
13527
13528 * gdb.multi/base.exp: Remove stale "spaces" references.
13529
13530 2015-12-10 Pedro Alves <palves@redhat.com>
13531
13532 * gdb.multi/base.exp: Don't use nowarnings.
13533 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13534 * gdb.multi/hangout.c: Include stdio.h.
13535 * gdb.multi/hello.c: Include stdlib.h.
13536 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13537 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13538 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13539
13540 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13541
13542 * gdb.dwarf2/dw2-ranges-base.c: New file.
13543 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13544 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13545 support additional line table, and debug ranges generation.
13546 (Dwarf::ranges): New function, generate .debug_ranges.
13547 (Dwarf::lines): Support generating simple line table programs.
13548 (Dwarf::assemble): Initialise new namespace variables.
13549
13550 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13551
13552 * gdb.base/async.exp (proc test_background): Add case for
13553 asynchronous execution not supported.
13554
13555 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
13556
13557 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13558 format and change test names to make them unique.
13559
13560 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13561 Pedro Alves <pedro@redhat.com>
13562
13563 PR gdb/18702
13564 Add checking of floatformats setup on x86_64 hosts.
13565 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13566 (smallval, bigval): New labels/constants.
13567 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13568 float" after loading bigval and smallval.
13569
13570 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13571
13572 * gdb.ada/fun_overload_menu.exp: New testcase.
13573 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13574
13575 2015-12-04 Josh Stone <jistone@redhat.com>
13576
13577 * gdb.base/catch-fork-static.exp: New.
13578
13579 2015-12-03 Yao Qi <yao.qi@linaro.org>
13580
13581 * gdb.base/sizeof.c: Don't include stdio.h and
13582 ../lib/unbuffer_output.c.
13583 (main): New variable 'size' and 'value'. Remove printf and
13584 gdb_unbuffer_output. Assign return value to size and value.
13585 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13586 at the beginning.
13587 (check_sizeof): Check the result by printing variable 'size'.
13588 (check_valueof): Check the result by printing variable 'value'.
13589
13590 2015-12-01 Yao Qi <yao.qi@linaro.org>
13591
13592 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13593 for aarch64*-*-linux* target.
13594
13595 2015-11-30 Pedro Alves <palves@redhat.com>
13596
13597 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13598
13599 2015-11-30 Pedro Alves <palves@redhat.com>
13600
13601 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13602 Handle non-stop mode vCont replies.
13603
13604 2015-11-30 Pedro Alves <palves@redhat.com>
13605
13606 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13607 prepare_for_testing. Start gdb with "set non-stop on" appended to
13608 GDBFLAGS. Lax expected stop output.
13609
13610 2015-11-27 Yao Qi <yao.qi@linaro.org>
13611
13612 * gdb.arch/arm-neon.exp: New.
13613 * gdb.arch/arm-neon.c: New.
13614
13615 2015-11-27 Yao Qi <yao.qi@linaro.org>
13616
13617 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13618
13619 2015-11-27 Yao Qi <yao.qi@linaro.org>
13620
13621 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13622 frames-invalid annotation.
13623
13624 2015-11-27 Yao Qi <yao.qi@linaro.org>
13625
13626 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13627
13628 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13629
13630 * gdb.threads/names.exp: New file.
13631 * gdb.threads/names.c: New file.
13632 * README: Mention gdb,no_thread_names.
13633
13634 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13635
13636 PR 19297
13637 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13638 support" error.
13639
13640 2015-11-24 Pedro Alves <palves@redhat.com>
13641
13642 PR 17539
13643 * gdb.base/display.exp: Expect displays to be sorted in ascending
13644 order. Use multi_line.
13645 * gdb.base/solib-display.exp: Likewise.
13646
13647 2015-11-24 Pedro Alves <palves@redhat.com>
13648
13649 PR 17539
13650 * gdb.base/display.exp: Expect displays to be sorted in ascending
13651 order. Use multi_line.
13652 * gdb.base/solib-display.exp: Likewise.
13653
13654 2015-11-24 Pedro Alves <palves@redhat.com>
13655
13656 PR 17539
13657 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13658 threads in ascending order.
13659 * gdb.base/foll-fork.exp: Likewise.
13660 * gdb.base/foll-vfork.exp: Likewise.
13661 * gdb.base/multi-forks.exp: Likewise.
13662 * gdb.mi/mi-nonstop.exp: Likewise.
13663 * gdb.mi/mi-nsintrall.exp: Likewise.
13664 * gdb.multi/base.exp: Likewise.
13665 * gdb.multi/multi-arch.exp: Likewise.
13666 * gdb.python/py-inferior.exp: Likewise.
13667 * gdb.threads/break-while-running.exp: Likewise.
13668 * gdb.threads/execl.exp: Likewise.
13669 * gdb.threads/gcore-thread.exp: Likewise.
13670 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13671 * gdb.threads/kill.exp: Likewise.
13672 * gdb.threads/linux-dp.exp: Likewise.
13673 * gdb.threads/multiple-step-overs.exp: Likewise.
13674 * gdb.threads/next-bp-other-thread.exp: Likewise.
13675 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13676 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13677 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13678 * gdb.threads/thread-find.exp: Likewise.
13679 * gdb.threads/tls.exp: Likewise.
13680 * lib/mi-support.exp (mi_reverse_list): Delete.
13681 (mi_check_thread_states): No longer reverse list.
13682
13683 2015-11-24 Pedro Alves <palves@redhat.com>
13684
13685 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13686 use lowercase.
13687
13688 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13689
13690 * gdb.trace/actions.c: Include trace-common.h.
13691 (main): Add a location for a fast tracepoint.
13692 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13693 the normal tracepoints.
13694 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13695
13696 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13697
13698 * save-trace.exp: Factor out code to these...
13699 (gdb_save_tracepoints): New.
13700 (gdb_load_tracepoints): New.
13701 (do_save_load_test): New.
13702
13703 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13704
13705 * gdb.base/asmlabel.exp: New test.
13706 * gdb.base/asmlabel.c: New test case.
13707
13708 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13709
13710 * gdb.base/wrong_frame_bt_full-main.c: New file.
13711 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13712 * gdb.base/wrong_frame_bt_full.exp: New file.
13713
13714 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13715
13716 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13717
13718 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13719
13720 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13721 pstate register when comparing registers values in
13722 sparc64-*-linux-gnu targets to avoid spurious differences.
13723
13724 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13725
13726 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13727
13728 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13729
13730 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13731 as type argument to gdb_compile.
13732 * gdb.base/nested-subp2.exp: Likewise.
13733 * gdb.base/nested-subp3.exp: Likewise.
13734
13735 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13736
13737 * lib/dwarf.exp (_note): Fix left shift of negative value.
13738 * gdb.trace/trace-condition.exp: Likewise.
13739
13740 2015-11-13 Yao Qi <yao.qi@linaro.org>
13741
13742 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13743 comments about d10v.
13744 (test_scalar_returns): Likewise.
13745 * gdb.base/d10v.ld: Remove.
13746 * gdb.base/overlays.exp: Remove the target triplet checking for
13747 d10v-*-*.
13748 * gdb.base/structs.exp (test_struct_returns): Remove the
13749 comments about d10v.
13750 (test_struct_calls): Likewise.
13751
13752 2015-11-13 Yao Qi <yao.qi@linaro.org>
13753
13754 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13755 * gdb.base/gnu_vector.c: Don't include stdio.h.
13756 (main): Don't print res and call add_some_intvecs.
13757
13758 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13759
13760 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13761 macro.
13762 (func5): Removed.
13763 (func4): Use FAST_TRACEPOINT_LABEL.
13764 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13765 macro.
13766 (func): Removed.
13767 (thread_function): Use FAST_TRACEPOINT_LABEL.
13768 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13769 (func): Remove.
13770 (marker): Use FAST_TRACEPOINT_LABEL.
13771 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13772 (pendfunc1): Remove.
13773 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13774 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13775 (foo): Remove.
13776 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13777 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13778 macro.
13779 (func): Remove.
13780 (marker): Use FAST_TRACEPOINT_LABEL.
13781 * gdb.trace/trace-common.h: New header.
13782 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13783 macro.
13784 (func): Remove.
13785 (marker): Use FAST_TRACEPOINT_LABEL.
13786 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13787 (func): Remove.
13788 (thread_function): Use FAST_TRACEPOINT_LABEL.
13789
13790 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13791
13792 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13793 in front.
13794 * gdb.trace/change-loc.exp: Use global pcreg definition.
13795 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13796 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13797 in front.
13798 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13799 * gdb.trace/pending.exp: Likewise.
13800 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13801 * gdb.trace/trace-break.exp: Likewise.
13802 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13803 in front.
13804 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13805 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13806 in front.
13807 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13808
13809 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13810
13811 * gdb.ada/fin_fun_out: New testcase.
13812
13813 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13814
13815 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13816 value associated with DW_AT_byte_size.
13817 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13818 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13819 DW_AT_upper_bound.
13820
13821 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13822
13823 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13824 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13825 version.
13826 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13827 gdb.dwarf2/dw2-canonicalize-type.exp,
13828 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13829 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13830 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13831 provided by gdb_target_symbol_prefix_flags_asm.
13832 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13833 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13834 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13835 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13836 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13837 macros where needed). Use this macro for symbols which require
13838 the prefix provided by SYMBOL_PREFIX.
13839
13840 2015-11-05 Kevin Buettner <kevinb@redhat.com>
13841
13842 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13843 New procs.
13844 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13845 representing expressions, of more than one list element.
13846 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13847 to prepend linker symbol prefix to f.
13848 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13849 table_1 and table_2.
13850 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13851 Likewise, for f and g.
13852 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13853 for ptr.
13854 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13855 for main.
13856 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13857 table_1_ptr and table_2_ptr.
13858
13859 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13860 Joel Brobecker <brobecker@adacore.com>
13861
13862 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13863
13864 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13865
13866 * gdb.reverse/s390-mvcle.c: New test.
13867 * gdb.reverse/s390-mvcle.exp: New file.
13868 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13869
13870 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13871
13872 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13873
13874 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13875
13876 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13877 reaching marker2.
13878 * gdb.reverse/getresuid-reverse.exp: Likewise.
13879 * gdb.reverse/pipe-reverse.exp: Likewise.
13880 * gdb.reverse/readv-reverse.exp: Likewise.
13881 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13882 * gdb.reverse/time-reverse.exp: Likewise.
13883 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13884
13885 2015-10-30 Yao Qi <yao.qi@linaro.org>
13886
13887 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13888 (empty_cycle): Remove.
13889 (main): Don't call empty_cycle. Don't use watch_count_done.
13890 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13891 empty_cycle. Rewrite the code counting HW watchpoints.
13892
13893 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13894
13895 * gdb.reverse/fstatat-reverse.c: New test.
13896 * gdb.reverse/fstatat-reverse.exp: New file.
13897 * gdb.reverse/getresuid-reverse.c: New test.
13898 * gdb.reverse/getresuid-reverse.exp: New file.
13899 * gdb.reverse/pipe-reverse.c: New test.
13900 * gdb.reverse/pipe-reverse.exp: New file.
13901 * gdb.reverse/readv-reverse.c: New test.
13902 * gdb.reverse/readv-reverse.exp: New file.
13903 * gdb.reverse/recvmsg-reverse.c: New test.
13904 * gdb.reverse/recvmsg-reverse.exp: New file.
13905 * gdb.reverse/time-reverse.c: New test.
13906 * gdb.reverse/time-reverse.exp: New file.
13907 * gdb.reverse/waitpid-reverse.c: New test.
13908 * gdb.reverse/waitpid-reverse.exp: New file.
13909
13910 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13911
13912 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13913
13914 2015-10-26 Doug Evans <dje@google.com>
13915
13916 PR symtab/17391
13917 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13918 * gdb.dwarf2/bad-regnum.c: New file.
13919 * gdb.dwarf2/bad-regnum.exp: New file.
13920
13921 2015-10-26 Doug Evans <dje@google.com>
13922
13923 PR python/18938
13924 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13925 file.
13926
13927 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13928
13929 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13930 for a change by "Mention language in compile error message".
13931
13932 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13933
13934 PR python/18073
13935 * gdb.python/py-type.c (C::a_method): New.
13936 (C::a_const_method): New.
13937 (C::a_static_method): New.
13938 (a_function): New.
13939 * gdb.python/py-type.exp (test_fields): Test getting fields
13940 from function and method.
13941
13942 2015-10-21 Keven Boell <keven.boell@intel.com>
13943
13944 * gdb.fortran/vla-alloc-assoc.exp: New file.
13945 * gdb.fortran/vla-datatypes.exp: New file.
13946 * gdb.fortran/vla-datatypes.f90: New file.
13947 * gdb.fortran/vla-history.exp: New file.
13948 * gdb.fortran/vla-ptype-sub.exp: New file.
13949 * gdb.fortran/vla-ptype.exp: New file.
13950 * gdb.fortran/vla-sizeof.exp: New file.
13951 * gdb.fortran/vla-sub.f90: New file.
13952 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13953 * gdb.fortran/vla-value-sub-finish.exp: New file.
13954 * gdb.fortran/vla-value-sub.exp: New file.
13955 * gdb.fortran/vla-value.exp: New file.
13956 * gdb.fortran/vla-ptr-info.exp: New file.
13957 * gdb.mi/mi-vla-fortran.exp: New file.
13958 * gdb.mi/vla.f90: New file.
13959
13960 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13961
13962 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13963 of hardwired timeout value.
13964
13965 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13966 Pedro Alves <palves@redhat.com>
13967
13968 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13969 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13970
13971 2015-10-19 Josh Stone <jistone@redhat.com>
13972
13973 * gdb.base/catch-syscall.c: Include <sched.h>.
13974 (unknown_syscall): New variable.
13975 (main): Trigger a vfork and an unknown syscall.
13976 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13977 (unknown_syscall_number): Likewise.
13978 (check_call_to_syscall): Accept an optional syscall pattern.
13979 (check_return_from_syscall): Likewise.
13980 (check_continue): Likewise.
13981 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13982 (test_catch_syscall_skipping_return): New test toggling off 'catch
13983 syscall' to step over the syscall return, then toggling back on.
13984 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13985 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13986 (do_syscall_tests): Call test_catch_syscall_without_args and
13987 test_catch_syscall_mid_vfork.
13988 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13989 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13990
13991 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
13992
13993 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13994 print g_vE): Add new pass patterns.
13995 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13996 print various symbol names for vptr fields.
13997
13998 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13999
14000 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14001 results.
14002
14003 2015-10-12 Yao Qi <yao.qi@linaro.org>
14004
14005 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14006
14007 2015-10-12 Yao Qi <yao.qi@linaro.org>
14008
14009 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14010 is aarch64*-*-linux*.
14011
14012 2015-10-12 Yao Qi <yao.qi@linaro.org>
14013
14014 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14015 (can_relocate_bcond_true): ... it.
14016 (can_relocate_bcond_false): New function.
14017 (foo): Likewise.
14018 (can_relocate_bl): Likewise.
14019 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14020 can_relocate_bl.
14021
14022 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14023
14024 * gdb.base/nested-addr.c: New file.
14025 * gdb.base/nested-addr.exp: New testcase.
14026
14027 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14028
14029 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14030 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14031 its output. Ignore the output of "record goto begin" and instead
14032 check that GDB is replaying.
14033
14034 2015-10-09 Pedro Alves <palves@redhat.com>
14035
14036 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14037 (top level): Use it in the run with no args test.
14038
14039 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14040
14041 * gdb.dlang/properties.exp: New file.
14042
14043 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14044
14045 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14046 whether or not address 0x1000 is mapped on the target.
14047
14048 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14049
14050 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14051 build.
14052
14053 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14054
14055 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14056 instruction-history test.
14057
14058 2015-09-28 Doug Evans <dje@google.com>
14059
14060 * gdb.base/gcore.c (array_func): Add reference to static_array.
14061
14062 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14063
14064 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14065 source line.
14066
14067 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14068
14069 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14070 short or char as base type.
14071
14072 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14073
14074 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14075 to allow any size enum.
14076
14077 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14078
14079 * gdb.ada/array_ptr_renaming.exp: New testcase.
14080 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14081 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14082
14083 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14084
14085 * gdb.trace/ftrace-lock.c: New file.
14086 * gdb.trace/ftrace-lock.exp: New file.
14087
14088 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14089
14090 * gdb.arch/insn-reloc.c: New file.
14091 * gdb.arch/ftrace-insn-reloc.exp: New file.
14092
14093 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14094
14095 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14096 instruction.
14097 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14098 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14099 * gdb.trace/range-stepping.c: Likewise.
14100 * gdb.trace/trace-break.c: Likewise.
14101 * gdb.trace/trace-mt.c (thread_function): Likewise.
14102 * gdb.trace/ftrace.c (marker): Likewise.
14103 * gdb.trace/trace-condition.c (marker): Likewise.
14104 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14105 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14106 is_aarch64_target.
14107
14108 2015-09-18 Doug Evans <xdje42@gmail.com>
14109
14110 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14111 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14112
14113 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14114
14115 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14116 the breakpoint.
14117
14118 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14119
14120 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14121 the pending breakpoint. Remove timeout override for "Run till
14122 MI pending breakpoint on pendfunc3 on thread 2" test.
14123
14124 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14125
14126 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14127 filename pattern.
14128
14129 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14130
14131 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14132 in breakpoint filename pattern.
14133
14134 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14135
14136 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14137
14138 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14139
14140 * gdb.linespec/explicit.exp: Check for readline support for
14141 tab-completion tests. Fix obvious typo.
14142
14143 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14144
14145 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14146 and replay.
14147
14148 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14149
14150 * gdb.btrace/non-stop.c: New.
14151 * gdb.btrace/non-stop.exp: New.
14152
14153 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14154 Yao Qi <yao.qi@linaro.org>
14155
14156 * gdb.trace/trace-condition.c: New file.
14157 * gdb.trace/trace-condition.exp: New file.
14158
14159 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
14160
14161 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14162 for testing bytecode compilation.
14163
14164 2015-09-16 Pedro Alves <palves@redhat.com>
14165 Sandra Loosemore <sandra@codesourcery.com>
14166
14167 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14168 (SECONDS): Redefine.
14169 (main): Call pthread_kill and alarm early.
14170 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14171 support.
14172 (test): If the target can't hardware step and doesn't support
14173 displaced stepping, increase the timeout.
14174
14175 2015-09-16 Pedro Alves <palves@redhat.com>
14176
14177 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14178 (enable_debug): New procedures.
14179 (test): Use them. Bail out if waiting for threads fails.
14180 (top level): Bail out if a test fails.
14181
14182 2015-09-16 Yao Qi <yao.qi@linaro.org>
14183
14184 * gdb.asm/asm-source.exp: Set asm-arch for
14185 aarch64*-*-* target.
14186 * gdb.asm/aarch64.inc: New file.
14187
14188 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14189
14190 * gdb.ada/array_of_variable_length.exp: New testcase.
14191 * gdb.ada/array_of_variable_length/foo.adb: New file.
14192 * gdb.ada/array_of_variable_length/pck.adb: New file.
14193 * gdb.ada/array_of_variable_length/pck.ads: New file.
14194
14195 2015-09-15 Doug Evans <dje@google.com>
14196
14197 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14198 of function static local variable.
14199
14200 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14201
14202 * gdb.threads/tls-so_extern.exp: New test file.
14203 * gdb.threads/tls-so_extern.c: New test file.
14204 * gdb.threads/tls-so_extern_main.c: New test file.
14205
14206 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14207
14208 * gdb.opt/solib-intra-step-lib.c: New file.
14209 * gdb.opt/solib-intra-step-main.c: New file.
14210 * gdb.opt/solib-intra-step.exp: New file.
14211
14212 2015-09-15 Pedro Alves <palves@redhat.com>
14213
14214 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14215 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14216
14217 2015-09-14 Pedro Alves <palves@redhat.com>
14218
14219 * gdb.base/hook-stop-continue.c: Delete.
14220 * gdb.base/hook-stop-continue.exp: Delete.
14221 * gdb.base/hook-stop-frame.c: Delete.
14222 * gdb.base/hook-stop-frame.exp: Delete.
14223 * gdb.base/hook-stop.c: New file.
14224 * gdb.base/hook-stop.exp: New file.
14225
14226 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14227
14228 * gdb.ada/access_to_packed_array.exp: New testcase.
14229 * gdb.ada/access_to_packed_array/foo.adb: New file.
14230 * gdb.ada/access_to_packed_array/pack.adb: New file.
14231 * gdb.ada/access_to_packed_array/pack.ads: New file.
14232
14233 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14234
14235 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14236 buffer size test.
14237
14238 2015-09-11 Don Breazeal <donb@codesourcery.com>
14239
14240 * gdb.base/foll-exec.c: Add copyright header. Fix
14241 formatting issues.
14242 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14243 (do_exec_tests): Use clean_restart in place of zap_session,
14244 and for test initialization. Fix formatting issues. Use
14245 fail in place of perror.
14246 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14247 an expect statement to match an expression with output from
14248 the program under debug.
14249 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14250 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14251 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14252 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14253 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14254
14255 2015-09-09 Doug Evans <dje@google.com>
14256
14257 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14258
14259 2015-09-09 Doug Evans <dje@google.com>
14260
14261 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14262
14263 2015-09-09 Doug Evans <dje@google.com>
14264
14265 * gdb.base/savedregs.exp: Fix typo.
14266
14267 2015-09-09 Pedro Alves <palves@redhat.com>
14268
14269 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14270
14271 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14272
14273 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14274 command actually switches threads. Give up on remaining
14275 tests if target fails to stop at breakpoint.
14276
14277 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14278
14279 * gdb.ada/funcall_char.exp: New testcase.
14280 * gdb.ada/funcall_char/foo.adb: New file.
14281
14282 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14283
14284 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14285 expected outputs. Add two testcases for completing ambiguous
14286 functions.
14287 * gdb.ada/complete/aux_pck.adb: New file.
14288 * gdb.ada/complete/aux_pck.ads: New file.
14289 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14290 Ambiguous_Func functions.
14291 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14292 * gdb.ada/complete/pck.adb: Likewise.
14293
14294 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14295
14296 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14297 failures to run the test program under GDB.
14298
14299 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
14300
14301 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14302 to C.
14303
14304 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14305
14306 * gdb.base/run-after-attach.exp: New test file.
14307 * gdb.base/run-after-attach.c: New test file.
14308
14309 2015-08-26 Don Breazeal <donb@codesourcery.com>
14310
14311 * gdb.base/foll-exec-2.c: New test program.
14312 * gdb.base/foll-exec-2.exp: New test.
14313
14314 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14315
14316 * gdb.base/nested-subp1.exp: New file.
14317 * gdb.base/nested-subp1.c: New file.
14318 * gdb.base/nested-subp2.exp: New file.
14319 * gdb.base/nested-subp2.c: New file.
14320 * gdb.base/nested-subp3.exp: New file.
14321 * gdb.base/nested-subp3.c: New file.
14322
14323 2015-08-24 Pedro Alves <palves@redhat.com>
14324
14325 * gdb.server/connect-without-multi-process.c: New file.
14326 * gdb.server/connect-without-multi-process.exp: New file.
14327
14328 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14329
14330 * gdb.opt/inline-markers.c: Make z int.
14331
14332 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14333
14334 * gdb.opt/inline-markers.c: Make z volatile.
14335
14336 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14337
14338 * gdb.opt/inline-bt.c: New volatile global z.
14339 * gdb.opt/inline-cmds.c: Likewise.
14340 * gdb.opt/inline-locals.c: Likewise.
14341 * gdb.opt/inline-markers.c: New extern global z.
14342 (marker): Use z.
14343 (inline_fn): Likewise.
14344
14345 2015-08-24 Pedro Alves <palves@redhat.com>
14346
14347 * config/m32r-stub.exp: Remove file.
14348 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14349 * gdb.base/call-rt-st.exp: Likewise.
14350 * gdb.base/call-strs.exp: Likewise.
14351 * gdb.base/default.exp: Remove references to h8300-*-hms and
14352 *-*-udi*.
14353 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14354
14355 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14356
14357 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14358 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14359 and "return" use KFAIL when GDB can not read/write the vector
14360 return value.
14361
14362 2015-08-21 Gary Benson <gbenson@redhat.com>
14363
14364 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14365
14366 2015-08-20 Pedro Alves <palves@redhat.com>
14367
14368 * gdb.server/solib-list.exp: No longer expect an interior stop in
14369 non-stop mode.
14370
14371 2015-08-20 Pedro Alves <palves@redhat.com>
14372
14373 * gdb.server/connect-stopped-target.c: New file.
14374 * gdb.server/connect-stopped-target.exp: New file.
14375
14376 2015-08-20 Pedro Alves <palves@redhat.com>
14377
14378 * gdb.dwarf2/comp-unit-lang.exp: New file.
14379 * gdb.dwarf2/comp-unit-lang.c: New file.
14380
14381 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14382
14383 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14384 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14385
14386 2015-08-19 Kevin Buettner <kevinb@redhat.com>
14387
14388 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14389 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14390
14391 2015-08-18 Doug Evans <dje@google.com>
14392 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14393
14394 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14395 skip_python_tests. New arg prompt_regexp.
14396 (skip_python_tests): New function.
14397 * lib/mi-support.exp (mi_skip_python_tests): New function.
14398 * gdb.python/py-mi-objfile-gdb.py: New file.
14399 * gdb.python/py-mi-objfile.c: New file.
14400 * gdb.python/py-mi-objfile.exp: New file.
14401
14402 2015-08-17 Keith Seitz <keiths@redhat.com>
14403
14404 * gdb.linespec/explicit.exp: Move strace test from here ...
14405 * gdb.trace/strace.exp: ... to here.
14406
14407 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14408
14409 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14410 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14411
14412 2015-08-14 Doug Evans <xdje42@gmail.com>
14413
14414 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14415 inferior before selecting a new file.
14416
14417 2015-08-14 Doug Evans <xdje42@gmail.com>
14418
14419 * gdb.mi/mi-disassemble.exp: Update.
14420 * gdb.base/disasm-optim.S: New file.
14421 * gdb.base/disasm-optim.c: New file.
14422 * gdb.base/disasm-optim.h: New file.
14423 * gdb.base/disasm-optim.exp: New file.
14424
14425 2015-08-14 Keith Seitz <keiths@redhat.com>
14426
14427 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14428 "evaluated-by".
14429
14430 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14431
14432 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14433
14434 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14435
14436 * gdb.ada/fun_renaming.exp: New testcase.
14437 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14438 * gdb.ada/fun_renaming/pack.adb: New file.
14439 * gdb.ada/fun_renaming/pack.ads: New file.
14440
14441 2015-08-12 Keith Seitz <keiths@redhat.com>
14442
14443 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14444 gdb_get_line_number.
14445
14446 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14447
14448 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14449 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14450 gdb.base/dso2dso.exp: New files.
14451
14452 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14453 Pedro Alves <palves@redhat.com>
14454 Keith Seitz <keiths@redhat.com>
14455
14456 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14457 GDBFLAGS.
14458
14459 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14460
14461 * gdb.base/gdbhistsize-history.exp
14462 (test_histsize_history_setting): Use save_vars.
14463 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14464 Use save_vars.
14465 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14466 * gdb.base/readline.exp: Use save_vars.
14467
14468 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14469
14470 * lib/gdb.exp (save_vars): New proc.
14471
14472 2015-08-11 Keith Seitz <keiths@redhat.com>
14473
14474 * gdb.base/help.exp: Update help_breakpoint_text.
14475
14476 2015-08-11 Keith Seitz <keiths@redhat.com>
14477
14478 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14479 (at toplevel): Call test_explicit_breakpoints.
14480 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14481 breakpoints.
14482 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14483 breakpoint conditions, "-cond".
14484
14485 2015-08-11 Keith Seitz <keiths@redhat.com>
14486
14487 * gdb.linespec/3explicit.c: New file.
14488 * gdb.linespec/cpexplicit.cc: New file.
14489 * gdb.linespec/cpexplicit.exp: New file.
14490 * gdb.linespec/explicit.c: New file.
14491 * gdb.linespec/explicit.exp: New file.
14492 * gdb.linespec/explicit2.c: New file.
14493 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14494 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14495 before using in the matching pattern.
14496 Clarify that `prefix' is a regular expression.
14497
14498 2015-08-11 Keith Seitz <keiths@redhat.com>
14499
14500 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14501 test.
14502 Add tests for missing ",FMT" and ",".
14503
14504 2015-08-10 Doug Evans <dje@google.com>
14505 Keith Seitz <keiths@redhat.com>
14506
14507 PR gdb/17960
14508 * gdb.base/completion.exp: Add location completer tests.
14509
14510 2015-08-07 Pedro Alves <palves@redhat.com>
14511
14512 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14513 tests here.
14514 (top level): Run do_test with and without displaced stepping.
14515
14516 2015-08-07 Pedro Alves <palves@redhat.com>
14517
14518 * gdb.base/valgrind-disp-step.c: New file.
14519 * gdb.base/valgrind-disp-step.exp: New file.
14520
14521 2015-08-07 Pedro Alves <palves@redhat.com>
14522
14523 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14524 Delete function.
14525 (main): Add alarm. Run an infinite loop instead of calling
14526 wait_threads.
14527 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14528 comment.
14529 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14530 Delete function.
14531 (main): Add alarm. Run an infinite loop instead of calling
14532 wait_threads.
14533 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14534 comment.
14535
14536 2015-08-07 Pedro Alves <palves@redhat.com>
14537
14538 * gdb.base/checkpoint-ns.exp: New file.
14539 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14540 standard_testfile.
14541
14542 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14543
14544 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14545 * gdb.btrace/instruction_history.exp: Update.
14546 * gdb.btrace/tsx.exp: New.
14547 * gdb.btrace/tsx.c: New.
14548
14549 2015-08-06 Pedro Alves <palves@redhat.com>
14550
14551 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14552 increase timeout.
14553 * gdb.reverse/until-precsave.exp: Bump timeouts.
14554
14555 2015-08-06 Pedro Alves <palves@redhat.com>
14556
14557 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14558
14559 2015-08-06 Pedro Alves <palves@redhat.com>
14560
14561 PR gdb/18749
14562 * gdb.threads/process-dies-while-handling-bp.c: New file.
14563 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14564
14565 2015-08-06 Pedro Alves <palves@redhat.com>
14566
14567 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14568 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14569
14570 2015-08-05 Pedro Alves <palves@redhat.com>
14571
14572 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14573 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14574
14575 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14576
14577 * gdb.base/bp-permanent.exp: Report test as unsupported if
14578 the target cannot stop at the permanent breakpoint.
14579
14580 2015-08-03 Doug Evans <dje@google.com>
14581
14582 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14583 10000.
14584
14585 2015-08-03 Doug Evans <dje@google.com>
14586
14587 * Makefile.in (workers/%.worker, build-perf): New rule.
14588 (GDB_PERFTEST_MODE): New variable.
14589 (check-perf): Use it.
14590 (clean): Clean up gdb.perf parallel build subdirs.
14591 * lib/build-piece.exp: New file.
14592 * lib/gdb.exp (make_gdb_parallel_path): New function
14593 (standard_output_file, standard_temp_file): Call it.
14594 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14595 of $GDB_PARALLEL.
14596 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14597
14598 2015-08-03 Doug Evans <dje@google.com>
14599
14600 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14601 (LOG_FILE_NAME): New global.
14602 (TextReporter.__init__): Initialize self.txt_sum.
14603 (TextReporter.report): Add support for multiple data-points.
14604 Move report to perftest.sum, put raw data in perftest.log.
14605 (TextReporter.start): Open sum and log files.
14606 (TextReporter.end): Close sum and log files.
14607 * gdb.perf/lib/perftest/testresult.py
14608 (SingleStatisticTestResult.record): Handle multiple data-points.
14609
14610 2015-07-31 Pedro Alves <palves@redhat.com>
14611
14612 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14613 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14614 kill_wait_spawned_process instead of explicit "kill -9".
14615 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14616 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14617 kill_wait_spawned_process.
14618 * gdb.base/attach-twice.exp: Likewise.
14619 * gdb.base/attach.exp: Likewise.
14620 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14621 gdb_test_multiple.
14622 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14623 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14624 kill_wait_spawned_process.
14625 * gdb.base/valgrind-infcall.exp: Likewise.
14626 * gdb.multi/multi-attach.exp: Likewise.
14627 * gdb.python/py-prompt.exp: Likewise.
14628 * gdb.python/py-sync-interp.exp: Likewise.
14629 * gdb.server/ext-attach.exp: Likewise.
14630 * gdb.threads/attach-into-signal.exp (corefunc): Use
14631 spawn_wait_for_attach, spawn_id_get_pid and
14632 kill_wait_spawned_process.
14633 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14634 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14635 spawn_id_get_pid and kill_wait_spawned_process.
14636 * gdb.threads/attach-stopped.exp (corefunc): Use
14637 spawn_wait_for_attach, spawn_id_get_pid and
14638 kill_wait_spawned_process.
14639 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14640 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14641 kill_wait_spawned_process instead of explicit "kill -9".
14642 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14643 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14644 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14645 processes. Don't map cygwin/windows pids here. Now returns a
14646 spawn id list.
14647
14648 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14649
14650 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14651 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14652 correct patch.
14653
14654 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14655
14656 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14657
14658 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14659
14660 Reapply:
14661 2014-05-21 Mark Wielaard <mjw@redhat.com>
14662
14663 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14664
14665 2015-07-30 Pedro Alves <palves@redhat.com>
14666
14667 * linux-low.c (handle_extended_wait): Set the child's last
14668 reported status to TARGET_WAITKIND_STOPPED.
14669
14670 2015-07-30 Pedro Alves <palves@redhat.com>
14671
14672 PR threads/18600
14673 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14674 only shows inferior 1.
14675
14676 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14677 Pedro Alves <palves@redhat.com>
14678
14679 PR threads/18600
14680 * gdb.threads/fork-plus-threads.c: New file.
14681 * gdb.threads/fork-plus-threads.exp: New file.
14682
14683 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14684
14685 * gdb.base/batch-preserve-term-settings.exp
14686 (test_terminal_settings_preserved_after_cli_exit): Use
14687 send_quit_command.
14688
14689 2015-07-29 Pedro Alves <palves@redhat.com>
14690 Don Breazeal <donb@codesourcery.com>
14691
14692 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14693 output from both inferior_spawn_id and gdb_spawn_id.
14694
14695 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14696
14697 * gdb.threads/attach-into-signal.exp (corefunc): Use
14698 with_test_prefix on nested loops, uniquefying the test messages.
14699
14700 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14701
14702 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14703 commit.
14704
14705 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14706
14707 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14708 New proc.
14709 (test_terminal_settings_preserved_after_sigterm): New test.
14710
14711 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14712
14713 * gdb.base/batch-preserve-term-settings.exp
14714 (test_terminal_settings_preserved_after_cli_exit): New test.
14715
14716 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14717
14718 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14719 manipulation of saved_gdbflags.
14720 (test_terminal_settings_preserved): Remove global declaration of
14721 the unused variable pagination_prompt. Remove manipulation of
14722 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14723 GDBFLAGS.
14724
14725 2015-07-29 Pedro Alves <palves@redhat.com>
14726
14727 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14728
14729 2015-07-29 Pedro Alves <palves@redhat.com>
14730
14731 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14732 at the top.
14733
14734 2015-07-29 Pedro Alves <palves@redhat.com>
14735
14736 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14737 (main): Call gdb_unbuffer_output.
14738 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14739 (main): Call gdb_unbuffer_output.
14740 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14741 (main): Call gdb_unbuffer_output.
14742 * gdb.base/call-strs.exp: Adjust to step over the
14743 gdb_unbuffer_output call.
14744 * gdb.base/catch-gdb-caused-signals.c: Include
14745 "../lib/unbuffer_output.c".
14746 (main): Call gdb_unbuffer_output.
14747 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14748 (main): Call gdb_unbuffer_output.
14749 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14750 (main): Call gdb_unbuffer_output.
14751 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14752 (main): Call gdb_unbuffer_output.
14753 * gdb.base/shlib-call.exp: Adjust to step over the
14754 gdb_unbuffer_output call.
14755 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14756 (main): Call gdb_unbuffer_output.
14757 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14758 (main): Call gdb_unbuffer_output.
14759 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14760 (main): Rename to ...
14761 (test): ... this.
14762 (main): Reimplement.
14763 * gdb.base/varargs.exp: Run to test instead of to main.
14764 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14765 (main): Call gdb_unbuffer_output.
14766
14767 2015-07-29 Pedro Alves <palves@redhat.com>
14768
14769 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14770 factore out from mi_continue_dprintf. For call-style dprintfs,
14771 expect dprintf output out of $inferior_spawn_id.
14772 (mi_continue_dprintf): Use mi_expect_dprintf.
14773 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14774 (main): Call gdb_unbuffer_output.
14775
14776 2015-07-29 Pedro Alves <palves@redhat.com>
14777
14778 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14779 (default_mi_gdb_start): Set inferior_spawn_id instead of
14780 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14781 gdb_spawn_id.
14782 (mi_gdb_test): Always expect inferior output from both
14783 $inferior_spawn_id and $gdb_spawn_id.
14784
14785 2015-07-29 Pedro Alves <palves@redhat.com>
14786
14787 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14788 send_inferior and $inferior_spawn_id.
14789
14790 2015-07-29 Pedro Alves <palves@redhat.com>
14791
14792 * gdb.gdb/complaints.exp (test_initial_complaints)
14793 (test_serial_complaints, test_short_complaints): Use
14794 gdb_test_stdio.
14795 (test_empty_complaint): Handle $inferior_spawn_id !=
14796 $gdb_spawn_id.
14797
14798 2015-07-29 Pedro Alves <palves@redhat.com>
14799
14800 * gdb.base/varargs.exp: Use gdb_test_stdio.
14801
14802 2015-07-29 Pedro Alves <palves@redhat.com>
14803
14804 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14805
14806 2015-07-29 Pedro Alves <palves@redhat.com>
14807
14808 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14809
14810 2015-07-29 Pedro Alves <palves@redhat.com>
14811
14812 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14813 parameter into two new parameters, "inf_result" and "gdb_result".
14814 Expect inferior output and gdb output from $inferior_spawn_id and
14815 $gdb_spawn_id, respectively. Adjust all callers.
14816
14817 2015-07-29 Pedro Alves <palves@redhat.com>
14818
14819 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14820 of gdb_test_sequence.
14821
14822 2015-07-29 Pedro Alves <palves@redhat.com>
14823
14824 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14825 (saw_spurious_output): Expect inferior output from
14826 $inferior_spawn_id. Use gdb_test_stdio.
14827
14828 2015-07-29 Pedro Alves <palves@redhat.com>
14829
14830 * gdb.base/dprintf.exp: Use standard_testfile. Change
14831 prepare_for_testing call.
14832 (srcfile): Don't set.
14833 (restart): New procedure.
14834 (test_dprintf): New procecure, use to continue over dprintfs.
14835 (test_call, test_agent): New procedures, tests moved here.
14836 Restart gdb and recreate dprintfs. Adjust expected output.
14837
14838 2015-07-29 Pedro Alves <palves@redhat.com>
14839
14840 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14841
14842 2015-07-29 Pedro Alves <palves@redhat.com>
14843
14844 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14845
14846 2015-07-29 Pedro Alves <palves@redhat.com>
14847
14848 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14849 gdb_test_stdio.
14850
14851 2015-07-29 Pedro Alves <palves@redhat.com>
14852
14853 * lib/gdb.exp (gdb_test_stdio): New procedure.
14854
14855 2015-07-29 Pedro Alves <palves@redhat.com>
14856
14857 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14858
14859 2015-07-29 Pedro Alves <palves@redhat.com>
14860
14861 * gdb.base/call-signal-resume.exp: Remove check for
14862 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14863 * gdb.base/unwindonsignal.exp: Likewise.
14864 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14865 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14866
14867 2015-07-29 Pedro Alves <palves@redhat.com>
14868
14869 * gdb.base/siginfo-addr.c (pass): New function.
14870 (handler): Call it iff si_addr is correct.
14871 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14872 Set a breakpoint at "pass" and continue to it.
14873
14874 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14875
14876 * gdb.python/py-objfile.exp: Make some tests have unique names.
14877 * gdb.python/py-pp-registration.exp: Likewise.
14878
14879 2015-07-28 Pedro Alves <palves@redhat.com>
14880
14881 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14882
14883 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14884
14885 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14886
14887 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14888
14889 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14890
14891 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14892
14893 * gdb.base/gdb-sigterm-2.exp: New test.
14894
14895 2015-07-25 Doug Evans <xdje42@gmail.com>
14896
14897 Revert:
14898 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14899 (workers/%.worker, build-perf): New rule.
14900 (GDB_PERFTEST_MODE): New variable.
14901 (check-perf): Use it.
14902 (clean): Clean up gdb.perf parallel build subdirs.
14903 * lib/build-piece.exp: New file.
14904 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14905 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14906 name.
14907 (standard_temp_file): Ditto.
14908 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14909 of $GDB_PARALLEL.
14910
14911 2015-07-24 Doug Evans <dje@google.com>
14912
14913 * gdb.perf/lib/perftest/utils.py: New file.
14914 * gdb.perf/gm-hello.cc: New file.
14915 * gdb.perf/gm-pervasive-typedef.cc: New file.
14916 * gdb.perf/gm-pervasive-typedef.h: New file.
14917 * gdb.perf/gm-std.cc: New file.
14918 * gdb.perf/gm-std.h: New file.
14919 * gdb.perf/gm-use-cerr.cc: New file.
14920 * gdb.perf/gm-utils.h: New file.
14921 * gdb.perf/gmonster-null-lookup.py: New file.
14922 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14923 * gdb.perf/gmonster-print-cerr.py: New file.
14924 * gdb.perf/gmonster-ptype-string.py: New file.
14925 * gdb.perf/gmonster-runto-main.py: New file.
14926 * gdb.perf/gmonster-select-file.py: New file.
14927 * gdb.perf/gmonster1-null-lookup.exp: New file.
14928 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14929 * gdb.perf/gmonster1-print-cerr.exp: New file.
14930 * gdb.perf/gmonster1-ptype-string.exp: New file.
14931 * gdb.perf/gmonster1-runto-main.exp: New file.
14932 * gdb.perf/gmonster1-select-file.exp: New file.
14933 * gdb.perf/gmonster1.cc: New file.
14934 * gdb.perf/gmonster1.exp: New file.
14935 * gdb.perf/gmonster2-null-lookup.exp: New file.
14936 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14937 * gdb.perf/gmonster2-print-cerr.exp: New file.
14938 * gdb.perf/gmonster2-ptype-string.exp: New file.
14939 * gdb.perf/gmonster2-runto-main.exp: New file.
14940 * gdb.perf/gmonster2-select-file.exp: New file.
14941 * gdb.perf/gmonster2.cc: New file.
14942 * gdb.perf/gmonster2.exp: New file.
14943
14944 2015-07-24 Doug Evans <dje@google.com>
14945
14946 * gdb.perf/README: New file.
14947 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14948 * lib/gen-perf-test.exp: New file.
14949
14950 2015-07-24 Doug Evans <dje@google.com>
14951
14952 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14953 (PerfTest::startup): New function.
14954 (PerfTest::run): Return result of calling body.
14955 (PerfTest::assemble): Rewrite.
14956 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14957 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14958 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14959 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14960 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14961
14962 2015-07-24 Doug Evans <dje@google.com>
14963
14964 * lib/gdb.exp (clean_restart): Make executable optional.
14965
14966 2015-07-24 Doug Evans <dje@google.com>
14967
14968 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14969 compiler_info references.
14970 * gdb.cp/temargs.exp: Ditto.
14971 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14972 (get_compiler_info): Early exit if already computed. Set compiler_info
14973 to "unknown" if there was a problem.
14974 (test_compiler_info): Add function comment. Call get_compiler_info.
14975
14976 2015-07-24 Doug Evans <dje@google.com>
14977
14978 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14979 (workers/%.worker, build-perf): New rule.
14980 (GDB_PERFTEST_MODE): New variable.
14981 (check-perf): Use it.
14982 (clean): Clean up gdb.perf parallel build subdirs.
14983 * lib/build-piece.exp: New file.
14984 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14985 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14986 name.
14987 (standard_temp_file): Ditto.
14988 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14989 of $GDB_PARALLEL.
14990
14991 2015-07-24 Doug Evans <dje@google.com>
14992
14993 * lib/future.exp (gdb_default_target_compile): New option
14994 "early_flags".
14995 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14996 --as-needed.
14997
14998 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14999
15000 * gdb.base/catch-syscall.exp: Call gdb_exit before
15001 gdb_skip_xml_test.
15002
15003 2015-07-24 Pedro Alves <palves@redhat.com>
15004
15005 * gdb.python/py-events.exp: Accept output between the stop event
15006 and the prompt.
15007 * gdb.python/py-evsignal.exp: Likewise.
15008 * gdb.python/py-evthreads.exp: Likewise.
15009
15010 2015-07-24 Pedro Alves <palves@redhat.com>
15011
15012 PR gdb/18717
15013 * gdb.threads/non-ldr-exit.c: New file.
15014 * gdb.threads/non-ldr-exit.exp: New file.
15015
15016 2015-07-24 Yao Qi <yao.qi@linaro.org>
15017
15018 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15019 restarting process.
15020
15021 2015-07-24 Yao Qi <yao.qi@linaro.org>
15022
15023 * gdb.server/ext-restart.exp: New file.
15024
15025 2015-07-24 Yao Qi <yao.qi@linaro.org>
15026
15027 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15028 argument options.
15029 * gdb.server/ext-wrapper.exp: New file.
15030
15031 2015-07-23 Doug Evans <dje@google.com>
15032
15033 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15034 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15035
15036 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15037
15038 * gdb.ada/var_arr_typedef.exp: New testcase.
15039 * gdb.ada/var_arr_typedef/pack.adb: New file.
15040 * gdb.ada/var_arr_typedef/pack.ads: New file.
15041 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15042
15043 2015-07-20 Joel Brobecker <brobecker@adacore.com>
15044
15045 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15046
15047 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15048
15049 * gdb.arch/i386-biarch-core.exp: Replace istarget
15050 by "complete set gnutarget". Remove expectation for the "core-file"
15051 command.
15052
15053 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15054
15055 Revert the previous commit:
15056 Tests for validate symbol file using build-id.
15057
15058 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15059
15060 Tests for validate symbol file using build-id.
15061 * gdb.base/solib-mismatch-lib.c: New file.
15062 * gdb.base/solib-mismatch-libmod.c: New file.
15063 * gdb.base/solib-mismatch.c: New file.
15064 * gdb.base/solib-mismatch.exp: New file.
15065
15066 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15067
15068 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15069 nios2-*-linux*.
15070 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15071 * gdb.base/siginfo.exp: Likewise.
15072 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15073
15074 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15075
15076 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15077 Move it to ...
15078 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15079 ... here.
15080 * gdb.trace/range-stepping.exp: Check that the target supports
15081 range stepping.
15082
15083 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15084
15085 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15086
15087 2015-07-14 Pedro Alves <palves@redhat.com>
15088
15089 * gdb.base/killed-outside.exp: New file.
15090 * gdb.base/killed-outside.c: New file.
15091
15092 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15093
15094 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15095 (n at main): New.
15096 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15097
15098 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15099
15100 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15101 infcall tests instead of setting up for KFAIL.
15102
15103 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15104
15105 * gdb.btrace/record_goto-step.exp: New.
15106
15107 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15108
15109 PR compile/18484
15110 * gdb.compile/compile.c (struct struct_type): Add volatile to
15111 selffield's type.
15112 * gdb.compile/compile.exp
15113 (compile code struct_object.selffield = &struct_object): Skip further
15114 struct_object tests if this one xfails.
15115
15116 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
15117
15118 PR exp/18617
15119 * gdb.trace/ax.exp: Add test.
15120
15121 2015-07-07 Yao Qi <yao.qi@linaro.org>
15122
15123 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15124 instead of istarget "aarch64*-*-*".
15125 * gdb.arch/aarch64-fp.exp: Likewise.
15126 * gdb.base/float.exp: Likewise.
15127 * gdb.reverse/aarch64.exp: Likewise.
15128 * lib/gdb.exp (is_aarch64_target): New proc.
15129
15130 2015-07-07 Yao Qi <yao.qi@linaro.org>
15131
15132 * lib/gdb.exp (is_aarch32_target): New proc.
15133 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15134 instead of "istarget "arm*-*-*"".
15135 * gdb.arch/arm-disp-step.exp: Likewise.
15136 * gdb.arch/thumb-bx-pc.exp: Likewise.
15137 * gdb.arch/thumb-prologue.exp: Likewise.
15138 * gdb.arch/thumb-singlestep.exp: Likewise.
15139 * gdb.base/disp-step-syscall.exp: Likewise.
15140 * gdb.base/float.exp: Likewise.
15141
15142 2015-07-07 Yao Qi <yao.qi@linaro.org>
15143
15144 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15145 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15146
15147 2015-07-07 Yao Qi <yao.qi@linaro.org>
15148
15149 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15150 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15151 if it exists.
15152 * gdb.multi/multi-arch.exp: Likewise.
15153
15154 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15155
15156 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15157 print.
15158
15159 2015-07-07 Yao Qi <yao.qi@linaro.org>
15160
15161 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15162
15163 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15164
15165 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15166 '[' and ']' characters.
15167
15168 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15169
15170 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15171
15172 2015-06-29 Pedro Alves <palves@redhat.com>
15173
15174 PR threads/18127
15175 * gdb.threads/hand-call-new-thread.c: New file.
15176 * gdb.threads/hand-call-new-thread.c: New file.
15177
15178 2015-06-26 Keith Seitz <keiths@redhat.com>
15179 Doug Evans <dje@google.com>
15180
15181 PR 16253
15182 * gdb.cp/var-tag-2.cc: New file.
15183 * gdb.cp/var-tag-3.cc: New file.
15184 * gdb.cp/var-tag-4.cc: New file.
15185 * gdb.cp/var-tag.cc: New file.
15186 * gdb.cp/var-tag.exp: New file.
15187
15188 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15189
15190 * gdb.base/history-duplicates.exp: New test.
15191
15192 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15193
15194 * gdb.base/completion.exp: Test the completion of the "focus"
15195 command.
15196
15197 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15198
15199 * gdb.arch/amd64-prologue-skip.S: New file.
15200 * gdb.arch/amd64-prologue-skip.exp: New file.
15201
15202 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15203
15204 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15205 is_address_zero_readable check.
15206
15207 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15208
15209 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15210 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15211
15212 2015-06-24 Yao Qi <yao.qi@linaro.org>
15213
15214 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15215 linux targets.
15216
15217 2015-06-24 Yao Qi <yao.qi@linaro.org>
15218
15219 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15220 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15221 * gdb.base/siginfo-thread.exp: Likewise.
15222
15223 2015-06-22 Yao Qi <yao.qi@linaro.org>
15224
15225 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15226
15227 2015-06-22 Yao Qi <yao.qi@linaro.org>
15228
15229 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15230 aarch64*-*-*.
15231 (skip_hw_watchpoint_tests): Likewise.
15232
15233 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15234
15235 * gdb.base/gdbinit-history.exp: Test the interaction between
15236 setting GDBHISTSIZE and setting the history size via .gdbinit.
15237
15238 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15239
15240 PR gdb/16999
15241 * gdb.base/gdbhistsize-history.exp: New test.
15242
15243 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15244
15245 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15246 with GDBHISTSIZE.
15247 * gdb.base/readline.exp: Likewise.
15248
15249 2015-06-17 Yao Qi <yao.qi@linaro.org>
15250
15251 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15252 line.
15253
15254 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15255
15256 * gdb.base/gdbinit-history.exp: Add test case to check that
15257 an unlimited history file does not get truncated on exit.
15258
15259 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15260
15261 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15262 (VECTOR): New macro. Use it...
15263 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15264 ...for these typedefs.
15265 (int8, char1, int1, double1): New typedefs.
15266 (struct just_int2, struct two_int2): New structures.
15267 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15268 (add_structvecs, add_singlevecs): New functions.
15269 (main): Call add_some_intvecs twice.
15270 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15271 the compile and exit upon failure. Try compiling for the "native"
15272 architecture. Test inferior function calls with vector arguments
15273 and vector return value handling with "finish" and "return".
15274
15275 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15276
15277 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15278 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15279 PE file.
15280 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15281
15282 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15283
15284 PR breakpoints/16465
15285 * gdb.mi/mi-dprintf-pending.c: New file.
15286 * gdb.mi/mi-dprintf-pending.exp: New test.
15287 * gdb.mi/mi-dprintf-pendshr.c: New file.
15288
15289 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15290 Mircea Gherzan <mircea.gherzan@intel.com>
15291
15292 * gdb.arch/i386-mpx-map.c: New file.
15293 * gdb.arch/i386-mpx-map.exp: New File.
15294
15295 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15296
15297 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15298 * gdb.arch/i386-mpx.exp: Indentation fixed.
15299
15300 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15301
15302 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15303 function and improved indentation.
15304 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15305 gdb_test_multiple. Added additional tests to skip the test.
15306
15307 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15308
15309 * gdb.arch/i386-avx512.c: Change path in include file.
15310 * gdb.arch/i386-avx512.exp: Change include dir path
15311 compilation flag.
15312 * gdb.arch/i386-mpx.c: Change path in include file.
15313 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15314 flag.
15315
15316 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15317
15318 * gdb.compile/compile-print.exp (compile print *vararray@3)
15319 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15320
15321 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15322
15323 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15324 (do not keep jit in memory): ... this.
15325 (expect 5): Change it to ...
15326 (expect no 5): ... this.
15327
15328 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15329
15330 PR gdb/15564
15331 * gdb.mi/mi-detach.exp: New file.
15332
15333 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15334
15335 PR symtab/18392
15336 * gdb.arch/amd64-tailcall-self.S: New file.
15337 * gdb.arch/amd64-tailcall-self.c: New file.
15338 * gdb.arch/amd64-tailcall-self.exp: New file.
15339
15340 2015-05-28 Don Breazeal <donb@codesourcery.com>
15341
15342 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15343 tests for remote targets by checking is_target_gdbserver.
15344
15345 2015-05-27 Doug Evans <dje@google.com>
15346
15347 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15348 * gdb.dwarf2/opaque-type-lookup.c: New file.
15349 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15350
15351 2015-05-26 Doug Evans <dje@google.com>
15352
15353 * gdb.cp/iostream.cc: New file.
15354 * gdb.cp/iostream.exp: New file.
15355
15356 2015-05-26 Doug Evans <dje@google.com>
15357
15358 * gdb.dwarf2/dw2-op-call.exp: Update.
15359 * gdb.dwarf2/dw4-sig-types.exp: Update.
15360 * gdb.dwarf2/implptr.exp: Update.
15361 * gdb.mi/mi-cmd-param-changed.exp: Update.
15362
15363 2015-05-26 Doug Evans <dje@google.com>
15364
15365 * gdb.python/py-lazy-string.c: New file.
15366 * gdb.python/py-lazy-string.exp: New file.
15367 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15368 (main): Update. Add estring3.
15369 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15370 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15371
15372 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15373 Yao Qi <yao.qi@linaro.org>
15374
15375 * gdb.reverse/aarch64.c: New.
15376 * gdb.reverse/aarch64.exp: New.
15377
15378 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15379
15380 * lib/gdb.exp (supports_process_record): Return true for
15381 aarch64*-linux*.
15382 (supports_reverse): Likewise.
15383
15384 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15385
15386 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15387 Use with_test_prefix.
15388
15389 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15390
15391 * gdb.base/completion.exp: Add test for completion of layout
15392 names.
15393
15394 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15395
15396 * lib/gdb.exp (skip_tui_tests): New proc.
15397 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15398
15399 2015-05-19 Pedro Alves <palves@redhat.com>
15400
15401 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15402 Save the whole env array instead of just HOME. Unset HISTSIZE in
15403 the environment while testing. Restore whole environment
15404 afterwards.
15405
15406 2015-05-16 Doug Evans <xdje42@gmail.com>
15407
15408 * gdb.guile/scm-ports.c: New file.
15409 * gdb.guile/scm-ports.exp: Add memory port tests.
15410
15411 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15412
15413 * gdb.compile/compile-print.c: New file.
15414 * gdb.compile/compile-print.exp: New file.
15415
15416 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15417
15418 * gdb.compile/compile-ops.exp: Cast param to void.
15419 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15420 (compile code struct_object.selffield = &struct_object): Add xfail.
15421
15422 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15423
15424 * gdb.ada/arr_enum_with_gap: New testcase.
15425
15426 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15427
15428 * gdb.ada/byte_packed_arr: New testcase.
15429
15430 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15431
15432 * gdb.ada/pckd_neg: New testcase.
15433
15434 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15435
15436 PR gdb/17820
15437 * gdb.base/gdbinit-history.exp: New test.
15438 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15439 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15440
15441 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15442
15443 * gdb.python/py-xmethods.cc: Enhance test case.
15444 * gdb.python/py-xmethods.exp: New tests.
15445 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15446 function.
15447 (B_indexoper): Likewise.
15448 (global_dm_list) : Add new xmethod worker functions.
15449
15450 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15451
15452 * gdb.base/coredump-filter.exp: Correctly unset
15453 "coredump_var_addr" array.
15454
15455 2015-05-08 Pedro Alves <palves@redhat.com>
15456
15457 * gdb.server/non-existing-program.exp: Unset spawn_id.
15458
15459 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15460
15461 PR python/18291
15462 * gdb.python/py-xmethods.exp: Add tests.
15463
15464 2015-05-08 Yao Qi <yao.qi@linaro.org>
15465
15466 PR gdb/18208
15467 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15468 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15469 function set_coredump_filter, and remove remote_exec call.
15470 Remove argument ipid. Callers update.
15471 (top level): Don't get inferior's PID.
15472
15473 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15474
15475 * gdb.base/watch_thread_num.exp: Skip test on targets without
15476 access watchpoints.
15477
15478 2015-05-06 Pedro Alves <palves@redhat.com>
15479
15480 PR server/18081
15481 * gdb.server/non-existing-program.exp: New file.
15482
15483 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15484
15485 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15486
15487 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15488
15489 * gdb.ada/out_of_line_in_inlined: New testcase.
15490
15491 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15492
15493 * gdb.ada/var_rec_arr: New testcase.
15494
15495 2015-04-30 Yao Qi <yao.qi@linaro.org>
15496
15497 * gdb.base/break-idempotent.exp: If
15498 skip_hw_watchpoint_multi_tests returns true, skip the tests
15499 on "rwatch" and "awatch".
15500
15501 2015-04-30 Yao Qi <yao.qi@linaro.org>
15502
15503 * gdb.base/relativedebug.exp: Invoke gdb command
15504 "info sharedlibrary", and if libc.so doesn't have debug info,
15505 skip the test.
15506
15507 2015-04-29 Doug Evans <dje@google.com>
15508
15509 * gdb.python/py-xmethods.exp: Add ptype tests.
15510 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15511 get_result_type method.
15512
15513 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15514
15515 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15516 the target does not support hardware watchpoints.
15517
15518 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15519
15520 * gdb.base/break-always.exp: Abort testing if writing to memory
15521 causes an error.
15522
15523 2015-04-28 Doug Evans <dje@google.com>
15524
15525 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15526 * gdb.python/py-pp-registration.exp: ... here. New file.
15527 * gdb.python/py-pp-registration.c: New file.
15528 * gdb.python/py-pp-registration.py: New file.
15529
15530 2015-04-28 Doug Evans <dje@google.com>
15531
15532 * gdb.python/py-bad-printers.c: New file.
15533 * gdb.python/py-bad-printers.py: New file.
15534 * gdb.python/py-bad-printers.exp: New file.
15535
15536 2015-04-28 Sasha Smundak <asmundak@google.com>
15537
15538 * gdb.python/py-type.exp: New test.
15539
15540 2015-04-28 Andy Wingo <wingo@igalia.com>
15541
15542 * gdb.python/py-parameter.exp:
15543 * gdb.guile/scm-parameter.exp: Escape the path that we are
15544 matching against, as it might contain characters that are special
15545 to regular expressions.
15546
15547 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15548
15549 * gdb.ada/rec_comp: New testcase.
15550
15551 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15552
15553 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15554 before using it.
15555
15556 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15557
15558 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15559 new tests for verilog output.
15560
15561 2015-04-24 Yao Qi <yao.qi@linaro.org>
15562
15563 * boards/remote-gdbserver-on-localhost.exp: New file.
15564
15565 2015-04-23 Pedro Alves <palves@redhat.com>
15566
15567 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15568 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15569 "end of file", remove $inferior_spawn_id from the indirect list.
15570
15571 2015-04-23 Pedro Alves <palves@redhat.com>
15572
15573 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15574
15575 2015-04-23 Pedro Alves <palves@redhat.com>
15576
15577 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15578 on $any_spawn_id instead of only on $gdb_spawn_id.
15579
15580 2015-04-21 Pierre Muller <muller@sourceware.org>
15581
15582 PR pascal/17815
15583 * lib/pascal.exp (gpc_compile): Add new option "class".
15584 (fpc_compile): Likewise.
15585 * gdb.pascal/case-insensitive-symbols.pas: New file.
15586 * gdb.pascal/case-insensitive-symbols.exp: New file.
15587
15588 2015-04-20 Gary Benson <gbenson@redhat.com>
15589
15590 * gdb.base/attach.exp: Fix three extended remote failures.
15591
15592 2015-04-17 Gary Benson <gbenson@redhat.com>
15593
15594 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15595 the main executable over the remote protocol.
15596
15597 2015-04-16 Pedro Alves <palves@redhat.com>
15598
15599 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15600 a new gdbserver if gdbserver_reconnect_p is set.
15601
15602 2015-04-16 Pedro Alves <palves@redhat.com>
15603
15604 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15605 is set, don't exit gdbserver.
15606
15607 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15608
15609 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15610 appropriate .insn, such that an older assembler can be used.
15611 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15612 the z/Architecture instruction set on 31-bit targets as well.
15613
15614 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15615
15616 * gdb.go/handcall.exp: Remove all logic related to the first
15617 breakpoint and rely on go_runto_main instead.
15618 * gdb.go/strings.exp: Likewise.
15619 * gdb.go/unsafe.exp: Likewise.
15620 * gdb.go/hello.exp: Likewise. Also rename the remaining
15621 breakpoint marker to "breakpoint 1".
15622 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15623 * gdb.go/strings.go: Likewise.
15624 * gdb.go/unsafe.go: Likewise.
15625 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15626 "set breakpoint 2 here" and rename the remaining breakpoint marker
15627 to "breakpoint 1".
15628
15629 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15630
15631 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15632 if itertools.imap is not present.
15633 * gdb.python/py-objfile.exp: Add parentheses.
15634 * gdb.python/py-type.exp: Same.
15635 * gdb.python/py-unwind-maint.py: Same.
15636
15637 2015-04-15 Yao Qi <yao.qi@linaro.org>
15638
15639 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15640 of ":$ptr_size" and set its form explicitly.
15641
15642 2015-04-15 Pedro Alves <palves@redhat.com>
15643 Yao Qi <yao.qi@linaro.org>
15644
15645 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15646 timeout by factor of 4.
15647 (test_regular_watch): Likewise.
15648 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15649 * gdb.reverse/sigall-reverse.exp: Likewise.
15650 * gdb.reverse/until-precsave.exp: Likewise.
15651 * lib/gdb.exp (with_timeout_factor): New proc.
15652 (gdb_expect): Move some code to ...
15653 (get_largest_timeout): ... here. New procedure.
15654
15655 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
15656
15657 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15658
15659 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15660
15661 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15662 to write to the .text section.
15663
15664 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15665
15666 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15667 Handle the case of targets that do not provide PID information.
15668
15669 2015-04-13 Yao Qi <yao.qi@linaro.org>
15670
15671 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15672 and use expect instead of gdb_expect.
15673
15674 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15675
15676 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15677 "coredump_var_addr" to avoid naming conflict with other testcases.
15678
15679 2015-04-10 Pedro Alves <palves@redhat.com>
15680
15681 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15682 gdb_test_sequence and gdb_assert.
15683
15684 2015-04-10 Pedro Alves <palves@redhat.com>
15685
15686 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15687 test messages that don't include the breakpoint address.
15688
15689 2015-04-10 Yao Qi <yao.qi@linaro.org>
15690
15691 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15692 false for some offset and width combinations which aren't
15693 supported by linux kernel.
15694
15695 2015-04-10 Pedro Alves <palves@redhat.com>
15696
15697 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15698 procedure, factored out from ...
15699 (top level): ... here. Add "set displaced-stepping" testing axis.
15700 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15701 parameter "displaced". Use it.
15702 (top level): Use foreach and add "set displaced-stepping" testing
15703 axis.
15704
15705 2015-04-10 Pedro Alves <palves@redhat.com>
15706
15707 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15708 Remove comment.
15709 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15710 both the address of the instruction that triggers the watchpoint
15711 and the address of the instruction immediately after, and use
15712 those addresses for the test. Fix comment.
15713
15714 2015-04-10 Pedro Alves <palves@redhat.com>
15715
15716 * gdb.base/sigstep.exp (breakpoint_to_handler)
15717 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15718 Test "backtrace" in handler.
15719 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15720 (top level): Add new "displaced" test axis to
15721 breakpoint_to_handler, breakpoint_to_handler_entry and
15722 breakpoint_over_handler.
15723
15724 2015-04-10 Pedro Alves <palves@redhat.com>
15725
15726 PR gdb/18216
15727 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15728
15729 2015-04-10 Yao Qi <yao.qi@linaro.org>
15730
15731 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15732 (test_add_rn_pc): New function.
15733 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15734 (top level): Invoke test_add_rn_pc.
15735
15736 2015-04-10 Pedro Alves <palves@redhat.com>
15737
15738 PR gdb/13858
15739 * gdb.base/step-over-no-symbols.exp: New file.
15740
15741 2015-04-09 Andy Wingo <wingo@igalia.com>
15742
15743 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15744 after the Python tests.
15745
15746 2015-04-08 Keith Seitz <keiths@redhat.com>
15747
15748 PR python/16699
15749 * gdb.python/py-completion.exp: New tests for completion.
15750 * gdb.python/py-completion.py (CompleteLimit1): New class.
15751 (CompleteLimit2): Likewise.
15752 (CompleteLimit3): Likewise.
15753 (CompleteLimit4): Likewise.
15754 (CompleteLimit5): Likewise.
15755 (CompleteLimit6): Likewise.
15756 (CompleteLimit7): Likewise.
15757
15758 2015-04-08 Pedro Alves <palves@redhat.com>
15759
15760 PR gdb/18214
15761 PR gdb/18216
15762 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15763 function.
15764 (main): Install it as SIGUSR1 handler.
15765 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15766 parameter. Always use "setup" as prefix. Toggle "set
15767 displaced-stepping" off/on depending on global. Don't switch to
15768 thread 1 here.
15769 (top level): Add displaced stepping "off/on" test axis. Update
15770 "setup" calls. Wrap each subtest with with_test_prefix. Test
15771 continuing with a queued signal in each thread.
15772
15773 2015-04-08 Pedro Alves <palves@redhat.com>
15774
15775 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15776 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15777 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15778 Return early if running to main fails.
15779 * gdb.trace/while-stepping.exp: Likewise.
15780
15781 2015-04-07 Pedro Alves <palves@redhat.com>
15782
15783 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15784 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15785 interact with inferior program.
15786
15787 2015-04-07 Pedro Alves <palves@redhat.com>
15788
15789 * lib/gdb.exp (inferior_spawn_id): New global.
15790 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15791 spawn id after processing the user code.
15792 (default_gdb_start): Set inferior_spawn_id.
15793 (send_inferior): New procedure.
15794 * lib/gdbserver-support.exp (gdbserver_start): Set
15795 inferior_spawn_id.
15796 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15797
15798 2015-04-07 Pedro Alves <palves@redhat.com>
15799
15800 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15801 * lib/gdbserver-support.exp (gdbserver_start): Make
15802 $server_spawn_id global.
15803 (gdbserver_start): Don't wait for gdbserver's spawn id with
15804 expect_background.
15805 (close_gdbserver): New procedure.
15806 (gdb_exit): Rename the default version and reimplement.
15807
15808 2015-04-07 Pedro Alves <palves@redhat.com>
15809
15810 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15811 append the substituted item, not the original item.
15812
15813 2015-04-07 Pedro Alves <palves@redhat.com>
15814
15815 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15816 gdb_expect.
15817
15818 2015-04-07 Pedro Alves <palves@redhat.com>
15819
15820 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15821 output appearing once only.
15822
15823 2015-04-07 Pedro Alves <palves@redhat.com>
15824
15825 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15826 that doesn't expect anything. Return early if running to main
15827 fails.
15828
15829 2015-04-07 Yao Qi <yao.qi@linaro.org>
15830
15831 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15832 (child_function): Call alarm.
15833 (main): Move call to alarm into the loop.
15834 * gdb.threads/non-stop-fair-events.exp: Build program with
15835 -DTIMEOUT=$timeout.
15836
15837 2015-04-06 Doug Evans <xdje42@gmail.com>
15838
15839 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15840 Fix dest parameter to board_info.
15841 (fpc_compile): Ditto.
15842 (gdb_compile_pascal): Rename dest arg to destfile.
15843
15844 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15845
15846 * gdb.ada/funcall_ref.exp: New file.
15847 * gdb.ada/funcall_ref/foo.adb: New file.
15848
15849 2015-04-02 Yao Qi <yao.qi@linaro.org>
15850
15851 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15852 is remote.
15853
15854 2015-04-02 Gary Benson <gbenson@redhat.com>
15855
15856 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15857
15858 2015-04-01 Sasha Smundak <asmundak@google.com>
15859
15860 * gdb.python/py-unwind-maint.c: New file.
15861 * gdb.python/py-unwind-maint.exp: New test.
15862 * gdb.python/py-unwind-maint.py: New file.
15863 * gdb.python/py-unwind.c: New file.
15864 * gdb.python/py-unwind.exp: New test.
15865 * gdb.python/py-unwind.py: New test.
15866
15867 2015-04-01 Pedro Alves <palves@redhat.com>
15868
15869 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15870 to fail instead of non-existent $test.
15871
15872 2015-04-01 Pedro Alves <palves@redhat.com>
15873
15874 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15875 GDBFLAGS if not empty.
15876
15877 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15878
15879 * gdb.ada/complete.exp: Remove "multi_line".
15880 * gdb.ada/info_exc.exp: Remove "multi_line".
15881 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15882 * gdb.ada/ptype_field.exp: Remove "multi_line".
15883 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15884 * gdb.ada/tagged.exp: Remove "multi_line".
15885 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15886 [multi_line ...]
15887 * gdb.btrace/delta.exp: Likewise.
15888 * gdb.btrace/exception.exp: Likewise.
15889 * gdb.btrace/function_call_history.exp: Likewise.
15890 * gdb.btrace/instruction_history.exp: Likewise.
15891 * gdb.btrace/nohist.exp: Likewise.
15892 * gdb.btrace/record_goto.exp: Likewise.
15893 * gdb.btrace/segv.exp: Likewise.
15894 * gdb.btrace/stepi.exp: Likewise.
15895 * gdb.btrace/tailcall.exp: Likewise.
15896 * gdb.btrace/unknown_functions.exp: Likewise.
15897 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15898 * lib/gdb.exp: Add the "multi_line" helper.
15899
15900 2015-04-01 Pedro Alves <palves@redhat.com>
15901
15902 * gdb.threads/tid-reuse.c: New file.
15903 * gdb.threads/tid-reuse.exp: New file.
15904
15905 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15906
15907 PR corefiles/16092
15908 * gdb.base/coredump-filter.c: New file.
15909 * gdb.base/coredump-filter.exp: Likewise.
15910
15911 2015-03-27 Petr Machata <pmachata@redhat.com>
15912
15913 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15914 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15915 (Dwarf::assemble): Initialize them.
15916 (Dwarf::lines): New function.
15917
15918 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15919
15920 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15921 SYMBOL_PREFIX for x86_64-*-cygwin.
15922
15923 2015-03-26 Andy Wingo <wingo@igalia.com>
15924
15925 PR symtab/18148
15926 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15927 const_value but not a location.
15928 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15929 location defined in non-main CUs are visible.
15930
15931 2015-03-26 Yao Qi <yao.qi@linaro.org>
15932
15933 PR testsuite/18139
15934 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15935 Add a line number entry for the same line.
15936 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15937 Add a line number entry for the same line.
15938
15939 2015-03-26 Yao Qi <yao.qi@linaro.org>
15940
15941 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15942 .int 0.
15943 (func): Likewise. Add .Lfunc_1 label.
15944 Use .Lfunc_1 label.
15945 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15946 .int 0.
15947 (func): Likewise.
15948 Use .Lfunc_1 label.
15949
15950 2015-03-26 Yao Qi <yao.qi@linaro.org>
15951
15952 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15953 Call gdb_compile instead to compile each .s files without debug
15954 information.
15955
15956 2015-03-26 Yao Qi <yao.qi@linaro.org>
15957
15958 * gdb.base/savedregs.exp (process_saved_regs): Make
15959 "Saved registers:" optional in the pattern.
15960
15961 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15962
15963 * gdb.btrace/next.exp: Merged into step.exp.
15964 * gdb.btrace/finish.exp: Merged into step.exp.
15965 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15966 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15967 "record goto" and checking the exact replay position.
15968 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15969 check for "Recording format" in "info record" output.
15970 * gdb.btrace/record_goto.exp: Choose test file based on target.
15971 * gdb.btrace/x86-record_goto.S: Renamed into ...
15972 * gdb.btrace/x86_64-record_goto.S: ... this.
15973 * gdb.btrace/i686-record_goto.S: New.
15974 * gdb.btrace/x86-tailcall.S: Renamed into ...
15975 * gdb.btrace/x86_64-tailcall.S: ... this.
15976 * gdb.btrace/i686-tailcall.S: New.
15977 * gdb.btrace/x86-tailcall.c: Renamed into ...
15978 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15979 separate statements. Update test.
15980 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15981 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15982 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15983 * gdb.btrace/tailcall.exp: Choose test file based on target.
15984 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15985
15986 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15987
15988 * gdb.btrace/exception.exp: Increase BTS buffer size.
15989
15990 2015-03-24 Pedro Alves <palves@redhat.com>
15991
15992 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15993
15994 2015-03-24 Pedro Alves <palves@redhat.com>
15995
15996 * gdb.threads/schedlock.exp (test_step): No longer expect that
15997 "set scheduler-locking step" with "next" over a function call runs
15998 threads unlocked.
15999
16000 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16001
16002 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16003
16004 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16005
16006 PR breakpoints/16466
16007 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16008 * gdb.mi/mi-pending.c (thread_func): New function.
16009 (int main): Add threading support required.
16010 * gdb.mi/mi-pending.exp: Add tests for this issue.
16011 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16012 (pendfunc2): Remove stdio dependency.
16013 * gdb.mi/mi-pendshr2.c: New file.
16014
16015 2015-03-23 Keith Seitz <keiths@redhat.com>
16016
16017 * gdb.linespec/keywords.c: New file.
16018 * gdb.linespec/keywords.exp: New file.
16019
16020 2015-03-23 Keith Seitz <keiths@redhat.com>
16021
16022 PR gdb/18021
16023 * gdb.dwarf2/staticvirtual.exp: New test.
16024
16025 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16026
16027 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16028 * README: Remove HP-UX and gdb.hp.
16029 (configuration):
16030 * configure: Regenerate.
16031 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16032 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16033 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16034 gdb.hp/gdb.defects/Makefile.
16035 * gdb.hp/Makefile.in: File deleted.
16036 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16037 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16038 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16039 * gdb.hp/gdb.aCC/run.c: File deleted.
16040 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16041 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16042 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16043 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16044 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16045 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16046 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16047 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16048 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16049 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16050 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16051 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16052 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16053 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16054 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16055 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16056 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16057 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16058 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16059 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16060 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16061 * gdb.hp/gdb.compat/average.c: File deleted.
16062 * gdb.hp/gdb.compat/sum.c: File deleted.
16063 * gdb.hp/gdb.compat/xdb.c: File deleted.
16064 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16065 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16066 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16067 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16068 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16069 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16070 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16071 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16072 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16073 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16074 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16075 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16076 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16077 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16078 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16079 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16080 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16081 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16082 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16083 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16084 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16085 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16086 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16087 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16088 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16089 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16090 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16091 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16092 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16093 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16094 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16095 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16096 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16097 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16098 * gdb.hp/tools/odump: File deleted.
16099
16100 2015-03-19 Pedro Alves <palves@redhat.com>
16101
16102 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16103 (saw_thread_3): New globals.
16104 (top level): Increment them when an event for the corresponding
16105 thread is seen.
16106 (no thread starvation): New test.
16107
16108 2015-03-19 Pedro Alves <palves@redhat.com>
16109
16110 * gdb.threads/continue-pending-status.c: New file.
16111 * gdb.threads/continue-pending-status.exp: New file.
16112
16113 2015-03-18 Pedro Alves <palves@redhat.com>
16114
16115 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16116 Use gdb_is_target_remote instead of is_remote. Use
16117 gdb_test_multiple instead of gdb_expect. Exit early if
16118 gdb_test_multiple hits its internal matches. Tighten stepi tests
16119 expected output. Fail on exit with any signal, instead of just
16120 SIGILL.
16121
16122 2015-03-18 Yao Qi <yao.qi@linaro.org>
16123
16124 PR tdep/18107
16125 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16126 variable.
16127 * gdb.base/catch-syscall.exp: Don't skip it on
16128 aarch64*-*-linux* target. Remove elements in all_syscalls.
16129 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16130 target.
16131 (setup_all_syscalls): New proc.
16132
16133 2015-03-16 Yao Qi <yao.qi@linaro.org>
16134
16135 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16136 (top level): Skip tests if valid_addr_p returns false for
16137 $cmd1 or $cmd2.
16138
16139 2015-03-11 Andy Wingo <wingo@igalia.com>
16140
16141 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16142
16143 2015-03-11 Yao Qi <yao.qi@linaro.org>
16144
16145 * gdb.base/catch-syscall.exp: Fix typo in comments.
16146
16147 2015-03-11 Yao Qi <yao.qi@linaro.org>
16148
16149 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16150
16151 2015-03-09 Pedro Alves <palves@redhat.com>
16152
16153 * dg-extract-results.py: Delete.
16154
16155 2015-03-09 Pedro Alves <palves@redhat.com>
16156
16157 Merge dg-extract-results.sh from GCC upstream (r218843).
16158
16159 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16160 * dg-extract-results.sh: Use --text with grep to avoid issues with
16161 binary files. Fall back to cat -v, if that doesn't work.
16162
16163 2015-03-05 Pedro Alves <palves@redhat.com>
16164
16165 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16166
16167 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16168
16169 * lib/mi-support.exp (mi_expect_interrupt): Accept
16170 alternative event for when in all-stop mode.
16171
16172 2015-03-04 Pedro Alves <palves@redhat.com>
16173
16174 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16175
16176 2015-03-04 Mark Kettenis <kettenis@gnu.org>
16177
16178 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16179
16180 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16181
16182 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16183 regexps for GDB's current line display, accept a hex address
16184 preceding the line number.
16185
16186 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16187
16188 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16189 the 'arch1' variable for "s390*-linux*" targets.
16190
16191 2015-03-04 Pedro Alves <palves@redhat.com>
16192
16193 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16194 (main): Pass missing retval argument to pthread_join call.
16195
16196 2015-03-02 Pedro Alves <palves@redhat.com>
16197
16198 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16199 (top level): Call do_test with non-stop as well.
16200
16201 2015-03-02 Pedro Alves <palves@redhat.com>
16202
16203 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16204 -1.
16205
16206 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16207
16208 * gdb.arch/s390-vregs.exp: New test.
16209 * gdb.arch/s390-vregs.S: New file.
16210
16211 2015-02-27 Pedro Alves <palves@redhat.com>
16212
16213 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16214 call to catch_command_errors.
16215 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16216 catch_command_errors.
16217
16218 2015-02-27 Pedro Alves <palves@redhat.com>
16219
16220 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16221 "true" for boolean result.
16222 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16223 prototype of main.
16224
16225 2015-02-27 Pedro Alves <palves@redhat.com>
16226
16227 * lib/unbuffer_output.c: New file.
16228 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16229 (main): Call gdb_unbuffer_output.
16230
16231 2015-02-27 Yao Qi <yao.qi@linaro.org>
16232
16233 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16234 target.
16235
16236 2015-02-26 Doug Evans <dje@google.com>
16237
16238 * gdb.cp/class2.cc (Dbase, D): New classes.
16239 (main): New local delta.
16240 * gdb.cp/class2.exp: Test printing delta.
16241 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16242 (dynbar): New global.
16243 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16244
16245 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16246
16247 * gdb.compile/compile-ifunc.c: New file.
16248 * gdb.compile/compile-ifunc.exp: New file.
16249
16250 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16251
16252 * gdb.base/structs.exp: Check for correct struct on finish.
16253
16254 2015-02-26 Yao Qi <yao.qi@linaro.org>
16255
16256 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16257 is zero.
16258
16259 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16260
16261 * gdb.arch/cordic.ko.bz2: New file.
16262 * gdb.arch/cordic.ko.debug.bz2: New file.
16263 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16264
16265 2015-02-25 Yao Qi <yao.qi@linaro.org>
16266
16267 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16268 aarch64*-*-* target.
16269
16270 2015-02-23 Pedro Alves <palves@redhat.com>
16271
16272 * lib/gdb.exp (delete_breakpoints): Rewrite using
16273 gdb_test_multiple.
16274
16275 2015-02-23 Pedro Alves <palves@redhat.com>
16276
16277 * gdb.base/info-os.c: Include stdlib.h.
16278
16279 2015-02-22 Doug Evans <xdje42@gmail.com>
16280
16281 PR symtab/17855
16282 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16283 is read after symbols have been re-read.
16284 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16285 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16286
16287 2015-02-21 Doug Evans <dje@google.com>
16288
16289 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16290
16291 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16292
16293 PR corefiles/17808
16294 * gdb.arch/i386-biarch-core.core.bz2: New file.
16295 * gdb.arch/i386-biarch-core.exp: New file.
16296
16297 2015-02-21 Pedro Alves <palves@redhat.com>
16298
16299 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16300 runto_main fails.
16301
16302 2015-02-20 Pedro Alves <palves@redhat.com>
16303
16304 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16305 info probes.
16306
16307 2015-02-20 Pedro Alves <palves@redhat.com>
16308
16309 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16310
16311 2015-02-20 Pedro Alves <palves@redhat.com>
16312
16313 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16314 clean_restart before gdb_target_supports_trace.
16315
16316 2015-02-20 Pedro Alves <palves@redhat.com>
16317
16318 PR threads/18006
16319 * gdb.threads/clone-thread_db.c: New file.
16320 * gdb.threads/clone-thread_db.exp: New file.
16321
16322 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16323
16324 PR breakpoints/16812
16325 * gdb.base/catch-gdb-caused-signals.c: New file.
16326 * gdb.base/catch-gdb-caused-signals.exp: New file.
16327
16328 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16329
16330 * configure: Regenerated.
16331 * configure.ac: Use GDB_AC_TRANSFORM.
16332 * aclocal.m4: sinclude ../transform.m4.
16333
16334 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16335
16336 * lib/dtrace.exp: New file.
16337 * gdb.base/dtrace-probe.exp: Likewise.
16338 * gdb.base/dtrace-probe.d: Likewise.
16339 * gdb.base/dtrace-probe.c: Likewise.
16340 * lib/pdtrace.in: Likewise.
16341 * configure.ac: Output variables with the transformed names of
16342 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16343 * configure: Regenerated.
16344
16345 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16346
16347 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16348 expected message when trying to access $_probe_* convenience
16349 variables while not on a probe.
16350
16351 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16352
16353 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16354
16355 2015-02-11 Pedro Alves <pedro@codesourcery.com>
16356
16357 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16358 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16359
16360 2015-02-10 Doug Evans <xdje42@gmail.com>
16361
16362 * lib/gdb.exp (gdb_load): Always return a result.
16363
16364 2015-02-10 Pedro Alves <palves@redhat.com>
16365
16366 * gdb.threads/signal-sigtrap.c: New file.
16367 * gdb.threads/signal-sigtrap.exp: New file.
16368
16369 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16370
16371 * gdb.trace/no-attach-trace.c: New file.
16372 * gdb.trace/no-attach-trace.exp: New file.
16373
16374 2015-02-09 Mark Wielaard <mjw@redhat.com>
16375
16376 * gdb.dwarf2/atomic.c: New file.
16377 * gdb.dwarf2/atomic-type.exp: Likewise.
16378
16379 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16380
16381 * gdb.btrace/buffer-size.exp: Update "info record" output.
16382 * gdb.btrace/delta.exp: Update "info record" output.
16383 * gdb.btrace/enable.exp: Update "info record" output.
16384 * gdb.btrace/finish.exp: Update "info record" output.
16385 * gdb.btrace/instruction_history.exp: Update "info record" output.
16386 * gdb.btrace/next.exp: Update "info record" output.
16387 * gdb.btrace/nexti.exp: Update "info record" output.
16388 * gdb.btrace/step.exp: Update "info record" output.
16389 * gdb.btrace/stepi.exp: Update "info record" output.
16390 * gdb.btrace/nohist.exp: Update "info record" output.
16391
16392 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16393
16394 * gdb.btrace/buffer-size: New.
16395
16396 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16397
16398 * gdb.btrace/delta.exp: Update "info record" output.
16399 * gdb.btrace/enable.exp: Update "info record" output.
16400 * gdb.btrace/finish.exp: Update "info record" output.
16401 * gdb.btrace/instruction_history.exp: Update "info record" output.
16402 * gdb.btrace/next.exp: Update "info record" output.
16403 * gdb.btrace/nexti.exp: Update "info record" output.
16404 * gdb.btrace/step.exp: Update "info record" output.
16405 * gdb.btrace/stepi.exp: Update "info record" output.
16406 * gdb.btrace/nohist.exp: Update "info record" output.
16407
16408 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16409
16410 PR gdb/15678
16411 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16412
16413 2015-02-06 Pedro Alves <palves@redhat.com>
16414
16415 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16416 macro.
16417 (seconds_left, again): New globals.
16418 (main): Wait seconds_left in a 1-second sleep loop instead of
16419 sleeping 180 seconds. If 'again' is set, reset the seconds
16420 counter.
16421 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16422 'again' in the inferior before detaching. Print the seconds left.
16423 (options): New global.
16424 (top level): Build program with -DTIMEOUT=$timeout.
16425
16426 2015-02-06 Pedro Alves <palves@redhat.com>
16427
16428 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16429 determine how many seconds to pass to 'alarm'.
16430 * gdb.base/gdb-sigterm.exp (top level): Build program with
16431 -DTIMEOUT=$timeout.
16432 (do_test): Return success/failure indication. Add more verbose
16433 logging. Don't fail if 200 single steps are seen. Instead, fail
16434 when the test times out.
16435 (passes): New global.
16436 (top level): Break the testing loop if testing fails on any
16437 iteration. Use gdb_assert.
16438
16439 2015-02-04 Don Breazeal <donb@codesourcery.com>
16440
16441 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16442 and initialize them.
16443 (ipc_cleanup): New function.
16444 (main): Don't declare shmid, semid, and msqid. Add a call to
16445 atexit so that we call ipc_cleanup on exit.
16446
16447 2015-02-04 Pedro Alves <palves@redhat.com>
16448
16449 * boards/native-extended-gdbserver.exp: Remove any target variant
16450 specifications from the board name before clearing the isremote
16451 flag from board_info.
16452
16453 2015-01-31 Doug Evans <xdje42@gmail.com>
16454
16455 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16456
16457 2015-01-31 Gary Benson <gbenson@redhat.com>
16458
16459 * gdb.base/completion.exp: Disable completion limiting for
16460 existing tests. Add new tests to check completion limiting.
16461 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16462
16463 2015-01-31 Doug Evans <xdje42@gmail.com>
16464
16465 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16466
16467 2015-01-31 Doug Evans <xdje42@gmail.com>
16468
16469 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16470 entries. Duplicate file section script entries.
16471 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16472 inlined entries. Add test for safe-path rejection.
16473 * gdb.python/py-section-script.c: Add duplicate inlined section script
16474 entries. Duplicate file section script entries.
16475 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16476 inlined entries. Add test for safe-path rejection.
16477
16478 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16479
16480 * gdb.ada/disc_arr_bound: New testcase.
16481
16482 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16483
16484 * gdb.ada/mi_var_array: New testcase.
16485
16486 2015-01-27 Doug Evans <dje@google.com>
16487
16488 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16489 Add test for objfile.filename, objfile.username after objfile
16490 has been unloaded.
16491
16492 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16493
16494 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16495 the second test to print the name attribute of value
16496 returned by the call to gdb.lookup_type, and adjust
16497 the expected output accordingly.
16498
16499 2015-01-25 Mark Wielaard <mjw@redhat.com>
16500
16501 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16502 * gdb.base/disp-step-fork.c: Include unistd.h.
16503 * gdb.base/siginfo-obj.c: Include stdio.h.
16504 * gdb.base/siginfo-thread.c: Likewise.
16505 * gdb.mi/non-stop.c: Include unistd.h.
16506 * gdb.mi/nsthrexec.c: Include stdio.h.
16507 * gdb.mi/pthreads.c: Include unistd.h.
16508 * gdb.modula2/unbounded1.c (main): Declare returns int.
16509 * gdb.reverse/consecutive-reverse.c: Likewise.
16510 * gdb.threads/create-fail.c: Include unistd.h.
16511 * gdb.threads/killed.c: Likewise.
16512 * gdb.threads/linux-dp.c: Likewise.
16513 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16514 * gdb.threads/non-ldr-exc-2.c: Likewise.
16515 * gdb.threads/non-ldr-exc-3.c: Likewise.
16516 * gdb.threads/non-ldr-exc-4.c: Likewise.
16517 * gdb.threads/pthreads.c: Include unistd.h.
16518 (main): Declare returns int.
16519 * gdb.threads/tls-main.c (foo): New declaration.
16520 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16521
16522 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16523
16524 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16525 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16526
16527 2015-01-15 Mark Wielaard <mjw@redhat.com>
16528
16529 * gdb.base/noreturn-return.c: New file.
16530 * gdb.base/noreturn-return.exp: New file.
16531 * gdb.base/noreturn-finish.c: New file.
16532 * gdb.base/noreturn-finish.exp: New file.
16533
16534 2015-01-23 Pedro Alves <palves@redhat.com>
16535
16536 * gdb.threads/continue-pending-after-query.c: New file.
16537 * gdb.threads/continue-pending-after-query.exp: New file.
16538
16539 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16540 Simon Marchi <simon.marchi@ericsson.com>
16541
16542 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16543 * gdb.base/valgrind-db-attach.exp: Same.
16544 * gdb.base/valgrind-infcall.exp: Same.
16545 * lib/mi-support.exp (default_mi_gdb_start): Same.
16546 * lib/prompt.exp (default_prompt_gdb_start): Same.
16547 * lib/gdb.exp (default_gdb_spawn): Same.
16548 (gdb_interact): New.
16549
16550
16551 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16552
16553 * gdb.compile/compile.exp (pointer to jit function): New test.
16554
16555 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
16556
16557 * lib/gdb.exp (supports_process_record): Return true for
16558 powerpc*-*-linux*.
16559 (supports_reverse): Likewise.
16560
16561 2015-01-15 Don Breazeal <donb@codesourcery.com>
16562
16563 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16564 instead of checking whether the target board is remote and
16565 use spawn_wait_for_attach instead of exec/sleep.
16566 * gdb.base/attach-twice.exp: Likewise.
16567
16568 2015-01-15 Joel Brobecker <brobecker@adacore.com>
16569
16570 * gdb.ada/var_arr_attrs: New testcase.
16571
16572 2015-01-14 Pedro Alves <palves@redhat.com>
16573 Joel Brobecker <brobecker@adacore.com>
16574
16575 PR gdb/17525
16576 * gdb.base/bp-cmds-execution-x-script.c: New file.
16577 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16578 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16579
16580 2015-01-14 Pedro Alves <palves@redhat.com>
16581
16582 PR cli/17828
16583 * gdb.base/batch-preserve-term-settings.c: New file.
16584 * gdb.base/batch-preserve-term-settings.exp: New file.
16585
16586 2015-01-13 Doug Evans <dje@google.com>
16587
16588 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16589 binary.
16590
16591 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16592
16593 * Makefile.in (clean mostlyclean): Do not delete *.py.
16594
16595 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16596
16597 * gdb.python/py-lookup-type.exp: New file.
16598
16599 2015-01-12 Pedro Alves <palves@redhat.com>
16600
16601 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16602 restore GDBFLAGS before returning.
16603
16604 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16605
16606 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16607 is_amd64_regs_target and is_x86_like_target.
16608
16609 2015-01-11 Doug Evans <xdje42@gmail.com>
16610
16611 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16612 is given without an explicit form.
16613 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16614 attributes.
16615 * gdb.dwarf/corrupt.exp: Ditto.
16616 * gdb.dwarf2/enum-type.exp: Ditto.
16617 * gdb.trace/entry-values.exp: Ditto.
16618 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16619
16620 2015-01-11 Doug Evans <xdje42@gmail.com>
16621
16622 PR gdb/15830
16623 * gdb.base/maint.exp: Remove references to "maint demangle".
16624 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16625 Add tests for explicitly specifying language to demangle.
16626 * gdb.dlang/demangle.exp: Ditto.
16627
16628 2015-01-09 Pedro Alves <palves@redhat.com>
16629
16630 * gdb.threads/non-stop-fair-events.c: New file.
16631 * gdb.threads/non-stop-fair-events.exp: New file.
16632
16633 2015-01-09 Pedro Alves <palves@redhat.com>
16634
16635 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16636 the global scope. Set a breakpoint after all threads are started
16637 rather than stepping over two source lines. Expect the prompt.
16638 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16639 global.
16640 (NUM): Now 15.
16641 (main): Use threads_started_barrier to wait for all threads to
16642 start. Main thread no longer calls thread_function. Exit after
16643 180 seconds.
16644 (loop): New function.
16645 (thread_function): Wait on threads_started_barrier barrier. Call
16646 'loop' at each iteration.
16647 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16648 threads have started, instead of hardcoding number of "next"
16649 steps. Use an access watchpoint instead of a write watchpoint.
16650
16651 2015-01-09 Pedro Alves <palves@redhat.com>
16652
16653 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16654 (thread_func): Wait on barrier.
16655 (main): Wait for all threads to start before stopping GDB.
16656 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16657 global.
16658 (thread1_func, thread2_func): Wait on barrier.
16659 (main): Wait for all threads to start before stopping GDB.
16660 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16661 New global.
16662 (thread1_func, thread2_func): Wait on barrier.
16663 (main): Wait for all threads to start before stopping GDB.
16664
16665 2015-01-09 Pedro Alves <palves@redhat.com>
16666
16667 * gdb.threads/attach-many-short-lived-threads.c: New file.
16668 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16669
16670 2014-01-09 Pedro Alves <palves@redhat.com>
16671
16672 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16673 instead of to thread 2.
16674 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16675 Add barrier around each pthread_create call instead of around all
16676 calls.
16677 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16678 Set a break on thread_function and have the child threads hit it
16679 one at at a time.
16680
16681 2015-01-09 Pedro Alves <palves@redhat.com>
16682
16683 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16684 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16685 false.
16686 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16687 checking whether the target board is remote.
16688 * gdb.multi/multi-attach.exp: Likewise.
16689 * gdb.python/py-sync-interp.exp: Likewise.
16690 * gdb.server/ext-attach.exp: Likewise.
16691 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16692 tests that need to attach, instead of checking whether the target
16693 board is remote at the top of the file.
16694
16695 2015-01-08 Yao Qi <yao@codesourcery.com>
16696
16697 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16698
16699 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16700
16701 Fix testcase compilation.
16702 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16703
16704 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16705
16706 * gdb.python/py-type.exp: Add a couple test about empty
16707 array creation, and negative-length array creation.
16708
16709 2015-01-02 Doug Evans <xdje42@gmail.com>
16710
16711 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16712
16713 2015-01-02 Doug Evans <dje@google.com>
16714
16715 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16716
16717 2014-12-29 Yao Qi <yao@codesourcery.com>
16718
16719 * gdb.trace/entry-values.exp: Update comments. Rename variable
16720 bar_call_foo to returned_from_foo.
16721
16722 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16723
16724 PR gdb/17394
16725 * gdb.linespec/break-asm-file.c: New file.
16726 * gdb.linespec/break-asm-file.exp: New file.
16727 * gdb.linespec/break-asm-file0.s: New file.
16728 * gdb.linespec/break-asm-file1.s: New file.
16729
16730 2014-12-18 Nigel Stephens <nigel@mips.com>
16731 Maciej W. Rozycki <macro@codesourcery.com>
16732
16733 * gdb.base/float.exp: Handle the new output from "info float" on
16734 MIPS targets.
16735
16736 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16737
16738 Fix MinGW compilation.
16739 * gdb.compile/compile-ops.exp: Update untested message if
16740 !skip_compile_feature_tests.
16741 * gdb.compile/compile-setjmp.exp: Likewise.
16742 * gdb.compile/compile-tls.exp: Likewise.
16743 * gdb.compile/compile.exp: Likewise.
16744 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16745 supported on this host".
16746
16747 2014-12-16 Doug Evans <xdje42@gmail.com>
16748
16749 * boards/stabs.exp: New file.
16750
16751 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16752
16753 * gdb.base/completion.exp: Adjust to format changes of "maint
16754 print user-registers".
16755
16756 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16757
16758 PR server/17457
16759 * gdb.arch/aarch64-fp.c: New file.
16760 * gdb.arch/aarch64-fp.exp: New file.
16761
16762 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16763
16764 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16765 r210637, r210913, r211666, r215400, r215817).
16766
16767 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16768 * dg-extract-results.py: New file.
16769 * dg-extract-results.sh: Use it if the environment seems
16770 suitable.
16771
16772 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16773
16774 * dg-extract-results.py (parse_run): Handle warnings that
16775 are printed before a test harness is run.
16776
16777 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16778
16779 * dg-extract-results.py (Named): Remove __cmp__ method.
16780 (output_variation): Use a key to sort variation.harnesses.
16781
16782 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16783
16784 * dg-extract-results.py: For Python 3, force sys.stdout to
16785 handle surrogate escape sequences.
16786 (safe_open): New function.
16787 (output_segment, main): Use it.
16788
16789 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16790
16791 * dg-extract-results.py (Prog.result_re): Include options
16792 in test name.
16793
16794 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16795
16796 * dg-extract-results.py (output_variation): Always sort if
16797 do_sum.
16798
16799 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16800
16801 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16802 as long as we get pagination notifications.
16803
16804 2014-12-15 Jason Merrill <jason@redhat.com>
16805
16806 * Makefile.in (check-gdb.%): Restore.
16807 * README: Mention it.
16808
16809 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16810
16811 * gdb.ada/str_uninit: New testcase.
16812
16813 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16814
16815 PR symtab/17642
16816 * gdb.base/vla-stub-define.c: New file.
16817 * gdb.base/vla-stub.c: New file.
16818 * gdb.base/vla-stub.exp: New file.
16819
16820 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16821 Jan Kratochvil <jan.kratochvil@redhat.com>
16822 Tom Tromey <tromey@redhat.com>
16823
16824 * configure.ac: Add gdb.compile/.
16825 * configure: Regenerate.
16826 * gdb.compile/Makefile.in: New file.
16827 * gdb.compile/compile-ops.exp: New file.
16828 * gdb.compile/compile-ops.c: New file.
16829 * gdb.compile/compile-tls.c: New file.
16830 * gdb.compile/compile-tls.exp: New file.
16831 * gdb.compile/compile-constvar.S: New file.
16832 * gdb.compile/compile-constvar.c: New file.
16833 * gdb.compile/compile-mod.c: New file.
16834 * gdb.compile/compile-nodebug.c: New file.
16835 * gdb.compile/compile-setjmp-mod.c: New file.
16836 * gdb.compile/compile-setjmp.c: New file.
16837 * gdb.compile/compile-setjmp.exp: New file.
16838 * gdb.compile/compile-shlib.c: New file.
16839 * gdb.compile/compile.c: New file.
16840 * gdb.compile/compile.exp: New file.
16841 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16842
16843 2014-12-12 Tom Tromey <tromey@redhat.com>
16844
16845 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16846 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16847
16848 2014-12-12 Doug Evans <dje@google.com>
16849
16850 * lib/gdb-python.exp (get_python_valueof): New function.
16851 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16852
16853 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16854
16855 * gdb.base/completion.exp: Add test for completion of "info
16856 registers ".
16857
16858 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16859
16860 * gdb.base/func-ptrs.c: New file.
16861 * gdb.base/func-ptrs.exp: New file.
16862
16863 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16864
16865 PR breakpoints/17012
16866 * gdb.base/dprintf-detach.c: New file.
16867 * gdb.base/dprintf-detach.exp: New file.
16868
16869 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16870
16871 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16872 * lib/gdb.exp (target_is_gdbserver): New procedure.
16873
16874 2014-12-08 Doug Evans <dje@google.com>
16875
16876 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16877
16878 2014-12-05 Yao Qi <yao@codesourcery.com>
16879
16880 * gdb.guile/scm-error.exp: Remove the third argument to
16881 gdb_remote_download.
16882 * gdb.guile/scm-frame-args.exp: Likewise.
16883 * gdb.guile/scm-section-script.exp: Likewise.
16884
16885 2014-12-05 Yao Qi <yao@codesourcery.com>
16886
16887 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16888
16889 2014-12-04 Doug Evans <dje@google.com>
16890
16891 * gdb.python/py-objfile.exp: Add tests for
16892 objfile.add_separate_debug_file.
16893
16894 2014-12-04 Doug Evans <dje@google.com>
16895
16896 * lib/gdb.exp (get_build_id): New function.
16897 (build_id_debug_filename_get): Rewrite to use it.
16898 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16899
16900 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16901
16902 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16903 `method(long)', not just 0x0.
16904 * gdb.cp/nsalias.exp: Align code labels to 4.
16905 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16906 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16907 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16908 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16909 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16910 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16911
16912 2014-12-02 Doug Evans <dje@google.com>
16913
16914 PR symtab/17602
16915 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16916 * gdb.cp/anon-ns2.cc: ... here. New file.
16917 * gdb.cp/anon-ns.exp: Update.
16918
16919 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
16920
16921 * gdb.python/py-events.py (inferior_call_handler): New.
16922 (register_changed_handler, memory_changed_handler): New.
16923 (test_events.invoke): Register new handlers.
16924 * gdb.python/py-events.exp: Add tests for inferior call,
16925 memory_changed and register_changed events.
16926
16927 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16928
16929 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16930 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16931 if the linker doesn't understand this.
16932
16933 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16934
16935 * gdb.python/python.exp: Change expected reply to help().
16936
16937 2014-12-01 Yao Qi <yao@codesourcery.com>
16938
16939 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16940 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16941 * configure: Re-generated.
16942
16943 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16944
16945 * gdb.cp/chained-calls.cc: New file.
16946 * gdb.cp/chained-calls.exp: New file.
16947 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16948
16949 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16950
16951 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16952 * gdb.dwarf2/symtab-producer.exp: Same.
16953 * gdb.gdb/python-interrupts.exp: Same.
16954 * gdb.gdb/python-selftest.exp: Same.
16955 * gdb.python/py-linetable.exp: Same.
16956 * gdb.python/py-type.exp: Same.
16957 * gdb.python/py-value-cc.exp: Same.
16958 * gdb.python/py-value.exp: Same.
16959
16960 2014-11-28 Yao Qi <yao@codesourcery.com>
16961
16962 * gdb.base/break-probes.exp: Match library name prefixed with
16963 sysroot.
16964
16965 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16966
16967 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16968 test expected output. Add parentheses for the call to print.
16969 Remove L suffix from integers.
16970
16971 2014-11-26 Doug Evans <dje@google.com>
16972
16973 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16974
16975 2014-11-22 Yao Qi <yao@codesourcery.com>
16976
16977 * gdb.trace/entry-values.c: Remove asms.
16978 (foo): Add foo_label.
16979 (bar): Add bar_label.
16980 * gdb.trace/entry-values.exp: Remove code computing foo's
16981 length and bar's length.
16982 (Dwarf::assemble): Invoke function_range for bar and use
16983 MACRO_AT_func for foo.
16984
16985 2014-11-22 Yao Qi <yao@codesourcery.com>
16986
16987 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16988 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16989 Use .Lgcc43_procstart instead of gcc43.
16990
16991 2014-11-21 Joel Brobecker <brobecker@adacore.com>
16992
16993 * gdb.ada/n_arr_bound: New testcase.
16994
16995 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16996
16997 PR breakpoints/10737
16998 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16999 test_catch_syscall_multi_arch.
17000 (test_catch_syscall_multi_arch): New function.
17001
17002 2014-11-20 Doug Evans <xdje42@gmail.com>
17003
17004 * gdb.base/maint.exp: Update expected output.
17005
17006 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17007
17008 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17009 4-byte instruction on S390.
17010
17011 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17012
17013 * gdb.ada/arr_arr: New testcase.
17014
17015 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17016
17017 * gdb.ada/pkd_arr_elem: New Testcase.
17018
17019 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
17020
17021 * gdb.reverse/break-precsave: Expect completion message for
17022 core file reads.
17023 * gdb.reverse/consecutive-precsave.exp: Likewise.
17024 * gdb.reverse/finish-precsave.exp: Likewise.
17025 * gdb.reverse/i386-precsave.exp: Likewise.
17026 * gdb.reverse/machinestate-precsave.exp: Likewise.
17027 * gdb.reverse/sigall-precsave.exp: Likewise.
17028 * gdb.reverse/solib-precsave.exp: Likewise.
17029 * gdb.reverse/step-precsave.exp: Likewise.
17030 * gdb.reverse/until-precsave.exp: Likewise.
17031 * gdb.reverse/watch-precsave.exp: Likewise.
17032
17033 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17034
17035 * gdb.base/bp-permanent.c: Include unistd.h.
17036 * gdb.python/py-framefilter-mi.c (main): Add return type.
17037 * gdb.python/py-framefilter.c (main): Likewise.
17038 * gdb.trace/actions-changed.c (main): Likewise.
17039
17040 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17041
17042 * gdb.mi/until.c: Add eye-catchers.
17043 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17044 line numbers.
17045
17046 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17047
17048 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17049 function header variants in break1.c.
17050 * gdb.base/ena-dis-br.exp: Likewise.
17051 * gdb.base/hbreak2.exp: Likewise.
17052 * gdb.reverse/until-precsave.exp: Drop references to removed
17053 non-prototype function header variants in ur1.c.
17054 * gdb.reverse/until-reverse.exp: Likewise.
17055
17056 2014-11-17 Petr Machata <pmachata@redhat.com>
17057
17058 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17059 ${_cu_offset_size} bytes abbrev offset.
17060
17061 2014-11-15 Doug Evans <xdje42@gmail.com>
17062
17063 PR symtab/17559
17064 * gdb.base/line-symtabs.exp: New file.
17065 * gdb.base/line-symtabs.c: New file.
17066 * gdb.base/line-symtabs.h: New file.
17067
17068 2014-11-14 Yao Qi <yao@codesourcery.com>
17069
17070 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17071 (func): Add label func_label.
17072 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17073 Replace low_pc and high_pc with MACRO_AT_range.
17074 Replace name, low_pc and high_pc with MACRO_AT_func.
17075
17076 2014-11-14 Yao Qi <yao@codesourcery.com>
17077
17078 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17079 Replace name, low_pc and high_pc with MACRO_AT_func.
17080
17081 2014-11-14 Yao Qi <yao@codesourcery.com>
17082
17083 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17084 produce debug information.
17085 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17086
17087 2014-11-14 Yao Qi <yao@codesourcery.com>
17088
17089 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17090 object and get function length.
17091 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17092 with MACRO_AT_func.
17093 (top-level): Replace gdb_compile and clean_restart with
17094 prepare_for_testing.
17095 * gdb.dwarf2/main.c (main): Add label main_label.
17096
17097 2014-11-14 Yao Qi <yao@codesourcery.com>
17098
17099 * lib/dwarf.exp (function_range): New procedure.
17100 (Dwarf::_handle_macro_at_func): New procedure.
17101 (Dwarf::_handle_macro_at_range): New procedure.
17102 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17103
17104 2014-11-14 Yao Qi <yao@codesourcery.com>
17105
17106 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17107 (_handle_attribute): New procedure.
17108
17109 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17110
17111 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17112 * gdb.base/call-sc.c (zed): Likewise.
17113 * gdb.base/checkpoint.c (main): Likewise.
17114 * gdb.base/dump.c (main): Likewise.
17115 * gdb.base/gcore.c (main): Likewise.
17116 * gdb.base/huge.c (main): Likewise.
17117 * gdb.base/multi-forks.c (main): Likewise.
17118 * gdb.base/pr10179-a.c (main): Likewise.
17119 * gdb.base/savedregs.c (main): Likewise.
17120 * gdb.base/sigaltstack.c (main): Likewise.
17121 * gdb.base/siginfo.c (main): Likewise.
17122 * gdb.base/structs.c (zed): Likewise.
17123 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17124 * gdb.mi/mi-syn-frame.c (main): Likewise.
17125 * gdb.mi/until.c (foo, main): Likewise.
17126 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17127 * gdb.base/solib-weak.c (foo): Declare.
17128 * gdb.base/attach-twice.c: Include stdio.h.
17129 * gdb.base/weaklib1.c: Likewise.
17130 * gdb.base/weaklib2.c: Likewise.
17131 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17132 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17133 unistd.h.
17134 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17135 * gdb.mi/mi-exit-code.c: Likewise.
17136 * gdb.base/break-interp-lib.c: Include string.h.
17137 * gdb.base/coremaker.c: Likewise.
17138 * gdb.base/testenv.c: Likewise.
17139 * gdb.python/py-finish-breakpoint.c: Likewise.
17140 * gdb.base/inferior-died.c: Include sys/wait.h.
17141 * gdb.base/fileio.c: Include time.h.
17142 * gdb.base/async-shell.c: Include unistd.h.
17143 * gdb.base/dprintf-non-stop.c: Likewise.
17144 * gdb.base/info-os.c: Likewise.
17145 * gdb.mi/mi-console.c: Likewise.
17146 * gdb.mi/watch-nonstop.c: Likewise.
17147 * gdb.python/py-events.c: Likewise.
17148 * gdb.base/async.c (baz): Move up before its invocation.
17149 * gdb.base/code_elim2.c (my_global_func): Likewise.
17150 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17151 * gdb.base/advance.c (func2): Likewise.
17152
17153 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17154
17155 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17156 variant.
17157 * gdb.base/annota3.c: Likewise.
17158 * gdb.base/async.c: Likewise.
17159 * gdb.base/average.c: Likewise.
17160 * gdb.base/call-ar-st.c: Likewise.
17161 * gdb.base/call-rt-st.c: Likewise.
17162 * gdb.base/call-sc.c: Likewise.
17163 * gdb.base/call-strs.c: Likewise.
17164 * gdb.base/ending-run.c: Likewise.
17165 * gdb.base/execd-prog.c: Likewise.
17166 * gdb.base/exprs.c: Likewise.
17167 * gdb.base/foll-exec.c: Likewise.
17168 * gdb.base/foll-fork.c: Likewise.
17169 * gdb.base/foll-vfork.c: Likewise.
17170 * gdb.base/funcargs.c: Likewise.
17171 * gdb.base/gcore.c: Likewise.
17172 * gdb.base/jump.c: Likewise.
17173 * gdb.base/langs0.c: Likewise.
17174 * gdb.base/langs1.c: Likewise.
17175 * gdb.base/langs2.c: Likewise.
17176 * gdb.base/mips_pro.c: Likewise.
17177 * gdb.base/nodebug.c: Likewise.
17178 * gdb.base/opaque0.c: Likewise.
17179 * gdb.base/opaque1.c: Likewise.
17180 * gdb.base/recurse.c: Likewise.
17181 * gdb.base/run.c: Likewise.
17182 * gdb.base/scope0.c: Likewise.
17183 * gdb.base/scope1.c: Likewise.
17184 * gdb.base/setshow.c: Likewise.
17185 * gdb.base/setvar.c: Likewise.
17186 * gdb.base/shmain.c: Likewise.
17187 * gdb.base/shr1.c: Likewise.
17188 * gdb.base/shr2.c: Likewise.
17189 * gdb.base/sigall.c: Likewise.
17190 * gdb.base/signals.c: Likewise.
17191 * gdb.base/so-indr-cl.c: Likewise.
17192 * gdb.base/solib2.c: Likewise.
17193 * gdb.base/structs.c: Likewise.
17194 * gdb.base/sum.c: Likewise.
17195 * gdb.base/vforked-prog.c: Likewise.
17196 * gdb.base/watchpoint.c: Likewise.
17197 * gdb.reverse/shr2.c: Likewise.
17198 * gdb.reverse/until-reverse.c: Likewise.
17199 * gdb.reverse/ur1.c: Likewise.
17200 * gdb.reverse/watch-reverse.c: Likewise.
17201
17202 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17203
17204 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17205 variant.
17206 * gdb.base/sepdebug.exp: Drop references to removed code.
17207
17208 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17209
17210 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17211 variant. Preserve original line numbering.
17212 * gdb.base/list1.c: Likewise.
17213
17214 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17215
17216 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17217 variant.
17218 * gdb.base/break1.c: Likewise.
17219 * gdb.base/break.exp: Drop references to removed code.
17220
17221 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17222
17223 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17224 variant.
17225
17226 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17227
17228 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17229
17230 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17231
17232 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17233 logic into perform_all_tests() and invoke it with and without
17234 function header prototypes.
17235 (do_function_calls): Remove conditional XFAIL for PR 5318.
17236 (rerun_and_prepare): Remove duplicate code.
17237 (perform_all_tests): New. Main logic moved here.
17238
17239 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17240
17241 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17242 code guarded by #ifdef NO_PROTOTYPES.
17243 (t_double_many_args): Likewise.
17244 (DEF_FUNC_MANY_ARGS_1): Likewise.
17245 (DEF_FUNC_VALUES_1): Likewise.
17246 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17247 guarded by #ifdef PROTOTYPES.
17248
17249 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17250
17251 * gdb.mi/mi-console.c: Add eye-catcher.
17252 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17253 instead of literal line number.
17254
17255 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17256
17257 * gdb.base/shr2.c: Add eye-catcher.
17258 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17259 line number.
17260
17261 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17262
17263 * gdb.base/jump.c: Add eye-catchers.
17264 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17265 numbers.
17266
17267 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17268
17269 * gdb.base/execd-prog.c: Add eye-catchers.
17270 * gdb.base/foll-exec.c: Likewise.
17271 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17272 line numbers.
17273
17274 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17275
17276 * gdb.base/ending-run.c: Add eye-catchers.
17277 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17278 literal line numbers.
17279
17280 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17281
17282 * gdb.base/call-rt-st.c: Add eye-catchers.
17283 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17284 literal line numbers.
17285
17286 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17287
17288 * gdb.base/call-ar-st.c: Add eye-catchers.
17289 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17290 literal line numbers.
17291
17292 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17293
17294 * gdb.base/average.c: Add eye-catchers.
17295 * gdb.base/sum.c: Likewise.
17296 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17297 regexps dynamically.
17298
17299 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17300
17301 * gdb.base/solib1.c: Add eye-catchers.
17302 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17303 literal line numbers.
17304
17305 2014-11-12 Pedro Alves <palves@redhat.com>
17306
17307 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17308 leader has exited.
17309
17310 2014-11-12 Pedro Alves <palves@redhat.com>
17311
17312 * gdb.arch/i386-bp_permanent.c: New file.
17313 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17314 (srcfile): Set to i386-bp_permanent.c.
17315 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17316 that stepi does not execute the 'leave' instruction, instead of
17317 testing it does execute.
17318 * gdb.base/bp-permanent.c: New file.
17319 * gdb.base/bp-permanent.exp: New file.
17320
17321 2014-11-10 Doug Evans <xdje42@gmail.com>
17322
17323 PR symtab/17564
17324 * gdb.base/symtab-search-order.exp: New file.
17325 * gdb.base/symtab-search-order.c: New file.
17326 * gdb.base/symtab-search-order-1.c: New file.
17327 * gdb.base/symtab-search-order-shlib-1.c: New file.
17328
17329 2014-11-07 Pedro Alves <palves@redhat.com>
17330
17331 PR gdb/17511
17332 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17333 i?86-*-linux*.
17334
17335 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17336
17337 PR c++/17494
17338 * gdb.cp/pr17494.cc: New file.
17339 * gdb.cp/pr17494.exp: New file.
17340
17341 2014-11-02 Yao Qi <yao@codesourcery.com>
17342
17343 * gdb.python/python.exp: Get working directory and match the
17344 output of "set extended-prompt \\w " with it.
17345
17346 2014-10-30 Doug Evans <dje@google.com>
17347
17348 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17349 in objfiles.
17350 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17351 in progspaces.
17352
17353 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
17354
17355 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17356 * gdb.base/realname-expand.exp: Likewise.
17357 * gdb.linespec/macro-relative.exp: Likewise.
17358
17359 2014-10-29 Pedro Alves <palves@redhat.com>
17360
17361 PR gdb/17408
17362 * gdb.threads/schedlock.c (some_function): New function.
17363 (call_function): New global.
17364 (MAYBE_CALL_SOME_FUNCTION): New macro.
17365 (thread_function): Call it.
17366 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17367 and use it instead of a global counter. Adjust all callers.
17368 (get_current_thread): Use "find current thread" for test message
17369 here rather than having all callers pass down the same string.
17370 (goto_loop): New procedure, factored out from ...
17371 (my_continue): ... this.
17372 (step_ten_loops): Change parameter from test message to command to
17373 use. Adjust.
17374 (list_count): Delete global.
17375 (check_result): New procedure, factored out from duplicate top
17376 level code.
17377 (continue tests): Wrap in with_test_prefix.
17378 (test_step): New procedure, factored out from duplicate top level
17379 code.
17380 (top level): Test "step" in combination with all scheduler-locking
17381 modes. Test "next" in combination with all scheduler-locking
17382 modes, and in combination with stepping over a function call or
17383 not.
17384 * gdb.threads/next-bp-other-thread.c: New file.
17385 * gdb.threads/next-bp-other-thread.exp: New file.
17386
17387 2014-10-29 Pedro Alves <palves@redhat.com>
17388
17389 PR python/17372
17390 * gdb.python/python.exp: Test a multi-line command that spawns
17391 interactive Python.
17392 * gdb.base/multi-line-starts-subshell.exp: New file.
17393
17394 2014-10-29 Yao Qi <yao@codesourcery.com>
17395
17396 * gdb.base/fileio.exp: Make directories on host.
17397
17398 2014-10-29 Yao Qi <yao@codesourcery.com>
17399
17400 * gdb.base/fileio.c (test_write): Close the file.
17401
17402 2014-10-28 Pedro Alves <palves@redhat.com>
17403
17404 PR gdb/12623
17405 * gdb.base/sigstep.c (no_handler): New global.
17406 (main): If 'no_handler is true, set the signal handlers to
17407 SIG_IGN.
17408 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17409 with_sw_watch and no_handler parameters. Handle them.
17410 (top level) <stepping over handler when stopped at a breakpoint
17411 test>: Add a test axis for testing with a software watchpoint, and
17412 another for testing with the signal handler set to SIG_IGN.
17413 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17414 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17415
17416 2014-10-28 Pedro Alves <palves@redhat.com>
17417
17418 PR gdb/17511
17419 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17420 * gdb.base/sigstep.exp (other_handler_location): New global.
17421 (advance): Support stepping into the signal handler, and running
17422 commands while in the handler.
17423 (in_handler_map): New global.
17424 (top level): In the advance test, add combinations for getting
17425 into the handler with stepping commands, and for running commands
17426 in the handler. Add comment descripting the advancei tests.
17427
17428 2014-10-28 Pedro Alves <palves@redhat.com>
17429
17430 * gdb.base/sigstep.exp: Use build_executable instead of
17431 prepare_for_testing.
17432 (top level): Move code that starts GDB, runs to main and creates a
17433 display to ...
17434 (restart): ... this new procedure.
17435 (top level): Move backtrace from signal handler test to ...
17436 (validate_backtrace): ... this new procedure.
17437 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17438 with_test_prefix. Always restart GDB.
17439 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17440 with_test_prefix. Always restart GDB. No need to delete
17441 breakpoints after the test.
17442 (test_skip_handler): Remove prefix parameter.
17443 (skip_over_handler, breakpoint_to_handler)
17444 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17445 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17446 restart GDB. No need to delete breakpoints after the test.
17447 (top level): Use foreach to call the test procedures with
17448 different commands.
17449
17450 2014-10-28 Pedro Alves <palves@redhat.com>
17451
17452 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17453 instead of GNATS numbers.
17454 * gdb.base/sigbpt.exp: Likewise.
17455 * gdb.base/siginfo.exp: Likewise.
17456 * gdb.base/sigstep.exp: Likewise.
17457
17458 2014-10-27 Pedro Alves <palves@redhat.com>
17459
17460 * gdb.base/sigstep.c (dummy): New global.
17461 (main): Issue a couple writes to the new global.
17462 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17463 procedures.
17464 (skip_over_handler): Use test_skip_handler.
17465 (top level): Call skip_over_handler for stepi and nexti too.
17466 (breakpoint_over_handler): Use test_skip_handler.
17467 (top level): Call breakpoint_over_handler for stepi and nexti too.
17468
17469 2014-10-27 Yao Qi <yao@codesourcery.com>
17470
17471 * gdb.trace/tfile.c (adjust_function_address)
17472 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17473 function descriptor.
17474
17475 2014-10-24 Don Breazeal <donb@codesourcery.com>
17476
17477 * gdb.base/foll-fork.exp (test_follow_fork,
17478 catch_fork_child_follow): Check for updated fork messages emitted
17479 from infrun.c.
17480 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17481 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17482 vfork_and_exec_child_follow_through_step): Check for updated vfork
17483 messages emitted from infrun.c.
17484
17485 2014-10-24 Pedro Alves <palves@redhat.com>
17486
17487 * gdb.base/corefile.exp: Remove references to ultrix.
17488 * gdb.base/interrupt.exp: Likewise.
17489 * gdb.base/whatis.exp: Likewise.
17490 * gdb.gdb/selftest.exp: Likewise.
17491 * gdb.threads/manythreads.exp: Likewise.
17492 * gdb.threads/print-threads.exp: Likewise.
17493 * gdb.threads/pthreads.exp:: Likewise.
17494 * gdb.threads/schedlock.exp: Likewise.
17495
17496 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17497
17498 * gdb.cp/non-trivial-retval.cc: Add a test case.
17499 * gdb.cp/non-trivial-retval.exp: Add a test.
17500
17501 2014-10-20 Yao Qi <yao@codesourcery.com>
17502
17503 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17504 * gdb.python/py-objfile-script-gdb.py: New file.
17505 * gdb.python/py-objfile-script.exp: Update reference to
17506 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17507 of remote_download. Remove the dest file.
17508
17509 2014-10-20 Yao Qi <yao@codesourcery.com>
17510
17511 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17512 * gdb.base/step-line.exp: Likewise.
17513 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17514 * gdb.dwarf2/dw2-basic.exp: Likewise.
17515 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17516 * gdb.dwarf2/dw2-filename.exp: Likewise.
17517 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17518 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17519 * gdb.dwarf2/dw2-producer.exp: Likewise.
17520 * gdb.dwarf2/mac-fileno.exp: Likewise.
17521 * gdb.python/py-frame-args.exp: Likewise.
17522 * gdb.python/py-framefilter.exp: Likewise.
17523 * gdb.python/py-mi.exp: Likewise.
17524 * gdb.python/py-objfile-script.exp: Likewise
17525 * gdb.python/py-pp-integral.exp: Likewise.
17526 * gdb.python/py-pp-re-notag.exp: Likewise.
17527 * gdb.python/py-prettyprint.exp: Likewise.
17528 * gdb.python/py-section-script.exp: Likewise.
17529 * gdb.python/py-typeprint.exp: Likewise.
17530 * gdb.python/py-xmethods.exp: Likewise.
17531 * gdb.stabs/weird.exp: Likewise.
17532 * gdb.xml/tdesc-regs.exp: Likewise.
17533
17534 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17535
17536 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17537 (out_cu): Use addr_len for the size of addresses.
17538 (out_line): Likewise. Size DW_LNE_set_address instruction
17539 according to addr_len.
17540 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17541 (FUNC): Add START_INSNS to definition.
17542
17543 2014-10-18 Yao Qi <yao@codesourcery.com>
17544
17545 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17546 gdb_has_argv0 return true.
17547 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17548 check [target_info exists noargs], check [gdb_has_argv0]
17549 instead.
17550 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17551 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17552 procedures.
17553
17554 2014-10-17 Doug Evans <dje@google.com>
17555
17556 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17557 event.
17558 * gdb.python/py-events.py: Add clear_objfiles event.
17559
17560 2014-10-17 Doug Evans <dje@google.com>
17561
17562 * gdb.python/py-objfile.exp: Test progspace attribute.
17563
17564 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
17565
17566 * gdb.guile/scm-breakpoint.exp: Do not assume any
17567 directory separators when matching source file paths.
17568 * gdb.python/py-breakpoint.exp: Likewise.
17569 * gdb.reverse/break-precsave.exp: Likewise.
17570 * gdb.reverse/break-reverse.exp: Likewise.
17571 * gdb.reverse/consecutive-precsave.exp: Likewise.
17572 * gdb.reverse/finish-precsave.exp: Likewise.
17573 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17574 * gdb.reverse/finish-reverse.exp: Likewise.
17575 * gdb.reverse/i386-precsave.exp: Likewise.
17576 * gdb.reverse/i387-env-reverse.exp: Likewise.
17577 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17578 * gdb.reverse/machinestate-precsave.exp: Likewise.
17579 * gdb.reverse/machinestate.exp: Likewise.
17580 * gdb.reverse/sigall-precsave.exp: Likewise.
17581 * gdb.reverse/solib-precsave.exp: Likewise.
17582 * gdb.reverse/step-precsave.exp: Likewise.
17583 * gdb.reverse/until-precsave.exp: Likewise.
17584 * gdb.reverse/watch-precsave.exp: Likewise.
17585 * gdb.reverse/watch-reverse.exp: Likewise.
17586
17587 2014-10-17 Yao Qi <yao@codesourcery.com>
17588
17589 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17590 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17591
17592 2014-10-17 Pedro Alves <palves@redhat.com>
17593
17594 PR gdb/17471
17595 * gdb.base/bg-execution-repeat.c: New file.
17596 * gdb.base/bg-execution-repeat.exp: New file.
17597
17598 2014-10-17 Pedro Alves <palves@redhat.com>
17599
17600 PR gdb/17300
17601 * gdb.base/continue-all-already-running.c: New file.
17602 * gdb.base/continue-all-already-running.exp: New file.
17603
17604 2014-10-17 Pedro Alves <palves@redhat.com>
17605
17606 PR gdb/17472
17607 * gdb.base/annota-input-while-running.c: New file.
17608 * gdb.base/annota-input-while-running.exp: New file.
17609
17610 2014-10-17 Pedro Alves <palves@redhat.com>
17611
17612 * gdb.base/callfuncs.exp: emove references to osf.
17613 * gdb.base/sigall.exp: Likewise.
17614 * gdb.gdb/selftest.exp: Likewise.
17615 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17616 * gdb.mi/non-stop.c: Likewise.
17617 * gdb.mi/pthreads.c: Likewise.
17618 * gdb.reverse/sigall-precsave.exp: Likewise.
17619 * gdb.reverse/sigall-reverse.exp: Likewise.
17620 * gdb.threads/pthreads.c: Likewise.
17621 * gdb.threads/pthreads.exp: Likewise.
17622
17623 2014-10-17 Yao Qi <yao@codesourcery.com>
17624
17625 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17626 check 'target_info exists noargs'.
17627 (test_command_prompt_position): Likewise.
17628 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17629 Remove "set args".
17630 (progvar_simple_while_test): Likewise.
17631 (progvar_complex_if_while_test): Likewise.
17632 (if_while_breakpoint_command_test): Likewise.
17633 (infrun_breakpoint_command_test): Likewise.
17634 (breakpoint_command_test): Likewise.
17635 (watchpoint_command_test): Likewise.
17636 (bp_deleted_in_command_test): Likewise.
17637 (temporary_breakpoint_commands): Likewise.
17638
17639 2014-10-16 Yao Qi <yao@codesourcery.com>
17640
17641 * gdb.base/remotetimeout.exp: Remove noargs checking.
17642
17643 2014-10-15 Pedro Alves <palves@redhat.com>
17644
17645 PR breakpoints/9649
17646 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17647 * gdb.base/breakpoint-in-ro-region.exp
17648 (probe_target_hardware_step): New procedure.
17649 (top level): Probe hardware stepping and hardware breakpoint
17650 support. Test stepping through a read-only region, with both
17651 "breakpoint auto-hw" on and off and both "always-inserted" on and
17652 off.
17653
17654 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17655
17656 * gdb.dlang/demangle.exp: Update for demangling changes.
17657
17658 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17659
17660 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17661 * gdb.cp/non-trivial-retval.exp: Add new tests.
17662
17663 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17664
17665 PR c++/13403
17666 PR c++/15154
17667 * gdb.cp/non-trivial-retval.cc: New file.
17668 * gdb.cp/non-trivial-retval.exp: New file.
17669
17670 2014-10-15 Yao Qi <yao@codesourcery.com>
17671
17672 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17673 remote host.
17674
17675 2014-10-15 Yao Qi <yao@codesourcery.com>
17676
17677 * gdb.python/py-symbol.exp: Match file base name if host is
17678 remote, otherwise match file name with dir name.
17679 * gdb.python/py-symtab.exp: Likewise.
17680 * gdb.python/python.exp: Likewise.
17681
17682 2014-10-15 Yao Qi <yao@codesourcery.com>
17683
17684 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17685 pattern.
17686 * gdb.python/py-symtab.exp: Likewise.
17687 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17688 locationn.
17689
17690 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17691
17692 * gdb.ada/addr_arith: New testcase.
17693
17694 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17695
17696 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17697 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17698 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17699 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17700
17701 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17702
17703 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17704 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17705 * gdb.arch/stap-eval-lang-ada.exp: New file.
17706
17707 2014-10-14 Yao Qi <yao@codesourcery.com>
17708
17709 * gdb.mi/mi-var-child.c (nothing1): New function.
17710 (nothing2): New function.
17711 (do_children_tests): Set function pointers by nothing1 and
17712 nothing2.
17713 * gdb.mi/mi-var-child.exp: Step over new added statements.
17714 Update test to match the new output.
17715 * gdb.mi/var-cmd.c (nothing1): New function.
17716 (nothing2): New function.
17717 (do_children_tests): Set function pointers by nothing1 and
17718 nothing2.
17719 * gdb.mi/mi-var-display.exp: Update test to match output.
17720 Step to the line specified by $line_dct_nothing.
17721 Increase the number of lines to step.
17722
17723 2014-10-14 Yao Qi <yao@codesourcery.com>
17724
17725 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17726 tests.
17727 * gdb.mi/mi2-var-child.exp: Likewise.
17728
17729 2014-10-13 Doug Evans <dje@google.com>
17730
17731 * gdb.python/py-objfile.exp: Change name of file name test.
17732
17733 2014-10-13 Doug Evans <dje@google.com>
17734
17735 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17736 from the start of the CU.
17737
17738 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17739 Yao Qi <yao@codesourcery.com>
17740
17741 Fix "save breakpoints" for "catch" command.
17742 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17743 Remove -nonewline. Match also the added "main" line.
17744
17745 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17746
17747 Fix "save breakpoints" for "disable $bpnum" command.
17748 * gdb.base/save-bp.c (main): Add label.
17749 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17750
17751 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17752
17753 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17754
17755 2014-10-11 Yao Qi <yao@codesourcery.com>
17756
17757 * gdb.server/server-kill.exp: Execute command
17758 "set remote trace-status-packet on" before "tstatus".
17759
17760 2014-10-11 Yao Qi <yao@codesourcery.com>
17761
17762 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17763 (main): Call getppid.
17764 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17765 and continue to it. Read variable "server_pid".
17766
17767 2014-10-11 Yao Qi <yao@codesourcery.com>
17768
17769 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17770
17771 2014-10-11 Yao Qi <yao@codesourcery.com>
17772
17773 * gdb.threads/thread-find.exp: Don't execute command
17774 "info threads".
17775 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17776 * gdb.threads/linux-dp.exp: Don't check the condition
17777 $threads_created equals to zero.
17778
17779 2014-10-10 Pedro Alves <palves@redhat.com>
17780
17781 * gdb.base/bigcore.exp: Remove references to IRIX.
17782 * gdb.base/funcargs.exp: Likewise.
17783 * gdb.base/interrupt.exp: Likewise.
17784 * gdb.base/mips_pro.exp: Likewise.
17785 * gdb.base/nodebug.exp: Likewise.
17786 * gdb.base/setvar.exp: Likewise.
17787 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17788
17789 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17790 Pedro Alves <palves@redhat.com>
17791
17792 PR symtab/14466
17793 * gdb.base/vdso-warning.c: New file.
17794 * gdb.base/vdso-warning.exp: New file.
17795
17796 2014-10-02 Doug Evans <dje@google.com>
17797
17798 * gdb.base/structs.c (main): Don't run forever.
17799
17800 2014-10-02 Pedro Alves <palves@redhat.com>
17801
17802 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17803 (top level) <stop threads 1, stop threads 2>: Use it.
17804
17805 2014-10-02 Pedro Alves <palves@redhat.com>
17806
17807 * gdb.threads/break-while-running.exp (test): Add new
17808 'update_thread_list' argument. Skip "info threads" if false.
17809 (top level): Add new 'update_thread_list' axis.
17810
17811 2014-10-02 Pedro Alves <palves@redhat.com>
17812
17813 PR breakpoints/17431
17814 * gdb.base/execl-update-breakpoints.c: New file.
17815 * gdb.base/execl-update-breakpoints.exp: New file.
17816
17817 2014-10-01 Pedro Alves <palves@redhat.com>
17818
17819 * gdb.base/breakpoint-in-ro-region.c: New file.
17820 * gdb.base/breakpoint-in-ro-region.exp: New file.
17821
17822 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17823
17824 * gdb.mi/mi-exit-code.exp: New file.
17825 * gdb.mi/mi-exit-code.c: New file.
17826
17827 2014-09-30 Yao Qi <yao@codesourcery.com>
17828
17829 * lib/prelink-support.exp (build_executable_own_libs): Error if
17830 the target isn't native.
17831
17832 2014-09-30 Yao Qi <yao@codesourcery.com>
17833
17834 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17835 false.
17836
17837 2014-09-22 Pedro Alves <palves@redhat.com>
17838
17839 * gdb.threads/break-while-running.exp: New file.
17840 * gdb.threads/break-while-running.c: New file.
17841
17842 2014-09-19 Yao Qi <yao@codesourcery.com>
17843
17844 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17845 Invoke test. Restart GDB with --readnow and invoke test again.
17846
17847 2014-09-19 Yao Qi <yao@codesourcery.com>
17848
17849 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17850 proc set_breakpoint_on_gcd_function. Invoke
17851 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17852 invoke set_breakpoint_on_gcd_function again.
17853
17854 2014-09-18 Doug Evans <dje@google.com>
17855
17856 * gdb.dwarf2/symtab-producer.exp: New file.
17857
17858 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17859
17860 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17861 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17862 * gdb.base/global-var-nested-by-dso.c: Likewise.
17863 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17864
17865 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17866 Pedro Alves <palves@redhat.com>
17867
17868 * gdb.base/watch-bitfields.exp: Pass string other than test file
17869 name to prepare_for_testing.
17870 (watch): New procedure.
17871 (expect_watchpoint): Use with_test_prefix.
17872 (top level): Factor out tests to ...
17873 (test_watch_location, test_regular_watch): ... these new
17874 procedures, and use with_test_prefix and gdb_continue_to_end.
17875
17876 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17877
17878 PR breakpoints/12526
17879 * gdb.base/watch-bitfields.exp: New file.
17880 * gdb.base/watch-bitfields.c: New file.
17881
17882 2014-09-16 Pedro Alves <palves@redhat.com>
17883
17884 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17885 software and hardware addresses, not software address against
17886 itself.
17887
17888 2014-09-16 Pedro Alves <palves@redhat.com>
17889
17890 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17891 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17892
17893 2014-09-16 Pedro Alves <palves@redhat.com>
17894
17895 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17896 files.
17897 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17898 "*-*-vxworks*" throughout.
17899 * gdb.base/break.exp: Likewise.
17900 * gdb.base/default.exp: Likewise.
17901 * gdb.base/scope.exp: Likewise.
17902 * gdb.base/sepdebug.exp: Likewise.
17903 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17904 throughout.
17905 * gdb.base/run.c: Likewise.
17906 * gdb.base/sepdebug.c: Likewise.
17907 * gdb.hp/gdb.aCC/run.c: Likewise.
17908 * gdb.reverse/until-reverse.c: Likewise.
17909 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17910
17911 2014-09-16 Yao Qi <yao@codesourcery.com>
17912
17913 * boards/local-remote-host-native.exp: New file.
17914
17915 2014-09-14 Doug Evans <xdje42@gmail.com>
17916
17917 * gdb.threads/queue-signal.c (thread_count): New variable.
17918 (thread_count_mutex, thread_count_condvar): New variables.
17919 (incr_thread_count, wait_all_threads_running): New functions.
17920 (main): Wait for all threads to be in their thread functions.
17921
17922 2014-09-13 Doug Evans <xdje42@gmail.com>
17923
17924 * gdb.threads/queue-signal.c: New file.
17925 * gdb.threads/queue-signal.exp: New file.
17926
17927 2014-09-13 Doug Evans <xdje42@gmail.com>
17928
17929 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17930 be consistent with what default_gdb_init uses.
17931 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17932 the plain text of the prompt. Add some logging printfs.
17933 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17934
17935 2014-09-12 Pedro Alves <palves@redhat.com>
17936
17937 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17938 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17939 * gdb.arch/i386-size-overlap.exp: Likewise.
17940 * gdb.arch/i386-size.exp: Likewise.
17941 * gdb.arch/i386-unwind.exp: Likewise.
17942 * gdb.base/a2-run.exp: Likewise.
17943 * gdb.base/break.exp: Likewise.
17944 * gdb.base/charset.exp: Likewise.
17945 * gdb.base/chng-syms.exp: Likewise.
17946 * gdb.base/commands.exp: Likewise.
17947 * gdb.base/dbx.exp: Likewise.
17948 * gdb.base/find.exp: Likewise.
17949 * gdb.base/funcargs.exp: Likewise.
17950 * gdb.base/jit-simple.exp: Likewise.
17951 * gdb.base/reread.exp: Likewise.
17952 * gdb.base/sepdebug.exp: Likewise.
17953 * gdb.base/step-bt.exp: Likewise.
17954 * gdb.cp/mb-inline.exp: Likewise.
17955 * gdb.cp/mb-templates.exp: Likewise.
17956 * gdb.objc/basicclass.exp: Likewise.
17957 * gdb.threads/killed.exp: Likewise.
17958
17959 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17960
17961 PR tdep/17379
17962 * gdb.arch/powerpc-stackless.S: New file.
17963 * gdb.arch/powerpc-stackless.exp: New file.
17964
17965 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17966
17967 * gdb.base/attach.c: Include unistd.h.
17968 (main): Call alarm. Add label postloop.
17969 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17970 gdb_breakpoint, gdb_continue_to_breakpoint.
17971 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17972
17973 2014-09-11 Pedro Alves <palves@redhat.com>
17974
17975 PR gdb/17347
17976 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17977 * gdb.base/attach.exp (test_command_line_attach_run): New
17978 procedure.
17979 (top level): Call it.
17980
17981 2014-09-11 Pedro Alves <palves@redhat.com>
17982
17983 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17984 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17985 (do_command_attach_tests): Use spawn_wait_for_attach.
17986 * gdb.base/solib-overlap.exp: Likewise.
17987 * gdb.multi/multi-attach.exp: Likewise.
17988 * gdb.python/py-prompt.exp: Likewise.
17989 * gdb.python/py-sync-interp.exp: Likewise.
17990 * gdb.server/ext-attach.exp: Likewise.
17991
17992 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17993
17994 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17995 command in testcase. Simplify testcase.
17996
17997 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17998
17999 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18000
18001 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18002
18003 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18004
18005 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18006
18007 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18008
18009 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18010
18011 * gdb.dwarf2/dynarr-ptr.c: New file.
18012 * gdb.dwarf2/dynarr-ptr.exp: New file.
18013
18014 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18015
18016 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18017 of 30 rather than hardcoding 120 for a slow test case. Take the
18018 `gdb,timeout' target setting into account for this calculation.
18019 Don't extend the timeout for the test cases that don't need it.
18020
18021 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18022
18023 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18024 a factor of 2 for a slow test case. Take the `gdb,timeout'
18025 target setting into account for this calculation.
18026 * gdb.reverse/until-precsave.exp: Increase the timeout by
18027 a factor of 15 and 3 respectively rather than adding 120
18028 for a pair of slow test cases. Take the `gdb,timeout'
18029 target setting into account for this calculation.
18030
18031 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18032
18033 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18034 timeout, don't pass one down to gdb_expect.
18035 (gdb_expect): Rework timeout selection.
18036
18037 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18038
18039 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18040 exception on timeout.
18041 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18042 (gdbserver_start_extended): Catch any `gdbserver_start' error
18043 exceptions.
18044 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18045 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18046 `gdbserver_gdb_load' error exceptions.
18047
18048 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18049
18050 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18051 120 on waiting for the TCP socket to open.
18052
18053 2014-09-09 Doug Evans <xdje42@gmail.com>
18054
18055 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18056 _caller_matches, _any_caller_is, _any_caller_matches.
18057
18058 2014-09-09 Doug Evans <xdje42@gmail.com>
18059
18060 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18061
18062 2014-09-09 Yao Qi <yao@codesourcery.com>
18063
18064 * gdb.mi/mi-var-display.exp: Set print symbol off.
18065
18066 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18067
18068 PR gdb/17035
18069 * gdb.base/commands.exp: Add tests to verify user-defined
18070 commands with empty bodies.
18071 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18072 python commands in `show user command`.
18073 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18074 scheme commands in `show user command`.
18075
18076 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18077
18078 PR python/17355
18079 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18080 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18081 * gdb.python/py-framefilter-invalidarg.exp: New file.
18082 * gdb.python/py-framefilter-invalidarg.py: New file.
18083
18084 2014-09-06 Doug Evans <xdje42@gmail.com>
18085
18086 PR 15276
18087 * gdb.python/py-caller-is.c: New file.
18088 * gdb.python/py-caller-is.exp: New file.
18089
18090 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18091
18092 PR gdb/17235
18093 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18094 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18095
18096 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18097
18098 PR fortran/17237
18099 * gdb.fortran/print-formatted.exp: New file.
18100 * gdb.fortran/print-formatted.f90: Likewise.
18101
18102 2014-09-03 Sasha Smundak <asmundak@google.com>
18103
18104 * gdb.python/py-frame.exp: Test Frame.read_register.
18105
18106 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18107
18108 PR python/16699
18109 * gdb.python/py-completion.exp: New file.
18110 * gdb.python/py-completion.py: Likewise.
18111
18112 2014-08-28 Doug Evans <dje@google.com>
18113
18114 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18115 eax,etc. are live with values set by gdb and thus the compiler can't
18116 use them.
18117 * gdb.arch/i386-pseudo.c (main): Ditto.
18118
18119 2014-08-27 Doug Evans <dje@google.com>
18120
18121 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18122
18123 2014-08-25 Doug Evans <dje@google.com>
18124
18125 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18126 (main): Ditto.
18127
18128 2014-08-25 Doug Evans <dje@google.com>
18129
18130 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18131
18132 2014-08-24 Yao Qi <yao@codesourcery.com>
18133
18134 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18135 symbol off.
18136 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18137
18138 2014-08-22 Doug Evans <dje@google.com>
18139
18140 PR 17276
18141 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18142 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18143 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18144
18145 2014-08-22 Yao Qi <yao@codesourcery.com>
18146
18147 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18148 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18149 * gdb.python/python.exp: Likewise. Use .py file on the host
18150 instead of the build.
18151
18152 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18153
18154 * gdb.threads/gcore-stale-thread.c: New file.
18155 * gdb.threads/gcore-stale-thread.exp: New file.
18156
18157 2014-08-21 Pedro Alves <palves@redhat.com>
18158
18159 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18160 * gdb.base/gcore-relro-pie.exp: Likewise.
18161 * gdb.base/gcore-relro.exp: Likewise.
18162 * gdb.base/gcore.exp: Likewise.
18163 * gdb.base/print-symbol-loading.exp: Likewise.
18164 * gdb.threads/gcore-thread.exp: Likewise.
18165 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18166
18167 2014-08-20 Pedro Alves <palves@redhat.com>
18168 Jan Kratochvil <jan.kratochvil@redhat.com>
18169
18170 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18171 configure.
18172 (EXPECT): Handle READ1 being set.
18173 (all): Depend on EXTRA_RULES.
18174 (check-read1, expect-read1, read1.so, read1): New rules.
18175 * README (Testsuite Parameters): Document the READ1 make variable.
18176 (Race detection): New section.
18177 * configure: Regenerate.
18178 * configure.ac: If build==host==target, and running under a
18179 GNU/glibc system, add read1 to the extra Makefile rules.
18180 (EXTRA_RULES): AC_SUBST it.
18181 * lib/read1.c: New file.
18182
18183 2014-08-20 Joel Brobecker <brobecker@adacore.com>
18184
18185 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18186 the handling of variables declared as a typedef to an array
18187 which a DW_AT_data_location attribute.
18188
18189 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
18190 Pedro Alves <palves@redhat.com>
18191
18192 PR symtab/14604
18193 PR symtab/14605
18194 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18195 gdb_test.
18196
18197 2014-08-19 Pedro Alves <palves@redhat.com>
18198
18199 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18200
18201 2014-08-19 Yao Qi <yao@codesourcery.com>
18202
18203 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18204 right line.
18205
18206 2014-08-18 David Blaikie <dblaikie@gmail.com>
18207
18208 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18209
18210 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18211
18212 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18213 attribute in array range.
18214
18215 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18216
18217 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18218
18219 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18220
18221 PR c++/17132
18222 * gdb.cp/pr17132.cc: New file.
18223 * gdb.cp/pr17132.exp: New file.
18224
18225 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18226
18227 * gdb.python/py-xmethods.py (A_getarrayind)
18228 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18229 Use 'print' with function call syntax.
18230 (E_method_matcher.match): Fix tab vs space indentation mixup.
18231
18232 2014-08-15 Yao Qi <yao@codesourcery.com>
18233
18234 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18235 false.
18236
18237 2014-08-15 Yao Qi <yao@codesourcery.com>
18238
18239 * gdb.cp/casts.exp: Set print symbol off.
18240 * gdb.cp/class2.exp: Likewise.
18241 * gdb.cp/overload.exp: Likewise.
18242 * gdb.cp/templates.exp: Likewise.
18243
18244 2014-08-11 Doug Evans <dje@google.com>
18245
18246 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18247 (test_load_shlib): Update.
18248
18249 2014-08-09 Yao Qi <yao@codesourcery.com>
18250
18251 * gdb.base/display.exp: Invoke is_address_zero_readable.
18252 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18253 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18254 * gdb.base/hbreak-unmapped.exp: Return if
18255 is_address_zero_readable returns true.
18256 * gdb.base/signest.exp: Likewise.
18257 * gdb.base/signull.exp: Likewise.
18258 * gdb.base/sigbpt.exp: Likewise.
18259 * gdb.guile/scm-disasm.exp: Do the test if
18260 is_address_zero_readable returns false.
18261 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18262 * gdb.python/py-arch.exp: Likewise.
18263 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18264 * lib/gdb.exp (is_address_zero_readable): New proc.
18265
18266 2014-08-09 Yao Qi <yao@codesourcery.com>
18267
18268 PR testsuite/13443
18269 * gdb.mi/mi-var-display.exp: Make test messages unique.
18270
18271 2014-08-04 Tom Tromey <tromey@redhat.com>
18272
18273 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18274 target 0".
18275
18276 2014-08-04 Tom Tromey <tromey@redhat.com>
18277
18278 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18279 "target_resume".
18280
18281 2014-08-01 Joel Brobecker <brobecker@adacore.com>
18282
18283 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18284 inner_vla_struct_object_size.
18285 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18286 as xfail.
18287
18288 2014-07-30 Pedro Alves <palves@redhat.com>
18289
18290 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18291 comment.
18292
18293 2014-07-29 Yao Qi <yao@codesourcery.com>
18294
18295 PR gdb/17206
18296 * gdb.base/until-nodebug.exp: New.
18297
18298 2014-07-28 Doug Evans <xdje42@gmail.com>
18299
18300 PR guile/17203
18301 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18302 previously existing parameter, and previously ambiguously spelled
18303 parameter.
18304
18305 2014-07-28 Will Newton <will.newton@linaro.org>
18306
18307 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18308
18309 2014-07-26 Ludovic Courtès <ludo@gnu.org>
18310 Doug Evans <xdje42@gmail.com>
18311
18312 PR guile/17146
18313 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18314
18315 2014-07-25 Pedro Alves <palves@redhat.com>
18316
18317 * gdb.threads/signal-command-handle-nopass.c: New file.
18318 * gdb.threads/signal-command-handle-nopass.exp: New file.
18319 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18320 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18321 * gdb.threads/signal-delivered-right-thread.c: New file.
18322 * gdb.threads/signal-delivered-right-thread.exp: New file.
18323
18324 2014-07-25 Pedro Alves <palves@redhat.com>
18325
18326 * gdb.base/double-prompt-target-event-error.exp
18327 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18328 match.
18329 (cancel_pagination_in_target_event): Rework double prompt
18330 detection.
18331 * gdb.base/paginate-after-ctrl-c-running.exp
18332 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18333 <return>' match.
18334 * gdb.base/paginate-bg-execution.exp
18335 (test_bg_execution_pagination_return)
18336 (test_bg_execution_pagination_cancel): Remove '-notransfer
18337 <return>' matches.
18338 * gdb.base/paginate-execution-startup.exp
18339 (test_fg_execution_pagination_return)
18340 (test_fg_execution_pagination_cancel): Remove '-notransfer
18341 <return>' matches.
18342 * gdb.base/paginate-inferior-exit.exp
18343 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18344 match.
18345 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18346 * lib/gdb.exp (pagination_prompt): Run text through
18347 string_to_regexp.
18348 (gdb_test_multiple): Match $pagination_prompt instead of
18349 "<return>".
18350 (string_to_regexp): Move to lib/gdb-utils.exp.
18351
18352 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18353
18354 * gdb.arch/amd64-entry-value-paramref.S: New file.
18355 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18356 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18357 * gdb.arch/amd64-optimout-repeat.S: New file.
18358 * gdb.arch/amd64-optimout-repeat.c: New file.
18359 * gdb.arch/amd64-optimout-repeat.exp: New file.
18360
18361 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18362
18363 PR gdb/17170
18364 * gdb.base/statistics.exp: New file.
18365
18366 2014-07-17 Doug Evans <dje@google.com>
18367
18368 PR gdb/17170
18369 * gdb.base/maint.exp: Update testing of per-command stats.
18370
18371 2014-07-16 Pedro Alves <palves@redhat.com>
18372
18373 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18374 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18375 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18376 (tfile_write_buf): New functions.
18377 (add_memory_block): Rewrite using the above.
18378 (adjust_function_address): New function.
18379 (FUNCTION_ADDRESS): New macro.
18380 (write_basic_trace_file): Remove short_x local, and use
18381 tfile_write_16. Change type of func_addr local to unsigned long
18382 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18383 here. Cast argument of add_memory_block to char pointer.
18384 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18385 (main): Remove parameters.
18386 * gdb.trace/tfile.exp: Remove nowarnings.
18387
18388 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18389
18390 * gdb.base/debug-expr.exp: Test string evaluation with
18391 "debug expression" on.
18392
18393 2014-07-15 Pedro Alves <palves@redhat.com>
18394
18395 * gdb.base/reread.exp: Use clean_restart.
18396
18397 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18398
18399 * gdb.arch/avr-flash-qualifer.c: New.
18400 * gdb.arch/avr-flash-qualifer.exp: New.
18401
18402 2014-07-14 Pedro Alves <palves@redhat.com>
18403
18404 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18405 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18406
18407 2014-07-14 Pedro Alves <palves@redhat.com>
18408
18409 * gdb.base/double-prompt-target-event-error.c: New file.
18410 * gdb.base/double-prompt-target-event-error.exp: New file.
18411
18412 2014-07-14 Pedro Alves <palves@redhat.com>
18413
18414 PR gdb/17072
18415 * gdb.base/paginate-inferior-exit.c: New file.
18416 * gdb.base/paginate-inferior-exit.exp: New file.
18417
18418 2014-07-14 Pedro Alves <palves@redhat.com>
18419
18420 PR gdb/17072
18421 * gdb.base/paginate-bg-execution.c: New file.
18422 * gdb.base/paginate-bg-execution.exp: New file.
18423
18424 2014-07-14 Pedro Alves <palves@redhat.com>
18425
18426 PR gdb/17072
18427 * gdb.base/paginate-execution-startup.c: New file.
18428 * gdb.base/paginate-execution-startup.exp: New file.
18429 * lib/gdb.exp (pagination_prompt): New global.
18430 (default_gdb_spawn): New procedure, factored out from
18431 default_gdb_spawn.
18432 (default_gdb_start): Adjust to call default_gdb_spawn.
18433 (gdb_spawn): New procedure.
18434
18435 2014-07-14 Pedro Alves <palves@redhat.com>
18436
18437 * lib/gdb.exp (gdb_assert): New procedure.
18438 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18439
18440 2014-07-14 Pedro Alves <palves@redhat.com>
18441
18442 * gdb.base/execution-termios.c: New file.
18443 * gdb.base/execution-termios.exp: New file.
18444
18445 2014-07-14 Tom Tromey <tromey@redhat.com>
18446
18447 * gdb.cp/vla-cxx.cc: New file.
18448 * gdb.cp/vla-cxx.exp: New file.
18449
18450 2014-07-14 Tom Tromey <tromey@redhat.com>
18451
18452 * gdb.reverse/rerun-prec.c: New file.
18453 * gdb.reverse/rerun-prec.exp: New file.
18454
18455 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18456 Maciej W. Rozycki <macro@codesourcery.com>
18457
18458 * lib/gdb-utils.exp: New file.
18459 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18460 inline `gdb_init_command' processing.
18461 (gdb_start_cmd): Likewise.
18462 * lib/mi-support.exp (mi_run_cmd): Likewise.
18463 * README: Document `gdb_init_command' and `gdb_init_commands'.
18464
18465 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18466
18467 Fix false FAIL running under a very long directory name.
18468 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18469 and "set print elements 10000". Twice.
18470
18471 2014-07-11 Yao Qi <yao@codesourcery.com>
18472
18473 * gdb.base/exprs.exp: "set print symbol off".
18474
18475 2014-07-11 Pedro Alves <palves@redhat.com>
18476
18477 * gdb.threads/kill.c: New file.
18478 * gdb.threads/kill.exp: New file.
18479
18480 2014-07-10 Yao Qi <yao@codesourcery.com>
18481
18482 * gdb.trace/tfile.c (write_basic_trace_file)
18483 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18484 address written to trace file.
18485
18486 2014-07-09 Pedro Alves <palves@redhat.com>
18487
18488 * gdb.base/attach-wait-input.exp: New file.
18489 * gdb.base/attach-wait-input.c: New file.
18490
18491 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18492
18493 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18494 setting up test structures.
18495 (main): Call new test function.
18496 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18497 test function, continue into test function and walk test
18498 structures.
18499
18500 2014-07-02 Yao Qi <yao@codesourcery.com>
18501
18502 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18503 'bar_start' at the beginning of functions 'foo' and 'bar'
18504 respectively.
18505 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18506 instead of 'foo' and 'bar'.
18507
18508 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18509
18510 * gdb.btrace/segv.exp: New.
18511 * gdb.btrace/segv.c: New.
18512
18513 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18514
18515 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18516 instruction.
18517
18518 2014-06-30 Mark Wielaard <mjw@redhat.com>
18519
18520 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18521 vulture, vilify, villar): New volatile array constants.
18522 (vindictive, vegetation): New const volatile array constants.
18523 * gdb.base/volatile.exp: Test volatile and const volatile array
18524 types.
18525
18526 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18527
18528 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18529 target lacks support for awatch, rwatch, or hbreak.
18530
18531 2014-06-27 Yao Qi <yao@codesourcery.com>
18532
18533 * gdb.multi/dummy-frame-restore.exp: New.
18534 * gdb.multi/dummy-frame-restore.c: New.
18535
18536 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18537
18538 * gdb.btrace/gcore.exp: New.
18539
18540 2014-06-23 Pedro Alves <palves@redhat.com>
18541
18542 * gdb.base/watchpoint-reuse-slot.c: New file.
18543 * gdb.base/watchpoint-reuse-slot.exp: New file.
18544
18545 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18546
18547 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18548 progspace's filename in 'info', 'enable' and 'disable' command
18549 tests.
18550
18551 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18552
18553 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18554 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18555 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18556
18557 2014-06-20 Gary Benson <gbenson@redhat.com>
18558
18559 * gdb.arch/i386-avx.exp: Fix include file location.
18560 * gdb.arch/i386-sse.exp: Likewise.
18561
18562 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18563
18564 * gdb.dlang/expression.exp: New file.
18565
18566 2014-06-19 Pedro Alves <palves@redhat.com>
18567
18568 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18569 out from ...
18570 (top level): ... here. Iterate running tests under different
18571 scheduler-locking settings.
18572
18573 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
18574
18575 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18576 to DW_FORM_addr and use non-zero addresses.
18577
18578 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18579
18580 PR gdb/17017
18581 * gdb.python/py-xmethods.cc: Add global function call counters and
18582 increment them in their respective functions. Remove "cout"
18583 statements.
18584 * gdb.python/py-xmethods.exp: Make tests check the global function
18585 call counters instead of depending on inferior IO.
18586
18587 2014-06-18 Don Breazeal <donb@codesourcery.com>
18588
18589 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18590 Deleted procedure.
18591 (explicit_fork_parent_follow): Deleted procedure.
18592 (explicit_fork_child_follow): Deleted procedure.
18593 (test_follow_fork): New procedure.
18594 (do_fork_tests): Replace calls to deleted procedures with
18595 calls to test_follow_fork and reset GDB for subsequent
18596 procedure calls.
18597
18598 2014-06-17 Yao Qi <yao@codesourcery.com>
18599
18600 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18601 CP1252.
18602
18603 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18604
18605 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18606 Initialize ptr and S explicitly.
18607 (skip_type_update_when_not_use_rtti_test): Likewise.
18608
18609 2014-06-16 Keith Seitz <keiths@redhat.com>
18610
18611 PR mi/15863
18612 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18613 the inferior is started.
18614
18615 2014-06-16 Pedro Alves <palves@redhat.com>
18616
18617 * gdb.base/break-main-file-remove-fail.c: New file.
18618 * gdb.base/break-main-file-remove-fail.exp: New file.
18619 * gdb.base/break-unload-file.exp: Use build_executable instead of
18620 prepare_for_testing.
18621 (test_break): New parameter "initial_load". Handle it.
18622 (top level): Add initial_load cmdline/file axis.
18623
18624 2014-06-12 Tom Tromey <tromey@redhat.com>
18625
18626 * gdb.base/completion.exp: Don't use directory name in test.
18627
18628 2014-06-09 Gary Benson <gbenson@redhat.com>
18629
18630 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18631 separate the always-available ANSI-standard signals from the
18632 signals that require checking.
18633 (main): Likewise.
18634 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18635 Likewise.
18636 (main): Likewise.
18637
18638 2014-06-07 Keith Seitz <keiths@redhat.com>
18639
18640 Revert:
18641 PR c++/16253
18642 * gdb.cp/var-tag.cc: New file.
18643 * gdb.cp/var-tag.exp: New file.
18644 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18645 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18646 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18647 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18648
18649 2014-06-06 Doug Evans <xdje42@gmail.com>
18650
18651 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18652
18653 2014-06-06 Pedro Alves <palves@redhat.com>
18654
18655 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18656 in target debug output instead of looking at RSP packets,
18657 disabling the test on any target that uses hardware stepping.
18658 Update comments.
18659
18660 2014-06-06 Pedro Alves <palves@redhat.com>
18661
18662 * gdb.base/break-unload-file.exp: Fix typo.
18663
18664 2014-06-06 Yao Qi <yao@codesourcery.com>
18665
18666 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18667 from "jit_function" to "^jit_function".
18668
18669 2014-06-06 Yao Qi <yao@codesourcery.com>
18670
18671 * gdb.base/async.c (foo): Add one statement.
18672 * gdb.base/async.exp: Get the next instruction address and
18673 match the output of "nexti" by instruction address. Match
18674 the hex address in the output of "finish".
18675
18676 2014-06-06 Gary Benson <gbenson@redhat.com>
18677
18678 * gdb.base/call-signals.c: Remove preprocessor conditionals
18679 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18680 SIGSEGV and SIGTERM.
18681 * gdb.base/sigall.c: Likewise.
18682 * gdb.base/unwindonsignal.c: Likewise.
18683 * gdb.reverse/sigall-reverse.c: Likewise.
18684
18685 2014-06-06 Yao Qi <yao@codesourcery.com>
18686
18687 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18688 readable, skip the test.
18689
18690 2014-06-06 Yao Qi <yao@codesourcery.com>
18691
18692 * gdb.threads/staticthreads.c (thread_function): Move the line
18693 setting breakpoint on forward.
18694 * gdb.threads/staticthreads.exp: Update comments.
18695
18696 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18697
18698 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18699 "history-append! type error".
18700
18701 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18702
18703 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18704 erroneous dprintf expected input.
18705
18706 2014-06-04 Doug Evans <xdje42@gmail.com>
18707
18708 * gdb.guile/scm-generics.exp: Delete.
18709
18710 2014-06-04 Doug Evans <xdje42@gmail.com>
18711
18712 * gdb.guile/scm-breakpoint.exp: Update.
18713 Add tests for breakpoint registration.
18714
18715 2014-06-04 Tom Tromey <tromey@redhat.com>
18716
18717 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18718 VLA-in-union.
18719 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18720 inner_vla_struct, vla_union types. Initialize objects of those
18721 types and compute their sizes.
18722
18723 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18724 Hui Zhu <hui@codesourcery.com>
18725
18726 * gdb.base/fileio.exp: Add test for shell not available as well as
18727 available.
18728 * gdb.base/fileio.c (test_system): Check for shell twice.
18729
18730 2014-06-04 Yao Qi <yao@codesourcery.com>
18731
18732 * gdb.base/auto-connect-native-target.exp: Remove redundant
18733 space from the regexp pattern.
18734
18735 2014-06-04 Yao Qi <yao@codesourcery.com>
18736
18737 * gdb.base/default.exp: Replace "child" with "native" in
18738 regexp pattern.
18739
18740 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18741
18742 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18743 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18744 * gdb.python/py-xmethods.py: Python script supporting the
18745 new testcase and tests.
18746
18747 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18748 Pedro Alves <palves@redhat.com>
18749
18750 PR breakpoints/17000
18751 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18752 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18753
18754 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18755
18756 * gdb.base/subst.exp: Add tests to verify partial path matching
18757 output.
18758
18759 2014-06-03 Pedro Alves <palves@redhat.com>
18760
18761 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18762 target that doesn't use software single-stepping.
18763
18764 2014-06-03 Pedro Alves <palves@redhat.com>
18765
18766 PR breakpoints/17000
18767 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18768 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18769
18770 2014-06-02 Doug Evans <xdje42@gmail.com>
18771
18772 * gdb.guile/scm-parameter.exp: New file.
18773
18774 2014-06-02 Doug Evans <xdje42@gmail.com>
18775
18776 * gdb.guile/scm-cmd.c: New file.
18777 * gdb.guile/scm-cmd.exp: New file.
18778
18779 2014-06-02 Doug Evans <xdje42@gmail.com>
18780
18781 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18782 pretty-printer lookup.
18783 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18784 (make-pp_s-printer): Call it.
18785 (make-pretty-printer-from-dict): New function.
18786 (lookup-pretty-printer-maker-from-dict): New function.
18787 (*pretty-printer*): Simplify.
18788 (make-objfile-pp_s-printer): New function.
18789 (install-objfile-pretty-printers!): New function.
18790 (make-progspace-pp_s-printer): New function.
18791 (install-progspace-pretty-printers!): New function.
18792 * gdb.guile/scm-progspace.c: New file.
18793 * gdb.guile/scm-progspace.exp: New file.
18794
18795 2014-06-02 Pedro Alves <palves@redhat.com>
18796
18797 * gdb.base/dprintf-bp-same-addr.c: New file.
18798 * gdb.base/dprintf-bp-same-addr.exp: New file.
18799
18800 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18801
18802 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18803 * gdb.arch/powerpc-power.s: Likewise.
18804
18805 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18806
18807 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18808
18809 2014-06-01 Yao Qi <yao@codesourcery.com>
18810
18811 * gdb.base/watchpoint.exp (test_watch_location): Check null
18812 pointer can be dereferenced. If not, do the test, otherwise
18813 skip it.
18814
18815 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18816
18817 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18818 results.
18819 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18820
18821 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18822
18823 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18824 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18825 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18826 * gdb.arch/amd64-invalid-stack-top.c: New file.
18827 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18828
18829 2014-05-30 Pedro Alves <palves@redhat.com>
18830
18831 PR breakpoints/17000
18832 * gdb.base/sss-bp-on-user-bp.c: New file.
18833 * gdb.base/sss-bp-on-user-bp.exp: New file.
18834
18835 2014-05-30 David Blaikie <dblaikie@gmail.com>
18836
18837 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18838 gnu_inline semantics via attribute.
18839 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18840 source explicitly specifies the required semantics.
18841
18842 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18843
18844 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18845
18846 2014-05-29 Pedro Alves <palves@redhat.com>
18847 Tom Tromey <tromey@redhat.com>
18848
18849 * gdb.base/async-shell.exp: Don't enable target-async.
18850 * gdb.base/async.exp
18851 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18852 parameter. Adjust.
18853 (top level): Don't test with "target-async".
18854 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18855 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18856 * gdb.base/inferior-died.exp: Don't enable target-async.
18857 * gdb.base/interrupt-noterm.exp: Likewise.
18858 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18859 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18860 * gdb.mi/mi-nonstop.exp: Likewise.
18861 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18862 * gdb.mi/mi-nsintrall.exp: Likewise.
18863 * gdb.mi/mi-nsmoribund.exp: Likewise.
18864 * gdb.mi/mi-nsthrexec.exp: Likewise.
18865 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18866 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18867 * gdb.python/py-evsignal.exp: Don't enable target-async.
18868 * gdb.python/py-evthreads.exp: Likewise.
18869 * gdb.python/py-prompt.exp: Likewise.
18870 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18871 * gdb.server/solib-list.exp: Don't enable target-async.
18872 * gdb.threads/thread-specific-bp.exp: Likewise.
18873 * lib/mi-support.exp: Adjust to use mi-async.
18874
18875 2014-05-29 Pedro Alves <palves@redhat.com>
18876
18877 PR gdb/13860
18878 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18879 reason, even in sync mode.
18880
18881 2014-05-29 Pedro Alves <palves@redhat.com>
18882 Hui Zhu <hui@codesourcery.com>
18883
18884 PR PR15693
18885 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18886 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18887 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18888 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18889
18890 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18891
18892 * config/monitor.exp (gdb_target_monitor): Replace use of
18893 "set remotebaud" by "set serial baud".
18894
18895 2014-05-26 Andy Wingo <wingo@igalia.com>
18896
18897 * gdb.guile/scm-breakpoint.exp:
18898 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18899 properties instead of gdb-object-properties.
18900
18901 2014-05-26 Yao Qi <yao@codesourcery.com>
18902
18903 * gdb.server/no-thread-db.exp: Specify source file name
18904 explicitly when setting a breakpoint.
18905
18906 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18907
18908 * gdb.btrace/vdso.c: New.
18909 * gdb.btrace/vdso.exp: New.
18910
18911 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18912
18913 * gdb.base/gcore.exp (capture_command_output): Move ...
18914 * lib/gdb.exp (capture_command_output): ... here.
18915
18916 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18917
18918 * gdb.btrace/data.exp: Test memory access during btrace replay.
18919
18920 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18921
18922 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18923
18924 2014-05-21 Pedro Alves <palves@redhat.com>
18925
18926 PR gdb/13860
18927 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18928 (top level): Test that output related to execution commands is
18929 sent to the console with CLI commands, but not with MI commands.
18930 Test that breakpoint events are always mirrored to the console.
18931 Also expect the new source line to be output after a "next" in
18932 async mode too. Make it a pass/fail test.
18933 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18934 output.
18935 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18936
18937 2014-05-21 Pedro Alves <palves@redhat.com>
18938
18939 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18940 Use them to test variations of "list" after reaching a breakpoint.
18941 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18942 Test "list" with listsize 10 after reaching a breakpoint.
18943 * gdb.python/python.exp (decode_line current location line
18944 number): Adjust expected line number.
18945
18946 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18947
18948 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18949 behavior for $args, pass it directly to "run".
18950
18951 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18952
18953 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18954 30000 to 65536.
18955
18956 2014-05-21 Pedro Alves <palves@redhat.com>
18957
18958 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18959 auto-connect-native-target off".
18960 * gdb.base/auto-connect-native-target.c: New file.
18961 * gdb.base/auto-connect-native-target.exp: New file.
18962
18963 2014-05-21 Pedro Alves <palves@redhat.com>
18964
18965 * gdb.base/default.exp: Test "target native" instead of "target
18966 child".
18967
18968 2014-05-21 Mark Wielaard <mjw@redhat.com>
18969
18970 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18971
18972 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18973
18974 Fix TLS access for -static -pthread.
18975 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18976 <HAVE_TLS> (thread_function, main): Initialize it.
18977 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18978 Add clean_restart.
18979 <$have_tls != "">: Check TLSVAR.
18980
18981 2014-05-21 Pedro Alves <palves@redhat.com>
18982
18983 * gdb.base/dcache-line-read-error.c: New.
18984 * gdb.base/dcache-line-read-error.exp: New.
18985
18986 2014-05-20 Pedro Alves <palves@redhat.com>
18987
18988 * gdb.base/compare-sections.c: New file.
18989 * gdb.base/compare-sections.exp: New file.
18990
18991 2014-05-20 Pedro Alves <palves@redhat.com>
18992
18993 * gdb.base/break-idempotent.c: New file.
18994 * gdb.base/break-idempotent.exp: New file.
18995
18996 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18997
18998 * gdb.btrace/nohist.exp: New.
18999
19000 2014-05-20 Yao Qi <yao@codesourcery.com>
19001
19002 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19003 gdb.reverse directory and gdb_reverse_timeout exists in board
19004 setting.
19005 * README: Document gdb_reverse_timeout.
19006
19007 2014-05-20 Yao Qi <yao@codesourcery.com>
19008
19009 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19010 'test_file_name'. Treat args as a string instead of a list.
19011 (gdb_init): Rename argument 'args' by 'test_file_name'.
19012
19013 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19014
19015 * gdb.arch/powerpc-power.exp: New file.
19016 * gdb.arch/powerpc-power.s: New file.
19017
19018 2014-05-16 Doug Evans <dje@google.com>
19019
19020 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
19021 * gdb.base/completion.exp: Check that all expected files exist
19022 before doing file completion.
19023
19024 2014-05-16 Doug Evans <dje@google.com>
19025
19026 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19027 Update.
19028 (do_syscall_tests_without_xml): Update.
19029
19030 2014-05-16 Pedro Alves <palves@redhat.com>
19031
19032 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19033 instead of "unknown output after running".
19034
19035 2014-05-16 Yao Qi <yao@codesourcery.com>
19036
19037 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19038 file1.txt from host at the end.
19039 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19040
19041 2014-05-15 Doug Evans <dje@google.com>
19042
19043 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19044 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19045 loading file. Add test for TU lookup.
19046
19047 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19048
19049 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19050 calling "-exec-arguments" or "set args" before running the
19051 inferior.
19052
19053 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19054
19055 * lib/mi-support.exp (mi_expect_stop): Expect message for
19056 inferiors that exit with non-zero exit code.
19057
19058 2014-05-14 Yao Qi <yao@codesourcery.com>
19059
19060 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19061 match absolute path on remote host.
19062 (test_file_list_exec_source_files): Remove "/" from the
19063 pattern.
19064
19065 2014-05-14 Yao Qi <yao@codesourcery.com>
19066
19067 * boards/local-remote-host-notty.exp (${board}_file): New
19068 proc.
19069
19070 2014-05-07 Kyle McMartin <kyle@redhat.com>
19071
19072 Pushed by Joel Brobecker <brobecker@adacore.com>.
19073 * gdb.arch/aarch64-atomic-inst.c: New file.
19074 * gdb.arch/aarch64-atomic-inst.exp: New file.
19075
19076 2014-05-07 Yao Qi <yao@codesourcery.com>
19077
19078 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19079 in current context" too.
19080
19081 2014-05-05 Keith Seitz <keiths@redhat.com>
19082
19083 * gdb.linespec/ls-dollar.exp: Add test for linespec
19084 file:convenience_variable.
19085
19086 2014-05-05 Yao Qi <yao@codesourcery.com>
19087
19088 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19089 traceframes into tfile and ctf trace files. Read data from
19090 trace file and test collected data.
19091 (gdb_collect_locals_test): Likewise.
19092 (gdb_unavailable_registers_test): Likewise.
19093 (gdb_unavailable_floats): Likewise.
19094 (gdb_collect_globals_test): Likewise.
19095 (top-level): Append "ctf" to trace_file_targets if GDB
19096 supports.
19097
19098 2014-05-05 Yao Qi <yao@codesourcery.com>
19099
19100 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19101 code to ...
19102 (gdb_collect_args_test_1): ... it. New proc.
19103 (gdb_collect_locals_test): Move some code to ...
19104 (gdb_collect_locals_test_1): ... it. New proc.
19105 (gdb_unavailable_registers_test): Move some code to ...
19106 (gdb_unavailable_registers_test_1): ... it. New proc.
19107 (gdb_unavailable_floats): Move some code to ...
19108 (gdb_unavailable_floats_1): ... it. New proc.
19109
19110 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19111
19112 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19113 probes to test for bitness recognition.
19114 * gdb.arch/amd64-stap-optional-prefix.exp
19115 (test_probe_value_without_reg): New procedure.
19116 Add code to test for different kinds of bitness.
19117
19118 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19119
19120 PR breakpoints/16889
19121 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19122 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19123
19124 2014-05-01 Pedro Alves <palves@redhat.com>
19125
19126 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19127 gdb_file_cmd if no file is specified.
19128 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19129 last_loaded_file to set the remote exec-file.
19130
19131 2014-05-01 Pedro Alves <palves@redhat.com>
19132
19133 * boards/local-remote-host.exp: New file.
19134
19135 2014-05-01 Pedro Alves <palves@redhat.com>
19136
19137 * boards/local-remote-host.exp: Rename to ...
19138 * boards/local-remote-host-notty.exp: ... this.
19139
19140 2014-04-28 Joel Brobecker <brobecker@adacore.com>
19141
19142 * gdb.ada/dyn_arrayidx: New testcase.
19143
19144 2014-04-26 Yao Qi <yao@codesourcery.com>
19145
19146 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19147 and compute the length of function main. Save it in
19148 $main_length.
19149 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19150 (top-level): Use gdb_compile to compile objects into
19151 executable and restart GDB. Remove invocation to
19152 prepare_for_testing.
19153
19154 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19155 Pedro Alves <palves@redhat.com>
19156
19157 PR server/16255
19158 * gdb.multi/multi-attach.c: New file.
19159 * gdb.multi/multi-attach.exp: New file.
19160
19161 2014-04-25 Pedro Alves <palves@redhat.com>
19162
19163 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19164 user.
19165 (top level): Test that "set remote conditional-breakpoints-packet
19166 off" works as intended.
19167 * gdb.base/dprintf.exp: Test that "set remote
19168 breakpoint-commands-packet off" works as intended.
19169 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19170 New function.
19171 (top level): Call it.
19172 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19173 remote fast-tracepoints-packet off" works as intended.
19174 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19175 * lib/gdb.exp (gdb_is_target_remote): ... here.
19176
19177 2014-04-24 David Blaikie <dblaikie@gmail.com>
19178
19179 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19180 ensure clang would not discard them.
19181 * gdb.base/gdbvars.c: Ditto.
19182 * gdb.base/memattr.c: Ditto.
19183 * gdb.base/whatis.c: Ditto.
19184 * gdb.python/py-prettyprint.c: Ditto.
19185 * gdb.trace/actions.c: Ditto.
19186 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19187 ensure clang would not discard it.
19188
19189 2014-04-24 David Blaikie <dblaikie@gmail.com>
19190
19191 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19192 clang to emit the full definition of type required by the test
19193 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19194
19195 2014-04-24 David Blaikie <dblaikie@gmail.com>
19196
19197 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19198 coax Clang into emitting the definition of the type.
19199 * gdb.cp/pr10728-x.h (y): Ditto.
19200 * gdb.cp/pr10728-y.cc (y): Ditto.
19201
19202 2014-04-24 David Blaikie <dblaikie@gmail.com>
19203
19204 * gdb.base/label.exp: XFAIL label related tests under Clang.
19205 * gdb.cp/cplabel.exp: Ditto.
19206 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19207 under Clang those using labels.
19208
19209 2014-04-25 Yao Qi <yao@codesourcery.com>
19210
19211 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19212 double_label.
19213 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19214 partial_label and double_label.
19215
19216 2014-04-24 David Blaikie <dblaikie@gmail.com>
19217
19218 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19219
19220 2014-04-24 David Blaikie <dblaikie@gmail.com>
19221
19222 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19223 of the function to work across GCC and Clang.
19224 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19225 pointer types (const void ** const V void **).
19226
19227 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
19228 Walfred Tedeschi <walfred.tedeschi@intel.com>
19229
19230 * Makefile.in (EXECUTABLES): Added i386-avx512.
19231 * gdb.arch/i386-avx512.c: New file.
19232 * gdb.arch/i386-avx512.exp: Likewise.
19233
19234 2014-04-23 Keith Seitz <keiths@redhat.com>
19235
19236 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19237 (mi_make_breakpoint_table): New procedure.
19238 (mi_create_breakpoint): Use mi_make_breakpoint
19239 and return the result.
19240 (mi_make_breakpoint): New procedure.
19241 (mi_build_kv_pairs): New procedure.
19242
19243 * gdb.mi/mi-break.exp: Remove unused globals,
19244 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19245 All callers updated.
19246 * gdb.mi/mi-dprintf.exp: Use variable to track command
19247 number.
19248 Update all callers of mi_create_breakpoint and use
19249 mi_make_breakpoint_table.
19250 Remove any unused global variables.
19251 * gdb.mi/mi-nonstop.exp: Likewise.
19252 * gdb.mi/mi-nsintrall.exp: Likewise.
19253 * gdb.mi/mi-nsmoribund.exp: Likewise.
19254 * gdb.mi/mi-nsthrexec.exp: Likewise.
19255 * gdb.mi/mi-reverse.exp: Likewise.
19256 * gdb.mi/mi-simplerun.exp: Likewise.
19257 * gdb.mi/mi-stepn.exp: Likewise.
19258 * gdb.mi/mi-syn-frame.exp: Likewise.
19259 * gdb.mi/mi-until.exp: Likewise.
19260 * gdb.mi/mi-var-cp.exp: Likewise.
19261 * gdb.mi/mi-var-display.exp: Likewise.
19262 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19263 * gdb.mi/mi2-var-child.exp: Likewise.
19264 * gdb.mi/mi-vla-c99.exp: Likewise.
19265 * lib/mi-support.exp: Likewise.
19266
19267 From Ian Lance Taylor <iant@cygnus.com>:
19268 * lib/gdb.exp (parse_args): New procedure.
19269
19270 2014-04-23 Pedro Alves <palves@redhat.com>
19271
19272 * gdb.base/break-unload-file.c: New file.
19273 * gdb.base/break-unload-file.exp: New file.
19274 * gdb.base/sym-file-lib.c (baz): New function.
19275 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19276 field.
19277 (load): Store the segment's mapped size.
19278 (unload): New function.
19279 (unload_shlib): New function.
19280 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19281 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19282 set a breakpoint at baz, and call it.
19283 * gdb.base/sym-file.exp: New tests for stale breakpoint
19284 instructions.
19285
19286 2014-04-23 Pedro Alves <palves@redhat.com>
19287
19288 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19289 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19290 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19291 * gdb.base/hbreak-unmapped.c: New file.
19292 * gdb.base/hbreak-unmapped.exp: New file.
19293 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19294 * lib/gdb.exp (gdb_is_target_remote): ... here.
19295
19296 2014-04-22 Pedro Alves <palves@redhat.com>
19297
19298 * gdb.base/consecutive-step-over.c: New file.
19299 * gdb.base/consecutive-step-over.exp: New file.
19300
19301 2014-04-22 Pedro Alves <palves@redhat.com>
19302
19303 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19304 instead of send_gdb/gdb_expect.
19305
19306 2014-04-22 Yao Qi <yao@codesourcery.com>
19307
19308 * lib/trace-support.exp (generate_tracefile): New procedure.
19309 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19310 return 0.
19311 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19312 if generate_tracefile returns 1.
19313
19314 2014-04-18 Tom Tromey <palves@redhat.com>
19315 Pedro alves <tromey@redhat.com>
19316
19317 PR backtrace/15558
19318 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19319 with a backtrace limit.
19320 * gdb.python/py-frame-inline.exp: Test running to an inline
19321 function with a backtrace limit, and printing the newest frame.
19322 * gdb.python/py-frame-inline.c (main): Call f.
19323
19324 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19325
19326 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19327
19328 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19329
19330 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19331 Drop prefix from unsupported source file path.
19332
19333 2014-04-17 Yao Qi <yao@codesourcery.com>
19334
19335 * lib/gdb.exp (with_target_charset): New proc.
19336 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19337 with_target_charset.
19338 (test_print_strings): Likewise.
19339 (test_repeat_bytes): Likewise.
19340 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19341 for some tests.
19342
19343 2014-04-16 Keith Seitz <keiths@redhat.com>
19344
19345 PR gdb/15827
19346 * gdb.dwarf2/corrupt.c: New file.
19347 * gdb.dwarf2/corrupt.exp: New file.
19348
19349 2014-04-16 Keith Seitz <keiths@redhat.com>
19350
19351 PR c++/16597
19352 * gdb.cp/namelessclass.cc: New file.
19353 * gdb.cp/namelessclass.exp: New file.
19354 * gdb.cp/namelessclass.S: New file.
19355
19356 2014-04-16 Doug Evans <dje@google.com>
19357
19358 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19359 Add comment.
19360 (gdbserver_default_get_comm_port): New function.
19361 (gdbserver_start): Check if board file provided
19362 "gdbserver,get_comm_port" and use it if so.
19363 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19364 (gdb,socketport): Set to "stdio".
19365 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19366 (stdio_gdbserver_template): Delete.
19367 (${board}_get_remote_address): Update.
19368 (${board}_build_remote_cmd): Delete.
19369 (${board}_get_comm_port): New function.
19370 (${board}_spawn): Update.
19371 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19372 Delete.
19373 (${board}_get_remote_address): Update.
19374 (${board}_get_comm_port): New function.
19375
19376 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
19377
19378 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19379 appearing in any order.
19380
19381 2014-04-15 Doug Evans <dje@google.com>
19382
19383 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19384 uninitialized value of "description".
19385
19386 2014-04-15 Keith Seitz <keiths@redhat.com>
19387
19388 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19389 Remove unused globals.
19390 (test_running_the_program): Likewise.
19391 (test_controlled_execution): Likewise.
19392 (test_controlling_breakpoints): Likewise.
19393 (test_program_termination): Likewise.
19394
19395 2014-04-15 Keith Seitz <keiths@redhat.com>
19396
19397 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19398 unused globals.
19399 (test_rbreak_creation_and_listing): Likewise.
19400 (test_ignore_count): Likewise.
19401 (test_error): Likewise.
19402
19403 2014-04-15 Pedro Alves <palves@redhat.com>
19404
19405 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19406 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19407 sym-file-loader.c.
19408 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19409 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19410 to sym-file-loader.c.
19411 (struct library): Forward declare.
19412 (load_shlib, lookup_function): Change prototypes.
19413 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19414 (translate_offset): Remove declarations.
19415 (get_text_addr): New declaration.
19416 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19417 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19418 sym-file-loader.h.
19419 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19420 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19421 here from sym-file-loader.h.
19422 (struct library): New structure.
19423 (load_shlib, lookup_function): Change prototypes and adjust to
19424 work with a struct library.
19425 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19426 (translate_offset): Make static.
19427 (get_text_addr): New function.
19428 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19429
19430 2014-04-15 Pedro Alves <palves@redhat.com>
19431
19432 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19433
19434 2014-04-15 Pedro Alves <palves@redhat.com>
19435
19436 * gdb.base/sym-file-loader.c: Include <limits.h>.
19437 (SELF_LINK): New define.
19438 (get_origin): New function.
19439 (load_shlib): Use it.
19440 * gdb.base/sym-file.exp: Don't early return if the target is
19441 remote. Use runto_main, and issue fail is that fails. Use
19442 gdb_load_shlibs.
19443 (shlib_name): Delete.
19444 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19445
19446 2014-04-15 Pedro Alves <palves@redhat.com>
19447
19448 * gdb.base/sym-file.exp: Remove regex characters from test
19449 message. Don't refer to breakpoint numbers in test messages.
19450
19451 2014-04-14 Keith Seitz <keiths@redhat.com>
19452
19453 PR c++/16253
19454 * gdb.cp/var-tag.cc: New file.
19455 * gdb.cp/var-tag.exp: New file.
19456 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19457 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19458 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19459 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19460
19461 2014-04-14 Tom Tromey <tromey@redhat.com>
19462
19463 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19464 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19465 type.
19466 * gdb.cp/enum-class.exp: New file.
19467 * gdb.cp/enum-class.cc: New file.
19468
19469 2014-04-14 Tom Tromey <tromey@redhat.com>
19470
19471 * gdb.dwarf2/enum-type.exp: New file.
19472
19473 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19474
19475 * gdb.mi/mi-vla-c99.exp: New file.
19476 * gdb.mi/vla.c: New file.
19477
19478 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19479
19480 * gdb.base/vla-datatypes.c: New file.
19481 * gdb.base/vla-datatypes.exp: New file.
19482
19483 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19484
19485 * gdb.base/vla-ptr.c: New file.
19486 * gdb.base/vla-ptr.exp: New file.
19487
19488 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19489
19490 * gdb.dwarf2/count.exp: New file.
19491
19492 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19493
19494 * gdb.base/vla-sideeffect.c: New file.
19495 * gdb.base/vla-sideeffect.exp: New file.
19496
19497 2014-04-14 David Blaikie <dblaikie@gmail.com>
19498
19499 * gdb.mi/non-stop.c: Add return value for non-void function return
19500 statement.
19501 * gdb.threads/staticthreads.c: Ditto.
19502
19503 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19504 Doug Evans <xdje42@gmail.com>
19505
19506 * gdb.guile/scm-value.c: Improve test case.
19507 * gdb.guile/scm-value.exp: Add new test.
19508
19509 2014-04-11 David Blaikie <dblaikie@gmail.com>
19510
19511 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19512 override Clang's default.
19513
19514 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19515
19516 Revert the following changes (regressions):
19517
19518 * gdb.base/vla-sideeffect.c: New file.
19519 * gdb.base/vla-sideeffect.exp: New file.
19520
19521 * gdb.dwarf2/count.exp: New file.
19522
19523 * gdb.base/vla-multi.c: New file.
19524 * gdb.base/vla-multi.exp: New file.
19525
19526 * gdb.base/vla-ptr.c: New file.
19527 * gdb.base/vla-ptr.exp: New file.
19528
19529 * gdb.base/vla-datatypes.c: New file.
19530 * gdb.base/vla-datatypes.exp: New file.
19531
19532 * gdb.mi/mi-vla-c99.exp: New file.
19533 * gdb.mi/vla.c: New file.
19534
19535 2014-04-11 Keith Seitz <keiths@redhat.com>
19536
19537 PR c++/16675
19538 * gdb.cp/cpsizeof.exp: New file.
19539 * gdb.cp/cpsizeof.cc: New file.
19540
19541 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19542
19543 * gdb.mi/mi-vla-c99.exp: New file.
19544 * gdb.mi/vla.c: New file.
19545
19546 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19547
19548 * gdb.base/vla-datatypes.c: New file.
19549 * gdb.base/vla-datatypes.exp: New file.
19550
19551 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19552
19553 * gdb.base/vla-ptr.c: New file.
19554 * gdb.base/vla-ptr.exp: New file.
19555
19556 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19557
19558 * gdb.base/vla-multi.c: New file.
19559 * gdb.base/vla-multi.exp: New file.
19560
19561 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19562
19563 * gdb.dwarf2/count.exp: New file.
19564
19565 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19566
19567 * gdb.base/vla-sideeffect.c: New file.
19568 * gdb.base/vla-sideeffect.exp: New file.
19569
19570 2014-04-11 Yao Qi <yao@codesourcery.com>
19571
19572 * gdb.base/completion.exp: Check file exists before running tests
19573 on file completion.
19574
19575 2014-04-10 Pedro Alves <palves@redhat.com>
19576
19577 * gdb.base/cond-eval-mode.c: New file.
19578 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19579 prepare_for_testing to build the new file. Check result of
19580 runto_main.
19581 (test_break, test_watch): New procedures.
19582 (top level): Use them.
19583
19584 2014-04-08 Pierre Muller <muller@sourceware.org>
19585
19586 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19587 Ctrl-V use for mingw hosts.
19588
19589 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19590
19591 * gdb.python/py-value.c: Improve test case.
19592 * gdb.python/py-value.exp: Add new test.
19593
19594 2014-04-07 David Blaikie <dblaikie@gmail.com>
19595
19596 * lib/compiler.c: Identify the clang compiler.
19597 * lib/compiler.cc: Ditto.
19598
19599 2014-04-03 Yao Qi <yao@codesourcery.com>
19600
19601 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19602
19603 2014-04-01 Anton Blanchard <anton@samba.org>
19604
19605 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19606 messages unique.
19607
19608 2014-04-01 Anton Blanchard <anton@samba.org>
19609
19610 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19611 prepare_for_testing.
19612
19613 2014-04-01 Anton Blanchard <anton@samba.org>
19614
19615 * gdb.arch/ppc64-atomic-inst.c: Remove.
19616 * gdb.arch/ppc64-atomic-inst.S: New file.
19617 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19618
19619 2014-03-31 Doug Evans <dje@google.com>
19620
19621 * gdb.base/print-symbol-loading-lib.c: New file.
19622 * gdb.base/print-symbol-loading-main.c: New file.
19623 * gdb.base/print-symbol-loading.exp: New file.
19624
19625 2014-03-31 Yao Qi <yao@codesourcery.com>
19626
19627 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19628
19629 2014-03-28 Joel Brobecker <brobecker@adacore.com>
19630
19631 * gdb.ada/mi_dyn_arr: New testcase.
19632
19633 2014-03-27 Doug Evans <dje@google.com>
19634
19635 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19636
19637 2014-03-27 Yao Qi <yao@codesourcery.com>
19638
19639 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19640 if target is nios2-*-*.
19641
19642 2014-03-26 Yao Qi <yao@codesourcery.com>
19643
19644 * lib/gdb.exp (readline_is_used): New proc.
19645 * gdb.base/completion.exp: Move tests on command complete up.
19646 Skip the rest of tests if readline is not used.
19647 * gdb.ada/complete.exp: Skp the test if readline is not
19648 used.
19649 * gdb.base/filesym.exp: Likewise.
19650 * gdb.base/macscp.exp: Likewise.
19651 * gdb.base/readline-ask.exp: Likewise.
19652 * gdb.base/readline.exp: Likewise.
19653 * gdb.python/py-cmd.exp: Likewise.
19654 * gdb.trace/tfile.exp: Likewise.
19655
19656 2014-03-26 Yao Qi <yao@codesourcery.com>
19657
19658 * gdb.base/macscp.exp: Fix code format issues.
19659
19660 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19661
19662 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19663 * gdb.asm/powerpc64le.inc: New file.
19664
19665 2014-03-25 Pedro Alves <palves@redhat.com>
19666 Doug Evans <dje@google.com>
19667
19668 * gdb.base/source-execution.c: New file.
19669 * gdb.base/source-execution.exp: New file.
19670 * gdb.base/source-execution.gdb: New file.
19671
19672 2014-03-24 Doug Evans <dje@google.com>
19673
19674 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19675 using fission.
19676
19677 2014-03-24 Hui Zhu <hui@codesourcery.com>
19678 Pedro Alves <palves@redhat.com>
19679
19680 PR breakpoints/16101
19681 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19682 test pass/fail messages. Detect missing support for dprintf when
19683 breakpoints are actually inserted.
19684 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19685 breakpoints are actually inserted.
19686 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19687 fails.
19688
19689 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19690
19691 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19692
19693 2014-03-22 Doug Evans <xdje42@gmail.com>
19694
19695 * gdb.python/python.exp (python not supported): Verify multi-line
19696 python command issues an error.
19697 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19698 guile command issues an error.
19699
19700 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19701
19702 * gdb.threads/thread-specific.exp: Handle the lack of usable
19703 $this_breakpoint and $this_thread.
19704
19705 2014-03-21 Hui Zhu <hui@codesourcery.com>
19706
19707 * gdb.base/attach.exp (do_command_attach_tests): New.
19708
19709 2014-03-20 Tom Tromey <tromey@redhat.com>
19710 Pedro Alves <palves@redhat.com>
19711
19712 PR cli/15718
19713 * gdb.base/condbreak-call-false.c: New file.
19714 * gdb.base/condbreak-call-false.exp: New file.
19715
19716 2014-03-20 Pedro Alves <palves@redhat.com>
19717
19718 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19719 Delete.
19720 (block_signals, unblock_signals): Delete.
19721 (child_function_2, main): Remove references to deleted variable
19722 and functions.
19723
19724 2014-03-20 Pedro Alves <palves@redhat.com>
19725
19726 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19727 Use pthread_kill to signal thread 2.
19728 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19729 Adjust to make the test send itself a signal rather than using the
19730 host's "kill" command.
19731
19732 2014-03-20 Pedro Alves <palves@redhat.com>
19733
19734 * gdb.threads/multiple-step-overs.c: New file.
19735 * gdb.threads/multiple-step-overs.exp: New file.
19736 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19737 Adjust expected infrun debug output.
19738
19739 2014-03-20 Pedro Alves <palves@redhat.com>
19740
19741 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19742 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19743
19744 2014-03-20 Pedro Alves <palves@redhat.com>
19745
19746 PR breakpoints/7143
19747 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19748 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19749 of gdb_test_multiple.
19750 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19751 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19752
19753 2014-03-20 Pedro Alves <palves@redhat.com>
19754
19755 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19756 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19757
19758 2014-03-19 Pedro Alves <palves@redhat.com>
19759
19760 * gdb.base/async.exp: Remove early return.
19761
19762 2014-03-19 Pedro Alves <palves@redhat.com>
19763
19764 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19765
19766 2014-03-19 Pedro Alves <palves@redhat.com>
19767
19768 * gdb.base/async.exp (test_background): Expect \r\n after
19769 "completed." in the fail pattern.
19770
19771 2014-03-19 Pedro Alves <palves@redhat.com>
19772
19773 * gdb.base/async.exp (test_background): New procedure.
19774 Use it for all background execution command tests.
19775
19776 2014-03-19 Pedro Alves <palves@redhat.com>
19777
19778 * gdb.base/async.exp: Use prepare_for_testing.
19779
19780 2014-03-19 Pedro Alves <palves@redhat.com>
19781
19782 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19783 the same line.
19784
19785 2014-03-19 Pedro Alves <palves@redhat.com>
19786
19787 * gdb.base/async.c (main): Add "jump here" and "until here" line
19788 marker comments.
19789 * gdb.base/async.exp (jump_here): New global.
19790 (jump& test): Use it.
19791 (until_here): New global.
19792 (until& test): Use it.
19793
19794 2014-03-19 Pedro Alves <palves@redhat.com>
19795
19796 * gdb.base/async.exp: Don't frob gdb_protocol.
19797
19798 2014-03-18 Doug Evans <xdje42@gmail.com>
19799
19800 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19801 Fix spelling of exec-done-display.
19802
19803 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19804
19805 PR gdb/15358
19806 * gdb.base/gdb-sigterm.c: New file.
19807 * gdb.base/gdb-sigterm.exp: New file.
19808
19809 2014-03-18 Pedro Alves <palves@redhat.com>
19810
19811 PR gdb/13860
19812 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19813 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19814 solib-event.
19815
19816 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19817
19818 * gdb.ada/pckd_arr_ren: New testcase.
19819
19820 2014-03-13 Doug Evans <xdje42@gmail.com>
19821
19822 PR guile/16612
19823 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19824 collect after discarding symbols.
19825
19826 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19827 Doug Evans <xdje42@gmail.com>
19828
19829 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19830 to history survives a gc.
19831
19832 2014-03-13 Pedro Alves <palves@redhat.com>
19833
19834 * gdb.base/default.exp: Don't test "target procfs".
19835
19836 2014-03-13 Pedro Alves <palves@redhat.com>
19837
19838 * gdb.base/default.exp: Update "target child" and "target procfs"
19839 tests to not expect "Unix".
19840
19841 2014-03-12 Tom Tromey <tromey@redhat.com>
19842
19843 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19844 New procs. Add target-async tests.
19845 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19846 Add target-async tests.
19847
19848 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19849
19850 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19851 'func_start' and 'func_end' for the beginning and end of the
19852 function code, respectively.
19853 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19854 'func_end' instead of 'func' and 'main'.
19855
19856 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19857
19858 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19859 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19860 generate the debug info assembler source.
19861
19862 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19863
19864 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19865 * gdb.dwarf2/arr-subrange.exp: Likewise.
19866 * gdb.dwarf2/dwz.exp: Likewise.
19867 * gdb.dwarf2/method-ptr.exp: Likewise.
19868 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19869 * gdb.dwarf2/subrange.exp: Likewise.
19870 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19871 * gdb.dwarf2/implptrpiece.exp: Likewise.
19872 * gdb.dwarf2/nostaticblock.exp: Likewise.
19873
19874 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19875
19876 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19877 directory to absolute path name arguments.
19878
19879 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19880
19881 * gdb.ada/tagged_access: New testcase.
19882
19883 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19884
19885 * gdb.btrace/data.exp: Update expected output.
19886
19887 2014-03-06 Yao Qi <yao@codesourcery.com>
19888
19889 * gdb.trace/pr16508.exp: New file.
19890
19891 2014-03-05 Pedro Alves <palves@redhat.com>
19892
19893 PR gdb/16575
19894 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19895 procedure.
19896 (top level): Adjust to use it. Add tests that exercise breakpoint
19897 interaction with the code-cache.
19898
19899 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19900
19901 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19902 test for 'history-append!'.
19903
19904 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19905
19906 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19907 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19908 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19909 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19910 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19911 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19912
19913 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19914
19915 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19916 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19917 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19918
19919 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19920
19921 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19922
19923 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19924
19925 * gdb.dwarf2/arr-stride.c: New file.
19926 * gdb.dwarf2/arr-stride.exp: New file.
19927
19928 2014-02-26 Pedro Alves <palves@redhat.com>
19929
19930 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19931 that won't ever trigger. Make sure that GDB reports the correct
19932 breakpoint that caused the stop.
19933
19934 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19935
19936 PR gdb/16626
19937 * gdb.base/auto-load-script: New file.
19938 * gdb.base/auto-load.c: New file.
19939 * gdb.base/auto-load.exp: New file.
19940
19941 PR gdb/16626
19942 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19943
19944 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19945
19946 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19947 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19948
19949 2014-02-24 Doug Evans <dje@google.com>
19950
19951 * lib/gdb.exp (run_on_host): Log error output if program fails.
19952
19953 2014-02-21 Pedro Alves <palves@redhat.com>
19954
19955 * gdb.threads/step-after-sr-lock.c: Rename to ...
19956 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19957 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19958 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19959 ... this.
19960
19961 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19962
19963 PR tdep/16397
19964 * gdb.arch/amd64-stap-special-operands.exp: New file.
19965 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19966 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19967 * gdb.arch/amd64-stap-triplet.S: Likewise.
19968 * gdb.arch/amd64-stap-triplet.c: Likewise.
19969
19970 2014-02-20 Joel Brobecker <brobecker@adacore.com>
19971
19972 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19973 in .section pseudo-op.
19974
19975 2014-02-20 lin zuojian <manjian2006@gmail.com>
19976 Joel Brobecker <brobecker@adacore.com>
19977 Doug Evans <xdje42@gmail.com>
19978
19979 PR symtab/16581
19980 * gdb.dwarf2/dw2-icycle.S: New file.
19981 * gdb.dwarf2/dw2-icycle.c: New file.
19982 * gdb.dwarf2/dw2-icycle.exp: New file.
19983
19984 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19985
19986 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19987 operations on gdb.Value objects.
19988 * gdb.python/py-value-cc.exp: Add new test to test operations on
19989 gdb.Value objects.
19990
19991 2014-02-18 Doug Evans <dje@google.com>
19992
19993 * Makefile.in (TESTS): New variable.
19994 (expanded_tests, expanded_tests_or_none): New variables
19995 (check-single): Pass $(expanded_tests_or_none) to runtest.
19996 (check-parallel): Only run tests in $(TESTS) if non-empty.
19997 (check/no-matching-tests-found): New rule.
19998 * README: Document TESTS makefile variable.
19999
20000 2014-02-18 Doug Evans <dje@google.com>
20001
20002 * Makefile.in (check-parallel): rm -rf outputs temp.
20003
20004 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20005
20006 Fix "ERROR: no fileid for" in the testsuite.
20007 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20008
20009 2014-02-12 Doug Evans <dje@google.com>
20010
20011 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20012 (MISCELLANEOUS): New variable.
20013 (clean): rm -rf $(MISCELLANEOUS).
20014 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20015 dwp live in the same directory as symlinks, with each symlink pointed
20016 to a differently named file in a different directory.
20017
20018 2014-02-11 Doug Evans <dje@google.com>
20019
20020 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20021 of Tcl file commands.
20022
20023 2014-02-10 Mark Kettenis <kettenis@gnu.org>
20024
20025 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20026 "kill -SIGUSR1 -1".
20027
20028 2014-02-10 Joel Brobecker <brobecker@adacore.com>
20029
20030 * gdb.ada/tick_length_array_enum_idx: New testcase.
20031
20032 2014-02-10 Doug Evans <xdje42@gmail.com>
20033
20034 * configure.ac (AC_OUTPUT): Add gdb.guile.
20035 * configure: Regenerate.
20036 * lib/gdb-guile.exp: New file.
20037 * lib/gdb.exp (get_target_charset): New function.
20038 * gdb.base/help.exp: Update expected output from "apropos apropos".
20039 * gdb.guile/Makefile.in: New file.
20040 * gdb.guile/guile.exp: New file.
20041 * gdb.guile/scm-arch.c: New file.
20042 * gdb.guile/scm-arch.exp: New file.
20043 * gdb.guile/scm-block.c: New file.
20044 * gdb.guile/scm-block.exp: New file.
20045 * gdb.guile/scm-breakpoint.c: New file.
20046 * gdb.guile/scm-breakpoint.exp: New file.
20047 * gdb.guile/scm-disasm.c: New file.
20048 * gdb.guile/scm-disasm.exp: New file.
20049 * gdb.guile/scm-equal.c: New file.
20050 * gdb.guile/scm-equal.exp: New file.
20051 * gdb.guile/scm-error.exp: New file.
20052 * gdb.guile/scm-error.scm: New file.
20053 * gdb.guile/scm-frame-args.c: New file.
20054 * gdb.guile/scm-frame-args.exp: New file.
20055 * gdb.guile/scm-frame-args.scm: New file.
20056 * gdb.guile/scm-frame-inline.c: New file.
20057 * gdb.guile/scm-frame-inline.exp: New file.
20058 * gdb.guile/scm-frame.c: New file.
20059 * gdb.guile/scm-frame.exp: New file.
20060 * gdb.guile/scm-generics.exp: New file.
20061 * gdb.guile/scm-gsmob.exp: New file.
20062 * gdb.guile/scm-iterator.c: New file.
20063 * gdb.guile/scm-iterator.exp: New file.
20064 * gdb.guile/scm-math.c: New file.
20065 * gdb.guile/scm-math.exp: New file.
20066 * gdb.guile/scm-objfile-script-gdb.in: New file.
20067 * gdb.guile/scm-objfile-script.c: New file.
20068 * gdb.guile/scm-objfile-script.exp: New file.
20069 * gdb.guile/scm-objfile.c: New file.
20070 * gdb.guile/scm-objfile.exp: New file.
20071 * gdb.guile/scm-ports.exp: New file.
20072 * gdb.guile/scm-pretty-print.c: New file.
20073 * gdb.guile/scm-pretty-print.exp: New file.
20074 * gdb.guile/scm-pretty-print.scm: New file.
20075 * gdb.guile/scm-section-script.c: New file.
20076 * gdb.guile/scm-section-script.exp: New file.
20077 * gdb.guile/scm-section-script.scm: New file.
20078 * gdb.guile/scm-symbol.c: New file.
20079 * gdb.guile/scm-symbol.exp: New file.
20080 * gdb.guile/scm-symtab-2.c: New file.
20081 * gdb.guile/scm-symtab.c: New file.
20082 * gdb.guile/scm-symtab.exp: New file.
20083 * gdb.guile/scm-type.c: New file.
20084 * gdb.guile/scm-type.exp: New file.
20085 * gdb.guile/scm-value-cc.cc: New file.
20086 * gdb.guile/scm-value-cc.exp: New file.
20087 * gdb.guile/scm-value.c: New file.
20088 * gdb.guile/scm-value.exp: New file.
20089 * gdb.guile/source2.scm: New file.
20090 * gdb.guile/types-module.cc: New file.
20091 * gdb.guile/types-module.exp: New file.
20092
20093 2014-02-10 Yao Qi <yao@codesourcery.com>
20094
20095 PR testsuite/16543
20096 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20097 * configure: Regenerated.
20098 * Makefile.in: New file.
20099
20100 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20101
20102 * gdb.python/py-framefilter.exp: Fix typo.
20103
20104 2014-02-08 Yao Qi <yao@codesourcery.com>
20105
20106 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20107 that no =breakpoint-modified is emitted when breakpoints are
20108 modified through MI commands.
20109
20110 2014-02-07 Pedro Alves <pedro@codesourcery.com>
20111 Pedro Alves <palves@redhat.com>
20112
20113 * gdb.threads/step-after-sr-lock.c: New file.
20114 * gdb.threads/step-after-sr-lock.exp: New file.
20115
20116 2014-02-07 Pedro Alves <palves@redhat.com>
20117
20118 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20119
20120 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20121
20122 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20123 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20124
20125 2014-02-06 Doug Evans <xdje42@gmail.com>
20126
20127 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20128 output.
20129
20130 * gdb.gdb/python-interrupts.exp: New file.
20131
20132 2014-02-05 Yao Qi <yao@codesourcery.com>
20133
20134 * gdb.trace/report.exp (use_collected_data): Test the output
20135 of "info threads" and "info inferiors".
20136
20137 2014-02-05 Yao Qi <yao@codesourcery.com>
20138
20139 Revert this patch:
20140
20141 2013-05-24 Yao Qi <yao@codesourcery.com>
20142
20143 * gdb.trace/tfile.exp: Test inferior and thread.
20144
20145 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20146
20147 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20148 on a function.
20149 * gdb.base/step-bt.c: Call hello via function pointer to make
20150 sure its first instruction is executed on powerpc64le-linux.
20151
20152 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20153
20154 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20155
20156 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20157
20158 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20159 of the test patterns for use on little-endian systems.
20160
20161 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20162
20163 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20164 (decimal_vector): Fix for little-endian.
20165
20166 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20167
20168 * gdb.arch/sparc-sysstep.exp: New file.
20169 * gdb.arch/sparc-sysstep.c: Likewise.
20170
20171 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20172
20173 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20174
20175 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20176
20177 2014-01-23 Tom Tromey <tromey@redhat.com>
20178
20179 * gdb.ada/array_char_idx: New testcase.
20180
20181 2014-01-23 Tom Tromey <tromey@redhat.com>
20182
20183 PR python/16487:
20184 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20185 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20186 classes.
20187
20188 2014-01-23 Tom Tromey <tromey@redhat.com>
20189
20190 PR python/16491:
20191 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20192 string from an inferior frame.
20193 * gdb.python/py-framefilter-mi.exp: Update.
20194
20195 2014-01-22 Doug Evans <dje@google.com>
20196
20197 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20198
20199 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20200
20201 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20202
20203 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20204
20205 * gdb.trace/entry-values.exp: Remove excess space character from
20206 regex patterns. Handle s390 call instruction.
20207
20208 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20209
20210 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20211 define "*_start" label. Make "name" static.
20212 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20213 ${name} by references to ${name}_start.
20214
20215 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20216
20217 * gdb.base/info-macros.exp: Remove "debug" from the compile
20218 options.
20219
20220 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20221
20222 * gdb.dlang/demangle.exp: New file.
20223
20224 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20225
20226 * gdb.dlang/primitive-types.exp: New file.
20227
20228 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20229
20230 * configure.ac: Create gdb.dlang/Makefile.
20231 * configure: Regenerate.
20232 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20233 * gdb.dlang/Makefile.in: New file.
20234 * lib/d-support.exp: New file.
20235 * lib/gdb.exp (skip_d_tests): New proc.
20236
20237 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20238
20239 * gdb.btrace/delta.exp: Check reverse stepi.
20240 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20241 * gdb.btrace/finish.exp: New.
20242 * gdb.btrace/next.exp: New.
20243 * gdb.btrace/nexti.exp: New.
20244 * gdb.btrace/record_goto.c: Add comments.
20245 * gdb.btrace/step.exp: New.
20246 * gdb.btrace/stepi.exp: New.
20247 * gdb.btrace/multi-thread-step.c: New.
20248 * gdb.btrace/multi-thread-step.exp: New.
20249 * gdb.btrace/rn-dl-bind.c: New.
20250 * gdb.btrace/rn-dl-bind.exp: New.
20251 * gdb.btrace/data.c: New.
20252 * gdb.btrace/data.exp: New.
20253 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20254
20255 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20256
20257 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20258 * gdb.btrace/exception.exp: Update.
20259 * gdb.btrace/instruction_history.exp: Update.
20260 * gdb.btrace/record_goto.exp: Update.
20261 * gdb.btrace/tailcall.exp: Update.
20262 * gdb.btrace/unknown_functions.exp: Update.
20263 * gdb.btrace/delta.exp: New.
20264
20265 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20266
20267 * gdb.btrace/record_goto.exp: Add backtrace test.
20268 * gdb.btrace/tailcall.exp: Add backtrace test.
20269
20270 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20271
20272 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20273 * gdb.btrace/record_goto.c: New.
20274 * gdb.btrace/record_goto.exp: New.
20275 * gdb.btrace/x86-record_goto.S: New.
20276
20277 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20278
20279 * gdb.btrace/function_call_history.exp: Update tests.
20280 * gdb.btrace/instruction_history.exp: Update tests.
20281
20282 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20283
20284 * gdb.btrace/function_call_history.exp: Fix expected field
20285 order for "record function-call-history".
20286 Add new tests for "record function-call-history /c".
20287 * gdb.btrace/exception.cc: New.
20288 * gdb.btrace/exception.exp: New.
20289 * gdb.btrace/tailcall.exp: New.
20290 * gdb.btrace/x86-tailcall.S: New.
20291 * gdb.btrace/x86-tailcall.c: New.
20292 * gdb.btrace/unknown_functions.c: New.
20293 * gdb.btrace/unknown_functions.exp: New.
20294 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20295
20296 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20297
20298 * gdb.btrace/instruction_history.exp: Update.
20299 * gdb.btrace/function_call_history.exp: Update.
20300
20301 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20302
20303 * gdb.btrace/function_call_history.exp: Fix expected function
20304 trace.
20305 * gdb.btrace/instruction_history.exp: Initialize traced.
20306 Remove traced_functions.
20307
20308 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20309
20310 * gdb.btrace/function_call_history.exp: Update
20311 * gdb.btrace/instruction_history.exp: Update.
20312
20313 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20314
20315 * gdb.btrace/enable.exp: Update expected text.
20316
20317 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20318
20319 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20320 bytes.
20321
20322 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20323
20324 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20325
20326 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
20327
20328 * lib/gdb.exp (supports_process_record): Return true for
20329 arm*-linux*. (supports_reverse): Likewise.
20330
20331 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20332
20333 PR python/15464
20334 PR python/16113
20335 * gdb.python/py-type.c: Enhance test case.
20336 * gdb.python/py-value-cc.cc: Likewise
20337 * gdb.python/py-type.exp: Add new tests.
20338 * gdb.python/py-value-cc.exp: Likewise
20339
20340 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20341 Pedro Alves <palves@redhat.com>
20342
20343 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20344 Make "name" extern.
20345 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20346 references to ${name}_start by references to ${name}.
20347
20348 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20349
20350 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20351
20352 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20353
20354 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20355
20356 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20357 Pedro Alves <palves@redhat.com>
20358
20359 * gdb.mi/mi-info-os.exp: Connect to the target with
20360 mi_gdb_target_load.
20361
20362 2014-01-08 Pedro Alves <palves@redhat.com>
20363
20364 * gdb.threads/reconnect-signal.c: New file.
20365 * gdb.threads/reconnect-signal.exp: New file.
20366
20367 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20368
20369 * gdb.base/source-dir.exp: New file.
20370
20371 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20372
20373 * gdb.ada/mi_interface: New testcase.
20374
20375 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20376
20377 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20378 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20379 gdb.ada/pp-rec-component/pck.ads: New files.
20380
20381 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20382
20383 * gdb.python/py-pp-integral.c: New file.
20384 * gdb.python/py-pp-integral.py: New file.
20385 * gdb.python/py-pp-integral.exp: New file.
20386
20387 For older changes see ChangeLog-1993-2013.
20388 \f
20389 ;; Local Variables:
20390 ;; mode: change-log
20391 ;; left-margin: 8
20392 ;; fill-column: 74
20393 ;; version-control: never
20394 ;; End:
20395
20396 Copyright 2014-2020 Free Software Foundation, Inc.
20397 Copying and distribution of this file, with or without modification,
20398 are permitted provided the copyright notice and this notice are preserved.
This page took 0.462468 seconds and 3 git commands to generate.