gdb/testsuite: better handle failures in simavr board, reap simavr process
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
2
3 * boards/simavr.exp (gdb_load): Catch errors when closing
4 previous connection. Close connection, wait for process and
5 unset simavr_spawn_id on failure.
6
7 2020-06-29 Tom de Vries <tdevries@suse.de>
8
9 * lib/gdb.exp (unknown): Make test-case unresolved.
10
11 2020-06-29 Tom de Vries <tdevries@suse.de>
12
13 PR gdb/25475
14 * gdb.server/solib-list.exp: Verify that the symbol reload
15 confirmation question is asked.
16
17 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
18
19 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
20 have a input seq nr in each pass message.
21 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
22 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
23 * gdb.python/python.exp: Make test names unique,
24 use gdb_test_multiline instead of gdb_py_test_multiple,
25 use $gdb_test_name.
26 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
27
28 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
29
30 * configure.ac: Add --enable-libctf.
31 * aclocal.m4: sinclude ../config/enable.m4.
32 * Makefile.in (site.exp): Add enable_libctf to site.exp.
33 * lib/gdb.exp (skip_ctf_tests): Use it.
34 * gdb.base/ctf-constvars.exp: Error message tweak.
35 * gdb.base/ctf-ptype.exp: Likewise.
36 * configure: Regenerate.
37
38 2020-06-26 Gary Benson <gbenson@redhat.com>
39
40 * gdb.cp/try_catch.cc: Include string.h.
41 (main): Replace comparison against string literal with
42 strcmp, avoiding build failure with -Wstring-compare.
43 Add "marker test-complete".
44 * gdb.cp/try_catch.exp: Run the test to the above marker,
45 then verify that the value of "test" is still true.
46
47 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
48
49 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
50
51 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
52
53 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
54
55 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
56
57 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
58 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
59 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
60 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
61 * gdb.arch/riscv-tdesc-loading.exp: New file.
62
63 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
64
65 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
66
67 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
68
69 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
70 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
71 * gdb.arch/riscv-tdesc-regs.c: New file.
72 * gdb.arch/riscv-tdesc-regs.exp: New file.
73
74 2020-06-24 Pedro Alves <palves@redhat.com>
75
76 * gdb.arch/amd64-entry-value-paramref.exp: Use
77 prepare_for_testing_full and don't pass "c++" for the .S file
78 build spec.
79 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
80 $options, since it's an assembly file. Remove -Wno-deprecated.
81 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
82 compiling C++ programs.
83
84 2020-06-24 Pedro Alves <palves@redhat.com>
85
86 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
87 Clang, add "-Wno-unknown-warning-option" to the options.
88
89 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
90
91 * gdb.xml/tdesc-reload.c: New file.
92 * gdb.xml/tdesc-reload.exp: New file.
93 * gdb.xml/maint-xml-dump-01.xml: New file.
94 * gdb.xml/maint-xml-dump-02.xml: New file.
95 * gdb.xml/maint-xml-dump.exp: New file.
96
97 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
98
99 * lib/completion-support.exp (test_gdb_completion_offers_commands):
100 Adjust for omitted commands when TUI is disabled.
101
102 2020-06-23 Gary Benson <gbenson@redhat.com>
103 Pedro Alves <palves@redhat.com>
104
105 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
106 * gdb.cp/nsimport.cc: Likewise.
107 * gdb.cp/nsnested.cc: Likewise.
108 * gdb.cp/nsnoimports.cc: Likewise.
109 * gdb.cp/nsusing.cc: Likewise.
110 * gdb.cp/smartp.cc: Likewise.
111 * gdb.python/py-pp-integral.c: Likewise.
112 * gdb.python/py-pp-re-notag.c: Likewise.
113
114 2020-06-23 Gary Benson <gbenson@redhat.com>
115
116 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
117 * gdb.cp/nsimport.cc: Likewise.
118 * gdb.cp/nsnested.cc: Likewise.
119 * gdb.cp/nsnoimports.cc: Likewise.
120 * gdb.cp/nsusing.cc: Likewise.
121 * gdb.cp/smartp.cc: Likewise.
122 * gdb.python/py-pp-integral.c: Likewise.
123 * gdb.python/py-pp-re-notag.c: Likewise.
124
125 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
126
127 * gdb.base/default-args.exp: New test.
128 * gdb.base/default-args.c: New file.
129 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
130 * gdb.base/default.exp: Update to new help text.
131 * gdb.base/help.exp: Likewise.
132 * gdb.base/page.exp: Likewise.
133 * gdb.base/style.exp: Likewise.
134 * gdb.guile/guile.exp: Likewise.
135 * gdb.python/python.exp: Likewise.
136
137 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
138
139 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
140 remote host. Fix search path syntax on Windows host.
141
142 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
143
144 * gdb.base/attach.exp: Test priority of 'exec-file' changed
145 over 'exec-file-mismatch'.
146 * gdb.base/attach.c: Mark should_exit volatile.
147 * gdb.base/attach2.c: Likewise. Add a comment explaining
148 why the sleep cannot be big.
149 * gdb.base/attach3.c: New file.
150
151 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
152
153 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
154 prefix optional.
155
156 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
157
158 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
159 for remote host.
160
161 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
162 Hafiz Abid Qadeer <abidh@codesourcery.com>
163
164 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
165 file sent to remote host.
166 (top level): Allow int32_t as type of 32-bit register.
167
168 2020-06-19 Tom de Vries <tdevries@suse.de>
169
170 * lib/gdb.exp (gdb_note): New proc.
171 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
172 (gdb_default_target_compile): ... here. Only call
173 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
174 (use_gdb_compile): Change to array.
175 (toplevel): Update sets of use_gdb_compile to specify language.
176 Warn about default_target_compile override. Store dejagnu's version
177 of default_target_compile in dejagnu_default_target_compile.
178
179 2020-06-18 Tom de Vries <tdevries@suse.de>
180
181 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
182 (default_gdb_init): ... here.
183
184 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
185
186 Fix TUI support checks in gdb.tui tests.
187
188 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
189 just say UNSUPPORTED.
190 * gdb.tui/corefile-run.exp: Likewise.
191 * gdb.tui/empty.exp: Likewise.
192 * gdb.tui/list-before.exp: Likewise.
193 * gdb.tui/list.exp: Likewise.
194 * gdb.tui/main.exp: Likewise.
195 * gdb.tui/regs.exp: Likewise.
196 * gdb.tui/resize.exp: Likewise.
197 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
198 * gdb.tui/tui-layout-asm.exp: Likewise.
199 * gdb.tui/tui-missing-src.exp: Likewise.
200 * gdb.tui/winheight.exp: Likewise.
201 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
202
203 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
204
205 Fix TCL error in gdb.python/py-format-string.exp.
206
207 * gdb.python/py-format-string.exp: Move test for python support
208 earlier, out of function body.
209
210 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
211
212 * gdb.base/index-cache-load-twice.c: New.
213 * gdb.base/index-cache-load-twice.exp: New.
214
215 2020-06-17 Keith Seitz <keiths@redhat.com>
216
217 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
218 when executing "gdb --configuration".
219
220 2020-06-17 Tom de Vries <tdevries@suse.de>
221
222 * lib/gdb.exp (gdb_tcl_unknown): New proc.
223 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
224 conditional on presence of gdb_tcl_unknown.
225 (gdb_finish): Make override undo conditional on presence of
226 gdb_tcl_unknown.
227
228 2020-06-16 Tom Tromey <tom@tromey.com>
229
230 * gdb.python/tui-window.py (failwin): New function. Register it
231 as a TUI window type.
232 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
233
234 2020-06-16 Gary Benson <gbenson@redhat.com>
235
236 * gdb.python/py-nested-maps.c (create_map): Add missing return
237 value.
238 (create_map_map): Likewise.
239
240 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
241
242 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
243 variable.
244 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
245 and use the already-defined 'options' variable.
246
247 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
248 Tom de Vries <tdevries@suse.de>
249
250 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
251 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
252 (gdb_setup_known_globals): New proc.
253 (gdb_cleanup_globals): New proc.
254 * lib/gdb.exp (load_lib): New override proc.
255 (gdb_stdin_log_init): Set var in_file as persistent global.
256 * lib/pascal.exp (gdb_stdin_log_init): Set vars
257 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
258 fpc_compiler as persistent global.
259
260 2020-06-12 Tom de Vries <tdevries@suse.de>
261
262 * lib/tuiterm.exp (spawn): Rename to ...
263 (tui_spawn): ... this.
264 (toplevel): Move rename of spawn ...
265 (gdb_init_tuiterm): ... here. New proc.
266 (gdb_finish_tuiterm): New proc.
267 * lib/gdb.exp (gdb_finish_hooks): New global var.
268 (gdb_finish): Handle gdb_finish_hooks.
269 (tuiterm_env): New proc.
270 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
271 tuiterm_env.
272 * gdb.tui/basic.exp: Same.
273 * gdb.tui/corefile-run.exp: Same.
274 * gdb.tui/empty.exp: Same.
275 * gdb.tui/list-before.exp: Same.
276 * gdb.tui/list.exp: Same.
277 * gdb.tui/main.exp: Same.
278 * gdb.tui/new-layout.exp: Same.
279 * gdb.tui/regs.exp: Same.
280 * gdb.tui/resize.exp: Same.
281 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
282 * gdb.tui/tui-layout-asm.exp: Same.
283 * gdb.tui/tui-missing-src.exp: Same.
284 * gdb.tui/winheight.exp: Same.
285
286 2020-06-12 Tom de Vries <tdevries@suse.de>
287
288 PR testsuite/26110
289 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
290 (gdb_finish): Reinstall dejagnu's override of ::unknown.
291
292 2020-06-11 Tom Tromey <tom@tromey.com>
293
294 PR gdb/18318:
295 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
296 floating point tests.
297
298 2020-06-11 Keith Seitz <keiths@redhat.com>
299
300 PR gdb/21356
301 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
302 vla_struct.
303 Add new struct vla_typedef and union vla_typedef_union and
304 corresponding instantiation objects.
305 Initialize new objects.
306 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
307 and vla_typedef_union_object.
308 Fixup type for vla_struct_object.
309
310 2020-06-11 Tom de Vries <tdevries@suse.de>
311
312 * lib/gdb.exp (with_override): New proc, factored out of ...
313 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
314
315 2020-06-10 Tom de Vries <tdevries@suse.de>
316
317 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
318
319 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
320
321 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
322 parameter, update callers.
323
324 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
325
326 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
327 * gdb.dwarf2/share-psymtabs-bt.c: New file.
328 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
329
330 2020-06-04 Tom de Vries <tdevries@suse.de>
331
332 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
333
334 2020-06-04 Tom de Vries <tdevries@suse.de>
335
336 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
337 exp_continue.
338
339 2020-06-04 Tom de Vries <tdevries@suse.de>
340
341 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
342
343 2020-06-03 Tom de Vries <tdevries@suse.de>
344
345 PR symtab/26046
346 * gdb.cp/breakpoint-locs-2.cc: New test.
347 * gdb.cp/breakpoint-locs.cc: New test.
348 * gdb.cp/breakpoint-locs.exp: New file.
349 * gdb.cp/breakpoint-locs.h: New test.
350
351 2020-06-03 Tom de Vries <tdevries@suse.de>
352
353 PR testsuite/25609
354 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
355 value of global verbose.
356 * gdb.base/jit-elf.exp: Same.
357 * gdb.base/jit-reader.exp: Same.
358
359 2020-06-02 Tom de Vries <tdevries@suse.de>
360
361 * gdb.dwarf2/multidictionary.exp: Don't use
362 gdb_spawn_with_cmdline_opts.
363
364 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
365
366 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
367 use_header case.
368 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
369 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
370 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
371 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
372 * gdb.dwarf2/dw2-inline-header.c: New file.
373 * gdb.dwarf2/dw2-inline-header.h: New file.
374
375 2020-05-30 Pedro Alves <palves@redhat.com>
376
377 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
378 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
379
380 2020-05-29 Gary Benson <gbenson@redhat.com>
381
382 * gdb.compile/compile-cplus.exp (additional_flags): Also
383 set when building with clang.
384 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
385 when building with clang.
386
387 2020-05-29 Gary Benson <gbenson@redhat.com>
388
389 * gdb.arch/i386-avx.exp (additional_flags): Also set when
390 building with clang.
391 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
392
393 2020-05-29 Gary Benson <gbenson@redhat.com>
394
395 * gdb.cp/koenig.exp (prepare_for_testing): Add
396 additional_flags=-Wno-unused-comparison.
397 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
398
399 2020-05-28 Gary Benson <gbenson@redhat.com>
400
401 * gdb.base/sigaltstack.c (catcher): Add default case to switch
402 statement.
403
404 2020-05-28 Gary Benson <gbenson@redhat.com>
405
406 * gdb.cp/classes.exp (prepare_for_testing): Add
407 additional_flags=-Wno-deprecated-register.
408 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
409 * gdb.cp/misc.exp: Likewise.
410
411 2020-05-28 Gary Benson <gbenson@redhat.com>
412
413 * gdb.linespec/cpls-ops.cc (dummy): New static global.
414 (test_op_new::operator new): Add return statement.
415 (test_op_new_array::operator new[]): Likewise.
416
417 2020-05-27 Pedro Alves <palves@redhat.com>
418
419 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
420 check. Use test_gdb_complete_unique instead of
421 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
422 test_gdb_complete_multiple instead of
423 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
424
425 2020-05-27 Luis Machado <luis.machado@linaro.org>
426
427 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
428 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
429 * gdb.arch/arm-disassembler-options.exp: Likewise.
430 * gdb.arch/arm-disp-step.exp: Likewise.
431 * gdb.arch/thumb-prologue.exp: Likewise.
432 * gdb.base/async.exp: Likewise.
433 * gdb.base/auxv.exp: Likewise.
434 * gdb.base/complex-parts.exp: Likewise.
435 * gdb.base/ena-dis-br.exp: Likewise.
436 * gdb.base/foll-exec.exp: Likewise.
437 * gdb.base/permissions.exp: Likewise.
438 * gdb.base/relocate.exp: Likewise.
439 * gdb.base/return2.exp: Likewise.
440 * gdb.base/sigbpt.exp: Likewise.
441 * gdb.base/siginfo-obj.exp: Likewise.
442 * gdb.cp/converts.exp: Likewise.
443 * gdb.cp/exceptprint.exp: Likewise.
444 * gdb.cp/inherit.exp: Likewise.
445 * gdb.cp/nsnoimports.exp: Likewise.
446 * gdb.cp/virtbase2.exp: Likewise.
447 * gdb.mi/mi-var-cmd.exp: Likewise.
448 * gdb.mi/var-cmd.c: Likewise.
449
450 2020-05-26 Tom Tromey <tromey@adacore.com>
451
452 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
453
454 2020-05-26 Tom Tromey <tromey@adacore.com>
455
456 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
457 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
458 type.
459 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
460 variable.
461
462 2020-05-26 Christian Biesinger <cbiesinger@google.com>
463
464 * Makefile.in: Use = instead of == for the test command
465 for portability.
466
467 2020-05-26 Tom de Vries <tdevries@suse.de>
468
469 * gdb.base/gold-gdb-index-2.c: New test.
470 * gdb.base/gold-gdb-index.c: New test.
471 * gdb.base/gold-gdb-index.exp: New file.
472 * gdb.base/gold-gdb-index.h: New test.
473
474 2020-05-25 Tom de Vries <tdevries@suse.de>
475
476 * boards/gold-gdb-index.exp: New file.
477
478 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
479
480 * boards/simavr.exp: New file.
481
482 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
483
484 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
485 * gdb.base/inferior-args.exp: New file.
486 * gdb.base/inferior-args.c: New file.
487
488 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
489
490 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
491 inferior_args. Pass it to gdb_reload.
492 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
493 inferior_args.
494 (gdb_reload): Add inferior_args argument.
495 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
496 pass it to gdbserver_run.
497 * boards/native-gdbserver.exp: Do not set noargs.
498 * boards/native-extended-gdbserver.exp (gdb_reload): Add
499 inferior_args argument.
500 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
501 * gdb.base/a2-run.exp: Check for use_gdb_stub.
502 * gdb.base/args.exp: Likewise.
503
504 2020-05-25 Tom de Vries <tdevries@suse.de>
505
506 * lib/gdb.exp (exec_is_pie): Add comment.
507
508 2020-05-25 Tom de Vries <tdevries@suse.de>
509
510 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
511 instead of $binfile in the untested message.
512
513 2020-05-25 Tom de Vries <tdevries@suse.de>
514
515 PR testsuite/26031
516 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
517
518 2020-05-25 Tom de Vries <tdevries@suse.de>
519
520 * boards/gold.exp: New file.
521
522 2020-05-23 Tom Tromey <tom@tromey.com>
523
524 * gdb.base/style.exp: Remove completion styling test.
525 * lib/gdb-utils.exp (style): Remove completion styles.
526
527 2020-05-23 Tom Tromey <tom@tromey.com>
528
529 * gdb.base/style.exp: Add completion styling test.
530 * lib/gdb-utils.exp (style): Add completion styles.
531
532 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
533
534 * gdb.base/annota1.exp: Update expected results.
535 * gdb.cp/annota2.exp: Update expected results, remove duplicate
536 test name.
537 * gdb.cp/annota3.exp: Update expected results.
538
539 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
540
541 PR gdb/26016
542 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
543 against MAP_FAILED.
544 * gdb.base/coremaker.c (mmapdata): Likewise.
545 * gdb.base/jit-reader-host.c (main): Likewise.
546 * gdb.base/sym-file-loader.c (load): Likewise.
547 (load_shlib): Likewise.
548
549 2020-05-20 Tom Tromey <tromey@adacore.com>
550
551 * gdb.ada/array_char_idx.exp: Recognize initialized array.
552
553 2020-05-20 Tom de Vries <tdevries@suse.de>
554
555 PR symtab/25833
556 * gdb.base/with-mf-inc.c: New test.
557 * gdb.base/with-mf-main.c: New test.
558 * gdb.base/with-mf.exp: New file.
559
560 2020-05-19 Tom Tromey <tromey@adacore.com>
561
562 * gdb.rust/simple.exp: Restore missing test result.
563
564 2020-05-19 Tom de Vries <tdevries@suse.de>
565
566 * gdb.base/gdb-caching-proc.exp: Fix typo.
567
568 2020-05-19 Tom Tromey <tromey@adacore.com>
569
570 * gdb.rust/simple.exp: Add some test descriptions.
571 (test_one_slice): Use with_test_prefix.
572
573 2020-05-18 Tom de Vries <tdevries@suse.de>
574
575 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
576
577 2020-05-17 Pedro Alves <palves@redhat.com>
578
579 PR gdb/25741
580 * gdb.base/hw-sw-break-same-address.exp: New file.
581
582 2020-05-16 Pedro Alves <palves@redhat.com>
583
584 * gdb.multi/multi-re-run.exp (test_re_run): Switch
585 LAST_LOADED_FILE accordingly.
586
587 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
588
589 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
590
591 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
592
593 * gdb.base/help.exp: Test apropos and help for commands
594 having aliases. Fixed comments not starting with an
595 upper-case letter or not finishing with a dot.
596
597 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
598
599 * gdb.base/alias.exp: Update help output check.
600
601 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
602
603 * gdb.base/default.exp: Update output following fixes.
604
605 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
606
607 * gdb.base/alias.exp: Test aliases starting with a prefix of
608 another alias.
609
610 2020-05-15 Gary Benson <gbenson@redhat.com>
611
612 * gdb.base/info-os.c (main): Add return statement.
613 * gdb.base/info_minsym.c (minsym_fun): Likewise.
614 * gdb.base/large-frame-2.c (func): Likewise.
615 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
616 * gdb.base/pr10179-b.c (foo2): Likewise.
617 * gdb.base/valgrind-disp-step.c (foo): Likewise.
618 * gdb.base/watch-cond.c (func): Likewise.
619 * gdb.multi/goodbye.c (verylongfun): Likewise.
620 * gdb.multi/hello.c (commonfun): Likewise.
621 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
622 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
623 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
624 Likewise.
625 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
626 * gdb.threads/interrupt-while-step-over.c (child_function):
627 Likewise.
628 * gdb.trace/actions-changed.c (end): Likewise.
629
630 2020-05-15 Gary Benson <gbenson@redhat.com>
631
632 * gdb.opencl/callfuncs.exp: Report when test skipped.
633 * gdb.opencl/convs_casts.exp: Likewise.
634 * gdb.opencl/datatypes.exp: Likewise.
635 * gdb.opencl/operators.exp: Likewise.
636 * gdb.opencl/vec_comps.exp: Likewise.
637
638 2020-05-15 Tom de Vries <tdevries@suse.de>
639
640 * gdb.base/align.exp.in: Rename to ...
641 * gdb.base/align.exp.tcl: ... this.
642 * gdb.base/align-c++.exp: Update.
643 * gdb.base/align-c.exp: Update.
644 * gdb.base/all-architectures.exp.in: Rename to ...
645 * gdb.base/all-architectures.exp: ... this.
646 * gdb.base/all-architectures-0.exp: Update.
647 * gdb.base/all-architectures-1.exp: Update.
648 * gdb.base/all-architectures-2.exp: Update.
649 * gdb.base/all-architectures-3.exp: Update.
650 * gdb.base/all-architectures-4.exp: Update.
651 * gdb.base/all-architectures-5.exp: Update.
652 * gdb.base/all-architectures-6.exp: Update.
653 * gdb.base/all-architectures-7.exp: Update.
654 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
655 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
656 * gdb.base/infcall-nested-structs-c++.exp: Update.
657 * gdb.base/infcall-nested-structs-c.exp: Update.
658 * gdb.base/info-types.exp.in: Rename to ...
659 * gdb.base/info-types.exp.tcl: ... this.
660 * gdb.base/info-types-c++.exp: Update.
661 * gdb.base/info-types-c.exp: Update.
662 * gdb.base/max-depth.exp.in: Rename to ...
663 * gdb.base/max-depth.exp.tcl: ... this.
664 * gdb.base/max-depth-c++.exp: Update.
665 * gdb.base/max-depth-c.exp: Update.
666 * gdb.cp/cpexprs.exp.in: Rename to ...
667 * gdb.cp/cpexprs.exp.tcl: ... this.
668 * gdb.cp/cpexprs-debug-types.exp: Update.
669 * gdb.cp/cpexprs.exp: Update.
670 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
671 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
672 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
673 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
674 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
675 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
676 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
677 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
678 * gdb.dwarf2/clang-debug-names-2.exp: Update.
679 * gdb.dwarf2/clang-debug-names.exp: Update.
680
681 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
682
683 * lib/check-test-names.exp: Remove code that prevents this file
684 loading when tests are run in parallel.
685
686 2020-05-15 Pedro Alves <palves@redhat.com>
687
688 * gdb.multi/multi-kill.exp (start_inferior): Remove
689 'testpid' parameter. Refer to namespace variable directly.
690 (testpid): Declare as namespace variable.
691
692 2020-05-15 Pedro Alves <palves@redhat.com>
693
694 * gdb.multi/multi-kill.exp: Wrap in namespace.
695 (start_inferior): Add TESTPID parameter. Use it instead of the
696 testpid global.
697 (top level): Define empty TESTPID array, and pass it down to
698 start_inferior.
699
700 2020-05-14 Tom de Vries <tdevries@suse.de>
701
702 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
703 output.
704
705 2020-05-14 Tom de Vries <tdevries@suse.de>
706
707 * gdb.base/align.exp: Split into ...
708 * gdb.base/align.exp.in: ...
709 * gdb.base/align-c++.exp: ...
710 * gdb.base/align-c.exp: ... these.
711 * gdb.base/infcall-nested-structs.exp: Split into ...
712 * gdb.base/infcall-nested-structs.exp.in: ...
713 * gdb.base/infcall-nested-structs-c++.exp: ...
714 * gdb.base/infcall-nested-structs-c.exp: ... these.
715 * gdb.base/info-types.exp: Split into ...
716 * gdb.base/info-types.exp.in: ...
717 * gdb.base/info-types-c++.exp: ...
718 * gdb.base/info-types-c.exp: ... these.
719 * gdb.base/max-depth.exp: Split into ...
720 * gdb.base/max-depth.exp.in: ...
721 * gdb.base/max-depth-c++.exp: ...
722 * gdb.base/max-depth-c.exp: ... these.
723 * gdb.cp/infcall-nodebug.exp: Split into ...
724 * gdb.cp/infcall-nodebug.exp.in: ...
725 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
726 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
727 * gdb.cp/infcall-nodebug-c-d0.exp: ...
728 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
729
730 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
731 Pedro Alves <palves@redhat.com>
732
733 * gdb.multi/multi-exit.c: New file.
734 * gdb.multi/multi-exit.exp: New file.
735 * gdb.multi/multi-kill.c: New file.
736 * gdb.multi/multi-kill.exp: New file.
737
738 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
739
740 * gdb.base/annota1.exp: Update the expected output.
741 * gdb.cp/annota2.exp: Ditto.
742
743 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
744
745 * lib/check-test-names.exp: Disable when testing is being run in
746 parallel.
747
748 2020-05-12 Tom de Vries <tdevries@suse.de>
749
750 * gdb.base/jit-elf.exp: Fix string concat.
751
752 2020-05-12 Tom de Vries <tdevries@suse.de>
753
754 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
755 messages.
756
757 2020-05-12 Tom de Vries <tdevries@suse.de>
758
759 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
760
761 2020-05-12 Tom de Vries <tdevries@suse.de>
762
763 * gdb.ada/catch_ex.exp: Use with_test_prefix.
764 * gdb.ada/mi_catch_ex.exp: Same.
765 * gdb.ada/mi_catch_ex_hand.exp: Same.
766
767 2020-05-12 Tom de Vries <tdevries@suse.de>
768
769 * gdb.fortran/complex.exp: Use with_test_prefix.
770
771 2020-05-12 Tom de Vries <tdevries@suse.de>
772
773 * gdb.trace/passcount.exp: Fix test-names.
774
775 2020-05-12 Tom de Vries <tdevries@suse.de>
776
777 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
778
779 2020-05-12 Tom de Vries <tdevries@suse.de>
780
781 * gdb.gdb/complaints.exp: Use with_test_prefix.
782 * gdb.xml/tdesc-regs.exp: Same.
783 * gdb.opt/inline-locals.exp: Fix test name.
784
785 2020-05-12 Tom de Vries <tdevries@suse.de>
786
787 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
788 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
789 * gdb.dwarf2/implref-struct.exp: Same.
790 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
791 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
792
793 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
794
795 * gdb.base/jit-so.exp (one_jit_test): Change test name.
796
797 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
798
799 * lib/check-test-names.exp (all_test_names): New module variable.
800 (counts): Add 'duplicates' field.
801 (_check_duplicates): New procedure.
802 (check): Also check for duplicates.
803 (do_log_summary): Print duplicates count.
804 (do_reset_vars): Reset counter for duplicate test names, and
805 discard all know test names.
806
807 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
808
809 * lib/gdb.exp: Include check-test-names.exp library.
810 * lib/check-test-names.exp: New file.
811
812 2020-05-11 Tom de Vries <tdevries@suse.de>
813
814 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
815
816 2020-05-11 Keith Seitz <keiths@redhat.com>
817
818 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
819
820 2020-05-11 Tom de Vries <tdevries@suse.de>
821
822 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
823 * gdb.cp/cpexprs.exp.in: .. here.
824 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
825 cpexprs.exp.
826
827 2020-05-11 Keith Seitz <keiths@redhat.com>
828
829 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
830 test names.
831 * gdb.ada/arrayptr.exp: Likewise.
832 * gdb.ada/assign_arr.exp: Likewise.
833 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
834 * gdb.ada/bp_on_var.exp: Likewise.
835 * gdb.ada/call_pn.exp: Likewise.
836 * gdb.ada/complete.exp: Likewise.
837 * gdb.ada/fun_overload_menu.exp: Likewise.
838 * gdb.ada/funcall_param.exp: Likewise.
839 * gdb.ada/funcall_ref.exp: Likewise.
840 * gdb.ada/packed_array_assign.exp: Likewise.
841 * gdb.ada/same_component_name.exp: Likewise.
842 * gdb.ada/type_coercion.exp: Likewise.
843 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
844 * gdb.ada/variant_record_packed_array.exp: Likewise.
845
846 2020-05-11 Tom de Vries <tdevries@suse.de>
847
848 PR symtab/25941
849 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
850 out of ...
851 * gdb.dwarf2/clang-debug-names.exp: ... here.
852 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
853 clang-debug-names.exp.in.
854 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
855 * gdb.dwarf2/clang-debug-names-2.c: New test.
856
857 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
858
859 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
860 (fortran_runto_main): New Proc, fortran version of runto_main.
861 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
862 * gdb.fortran/array-bounds.exp: Likewise.
863 * gdb.fortran/array-slices.exp: Likewise.
864 * gdb.fortran/block-data.exp: Likewise.
865 * gdb.fortran/charset.exp: Likewise.
866 * gdb.fortran/common-block.exp: Likewise.
867 * gdb.fortran/complex.exp: Likewise.
868 * gdb.fortran/derived-type-function.exp: Likewise.
869 * gdb.fortran/derived-type.exp: Likewise.
870 * gdb.fortran/info-modules.exp: Likewise.
871 * gdb.fortran/info-types.exp: Likewise.
872 * gdb.fortran/intrinsics.exp: Likewise.
873 * gdb.fortran/library-module.exp: Likewise.
874 * gdb.fortran/logical.exp: Likewise.
875 * gdb.fortran/max-depth.exp: Likewise.
876 * gdb.fortran/module.exp: Likewise.
877 * gdb.fortran/multi-dim.exp: Likewise.
878 * gdb.fortran/nested-funcs.exp: Likewise.
879 * gdb.fortran/print-formatted.exp: Likewise.
880 * gdb.fortran/print_type.exp: Likewise.
881 * gdb.fortran/printing-types.exp: Likewise.
882 * gdb.fortran/ptr-indentation.exp: Likewise.
883 * gdb.fortran/ptype-on-functions.exp: Likewise.
884 * gdb.fortran/subarray.exp: Likewise.
885 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
886 * gdb.fortran/vla-datatypes.exp: Likewise.
887 * gdb.fortran/vla-history.exp: Likewise.
888 * gdb.fortran/vla-ptr-info.exp: Likewise.
889 * gdb.fortran/vla-ptype-sub.exp: Likewise.
890 * gdb.fortran/vla-ptype.exp: Likewise.
891 * gdb.fortran/vla-sizeof.exp: Likewise.
892 * gdb.fortran/vla-type.exp: Likewise.
893 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
894 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
895 * gdb.fortran/vla-value-sub.exp: Likewise.
896 * gdb.fortran/vla-value.exp: Likewise.
897 * gdb.fortran/whatis_type.exp: Likewise.
898 * gdb.mi/mi-var-child-f.exp: Likewise.
899
900 2020-05-09 Tom de Vries <tdevries@suse.de>
901
902 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
903
904 2020-05-08 Tom de Vries <tdevries@suse.de>
905
906 * gdb.dwarf2/clang-debug-names.c: New test.
907 * gdb.dwarf2/clang-debug-names.exp: New file.
908
909 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
910
911 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
912 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
913
914 2020-05-06 Tom de Vries <tdevries@suse.de>
915
916 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
917 breakpoint is at a "recommended breakpoint location".
918 * gdb.reverse/consecutive-reverse.exp: Same.
919
920 2020-05-06 Tom de Vries <tdevries@suse.de>
921
922 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
923 address.
924
925 2020-05-06 Tom de Vries <tdevries@suse.de>
926
927 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
928
929 2020-05-06 Tom de Vries <tdevries@suse.de>
930
931 * gdb.base/store.exp (check_set, up_set): Allowing missing location
932 info for r.
933
934 2020-05-06 Tom de Vries <tdevries@suse.de>
935
936 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
937 necessary.
938
939 2020-05-06 Tom de Vries <tdevries@suse.de>
940
941 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
942 void.
943
944 2020-05-06 Tom de Vries <tdevries@suse.de>
945
946 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
947 of ...
948 * gdb.base/async.exp: ... here.
949 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
950 "recommended breakpoint location".
951
952 2020-05-06 Tom de Vries <tdevries@suse.de>
953
954 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
955
956 2020-05-04 Tom de Vries <tdevries@suse.de>
957
958 * gdb.base/async.exp: Check whether instruction addresses are a
959 "recommended breakpoint location".
960
961 2020-05-03 Tom Tromey <tom@tromey.com>
962
963 * gdb.base/sepdebug.exp: Remove "catch" test.
964 * gdb.base/break.exp: Remove "catch" test.
965 * gdb.base/default.exp: Update expected output.
966
967 2020-05-02 Tom de Vries <tdevries@suse.de>
968
969 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
970 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
971 * gdb.arch/i386-mpx-map.exp: Same.
972 * gdb.arch/i386-mpx-sigsegv.exp: Same.
973 * gdb.arch/i386-mpx-simple_segv.exp: Same.
974 * gdb.arch/i386-mpx.exp: Same.
975
976 2020-05-02 Tom de Vries <tdevries@suse.de>
977
978 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
979
980 2020-05-01 Tom de Vries <tdevries@suse.de>
981
982 * gdb.ada/operator_bp.exp: Allow more than required amount of
983 breakpoint.
984
985 2020-05-01 Tom de Vries <tdevries@suse.de>
986
987 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
988
989 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
990
991 PR gdb/18706
992 * gdb.cp/stub-array-size.cc: New test.
993 * gdb.cp/stub-array-size.exp: New file.
994 * gdb.cp/stub-array-size.h: New test.
995 * gdb.cp/stub-array-size2.cc: New test.
996
997 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
998
999 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1000 output to the new format.
1001
1002 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
1003
1004 * gdb.base/break.exp: Use with_test_prefix.
1005
1006 2020-04-29 Tom de Vries <tdevries@suse.de>
1007
1008 * lib/gdb.exp (debug_types): New proc.
1009 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1010 * gdb.python/py-symtab.exp: Same.
1011
1012 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
1013
1014 PR gdb/17320
1015 * gdb.base/pretty-array.c: New test.
1016 * gdb.base/pretty-array.exp: New file.
1017
1018 2020-04-29 Tom de Vries <tdevries@suse.de>
1019
1020 PR symtab/25889
1021 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1022 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1023 and include cpexprs.exp.
1024
1025 2020-04-28 Mark Williams <mark@myosotissp.com>
1026
1027 PR gdb/24480
1028 * dw4-toplevel-types.exp: Test for top level types.
1029 * dw4-toplevel-types.cc: Test for top level types.
1030
1031 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1032
1033 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1034 (theads -> threads).
1035
1036 2020-04-28 Tom de Vries <tdevries@suse.de>
1037
1038 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1039
1040 2020-04-28 Tom de Vries <tdevries@suse.de>
1041
1042 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1043
1044 2020-04-28 Tom de Vries <tdevries@suse.de>
1045
1046 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1047
1048 2020-04-28 Tom de Vries <tdevries@suse.de>
1049
1050 * gdb.dwarf2/main-foo.c: New test.
1051 * gdb.dwarf2/struct-with-sig.exp: New file.
1052
1053 2020-04-25 Tom de Vries <tdevries@suse.de>
1054
1055 * boards/debug-types.exp: New file.
1056
1057 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1058
1059 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1060
1061 2020-04-24 Tom Tromey <tom@tromey.com>
1062
1063 PR symtab/12707:
1064 * gdb.python/py-symbol.exp: Update expected results for
1065 linkage_name test.
1066 * gdb.cp/print-demangle.exp: New file.
1067 * gdb.base/c-linkage-name.exp: Fix test.
1068 * gdb.guile/scm-symbol.exp: Update expected results for
1069 linkage_name test.
1070
1071 2020-04-24 Tom Tromey <tom@tromey.com>
1072
1073 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1074 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1075 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1076 assembler.
1077
1078 2020-04-24 Tom de Vries <tdevries@suse.de>
1079
1080 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1081 C++.
1082
1083 2020-04-24 Tom Tromey <tromey@adacore.com>
1084
1085 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1086 values.
1087 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1088 values. Update test for minimal encodings.
1089 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1090 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1091 values. Update test for minimal encodings.
1092
1093 2020-04-24 Tom Tromey <tromey@adacore.com>
1094
1095 PR python/23662:
1096 * gdb.ada/variant.exp: Add Python checks.
1097 * gdb.rust/simple.exp: Add dynamic type checks.
1098
1099 2020-04-24 Tom Tromey <tromey@adacore.com>
1100
1101 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1102 Make array type matching more lax.
1103 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1104 * gdb.ada/mi_variant.exp: New file.
1105 * gdb.ada/mi_variant/pck.ads: New file.
1106 * gdb.ada/mi_variant/pkg.adb: New file.
1107 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1108 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1109
1110 2020-04-24 Tom Tromey <tromey@adacore.com>
1111
1112 * gdb.ada/variant.exp: Add dynamic field offset tests.
1113 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1114 * gdb.ada/variant/pkg.adb: Add new variables.
1115
1116 2020-04-24 Tom Tromey <tromey@adacore.com>
1117
1118 * gdb.ada/variant.exp: New file
1119 * gdb.ada/variant/pkg.adb: New file
1120 * gdb.ada/variant/pck.adb: New file
1121
1122 2020-04-24 Tom de Vries <tdevries@suse.de>
1123
1124 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1125
1126 2020-04-24 Tom de Vries <tdevries@suse.de>
1127
1128 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1129 flags.
1130
1131 2020-04-24 Tom de Vries <tdevries@suse.de>
1132
1133 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1134
1135 2020-04-24 Tom de Vries <tdevries@suse.de>
1136
1137 * lib/gdb.exp (default_gdb_start): Handle eof.
1138 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1139 failure.
1140 * gdb.base/readnever.exp: Handle clean_restart failure.
1141
1142 2020-04-23 Tom de Vries <tdevries@suse.de>
1143
1144 * gdb.base/decl-before-def.exp: Run to main and print a again.
1145
1146 2020-04-23 Tom de Vries <tdevries@suse.de>
1147
1148 * gdb.base/decl-before-def-decl.c: New test.
1149 * gdb.base/decl-before-def-def.c: New test.
1150 * gdb.base/decl-before-def.exp: New file.
1151
1152 2020-04-23 Tom de Vries <tdevries@suse.de>
1153
1154 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1155
1156 2020-04-22 Tom de Vries <tdevries@suse.de>
1157
1158 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1159 debug_info_offset.
1160 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1161 before $objsfile in the line line.
1162
1163 2020-04-22 Tom de Vries <tdevries@suse.de>
1164
1165 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1166
1167 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1168
1169 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1170 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1171 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1172 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1173 * gdb.base/jit-protocol.h: Update definitions to match all usage
1174 contexts.
1175
1176 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1177
1178 * gdb.base: Rename all jit related test and source files.
1179
1180 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1181
1182 * gdb.base/jit-reader.exp: Relax register output check.
1183
1184 2020-04-22 Tom de Vries <tdevries@suse.de>
1185
1186 PR symtab/25764
1187 * gdb.base/psym-external-decl-2.c: New test.
1188 * gdb.base/psym-external-decl.c: New test.
1189 * gdb.base/psym-external-decl.exp: New file.
1190 * gdb.threads/tls.exp: Add PR25807 kfail.
1191
1192 2020-04-22 Tom de Vries <tdevries@suse.de>
1193
1194 PR symtab/25801
1195 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1196 in "info source" output.
1197
1198 2020-04-22 Tom de Vries <tdevries@suse.de>
1199
1200 PR symtab/25700
1201 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1202 symtab for imported_unit.c.
1203
1204 2020-04-21 Gary Benson <gbenson@redhat.com>
1205
1206 * gdb.base/advance.c (func): New argument, to match call site.
1207 (func2, func3): Add return statements.
1208
1209 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1210
1211 * gdb.multi/run-only-second-inf.c: New file.
1212 * gdb.multi/run-only-second-inf.exp: New file.
1213
1214 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1215
1216 * gdb.btrace/multi-inferior.c: New test.
1217 * gdb.btrace/multi-inferior.exp: New file.
1218
1219 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1220
1221 * gdb.btrace/enable-new-thread.c: New test.
1222 * gdb.btrace/enable-new-thread.exp: New file.
1223
1224 2020-04-21 Tom de Vries <tdevries@suse.de>
1225
1226 PR gdb/25471
1227 * gdb.threads/killed-outside.c: New test.
1228 * gdb.threads/killed-outside.exp: New file.
1229
1230 2020-04-20 Gary Benson <gbenson@redhat.com>
1231
1232 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
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.base/nested-subp1.exp: Disable test when using clang.
1239 * gdb.base/nested-subp2.exp: Likewise.
1240 * gdb.base/nested-subp3.exp: Likewise.
1241
1242 2020-04-20 Gary Benson <gbenson@redhat.com>
1243
1244 * gdb.cp/exception.cc: Fix compilation error with clang.
1245
1246 2020-04-20 Gary Benson <gbenson@redhat.com>
1247
1248 * gdb.trace/tspeed.c: Fix compilation error with clang.
1249
1250 2020-04-20 Gary Benson <gbenson@redhat.com>
1251
1252 * gdb.base/jit-main.c: Fix compilation error with clang.
1253
1254 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1255
1256 * gdb.base/attach-twice.c: Include "sys/types.h".
1257 (PTRACE_ATTACH): Add fallback definition.
1258 (main): Pass `0' to the 4th argument of `ptrace'.
1259
1260 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1261
1262 * gdb.base/fork-running-state.c: Include "signal.h".
1263
1264 2020-04-17 Tom Tromey <tromey@adacore.com>
1265
1266 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1267 Update tests.
1268 * gdb.btrace/cpu.exp: Update tests.
1269 * gdb.base/maint.exp: Update tests.
1270 * gdb.base/default.exp: Update tests.
1271 * gdb.base/completion.exp: Update tests.
1272
1273 2020-04-16 Tom de Vries <tdevries@suse.de>
1274
1275 PR symtab/25791
1276 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1277 (ensure_gdb_index): and factor out and move ...
1278 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1279 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1280
1281 2020-04-16 Tom de Vries <tdevries@suse.de>
1282
1283 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1284 loading exec.
1285
1286 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1287
1288 * gdb.base/many-completions.exp: New file.
1289
1290 2020-04-14 Tom de Vries <tdevries@suse.de>
1291
1292 PR symtab/25718
1293 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1294
1295 2020-04-14 Tom de Vries <tdevries@suse.de>
1296
1297 PR symtab/25720
1298 * gdb.base/maint-expand-symbols-header-file.c: New test.
1299 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1300 * gdb.base/maint-expand-symbols-header-file.h: New test.
1301
1302 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1303
1304 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1305 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1306 get_func_info.
1307 (get_func_info): Delete.
1308 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1309 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1310 * lib/dwarf.exp (get_func_info): New function.
1311
1312 2020-04-13 Tom de Vries <tdevries@suse.de>
1313
1314 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1315 to what find_gnatmake does.
1316
1317 2020-04-10 Tom de Vries <tdevries@suse.de>
1318
1319 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1320 -readnow.
1321
1322 2020-04-10 Tom de Vries <tdevries@suse.de>
1323
1324 PR cli/25808
1325 * gdb.base/style.c: Add leading newlines.
1326 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1327 Check listing of main's one-line body.
1328
1329 2020-04-08 Tom de Vries <tdevries@suse.de>
1330
1331 * lib/gdb.exp (psymtabs_p): New proc.
1332 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1333 importing unit" unsupported if there are no partial symbols.
1334
1335 2020-04-08 Tom de Vries <tdevries@suse.de>
1336
1337 PR testsuite/25760
1338 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1339
1340 2020-04-07 Tom de Vries <tdevries@suse.de>
1341
1342 PR symtab/25796
1343 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1344
1345 2020-04-07 Tom de Vries <tdevries@suse.de>
1346
1347 * gdb.base/check-psymtab.c: New test.
1348 * gdb.base/check-psymtab.exp: New file.
1349
1350 2020-04-06 Tom Tromey <tromey@adacore.com>
1351
1352 * gdb.ada/variant-record/proc.adb: New file.
1353 * gdb.ada/variant-record/value.adb: New file.
1354 * gdb.ada/variant-record/value.s: New file.
1355 * gdb.ada/variant-record.exp: New file.
1356
1357 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
1358
1359 PR gdb/25325
1360 * gdb.cp/typed-enum.cc: New test.
1361 * gdb.cp/typed-enum.exp: New file.
1362
1363 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1364
1365 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1366 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1367 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1368 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1369 * gdb.opt/inline-small-func.c: New file.
1370 * gdb.opt/inline-small-func.exp: New file.
1371 * gdb.opt/inline-small-func.h: New file.
1372
1373 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1374
1375 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1376 function.
1377
1378 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1379
1380 * lib/dwarf.exp (function_range): Allow compiler options to be
1381 specified.
1382
1383 2020-04-02 Tom de Vries <tdevries@suse.de>
1384
1385 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1386 __attribute__((always_inline)).
1387 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1388
1389 2020-04-02 Tom de Vries <tdevries@suse.de>
1390
1391 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1392 (gdbserver_gdb_exit): ... here. Add timeout warning.
1393 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1394 (connect_target_extended_remote): Append new server_spawn_id to
1395 server_spawn_ids.
1396 (cleanup): New proc.
1397 (setup, <toplevel>): Call cleanup.
1398
1399 2020-04-02 Tom de Vries <tdevries@suse.de>
1400
1401 * gdb.base/main-psymtab.exp: New file.
1402
1403 2020-04-02 Tom de Vries <tdevries@suse.de>
1404
1405 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1406
1407 2020-04-01 Tom Tromey <tom@tromey.com>
1408
1409 * gdb.base/complex-parts.exp: Add type tests.
1410
1411 2020-04-01 Tom Tromey <tom@tromey.com>
1412
1413 * gdb.base/complex-parts.exp: Add arithmetic tests.
1414
1415 2020-04-01 Tom Tromey <tom@tromey.com>
1416
1417 * gdb.compile/compile.exp: Update.
1418 * gdb.compile/compile-cplus.exp: Update.
1419 * gdb.base/varargs.exp: Update.
1420 * gdb.base/floatn.exp: Update.
1421 * gdb.base/endianity.exp: Update.
1422 * gdb.base/callfuncs.exp (do_function_calls): Update.
1423 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1424 (complex_float_integral_args): Update.
1425 * gdb.base/complex.exp: Update.
1426 * gdb.base/complex-parts.exp: Update.
1427
1428 2020-04-01 Tom Tromey <tromey@adacore.com>
1429
1430 * gdb.rust/union.rs: New file.
1431 * gdb.rust/union.exp: New file.
1432 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1433 (main): Update.
1434 * gdb.rust/simple.exp: Move union tests to union.exp.
1435
1436 2020-04-01 Tom Tromey <tromey@adacore.com>
1437
1438 * gdb.rust/simple.rs (main): Remove "y0".
1439
1440 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1441
1442 * gdb.multi/stop-all-on-exit.c: New test.
1443 * gdb.multi/stop-all-on-exit.exp: New file.
1444
1445 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1446
1447 PR gdb/24789
1448 * gdb.cp/misc.cc: Add integer reference variable.
1449 * gdb.cp/misc.exp: Add test.
1450
1451 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1452
1453 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1454 scenario to cover execution until the end and also the case
1455
1456 2020-03-31 Tom de Vries <tdevries@suse.de>
1457
1458 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1459 c. Use "maint info symtabs" to check symtab expansion.
1460
1461 2020-03-30 Tom de Vries <tdevries@suse.de>
1462
1463 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1464 unsupported.
1465 (verify_psymtab_expanded): Move ...
1466 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1467 test.
1468 (readnow): New proc.
1469
1470 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1471
1472 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1473 with $hex.
1474
1475 2020-03-20 Tom Tromey <tromey@adacore.com>
1476
1477 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1478
1479 2020-03-20 Tom Tromey <tromey@adacore.com>
1480
1481 * gdb.ada/sub_variant/subv.adb: New file.
1482 * gdb.ada/sub_variant.exp: New file.
1483
1484 2020-03-20 Tom de Vries <tdevries@suse.de>
1485
1486 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1487 first break fails.
1488 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1489
1490 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1491
1492 * gdb.server/exit-multiple-threads.c: New file.
1493 * gdb.server/exit-multiple-threads.exp: New file.
1494
1495 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1496
1497 * gdb.fortran/mixed-lang-stack.c: New file.
1498 * gdb.fortran/mixed-lang-stack.cpp: New file.
1499 * gdb.fortran/mixed-lang-stack.exp: New file.
1500 * gdb.fortran/mixed-lang-stack.f90: New file.
1501
1502 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1503
1504 * gdb.linespec/cp-completion-aliases.cc: New file.
1505 * gdb.linespec/cp-completion-aliases.exp: New file.
1506
1507 2020-03-19 Tom de Vries <tdevries@suse.de>
1508
1509 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1510 more precise.
1511
1512 2020-03-18 Tom de Vries <tdevries@suse.de>
1513
1514 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1515 * gdb.dwarf2/break-inline-psymtab.c: New test.
1516 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1517
1518 2020-03-16 Tom de Vries <tdevries@suse.de>
1519
1520 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1521 cache_verify and cache_verify_proc.
1522
1523 2020-03-15 Tom de Vries <tdevries@suse.de>
1524
1525 * gdb.server/solib-list.exp: Handle
1526 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1527
1528 2020-03-15 Tom de Vries <tdevries@suse.de>
1529
1530 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1531 objfiles".
1532
1533 2020-03-14 Tom Tromey <tom@tromey.com>
1534
1535 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1536
1537 2020-03-14 Tom de Vries <tdevries@suse.de>
1538
1539 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1540
1541 2020-03-14 Tom de Vries <tdevries@suse.de>
1542
1543 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1544 result in line-by-line fashion.
1545
1546 2020-03-14 Tom de Vries <tdevries@suse.de>
1547
1548 * lib/gdb.exp (supports_statement_frontiers): New proc.
1549 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1550
1551 2020-03-14 Tom de Vries <tdevries@suse.de>
1552
1553 * gdb.base/printcmds.exp: Add missing quoting for "print
1554 teststring2".
1555
1556 2020-03-13 Tom Tromey <tom@tromey.com>
1557
1558 * gdb.base/printcmds.exp (test_print_strings): Add regression
1559 test.
1560 * gdb.base/printcmds.c (charptr): New typedef.
1561 (teststring2): New global.
1562
1563 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1564
1565 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1566 full path in the test name.
1567 (test_ld): Add some with_test_prefix blocks to make test names
1568 unique.
1569
1570 2020-03-13 Tom de Vries <tdevries@suse.de>
1571
1572 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1573
1574 2020-03-13 Tom de Vries <tdevries@suse.de>
1575
1576 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1577
1578 2020-03-13 Tom de Vries <tdevries@suse.de>
1579
1580 PR symtab/25646
1581 * gdb.dwarf2/imported-unit.exp: Add test.
1582
1583 2020-03-13 Tom de Vries <tdevries@suse.de>
1584
1585 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1586 (var1, var2): New variable.
1587 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1588 matching symbols.
1589
1590 2020-03-13 Tom de Vries <tdevries@suse.de>
1591
1592 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1593 (Term::command): Use prompt prefix.
1594 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1595 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1596 command_no_prompt_prefix instead of prefix.
1597 * gdb.tui/tui-layout-asm.exp: Same.
1598
1599 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1600
1601 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1602
1603 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1604
1605 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1606 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1607 on" while stepping over the test instruction, match printed
1608 message.
1609
1610 2020-03-12 Tom de Vries <tdevries@suse.de>
1611
1612 * gdb.base/info-types.exp: Use exp_continue during matching of output
1613 of "info types".
1614
1615 2020-03-12 Tom de Vries <tdevries@suse.de>
1616
1617 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1618
1619 2020-03-12 Tom de Vries <tdevries@suse.de>
1620
1621 * gdb.fortran/module.exp: Use exp_continue during matching of output
1622 of "info variable -n".
1623
1624 2020-03-12 Tom de Vries <tdevries@suse.de>
1625
1626 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1627 gdb.dwarf2/dw2-ranges-base.c.
1628
1629 2020-03-12 Tom de Vries <tdevries@suse.de>
1630
1631 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1632 in presence of GLIBC debuginfo.
1633
1634 2020-03-12 Tom de Vries <tdevries@suse.de>
1635
1636 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1637 $core.
1638
1639 2020-03-12 Tom de Vries <tdevries@suse.de>
1640
1641 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1642 more precise.
1643
1644 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
1645
1646 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1647 from Unix to Windows path.
1648
1649 2020-03-11 Tom de Vries <tdevries@suse.de>
1650
1651 * gdb.ada/minsyms.exp: Set language to ada.
1652
1653 2020-03-11 Tom de Vries <tdevries@suse.de>
1654
1655 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1656
1657 2020-03-11 Tom de Vries <tdevries@suse.de>
1658
1659 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1660
1661 2020-03-11 Tom Tromey <tromey@adacore.com>
1662
1663 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1664
1665 2020-03-11 Tom de Vries <tdevries@suse.de>
1666
1667 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1668
1669 2020-03-11 Tom de Vries <tdevries@suse.de>
1670
1671 * gdb.base/break-interp.exp: Limit verbose scope.
1672
1673 2020-03-11 Tom de Vries <tdevries@suse.de>
1674
1675 * gdb.fortran/logical.f90: Define variable with character type.
1676 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1677
1678 2020-03-11 Tom de Vries <tdevries@suse.de>
1679
1680 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1681
1682 2020-03-11 Tom de Vries <tdevries@suse.de>
1683
1684 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1685 symtabs.
1686
1687 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1688 Bernd Edlinger <bernd.edlinger@hotmail.de>
1689
1690 * gdb.cp/step-and-next-inline.cc: New file.
1691 * gdb.cp/step-and-next-inline.exp: New file.
1692 * gdb.cp/step-and-next-inline.h: New file.
1693 * gdb.dwarf2/dw2-is-stmt.c: New file.
1694 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1695 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1696 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1697 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1698
1699 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1700
1701 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1702 is-stmt flag in the line table.
1703
1704 2020-03-09 Tom de Vries <tdevries@suse.de>
1705
1706 * lib/gdb.exp (cached_file): Create cache dir.
1707
1708 2020-03-07 Tom de Vries <tdevries@suse.de>
1709
1710 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1711 * gdb.cp/rvalue-ref-params.exp: Same.
1712
1713 2020-03-06 Tom de Vries <tdevries@suse.de>
1714
1715 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1716 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1717
1718 2020-03-06 Tom de Vries <tdevries@suse.de>
1719
1720 * README: Fix "the the".
1721 * gdb.base/dprintf.exp: Same.
1722
1723 2020-03-05 Tom de Vries <tdevries@suse.de>
1724
1725 * gdb.base/maint.exp: Update "main print statistics" expected output.
1726
1727 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1728
1729 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1730 (fortran_int8): Likewise.
1731 (fortran_real4): Likewise.
1732 (fortran_real8): Likewise.
1733 (fortran_complex4): Likewise.
1734 (fortran_logical4): Likewise.
1735 (fortran_character1): Likewise.
1736
1737 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1738
1739 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1740 printed as true.
1741
1742 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1743
1744 * gdb.base/printcmds.exp: Add test to verify printf of a
1745 variable holding an address.
1746
1747 2020-03-03 Tom de Vries <tdevries@suse.de>
1748
1749 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1750
1751 2020-03-03 Tom de Vries <tdevries@suse.de>
1752
1753 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1754 gdb_test_multiple call.
1755
1756 2020-03-03 Tom de Vries <tdevries@suse.de>
1757
1758 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1759 gdb_test_multiple calls.
1760
1761 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1762
1763 * gdb.base/default.exp: Remove test of 'set history filename'.
1764 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1765 filename to the empty string.
1766 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1767 and GDBHISTSIZE.
1768
1769 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1770
1771 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1772 disabled.
1773
1774 2020-03-02 Pedro Alves <palves@redhat.com>
1775 Tom de Vries <tdevries@suse.de>
1776
1777 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1778 -prompt prefix, before user_code argument. Add -lbl option likewise.
1779 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1780 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1781 argument.
1782 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1783 have "\r\n" at start-of-line, instead of at end-of-line.
1784
1785 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1786
1787 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1788 libinproctrace.so.
1789
1790 2020-02-28 Luis Machado <luis.machado@linaro.org>
1791
1792 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1793 to "p/x".
1794
1795 2020-02-28 Luis Machado <luis.machado@linaro.org>
1796
1797 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1798 asm/ptrace.h and error.h.
1799
1800 2020-02-28 Tom de Vries <tdevries@suse.de>
1801
1802 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1803 (struct wrapper, do_something, mundane/symada__cS): Move ...
1804 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1805 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1806 Update "print symada__cS before partial symtab expansion" regexp.
1807 Update breakpoint location. Flush symbol cache after expansion.
1808
1809 2020-02-28 Luis Machado <luis.machado@linaro.org>
1810
1811 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1812
1813 2020-02-27 Tom de Vries <tdevries@suse.de>
1814
1815 * config/sid.exp: Remove unused globals.
1816 * gdb.base/attach.exp: Same.
1817 * gdb.base/catch-load.exp: Same.
1818 * gdb.base/dbx.exp: Same.
1819 * lib/gdb.exp: Same.
1820 * lib/mi-support.exp: Same.
1821 * lib/prompt.exp: Same.
1822
1823 2020-02-27 Tom de Vries <tdevries@suse.de>
1824
1825 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1826 not set.
1827
1828 2020-02-26 Aaron Merey <amerey@redhat.com>
1829
1830 * gdb.debuginfod: New directory for debuginfod tests.
1831 * gdb.debuginfod/main.c: New test file.
1832 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1833
1834 2020-02-26 Tom de Vries <tdevries@suse.de>
1835
1836 PR gdb/25603
1837 * gdb.base/persistent-lang.cc: New test.
1838 * gdb.base/persistent-lang.exp: New file.
1839
1840 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1841
1842 * gdb.fortran/derived-type-striding.exp: Add a new test.
1843 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1844 new test.
1845
1846 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1847
1848 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1849 names.
1850
1851 2020-02-25 Tom de Vries <tdevries@suse.de>
1852
1853 PR go/18926
1854 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1855
1856 2020-02-24 Tom de Vries <tdevries@suse.de>
1857
1858 PR gdb/25592
1859 * gdb.base/info-locals-unused-static-var.c: New test.
1860 * gdb.base/info-locals-unused-static-var.exp: New file.
1861
1862 2020-02-22 Tom Tromey <tom@tromey.com>
1863
1864 * gdb.python/tui-window.exp: New file.
1865 * gdb.python/tui-window.py: New file.
1866
1867 2020-02-22 Tom Tromey <tom@tromey.com>
1868
1869 PR tui/17850:
1870 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1871 tests.
1872
1873 2020-02-22 Tom Tromey <tom@tromey.com>
1874
1875 * gdb.tui/new-layout.exp: Add sub-layout tests.
1876
1877 2020-02-22 Tom Tromey <tom@tromey.com>
1878
1879 * gdb.tui/new-layout.exp: New file.
1880
1881 2020-02-22 Tom Tromey <tom@tromey.com>
1882
1883 * gdb.rust/rust-style.rs: New file.
1884 * gdb.rust/rust-style.exp: New file.
1885 * gdb.base/style.exp: Test structure printing.
1886 * gdb.base/style.c (struct some_struct): New type.
1887 (enum etype): New type.
1888 (struct_value): New global.
1889
1890 2020-02-21 Tom de Vries <tdevries@suse.de>
1891
1892 PR go/18926
1893 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1894 Remove blanket xfails. Use message argument for gdb_breakpoint.
1895 Make continuing to breakpoint test conditional on setting breakpoint.
1896 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1897 DW_AT_name attribute. Add xfail for GCC PR93866.
1898
1899 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1900
1901 * gdb.dwarf2/cpp-linkage-name.c: New file.
1902 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1903
1904 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1905
1906 * lib/gdb.exp (gdb_wrapper_init): Reset
1907 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1908 not exist.
1909
1910 2020-02-20 Tom de Vries <tdevries@suse.de>
1911
1912 PR go/17018
1913 * gdb.go/hello.exp: Copy ...
1914 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1915 print of st to print value of global definition. Add xfail for GCC
1916 PR93844.
1917 * gdb.go/hello.exp: Remove printing of st before definition.
1918 * gdb.go/hello.go: Copy ...
1919 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1920 to st.
1921 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1922
1923 2020-02-20 Tom de Vries <tdevries@suse.de>
1924
1925 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1926 (gdb_simple_compile): Handle compile_flags go by using .go extension
1927 for source file.
1928 * gdb.go/chan.exp: Use support_go_compile.
1929 * gdb.go/handcall.exp: Same.
1930 * gdb.go/hello.exp: Same.
1931 * gdb.go/integers.exp: Same.
1932 * gdb.go/max-depth.exp: Same.
1933 * gdb.go/methods.exp: Same.
1934 * gdb.go/package.exp: Same.
1935 * gdb.go/strings.exp: Same.
1936 * gdb.go/types.exp: Same.
1937 * gdb.go/unsafe.exp: Same.
1938
1939 2020-02-19 Tom de Vries <tdevries@suse.de>
1940
1941 * gdb.python/lib-types.exp: Make xfail more strict.
1942
1943 2020-02-19 Tom de Vries <tdevries@suse.de>
1944
1945 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1946
1947 2020-02-19 Doug Evans <dje@google.com>
1948
1949 PR rust/25535
1950 * gdb.rust/simple.exp: Add test.
1951 * gdb.rust/simple.rs: Add test.
1952
1953 2020-02-19 Tom de Vries <tdevries@suse.de>
1954
1955 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1956 output line-by-line.
1957
1958 2020-02-19 Tom de Vries <tdevries@suse.de>
1959
1960 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1961
1962 2020-02-19 Tom de Vries <tdevries@suse.de>
1963
1964 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1965 prelink.
1966
1967 2020-02-19 Tom de Vries <tdevries@suse.de>
1968
1969 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1970 (gdb_do_cache): Use gdb_do_cache_wrap.
1971 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1972
1973 2020-02-19 Tom de Vries <tdevries@suse.de>
1974
1975 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1976 gdb_compile option.
1977
1978 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1979
1980 * gdb.base/printcmds.exp (test_print_enums): Update expected
1981 output.
1982
1983 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1984
1985 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1986 for "unknown".
1987
1988 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1989
1990 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1991 enumerator.
1992
1993 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1994
1995 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1996 FE_, add FE_NONE.
1997 (three): Update.
1998 (enum flag_enum_without_zero): New enum.
1999 (flag_enum_without_zero): New variable.
2000 (enum not_flag_enum): New enum.
2001 (three_not_flag): New variable.
2002 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2003 (test_print_enums): Add more tests for printing flag enums.
2004
2005 2020-02-18 Tom de Vries <tdevries@suse.de>
2006
2007 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2008 (gdb_compile_ada): ... here.
2009 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2010 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2011
2012 2020-02-14 Tom Tromey <tom@tromey.com>
2013
2014 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2015 build directory.
2016 * boards/gdbserver-base.exp: Update path to gdbserver.
2017
2018 2020-02-13 Tom de Vries <tdevries@suse.de>
2019
2020 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2021
2022 2020-02-13 Tom de Vries <tdevries@suse.de>
2023
2024 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2025 are missing.
2026
2027 2020-02-13 Tom de Vries <tdevries@suse.de>
2028
2029 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2030 call.
2031
2032 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2033
2034 PR tui/25126
2035 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2036 * gdb.base/cached-source-file.c: New file.
2037 * gdb.base/cached-source-file.exp: New file.
2038
2039 2020-02-11 Tom de Vries <tdevries@suse.de>
2040
2041 PR testsuite/25488
2042 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2043
2044 2020-02-10 Tom de Vries <tdevries@suse.de>
2045
2046 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2047
2048 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
2049
2050 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2051 and $after_addr are both integers before making a comparison.
2052
2053 2020-02-09 Tom de Vries <tdevries@suse.de>
2054
2055 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2056 command output and paste it into gdb.log. If any, paste catch message
2057 to gdb.log.
2058
2059 2020-02-07 Tom Tromey <tromey@adacore.com>
2060
2061 PR breakpoints/24915:
2062 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2063
2064 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
2065
2066 * gdb.tui/tui-missing-src.exp: Add the "missing source
2067 file" test for the TUI.
2068
2069 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2070
2071 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2072 including a port number in the output.
2073
2074 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2075
2076 * lib/fortran.exp (fortran_int4): Handle clang.
2077 (fortran_int8): Likewise.
2078 (fortran_real4): Likewise.
2079 (fortran_real8): Likewise.
2080 (fortran_complex4): Likewise.
2081 (fortran_logical4): Likewise.
2082 (fortran_character1): Likewise.
2083
2084 2020-02-04 Tom de Vries <tdevries@suse.de>
2085
2086 * README (Race detection): Add note.
2087
2088 2020-02-04 Tom de Vries <tdevries@suse.de>
2089
2090 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2091
2092 2020-02-04 Tom de Vries <tdevries@suse.de>
2093
2094 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2095
2096 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2097
2098 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2099 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2100 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2101 blttar, bnetarl.
2102 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2103 binary for blttar, bnetarl.
2104 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2105 wait instruction. Delete ldmx test.
2106 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2107
2108 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2109
2110 * gdb.fortran/array-bounds-high.exp: New file.
2111 * gdb.fortran/array-bounds-high.f90: New file.
2112
2113 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2114
2115 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2116 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2117
2118 2020-02-01 Tom de Vries <tdevries@suse.de>
2119
2120 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2121
2122 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2123
2124 PR tui/9765
2125 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2126 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2127
2128 2020-01-29 Luis Machado <luis.machado@linaro.org>
2129
2130 * gdb.arch/aarch64-brk-patterns.c: New source file.
2131 * gdb.arch/aarch64-brk-patterns.exp: New test.
2132
2133 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2134
2135 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2136 GCC/Clang version.
2137 * gdb.cp/pass-by-ref.exp: Ditto.
2138
2139 2020-01-29 Tom de Vries <tdevries@suse.de>
2140
2141 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2142 * gdb.threads/watchpoint-fork-mt.c: Same.
2143 * gdb.threads/watchpoint-fork-parent.c: Same.
2144 * gdb.threads/watchpoint-fork-st.c: Same.
2145 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2146
2147 2020-01-27 Luis Machado <luis.machado@linaro.org>
2148
2149 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2150 sitting at a syscall instruction when we hit the syscall function's
2151 breakpoint.
2152 Check PC against one obtained with the x command.
2153 Validate syscall number.
2154 (step_over_syscall): Don't continue to the syscall instruction if
2155 we're already there.
2156
2157 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2158
2159 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2160
2161 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2162
2163 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2164 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2165
2166 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2167
2168 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2169 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2170
2171 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2172
2173 * gdb.base/maint.exp: Update line table parsing test.
2174 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2175
2176 2020-01-24 Pedro Alves <palves@redhat.com>
2177
2178 PR gdb/25410
2179 * gdb.multi/multi-re-run-1.c: New.
2180 * gdb.multi/multi-re-run-2.c: New.
2181 * gdb.multi/multi-re-run.exp: New.
2182
2183 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2184
2185 PR gdb/23718
2186 * gdb.server/server-kill-python.exp: New file.
2187
2188 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2189
2190 * gdb.server/multi-ui-errors.c: New file.
2191 * gdb.server/multi-ui-errors.exp: New file.
2192
2193 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2194
2195 PR tui/9765
2196 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2197
2198 2020-01-19 Tom Tromey <tom@tromey.com>
2199
2200 * gdb.tui/main.exp: Add check for plain "file".
2201
2202 2020-01-16 Christian Biesinger <cbiesinger@google.com>
2203
2204 * lib/gdb.exp: Fix spelling error (seperatelly).
2205
2206 2020-01-14 Tom Tromey <tom@tromey.com>
2207
2208 PR symtab/12535:
2209 * gdb.python/python.exp: Test decode_line with empty string
2210 argument.
2211
2212 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2213
2214 * gdb.base/skip-inline.exp: Extend test.
2215
2216 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2217
2218 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2219 * gdb.dwarf2/dw2-bad-elf.c: New file.
2220 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2221
2222 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2223
2224 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2225 _line_saw_file.
2226
2227 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2228
2229 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2230 border.
2231
2232 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2233
2234 * gdb.multi/multi-target.exp (setup): Factor out "info
2235 connections" and "info inferiors" tests to ...
2236 (test_info_inferiors): ... this new procedure.
2237 (top level): Run new "info-inferiors" tests.
2238
2239 2020-01-10 Pedro Alves <palves@redhat.com>
2240
2241 * gdb.server/bkpt-other-inferior.exp: New file.
2242
2243 2020-01-10 Pedro Alves <palves@redhat.com>
2244
2245 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2246 of "add-inferior".
2247 * gdb.base/quit-live.exp: Likewise.
2248 * gdb.base/remote-exec-file.exp: Likewise.
2249 * gdb.guile/scm-progspace.exp: Likewise.
2250 * gdb.linespec/linespec.exp: Likewise.
2251 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2252 * gdb.mi/user-selected-context-sync.exp: Likewise.
2253 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2254 "info inferiors" tests.
2255 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2256 "add-inferior".
2257 * gdb.multi/watchpoint-multi.exp: Likewise.
2258 * gdb.python/py-inferior.exp: Likewise.
2259 * gdb.server/extended-remote-restart.exp: Likewise.
2260 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2261 "info inferiors".
2262 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2263 * gdb.trace/report.exp: Likewise.
2264
2265 2020-01-10 Pedro Alves <palves@redhat.com>
2266
2267 * gdb.multi/multi-target.c: New file.
2268 * gdb.multi/multi-target.exp: New file.
2269 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2270 mode requested, but remote does not support non-stop".
2271
2272 2020-01-10 Pedro Alves <palves@redhat.com>
2273
2274 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2275 disconnect before reconnecting.
2276
2277 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2278 Pedro Alves <palves@redhat.com>
2279
2280 * gdb.server/connect-without-multi-process.exp: Also test
2281 continuing to end.
2282
2283 2020-01-10 Pedro Alves <palves@redhat.com>
2284
2285 * gdb.base/remote-exec-file.exp: New file.
2286
2287 2020-01-10 Pedro Alves <palves@redhat.com>
2288
2289 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2290 output.
2291 * gdb.threads/async.c: New.
2292 * gdb.threads/async.exp: New.
2293 * gdb.multi/tids-gid-reset.c: New.
2294 * gdb.multi/tids-gid-reset.exp: New.
2295
2296 2020-01-10 George Barrett <bob@bob131.so>
2297
2298 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2299 to help in finding the image relocation offset.
2300 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2301 options in arguments.
2302 (stap_test_no_debuginfo): Likewise.
2303 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2304 test variants.
2305 (stap_test): Add null semaphore relocation test.
2306
2307 2020-01-10 George Barrett <bob@bob131.so>
2308
2309 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2310 * gdb.base/stap-probe.exp: Likewise.
2311 (stap_test): Pass argument as an additional flag.
2312 (stap_test_no_debuginfo): Likewise.
2313 (stap_test): Check `info probes stap' output for semaphore
2314 addresses if the test binary is supposed to have them.
2315
2316 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2317
2318 * gdb.tui/basic.exp: Add more scrolling tests.
2319
2320 2020-01-09 Tom Tromey <tom@tromey.com>
2321
2322 PR tui/18932:
2323 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2324 meangingful value.
2325 (Term::command, Term::resize): Update.
2326 * gdb.tui/basic.exp: Add scrolling test.
2327
2328 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2329
2330 * gdb.tui/tui-layout-asm.exp: New file.
2331
2332 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2333
2334 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2335
2336 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2337
2338 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2339 (Term::enter_tui): Use Term::prepare_for_tui.
2340
2341 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2342
2343 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2344 called.
2345
2346 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2347
2348 * gdb.base/skip.exp: Fix race condition in test.
2349
2350 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2351
2352 * gdb.base/backtrace.c: New file.
2353 * gdb.base/backtrace.exp: New file.
2354
2355 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2356
2357 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2358
2359 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2360
2361 * gdb.base/style.exp: Test that warnings are styled.
2362
2363 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2364
2365 * gdb.base/line65535.exp: New file.
2366 * gdb.base/line65535.c: New file.
2367
2368 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2369
2370 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2371 * lib/gnat_debug_info_test.adb: New file.
2372 * gdb.ada/ptype_tagged_param.exp: Use
2373 gnat_runtime_has_debug_info, expect a different output if
2374 runtime does not have debug info.
2375
2376 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2377
2378 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2379 (another) quote in test name.
2380
2381 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2382
2383 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2384 Add quote in test name.
2385
2386 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2387
2388 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2389 directory instead.
2390 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2391 * gdb.cp/pass-by-ref-2.cc: New file.
2392 * gdb.cp/pass-by-ref-2.exp: New file.
2393
2394 2019-12-20 Tom Tromey <tom@tromey.com>
2395
2396 * gdb.tui/list-before.exp: New file.
2397
2398 2019-12-20 Tom Tromey <tom@tromey.com>
2399
2400 * gdb.tui/list.exp: Check for source on initial listing.
2401
2402 2019-12-11 Tom Tromey <tromey@adacore.com>
2403
2404 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2405 Add crlf test.
2406
2407 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
2408
2409 * gdb.base/default.exp: Update value of $_gdb_major.
2410
2411 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2412
2413 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2414
2415 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2416
2417 * gdb.base/skip.exp: Whitespace fix.
2418
2419 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2420
2421 * gdb.base/skip-inline.c: New file.
2422 * gdb.base/skip-inline.exp: New file.
2423
2424 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2425
2426 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2427 jit_function_00 to jit_function_stack_mangle.
2428 * gdb.base/jithost.c (jit_function_t): Rename to...
2429 (jit_function_stack_mangle_t): ... this.
2430 (jit_function_add_t): New typedef.
2431 (jit_function_00_code): Rename to...
2432 (jit_function_stack_mangle_code): ... this, make static.
2433 (jit_function_add_code): New.
2434 (main): Generate "add" function and call it. Adjust to changes
2435 in jithost_abi.
2436 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2437 (struct jithost_abi) <begin, end>: Remove fields.
2438 <object, function_stack_mangle, function_add>: New fields.
2439 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2440 code_end>: Remove fields.
2441 <func_stack_mangle>: New field.
2442 (read_debug_info): Adjust to renaming, create block for "add"
2443 function.
2444 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2445
2446 2019-12-11 Tom Tromey <tom@tromey.com>
2447
2448 * gdb.tui/resize.exp: Fix regexp.
2449 * gdb.tui/regs.exp: Fix regexps.
2450 * gdb.tui/main.exp: Fix regexp.
2451
2452 2019-12-11 Tom Tromey <tom@tromey.com>
2453
2454 * gdb.tui/resize.exp: Update.
2455 * gdb.tui/empty.exp (layouts): Update.
2456
2457 2019-12-11 Tom Tromey <tom@tromey.com>
2458
2459 * gdb.tui/regs.exp: Update.
2460 * gdb.tui/empty.exp (layouts): Update.
2461 * gdb.tui/basic.exp: Update.
2462 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2463
2464 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2465
2466 * gdb.base/options.exp: Add -raw-values in the print completion list.
2467 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2468
2469 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2470
2471 * gdb.threads/omp-par-scope.c: New file.
2472 * gdb/threads/omp-par-scope.exp: New file.
2473
2474 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2475
2476 * lib/gdb.exp (support_nested_function_tests): New proc.
2477
2478 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2479
2480 * lib/gdb.exp (gdb_compile_openmp): New proc.
2481 (build_executable_from_specs): Add an "openmp" option.
2482 (gdb_compile_pthreads): Add non-executable case.
2483
2484 2019-12-10 Tom Tromey <tromey@adacore.com>
2485
2486 * gdb.ada/unchecked_union.exp: New file.
2487 * gdb.ada/unchecked_union/pck.adb: New file.
2488 * gdb.ada/unchecked_union/pck.ads: New file.
2489 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2490 * gdb-utils.exp (string_to_regexp): Also quote "?".
2491
2492 2019-12-10 George Barrett <bob@bob131.so>
2493
2494 Test scripted probe breakpoints.
2495 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2496 * gdb.python/py-breakpoint.c (main): Likewise.
2497 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2498 specifier test.
2499 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2500
2501 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2502
2503 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2504 an rvalue parameter.
2505 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2506 parameter.
2507
2508 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2509
2510 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2511 modules.
2512
2513 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2514
2515 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2516 broken version of GCC.
2517
2518 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2519
2520 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2521 sym-info-cmds library.
2522 * gdb.fortran/info-types.exp: Likewise.
2523 * lib/sym-info-cmds.exp: New file.
2524
2525 2019-12-08 Tom de Vries <tdevries@suse.de>
2526
2527 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2528
2529 2019-12-07 Keith Seitz <keiths@redhat.com>
2530
2531 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2532 * gdb.base/corefile-buildid-shlib.c: New file.
2533 * gdb.base/corefile-buildid.c: New file.
2534 * gdb.base/corefile-buildid.exp: New file.
2535
2536 2019-12-06 Tom de Vries <tdevries@suse.de>
2537
2538 * gdb.dwarf2/varval.exp: Add decl before def test.
2539
2540 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2541
2542 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2543
2544 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2545
2546 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2547 CV and reference conversion for overload resolution.
2548 * gdb.cp/rvalue-ref-overload.exp: Test it.
2549
2550 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2551
2552 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2553 * gdb.base/frameapply.exp: Test faas without command.
2554
2555 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2556
2557 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2558 Fortran tests.
2559 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2560 order.
2561
2562 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2563
2564 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2565 casting to type with no kind specified.
2566 (test_basic_parsing_of_type_kinds): Additional tests for types
2567 with no kind specified, and add tests for single/double
2568 precision/complex types.
2569
2570 2019-12-04 Tom Tromey <tromey@adacore.com>
2571
2572 * gdb.base/endianity.c (struct other) <x>: New field.
2573 (main): Initialize it.
2574 * gdb.base/endianity.exp: Update.
2575
2576 2019-12-04 Tom Tromey <tromey@adacore.com>
2577
2578 * gdb.ada/scalar_storage/storage.adb: New file.
2579 * gdb.ada/scalar_storage/pck.adb: New file.
2580 * gdb.ada/scalar_storage/pck.ads: New file.
2581 * gdb.ada/scalar_storage.exp: New file.
2582
2583 2019-12-04 Tom Tromey <tromey@adacore.com>
2584
2585 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2586 (main): Initialize it.
2587 * gdb.base/endianity.exp: Update.
2588
2589 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2590
2591 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2592
2593 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2594
2595 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2596 -symbol-info-module-functions and -symbol-info-module-variables.
2597
2598 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2599
2600 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2601
2602 2019-12-01 Richard Bunt <richard.bunt@arm.com>
2603 Andrew Burgess <andrew.burgess@embecosm.com>
2604
2605 * gdb.fortran/derived-type-striding.exp: New file.
2606 * gdb.fortran/derived-type-striding.f90: New file.
2607 * gdb.fortran/array-slices.exp: New file.
2608 * gdb.fortran/array-slices.f90: New file.
2609
2610 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2611
2612 * gdb.base/define.exp: Test . in command names.
2613 * gdb.base/setshow.exp: Update test, as . is now part of
2614 command name.
2615
2616 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2617
2618 * gdb.base/define-prefix.exp: New file.
2619
2620 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2621
2622 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2623 compile.
2624 (skip_btrace_pt_tests): Likewise.
2625
2626 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2627
2628 * gdb.fortran/info-modules.exp: Compile source files in correct
2629 order.
2630
2631 2019-11-27 Kevin Buettner <kevinb@redhat.com>
2632
2633 * gdb.dwarf2/imported-unit.exp: New file.
2634 * gdb.dwarf2/imported-unit.c: New file.
2635
2636 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2637
2638 * gdb.mi/mi-fortran-modules-2.f90: New file.
2639 * gdb.mi/mi-fortran-modules.exp: New file.
2640 * gdb.mi/mi-fortran-modules.f90: New file.
2641
2642 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2643
2644 * gdb.mi/mi-sym-info-1.c: New file.
2645 * gdb.mi/mi-sym-info-2.c: New file.
2646 * gdb.mi/mi-sym-info.exp: New file.
2647
2648 2019-11-22 Tom Tromey <tromey@adacore.com>
2649
2650 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2651 * gdb.ada/tasks/foo.adb: Add another stopping location.
2652
2653 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2654
2655 * gdb.base/endianity.c: New test.
2656 * gdb.base/endianity.exp: New file.
2657
2658 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2659
2660 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2661
2662 2019-11-21 Tom de Vries <tdevries@suse.de>
2663
2664 PR gdb/24956
2665 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2666
2667 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2668
2669 * gdb.python/py-progspace.exp: Add missing parentheses on some
2670 'print' commands.
2671
2672 2019-11-19 Tom Tromey <tom@tromey.com>
2673
2674 * gdb.tui/winheight.exp: New file.
2675
2676 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2677
2678 * gdb.base/ctf-whatis.c: Delete.
2679 * gdb.base/ctf-whatis.exp: Delete.
2680 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2681
2682 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2683
2684 * gdb.base/ctf-cvexpr.exp: Delete.
2685 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2686
2687 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2688
2689 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2690 the compiler. Clean up header comment a little.
2691 * gdb.base/ctf-ptype.exp: Likewise.
2692 * gdb.base/ctf-whatis.exp: Likewise.
2693 * lib/gdb.exp (skip_ctf_tests): New proc.
2694
2695 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2696
2697 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2698 * gdb.tui/corefile-run.exp: New file.
2699
2700 2019-11-14 Tom Tromey <tromey@adacore.com>
2701
2702 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2703 regression tests.
2704
2705 2019-11-12 Tom Tromey <tom@tromey.com>
2706
2707 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2708 after any command. Expect prompt after WAIT_FOR is seen.
2709 (enter_tui): Enable resize messages.
2710 (command): Expect command in output.
2711 (get_line): Avoid error when cursor appears to be off-screen.
2712 (dump_screen): Include screen size in title.
2713 (_do_resize): New proc, from "resize".
2714 (resize): Rewrite. Do resize in two steps.
2715 * gdb.tui/empty.exp (layouts): Fix entries.
2716 (check_boxes): Remove xfail.
2717 (check_text): Dump screen on failure.
2718
2719 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2720
2721 * gdb.python/py-symbol.exp: Add test for
2722 gdb.lookup_static_symbols.
2723
2724 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2725
2726 * gdb.python/py-symbol.c: Declare and call function from new
2727 py-symbol-2.c file.
2728 * gdb.python/py-symbol.exp: Compile both source files, and add new
2729 tests for gdb.lookup_static_symbol.
2730 * gdb.python/py-symbol-2.c: New file.
2731
2732 2019-11-02 Tom de Vries <tdevries@suse.de>
2733
2734 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2735 * gdb.base/anon.exp: Same.
2736 * gdb.base/auto-connect-native-target.exp: Same.
2737 * gdb.base/call-ar-st.exp: Same.
2738 * gdb.base/catch-syscall.exp: Same.
2739 * gdb.base/commands.exp: Same.
2740 * gdb.base/default.exp: Same.
2741 * gdb.base/display.exp: Same.
2742 * gdb.base/float.exp: Same.
2743 * gdb.base/foll-fork.exp: Same.
2744 * gdb.base/help.exp: Same.
2745 * gdb.base/info-macros.exp: Same.
2746 * gdb.base/info-proc.exp: Same.
2747 * gdb.base/info-target.exp: Same.
2748 * gdb.base/long_long.exp: Same.
2749 * gdb.base/macscp.exp: Same.
2750 * gdb.base/memattr.exp: Same.
2751 * gdb.base/nofield.exp: Same.
2752 * gdb.base/pointers.exp: Same.
2753 * gdb.base/printcmds.exp: Same.
2754 * gdb.base/ptype.exp: Same.
2755 * gdb.base/restore.exp: Same.
2756 * gdb.base/return.exp: Same.
2757 * gdb.base/scope.exp: Same.
2758 * gdb.base/set-noassign.exp: Same.
2759 * gdb.base/setshow.exp: Same.
2760 * gdb.base/shlib-call.exp: Same.
2761 * gdb.base/signals.exp: Same.
2762 * gdb.base/sigstep.exp: Same.
2763 * gdb.base/skip.exp: Same.
2764 * gdb.base/solib-symbol.exp: Same.
2765 * gdb.base/stap-probe.exp: Same.
2766 * gdb.base/step-line.exp: Same.
2767 * gdb.base/step-test.exp: Same.
2768 * gdb.base/style.exp: Same.
2769 * gdb.base/varargs.exp: Same.
2770 * gdb.base/vla-datatypes.exp: Same.
2771 * gdb.base/vla-ptr.exp: Same.
2772 * gdb.base/vla-sideeffect.exp: Same.
2773 * gdb.base/volatile.exp: Same.
2774 * gdb.base/watch-cond-infcall.exp: Same.
2775 * gdb.base/watchpoint.exp: Same.
2776
2777 2019-11-02 Tom de Vries <tdevries@suse.de>
2778
2779 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2780 * gdb.cp/cpexprs.exp: Same.
2781 * gdb.cp/except-multi-location.exp: Same.
2782 * gdb.cp/exceptprint.exp: Same.
2783 * gdb.cp/gdb2384.exp: Same.
2784 * gdb.cp/inherit.exp: Same.
2785 * gdb.cp/m-static.exp: Same.
2786 * gdb.cp/meth-typedefs.exp: Same.
2787 * gdb.cp/misc.exp: Same.
2788 * gdb.cp/namespace.exp: Same.
2789 * gdb.cp/non-trivial-retval.exp: Same.
2790 * gdb.cp/overload.exp: Same.
2791 * gdb.cp/pr17132.exp: Same.
2792 * gdb.cp/re-set-overloaded.exp: Same.
2793 * gdb.cp/rvalue-ref-types.exp: Same.
2794 * gdb.cp/templates.exp: Same.
2795
2796 2019-11-01 Luis Machado <luis.machado@linaro.org>
2797
2798 PR gdb/25124
2799
2800 * gdb.arch/pr25124.S: New file.
2801 * gdb.arch/pr25124.exp: New file.
2802
2803 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2804
2805 * gdb.fortran/info-modules.exp: Update expected results, and add
2806 additional tests for 'info module functinos', and 'info module
2807 variables'.
2808 * gdb.fortran/info-types.exp: Update expected results.
2809 * gdb.fortran/info-types.f90: Extend testcase with additional
2810 module variables and functions.
2811
2812 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2813
2814 * gdb.fortran/info-modules.exp: New file.
2815 * gdb.fortran/info-types.exp: Build with new file.
2816 * gdb.fortran/info-types.f90: Include and use new module.
2817 * gdb.fortran/info-types-2.f90: New file.
2818
2819 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2820
2821 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2822 * gdb.base/settings.exp: Test all settings types using
2823 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2824 that now verifies that the value of "maint show" is the same as
2825 returned by the settings functions. Test the type of the
2826 maintenance settings.
2827 * gdb.base/default.exp: Update show_conv_list.
2828
2829 2019-10-31 Tom de Vries <tdevries@suse.de>
2830
2831 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2832 gdb_test.
2833 * gdb.arch/amd64-disp-step.exp: Same.
2834 * gdb.asm/asm-source.exp: Same.
2835 * gdb.btrace/buffer-size.exp: Same.
2836 * gdb.btrace/cpu.exp: Same.
2837 * gdb.btrace/enable.exp: Same.
2838 * gdb.dwarf2/count.exp: Same.
2839 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2840 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2841 * gdb.fortran/vla-datatypes.exp: Same.
2842 * gdb.fortran/vla-history.exp: Same.
2843 * gdb.fortran/vla-ptype.exp: Same.
2844 * gdb.fortran/vla-value.exp: Same.
2845 * gdb.fortran/whatis_type.exp: Same.
2846 * gdb.guile/guile.exp: Same.
2847 * gdb.multi/tids.exp: Same.
2848 * gdb.python/py-finish-breakpoint.exp: Same.
2849 * gdb.python/py-framefilter.exp: Same.
2850 * gdb.python/py-pp-registration.exp: Same.
2851 * gdb.python/py-xmethods.exp: Same.
2852 * gdb.python/python.exp: Same.
2853 * gdb.server/connect-with-no-symbol-file.exp: Same.
2854 * gdb.server/no-thread-db.exp: Same.
2855 * gdb.server/run-without-local-binary.exp: Same.
2856 * gdb.stabs/weird.exp: Same.
2857 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2858 * gdb.threads/thread-find.exp: Same.
2859 * gdb.threads/tls-shared.exp: Same.
2860 * gdb.threads/tls.exp: Same.
2861 * gdb.threads/wp-replication.exp: Same.
2862 * gdb.trace/ax.exp: Same.
2863 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2864
2865 2019-10-31 Tom de Vries <tdevries@suse.de>
2866
2867 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2868 * gdb.ada/array_subscript_addr.exp: Same.
2869 * gdb.ada/arrayidx.exp: Same.
2870 * gdb.ada/arrayparam.exp: Same.
2871 * gdb.ada/arrayptr.exp: Same.
2872 * gdb.ada/boolean_expr.exp: Same.
2873 * gdb.ada/call_pn.exp: Same.
2874 * gdb.ada/complete.exp: Same.
2875 * gdb.ada/fixed_cmp.exp: Same.
2876 * gdb.ada/fun_addr.exp: Same.
2877 * gdb.ada/funcall_param.exp: Same.
2878 * gdb.ada/interface.exp: Same.
2879 * gdb.ada/mod_from_name.exp: Same.
2880 * gdb.ada/null_array.exp: Same.
2881 * gdb.ada/packed_array.exp: Same.
2882 * gdb.ada/packed_tagged.exp: Same.
2883 * gdb.ada/print_chars.exp: Same.
2884 * gdb.ada/print_pc.exp: Same.
2885 * gdb.ada/ptype_arith_binop.exp: Same.
2886 * gdb.ada/ptype_field.exp: Same.
2887 * gdb.ada/ptype_tagged_param.exp: Same.
2888 * gdb.ada/rec_return.exp: Same.
2889 * gdb.ada/ref_tick_size.exp: Same.
2890 * gdb.ada/str_ref_cmp.exp: Same.
2891 * gdb.ada/taft_type.exp: Same.
2892 * gdb.ada/tagged.exp: Same.
2893 * gdb.ada/type_coercion.exp: Same.
2894 * gdb.ada/uninitialized_vars.exp: Same.
2895
2896 2019-10-30 Tom de Vries <tdevries@suse.de>
2897
2898 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2899
2900 2019-10-26 Tom de Vries <tdevries@suse.de>
2901
2902 * gdb.base/bigcore.c: Fix typos in comments.
2903 * gdb.base/ctf-ptype.c: Same.
2904 * gdb.base/long_long.c: Same.
2905 * gdb.dwarf2/dw2-op-out-param.S: Same.
2906 * gdb.python/py-evthreads.c: Same.
2907 * gdb.reverse/i387-stack-reverse.c: Same.
2908 * gdb.trace/tfile.c: Same.
2909 * lib/compiler.c: Same.
2910 * lib/compiler.cc: Same.
2911
2912 2019-10-25 Tom de Vries <tdevries@suse.de>
2913
2914 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2915 gdb_test_multiple calls.
2916 * gdb.reverse/sigall-reverse.exp: Same.
2917 * gdb.reverse/solib-precsave.exp: Same.
2918 * gdb.reverse/solib-reverse.exp: Same.
2919 * gdb.reverse/until-precsave.exp: Same.
2920 * gdb.reverse/until-reverse.exp: Same.
2921
2922 2019-10-24 Tom de Vries <tdevries@suse.de>
2923
2924 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2925 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2926 kfail using -wrap pattern flag and convenience variable
2927 gdb_test_name.
2928
2929 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2930
2931 * gdb.python/py-progspace.exp: Add tests for the
2932 Progspace.block_for_pc method.
2933
2934 2019-10-23 Tom Tromey <tom@tromey.com>
2935
2936 * configure: Rebuild.
2937 * aclocal.m4: Use m4_include, not sinclude.
2938
2939 2019-10-21 Tom de Vries <tdevries@suse.de>
2940
2941 * gdb.base/infcall-nested-structs.c: Add
2942 __attribute__((noinline,noclone)) to all functions.
2943 (call_all): Add missing variable initialization. Simplify return value.
2944 (breakpt): Increment volatile variable, to prevent call from being
2945 optimized out.
2946 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2947
2948 2019-10-17 Tom de Vries <tdevries@suse.de>
2949
2950 * gdb.fortran/module.exp: Allow info variables to print info for files
2951 other than module.f90.
2952
2953 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2954
2955 * gdb.fortran/module.exp: Extend with 'info variables' test.
2956
2957 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2958
2959 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2960 F77_FOR_TARGET.
2961
2962 2019-10-16 Tom de Vries <tdevries@suse.de>
2963
2964 PR tdep/25096
2965 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2966
2967 2019-10-16 Tom de Vries <tdevries@suse.de>
2968
2969 PR tdep/24104
2970 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2971 Add KFAIL for PR tdep/25096.
2972
2973 2019-10-16 Tom de Vries <tdevries@suse.de>
2974
2975 PR testsuite/25059
2976 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2977
2978 2019-10-16 Tom de Vries <tdevries@suse.de>
2979
2980 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2981 as signed.
2982
2983 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2984
2985 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2986 one instead of increasing timeout.
2987
2988 2019-10-13 Tom de Vries <tdevries@suse.de>
2989
2990 PR record/25038
2991 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2992 * gdb.reverse/sigall-reverse.exp: Same.
2993 * gdb.reverse/solib-precsave.exp: Same.
2994 * gdb.reverse/solib-reverse.exp: Same.
2995 * gdb.reverse/step-precsave.exp: Same.
2996 * gdb.reverse/until-precsave.exp: Same.
2997 * gdb.reverse/until-reverse.exp: Same.
2998 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2999
3000 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3001
3002 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3003 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3004 (cmp_struct_05_01, cmp_struct_static_02_01)
3005 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3006 comparisons.
3007
3008 2019-10-10 Tom de Vries <tdevries@suse.de>
3009
3010 PR testsuite/24888
3011 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3012 gnatlink.
3013
3014 2019-10-09 Tom de Vries <tdevries@suse.de>
3015
3016 PR testsuite/25048
3017 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3018
3019 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3020
3021 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3022 exceptions due to missing debug information.
3023
3024 2019-10-07 Tom de Vries <tdevries@suse.de>
3025
3026 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3027
3028 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3029
3030 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3031 * gdb.base/annota1.exp: Update to use gdb_test_name.
3032
3033 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
3034
3035 * gdb.base/ctf-whatis.exp: New file.
3036 * gdb.base/ctf-whatis.c: New file.
3037 * gdb.base/ctf-ptype.exp: New file.
3038 * gdb.base/ctf-ptype.c: New file.
3039 * gdb.base/ctf-constvars.exp: New file.
3040 * gdb.base/ctf-constvars.c: New file.
3041 * gdb.base/ctf-cvexpr.exp: New file.
3042
3043 2019-10-04 Tom de Vries <tdevries@suse.de>
3044
3045 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3046 for loop.
3047
3048 2019-10-03 Tom Tromey <tom@tromey.com>
3049
3050 PR rust/24976:
3051 * gdb.rust/simple.rs (Union2): New type.
3052 (main): Use Union2.
3053 * gdb.rust/simple.exp: Add test.
3054
3055 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3056
3057 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3058 nested function prefix.
3059
3060 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3061 Richard Bunt <richard.bunt@arm.com>
3062 Andrew Burgess <andrew.burgess@embecosm.com>
3063
3064 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3065 nested functions.
3066 * gdb.fortran/nested-funcs.f90: Update expected results.
3067 * gdb.fortran/nested-funcs-2.exp: New file.
3068 * gdb.fortran/nested-funcs-2.f90: New file.
3069
3070 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3071
3072 * gdb.python/py-parameter.exp: Make test names unique.
3073 * gdb.python/py-template.exp: Likewise.
3074 * gdb.python/py-value.exp: Likewise.
3075
3076 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3077
3078 * gdb.base/break-interp.exp: Reduce test name duplication.
3079 * gdb.base/call-sc.exp: Likewise.
3080 * gdb.base/callfuncs.exp: Likewise.
3081 * gdb.base/charset.exp: Likewise.
3082 * gdb.base/dump.exp: Likewise.
3083 * gdb.base/ena-dis-br.exp: Likewise.
3084 * gdb.base/relational.exp: Likewise.
3085 * gdb.base/step-over-syscall.exp: Likewise.
3086 * gdb.base/structs.exp: Likewise.
3087
3088 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3089
3090 * gdb.linespec/explicit.exp: Make test names unique.
3091 * gdb.linespec/ls-errs.exp: Likewise.
3092
3093 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3094
3095 * gdb.reverse/break-precsave.exp: Make test names unique.
3096 * gdb.reverse/break-reverse.exp: Likewise.
3097 * gdb.reverse/finish-precsave.exp: Likewise.
3098 * gdb.reverse/finish-reverse.exp: Likewise.
3099 * gdb.reverse/machinestate-precsave.exp: Likewise.
3100 * gdb.reverse/machinestate.exp: Likewise.
3101 * gdb.reverse/readv-reverse.exp: Likewise.
3102 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3103 * gdb.reverse/sigall-precsave.exp: Likewise.
3104 * gdb.reverse/sigall-reverse.exp: Likewise.
3105 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3106 * gdb.reverse/watch-precsave.exp: Likewise.
3107 * gdb.reverse/watch-reverse.exp: Likewise.
3108
3109 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3110
3111 * gdb.threads/stop-with-handle.c: New file.
3112 * gdb.threads/stop-with-handle.exp: New file.
3113
3114 2019-10-03 Tom de Vries <tdevries@suse.de>
3115
3116 PR testsuite/25059
3117 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3118 directory" line to be missing.
3119
3120 2019-10-03 Tom de Vries <tdevries@suse.de>
3121
3122 PR testsuite/25059
3123 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3124 type optional.
3125
3126 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3127
3128 * gdb.python/py-format-string.c (string.h): New include.
3129 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3130 the same value, for endianness-independence.
3131 * gdb.python/py-format-string.exp (default_regexp_dict)
3132 (test_pretty_structs, test_format): Adjust expected output to the
3133 changed initialization.
3134
3135 2019-10-02 Tom Tromey <tromey@adacore.com>
3136
3137 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3138
3139 2019-10-02 Pedro Alves <palves@redhat.com>
3140 Andrew Burgess <andrew.burgess@embecosm.com>
3141
3142 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3143 "print-file-var.h".
3144 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3145 (get_version_1): Print this_version_id and its address.
3146 Add extern "C" wrappers around interface functions.
3147 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3148 "print-file-var.h".
3149 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3150 (get_version_2): Print this_version_id and its address.
3151 Add extern "C" wrappers around interface functions.
3152 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3153 <stddef.h> and "print-file-var.h".
3154 Add extern "C" wrappers around interface functions.
3155 [VERSION_ID_MAIN] (this_version_id): Define.
3156 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3157 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3158 up extern "C" blocks.
3159 * gdb.base/print-file-var.exp (test): New, factored out from top
3160 level.
3161 (top level): Test all combinations of attribute hidden or not,
3162 dlopen or not, and this_version_id symbol in main file or not.
3163 Compile tests as both C++ and C, make test names unique.
3164
3165 2019-10-01 Tom Tromey <tom@tromey.com>
3166
3167 * gdb.base/style.exp: Test "show logging filename".
3168
3169 2019-10-01 Tom Tromey <tom@tromey.com>
3170
3171 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3172 * gdb.base/style.exp: Add metadata style test.
3173
3174 2019-10-01 Tom Tromey <tom@tromey.com>
3175
3176 * gdb.base/style.exp: Test "pwd".
3177
3178 2019-10-01 Tom Tromey <tom@tromey.com>
3179
3180 * gdb.base/style.exp: Update tests.
3181
3182 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3183
3184 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3185 'six' to unsigned.
3186 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3187 'five'. Use an all-ones bit pattern for each.
3188 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3189 to its changed values.
3190
3191 2019-09-30 Tom Tromey <tromey@adacore.com>
3192
3193 * gdb.rust/traits.rs: Disable all warnings.
3194
3195 2019-09-29 Tom de Vries <tdevries@suse.de>
3196
3197 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
3198
3199 2019-09-29 Tom de Vries <tdevries@suse.de>
3200
3201 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3202
3203 2019-09-27 Tom de Vries <tdevries@suse.de>
3204
3205 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3206
3207 2019-09-27 Tom de Vries <tdevries@suse.de>
3208
3209 PR record/23188
3210 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3211
3212 2019-09-26 Tom Tromey <tromey@adacore.com>
3213
3214 * gdb.ada/py_taft.exp: New file.
3215 * gdb.ada/py_taft/main.adb: New file.
3216 * gdb.ada/py_taft/pkg.adb: New file.
3217 * gdb.ada/py_taft/pkg.ads: New file.
3218
3219 2019-09-24 Tom de Vries <tdevries@suse.de>
3220
3221 PR gdb/24598
3222 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3223
3224 2019-09-22 Tom de Vries <tdevries@suse.de>
3225
3226 * gdb.base/restore.exp: Allow register variables to be optimized out at
3227 -O0.
3228
3229 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3230
3231 * gdb.arch/spu-info.exp: Remove file.
3232 * gdb.arch/spu-info.c: Remove file.
3233 * gdb.arch/spu-ls.exp: Remove file.
3234 * gdb.arch/spu-ls.c: Remove file.
3235
3236 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3237 * gdb.asm/spu.inc: Remove file.
3238
3239 * gdb.base/dump.exp: Remove support for spu*-*-*.
3240 * gdb.base/stack-checking.exp: Likewise.
3241 * gdb.base/overlays.exp: Likewise.
3242 * gdb.base/ovlymgr.c: Likewise.
3243 * gdb.base/spu.ld: Remove file.
3244
3245 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3246 * gdb.cp/cpexprs.exp: Likewise.
3247 * gdb.cp/exception.exp: Likewise.
3248 * gdb.cp/gdb2495.exp: Likewise.
3249 * gdb.cp/mb-templates.exp: Likewise.
3250 * gdb.cp/pr9167.exp: Likewise.
3251 * gdb.cp/userdef.exp: Likewise.
3252
3253 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3254
3255 * gdb.cell: Remove directory.
3256 * lib/cell.exp: Remove file.
3257
3258 2019-09-19 Tom de Vries <tdevries@suse.de>
3259
3260 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3261
3262 2019-09-19 Tom de Vries <tdevries@suse.de>
3263
3264 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3265
3266 2019-09-19 Tom de Vries <tdevries@suse.de>
3267
3268 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3269 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3270 (gdb_target_cmd): ... here.
3271 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3272 value 2.
3273
3274 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3275
3276 * gdb.base/source-dir.exp: Avoid having directory names in test
3277 names.
3278
3279 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3280
3281 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3282 directory.
3283
3284 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3285
3286 * gdb.base/list-missing-source.exp: New file.
3287
3288 2019-09-14 Tom de Vries <tdevries@suse.de>
3289
3290 PR teststuite/24599
3291 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3292 * lib/ada.exp (gnatmake_version_at_least): New proc.
3293
3294 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3295
3296 * gdb.base/maint.exp: Use exec_has_index_section.
3297
3298 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3299
3300 * gdb.base/maint.exp: Add test for 'maint info sections'.
3301
3302 2019-09-12 Tom de Vries <tdevries@suse.de>
3303
3304 * gdb.base/store.exp: Allow register variables to be optimized out at
3305 -O0.
3306
3307 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3308
3309 * gdb.ada/rdv_wait.exp: Update to new task names.
3310 * gdb.base/task_switch_in_core.exp: Likewise.
3311 * gdb.base/info_sources_base.c: Likewise.
3312
3313 2019-09-10 Tom Tromey <tromey@adacore.com>
3314
3315 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3316
3317 2019-09-10 Tom Tromey <tromey@adacore.com>
3318
3319 * gdb.ada/dgopt.exp: New file.
3320 * gdb.ada/dgopt/x.adb: New file.
3321
3322 2019-09-08 Tom Tromey <tom@tromey.com>
3323
3324 * gdb.tui/resize.exp: Remove setup_xfail.
3325 * gdb.tui/regs.exp: Remove setup_xfail.
3326 * gdb.tui/basic.exp: Remove setup_xfail.
3327
3328 2019-09-06 David Blaikie <dblaikie@gmail.com>
3329
3330 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3331 * gdb.cp/cplabel.exp: Ditto.
3332 * gdb.linespec/ls-errs.exp: Ditto.
3333
3334 2019-09-05 Tom de Vries <tdevries@suse.de>
3335
3336 * lib/gdb.exp (cmp_file_string): New proc.
3337 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3338 runto_main. Verify save breakpoints output.
3339
3340 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3341
3342 * gdb.base/info-var.exp: Test info variables without running
3343 to main, to avoid expect's buffer overflow.
3344
3345 2019-09-03 Tom Tromey <tromey@adacore.com>
3346
3347 * gdb.ada/bias.exp: New file.
3348 * gdb.ada/bias/bias.adb: New file.
3349 * gdb.ada/print_chars.exp: Add regression test.
3350 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3351 (MC): New variable.
3352
3353 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3354
3355 * gdb.base/argv0-symlink.exp: Run only on native target
3356 and local host.
3357
3358 2019-08-29 Tom de Vries <tdevries@suse.de>
3359
3360 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3361 diverse debug info.
3362 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3363
3364 2019-08-28 Tom de Vries <tdevries@suse.de>
3365
3366 * gdb.base/info-var.exp: Allow info variables to print info for files
3367 other than info-var-f1.c and info-var-f2.c.
3368
3369 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3370
3371 * gdb.fortran/info-types.exp: Add module.
3372 * gdb.fortran/info-types.f90: Update expected results.
3373
3374 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3375
3376 * gdb.fortran/info-types.exp: New file.
3377 * gdb.fortran/info-types.f90: New file.
3378 * lib/fortran.exp (fortran_character1): New proc.
3379
3380 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3381
3382 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3383 functions'. Reindent as needed.
3384 * gdb.base/info-var-f1.c: New file.
3385 * gdb.base/info-var-f2.c: New file.
3386 * gdb.base/info-var.exp: New file.
3387 * gdb.base/info-var.h: New file.
3388
3389 2019-08-26 Tom de Vries <tdevries@suse.de>
3390
3391 PR c++/24852
3392 * gdb.cp/no-libstdcxx-probe.exp: New test.
3393
3394 2019-08-26 Tom de Vries <tdevries@suse.de>
3395
3396 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3397 * tests need to be skipped.
3398 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3399 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3400 mi_skip_libstdcxx_probe_tests.
3401
3402 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3403
3404 * gdb.python/py-xmethods.exp: Use raw strings when passing
3405 arguments to SimpleXMethodMatcher.
3406
3407 2019-08-22 Tom de Vries <tdevries@suse.de>
3408
3409 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3410 more informative.
3411
3412 2019-08-21 Pedro Alves <palves@redhat.com>
3413
3414 * gdb.base/with.exp: Test "with" with no arguments.
3415
3416 2019-08-21 Tom de Vries <tdevries@suse.de>
3417
3418 * gdb.base/gdb-caching-proc.exp: Sort files.
3419
3420 2019-08-20 Tom de Vries <tdevries@suse.de>
3421
3422 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3423 compilation.
3424
3425 2019-08-16 Tom de Vries <tdevries@suse.de>
3426
3427 * gdb.base/compare-sections.exp ("after run to main"): Allow
3428 mismatched read-only sections for PIE executables.
3429
3430 2019-08-16 Tom Tromey <tom@tromey.com>
3431
3432 * lib/tuiterm.exp (_csi_Z): New proc.
3433 * gdb.tui/basic.exp: Update window positions.
3434 * gdb.tui/empty.exp: Update window positions.
3435
3436 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3437
3438 * gdb.base/examine-backward.exp: Correct regexp for
3439 "examine 3 bytes backward from ${address_zero}".
3440
3441 2019-08-15 Tom Tromey <tom@tromey.com>
3442
3443 * gdb.tui/empty.exp: Enable resizing tests.
3444
3445 2019-08-15 Tom Tromey <tromey@adacore.com>
3446
3447 * gdb.ada/char_enum.exp: Add regression tests.
3448 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3449 and '0'.
3450 (Char, Gchar): Update.
3451 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3452
3453 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3454
3455 * gdb.python/python.exp: Expect a leading underscore on
3456 GdbOutput{,Error}File.
3457
3458 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3459
3460 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3461 Windows host.
3462
3463 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3464
3465 * gdb.base/batch-preserve-term-settings.exp
3466 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3467
3468 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3469
3470 * lib/gdb.exp: When running on a mingw target, replace
3471 /x/ with x:/.
3472
3473 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3474
3475 * gdb.arch/aarch64-prologue.c: New test.
3476 * gdb.arch/aarch64-prologue.exp: New file.
3477
3478 2019-08-13 Tom de Vries <tdevries@suse.de>
3479
3480 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3481 Thread.
3482
3483 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3484
3485 * gdb.python/py-completion.exp: Download the .py file to the host
3486 and use its host pathname. Conditionalize tests that use
3487 tab completion and manipulate files on the build machine.
3488 * gdb.python/py-events.exp: Download the .py file to the host
3489 and use its host pathname.
3490 * gdb.python/py-evsignal.exp: Likewise.
3491 * gdb.python/py-evthreads.exp: Likewise.
3492 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3493 pathname syntax.
3494 * gdb.python/py-framefilter.exp: Download the .py file to the right
3495 place on the host. Match Windows pathname syntax.
3496 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3497 .py file to the host and use its host pathname.
3498 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3499 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3500 build pathname. Skip symlink test on Windows host. Add missing
3501 newline at end of file.
3502 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3503 and use its host pathname.
3504 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3505 * gdb.python/py-section-script.exp: Use host location of binfile
3506 on safe-path. Use correct path separator on Windows host.
3507 Reorder alternatives in gdb_test_multiple to prevent matching
3508 the wrong alternative on success.
3509 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3510
3511 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3512
3513 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3514 expect the GDB inferior to no longer immediately stop after
3515 being resumed with "signal SIGINT".
3516
3517 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3518
3519 * gdb.linespec/break-ask.exp: Generalize regexps to match
3520 Windows pathnames too.
3521
3522 2019-08-08 Tom de Vries <tdevries@suse.de>
3523
3524 PR testsuite/24862
3525 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3526
3527 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3528
3529 * gdb.base/style.exp: Update tests for help doc new invariants.
3530 * gdb.base/help.exp: Likewise.
3531
3532 2019-08-06 Tom Tromey <tom@tromey.com>
3533
3534 * gdb.base/style.exp: Add disassemble test.
3535 * gdb.base/style.c (some_called_function): New function.
3536 (main): Use it.
3537
3538 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3539
3540 * gdb.python/py-block.exp: Test dictionary access on blocks.
3541
3542 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3543
3544 PR gdb/24863
3545 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3546 -list-thread-groups --available test when running under
3547 check-read1.
3548
3549 2019-08-05 Tom de Vries <tdevries@suse.de>
3550
3551 PR testsuite/24863
3552 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3553 * gdb.base/help.exp: Use with_read1_timeout_factor.
3554 * gdb.base/info-macros.exp: Same.
3555 * gdb.cp/nested-types.exp: Same.
3556
3557 2019-08-05 Tom de Vries <tdevries@suse.de>
3558
3559 * lib/gdb.exp (version_at_least): Factor out of ...
3560 (tcl_version_at_least): ... here.
3561 (gdb_compile): Fail if pie results in non-PIE executable.
3562 (readelf_version, readelf_prints_pie): New proc.
3563 (exec_is_pie): Return -1 if unknown.
3564
3565 2019-08-05 Tom de Vries <tdevries@suse.de>
3566
3567 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3568
3569 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3570
3571 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3572
3573 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3574
3575 * lib/completion-support.exp (test_gdb_complete_none): Skip
3576 tab completion tests if no readline support.
3577 (test_gdb_complete_unique_re): Likewise.
3578 (test_gdb_complete_multiple): Likewise.
3579
3580 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3581
3582 * gdb.base/info_sources.exp: New file.
3583 * gdb.base/info_sources.c: New file.
3584 * gdb.base/info_sources_base.c: New file.
3585
3586 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3587
3588 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3589 prefix argument.
3590 (test_exit_status): Add prefix argument.
3591
3592 2019-08-01 Tom de Vries <tdevries@suse.de>
3593
3594 PR testsuite/24863
3595 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3596 calling exp_continue for new thread and thread exited messages.
3597
3598 2019-08-01 Tom de Vries <tdevries@suse.de>
3599
3600 PR testsuite/24863
3601 * gdb.base/structs.exp: Fix check-read1 timeout using
3602 gdb_test_sequence.
3603 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3604
3605 2019-08-01 Tom de Vries <tdevries@suse.de>
3606
3607 PR testsuite/24863
3608 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3609 line.
3610
3611 2019-08-01 Tom de Vries <tdevries@suse.de>
3612
3613 PR testsuite/24863
3614 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3615
3616 2019-07-30 Tom Tromey <tromey@adacore.com>
3617
3618 * gdb.ada/display_nested.exp: New file.
3619 * gdb.ada/display_nested/foo.adb: New file.
3620 * gdb.ada/display_nested/pack.adb: New file.
3621 * gdb.ada/display_nested/pack.ads: New file.
3622
3623 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3624
3625 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3626 namespace.
3627 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3628
3629 2019-07-30 Tom de Vries <tdevries@suse.de>
3630
3631 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3632 instead.
3633
3634 2019-07-30 Tom de Vries <tdevries@suse.de>
3635
3636 PR testsuite/24834
3637 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3638 (exec_is_pie): New proc.
3639
3640 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3641
3642 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3643
3644 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3645
3646 * gdb.python/py-objfile.c: Add global and static vars.
3647 * gdb.python/py-objfile.exp: Test new functions Objfile.
3648 lookup_global_symbol and lookup_static_symbol.
3649
3650 2019-07-29 Tom Tromey <tom@tromey.com>
3651
3652 * lib/tuiterm.exp (Term::_csi_@): New proc.
3653 (Term::_csi_X): Don't move cursor.
3654
3655 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3656
3657 * gdb.base/options.exp: Update backtrace - completion to
3658 new option -frame-info.
3659 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3660 Test new 'set print frame-info'. Test backtrace -frame-info
3661 overriding 'set print frame-info'.
3662 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3663 Test new 'set print frame-info'.
3664 Verify consistency of backtrace with and without filters, with and
3665 without -no-filters.
3666 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3667 default.
3668
3669 2019-07-29 Tom de Vries <tdevries@suse.de>
3670
3671 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3672 no arguments".
3673
3674 2019-07-29 Tom de Vries <tdevries@suse.de>
3675
3676 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3677 is a substring of the first for "complete non-unique file name".
3678
3679 2019-07-29 Tom de Vries <tdevries@suse.de>
3680
3681 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3682 with ".*".
3683
3684 2019-07-29 Tom de Vries <tdevries@suse.de>
3685
3686 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3687 Pass prompt_regexp parameter to gdb_test_multiple calls.
3688
3689 2019-07-29 Tom de Vries <tdevries@suse.de>
3690
3691 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3692 print registers" regexps.
3693
3694 2019-07-29 Tom de Vries <tdevries@suse.de>
3695
3696 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3697
3698 2019-07-29 Tom de Vries <tdevries@suse.de>
3699
3700 PR gdb/24855
3701 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3702 (skip_python_tests_prompt): Add prompt_regexp argument to
3703 gdb_test_multiple calls.
3704
3705 2019-07-27 Tom Tromey <tom@tromey.com>
3706
3707 * gdb.tui/main.exp: New file.
3708
3709 2019-07-27 Tom Tromey <tom@tromey.com>
3710
3711 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3712 optional.
3713 * gdb.tui/empty.exp: New file.
3714
3715 2019-07-27 Tom Tromey <tom@tromey.com>
3716
3717 * lib/tuiterm.exp (spawn): New proc.
3718 (Term::resize): New proc.
3719 * gdb.tui/resize.exp: New file.
3720
3721 2019-07-27 Tom Tromey <tom@tromey.com>
3722
3723 * gdb.tui/list.exp: New file.
3724
3725 2019-07-27 Tom Tromey <tom@tromey.com>
3726
3727 * gdb.tui/regs.exp: New file.
3728
3729 2019-07-27 Tom Tromey <tom@tromey.com>
3730
3731 * gdb.tui/basic.exp: Add "layout split" test.
3732
3733 2019-07-27 Tom Tromey <tom@tromey.com>
3734
3735 * gdb.tui/basic.exp: Add "layout asm" test.
3736
3737 2019-07-27 Tom Tromey <tom@tromey.com>
3738
3739 * lib/tuiterm.exp: New file.
3740 * gdb.tui/basic.exp: New file.
3741
3742 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3743
3744 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3745 Enable tests associated with this flag. Adjust regex
3746 referencing "foo_low" to now refer to "foo_cold" instead.
3747
3748 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3749
3750 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3751 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3752 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3753 foo_cold. Revise comments to match.
3754 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3755 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3756 were wrapped into this proc; Call do_test in loop from outermost
3757 level.
3758 (foo_low): Rename all occurrences to "foo_cold".
3759 (backtrace from baz): New test.
3760 (x2/i foo_cold): New test.
3761 (info line *foo_cold): New test.
3762
3763 2019-07-26 Tom de Vries <tdevries@suse.de>
3764
3765 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3766
3767 2019-07-25 Tom de Vries <tdevries@suse.de>
3768
3769 PR testsuite/24830
3770 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3771 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3772 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3773 (skip_libstdcxx_probe_tests): ... here.
3774 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3775
3776 2019-07-24 Tom de Vries <tdevries@suse.de>
3777
3778 PR testsuite/24807
3779 * gdb.objc/basicclass.m: Include stdio.h.
3780 * gdb.objc/nondebug.m: Same.
3781 * gdb.objc/objcdecode.m: Same.
3782
3783 2019-07-24 Tom de Vries <tdevries@suse.de>
3784
3785 PR testsuite/24612
3786 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3787 additional_flags.
3788
3789 2019-07-24 Tom de Vries <tdevries@suse.de>
3790
3791 PR testsuite/24831
3792 * gdb.multi/tids.exp: Update error messages for info threads.
3793
3794 2019-07-24 Tom de Vries <tdevries@suse.de>
3795
3796 * gdb.base/info-types.exp: Allow info types to print info for more than
3797 one file.
3798
3799 2019-07-23 Tom de Vries <tdevries@suse.de>
3800
3801 PR testsuite/24842
3802 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3803 gdb_spawn_with_cmdline_opts.
3804
3805 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3806
3807 * gdb.arch/arm-cmse-sgstubs.c: New test.
3808 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3809
3810 2019-07-23 Tom de Vries <tdevries@suse.de>
3811
3812 PR testsuite/24711
3813 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3814 issuing next command.
3815
3816 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3817
3818 * gdb.ada/info_auto_lang.exp: Update expected results.
3819 * gdb.base/info-types.c: Add additional types to check.
3820 * gdb.base/info-types.exp: Update expected results.
3821
3822 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3823
3824 * gdb.base/info-types.c: New file.
3825 * gdb.base/info-types.exp: New file.
3826
3827 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3828
3829 * gdb.arch/riscv-bp-infcall.c: New file.
3830 * gdb.arch/riscv-bp-infcall.exp: New file.
3831
3832 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3833
3834 PR breakpoints/24541
3835 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3836
3837 2019-07-14 Tom de Vries <tdevries@suse.de>
3838
3839 PR testsuite/24760
3840 * gdb.objc/basicclass.exp: Fix unterminated string.
3841
3842 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3843 Andrew Burgess <andrew.burgess@embecosm.com>
3844
3845 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3846 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3847 negative bounds.
3848 * gdb.fortran/vla-value.exp: Print elements of an array with
3849 negative bounds.
3850 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3851 testing.
3852
3853 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3854
3855 * gdb.base/options.exp (expect_string): Dequote strings in
3856 results.
3857 (test-string): Test strings with different quoting and reindent.
3858
3859 2019-07-10 Tom Tromey <tromey@adacore.com>
3860
3861 * gdb.ada/mi_ex_cond.exp: Update expected results.
3862 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3863 * gdb.ada/mi_catch_ex.exp: Update expected results.
3864 * gdb.ada/mi_catch_assert.exp: Update expected results.
3865 * gdb.ada/catch_ex.exp (catch_exception_info)
3866 (catch_exception_entry, catch_assert_entry)
3867 (catch_unhandled_entry): Update.
3868 * gdb.ada/catch_assert_if.exp: Update expected results.
3869
3870 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3871 Stephen Roberts <stephen.roberts@arm.com>
3872
3873 * gdb.base/define.exp: Restore original prompt.
3874
3875 2019-07-09 Pedro Alves <palves@redhat.com>
3876
3877 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3878 breakpoints" output.
3879 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3880 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3881 throw" creates breakpoint.
3882 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3883 'type="catchpoint"'.
3884
3885 2019-07-09 Pedro Alves <palves@redhat.com>
3886
3887 PR c++/15468
3888 * gdb.cp/except-multi-location-lib.cc: New.
3889 * gdb.cp/except-multi-location-main.cc: New.
3890 * gdb.cp/except-multi-location.exp: New.
3891
3892 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3893
3894 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3895 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3896 argument and update callers.
3897
3898 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3899
3900 * gdb.arch/amd64-break-on-asm-line.S: New file.
3901 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3902
3903 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3904
3905 * gdb.base/printcmds.exp: Test printing C string and
3906 C wide string convenience vars without transiting via the inferior.
3907 Also make test names unique.
3908
3909 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3910
3911 PR breakpoints/25011
3912 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3913
3914 2019-07-04 Pedro Alves <palves@redhat.com>
3915
3916 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3917 body returned ok(0), break(3) or continue(4).
3918 * gdb.testsuite/foreach_with_prefix.exp: New file.
3919
3920 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3921
3922 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3923
3924 2019-07-03 Pedro Alves <palves@redhat.com>
3925
3926 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3927 "return -code".
3928
3929 2019-07-03 Pedro Alves <palves@redhat.com>
3930
3931 PR cli/24732
3932 * gdb.base/shell.exp: Load completion-support.exp.
3933 Adjust expected error output. Add completion tests.
3934
3935 2019-07-03 Pedro Alves <palves@redhat.com>
3936
3937 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3938 string_to_regexp.
3939
3940 2019-07-03 Pedro Alves <palves@redhat.com>
3941
3942 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3943 (expect_integer): Adjust to expect "-string".
3944 (expect_string): New.
3945 (all_options): Expect "-string".
3946 (test-flag, test-boolean): Adjust to expect "-string".
3947 (test-string): New proc.
3948 (top level): Call it.
3949
3950 2019-07-03 Pedro Alves <palves@redhat.com>
3951
3952 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3953 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3954 the expected output in the success.
3955
3956 2019-07-03 Pedro Alves <palves@redhat.com>
3957
3958 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3959 Split one gdb_test_multiple call in two to avoid a race.
3960
3961 2019-07-03 Pedro Alves <palves@redhat.com>
3962
3963 * gdb.base/with.c: New file.
3964 * gdb.base/with.exp: New file.
3965
3966 2019-07-03 Pedro Alves <palves@redhat.com>
3967
3968 * gdb.base/settings.exp: Replace all references to "maint
3969 test-settings set" with references to "maint set test-settings",
3970 and all references to "maint test-settings show" with references
3971 to "maint show test-settings".
3972
3973 2019-07-03 Pedro Alves <palves@redhat.com>
3974
3975 * gdb.base/settings.exp (test-string): Adjust expected out when
3976 testing "maint test-settings show filename"
3977
3978 2019-07-02 Pedro Alves <palves@redhat.com>
3979
3980 * gdb.base/options.exp (test-info-threads): New procedure.
3981 (top level): Call it.
3982
3983 2019-06-28 Tom Tromey <tromey@adacore.com>
3984
3985 * gdb.dwarf2/ada-linkage-name.c: New file.
3986 * gdb.dwarf2/ada-linkage-name.exp: New file.
3987
3988 2019-06-27 Tom Tromey <tromey@adacore.com>
3989
3990 PR c++/20020:
3991 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3992
3993 2019-06-26 Tom de Vries <tdevries@suse.de>
3994
3995 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3996
3997 2019-06-26 Tom de Vries <tdevries@suse.de>
3998
3999 * gdb.base/index-cache.exp: Add back missing debug option.
4000
4001 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4002
4003 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4004
4005 2019-06-25 Tom de Vries <tdevries@suse.de>
4006
4007 PR testsuite/24727
4008 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4009
4010 2019-06-24 Tom de Vries <tdevries@suse.de>
4011
4012 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4013
4014 2019-06-24 Tom de Vries <tdevries@suse.de>
4015
4016 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4017 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4018 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4019
4020 2019-06-24 Tom de Vries <tdevries@suse.de>
4021
4022 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4023
4024 2019-06-21 Tom de Vries <tdevries@suse.de>
4025
4026 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4027
4028 2019-06-21 Tom de Vries <tdevries@suse.de>
4029
4030 PR testsuite/24518
4031 PR ada/24713
4032 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4033 index.
4034
4035 2019-06-19 Tom Tromey <tromey@adacore.com>
4036
4037 * gdb.ada/length_cond.exp: Add intro comment.
4038
4039 2019-06-19 Tom Tromey <tromey@adacore.com>
4040
4041 * gdb.ada/length_cond.exp: New file.
4042 * gdb.ada/length_cond/length_cond.adb: New file.
4043 * gdb.ada/length_cond/pck.adb: New file.
4044 * gdb.ada/length_cond/pck.ads: New file.
4045
4046 2019-06-18 Tom de Vries <tdevries@suse.de>
4047
4048 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4049
4050 2019-06-18 Tom Tromey <tromey@adacore.com>
4051
4052 * gdb.base/list0.h: Add comment explaining control character.
4053
4054 2019-06-18 Tom de Vries <tdevries@suse.de>
4055
4056 * boards/fission.exp: Break up long debug_flags line.
4057
4058 2019-06-16 Tom de Vries <tdevries@suse.de>
4059
4060 PR gdb/24445
4061 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4062 generated index.
4063
4064 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4065
4066 PR gdb/24686
4067 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4068 improve detection of bug gdb/24541.
4069
4070 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4071
4072 PR gdb/24669
4073 * gdb.base/index-cache.exp (uses_readnow,
4074 expecting_index_cache_use): Define global variable.
4075 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4076 expecting_index_cache_use.
4077
4078 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4079 Andrew Burgess <andrew.burgess@embecosm.com>
4080
4081 * gdb.fortran/pointers.f90: New file.
4082 * gdb.fortran/print_type.exp: New file.
4083 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4084 * gdb.fortran/vla-type.exp: Likewise.
4085 * gdb.fortran/vla-value.exp: Likewise.
4086 * gdb.mi/mi-vla-fortran.exp: Likewise.
4087
4088 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4089
4090 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4091 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4092 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4093 as a stop reason.
4094
4095 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4096
4097 * gdb.base/annota1.exp: Update expected results.
4098 * gdb.cp/annota2.exp: Likewise.
4099 * gdb.cp/annota3.exp: Likewise.
4100
4101 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4102
4103 * gdb.base/style-logging.exp: Remove path from test name.
4104
4105 2019-06-14 Tom Tromey <tromey@adacore.com>
4106
4107 PR gdb/24502:
4108 * gdb.base/style-logging.exp: New file.
4109
4110 2019-06-14 Tom Tromey <tromey@adacore.com>
4111
4112 * gdb.base/symfile-warn.exp: New file.
4113 * gdb.base/symfile-warn.c: New file.
4114
4115 2019-06-14 Tom Tromey <tromey@adacore.com>
4116
4117 * gdb.base/annotate-symlink.exp: New file.
4118
4119 2019-06-14 Tom Tromey <tromey@adacore.com>
4120
4121 * gdb.ada/set_wstr.exp: Add reassignment test.
4122
4123 2019-06-14 Tom Tromey <tromey@adacore.com>
4124
4125 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4126 'unchecked_access and 'unrestricted_access as well.
4127
4128 2019-06-14 Tom Tromey <tromey@adacore.com>
4129
4130 PR ada/24539:
4131 * gdb.ada/vla.exp: Update tests.
4132 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4133 pragma.
4134
4135 2019-06-13 Pedro Alves <palves@redhat.com>
4136
4137 * gdb.base/settings.exp (test-integer): Test junk after
4138 "unlimited".
4139
4140 2019-06-13 Pedro Alves <palves@redhat.com>
4141
4142 * gdb.base/options.exp (test-thread-apply): New.
4143 (top level): Call it.
4144
4145 2019-06-13 Pedro Alves <palves@redhat.com>
4146
4147 * gdb.base/options.exp (test-frame-apply): New.
4148 (top level): Test print commands with different "frame apply"
4149 prefixes.
4150
4151 2019-06-13 Pedro Alves <palves@redhat.com>
4152
4153 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
4154 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4155 'max_completions' parameter and handle it.
4156 (test_gdb_completion_offers_commands): New.
4157
4158 2019-06-13 Pedro Alves <palves@redhat.com>
4159
4160 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4161
4162 2019-06-13 Pedro Alves <palves@redhat.com>
4163
4164 * gdb.base/options.exp (test-backtrace): New.
4165 (top level): Call it.
4166
4167 2019-06-13 Pedro Alves <palves@redhat.com>
4168
4169 * gdb.guile/scm-frame-args.exp: Use "set print
4170 raw-frame-arguments" instead of "set print raw frame-arguments".
4171 * gdb.python/py-frame-args.exp: Likewise.
4172
4173 2019-06-13 Pedro Alves <palves@redhat.com>
4174
4175 * gdb.compile/compile.exp: Adjust expected output to option
4176 processing changes.
4177
4178 2019-06-13 Pedro Alves <palves@redhat.com>
4179
4180 * gdb.base/options.exp: Build executable.
4181 (test-print): New procedure.
4182 (top level): Call it, once for "print" and another for "compile
4183 print".
4184
4185 2019-06-13 Pedro Alves <palves@redhat.com>
4186
4187 * gdb.base/options.c: New file.
4188 * gdb.base/options.exp: New file.
4189
4190 2019-06-13 Pedro Alves <palves@redhat.com>
4191
4192 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4193 that "o" is ambiguous.
4194
4195 2019-06-13 Pedro Alves <palves@redhat.com>
4196
4197 * gdb.base/settings.c: New file.
4198 * gdb.base/settings.exp: New file.
4199
4200 2019-06-13 Pedro Alves <palves@redhat.com>
4201
4202 * gdb.base/completion.exp: Fix comment typo.
4203
4204 2019-06-13 Pedro Alves <palves@redhat.com>
4205
4206 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4207 foo --1" test.
4208
4209 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4210
4211 * gdb.fortran/block-data.f: New.
4212 * gdb.fortran/block-data.exp: New.
4213
4214 2019-06-11 Tom de Vries <tdevries@suse.de>
4215
4216 PR testsuite/24521
4217 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4218 message.
4219
4220 2019-06-11 Tom de Vries <tdevries@suse.de>
4221
4222 PR testsuite/24521
4223 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4224
4225 2019-06-11 Tom de Vries <tdevries@suse.de>
4226
4227 * boards/readnow.exp: New file.
4228
4229 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4230
4231 * gdb.fortran/vla-sizeof.exp: Update expected results.
4232
4233 2019-06-06 Amos Bird <amosbird@gmail.com>
4234
4235 * gdb.base/annota1.exp (thread_switch): Add test for
4236 thread-exited annotation.
4237
4238 2019-06-06 Tom Tromey <tromey@adacore.com>
4239
4240 * gdb.base/maint.exp: Expect command started/finished output.
4241
4242 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4243
4244 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4245 comment.
4246 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4247
4248 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4249
4250 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4251 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4252 * gdb.arch/riscv-unwind-long-insn.c: New file.
4253 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4254
4255 2019-06-04 Christian Biesinger <cbiesinger@google.com>
4256
4257 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
4258
4259 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4260
4261 * lib/gdb.exp (help_list_trailer): New regexp variable
4262 factorizing the help trailer message.
4263 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4264 arg to allow to better factorize various tests.
4265 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4266 (test_prefix_command_help): Use help_list_trailer.
4267 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4268 * gdb.guile/scm-cmd.exp: Likewise.
4269 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4270 * gdb.base/help.exp: Use test_user_defined_class_help.
4271 * gdb.base/style.exp: Add tests for styling of help and apropos.
4272 * lib/gdb-utils.exp (style): Add title and highlight styles.
4273
4274 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4275
4276 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4277 $_shell_exitsignal.
4278 * gdb.base/default.exp: Update for new convenience variables.
4279
4280 2019-05-29 Tom Tromey <tromey@adacore.com>
4281
4282 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4283 to "break complete ada" test case's regexp.
4284
4285 2019-05-29 Tom Tromey <tromey@adacore.com>
4286
4287 PR c++/20020:
4288 * gdb.cp/constexpr-field.exp: New file.
4289 * gdb.cp/constexpr-field.cc: New file.
4290
4291 2019-05-29 Tom Tromey <tromey@adacore.com>
4292
4293 * gdb.base/finish.exp (finish_no_print): New proc.
4294 (finish_tests): Call it.
4295
4296 2019-05-24 Tom de Vries <tdevries@suse.de>
4297
4298 * gdb.dwarf2/gdb-add-index.exp: New file.
4299
4300 2019-05-22 Tom Tromey <tromey@adacore.com>
4301
4302 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4303 * gdb.base/style.exp: Use "style".
4304 * lib/gdb-utils.exp (style): New proc.
4305
4306 2019-05-22 Tom de Vries <tdevries@suse.de>
4307
4308 * gdb.base/align.exp: Require c++11.
4309
4310 2019-05-22 Tom de Vries <tdevries@suse.de>
4311
4312 PR testsuite/24586
4313 * gdb.python/py-mi-var-info-path-expression.exp: Call
4314 mi_skip_python_tests to check if python is supported.
4315
4316 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4317
4318 * gdb.arch/aarch64-pauth.c: New test.
4319 * gdb.arch/aarch64-pauth.exp: New file.
4320
4321 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4322
4323 * README (Re-running Tests Outside The Testsuite): New section.
4324
4325 2019-05-21 Tom de Vries <tdevries@suse.de>
4326
4327 * gdb.arch/amd64-eval.exp: Require c++11.
4328 * gdb.base/max-depth.exp: Same.
4329 * gdb.compile/compile-cplus-array-decay.exp: Same.
4330 * gdb.cp/meth-typedefs.exp: Same.
4331 * gdb.cp/subtypes.exp: Same.
4332 * gdb.cp/temargs.exp: Same.
4333
4334 2019-05-21 Alan Hayward <alan.hayward@arm.com>
4335
4336 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4337
4338 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4339
4340 PR gdb/18644
4341 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4342 * gdb.fortran/printing-types.exp: Add new test.
4343 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4344 testing.
4345 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4346 setup_kfail call.
4347
4348 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4349
4350 * README (Running the Testsuite): Change example.
4351 (Testsuite Parameters): Remove TRANSCRIPT.
4352 * lib/gdb.exp: Remove TRANSCRIPT check.
4353
4354 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4355
4356 * README (Testsuite Parameters): Add replay logging to
4357 GDBSERVER_DEBUG.
4358 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4359 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4360 as a comma separated list.
4361 (gdb_debug_init): Override procedure.
4362
4363 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4364
4365 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4366 (gdb_write_cmd_file): New procedure.
4367 * lib/gdbserver-support.exp (gdbserver_start): Call
4368 gdbserver_write_cmd_file.
4369 (gdbserver_write_cmd_file): New procedure.
4370
4371 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4372
4373 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4374 (delete_breakpoints): Likewise.
4375 (gdb_run_cmd): Likewise.
4376 (gdb_start_cmd): Likewise.
4377 (gdb_starti_cmd): Likewise.
4378 (gdb_internal_error_resync): Likewise.
4379 (gdb_test_multiple): Likewise.
4380 (gdb_reinitialize_dir): Likewise.
4381 (default_gdb_exit): Likewise.
4382 (gdb_file_cmd): Mark kill as optional.
4383 (default_gdb_start): Call gdb_stdin_log_init.
4384 (send_gdb): Call gdb_stdin_log_write.
4385 (rerun_to_main): Mark Y as an answer.
4386 (gdb_stdin_log_init): New function.
4387 (gdb_stdin_log_write): Likewise.
4388
4389 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4390
4391 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4392 * gdb.base/debug-expr.exp: Likewise.
4393 * gdb.base/foll-fork.exp: Likewise.
4394 * gdb.base/foll-vfork.exp: Likewise.
4395 * gdb.base/fork-print-inferior-events.exp: Likewise.
4396 * gdb.base/gdb-sigterm.exp: Likewise.
4397 * gdb.base/gdbinit-history.exp: Likewise.
4398 * gdb.base/osabi.exp: Likewise.
4399 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4400 * gdb.base/ui-redirect.exp: Likewise.
4401 * gdb.gdb/unittest.exp: Likewise.
4402 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4403 * gdb.mi/mi-watch.exp: Likewise.
4404 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4405 * gdb.mi/user-selected-context-sync.exp: Likewise.
4406 * gdb.python/python.exp: Disable debug test when debugging.
4407 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4408 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4409 Likewise.
4410 * gdb.threads/stepi-random-signal.exp: Likewise.
4411
4412 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4413
4414 * Makefile.in: Pass through GDB_DEBUG.
4415 * README (Testsuite Parameters): Add GDB_DEBUG.
4416 (gdb,debug): Add board setting.
4417 * lib/gdb.exp (default_gdb_start): Start debugging.
4418 (gdb_debug_enabled): New procedure.
4419 (gdb_debug_init): Likewise.
4420
4421 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4422
4423 * Makefile.in: Pass through GDB_DEBUG.
4424 * README (Testsuite Parameters): Add GDB_DEBUG.
4425 (gdb,debug): Add board setting.
4426 * lib/gdb.exp (default_gdb_start): Start debugging.
4427 (gdb_debug_enabled): New procedure.
4428 (gdb_debug_init): Likewise.
4429
4430 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4431
4432 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4433
4434 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4435
4436 * gdb.base/ui-redirect.exp: Test redirection.
4437
4438 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4439
4440 * gdb.mi/mi-complete.exp: New file.
4441 * gdb.mi/mi-complete.cc: Likewise.
4442
4443 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4444
4445 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4446 indexed and sliced arrays, and pointers to arrays.
4447
4448 2019-05-14 Tom Tromey <tromey@adacore.com>
4449
4450 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4451 styling test.
4452
4453 2019-05-14 Tom de Vries <tdevries@suse.de>
4454
4455 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4456 selection entry encoding.
4457
4458 2019-05-10 Tom Tromey <tromey@adacore.com>
4459
4460 * gdb.ada/info_exc.exp: Add "complete" test.
4461
4462 2019-05-09 Tom de Vries <tdevries@suse.de>
4463
4464 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4465 CU-relative.
4466
4467 2019-05-09 Tom de Vries <tdevries@suse.de>
4468
4469 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4470 CU-relative.
4471
4472 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4473
4474 * gdb.ada/frame_arg_lang.exp: New testcase.
4475 * gdb.ada/frame_arg_lang/bla.adb: New file.
4476 * gdb.ada/frame_arg_lang/pck.ads: New file.
4477 * gdb.ada/frame_arg_lang/pck.adb: New file.
4478 * gdb.ada/frame_arg_lang/foo.c: New file.
4479
4480 2019-05-08 Tom Tromey <tromey@adacore.com>
4481
4482 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4483
4484 2019-05-08 Tom Tromey <tromey@adacore.com>
4485
4486 * gdb.base/ptype-offsets.exp: Update tests.
4487
4488 2019-05-08 Tom Tromey <tromey@adacore.com>
4489
4490 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4491 cases.
4492 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4493 "short".
4494
4495 2019-05-08 Tom Tromey <tromey@adacore.com>
4496
4497 * gdb.ada/vla.exp: New file.
4498 * gdb.ada/vla/vla.adb: New file.
4499
4500 2019-05-07 Tom de Vries <tdevries@suse.de>
4501
4502 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4503
4504 2019-05-07 Tom de Vries <tdevries@suse.de>
4505
4506 PR testsuite/24522
4507 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4508 section.
4509
4510 2019-05-07 Tom de Vries <tdevries@suse.de>
4511
4512 PR testsuite/24522
4513 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4514 .debug_aranges section.
4515
4516 2019-05-07 Tom de Vries <tdevries@suse.de>
4517
4518 PR testsuite/24159
4519 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4520
4521 2019-05-06 Tom de Vries <tdevries@suse.de>
4522
4523 * lib/gdb.exp (exec_has_index_section): New proc.
4524 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4525 section.
4526
4527 2019-05-04 Tom de Vries <tdevries@suse.de>
4528
4529 * boards/cc-with-debug-names.exp: New file.
4530
4531 2019-05-03 Tom Tromey <tromey@adacore.com>
4532
4533 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4534 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4535 * gdb.ada/char_enum.exp: Add test.
4536
4537 2019-05-03 Tom de Vries <tdevries@suse.de>
4538
4539 * boards/cc-with-gdb-index.exp: New file.
4540
4541 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4542
4543 * gdb.rust/simple.exp: Add new test case.
4544 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4545 (main): Initialise an instance of the new struct.
4546
4547 2019-05-01 Tom Tromey <tromey@adacore.com>
4548
4549 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4550 record.
4551 (NPR): New variable.
4552 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4553 test.
4554
4555 2019-05-01 Tom Tromey <tromey@adacore.com>
4556
4557 * gdb.ada/packed_array_assign.exp: Add packed assignment
4558 regression test.
4559
4560 2019-05-01 Tom de Vries <tdevries@suse.de>
4561
4562 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4563
4564 2019-05-01 Tom de Vries <tdevries@suse.de>
4565
4566 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4567
4568 2019-04-30 Ali Tamur <tamur@google.com>
4569
4570 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4571
4572 2019-04-30 Tom Tromey <tromey@adacore.com>
4573
4574 * lib/ada.exp (find_ada_tool): New proc.
4575 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4576 * gdb.ada/catch_ex_std.exp: New file.
4577 * gdb.ada/catch_ex_std/foo.adb: New file.
4578 * gdb.ada/catch_ex_std/some_package.adb: New file.
4579 * gdb.ada/catch_ex_std/some_package.ads: New file.
4580
4581 2019-04-30 Tom Tromey <tromey@adacore.com>
4582
4583 PR c++/24470:
4584 * gdb.cp/temargs.cc: Add test code from PR.
4585
4586 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4587
4588 * gdb.fortran/vla-datatypes.exp: Update expected results.
4589 * gdb.fortran/vla-ptype.exp: Likewise.
4590 * gdb.fortran/vla-type.exp: Likewise.
4591 * gdb.fortran/vla-value.exp: Likewise.
4592
4593 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4594
4595 * gdb.fortran/ptr-indentation.exp: Update expected results.
4596 * gdb.fortran/ptype-on-functions.exp: Likewise.
4597 * gdb.fortran/vla-ptr-info.exp: Likewise.
4598 * gdb.fortran/vla-value.exp: Likewise.
4599
4600 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4601
4602 * gdb.fortran/ptype-on-functions.exp: New file.
4603 * gdb.fortran/ptype-on-functions.f90: New file.
4604
4605 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4606
4607 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4608 case void string.
4609
4610 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4611
4612 * gdb.fortran/complex.exp: Expand.
4613 * gdb.fortran/complex.f: Renamed to...
4614 * gdb.fortran/complex.f90: ...this, and extended to add more
4615 complex values.
4616
4617 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4618
4619 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4620 MODULO, CMPLX.
4621
4622 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4623 Richard Bunt <richard.bunt@arm.com>
4624
4625 * gdb.base/max-depth.c: New file.
4626 * gdb.base/max-depth.exp: New file.
4627 * gdb.python/py-nested-maps.c: New file.
4628 * gdb.python/py-nested-maps.exp: New file.
4629 * gdb.python/py-nested-maps.py: New file.
4630 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4631 (test_all_common): Call test_max_depth.
4632 * gdb.fortran/max-depth.exp: New file.
4633 * gdb.fortran/max-depth.f90: New file.
4634 * gdb.go/max-depth.exp: New file.
4635 * gdb.go/max-depth.go: New file.
4636 * gdb.modula2/max-depth.exp: New file.
4637 * gdb.modula2/max-depth.c: New file.
4638 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4639
4640 2019-04-29 Tom de Vries <tdevries@suse.de>
4641
4642 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4643
4644 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4645
4646 * gdb.base/callexit.exp: Test may-call-functions off.
4647
4648 2019-04-25 Keith Seitz <keiths@redhat.com>
4649
4650 PR c++/24367
4651 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4652 (another_incomplete_struct, test_incomplete): New definitions.
4653 (main): Use new definitions.
4654 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4655 functions.
4656
4657 2019-04-25 Ali Tamur <tamur@google.com>
4658
4659 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4660
4661 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4662
4663 PR corefiles/11608
4664 PR corefiles/18187
4665 * gdb.base/coredump-filter-build-id.exp: New file.
4666
4667 2019-04-25 Alan Hayward <alan.hayward@arm.com>
4668
4669 * Makefile.in: Pass through GDBSERVER_DEBUG.
4670 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4671 (gdbserver,debug): Add board setting.
4672 * gdb.trace/tspeed.exp: Skip when debugging.
4673 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4674 * lib/gdbserver-support.exp: Likewise
4675
4676 2019-04-24 Tom Tromey <tromey@adacore.com>
4677
4678 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4679 Rust.
4680
4681 2019-04-24 Tom Tromey <tromey@adacore.com>
4682
4683 * gdb.arch/amd64-eval.exp: Test bitfield return.
4684 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4685 (class Foo) <return_bitfields>: New method.
4686 (main): Call it.
4687
4688 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4689
4690 * gdb.cp/many-args.cc: New file.
4691 * gdb.cp/many-args.exp: New file.
4692
4693 2019-04-23 Tom de Vries <tdevries@suse.de>
4694
4695 PR gdb/24433
4696 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4697
4698 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4699
4700 * gdb.trace/backtrace.exp: Use nopie flag.
4701 * gdb.trace/circ.exp: Likewise.
4702 * gdb.trace/collection.exp: Likewise.
4703 * gdb.trace/ftrace.exp: Likewise.
4704 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4705 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4706 * gdb.trace/qtro.exp: Likewise.
4707 * gdb.trace/read-memory.exp: Likewise.
4708 * gdb.trace/report.exp: Likewise.
4709 * gdb.trace/tfile.exp: Likewise.
4710 * gdb.trace/tfind.exp: Likewise.
4711 * gdb.trace/unavailable.exp: Likewise.
4712
4713 2019-04-22 Pedro Alves <palves@redhat.com>
4714
4715 * gdb.base/solib-probes-nosharedlibrary.c,
4716 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4717
4718 2019-04-19 Tom Tromey <tromey@adacore.com>
4719
4720 * gdb.ada/ptype_union.c: New file.
4721 * gdb.ada/ptype_union.exp: New file.
4722
4723 2019-04-19 Tom Tromey <tromey@adacore.com>
4724
4725 PR symtab/24423:
4726 * gdb.base/list0.h (foo): Add a control-l character.
4727
4728 2019-04-18 Tom de Vries <tdevries@suse.de>
4729
4730 PR gdb/24433
4731 * boards/local-board.exp: Set sysroot to "".
4732
4733 2019-04-18 Tom de Vries <tdevries@suse.de>
4734 Pedro Alves <palves@redhat.com>
4735
4736 PR gdb/24454
4737 * gdb.threads/vfork-follow-child-exec.c: New file.
4738 * gdb.threads/vfork-follow-child-exec.exp: New file.
4739 * gdb.threads/vfork-follow-child-exit.c: New file.
4740 * gdb.threads/vfork-follow-child-exit.exp: New file.
4741
4742 2019-04-15 Leszek Swirski <leszeks@google.com>
4743
4744 * gdb.arch/amd64-eval.cc: New file.
4745 * gdb.arch/amd64-eval.exp: New file.
4746
4747 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4748
4749 * gdb.server/sysroot.c: New test.
4750 * gdb.server/sysroot.exp: New file.
4751 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4752 matching param.
4753
4754 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4755
4756 * gdb.base/align.exp: Extend test to cover structures containing
4757 only static fields.
4758
4759 2019-04-11 Tom de Vries <tdevries@suse.de>
4760
4761 * boards/cc-with-dwz-m.exp: New file.
4762 * boards/cc-with-dwz.exp: New file.
4763 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4764
4765 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4766
4767 * gdb.base/start-cpp.exp: New file.
4768 * gdb.base/start-cpp.cc: New file.
4769
4770 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4771
4772 * gdb.python/py-thrhandle.exp: Adjust tests to call
4773 thread_from_handle instead of thread_from_thread_handle.
4774
4775 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4776
4777 * gdb.python/py-thrhandle.exp: Add tests for
4778 gdb.InferiorThread.handle.
4779
4780 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4781
4782 * gdb.python/py-function.exp: Check calling helper function from
4783 all languages.
4784 * lib/gdb.exp (gdb_supported_languages): New proc.
4785
4786 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4787
4788 * gdb.base/complex-parts.c: New file.
4789 * gdb.base/complex-parts.exp: New file.
4790
4791 2019-04-01 Tom Tromey <tromey@adacore.com>
4792
4793 PR symtab/23331:
4794 * gdb.dwarf2/dw2-ranges-main.c: New file.
4795 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4796 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4797
4798 2019-03-30 Simon Marchi <simark@simark.ca>
4799
4800 * gdb.base/default.exp: Add values for $_gdb_major and
4801 $_gdb_minor.
4802
4803 2019-03-29 Tom Tromey <tromey@adacore.com>
4804
4805 * gdb.base/help.exp: Tighten apropos regexp.
4806
4807 2019-03-29 Keith Seitz <keiths@redhat.com>
4808
4809 * gdb.fortran/array-bounds.exp: New file.
4810 * gdb.fortran/array-bounds.f90: New file.
4811
4812 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4813
4814 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4815
4816 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4817
4818 * gdb.multi/hello.c (main): Increase alarm timer.
4819
4820 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4821
4822 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4823 factor when no hardware watchpoint support.
4824
4825 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4826 Pedro Alves <palves@redhat.com>
4827
4828 * boards/local-board.exp: set sysroot to /.
4829
4830 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4831
4832 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4833 in child.
4834
4835 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4836
4837 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4838 field.
4839 (make_container): Initialise new field.
4840 * gdb.python/py-prettyprint.exp: Add new tests.
4841 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4842 <display_hint>: New method.
4843
4844 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4845
4846 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4847 gdb_continue_to_breakpoint more throughout this test.
4848 (run_lang_tests) Supply unique test names, and use
4849 gdb_test_no_output.
4850
4851 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4852
4853 * gdb.base/finish-pretty.exp: Update expected results.
4854 * gdb.base/pretty-print.c: New file.
4855 * gdb.base/pretty-print.exp: New file.
4856
4857 2019-03-25 Pedro Alves <palves@redhat.com>
4858
4859 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4860 move comments outside list. Append '-i "" eof' section.
4861
4862 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4863
4864 PR testsuite/25016
4865 * README: Add pie options.
4866 * gdb.base/break-interp.exp: Ensure pie is disabled.
4867 * gdb.base/dump.exp: Likewise.
4868 * lib/gdb.exp (gdb_compile): Add pie option.
4869
4870 2019-03-19 Tom Tromey <tromey@adacore.com>
4871
4872 * gdb.mi/mi2-cli-display.c: New file.
4873 * gdb.mi/mi2-cli-display.exp: New file.
4874
4875 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4876 Tom Tromey <tromey@adacore.com>
4877
4878 * gdb.ada/ptype_array/pck.adb: New file.
4879 * gdb.ada/ptype_array/pck.ads: New file.
4880 * gdb.ada/ptype_array/foo.adb: New file.
4881 * gdb.ada/ptype_array.exp: New file.
4882
4883 2019-03-14 Tom Tromey <tromey@adacore.com>
4884
4885 * gdb.base/style.exp: Add "set style sources" test.
4886
4887 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4888
4889 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4890 * mi-breakpoint-multiple-locations.exp: ... this.
4891 (make_breakpoints_pattern): New proc.
4892 (do_test): Add mi_version parameter, test -break-insert,
4893 -break-info and =breakpoint-created.
4894
4895 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4896
4897 * config/default.exp: Remove 'load_lib gdb.exp'.
4898 * config/monitor.exp: Likewise.
4899 * config/sid.exp: Likewise.
4900 * config/sim.exp: Likewise.
4901 * config/slite.exp: Likewise.
4902 * config/unix.exp: Likewise.
4903 * gdb.base/default.exp: Remove unhelpful comment.
4904
4905 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4906
4907 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4908
4909 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4910
4911 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4912
4913 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4914
4915 * gdb.fortran/type-kinds.exp: Update expected results.
4916
4917 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4918
4919 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4920
4921 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4922
4923 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4924 function.
4925 (test_basic_parsing_of_type_kinds): Expand types tested.
4926 (test_parsing_invalid_type_kinds): New function.
4927
4928 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4929
4930 * gdb.fortran/intrinsics.exp: New file.
4931 * gdb.fortran/intrinsics.f90: New file.
4932 * gdb.fortran/type-kinds.exp: New file.
4933
4934 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4935
4936 * gdb.fortran/dot-ops.exp: New file.
4937
4938 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4939
4940 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4941 Check upper and lower case logical literals.
4942
4943 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4944
4945 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4946 Remove duplicate tests.
4947
4948 2019-03-06 Alan Hayward <alan.hayward@arm.com>
4949
4950 * lib/gdb.exp (builtin_cd): rename of cd.
4951 (cd): Override builtin.
4952
4953 2019-03-06 Richard Bunt <richard.bunt@arm.com>
4954
4955 * gdb.fortran/function-calls.exp: New file.
4956 * gdb.fortran/function-calls.f90: New test.
4957
4958 2019-03-04 Richard Bunt <richard.bunt@arm.com>
4959
4960 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4961 on user program standard output.
4962 * gdb.fortran/short-circuit-argument-list.f90: Record function
4963 calls.
4964
4965 2019-02-28 Alan Hayward <alan.hayward@arm.com>
4966
4967 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4968 failure.
4969
4970 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4971
4972 PR gdb/8527
4973 * gdb.base/interrupt-daemon-attach.c,
4974 gdb.base/interrupt-daemon-attach.exp: New test.
4975
4976 2019-02-27 Pedro Alves <palves@redhat.com>
4977
4978 * gdb.base/page.exp: Add tests for "set width/height -1".
4979
4980 2019-02-27 Pedro Alves <palves@redhat.com>
4981
4982 * gdb.base/page.exp: Add tests for "set/show width/height" with
4983 "infinite" values.
4984
4985 2019-02-27 Tom Tromey <tromey@adacore.com>
4986
4987 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4988 2.4.
4989 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4990 workaround.
4991
4992 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4993
4994 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4995 tests for structs with static members.
4996
4997 2019-02-26 Tom Tromey <tromey@adacore.com>
4998
4999 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5000 ValueError, not TypeError.
5001
5002 2019-02-26 Kevin Buettner <kevinb@redhat.com>
5003
5004 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5005 call from main program.
5006
5007 2019-02-23 Joel Brobecker <brobecker@adacore.com>
5008
5009 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5010 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5011 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5012 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5013 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5014
5015 2019-02-22 Keith Seitz <keiths@redhat.com>
5016
5017 PR symtab/23853
5018 * gdb.base/symlink-sourcefile.c: New file.
5019 * gdb.base/symlink-sourcefile.exp: New file.
5020
5021 2019-02-20 Tom Tromey <tom@tromey.com>
5022
5023 * gdb.base/info_qt.exp: Update.
5024
5025 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5026
5027 * gdb.base/source.exp: Move "error in sourced script" code to
5028 the end.
5029 * gdb.base/source-error.gdb: Move contents to
5030 source-error-1.gdb. Add new code to source source-error-1.gdb.
5031 * gdb.base/source-error-1.gdb: New file, from previous
5032 source-error.gdb.
5033
5034 2019-02-17 Tom Tromey <tom@tromey.com>
5035
5036 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5037 for macro styling.
5038 * gdb.base/style.c (SOME_MACRO): New macro.
5039
5040 2019-02-17 Tom Tromey <tom@tromey.com>
5041
5042 * gdb.base/style.exp: Add line-wrapping tests.
5043 * gdb.base/page.exp: Add test for quitting during pagination.
5044
5045 2019-02-17 Joel Brobecker <brobecker@adacore.com>
5046
5047 * gdb.ada/big_packed_array: New testcase.
5048 * gdb.ada/homonym.exp: Fix incorrect expected output for
5049 "break <homonym__get_value>" test.
5050
5051 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
5052
5053 PR breakpoints/21870
5054 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5055 and prepare_for_testing. Add comment.
5056 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5057 redundant cleanup call. Clean up comment.
5058
5059 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
5060
5061 PR breakpoints/21870
5062 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5063 * gdb.arch/aarch64-dbreg-contents.c: New file.
5064
5065 2019-02-10 Joel Brobecker <brobecker@adacore.com>
5066
5067 * gdb.ada/mi_ref_changeable: New testcase.
5068
5069 2019-02-07 Alan Hayward <alan.hayward@arm.com>
5070
5071 * gdb.base/attach.exp: Add double attach test.
5072
5073 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5074
5075 * lib/gdb.exp (default_gdb_start): Don't match pagination
5076 prompt.
5077 (gdb_init): Set stty_init.
5078
5079 2019-01-27 Tom Tromey <tom@tromey.com>
5080
5081 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5082 skip_python_tests.
5083
5084 2019-01-24 Alan Hayward <alan.hayward@arm.com>
5085
5086 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5087 New structure.
5088 (struct struct_static_02_02): Likewise.
5089 (struct struct_static_02_03): Likewise.
5090 (struct struct_static_02_04): Likewise.
5091 (struct struct_static_04_01): Likewise.
5092 (struct struct_static_04_02): Likewise.
5093 (struct struct_static_04_03): Likewise.
5094 (struct struct_static_04_04): Likewise.
5095 (struct struct_static_06_01): Likewise.
5096 (struct struct_static_06_02): Likewise.
5097 (struct struct_static_06_03): Likewise.
5098 (struct struct_static_06_04): Likewise.
5099 (cmp_struct_static_02_01): Likewise.
5100 (cmp_struct_static_02_02): Likewise.
5101 (cmp_struct_static_02_03): Likewise.
5102 (cmp_struct_static_02_04): Likewise.
5103 (cmp_struct_static_04_01): Likewise.
5104 (cmp_struct_static_04_02): Likewise.
5105 (cmp_struct_static_04_03): Likewise.
5106 (cmp_struct_static_04_04): Likewise.
5107 (cmp_struct_static_06_01): Likewise.
5108 (cmp_struct_static_06_02): Likewise.
5109 (cmp_struct_static_06_03): Likewise.
5110 (cmp_struct_static_06_04): Likewise.
5111 (call_all): Test new structs.
5112 * gdb.base/infcall-nested-structs.exp: Likewise.
5113
5114 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5115 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5116
5117 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5118 * gdb.base/stack-protector.c: New test.
5119 * gdb.base/stack-protector.exp: New file.
5120 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5121 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5122 option.
5123 (gdb_compile): Remove stack protector for GCC and prevent
5124 recursion.
5125
5126 2019-01-16 Keith Seitz <keiths@redhat.com>
5127
5128 PR gdb/23773
5129 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5130
5131 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5132
5133 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5134 aliases.
5135 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5136 tests.
5137 * gdb.arch/powerpc-vector-regs.c: New file.
5138 * gdb.arch/powerpc-vector-regs.exp: New file.
5139
5140 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5141
5142 * gdb.arch/altivec-regs.exp: Fix the list passed to
5143 gdb_expect_list when testing "info vector".
5144
5145 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5146
5147 * gdb.base/style.exp: Don't include path in testname.
5148
5149 2019-01-10 Keith Seitz <keiths@redhat.com>
5150
5151 PR gdb/23712
5152 PR symtab/23010
5153 * gdb.dwarf2/multidictionary.exp: New file.
5154
5155 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5156
5157 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5158 (test_gnuv3_style_demangling): ... this.
5159 (test_lucid_style_demangling): Remove.
5160 (test_arm_style_demangling): Remove.
5161 (test_hp_style_demangling): Remove.
5162 (do_tests): Remove calls to the above.
5163
5164 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5165
5166 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5167 case.
5168
5169 2019-01-06 Tom Tromey <tom@tromey.com>
5170
5171 PR gdb/28155:
5172 * gdb.dwarf2/typedef-void-finish.exp: New file.
5173
5174 2018-12-28 Tom Tromey <tom@tromey.com>
5175 Simon Marchi <simark@simark.ca>
5176
5177 * gdb.base/jit-exec.exp: New file.
5178 * gdb.base/jit-exec.c: New file.
5179 * gdb.base/jit-execd.c: New file.
5180
5181 2018-12-28 Tom Tromey <tom@tromey.com>
5182
5183 * gdb.base/style.exp: Update test to check for address styling.
5184
5185 2018-12-28 Tom Tromey <tom@tromey.com>
5186
5187 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5188 message.
5189
5190 2018-12-28 Tom Tromey <tom@tromey.com>
5191
5192 * gdb.base/style.exp: Add test for version number styling.
5193
5194 2018-12-28 Tom Tromey <tom@tromey.com>
5195
5196 * gdb.base/style.exp: Add test for print_address_symbolic.
5197
5198 2018-12-28 Tom Tromey <tom@tromey.com>
5199
5200 * gdb.base/style.exp: Add test for breakpoint setting.
5201
5202 2018-12-28 Tom Tromey <tom@tromey.com>
5203
5204 * gdb.base/style.exp: Add test for variable names.
5205
5206 2018-12-28 Tom Tromey <tom@tromey.com>
5207
5208 * gdb.base/style.exp: New file.
5209 * gdb.base/style.c: New file.
5210
5211 2018-12-28 Tom Tromey <tom@tromey.com>
5212
5213 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5214 "dumb".
5215 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5216 the TERM environment variable.
5217
5218 2018-12-27 Tom Tromey <tom@tromey.com>
5219
5220 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5221 pagination test.
5222
5223 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5224
5225 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5226 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5227
5228 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5229
5230 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5231 Filename a.adb changed to bp_fun_addr.adb.
5232 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5233
5234 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5235
5236 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5237 non-PIE executables.
5238 * README: Mention the gdb,nopie_flag board setting.
5239 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5240 non-PIE executable.
5241 * gdb.arch/amd64-entry-value.exp: Likewise.
5242 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5243 * gdb.arch/i386-float.exp: Likewise.
5244 * gdb.arch/i386-signal.exp: Likewise.
5245 * gdb.mi/mi-reg-undefined.exp: Likewise.
5246
5247 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5248
5249 PR gdb/23974
5250 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5251
5252 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5253
5254 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5255 Update order of results accordingly.
5256
5257 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5258
5259 * gdb.base/annota1.exp: Update a test regexp.
5260
5261 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5262
5263 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5264
5265 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5266
5267 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5268 (reuse_time): Initialize to REUSE_TIME_CAP.
5269 (check_rc): New function.
5270 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5271 Check pthread_create rc.
5272 (spawner_thread_func): Check pthread_create and pthread_join rc.
5273
5274 2018-12-08 Pedro Alves <palves@redhat.com>
5275
5276 * gdb.base/list.exp (test_forward_search): Rename to ...
5277 (test_forward_reverse_search): ... this. Also test reverse-search
5278 and the forward-search alias.
5279
5280 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5281
5282 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5283 local timeout variable before return, and remove all local timeout
5284 variable entirely.
5285 (gdb_load): Likewise.
5286
5287 2018-12-01 Tom de Vries <tdevries@suse.de>
5288
5289 * gdb.base/gdb-caching-proc.exp: New file.
5290
5291 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5292
5293 * Makefile.in (TIMESTAMP): New variable.
5294 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5295 command.
5296 (check-single-racy): Likewise.
5297 (check/%.exp): Likewise.
5298 (check-racy/%.exp): Likewise.
5299 (workers/%.worker): Likewise.
5300 (build-perf): Likewise.
5301 (check-perf): Likewise.
5302 * README: Describe new "TS" and "TS_FORMAT" variables.
5303 * print-ts.py: New file.
5304
5305 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5306
5307 PR python/23714
5308 * gdb.python/python.exp: Test command repetition after
5309 gdb.execute.
5310
5311 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5312
5313 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5314 is correctly aligned.
5315
5316 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5317
5318 * gdb.ada/info_auto_lang.exp: New testcase.
5319 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5320 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5321 * gdb.ada/info_auto_lang/some_c.c: New file.
5322
5323 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5324
5325 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5326 FUNC_lang language syntax.
5327
5328 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5329
5330 * gdb.base/info_minsym.c: New file.
5331 * gdb.base/info_minsym.exp: New file.
5332
5333 2018-11-19 Tom Tromey <tom@tromey.com>
5334
5335 PR rust/23625:
5336 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5337 * gdb.rust/expr.exp: Update expected output. Change one test.
5338
5339 2018-11-19 Tom Tromey <tom@tromey.com>
5340
5341 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5342
5343 2018-11-19 Pedro Alves <palves@redhat.com>
5344
5345 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5346 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5347 see the expected warning.
5348
5349 2018-11-16 Alan Hayward <alan.hayward@arm.com>
5350
5351 PR gdb/22736:
5352 * gdb.cp/infcall-nodebug-lib.c: New test.
5353 * gdb.cp/infcall-nodebug-main.c: New test.
5354 * gdb.cp/infcall-nodebug.exp: New file.
5355
5356 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5357
5358 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5359 completer tests.
5360
5361 2018-11-09 Tom de Vries <tdevries@suse.de>
5362
5363 * gdb.base/msym-lang.c: New test.
5364 * gdb.base/msym-lang.exp: New file.
5365 * gdb.base/msym-lang-main.c: New test.
5366
5367 2018-11-08 Tom Tromey <tom@tromey.com>
5368
5369 PR gdb/23555:
5370 PR gdb/23838:
5371 * gdb.base/warning.exp: New file.
5372
5373 2018-11-08 Jan Beulich <jbeulich@suse.com>
5374
5375 * testsuite/gdb.arch/i386-avx512.c,
5376 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5377
5378 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5379
5380 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5381 point hardware.
5382
5383 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5384
5385 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5386 * gdb.dwarf2/missing-type-name.exp: New file.
5387
5388 2018-11-06 Tom de Vries <tdevries@suse.de>
5389
5390 * gdb.base/many-headers.c: New test.
5391 * gdb.base/many-headers.exp: New file.
5392
5393 2018-11-06 Jim Wilson <jimw@sifive.com>
5394
5395 * gdb.base/code_elim.exp: For riscv, set additional_flags
5396 to include -msmall-data-limit=0.
5397
5398 2018-11-01 Joel Brobecker <brobecker@adacore.com>
5399
5400 * gdb.ada/watch_minus_l: New testcase.
5401
5402 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5403
5404 * gdb.arch/aix-sighandle.c: New file.
5405 * gdb.arch/aix-sighandle.exp: New file.
5406
5407 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5408
5409 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5410 registers being unions.
5411
5412 2018-10-31 Tom de Vries <tdevries@suse.de>
5413
5414 * lib/valgrind.exp: New file.
5415 (vgdb_start, vgdb_stop): New procs, factored out of ...
5416 * gdb.base/valgrind-bt.exp: ... here, ...
5417 * gdb.base/valgrind-disp-step.exp: ... here and ...
5418 * gdb.base/valgrind-infcall.exp: ... here.
5419
5420 2018-10-31 Tom de Vries <tdevries@suse.de>
5421
5422 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5423
5424 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5425
5426 * gdb.dwarf2/void-type.c: New file.
5427 * gdb.dwarf2/void-type.exp: New file.
5428
5429 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5430
5431 * gdb.base/info_qt.c: New file.
5432 * gdb.base/info_qt.exp: New file.
5433
5434 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5435
5436 * gdb.arch/powerpc-htm-regs.c: New file.
5437 * gdb.arch/powerpc-htm-regs.exp: New file.
5438
5439 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5440
5441 * gdb.arch/powerpc-tar.c: New file.
5442 * gdb.arch/powerpc-tar.exp: New file.
5443
5444 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5445
5446 * gdb.arch/powerpc-ppr-dscr.c: New file.
5447 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5448
5449 2018-10-25 Tom de Vries <tdevries@suse.de>
5450
5451 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5452
5453 2018-10-24 Tom de Vries <tdevries@suse.de>
5454
5455 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5456 longer exists error.
5457
5458 2018-10-24 Tom de Vries <tdevries@suse.de>
5459
5460 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5461
5462 2018-10-24 Tom de Vries <tdevries@suse.de>
5463
5464 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5465 --db-attach in valgrind.
5466
5467 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5468
5469 * gdb.arch/riscv-reg-aliases.c: New file.
5470 * gdb.arch/riscv-reg-aliases.exp: New file.
5471
5472 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5473
5474 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5475
5476 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5477
5478 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5479
5480 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5481
5482 * gdb.cp/ovldbreak.exp: Fix regexps.
5483
5484 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5485
5486 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5487
5488 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5489
5490 PR cli/23785
5491 * gdb.base/restore.exp: New test to check if "restore" with an
5492 invalid file doesn't segfault.
5493
5494 2018-10-18 Tom de Vries <tdevries@suse.de>
5495
5496 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5497 * gdb.ada/excep_handle.exp: Same.
5498 * gdb.ada/mi_string_access.exp: Same.
5499 * gdb.ada/mi_var_union.exp: Same.
5500 * gdb.arch/arc-analyze-prologue.exp: Same.
5501 * gdb.arch/arc-decode-insn.exp: Same.
5502 * gdb.base/readnever.exp: Same.
5503 * gdb.fortran/printing-types.exp: Same.
5504 * gdb.guile/scm-lazy-string.exp: Same.
5505
5506 2018-10-16 Tom de Vries <tdevries@suse.de>
5507
5508 PR gdb/23730
5509 * gdb.base/catch-follow-exec.c: Add copyright notice.
5510 * gdb.base/catch-follow-exec.exp: Rewrite to use
5511 gdb_spawn_with_cmdline_opts. Require gdb-native.
5512
5513 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5514
5515 * gdb.trace/actions-changed.exp: Check for arch support.
5516 * gdb.trace/actions.exp: Likewise.
5517 * gdb.trace/ax.exp: Likewise.
5518 * gdb.trace/backtrace.exp: Likewise.
5519 * gdb.trace/change-loc.exp: Likewise.
5520 * gdb.trace/deltrace.exp: Likewise.
5521 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5522 * gdb.trace/ftrace.exp: Likewise.
5523 * gdb.trace/infotrace.exp: Check for arch support.
5524 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5525 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5526 * gdb.trace/mi-tsv-changed.exp: Likewise.
5527 * gdb.trace/packetlen.exp: Likewise.
5528 * gdb.trace/passc-dyn.exp: Likewise.
5529 * gdb.trace/passcount.exp: Likewise.
5530 * gdb.trace/pending.exp: Likewise.
5531 * gdb.trace/range-stepping.exp: Check for shlib support.
5532 * gdb.trace/report.exp: Check for arch support.
5533 * gdb.trace/save-trace.exp: Likewise.
5534 * gdb.trace/signal.exp: Check for signal support.
5535 * gdb.trace/tfind.exp: Check for arch support.
5536 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5537 * gdb.trace/trace-common.h: Add comment.
5538 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5539 * gdb.trace/trace-enable-disable.exp: Likewise.
5540 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5541 * gdb.trace/tracecmd.exp: Check for arch support.
5542 * gdb.trace/tspeed.exp: Check for shlib and target support.
5543 * gdb.trace/tstatus.exp: Check for arch support.
5544 * gdb.trace/tsv.exp: Likewise.
5545 * gdb.trace/while-dyn.exp: Likewise.
5546 * gdb.trace/while-stepping.exp: Likewise.
5547 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5548
5549 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5550
5551 * gdb.trace/tspeed.exp: Remove nowarnings.
5552 (prepare_for_trace_test): Declare "global ipalib".
5553 * gdb.trace/tspeed.c: Include unistd.h.
5554 (main): Remove superfluous printf argument.
5555
5556 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5557
5558 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5559 directory prefix on the filename.
5560
5561 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5562
5563 * gdb.gdb/unittest.exp: Update expected message informing that
5564 selftests have been disabled.
5565 * gdb.server/unittest.exp: Likewise.
5566
5567 2018-10-09 Tom de Vries <tdevries@suse.de>
5568
5569 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5570 with runto_main.
5571
5572 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
5573
5574 PR c++/16841
5575 * gdb.cp/virtbase2.cc: New file.
5576 * gdb.cp/virtbase2.exp: New file.
5577
5578 2018-10-06 Tom Tromey <tom@tromey.com>
5579
5580 PR python/19399:
5581 * gdb.python/py-inferior.exp: Add architecture test.
5582
5583 2018-10-06 Tom Tromey <tom@tromey.com>
5584
5585 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5586 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5587
5588 2018-10-06 Tom Tromey <tom@tromey.com>
5589
5590 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5591 of a "throw" catchpoint.
5592
5593 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5594
5595 * gdb.base/info-proc.exp: Update string expected from "help info
5596 proc".
5597
5598 2018-10-04 Tom Tromey <tom@tromey.com>
5599
5600 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5601 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5602 (test_initial_complaints, test_empty_complaints): Update.
5603 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5604
5605 2018-10-04 Tom Tromey <tom@tromey.com>
5606
5607 PR cli/19551:
5608 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5609 * lib/gdb.exp (gdb_file_cmd): Update.
5610 * gdb.stabs/weird.exp (print_weird_var): Update.
5611 * gdb.server/solib-list.exp: Update.
5612 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5613 * gdb.mi/mi-cli.exp: Update.
5614 * gdb.linespec/linespec.exp: Update.
5615 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5616 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5617 * gdb.cp/cp-relocate.exp: Update.
5618 * gdb.base/sym-file.exp: Update.
5619 * gdb.base/relocate.exp: Update.
5620 * gdb.base/readnever.exp: Update.
5621 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5622 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5623 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5624 * gdb.base/code_elim.exp: Update.
5625 * gdb.base/break-unload-file.exp (test_break): Update.
5626 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5627 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5628 Update.
5629 * gdb.base/attach.exp (do_attach_tests): Update.
5630 * gdb.base/sepdebug.exp: Update.
5631 * gdb.python/py-section-script.exp: Update.
5632
5633 2018-10-04 Tom Tromey <tom@tromey.com>
5634
5635 PR cli/22234:
5636 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5637 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5638 output.
5639
5640 2018-10-04 Tom Tromey <tom@tromey.com>
5641
5642 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5643 set width and height to 0.
5644 (test_command_line_attach_run): Use -quiet.
5645
5646 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5647
5648 * lib/gdb.exp (skip_ifunc_tests): New.
5649 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5650 other compile failures.
5651 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5652
5653 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5654
5655 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5656 is_amd64_regs_target.
5657
5658 2018-10-01 Alan Hayward <alan.hayward@arm.com>
5659
5660 * gdb.arch/aarch64-sighandler-regs.c: New test.
5661 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5662 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5663
5664 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5665
5666 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5667 assembly.
5668
5669 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5670
5671 * gdb.base/frame-selection.exp: New file.
5672 * gdb.base/frame-selection.c: New file.
5673
5674 2018-09-27 Alan Hayward <alan.hayward@arm.com>
5675
5676 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5677 pthread barrier.
5678 (main): Likewise.
5679
5680 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5681
5682 * gdb.base/large-frame-1.c: New file.
5683 * gdb.base/large-frame-2.c: New file.
5684 * gdb.base/large-frame.exp: New file.
5685 * gdb.base/large-frame.h: New file.
5686
5687 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5688
5689 PR gdb/20948
5690 * gdb.base/write_mem.exp: New test.
5691 * gdb.base/write_mem.c: Likewise.
5692
5693 2018-09-23 Tom Tromey <tom@tromey.com>
5694
5695 PR python/18852:
5696 * gdb.python/py-parameter.exp: Add test for parameter that throws
5697 on "set".
5698
5699 2018-09-23 Tom Tromey <tom@tromey.com>
5700
5701 PR python/17284:
5702 * gdb.python/py-template.exp (test_template_arg): Add test for
5703 negative template argument number.
5704
5705 2018-09-23 Tom Tromey <tom@tromey.com>
5706
5707 PR python/14062:
5708 * gdb.python/python.exp: Add test for post_event error.
5709
5710 2018-09-23 Tom Tromey <tom@tromey.com>
5711
5712 PR python/18170:
5713 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5714 convert pointers to int and long.
5715
5716 2018-09-23 Tom Tromey <tom@tromey.com>
5717
5718 PR python/20126:
5719 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5720 signed-ness conversion tests.
5721
5722 2018-09-23 Tom Tromey <tom@tromey.com>
5723
5724 PR python/18352;
5725 * gdb.python/py-value.exp (test_float_conversion): New proc.
5726 Use it.
5727
5728 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5729
5730 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5731
5732 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5733
5734 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5735 no readline.
5736 * gdb.base/utf8-identifiers.exp: Likewise.
5737 * gdb.cp/cpcompletion.exp: Likewise.
5738 * gdb.linespec/cpcompletion.exp: Likewise.
5739 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5740 * gdb.linespec/cpls-ops.exp: Likewise.
5741
5742 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5743 Chris January <chris.january@arm.com>
5744
5745 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5746 * gdb.fortran/short-circuit-argument-list.exp: New file.
5747 * gdb.fortran/short-circuit-argument-list.f90: New test.
5748
5749 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5750
5751 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5752 "arch=" keyword when executing "-stack-list-frames".
5753
5754 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5755
5756 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5757 "arch=" keyword when executing "-stack-list-frames".
5758
5759 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5760
5761 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5762 break ada".
5763
5764 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5765
5766 PR python/23669
5767 * gdb.python/python.exp: Test gdb.execute("show commands").
5768
5769 2018-09-16 Tom Tromey <tom@tromey.com>
5770
5771 * gdb.base/new-ui.exp (do_execution_tests): Update.
5772 * gdb.base/dbx.exp (test_breakpoints): Update.
5773
5774 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5775
5776 * lib/gdb.exp (gdb_simple_compile): Add proc.
5777 (is_elf_target): Use gdb_simple_compile.
5778 (skip_altivec_tests): Likewise.
5779 (skip_vsx_tests): Likewise.
5780 (skip_tsx_tests): Likewise.
5781 (skip_btrace_tests): Likewise.
5782 (skip_btrace_pt_tests): Likewise.
5783 (gdb_can_simple_compile): Likewise.
5784 (gdb_has_argv0): Likewise.
5785 (gdb_target_symbol_prefix): Likewise.
5786 (target_supports_scheduler_locking): Likewise.
5787
5788 2018-09-13 Tom Tromey <tom@tromey.com>
5789
5790 * Makefile.in (TAGS): Recognize proc_with_prefix and
5791 gdb_caching_proc.
5792
5793 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5794
5795 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5796 method.
5797
5798 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5799
5800 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5801 and a few other Inferior properties when the Inferior is no
5802 longer valid.
5803
5804 2018-09-13 Tom Tromey <tom@tromey.com>
5805
5806 PR rust/23650:
5807 * gdb.rust/simple.exp: Add test for enum field access error.
5808
5809 2018-09-13 Tom Tromey <tom@tromey.com>
5810
5811 PR rust/23626:
5812 * gdb.rust/simple.rs (EmptyEnum): New type.
5813 (main): Use it.
5814 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5815
5816 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5817
5818 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5819 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5820 * gdb.python/py-symtab.exp: Update test printing an objfile.
5821
5822 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5823
5824 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5825 object.
5826
5827 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5828
5829 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5830 (support_complex_tests): Use gdb_can_simple_compile.
5831 (is_ilp32_target): Likewise.
5832 (is_lp64_target): Likewise.
5833 (is_64_target): Likewise.
5834 (is_amd64_regs_target): Likewise.
5835 (is_aarch32_target): Likewise.
5836 (gdb_int128_helper): Likewise.
5837
5838 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5839
5840 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5841
5842 2018-09-10 Jerome Guitton <guitton@adacore.com>
5843
5844 * gdb.ada/same_component_name: Add test for case of tagged record
5845 with variable-length fields.
5846
5847 2018-09-10 Xavier Roirand <roirand@adacore.com>
5848
5849 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5850 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5851 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5852 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5853
5854 2018-09-10 Xavier Roirand <roirand@adacore.com>
5855
5856 * gdb.ada/mi_string_access.exp: New testcase.
5857 * gdb.ada/mi_string_access/bar.adb: New file.
5858 * gdb.ada/mi_string_access/pck.adb: New file.
5859 * gdb.ada/mi_string_access/pck.asd: New file.
5860
5861 2018-09-10 Xavier Roirand <roirand@adacore.com>
5862
5863 * gdb.ada/mi_var_union.exp: New testcase.
5864 * gdb.ada/mi_var_union/bar.adb: New file.
5865 * gdb.ada/mi_var_union/pck.adb: New file.
5866 * gdb.ada/mi_var_union/pck.asd: New file.
5867
5868 2018-09-08 Tom Tromey <tom@tromey.com>
5869
5870 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5871
5872 2018-09-08 Tom Tromey <tom@tromey.com>
5873
5874 PR python/16047:
5875 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5876 (register_pretty_printers): Register new printer.
5877 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5878 test.
5879 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5880 (an_int_type3): New global.
5881
5882 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5883
5884 * gdb.ada/expr_with_funcall: New testcase.
5885
5886 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5887
5888 * gdb.ada/packed_array_assign: New testcase.
5889
5890 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5891
5892 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5893 names, and add test prefixes to make test names unique.
5894
5895 2018-09-05 Tom de Vries <tdevries@suse.de>
5896
5897 * gdb.dwarf2/varval.exp: Add test.
5898
5899 2018-09-04 Gary Benson <gbenson@redhat.com>
5900
5901 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5902 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5903
5904 2018-08-31 Tom Tromey <tom@tromey.com>
5905
5906 * gdb.rust/simple.rs: Rename second variable "v".
5907
5908 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5909
5910 * gdb.base/funcargs.c (use_a): New function.
5911 (recurse): Call use_a.
5912
5913 2018-08-29 Keith Seitz <keiths@redhat.com>
5914
5915 * gdb.compile/compile-cplus-anonymous.cc: New file.
5916 * gdb.compile/compile-cplus-anonymous.exp: New file.
5917 * gdb.compile/compile-cplus-array-decay.cc: New file.
5918 * gdb.compile/compile-cplus-array-decay.exp: New file.
5919 * gdb.compile/compile-cplus-inherit.cc: New file.
5920 * gdb.compile/compile-cplus-inherit.exp: New file.
5921 * gdb.compile/compile-cplus-member.cc: New file.
5922 * gdb.compile/compile-cplus-member.exp: New file.
5923 * gdb.compile/compile-cplus-method.cc: New file.
5924 * gdb.compile/compile-cplus-method.exp: New file.
5925 * gdb.compile/compile-cplus-mod.c: "New" file.
5926 * gdb.compile/compile-cplus-namespace.cc: New file.
5927 * gdb.compile/compile-cplus-namespace.exp: New file.
5928 * gdb.compile/compile-cplus-nested.cc: New file.
5929 * gdb.compile/compile-cplus-nested.exp: New file.
5930 * gdb.compile/compile-cplus-print.c: "New" file.
5931 * gdb.compile/compile-cplus-print.exp: "New" file.
5932 * gdb.compile/compile-cplus-virtual.cc: New file.
5933 * gdb.compile/compile-cplus-virtual.exp: New file.
5934 * gdb.compile/compile-cplus.c: "New" file.
5935 * gdb.compile/compile-cplus.exp: "New" file.
5936 * lib/compile-support.exp: New file.
5937
5938 2018-08-16 Gary Benson <gbenson@redhat.com>
5939
5940 PR gdb/13000:
5941 * gdb.base/batch-exit-status.exp: New file.
5942 * gdb.base/batch-exit-status.good-commands: Likewise.
5943 * gdb.base/batch-exit-status.bad-commands: Likewise.
5944
5945 2018-08-29 Alan Hayward <alan.hayward@arm.com>
5946
5947 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5948 (struct struct02): Likewise.
5949 (struct struct03): Likewise.
5950 (struct struct04): Likewise.
5951 (struct struct_01_01): New struct.
5952 (struct struct_01_02): Likewise.
5953 (struct struct_01_03): Likewise.
5954 (struct struct_01_04): Likewise.
5955 (struct struct_02_01): Likewise.
5956 (struct struct_02_02): Likewise.
5957 (struct struct_02_03): Likewise.
5958 (struct struct_02_04): Likewise.
5959 (struct struct_04_01): Likewise.
5960 (struct struct_04_02): Likewise.
5961 (struct struct_04_03): Likewise.
5962 (struct struct_04_04): Likewise.
5963 (struct struct_05_01): Likewise.
5964 (struct struct_05_02): Likewise.
5965 (struct struct_05_03): Likewise.
5966 (struct struct_05_04): Likewise.
5967 (cmp_struct01): Remove function.
5968 (cmp_struct02): Likewise.
5969 (cmp_struct03): Likewise.
5970 (cmp_struct04): Likewise.
5971 (cmp_struct_01_01): Add Function.
5972 (cmp_struct_01_02): Likewise.
5973 (cmp_struct_01_03): Likewise.
5974 (cmp_struct_01_04): Likewise.
5975 (cmp_struct_02_01): Likewise.
5976 (cmp_struct_02_02): Likewise.
5977 (cmp_struct_02_03): Likewise.
5978 (cmp_struct_02_04): Likewise.
5979 (cmp_struct_04_01): Likewise.
5980 (cmp_struct_04_02): Likewise.
5981 (cmp_struct_04_03): Likewise.
5982 (cmp_struct_04_04): Likewise.
5983 (cmp_struct_05_01): Likewise.
5984 (cmp_struct_05_02): Likewise.
5985 (cmp_struct_05_03): Likewise.
5986 (cmp_struct_05_04): Likewise.
5987 (call_all): Add new structs.
5988 * gdb.base/infcall-nested-structs.exp: Likewise.
5989
5990 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5991
5992 * gdb.python/py-framefilter-mi.exp: Update regexp to
5993 check for "arch" field in frame output.
5994
5995 2018-08-23 Kevin Buettner <kevinb@redhat.com>
5996
5997 * gdb.dwarf2/dw2-ranges-func.c: New file.
5998 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5999
6000 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6001
6002 * gdb.base/term.exp: Compare terminal settings with values from
6003 the inferior.
6004 * gdb.base/term.c: Get and set terminal settings.
6005
6006 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6007
6008 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6009 accommodate new "arch" field in frame output.
6010 * gdb.mi/mi-return.exp: Likewise.
6011 * gdb.mi/mi-stack.exp: Likewise.
6012 * gdb.mi/mi-syn-frame.exp: Likewise.
6013 * gdb.mi/user-selected-context-sync.exp: Likewise.
6014
6015 2018-08-19 Michael Spang <spang@google.com>
6016
6017 PR gdb/11786
6018 * gdb.base/gcore-tls-pie.c: New file.
6019 * gdb.base/gcore-tls-pie.exp: New file.
6020
6021 2018-08-18 Kevin Buettner <kevinb@redhat.com>
6022
6023 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
6024 * gdb.dwarf2/varval.c: New file.
6025 * gdb.dwarf2/varval.exp: New file.
6026
6027 2018-08-17 Alan Hayward <alan.hayward@arm.com>
6028
6029 PR gdb/18931
6030 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6031
6032 2018-08-16 Keith Seitz <keiths@redhat.com>
6033
6034 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6035 tests expected to pass.
6036
6037 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6038
6039 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6040 -data-disassemble -a.
6041 (test_disassembly_bogus_args): Likewise.
6042
6043 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6044
6045 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6046
6047 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6048
6049 * gdb.base/vla-optimized-out.exp: Add new test.
6050
6051 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6052
6053 * gdb.base/vla-optimized-out-o3.exp: Delete.
6054 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6055 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6056 deleted tests.
6057
6058 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6059
6060 PR gdb/18050:
6061 * gdb.server/extended-remote-restart.c: New file.
6062 * gdb.server/extended-remote-restart.exp: New file.
6063
6064 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6065
6066 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6067 "set variable index = 42".
6068
6069 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6070
6071 * boards/index-cache-gdb.exp: New file.
6072 * gdb.dwarf2/index-cache.exp: New file.
6073 * gdb.dwarf2/index-cache.c: New file.
6074 * gdb.base/maint.exp: Check if we are using the index cache.
6075
6076 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6077
6078 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6079 MAKEFLAGS.
6080
6081 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6082
6083 * dg-extract-results.sh: Move to toplevel contrib.
6084 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6085 * Makefile.in (check-parallel-racy): Likewise.
6086
6087 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6088
6089 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6090 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6091 tests if the target supports scheduler locking.
6092
6093 2018-08-04 Tom de Vries <tdevries@suse.de>
6094
6095 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6096
6097 2018-08-02 Tom Tromey <tom@tromey.com>
6098
6099 PR symtab/16842.
6100 * gdb.cp/temargs.exp: Test "info address" of a template
6101 parameter.
6102
6103 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6104
6105 * gdb.python/py-mi-var-info-path-expression.c: New file.
6106 * gdb.python/py-mi-var-info-path-expression.py: New file.
6107 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6108
6109 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6110
6111 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6112 error after "cannot resolve name" string.
6113
6114 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6115
6116 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6117 started.
6118 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6119
6120 2018-07-28 Tom de Vries <tdevries@suse.de>
6121
6122 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6123
6124 2018-07-26 Tom de Vries <tdevries@suse.de>
6125
6126 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6127
6128 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6129
6130 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6131 is visible.
6132
6133 2018-07-26 Tom de Vries <tdevries@suse.de>
6134
6135 PR breakpoints/23366
6136 * gdb.base/catch-follow-exec.c: New test.
6137 * gdb.base/catch-follow-exec.exp: New file.
6138
6139 2018-07-25 Tom de Vries <tdevries@suse.de>
6140
6141 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6142 vla-optimized-out.c.
6143
6144 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6145
6146 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6147 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6148
6149 2018-07-20 Tom de Vries <tdevries@suse.de>
6150
6151 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6152 NOCLONE macro.
6153 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6154
6155 2018-07-19 Tom de Vries <tdevries@suse.de>
6156
6157 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6158 regular expression.
6159
6160 2018-07-18 Tom de Vries <tdevries@suse.de>
6161
6162 * gdb.base/vla-optimized-out.c: New test.
6163 * gdb.base/vla-optimized-out.exp: New file.
6164
6165 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6166
6167 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6168 message "No address associated with hostname" when gdbserver
6169 cannot resolve the hostname.
6170
6171 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6172
6173 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6174 Add some test prefixes to make tests unique.
6175
6176 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6177
6178 * gdb.base/frameapply.c: New file.
6179 * gdb.base/frameapply.exp: New file.
6180
6181 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6182
6183 * gdb.base/skip.exp: Update expected error message.
6184
6185 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6186 Jan Kratochvil <jan.kratochvil@redhat.com>
6187 Paul Fertser <fercerpav@gmail.com>
6188 Tsutomu Seki <sekiriki@gmail.com>
6189
6190 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6191 parameter.
6192 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6193 by default.
6194 * boards/native-gdbserver.exp: Likewise.
6195 * gdb.server/run-without-local-binary.exp: Improve regexp used
6196 for detecting when a remote debugging connection succeeds.
6197 * gdb.server/server-connect.exp: New file.
6198 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6199 Do not prefix the port number with ":".
6200 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6201 support for detecting and using it. Add '$debughost_gdbserver'
6202 to the list of arguments used to start gdbserver. Handle case
6203 when gdbserver cannot resolve a network name.
6204
6205 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6206
6207 PR c++/23373
6208 * gdb.base/ptype-offsets.cc (struct static_member): New
6209 struct.
6210 (main) <stmember>: New variable.
6211 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6212 with a static member in it.
6213
6214 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6215
6216 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6217 watchpoints enabled and disabled.
6218
6219 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6220
6221 * gdb.base/examine-backward.exp: Still run tests around address
6222 0x0, even if address 0x0 is not readable. Update the pattern for
6223 matching address 0x0 in expected output.
6224
6225 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6226
6227 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6228 malloc/free.
6229
6230 2018-07-04 Tom de Vries <tdevries@suse.de>
6231
6232 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6233
6234 2018-07-02 Maciej W. Rozycki <macro@mips.com>
6235
6236 PR tdep/8282
6237 * gdb.arch/mips-disassembler-options.exp: New test.
6238 * gdb.arch/mips-disassembler-options.s: New test source.
6239
6240 2018-06-29 Pedro Alves <palves@redhat.com>
6241
6242 * gdb.threads/names.exp: Adjust expected "info threads" output.
6243
6244 2018-06-29 Pedro Alves <palves@redhat.com>
6245
6246 * gdb.opt/inline-break.exp (line number, address): Add "info
6247 break" tests.
6248
6249 2018-06-29 Pedro Alves <palves@redhat.com>
6250
6251 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6252 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6253 number and address and running to them.
6254
6255 2018-06-29 Richard Bunt <richard.bunt@arm.com>
6256
6257 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6258
6259 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6260
6261 * lib/compiler.c: Remove executable permission flag.
6262
6263 2018-06-28 Richard Bunt <richard.bunt@arm.com>
6264
6265 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6266 code.
6267 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6268
6269 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6270
6271 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6272
6273 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6274
6275 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6276 address argument is omitted.
6277
6278 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6279
6280 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6281
6282 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
6283
6284 PR gdb/21695
6285 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6286 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6287
6288 2018-06-26 Tom Tromey <tom@tromey.com>
6289
6290 PR rust/22574:
6291 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6292 * gdb.rust/simple.rs (struct SimpleLayout): New.
6293
6294 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6295
6296 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6297 "info registers" output.
6298
6299 2018-06-21 Richard Bunt <richard.bunt@arm.com>
6300
6301 * gdb.base/watchpoint-hw-attach.c: New test.
6302 * gdb.base/watchpoint-hw-attach.exp: New file.
6303
6304 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6305
6306 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6307 through /bin/sh.
6308 * boards/dwarf4-gdb-index.exp: Likewise.
6309 * boards/fission-dwp.exp: Likewise.
6310
6311 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6312
6313 * gdb.base/float128.exp: Add comment and improved fail message
6314 to the failure case of "print large128" test.
6315
6316 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6317
6318 * configure.ac: Remove AC_PREREQ.
6319 * configure: Re-generate.
6320
6321 2018-06-19 Pedro Alves <palves@redhat.com>
6322
6323 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6324 (func_extern_caller): New.
6325 (main): Call func_extern_caller.
6326 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6327 logic change.
6328
6329 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
6330
6331 PR gdb/16841
6332 * gdb.cp/typedef-base.cc: New file.
6333 * gdb.cp/typedef-base.exp: New file.
6334
6335 2018-06-18 Tom de Vries <tdevries@suse.de>
6336
6337 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6338
6339 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6340 Richard Bunt <Richard.Bunt@arm.com>
6341
6342 * gdb.threads/attach-slow-waitpid.c: New file.
6343 * gdb.threads/attach-slow-waitpid.exp: New file.
6344 * gdb.threads/slow-waitpid.c: New file.
6345
6346 2018-06-14 Pedro Alves <palves@redhat.com>
6347
6348 * gdb.base/fork-running-state.c: Include <errno.h>.
6349 (exit_if_relative_exits): New.
6350 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6351 exits.
6352 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6353 child exits.
6354
6355 2018-06-14 Tom de Vries <tdevries@suse.de>
6356
6357 PR cli/22573
6358 * gdb.base/finish-pretty.c: New test.
6359 * gdb.base/finish-pretty.exp: New file.
6360
6361 2018-06-14 Pedro Alves <palves@redhat.com>
6362
6363 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6364 gdb's expected startup output.
6365
6366 2018-06-14 Pedro Alves <palves@redhat.com>
6367
6368 * lib/selftest-support.exp (selftest_setup): Remove inlined
6369 function handling.
6370
6371 2018-06-14 Tom de Vries <tdevries@suse.de>
6372
6373 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6374 matching of breakpoint printing.
6375
6376 2018-06-13 Tom de Vries <tdevries@suse.de>
6377
6378 PR testsuite/23269
6379 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6380 (fork_child): ... here, and ...
6381 (fork_parent): ... here.
6382
6383 2018-06-12 Tom de Vries <tdevries@suse.de>
6384
6385 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6386
6387 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6388 Stephen Roberts <stephen.roberts@arm.com>
6389
6390 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6391 rewrite test to describe action performed, rather than possible
6392 failure.
6393
6394 2018-06-08 Gary Benson <gbenson@redhat.com>
6395
6396 * gdb.threads/check-libthread-db.exp: New file.
6397 * gdb.threads/check-libthread-db.c: Likewise.
6398
6399 2018-06-05 Tom Tromey <tom@tromey.com>
6400
6401 * gdb.base/default.exp: Update expected "show version" output.
6402
6403 2018-06-05 Tom Tromey <tom@tromey.com>
6404
6405 PR cli/12326:
6406 * gdb.cp/static-print-quit.exp: Update.
6407 * lib/gdb.exp (pagination_prompt): Update.
6408 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6409 * gdb.python/python.exp: Update.
6410
6411 2018-06-04 Joel Brobecker <brobecker@adacore.com>
6412
6413 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6414
6415 2018-06-01 Joel Brobecker <brobecker@adacore.com>
6416
6417 * gdb.ada/bp_fun_addr: New testcase.
6418
6419 2018-06-01 Tom Tromey <tom@tromey.com>
6420
6421 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6422 results.
6423 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6424 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6425 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6426 * gdb.base/maint.exp (maint_pass_if): Update.
6427
6428 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6429
6430 * gdb.base/endian.exp: New test.
6431 * gdb.base/endian.c: New test source.
6432
6433 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6434
6435 PR gdb/23203
6436 * gdb.base/bt-selected-frame.c: New file.
6437 * gdb.base/bt-selected-frame.exp: New file.
6438 * lib/gdb.exp (get_current_frame_number): New function.
6439
6440 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6441 Pedro Alves <palves@redhat.com>
6442
6443 * gdb.threads/tls-core.c: Include <stdlib.h>
6444 (thread_proc): Call `abort'.
6445 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6446 (tls_core_test): New procedure, bits factored out from ...
6447 (top level): ... here. Test both native cores and gcore cores.
6448
6449 2018-05-23 Tom Tromey <tom@tromey.com>
6450
6451 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6452
6453 2018-05-23 Tom Tromey <tom@tromey.com>
6454
6455 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6456 symfile_complaints.
6457 (test_short_complaints): Likewise.
6458 (test_empty_complaints): Likewise.
6459 (test_initial_complaints): Update.
6460
6461 2018-05-23 Tom Tromey <tom@tromey.com>
6462
6463 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6464
6465 2018-05-23 Tom Tromey <tom@tromey.com>
6466
6467 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6468 (test_short_complaints): Update.
6469
6470 2018-05-22 Pedro Alves <palves@redhat.com>
6471
6472 * gdb.base/remote.exp: Only gdb_start after compiling the
6473 testcase. Issue "disconnect" before testing "set remote" command
6474 defaults. Issue clean_restart before running to main.
6475
6476 2018-05-22 Pedro Alves <palves@redhat.com>
6477
6478 * gdb.base/remote.exp: Adjust expected output of "show remote
6479 memory-write-packet-size". Add tests for "set remote
6480 memory-write-packet-size 0" and "set remote
6481 memory-write-packet-size fixed/limit".
6482
6483 2018-05-22 Pedro Alves <palves@redhat.com>
6484
6485 PR gdb/22973
6486 * gdb.base/utf8-identifiers.c: New file.
6487 * gdb.base/utf8-identifiers.exp: New file.
6488
6489 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6490
6491 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6492
6493 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6494
6495 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6496
6497 2018-05-18 Tom Tromey <tom@tromey.com>
6498
6499 * gdb.base/ptype-offsets.exp: Update.
6500
6501 2018-05-17 Keith Seitz <keiths@redhat.com>
6502
6503 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6504 in expected breakpoint stop locations.
6505 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6506 move to proper scope to test variable values.
6507 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6508 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6509 New functions.
6510 (main): Call not_inline_func3.
6511 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6512 inline_func1, inline_func2, and inline_func3. Test that when each
6513 breakpoint is hit, GDB properly reports both the stop location
6514 and the backtrace. Repeat tests for temporary breakpoints.
6515
6516 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6517
6518 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6519 rather then trying to access it in determining whether the PID
6520 of `gdbserver' could have been retrieved.
6521
6522 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6523
6524 * gdb.arch/amd64-init-x87-values.S: New file.
6525 * gdb.arch/amd64-init-x87-values.exp: New file.
6526
6527 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6528
6529 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6530
6531 2018-05-04 Tom Tromey <tom@tromey.com>
6532
6533 PR python/22730:
6534 * gdb.python/python.exp: Test multi-line execute.
6535
6536 2018-05-04 Tom Tromey <tom@tromey.com>
6537
6538 PR python/22731:
6539 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6540
6541 2018-05-04 Tom Tromey <tom@tromey.com>
6542
6543 PR gdb/11750:
6544 * gdb.base/define.exp: Test defining a user command inside a user
6545 command.
6546 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6547
6548 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6549 Pedro Alves <palves@redhat.com>
6550
6551 PR breakpoints/19806 and support for PR external/20207.
6552 * gdb.base/watchpoint-unaligned.c: New file.
6553 * gdb.base/watchpoint-unaligned.exp: New file.
6554
6555 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6556
6557 * gdb.base/maint.exp: Make test names unique, use
6558 test_prefix_command_help to test 'help maint info', and remove
6559 repeated test of 'help maint'.
6560
6561 2018-05-04 Tom Tromey <tom@tromey.com>
6562
6563 PR gdb/22619:
6564 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6565 behavior.
6566
6567 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6568
6569 * gdb.base/maint.exp: Process output from 'maint print registers'
6570 line at a time.
6571
6572 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6573
6574 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6575 timeout.
6576
6577 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6578
6579 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6580 filter pattern.
6581
6582 2018-05-02 Pedro Alves <palves@redhat.com>
6583
6584 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6585 to_log_command renames.
6586 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6587
6588 2018-05-02 Tom Tromey <tom@tromey.com>
6589
6590 * gdb.python/py-parameter.exp: Set test message.
6591
6592 2018-05-02 Tom Tromey <tom@tromey.com>
6593
6594 PR python/20084:
6595 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6596 PARAM_ZUINTEGER_UNLIMITED tests.
6597
6598 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6599
6600 PR rust/23124
6601 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6602 when casting.
6603
6604 2018-04-30 Tom Tromey <tom@tromey.com>
6605
6606 * gdb.python/py-type.exp: Check align attribute.
6607 * gdb.python/py-type.c: New "aligncheck" global.
6608
6609 2018-04-30 Tom Tromey <tom@tromey.com>
6610
6611 PR exp/17095:
6612 * gdb.dwarf2/dw2-align.exp: New file.
6613 * gdb.cp/align.exp: New file.
6614 * gdb.base/align.exp: New file.
6615 * lib/gdb.exp (gdb_int128_helper): New proc.
6616 (has_int128_c, has_int128_cxx): New caching procs.
6617
6618 2018-04-27 Tom Tromey <tom@tromey.com>
6619
6620 PR rust/22545:
6621 * gdb.rust/simple.exp: Add inclusive range tests.
6622
6623 2018-04-26 Pedro Alves <palves@redhat.com>
6624
6625 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6626 ifunc breakpoint locations correctly of ifunc breakpoints set
6627 while the program resolves the ifunc.
6628
6629 2018-04-26 Pedro Alves <palves@redhat.com>
6630
6631 * gdb.base/gnu-ifunc-final.c: New file.
6632 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6633 * gdb.base/gnu-ifunc.exp (executable): Delete.
6634 (staticexecutable): Adjust.
6635 (lib_opts, exec_opts): Delete.
6636 (make_binsuffix, build, set-break): New procedures.
6637 (misc_tests): New, with tests factored out from the top level.
6638 (top level): Test different combinations of ifunc resolver name,
6639 resolver with and with debug info, and ifunc target with and
6640 without debug info. Wrap static tests with with_target_prefix.
6641
6642 2018-04-26 Pedro Alves <palves@redhat.com>
6643
6644 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6645 return type" warnings.
6646
6647 2018-04-25 Pedro Alves <palves@redhat.com>
6648
6649 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6650 killed".
6651 * gdb.base/kill-after-signal.exp: Likewise.
6652 * gdb.threads/kill.exp: Likewise.
6653
6654 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6655 Sergio Durigan Junior <sergiodj@redhat.com>
6656 Pedro Alves <palves@redhat.com>
6657
6658 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6659 regexps to expect for '[Inferior ... detached]' as well.
6660 * gdb.base/attach.exp: Likewise.
6661 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6662 "gdb_continue_to_end".
6663 (test_catch_syscall_with_wrong_args): Likewise.
6664 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6665 ']'. Don't set 'verbose' on.
6666 * gdb.base/foll-vfork.exp: Likewise.
6667 * gdb.base/fork-print-inferior-events.c: New file.
6668 * gdb.base/fork-print-inferior-events.exp: New file.
6669 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6670 '[Inferior ... has been killed]' message.
6671 * gdb.base/kill-after-signal.exp: Likewise.
6672 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6673 detach message.
6674 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6675 message.
6676 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6677 regexps to expect for '[Inferior ... detached]' as well.
6678 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6679
6680 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6681
6682 PR gdb/23104
6683 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6684
6685 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6686
6687 PR gdb/23095
6688 * gdb.base/break-probes.exp: Pass shlib_load to
6689 prepare_for_testing. Set normal_bp to r_debug_state if target is
6690 bsd.
6691
6692 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6693
6694 * gdb.threads/multiple-successive-infcall.c: New test.
6695 * gdb.threads/multiple-successive-infcall.exp: New file.
6696
6697 2018-04-17 Tom Tromey <tom@tromey.com>
6698
6699 * gdb.rust/simple.rs (Union): New type.
6700 (main): New local "u".
6701 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6702
6703 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6704
6705 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6706 number information in output of "whereis" command.
6707 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6708
6709 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6710
6711 * gdb.ada/info_types.exp: Adjust expected output to the line
6712 numbers now printed by "info var/func/type".
6713 * gdb.base/completion.exp: Likewise.
6714 * gdb.base/included.exp: Likewise.
6715 * gdb.cp/cp-relocate.exp: Likewise.
6716 * gdb.cp/cplusfuncs.exp: Likewise.
6717 * gdb.cp/namespace.exp: Likewise.
6718 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6719
6720 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6721
6722 * gdb.btrace/cpu.exp: New.
6723
6724 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6725
6726 * gdb.base/step-indirect-call-thunk.exp: New.
6727 * gdb.base/step-indirect-call-thunk.c: New.
6728 * gdb.reverse/step-indirect-call-thunk.exp: New.
6729 * gdb.reverse/step-indirect-call-thunk.c: New.
6730
6731 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6732
6733 * gdb.base/pie-fork.c: New file.
6734 * gdb.base/pie-fork.exp: New file.
6735
6736 2018-04-11 Tom Tromey <tom@tromey.com>
6737
6738 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6739
6740 2018-04-10 Pedro Alves <palves@redhat.com>
6741
6742 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6743 exits. Instead loop running forever.
6744 (fork_parent): Run forever too.
6745
6746 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6747
6748 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6749 mi_continue_to_line.
6750 * gdb.mi/mi-stack.c (callee4): Add comment.
6751
6752 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6753
6754 * gdb.mi/mi-stack.exp: Fix indentation.
6755
6756 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6757
6758 PR gdb/22979
6759 * gdb.arch/amd64-osabi.exp: New file.
6760
6761 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6762
6763 PR gdb/22980
6764 * gdb.base/osabi.exp: New file.
6765
6766 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6767
6768 * gdb.cp/static-typedef-print.exp: New file.
6769 * gdb.cp/static-typedef-print.cc: New file.
6770
6771 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6772
6773 * gdb.ada/varsize_limit: New testcase.
6774
6775 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6776
6777 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6778
6779 * gdb.ada/notcplusplus: New testcase.
6780
6781 * gdb.base/c-linkage-name.c: New file.
6782 * gdb.base/c-linkage-name.exp: New testcase.
6783
6784 2018-03-26 Tom Tromey <tom@tromey.com>
6785
6786 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6787 * gdb.python/py-framefilter.py (name_error): New global.
6788 (ErrorInName.function): Use name_error.
6789
6790 2018-03-26 Tom Tromey <tom@tromey.com>
6791
6792 PR backtrace/15582:
6793 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6794
6795 2018-03-23 Keith Seitz <keiths@redhat.com>
6796
6797 PR c++/22968
6798 * gdb.cp/subtypes.exp: New file.
6799 * gdb.cp/subtypes.h: New file.
6800 * gdb.cp/subtypes.cc: New file.
6801 * gdb.cp/subtypes-2.cc: New file.
6802
6803 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6804
6805 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6806 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6807 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6808 -nostartfiles when compiling the test. Confirm that all registers
6809 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6810
6811 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6812
6813 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6814 option, syntax was wrong anyway.
6815 * gdb.arch/arm-disp-step.exp: Likewise.
6816 * gdb.arch/sparc64-regs.exp: Likewise.
6817 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6818 option, syntax was wrong anyway, switch to use
6819 prepare_for_testing.
6820 * gdb.arch/i386-disp-step.exp: Likewise.
6821
6822 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6823
6824 * gdb.ada/exec_changed.exp: Replace "target_info exists
6825 use_gdb_stub" by "use_gdb_stub".
6826 * gdb.ada/start.exp: Likewise.
6827 * gdb.base/async-shell.exp: Likewise.
6828 * gdb.base/attach-pie-misread.exp: Likewise.
6829 * gdb.base/attach-wait-input.exp: Likewise.
6830 * gdb.base/break-entry.exp: Likewise.
6831 * gdb.base/break-interp.exp: Likewise.
6832 * gdb.base/dprintf-detach.exp: Likewise.
6833 * gdb.base/nostdlib.exp: Likewise.
6834 * gdb.base/solib-nodir.exp: Likewise.
6835 * gdb.base/statistics.exp: Likewise.
6836 * gdb.base/testenv.exp: Likewise.
6837 * gdb.mi/mi-exec-run.exp: Likewise.
6838 * gdb.mi/mi-start.exp: Likewise.
6839 * gdb.multi/dummy-frame-restore.exp: Likewise.
6840 * gdb.multi/multi-arch-exec.exp: Likewise.
6841 * gdb.multi/multi-arch.exp: Likewise.
6842 * gdb.multi/tids.exp: Likewise.
6843 * gdb.multi/watchpoint-multi.exp: Likewise.
6844 * gdb.python/py-events.exp: Likewise.
6845 * gdb.threads/attach-into-signal.exp: Likewise.
6846 * gdb.threads/attach-stopped.exp: Likewise.
6847 * gdb.threads/threadapply.exp: Likewise.
6848 * lib/selftest-support.exp: Likewise.
6849
6850 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6851
6852 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6853
6854 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6855
6856 * gdb.perf/template-breakpoints.cc: New file.
6857 * gdb.perf/template-breakpoints.exp: New file.
6858 * gdb.perf/template-breakpoints.py: New file.
6859
6860 2018-03-19 Tom Tromey <tom@tromey.com>
6861
6862 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6863 y0.
6864 * gdb.rust/simple.exp: Test bare identifier form of struct
6865 initializer.
6866
6867 2018-03-19 Tom Tromey <tom@tromey.com>
6868
6869 * gdb.gdb/observer.exp: Remove.
6870
6871 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6872
6873 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6874 "qualified" option when setting breakpoints.
6875 * gdb.trace/backtrace.exp: Likewise.
6876 * gdb.trace/circ.exp: Likewise.
6877 * gdb.trace/collection.exp: Likewise.
6878 * gdb.trace/disconnected-tracing.exp: Likewise.
6879 * gdb.trace/ftrace-lock.exp: Likewise.
6880 * gdb.trace/ftrace.exp: Likewise.
6881 * gdb.trace/infotrace.exp: Likewise.
6882 * gdb.trace/packetlen.exp: Likewise.
6883 * gdb.trace/passc-dyn.exp: Likewise.
6884 * gdb.trace/qtro.exp: Likewise.
6885 * gdb.trace/read-memory.exp: Likewise.
6886 * gdb.trace/report.exp: Likewise.
6887 * gdb.trace/signal.exp: Likewise.
6888 * gdb.trace/status-stop.exp: Likewise.
6889 * gdb.trace/strace.exp: Likewise.
6890 * gdb.trace/tfind.exp: Likewise.
6891 * gdb.trace/trace-break.exp: Likewise.
6892 * gdb.trace/trace-condition.exp: Likewise.
6893 * gdb.trace/trace-mt.exp: Likewise.
6894 * gdb.trace/tstatus.exp: Likewise.
6895 * gdb.trace/tsv.exp: Likewise.
6896 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6897 * gdb.trace/unavailable.exp: Likewise.
6898 * gdb.trace/while-dyn.exp: Likewise.
6899
6900 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6901
6902 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6903 that libinproctrace is copied to the target.
6904
6905 2018-03-14 Tom Tromey <tom@tromey.com>
6906
6907 PR cli/14977:
6908 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6909 a null pointer.
6910 * gdb.base/wchar.exp: Likewise.
6911
6912 2018-03-14 Tom Tromey <tom@tromey.com>
6913
6914 PR cli/19918:
6915 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6916 flag.
6917
6918 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6919
6920 PR gdb/22841
6921 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6922 "target" to remote_exec.
6923
6924 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6925
6926 PR gdb/22841
6927 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6928 ${board}_upload): Remove.
6929
6930 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6931
6932 * gdb.cp/watch-cp.cc: New test.
6933 * gdb.cp/watch-cp.exp: New file.
6934
6935 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6936
6937 * gdb.base/infcall-nested-structs.exp: New file.
6938 * gdb.base/infcall-nested-structs.c: New file.
6939 * gdb.base/float.exp: Add riscv support.
6940
6941 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6942
6943 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6944 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6945
6946 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6947
6948 * gdb.server/abspath.exp: New file.
6949 * lib/gdb.exp (with_cwd): New procedure.
6950
6951 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6952
6953 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6954 use it.
6955 (gdb_is_target_remote_prompt): New proc.
6956 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6957 (gdb_is_target_native): Pass prompt parameter to
6958 gdb_is_target_1.
6959
6960 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6961
6962 * gdb.base/load-command.c: New file.
6963 * gdb.base/load-command.exp: New file.
6964 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6965 (gdb_is_target_1): ...this, and generalize for other targets
6966 than just remote.
6967 (gdb_is_target_remote): Use gdb_is_target_1.
6968 (gdb_is_target_native): use gdb_is_target_1.
6969
6970 2018-02-26 Tom Tromey <tom@tromey.com>
6971
6972 PR python/16497:
6973 * gdb.python/py-framefilter.exp: Update test.
6974
6975 2018-02-26 Tom Tromey <tom@tromey.com>
6976
6977 * gdb.dwarf2/variant.c: New file.
6978 * gdb.dwarf2/variant.exp: New file.
6979
6980 2018-02-26 Tom Tromey <tom@tromey.com>
6981
6982 * gdb.rust/simple.exp: Accept more possible results in enum test.
6983
6984 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6985
6986 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6987 parentheses.
6988
6989 2018-02-23 Maciej W. Rozycki <macro@mips.com>
6990
6991 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6992 name of a variable: $actual_linejj -> $actual_line.
6993
6994 2018-02-21 John Baldwin <jhb@FreeBSD.org>
6995
6996 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6997
6998 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6999
7000 * gdb.btrace/buffer-size.exp: Do not force BTS.
7001
7002 2018-02-14 Pedro Alves <palves@redhat.com>
7003
7004 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7005 getting a "Quit".
7006
7007 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7008
7009 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7010 Fix test name.
7011
7012 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7013
7014 * gdb.cp/m-static.exp: Check type of optimized out static
7015 member.
7016
7017 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7018
7019 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7020 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7021
7022 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7023 Leszek Swirski <leszeks@google.com>
7024
7025 * gdb.python/py-prettyprint.c
7026 (struct to_string_returns_value_inner,
7027 struct to_string_returns_value_wrapper): New.
7028 (main): Add tsrvw variable.
7029 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7030 ToStringReturnsValueWrapper): New classes.
7031 (register_pretty_printers): Register new pretty-printers.
7032 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7033 recursive pretty printer.
7034 * gdb.python/py-mi.exp: Likewise.
7035
7036 2018-02-01 Leszek Swirski <leszeks@google.com>
7037
7038 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7039 functions with the same name as an include file are parsed
7040 correctly.
7041
7042 2018-02-01 Yao Qi <yao.qi@linaro.org>
7043
7044 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7045 "\[^\r\n\]*".
7046
7047 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7048
7049 * gdb.arch/powerpc-prologue-frame.s: New file.
7050 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7051 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7052
7053 2018-01-31 Joel Brobecker <brobecker@adacore.com>
7054
7055 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7056
7057 2018-01-30 Pedro Alves <palves@redhat.com>
7058
7059 PR gdb/13211
7060 * gdb.base/interrupt-daemon.c: New.
7061 * gdb.base/interrupt-daemon.exp: New.
7062 * gdb.multi/multi-term-settings.c: New.
7063 * gdb.multi/multi-term-settings.exp: New.
7064
7065 2018-01-30 Joel Brobecker <brobecker@adacore.com>
7066
7067 * gdb.base/break.exp: Save the location where the breakpoint
7068 on break.c:47 was actually inserted when debugging the version
7069 compiled at -O2 and use it in the expected output of the "info
7070 break" test performed soon after.
7071
7072 2018-01-22 Pedro Alves <palves@redhat.com>
7073 Sergio Durigan Junior <sergiodj@redhat.com>
7074
7075 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7076 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7077
7078 2018-01-22 Joel Brobecker <brobecker@adacore.com>
7079
7080 * gdb.base/break-include.c, gdb.base/break-include.inc,
7081 gdb.base/break-include.exp: New files.
7082 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7083 line number now being the actual line number where the breakpoint
7084 was inserted.
7085 * gdb.mi/mi-break.exp: Likewise.
7086 * gdb.mi/mi-reverse.exp: Likewise.
7087 * gdb.mi/mi-simplerun.exp: Ditto.
7088
7089 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7090
7091 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7092 varobj.
7093 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7094
7095 2018-01-21 Don Breazeal <donb@codesourcery.com>
7096 Andrew Burgess <andrew.burgess@embecosm.com>
7097
7098 * gdb.mi/basics.c: Add new global.
7099 * gdb.mi/mi-frame-regs.exp: New file.
7100 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7101 case.
7102
7103 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7104
7105 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7106 non-parameter, and on an unknown symbol.
7107
7108 2018-01-19 Tom Tromey <tom@tromey.com>
7109
7110 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7111 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7112
7113 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7114
7115 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7116 setrlimit and chdir to int.
7117
7118 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7119
7120 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7121 function.
7122 (my_tend): Likewise.
7123 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7124 rationale of avoiding FP- and vector instructions.
7125
7126 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7127
7128 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7129 "info reg" with "\[ \t\]*".
7130 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7131 "\[ \t\]+".
7132 * gdb.arch/s390-multiarch.exp: Ditto.
7133 * gdb.base/pc-fp.exp: Ditto.
7134 * gdb.reverse/i386-precsave.exp: Ditto.
7135 * gdb.reverse/i386-reverse.exp: Ditto.
7136 * gdb.reverse/i387-env-reverse.exp: Ditto.
7137 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7138
7139 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7140
7141 * lib/gdb.exp (gdb_compile): Re-enable use of
7142 universal_compile_options for languages other than Rust.
7143
7144 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7145
7146 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7147
7148 2018-01-17 Mike Gulick <mgulick@mathworks.com>
7149
7150 PR gdb/16577
7151 * gdb.base/solib-vanish.exp: New.
7152 * gdb.base/solib-vanish-main.c: New.
7153 * gdb.base/solib-vanish-lib1.c: New.
7154 * gdb.base/solib-vanish-lib2.c: New.
7155
7156 2018-01-17 Yao Qi <yao.qi@linaro.org>
7157
7158 * gdb.compile/compile.exp: Match the address printed for
7159 frame in the output of command "bt".
7160
7161 2018-01-15 Tom Tromey <tom@tromey.com>
7162
7163 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7164 compute sp_reg.
7165
7166 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7167
7168 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7169 to prepare.
7170 (prepare): Return 0 on error, 1 on success.
7171
7172 2018-01-12 Pedro Alves <palves@redhat.com>
7173
7174 * gdb.base/continue-after-aborted-step-over.c: New.
7175 * gdb.base/continue-after-aborted-step-over.exp: New.
7176
7177 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7178
7179 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7180 options when not creating an executable.
7181
7182 2018-01-11 Pedro Alves <palves@redhat.com>
7183
7184 PR remote/22597
7185 * gdb.server/stop-reply-no-thread.c: New file.
7186 * gdb.server/stop-reply-no-thread.exp: New file.
7187
7188 2018-01-10 Pedro Alves <palves@redhat.com>
7189
7190 PR gdb/22670
7191 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7192 functions too. Test setting breakpoints and printing C functions
7193 with no debug info too.
7194 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7195
7196 2018-01-10 Pedro Alves <palves@redhat.com>
7197
7198 PR gdb/22670
7199 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7200 a fail.
7201
7202 2018-01-10 Pedro Alves <palves@redhat.com>
7203
7204 PR gdb/22670
7205 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7206
7207 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7208
7209 * gdb.server/unittest.exp: Match the output in non-development
7210 mode.
7211
7212 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7213
7214 * gdb.gdb/unittest.exp: Match output in non-development mode.
7215
7216 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7217
7218 * gdb.ada/access_tagged_param.exp: Relax expected output
7219 for value of "ObjL" in "continue" to pck.inspect breakpoint
7220 test.
7221
7222 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7223
7224 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7225 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
7226
7227 2018-01-05 Pedro Alves <palves@redhat.com>
7228
7229 PR gdb/18653
7230 * gdb.base/libsegfault.exp: New.
7231
7232 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7233
7234 PR gdb/22670
7235 * gdb.ada/access_tagged_param.exp: New file.
7236 * gdb.ada/access_tagged_param/foo.adb: New file.
7237
7238 2018-01-05 Pedro Alves <palves@redhat.com>
7239
7240 PR gdb/22670
7241 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7242 exercise lower case too, and to exercise both full matching and
7243 wild matching.
7244
7245 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7246
7247 * gdb.ada/rename_subscript_param: New testcase.
7248
7249 2018-01-05 Jerome Guitton <guitton@adacore.com>
7250
7251 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7252
7253 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7254
7255 * gdb.ada/convvar_comp: New testcase.
7256
7257 2018-01-05 Xavier Roirand <roirand@adacore.com>
7258
7259 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7260 (My_Table): New global variable.
7261 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7262
7263 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7264
7265 PR gdb/22670
7266 * gdb.ada/maint_with_ada: New testcase.
7267
7268 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7269
7270 PR gdb/22670
7271 * gdb.ada/bp_c_mixed_case: New testcase.
7272
7273 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7274
7275 PR gdb/22670
7276 * gdb.ada/complete.exp: Add "complete break ada" test.
7277
7278 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7279
7280 PR gdb/22670
7281 * gdb.ada/info_addr_mixed_case: New testcase.
7282
7283 2018-01-03 Xavier Roirand <roirand@adacore.com>
7284
7285 * gdb.ada/excep_handle.exp: New testcase.
7286 * gdb.ada/excep_handle/foo.adb: New file.
7287 * gdb.ada/excep_handle/pck.ads: New file.
7288
7289 2018-01-03 Joel Brobecker <brobecker@adacore.com>
7290
7291 * gdb.base/step-line.c: Add extra empty line in copyright header.
7292 * gdb.base/step-line.inp: Likewise.
7293
7294 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7295
7296 * gdb.ada/dyn_stride.exp: Add slice test.
7297
7298 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7299
7300 * gdb.ada/dyn_stride: New testcase.
7301
7302 2017-12-27 Stafford Horne <shorne@gmail.com>
7303
7304 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7305 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7306
7307 2017-12-27 Stafford Horne <shorne@gmail.com>
7308
7309 * gdb.base/reggroups.c: New file.
7310 * gdb.base/reggroups.exp: New file.
7311
7312 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7313
7314 * gdb.dwarf2/ada-valprint-error.c: New file.
7315 * gdb.dwarf2/ada-valprint-error.exp: New file.
7316
7317 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7318
7319 * gdb.ada/assign_arr: New testcase.
7320
7321 2017-12-18 Xavier Roirand <roirand@adacore.com>
7322
7323 * gdb.ada/funcall_ptr: New testcase.
7324
7325 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7326
7327 PR cli/16224
7328 * gdb.base/ptype-offsets.cc: New file.
7329 * gdb.base/ptype-offsets.exp: New file.
7330
7331 2017-12-15 Yao Qi <yao.qi@linaro.org>
7332
7333 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7334 if XML is disabled.
7335
7336 2017-12-15 Xavier Roirand <roirand@adacore.com>
7337
7338 * gdb.ada/same_component_name: New testcase.
7339
7340 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7341
7342 * gdb.ada/str_binop_equal: New testcase.
7343
7344 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7345
7346 * gdb.ada/task_switch_in_core: New testcase.
7347
7348 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7349
7350 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7351 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7352 call test_bkpt_qualified.
7353 (test_bkpt_qualified): New proc.
7354
7355 2017-12-13 Pedro Alves <palves@redhat.com>
7356
7357 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7358 Tighten regexp by matching with an anchor.
7359
7360 2017-12-13 Pedro Alves <palves@redhat.com>
7361
7362 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7363 ("expression with namespace"): New set of tests.
7364 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7365 (Nested::Test_NS::qux): New.
7366 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7367 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7368
7369 2017-12-13 Joel Brobecker <brobecker@adacore.com>
7370
7371 * gdb.base/server-del-break.c: New file.
7372 * gdb.base/server-del-break.exp: New file.
7373
7374 2017-12-12 Stafford Horne <shorne@gmail.com>
7375
7376 * gdb.xml/tdesc-regs.exp: Add or1k support.
7377
7378 2017-12-12 Stafford Horne <shorne@gmail.com>
7379
7380 * gdb.base/bp-permanent.c: Define nop of or1k.
7381
7382 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7383
7384 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7385 output with components being reordered.
7386
7387 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7388
7389 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7390 output with components being reordered.
7391
7392 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7393 Pedro Alves <palves@redhat.com>
7394
7395 * gdb.base/maint.exp (check for .gdb_index): Check also for
7396 .debug_names.
7397 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7398 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7399 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7400 (.gdb_index used after symbol reloading): Support also .debug_names.
7401 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7402
7403 2017-12-08 Yao Qi <yao.qi@linaro.org>
7404
7405 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7406 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7407
7408 2017-12-08 Yao Qi <yao.qi@linaro.org>
7409
7410 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7411 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7412
7413 2017-12-08 Yao Qi <yao.qi@linaro.org>
7414
7415 * gdb.arch/aarch64-tagged-pointer.c: New file.
7416 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7417
7418 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7419
7420 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7421 "int".
7422
7423 2017-12-07 Keith Seitz <keiths@redhat.com>
7424
7425 PR breakpoints/22569
7426 * gdb.linespec/ls-errs.exp: Change expected result of "break
7427 -source this file has spaces.c -line 3".
7428 Check that an explicit source file followed by whitespace is
7429 identified as an invalid explicit location.
7430
7431 2017-12-07 Keith Seitz <keiths@redhat.com>
7432
7433 * gdb.cp/nested-types.cc: New file.
7434 * gdb.cp/nested-types.exp: New file.
7435 * lib/cp-support.exp: Load data-structures.exp library.
7436 (debug_cp_test_ptype_class): New global.
7437 (cp_ptype_class_verbose, next_line): New procedures.
7438 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7439 Add and document new return value.
7440 Switch the list of lines to a queue.
7441 Add support for new `type' key for nested type definitions.
7442 Add debugging/troubleshooting messages.
7443 * lib/data-structures.exp: New file.
7444
7445 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7446
7447 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7448 with proc_with_prefix, don't use with_test_prefix.
7449
7450 2017-12-07 Tom Tromey <tom@tromey.com>
7451
7452 * gdb.base/break.exp: Add test for empty "commands".
7453
7454 2017-12-07 Yao Qi <yao.qi@linaro.org>
7455
7456 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7457 malloc and catch syscall.
7458
7459 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7460
7461 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7462 tests for explicit locations.
7463
7464 2017-12-06 Pedro Alves <palves@redhat.com>
7465
7466 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7467 force-disabling XML descriptions.
7468
7469 2017-12-04 Pedro Alves <palves@redhat.com>
7470
7471 PR gdb/22499
7472 * gdb.arch/amd64-disp-step-avx.S: New file.
7473 * gdb.arch/amd64-disp-step-avx.exp: New file.
7474
7475 2017-12-03 Pedro Alves <palves@redhat.com>
7476
7477 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7478 and <string.h>.
7479 (parent_function): Print distinct messages when waitpid fails, or
7480 the child exits with a signal, or the child exits for an unhandled
7481 reason.
7482 * gdb.threads/process-dies-while-detaching.exp
7483 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7484 it. Wait for both inferior output and GDB's prompt. Use an
7485 indirect spawn id list.
7486 (do_detach): New parameter 'child_exit'. Use it to compute
7487 expected inferior output.
7488 (test_detach, test_detach_watch, test_detach_killed_outside):
7489 Adjust to pass down the expected child exit kind.
7490
7491 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7492 Sergio Durigan Junior <sergiodj@redhat.com>
7493 Pedro Alves <palves@redhat.com>
7494
7495 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7496
7497 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7498
7499 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7500 to 'symbol-file' and 'add-symbol-file' can be
7501 position-independent.
7502
7503 2017-12-01 Yao Qi <yao.qi@linaro.org>
7504
7505 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7506 the URL in copyright header.
7507 * gdb.arch/aarch64-fp.exp: Likewise.
7508 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7509 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7510 * gdb.base/expand-psymtabs.exp: Likewise.
7511 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7512 * gdb.fortran/common-block.exp: Likewise.
7513 * gdb.fortran/common-block.f90: Likewise.
7514 * gdb.fortran/logical.exp: Likewise.
7515 * gdb.fortran/vla-datatypes.f90: Likewise.
7516 * gdb.fortran/vla-sub.f90: Likewise.
7517
7518 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7519
7520 * gdb.ada/repeat_dyn: New testcase.
7521
7522 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7523
7524 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7525 Update for changed thread numbering.
7526 * gdb.cell/bt.exp: Update for changed GDB output.
7527
7528 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7529
7530 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7531 setting isremote by hand.
7532 * boards/dwarf4-gdb-index.exp: Likewise.
7533 * boards/fission.exp: Likewise.
7534 * boards/stabs.exp: Likewise.
7535
7536 2017-11-30 Pedro Alves <palves@redhat.com>
7537
7538 * gdb.linespec/cpls-ops.exp
7539 (check_explicit_skips_function_argument): Extract the underlying
7540 type of size_t instead of hardcoding it.
7541
7542 2017-11-29 Pedro Alves <palves@redhat.com>
7543
7544 PR c++/19436
7545 * gdb.linespec/cpls-abi-tag.cc: New file.
7546 * gdb.linespec/cpls-abi-tag.exp: New file.
7547
7548 2017-11-29 Pedro Alves <palves@redhat.com>
7549
7550 * gdb.base/langs.exp: Use -qualified.
7551 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7552 it.
7553 * gdb.cp/namespace.exp: Use -qualified.
7554 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7555 (overload-3, template-overload, template-ret-type, const-overload)
7556 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7557 procedures.
7558 (test_driver): Call them.
7559 * gdb.cp/save-bp-qualified.cc: New.
7560 * gdb.cp/save-bp-qualified.exp: New.
7561 * gdb.linespec/explicit.exp: Test -qualified.
7562 * lib/completion-support.exp (completion::explicit_opts_list): Add
7563 "-qualified".
7564 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7565
7566 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7567
7568 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7569
7570 2017-11-29 Tom Tromey <tom@tromey.com>
7571
7572 * gdb.base/relocate.exp: Update invalid argument test.
7573 Add new tests for invalid arguments.
7574
7575 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7576
7577 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7578 Return 0 as a long.
7579 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7580
7581 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7582
7583 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7584 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7585 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7586 func ().
7587 * gdb.cp/shadow.cc (B.func): Return 0.
7588
7589 2017-11-27 Joel Brobecker <brobecker@adacore.com>
7590
7591 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7592 expected output in gdb_expect call to allow the exception
7593 message to be present as well. Fix syntax confusion to avoid
7594 TCL thinking that exception_name is an array.
7595
7596 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7597
7598 * gdb.arch/spu-info.c: Include <unistd.h>.
7599 (do_signal_test): Fix broken calls to write.
7600 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7601 Fix checks for empty mailboxes. Update signal tests for corrected
7602 do_signal_test routine. Allow nonzero event status.
7603 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7604 * gdb.cell/arch.exp: Use standard_output_file.
7605 * gdb.cell/break.exp: Likewise.
7606 * gdb.cell/bt.exp: Likewise.
7607 * gdb.cell/core.exp: Likewise.
7608 * gdb.cell/dwarfaddr.exp: Likewise.
7609 * gdb.cell/ea-cache.exp: Likewise.
7610 * gdb.cell/ea-standalone.exp: Likewise.
7611 * gdb.cell/f-regs.exp: Likewise.
7612 * gdb.cell/fork.exp: Likewise.
7613 * gdb.cell/gcore.exp: Likewise.
7614 * gdb.cell/mem-access.exp: Likewise.
7615 * gdb.cell/ptype.exp: Likewise.
7616 * gdb.cell/registers.exp: Likewise.
7617 * gdb.cell/sizeof.exp: Likewise.
7618 * gdb.cell/solib-symbol.exp: Likewise.
7619 * gdb.cell/solib.exp: Likewise.
7620
7621 2017-11-25 Pedro Alves <palves@redhat.com>
7622
7623 * gdb.base/complete-empty.exp: New file.
7624 * gdb.base/completion.exp: Adjust.
7625
7626 2017-11-25 Pedro Alves <palves@redhat.com>
7627
7628 * gdb.linespec/cpls-ops.cc: New file.
7629 * gdb.linespec/cpls-ops.exp: New file.
7630 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7631 factored out from ...
7632 (test_complete_prefix_range): ... this.
7633
7634 2017-11-24 Pedro Alves <palves@redhat.com>
7635
7636 * gdb.linespec/cpcompletion.exp: New file.
7637 * gdb.linespec/cpls-hyphen.cc: New file.
7638 * gdb.linespec/cpls.cc: New file.
7639 * gdb.linespec/cpls2.cc: New file.
7640 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7641 test to use test_gdb_complete_unique. Add label completion,
7642 keyword completion and explicit location completion tests.
7643 * lib/completion-support.exp: New file.
7644
7645 2017-11-24 Joel Brobecker <brobecker@adacore.com>
7646
7647 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7648 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7649 when hitting an exception catchpoint.
7650
7651 2017-11-22 Yao Qi <yao.qi@linaro.org>
7652
7653 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7654
7655 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7656
7657 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7658 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7659 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7660
7661 2017-11-22 Yao Qi <yao.qi@linaro.org>
7662
7663 * gdb.base/info-os.exp: Pass pthreads.
7664 * gdb.multi/multi-attach.exp: Likewise.
7665
7666 2017-11-22 Yao Qi <yao.qi@linaro.org>
7667
7668 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7669 compiler.
7670
7671 2017-11-22 Yao Qi <yao.qi@linaro.org>
7672
7673 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7674 * gdb.base/break-interp.exp: Likewise.
7675 * gdb.base/jit-attach-pie.exp: Likewise.
7676
7677 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7678
7679 * gdb.base/float128.c (large128): New variable.
7680 * gdb.base/float128.exp: Add test to print largest __float128 value.
7681
7682 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7683
7684 * gdb.arch/vsx-regs.exp: Update register content checks.
7685
7686 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7687
7688 * gdb.arch/ppc-longdouble.exp: New file.
7689 * gdb.arch/ppc-longdouble.c: Likewise.
7690
7691 2017-11-21 Pedro Alves <palves@redhat.com>
7692
7693 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7694
7695 2017-11-20 Pedro Alves <palves@redhat.com>
7696
7697 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7698 (long_double_typedef): New typedefs.
7699 Use DEF on double and long double.
7700 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7701 cases.
7702 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7703 and 'long_double_ptr_same_size' locals. Use them to decide
7704 whether cast from array/function to float is valid/invalid.
7705
7706 2017-11-17 Tom Tromey <tom@tromey.com>
7707
7708 * gdb.rust/traits.rs: New file.
7709 * gdb.rust/traits.exp: New file.
7710
7711 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7712
7713 * gdb.ada/minsyms: New testcase.
7714
7715 2017-11-16 Pedro Alves <palves@redhat.com>
7716
7717 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7718 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7719
7720 2017-11-16 Pedro Alves <palves@redhat.com>
7721
7722 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7723 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7724
7725 2017-11-16 Pedro Alves <palves@redhat.com>
7726
7727 * gdb.server/reconnect-ctrl-c.c: New file.
7728 * gdb.server/reconnect-ctrl-c.exp: New file.
7729
7730 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7731
7732 * gdb.python/py-rbreak.exp: New file.
7733 * gdb.python/py-rbreak.c: New file.
7734 * gdb.python/py-rbreak-func2.c: New file.
7735
7736 2017-11-16 Pedro Alves <palves@redhat.com>
7737
7738 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7739 pattern.
7740 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7741 GDB.
7742
7743 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7744
7745 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7746 regex.
7747
7748 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7749
7750 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7751 test names.
7752
7753 2017-11-09 Pedro Alves <palves@redhat.com>
7754
7755 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7756 factored out from ...
7757 (top level): ... here, and adjusted to avoid expecting beyond the
7758 prompt in a single gdb_test_multiple.
7759
7760 2017-11-09 Pedro Alves <palves@redhat.com>
7761
7762 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7763 output.
7764 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7765 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7766 * gdb.server/ext-run.exp ("kill" test): Likewise.
7767 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7768
7769 2017-11-09 Pedro Alves <palves@redhat.com>
7770
7771 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7772 match till end of line.
7773
7774 2017-11-09 Pedro Alves <palves@redhat.com>
7775
7776 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7777
7778 2017-11-09 Pedro Alves <palves@redhat.com>
7779
7780 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7781 New procedures, factored out from ...
7782 (top level): ... here, and adjusted to avoid expecting beyond the
7783 prompt in one go.
7784
7785 2017-11-09 Pedro Alves <palves@redhat.com>
7786
7787 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7788 output. Fix '?' match.
7789
7790 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7791
7792 * gdb.ada/scoped_watch: New testcase.
7793 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7794 which is actually correct.
7795 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7796 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7797
7798 2017-11-08 Pedro Alves <palves@redhat.com>
7799
7800 * gdb.gdb/complaints.exp (test_initial_complaints)
7801 (test_serial_complaints, test_short_complaints): Call
7802 complaint_internal instead of complaint.
7803
7804 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7805
7806 * gdb.threads/tls-core.c: New file.
7807 * gdb.threads/tls-core.exp: Likewise.
7808
7809 2017-11-08 Pedro Alves <palves@redhat.com>
7810
7811 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7812 (p Exported_Capitalized): New test.
7813 (p exported_capitalized): New test.
7814
7815 2017-11-07 Pedro Alves <palves@redhat.com>
7816
7817 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7818
7819 2017-11-07 Pedro Alves <palves@redhat.com>
7820
7821 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7822 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7823 (disable_invalid, disable_inverted, disable_negative): New
7824 procedures.
7825 ("bad numbers"): New set of tests.
7826
7827 2017-11-07 Pedro Alves <palves@redhat.com>
7828
7829 * gdb.cp/ena-dis-br-range.exp: Add tests.
7830
7831 2017-11-07 Pedro Alves <palves@redhat.com>
7832
7833 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7834
7835 2017-11-07 Xavier Roirand <roirand@adacore.com>
7836 Pedro Alves <palves@redhat.com>
7837
7838 * gdb.base/ena-dis-br.exp: Add reference to
7839 gdb.cp/ena-dis-br-range.exp.
7840 * gdb.cp/ena-dis-br-range.exp: New file.
7841 * gdb.cp/ena-dis-br-range.cc: New file.
7842
7843 2017-11-06 Pedro Alves <palves@redhat.com>
7844
7845 * gdb.base/attach-non-pgrp-leader.c: New.
7846 * gdb.base/attach-non-pgrp-leader.exp: New.
7847
7848 2017-11-06 Pedro Alves <palves@redhat.com>
7849
7850 * configure.ac: No longer check for termio.h and sgtty.h.
7851 * configure: Regenerate.
7852 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7853 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7854 Remove termio and sgtty code.
7855
7856 2017-11-03 Yao Qi <yao.qi@linaro.org>
7857
7858 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7859 in GDB is disabled.
7860
7861 2017-11-03 Yao Qi <yao.qi@linaro.org>
7862
7863 * gdb.python/py-thrhandle.exp: Skip it if python is not
7864 enabled.
7865
7866 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7867
7868 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7869 as a breakpoint command.
7870
7871 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7872
7873 PR python/21213
7874 * gdb.python/py-infthread.exp: Test calling
7875 InferiorThread.inferior () multiple times in a row.
7876
7877 2017-10-27 Keith Seitz <keiths@redhat.com>
7878
7879 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7880 Test "info break" for every inlined function breakpoint.
7881
7882 2017-10-27 Yao Qi <yao.qi@linaro.org>
7883
7884 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7885
7886 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7887
7888 * gdb.cp/classes.exp (test_static_members): Test printing
7889 Outer::instance.
7890 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7891 (Inner::instance, Outer::instance): New.
7892
7893 2017-10-24 Pedro Alves <palves@redhat.com>
7894
7895 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7896 extra console" test in two stages.
7897
7898 2017-10-24 Pedro Alves <palves@redhat.com>
7899
7900 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7901
7902 2017-10-24 Pedro Alves <palves@redhat.com>
7903
7904 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7905 loop.
7906
7907 2017-10-24 Pedro Alves <palves@redhat.com>
7908
7909 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7910 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7911
7912 2017-10-24 Pedro Alves <palves@redhat.com>
7913
7914 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7915 parameter and handle it. Don't output read value in test name.
7916
7917 2017-10-24 Pedro Alves <palves@redhat.com>
7918
7919 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7920 custom test name.
7921
7922 2017-10-24 Pedro Alves <palves@redhat.com>
7923
7924 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7925 include the unstable output directory name in the test's name.
7926 (initial_setup_simple) <'set args'>: Use custom test name.
7927
7928 2017-10-24 Pedro Alves <palves@redhat.com>
7929
7930 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7931 with explicit test name.
7932
7933 2017-10-20 Pedro Alves <palves@redhat.com>
7934
7935 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7936 'wait -i'. Use gdb_assert and remote_close.
7937
7938 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7939
7940 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7941 number from variable rather than hard-coded.
7942
7943 2017-10-19 Pedro Alves <palves@redhat.com>
7944
7945 * gdb.base/long-inferior-output.c: New file.
7946 * gdb.base/long-inferior-output.exp: New file.
7947
7948 2017-11-18 Keith Seitz <keiths@redhat.com>
7949
7950 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7951 method.
7952 (main): Call it.
7953 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7954 Add additional user-defined conversion operator tests.
7955
7956 2017-10-17 Pedro Alves <palves@redhat.com>
7957
7958 * boards/native-stdio-gdbserver.exp: Load "local-board".
7959
7960 2017-10-17 Pedro Alves <palves@redhat.com>
7961
7962 * gdb.base/quit-live.c: New file.
7963 * gdb.base/quit-live.exp: New file.
7964
7965 2017-10-16 Keith Seitz <keiths@redhat.com>
7966
7967 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7968 (class_with_protected_typedef, class_with_private_typedef)
7969 (struct_with_public_typedef, struct_with_protected_typedef)
7970 (struct_with_private_typedef): New classes/structs.
7971 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7972 typedefs and access specifiers.
7973
7974 2017-10-16 Pedro Alves <palves@redhat.com>
7975 Simon Marchi <simon.marchi@polymtl.ca>
7976
7977 * README (Local vs Remote vs Native): New section.
7978 * boards/local-board.exp: New file, with bits factored out from
7979 ...
7980 * boards/native-extended-gdbserver.exp: ... here. Load
7981 "local-board".
7982 * boards/native-gdbserver.exp: Load "local-board".
7983 (${board}_spawn, ${board}_exec): Delete.
7984 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7985 ...
7986 * boards/stdio-gdbserver-base.exp: ... this new file.
7987 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7988 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7989 procedure.
7990 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7991 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7992 stdio_gdbserver_command.
7993 (${board}_get_remote_address, ${board}_get_comm_port)
7994 (${board}_download, ${board}_upload): Delete.
7995 (get_target_remote_pipe_cmd): New.
7996
7997 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7998
7999 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8000 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8001 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8002 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8003 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8004 remove with_test_prefix.
8005
8006 2017-10-13 Pedro Alves <palves@redhat.com>
8007
8008 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8009 * gdb.base/annota1.exp: Use it instead of is_remote.
8010 * gdb.base/annota3.exp: Use it instead of is_remote.
8011 * gdb.cp/annota2.exp: Use it instead of is_remote.
8012 * gdb.cp/annota3.exp: Use it instead of is_remote.
8013 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8014
8015 2017-10-13 Pedro Alves <palves@redhat.com>
8016
8017 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8018 (test_num_test_vars, run_and_count_vars, find_env)
8019 (test_set_unset_env, test_inherit_env_var): New procedures.
8020 (top level): Use them.
8021
8022 2017-10-13 Pedro Alves <palves@redhat.com>
8023
8024 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8025 also skip on stub-like targets.
8026
8027 2017-10-13 Pedro Alves <palves@redhat.com>
8028
8029 PR gdb/22293
8030 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8031 (top level): Move some tests to ...
8032 (test_not_found): ... this new procedure.
8033 (top level): Call it.
8034
8035 2017-10-13 Pedro Alves <palves@redhat.com>
8036
8037 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8038 expect different "info terminal" output if testing with a
8039 non-native target.
8040
8041 2017-10-13 Pedro Alves <palves@redhat.com>
8042 Simon Marchi <simon.marchi@polymtl.ca>
8043
8044 PR python/12966
8045 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8046
8047 2017-10-13 Pedro Alves <palves@redhat.com>
8048
8049 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8050 already.
8051
8052 2017-10-13 Pedro Alves <palves@redhat.com>
8053
8054 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8055 is_remote.
8056
8057 2017-10-13 Pedro Alves <palves@redhat.com>
8058
8059 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8060 is_remote.
8061
8062 2017-10-13 Pedro Alves <palves@redhat.com>
8063
8064 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8065 is set.
8066 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8067 instead of is_remote.
8068
8069 2017-10-13 Pedro Alves <palves@redhat.com>
8070
8071 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8072 (top level): Add comment.
8073
8074 2017-10-13 Pedro Alves <palves@redhat.com>
8075
8076 * gdb.base/remote.exp (top level): Fix comment typo and add
8077 missing return.
8078
8079 2017-10-13 Pedro Alves <palves@redhat.com>
8080 Simon Marchi <simon.marchi@polymtl.ca>
8081
8082 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8083 calls and add comments. Skip test if use_gdb_stub is set.
8084 (top level): Use "set cwd" command instead of "cd" command.
8085
8086 2017-10-13 Pedro Alves <palves@redhat.com>
8087
8088 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8089 is_remote target check.
8090
8091 2017-10-13 Pedro Alves <palves@redhat.com>
8092
8093 * gdb.base/scope.exp: Use build_executable + clean_restart +
8094 gdb_file_cmd instead of prepare_for_testing and no longer skip
8095 "before run" tests on is_remote target boards. Update comments.
8096 * boards/native-extended-gdbserver.exp
8097 (extended_gdbserver_load_last_file): New, factored out from ...
8098 (gdb_load): ... this. Move further below and add comment.
8099 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8100
8101 2017-10-12 Pedro Alves <palves@redhat.com>
8102
8103 * gdb.base/attach.exp: Remove references to gdb64.
8104 * gdb.base/dbx.exp: Remove references to gdb64.
8105
8106 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8107 Pedro Alves <palves@redhat.com>
8108
8109 * gdb.base/label.exp: Remove is_remote target check.
8110
8111 2017-10-12 Pedro Alves <palves@redhat.com>
8112
8113 * gdb.base/auvx.exp (coredir): Update comment.
8114 (top level) <core_works>: Use "set cwd" command instead of "cd"
8115 command.
8116
8117 2017-10-12 Pedro Alves <palves@redhat.com>
8118 Simon Marchi <simon.marchi@polymtl.ca>
8119
8120 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8121 target boards.
8122
8123 2017-10-12 Pedro Alves <palves@redhat.com>
8124 Simon Marchi <simon.marchi@polymtl.ca>
8125
8126 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8127 Instead skip if there's any gdb_protocol set.
8128
8129 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8130 Pedro Alves <palves@redhat.com>
8131
8132 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8133
8134 2017-10-12 Pedro Alves <palves@redhat.com>
8135 Simon Marchi <simon.marchi@polymtl.ca>
8136
8137 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8138 instead of on dejagnu remote boards.
8139
8140 2017-10-12 Pedro Alves <palves@redhat.com>
8141 Simon Marchi <simon.marchi@polymtl.ca>
8142
8143 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8144 checks. Use build_executable + clean_restart instead of
8145 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8146 of enabling non-stop after starting gdb.
8147
8148 2017-10-12 Pedro Alves <palves@redhat.com>
8149
8150 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8151 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8152 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8153 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8154
8155 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8156
8157 * gdb.arch/arc-tdesc-cpu.exp: New file.
8158 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8159
8160 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8161
8162 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8163
8164 2017-10-10 Pedro Alves <palves@redhat.com>
8165
8166 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8167 expect CLI output.
8168
8169 2017-10-10 Pedro Alves <palves@redhat.com>
8170
8171 * lib/selftest-support.exp (selftest_setup): Update for
8172 captured_command_loop's prototype change.
8173
8174 2017-10-09 Pedro Alves <palves@redhat.com>
8175
8176 Test both arch1=>arch2 and arch2=>arch1.
8177
8178 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8179 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8180 factored out to...
8181 (append_arch1_options, append_arch2_options, append_arch_options)
8182 (build_executables): New procedures.
8183 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8184 local.
8185 (top level): Add new 'first_arch' testing axis.
8186
8187 2017-10-09 Pedro Alves <palves@redhat.com>
8188
8189 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8190 (barrier): New.
8191 (thread_start, all_started): New functions.
8192 (main): Spawn new thread and wait until it is scheduled.
8193 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8194 option.
8195 (do_test): Add 'selected_thread' parameter. Run to all_started
8196 instead of main. Explicitly set the breakpoint at main. Switch
8197 to the SELECTED_THREAD thread.
8198 (top level): Test handling the exec event with either the main
8199 thread or the second thread selected.
8200
8201 2017-10-09 Pedro Alves <palves@redhat.com>
8202
8203 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8204 logic. Move STOP marker after the value checks.
8205 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8206 regexp.
8207
8208 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8209
8210 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8211
8212 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8213
8214 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8215 integer-to-dfp conversion.
8216 * gdb.base/dfp-test.exp: Likewise.
8217
8218 2017-10-04 Pedro Alves <palves@redhat.com>
8219
8220 * gdb.multi/hangout.c: Include <unistd.h>.
8221 (hangout_loop): New function.
8222 (main): Call alarm. Call hangout_loop in a loop.
8223 * gdb.multi/hello.c: Include <unistd.h>.
8224 (hello_loop): New function.
8225 (main): Call alarm. Call hangout_loop in a loop.
8226 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8227 inferior with the other selected.
8228
8229 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8230
8231 * gdb.mi/list-thread-groups-available.exp: New file.
8232 * gdb.mi/list-thread-groups-available.c: New file.
8233
8234 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8235
8236 * gdb.base/set-cwd.exp: Make it available on
8237 native-extended-gdbserver.
8238
8239 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8240
8241 * gdb.base/set-cwd.c: New file.
8242 * gdb.base/set-cwd.exp: Likewise.
8243
8244 2017-10-02 Tom Tromey <tom@tromey.com>
8245
8246 PR rust/22236:
8247 * gdb.rust/simple.rs (main): New variable "fslice".
8248 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8249
8250 2017-10-02 Tom Tromey <tom@tromey.com>
8251
8252 * gdb.rust/simple.exp: Test ptype of a slice.
8253
8254 2017-10-02 Tom Tromey <tom@tromey.com>
8255
8256 * gdb.rust/simple.exp: Test index of slice.
8257
8258 2017-09-27 Tom Tromey <tom@tromey.com>
8259
8260 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8261
8262 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8263 Pedro Alves <palves@redhat.com>
8264
8265 * gdb.base/compare-sections.exp (get value of read-only section): Read
8266 as unsigned value.
8267 (corrupt read-only section): Likewise and don't set written if patching
8268 failed.
8269
8270 2017-09-21 Kevin Buettner <kevinb@redhat.com>
8271
8272 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8273 files.
8274
8275 2017-09-20 Pedro Alves <palves@redhat.com>
8276
8277 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8278 symbol names in gdb's output.
8279 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8280
8281 2017-09-20 Pedro Alves <palves@redhat.com>
8282
8283 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8284 Rename to ...
8285 (test_list_ambiguous_symbol): ... this and add a symbol name
8286 parameter. Adjust.
8287 (test_list_ambiguous_function): Reimplement on top of
8288 test_list_ambiguous_symbol and also test listing ambiguous
8289 variables.
8290 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8291 (ambiguous_fun): ... this.
8292 (ambiguous_var): New.
8293 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8294 (ambiguous_fun): ... this.
8295 (ambiguous_var): New.
8296
8297 2017-09-19 John Baldwin <jhb@FreeBSD.org>
8298
8299 * gdb.base/starti.c: New file.
8300 * gdb.base/starti.exp: New file.
8301 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8302
8303 2017-09-14 Pedro Alves <palves@redhat.com>
8304
8305 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8306 (top level): Use it instead of runto.
8307
8308 2017-09-11 Tom Tromey <tom@tromey.com>
8309
8310 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8311
8312 2017-09-11 Tom Tromey <tom@tromey.com>
8313
8314 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8315 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8316
8317 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8318
8319 * gdb.fortran/printing-types.exp: New file.
8320 * gdb.fortran/printing-types.exp: New file.
8321
8322 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8323
8324 * gdb.fortran/vla-ptype.exp: Fix typos.
8325 * gdb.fortran/vla-value.exp: Same.
8326
8327 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8328
8329 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8330 * gdb.mi/mi-var-child-f.exp: Likewise.
8331 * gdb.mi/mi-vla-fortran.exp: Likewise.
8332
8333 2017-09-08 Frank Penczek <frank.penczek@intel.com>
8334 Christoph Weinmann <christoph.t.weinmann@intel.com>
8335 Bernhard Heckel <bernhard.heckel@intel.com>
8336
8337 * gdb.fortran/ptr-indentation.f90: New file.
8338 * gdb.fortran/ptr-indentation.exp: New file.
8339
8340 2017-09-05 Tom Tromey <tom@tromey.com>
8341
8342 PR gdb/22010:
8343 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8344
8345 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8346
8347 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8348
8349 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8350
8351 * gdb.threads/tls-nodebug-pie.c: New file.
8352 * gdb.threads/tls-nodebug-pie.exp: New file.
8353
8354 2017-09-05 Tom Tromey <tom@tromey.com>
8355
8356 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8357 for rust.
8358
8359 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8360
8361 * gdb.multi/multi-arch-exec.exp: Test with different
8362 "follow-exec-mode" settings.
8363 (do_test): New procedure.
8364
8365 2017-09-04 Pedro Alves <palves@redhat.com>
8366
8367 * gdb.base/func-static.c (S::method const, S::method volatile)
8368 (S::method volatile const): New methods.
8369 (c_s, v_s, cv_s): New instances.
8370 (main): Call method() on them.
8371 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8372 (cannot_resolve): New procedure.
8373 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8374 print-quote-unquoted columns.
8375 (do_test): Test printing each scope too.
8376
8377 2017-09-04 Pedro Alves <palves@redhat.com>
8378
8379 * gdb.base/local-static.exp: Also test with
8380 class::method::variable wholly quoted.
8381 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8382
8383 2017-09-04 Pedro Alves <palves@redhat.com>
8384
8385 * gdb.base/local-static.c: New.
8386 * gdb.base/local-static.cc: New.
8387 * gdb.base/local-static.exp: New.
8388
8389 2017-09-04 Pedro Alves <palves@redhat.com>
8390
8391 * gdb.asm/asm-source.exp: Add casts to int.
8392 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8393 (dataglobal64_1, dataglobal64_2): New globals.
8394 * gdb.base/nodebug.exp: Test different expressions involving the
8395 new globals, with print, whatis and ptype. Add casts to int.
8396 * gdb.base/solib-display.exp: Add casts to int.
8397 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8398 * gdb.cp/m-static.exp: Add cast to int.
8399 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8400 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8401 tls variable with no debug info without a cast. Test with a cast
8402 to int too.
8403 * gdb.trace/entry-values.exp: Add casts.
8404
8405 2017-09-04 Pedro Alves <palves@redhat.com>
8406
8407 * gdb.base/nodebug.exp: Test that ptype's error about functions
8408 with unknown return type includes the function name too.
8409
8410 2017-09-04 Pedro Alves <palves@redhat.com>
8411
8412 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8413 return type of munmap in infcall.
8414 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8415 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8416 type of ftell in infcall.
8417 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8418 type of getpid in infcall.
8419 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8420 infcall.
8421 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8422 Bail on failure to extract the pid.
8423 * gdb.base/nodebug.c: #include <stdint.h>.
8424 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8425 New functions.
8426 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8427 Change expected output of print/whatis/ptype with functions with
8428 no debug info. Test all supported languages. Call
8429 test_call_promotion.
8430 * gdb.compile/compile.exp: Adjust expected output to expect
8431 warning.
8432 * gdb.threads/siginfo-threads.exp: Likewise.
8433
8434 2017-09-04 Pedro Alves <palves@redhat.com>
8435
8436 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8437 "prototypes". Test calling float functions via prototyped and
8438 unprototyped function pointers.
8439 (perform_all_tests): New parameter "prototypes". Pass it down.
8440 (top level): Pass down "prototypes" parameter to
8441 perform_all_tests.
8442
8443 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8444
8445 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8446 Test with nested loops.
8447
8448 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8449
8450 * gdb.base/commands.exp: Call the new procedures.
8451 (loop_break_test, loop_continue_test): New procedures.
8452
8453 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8454
8455 * gdb.base/commands.exp: Call new procedure.
8456 (define_if_without_arg_test): New procedure.
8457
8458 2017-09-04 Pedro Alves <palves@redhat.com>
8459
8460 * gdb.base/list-ambiguous.exp: New file.
8461 * gdb.base/list-ambiguous0.c: New file.
8462 * gdb.base/list-ambiguous1.c: New file.
8463 * gdb.base/list.exp (test_list_range): Adjust expected output.
8464
8465 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8466
8467 * gdb.base/share-env-with-gdbserver.c: New file.
8468 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8469
8470 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8471
8472 * gdb.base/commands.exp (gdbvar_simple_if_test,
8473 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8474 progvar_simple_if_test, progvar_simple_while_test,
8475 progvar_complex_if_while_test, user_defined_command_test,
8476 user_defined_command_args_eval,
8477 user_defined_command_args_stack_test,
8478 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8479 temporary_breakpoint_commands,
8480 gdb_test_no_prompt, redefine_hook_test,
8481 redefine_backtrace_test): Remove "global gdb_prompt".
8482
8483 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8484
8485 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8486 New proc, call it from toplevel.
8487
8488 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8489
8490 PR remote/21852
8491 * gdb.server/normal.c: New file, copied from gdb.base.
8492 * gdb.server/run-without-local-binary.exp: New file.
8493
8494 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8495
8496 * gdb.arch/sparc64-adi.exp: New file.
8497 * gdb.arch/sparc64-adi.c: New file.
8498
8499 2017-08-22 Pedro Alves <palves@redhat.com>
8500
8501 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8502 (top level): Add "list all overloads" tests.
8503
8504 2017-08-22 Tom Tromey <tom@tromey.com>
8505
8506 * gdb.gdb/xfullpath.exp: Remove.
8507
8508 2017-08-21 Pedro Alves <palves@redhat.com>
8509
8510 PR gdb/19487
8511 * gdb.base/symbol-alias.c: New.
8512 * gdb.base/symbol-alias2.c: New.
8513 * gdb.base/symbol-alias.exp: New.
8514
8515 2017-08-21 Pedro Alves <palves@redhat.com>
8516
8517 * gdb.base/dfp-test.c
8518 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8519 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8520 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8521 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8522 * gdb.base/whatis-ptype-typedefs.c: New.
8523 * gdb.base/whatis-ptype-typedefs.exp: New.
8524 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8525 (an_int, an_int_type, an_int_type2): New globals.
8526 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8527 involving typedefs and cast expressions.
8528 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8529 (lookup_typedefs_function): New.
8530 (typedefs_pretty_printers_dict): New.
8531 (top level): Register lookup_typedefs_function in
8532 gdb.pretty_printers.
8533
8534 2017-08-18 Yao Qi <yao.qi@linaro.org>
8535
8536 * gdb.server/unittest.exp: New.
8537
8538 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8539
8540 PR gdb/21954
8541 * gdb.base/environ.exp: Add test to check if 'unset environment'
8542 works.
8543
8544 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8545
8546 * lib/gdb.exp (universal_compile_options): New caching proc.
8547 (gdb_compile): Suppress GCC's coloring of messages.
8548
8549 2017-08-14 Tom Tromey <tom@tromey.com>
8550
8551 PR gdb/21675:
8552 * gdb.base/printcmds.exp (test_radices): New function.
8553 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8554 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8555 * lib/gdb.exp (get_integer_valueof): Use p/d.
8556
8557 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8558
8559 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8560 characters.
8561
8562 2017-08-05 Tom Tromey <tom@tromey.com>
8563
8564 * gdb.rust/simple.exp: Allow String to appear in a different
8565 namespace.
8566
8567 2017-07-26 Yao Qi <yao.qi@linaro.org>
8568
8569 * gdb.gdb/unittest.exp: Invoke command
8570 "maintenance check xml-descriptions".
8571
8572 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8573
8574 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8575 calling context.
8576 (hex128): Drop erroneous calculation of parameters.
8577
8578 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8579
8580 * gdb.python/py-unwind.exp: Disable stack protection when
8581 building test file.
8582
8583 2017-07-20 Pedro Alves <palves@redhat.com>
8584
8585 * gdb.base/default.exp (set language): Adjust expected output.
8586
8587 2017-07-20 Pedro Alves <palves@redhat.com>
8588
8589 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8590 (test_minsym): ... this, and make static.
8591 (get_pck__foo__bar__minsym): Rename to ...
8592 (get_test_minsym): ... this.
8593 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8594 symbol names and comments.
8595 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8596 (get_test_minsym): ... this.
8597 (pck__foo__bar__minsym__2): Rename to ...
8598 (test_minsym): ... this.
8599 (main): Adjust.
8600
8601 2017-07-17 Pedro Alves <palves@redhat.com>
8602
8603 * gdb.base/completion.exp: Adjust expected output.
8604 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8605 the completer works.
8606
8607 2017-07-17 Pedro Alves <palves@redhat.com>
8608
8609 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8610
8611 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8612
8613 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8614
8615 2017-07-14 Tom Tromey <tom@tromey.com>
8616
8617 PR rust/21764:
8618 * gdb.rust/simple.exp: Add tests.
8619
8620 2017-07-14 Tom Tromey <tom@tromey.com>
8621
8622 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8623
8624 2017-07-14 Pedro Alves <palves@redhat.com>
8625
8626 * gdb.linespec/base/one/thefile.cc (z1): New function.
8627 * gdb.linespec/base/two/thefile.cc (z2): New function.
8628 * gdb.linespec/linespec.exp: Add tests.
8629
8630 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8631
8632 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8633 to mi_create_breakpoint.
8634
8635 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8636
8637 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8638 mi_create_breakpoint.
8639
8640 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8641
8642 * gdb.dlang/demangle.exp: Update for demangling changes.
8643
8644 2017-07-09 Tom Tromey <tom@tromey.com>
8645
8646 * gdb.dwarf2/shortpiece.exp: New file.
8647
8648 2017-07-06 David Blaikie <dblaikie@gmail.com>
8649
8650 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8651 built from fissiont-multi-cu{1,2}.c.
8652 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8653 except putting 'main' and 'func' in separate CUs in the same DWO file.
8654 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8655 test.
8656 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8657 test.
8658
8659 2017-07-06 Pedro Alves <palves@redhat.com>
8660
8661 * gdb.python/py-unwind.exp: Test flushregs.
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): Add new
8667 tests for alias commands and trailing whitespace.
8668
8669 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8670
8671 PR cli/21688
8672 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8673 procedure. Call it.
8674
8675 2017-06-29 Pedro Alves <palves@redhat.com>
8676
8677 * gdb.base/printcmds.exp: Add tests.
8678
8679 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8680
8681 PR gdb/21337
8682 * gdb.base/reread-readsym.exp: New file.
8683 * gdb.base/reread-readsym.c: New file.
8684
8685 2017-06-21 Kevin Buettner <kevinb@redhat.com>
8686
8687 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8688 subpattern.
8689
8690 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8691
8692 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8693 extended mnemonic.
8694 * gdb.arch/powerpc-power9.s: Likewise.
8695
8696 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8697
8698 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8699 on 32-bit x86 targets. Exploit is_*_target macros where
8700 appropriate.
8701
8702 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8703
8704 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8705 register pieces.
8706
8707 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8708
8709 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8710 located in one or more DWARF pieces.
8711
8712 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8713
8714 * lib/gdb.exp (get_endianness): New proc.
8715 * gdb.arch/aarch64-fp.exp: Use it.
8716 * gdb.arch/altivec-regs.exp: Likewise.
8717 * gdb.arch/e500-regs.exp: Likewise.
8718 * gdb.arch/vsx-regs.exp: Likewise.
8719 * gdb.base/dump.exp: Likewise.
8720 * gdb.base/funcargs.exp: Likewise.
8721 * gdb.base/gnu_vector.exp: Likewise.
8722 * gdb.dwarf2/formdata16.exp: Likewise.
8723 * gdb.dwarf2/implptrpiece.exp: Likewise.
8724 * gdb.dwarf2/nonvar-access.exp: Likewise.
8725 * gdb.python/py-inferior.exp: Likewise.
8726 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8727
8728 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8729
8730 PR gdb/21226
8731 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8732 stack value pieces are taken from the LSB end.
8733
8734 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8735
8736 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8737 variable at nonzero offset.
8738
8739 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8740
8741 * gdb.dwarf2/var-access.c: New file.
8742 * gdb.dwarf2/var-access.exp: New test.
8743 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8744
8745 2017-06-12 Tom Tromey <tom@tromey.com>
8746
8747 * gdb.dwarf2/formdata16.exp: Add tests.
8748
8749 2017-06-12 Tom Tromey <tom@tromey.com>
8750
8751 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8752
8753 2017-06-12 Tom Tromey <tom@tromey.com>
8754
8755 PR exp/16225:
8756 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8757 * gdb.arch/vsx-regs.exp: Update tests.
8758 * gdb.arch/s390-vregs.exp (hex128): New proc.
8759 Update test.
8760 * gdb.arch/altivec-regs.exp: Update tests.
8761
8762 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8763
8764 * gdb.base/startup-with-shell.c: New file.
8765 * gdb.base/startup-with-shell.exp: Likewise.
8766
8767 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8768
8769 * gdb.server/non-existing-program.exp: Update regex in order to
8770 reflect the fact that gdbserver is now using fork_inferior (with a
8771 shell) to startup the inferior.
8772
8773 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8774
8775 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8776 support function calls from GDB.
8777
8778 2017-05-21 Tom Tromey <tom@tromey.com>
8779
8780 PR rust/21466:
8781 * gdb.rust/unsized.exp: New file.
8782 * gdb.rust/unsized.rs: New file.
8783
8784 2017-05-19 Tom Tromey <tom@tromey.com>
8785
8786 PR rust/21484:
8787 * gdb.rust/watch.exp: New file.
8788 * gdb.rust/watch.rs: New file.
8789
8790 2017-05-18 Tom Tromey <tom@tromey.com>
8791
8792 * gdb.rust/simple.exp: Allow Box to be qualified.
8793
8794 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8795
8796 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8797
8798 2017-05-18 Pedro Alves <palves@redhat.com>
8799
8800 * gdb.base/fileio.c (test_write, test_read, test_close)
8801 (test_fstat): Don't print 'ret' in the fail path.
8802
8803 2017-05-18 Pedro Alves <palves@redhat.com>
8804
8805 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8806 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8807 (test_system, test_rename, test_unlink, test_time): Change
8808 prototypes.
8809 * gdb.base/fileio.exp (stop_msg): Adjust.
8810
8811 2017-05-18 Pedro Alves <palves@redhat.com>
8812
8813 * gdb.base/fileio.c (null_str): New global.
8814 (test_stat): Use it.
8815 * gdb.base/fileio.exp: Remove nowarnings.
8816
8817 2017-05-17 Yao Qi <yao.qi@linaro.org>
8818
8819 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8820
8821 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8822
8823 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8824 argument command.
8825 (top-level): Invoke test_set_inferior_tty.
8826
8827 2017-05-04 Pedro Alves <palves@redhat.com>
8828
8829 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8830 Add parens to print call for Python 3.
8831
8832 2017-05-03 Keith Seitz <keiths@redhat.com>
8833
8834 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8835 (main): Call it.
8836
8837 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8838
8839 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8840 to prev and next.
8841
8842 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8843
8844 * gdb.python/py-record-btrace.exp: Remove test for
8845 gdb.BtraceInstruction.error.
8846
8847 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8848
8849 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8850
8851 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8852
8853 * gdb.python/py-record-btrace-threads.c: New file.
8854 * gdb.python/py-record-btrace-threads.exp: New file.
8855
8856 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8857
8858 PR testsuite/8595
8859 * gdb.base/environ.exp: Make test available in all architectures.
8860 Move bits related to "info program" testing to
8861 gdb.base/info-program.exp. Rewrite tests to use the two new
8862 procedures mentione below.
8863 (test_set_show_env_var) New procedure.
8864 (test_set_show_env_var_equal): Likewise.
8865 * gdb.base/info-program.exp: New file.
8866
8867 2017-04-27 Keith Seitz <keiths@redhat.com>
8868
8869 * gdb.cp/oranking.cc (test15): New function.
8870 (main): Call test15 and declare additional variables for testing.
8871 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8872 "p foo101('abc')" tests.
8873 Add tests for cv qualifier overloads.
8874 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8875 "lvalue reference overload" test.
8876 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8877 "print value of f1 on Child&& in f2" test.
8878
8879 2017-04-19 Pedro Alves <palves@redhat.com>
8880
8881 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8882 procedure.
8883 (top level): Call it.
8884 * lib/gdb.exp (gdb_define_cmd): New procedure.
8885
8886 2017-04-12 Pedro Alves <palves@redhat.com>
8887
8888 PR gdb/21323
8889 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8890 (wchar): New global.
8891 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8892 (do_test_wide_char, wide_char_types_no_program, top level): Add
8893 wchar_t testing.
8894
8895 2017-04-12 Pedro Alves <palves@redhat.com>
8896
8897 PR c++/21323
8898 * gdb.cp/wide_char_types.c: New file.
8899 * gdb.cp/wide_char_types.exp: New file.
8900
8901 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8902
8903 PR gdb/21352
8904 * gdb.trace/tsv.exp: Add test for "tsave -r".
8905
8906 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8907
8908 * gdb.dlang/watch-loc.c: New file.
8909 * gdb.dlang/watch-loc.exp: New file.
8910
8911 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8912
8913 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8914
8915 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8916
8917 * gdb.arch/arc-analyze-prologue.S: New file.
8918 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8919
8920 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8921
8922 * gdb.arch/arc-decode-insn.S: New file.
8923 * gdb.arch/arc-decode-insn.exp: Likewise.
8924
8925 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8926
8927 PR tdep/20928
8928 * gdb.arch/sparc64-regs.exp: New file.
8929 * gdb.arch/sparc64-regs.S: Likewise.
8930
8931 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8932
8933 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8934 and memory view on Python 3.
8935
8936 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
8937 Keith Seitz <keiths@redhat.com>
8938
8939 PR gdb/14441
8940 * gdb.cp/demangle.exp: Add rvalue reference tests.
8941 * gdb.cp/rvalue-ref-casts.cc: New file.
8942 * gdb.cp/rvalue-ref-casts.exp: New file.
8943 * gdb.cp/rvalue-ref-overload.cc: New file.
8944 * gdb.cp/rvalue-ref-overload.exp: New file.
8945 * gdb.cp/rvalue-ref-params.cc: New file.
8946 * gdb.cp/rvalue-ref-params.exp: New file.
8947 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8948 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8949 * gdb.cp/rvalue-ref-types.cc: New file.
8950 * gdb.cp/rvalue-ref-types.exp: New file.
8951 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8952 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8953
8954 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8955
8956 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8957 New procedure.
8958
8959 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8960
8961 * lib/mi-support.exp (mi_gdb_test): Add additional message
8962 for unexpected output.
8963
8964 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8965
8966 * gdb.base/examine-backward.c (Barrier): New character array
8967 constant, to ensure that TestStrings is preceded by a string
8968 terminator.
8969
8970 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8971
8972 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8973 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8974 and implicit pointer into such a location.
8975
8976 2017-03-16 Doug Evans <dje@google.com>
8977
8978 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8979
8980 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8981
8982 * gdb.cp/m-static.exp: Fix expectation for prototype of
8983 test5.single_constructor and single_constructor::single_constructor.
8984
8985 2017-03-16 Doug Evans <dje@google.com>
8986
8987 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8988 * gdb.guile/scm-lazy-string.c: New file.
8989 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8990 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8991 for pointer, array, typedef lazy strings.
8992
8993 2017-03-16 Doug Evans <dje@google.com>
8994
8995 PR python/17728, python/18439, python/18779
8996 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8997 * gdb.python/py-lazy-string.c (pointer): New typedef.
8998 (main): New locals ptr, array, typedef_ptr.
8999 * gdb.python/py-value.exp: Move lazy string tests to ...
9000 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9001 array, typedef lazy strings.
9002
9003 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9004
9005 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9006 Add optional 'test' parameter.
9007
9008 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9009
9010 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9011 Skip for versions of DejaGnu < 1.5.
9012
9013 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9014
9015 * lib/gdb.exp (dejagnu_version): New proc.
9016 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9017 Use dejagnu_version.
9018
9019 2017-03-10 Keith Seitz <keiths@redhat.com>
9020
9021 PR c++/8128
9022 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9023 type from destructor regexps.
9024 Add a branch which actually passes the test.
9025 Adjust "ptype t5i" test names.
9026
9027 2017-03-08 Pedro Alves <palves@redhat.com>
9028
9029 * gdb.base/step-over-exit.exp: Add explicit test message.
9030
9031 2017-03-08 Pedro Alves <palves@redhat.com>
9032
9033 PR gdb/18360
9034 * gdb.threads/interrupt-while-step-over.c: New file.
9035 * gdb.threads/interrupt-while-step-over.exp: New file.
9036
9037 2017-03-08 Pedro Alves <palves@redhat.com>
9038
9039 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9040 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9041
9042 2017-03-08 Pedro Alves <palves@redhat.com>
9043
9044 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9045 PKRU as not supported as a PASS.
9046
9047 2017-03-08 Pedro Alves <palves@redhat.com>
9048
9049 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9050 prefix instead of $binfile1/$binfile2.
9051 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9052 in test message.
9053 * gdb.python/py-completion.exp: Use "load python file" as test
9054 messages instead of unstable path names.
9055
9056 2017-03-08 Pedro Alves <palves@redhat.com>
9057 Jan Kratochvil <jan.kratochvil@redhat.com>
9058
9059 PR cli/21218
9060 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9061 New proc.
9062 (top level): Call it.
9063
9064 2017-03-08 Pedro Alves <palves@redhat.com>
9065
9066 PR tui/21216
9067 * gdb.tui/tui-nl-filtered-output.exp: New file.
9068
9069 2017-03-08 Pedro Alves <palves@redhat.com>
9070
9071 * gdb.base/completion.exp: Move TUI completion tests to ...
9072 * gdb.tui/completion.exp: ... this new file.
9073
9074 2017-03-08 Pedro Alves <palves@redhat.com>
9075
9076 * gdb.base/tui-disasm-long-lines.c,
9077 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9078 gdb.base/tui-layout.exp: Move to ...
9079 * gdb.tui/: ... this new directory.
9080
9081 2017-03-07 Pedro Alves <palves@redhat.com>
9082
9083 * gdb.base/tui-layout.c: New file.
9084 * gdb.base/tui-layout.exp: New file.
9085
9086 2017-03-07 Pedro Alves <palves@redhat.com>
9087
9088 * gdb.base/tui-layout.c: Rename to ...
9089 * gdb.base/tui-disasm-long-lines.c: ... this.
9090 * gdb.base/tui-layout.exp: Rename to ...
9091 * gdb.base/tui-disasm-long-lines.exp: ... this.
9092
9093 2017-03-07 Pedro Alves <palves@redhat.com>
9094
9095 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9096
9097 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9098
9099 * i386-mpx-call.c: New file.
9100 * i386-mpx-call.exp: New file.
9101
9102 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9103
9104 * gdb.arch/powerpc-power.exp: Delete test.
9105 * gdb.arch/powerpc-power.s: Likewise.
9106 * gdb.disasm/disassembler-options.exp: New test.
9107 * gdb.arch/powerpc-altivec.exp: Likewise.
9108 * gdb.arch/powerpc-altivec.s: Likewise.
9109 * gdb.arch/powerpc-altivec2.exp: Likewise.
9110 * gdb.arch/powerpc-altivec2.s: Likewise.
9111 * gdb.arch/powerpc-altivec3.exp: Likewise.
9112 * gdb.arch/powerpc-altivec3.s: Likewise.
9113 * gdb.arch/powerpc-power7.exp: Likewise.
9114 * gdb.arch/powerpc-power7.s: Likewise.
9115 * gdb.arch/powerpc-power8.exp: Likewise.
9116 * gdb.arch/powerpc-power8.s: Likewise.
9117 * gdb.arch/powerpc-power9.exp: Likewise.
9118 * gdb.arch/powerpc-power9.s: Likewise.
9119 * gdb.arch/powerpc-vsx.exp: Likewise.
9120 * gdb.arch/powerpc-vsx.s: Likewise.
9121 * gdb.arch/powerpc-vsx2.exp: Likewise.
9122 * gdb.arch/powerpc-vsx2.s: Likewise.
9123 * gdb.arch/powerpc-vsx3.exp: Likewise.
9124 * gdb.arch/powerpc-vsx3.s: Likewise.
9125 * gdb.arch/arm-disassembler-options.exp: Likewise.
9126 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9127 * gdb.arch/s390-disassembler-options.exp: Likewise.
9128
9129 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
9130
9131 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9132 (check_supported_features): ... this. Changed return type to void.
9133 (supports_rdseed): New static global.
9134 (rdseed): Check supports_rdseed.
9135 (initialize): Call check_supported_features.
9136
9137 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9138
9139 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9140 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9141 and lqarx/stqcx.
9142 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9143 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9144
9145 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9146
9147 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9148 uppercase.
9149
9150 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9151
9152 * gdb.dwarf2/formdata16.c: New file.
9153 * gdb.dwarf2/formdata16.exp: New file.
9154 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9155
9156 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9157
9158 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9159 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9160 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9161 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9162 DW_AT_GNU_*.
9163
9164 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9165
9166 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9167
9168 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9169
9170 PR gdb/21164
9171 * gdb.base/maint.exp: Add testcases for when the commands do
9172 not have arguments.
9173
9174 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9175
9176 * gdb.cp/chained-calls.exp: Use p instead of P.
9177
9178 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9179
9180 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9181 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9182
9183 2017-02-14 Tom Tromey <tom@tromey.com>
9184
9185 PR python/13598:
9186 * gdb.python/py-events.exp: Add before_prompt event tests.
9187
9188 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9189
9190 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9191
9192 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9193
9194 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9195 (main): Call my_unique_function_name.
9196 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9197 completion of patterns with a single match.
9198 Add missing -re switches to gdb_test_multiple calls.
9199
9200 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9201
9202 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9203 return if core file is not recognized.
9204
9205 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9206
9207 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9208 and extra UIs.
9209
9210 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9211
9212 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9213 proc_with_prefix.
9214
9215 2017-02-10 Tom Tromey <tom@tromey.com>
9216
9217 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9218
9219 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
9220
9221 PR gdb/21122
9222 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9223
9224 2017-02-08 Jerome Guitton <guitton@adacore.com>
9225
9226 * gdb.base/define.exp: Add test for command abbreviations
9227 in define.
9228
9229 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
9230
9231 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9232 * gdb.reverse/insn-reverse-x86.c: New file.
9233
9234 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9235
9236 PR tdep/20936
9237 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9238
9239 2017-02-03 Tom Tromey <tom@tromey.com>
9240
9241 PR rust/21097:
9242 * gdb.rust/simple.exp: Add new tests.
9243
9244 2017-02-02 Pedro Alves <palves@redhat.com>
9245
9246 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9247 tests.
9248
9249 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9250
9251 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9252 taking a 2-byte value out of a 4-byte DWARF implicit value on
9253 big-endian targets.
9254 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9255 logic. Add test cases for DW_OP_implicit.
9256
9257 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9258
9259 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9260
9261 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9262
9263 * gdb.btrace/enable.exp: Call gdb_exit before
9264 skip_gdbserver_tests.
9265
9266 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9267
9268 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9269 GDBFLAGS.
9270
9271 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9272
9273 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9274 the test is skipped.
9275 * gdb.btrace/data.exp: Likewise.
9276 * gdb.btrace/delta.exp: Likewise.
9277 * gdb.btrace/dlopen.exp: Likewise.
9278 * gdb.btrace/enable-running.exp: Likewise.
9279 * gdb.btrace/enable.exp: Likewise.
9280 * gdb.btrace/exception.exp: Likewise.
9281 * gdb.btrace/function_call_history.exp: Likewise.
9282 * gdb.btrace/gcore.exp: Likewise.
9283 * gdb.btrace/instruction_history.exp: Likewise.
9284 * gdb.btrace/multi-thread-step.exp: Likewise.
9285 * gdb.btrace/nohist.exp: Likewise.
9286 * gdb.btrace/non-stop.exp: Likewise.
9287 * gdb.btrace/reconnect.exp: Likewise.
9288 * gdb.btrace/record_goto-step.exp: Likewise.
9289 * gdb.btrace/record_goto.exp: Likewise.
9290 * gdb.btrace/rn-dl-bind.exp: Likewise.
9291 * gdb.btrace/segv.exp: Likewise.
9292 * gdb.btrace/step.exp: Likewise.
9293 * gdb.btrace/stepi.exp: Likewise.
9294 * gdb.btrace/tailcall-only.exp: Likewise.
9295 * gdb.btrace/tailcall.exp: Likewise.
9296 * gdb.btrace/tsx.exp: Likewise.
9297 * gdb.btrace/unknown_functions.exp: Likewise.
9298 * gdb.btrace/vdso.exp: Likewise.
9299
9300 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9301
9302 * gdb.btrace/enable-running.c: New.
9303 * gdb.btrace/enable-running.exp: New.
9304
9305 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9306
9307 * gdb.arch/amd64-gs_base.c: New file.
9308 * gdb.arch/amd64-gs_base.exp: New file.
9309
9310 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9311
9312 * lib/memory.exp: Remove spurious empty newlines.
9313
9314 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9315
9316 * gdb.python/py-bad-printers.exp: Load python file using "source".
9317 * gdb.python/py-events.exp: Likewise.
9318 * gdb.python/py-evsignal.exp: Likewise.
9319 * gdb.python/py-evthreads.exp: Likewise.
9320 * gdb.python/py-frame-args.exp: Likewise.
9321 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9322 * gdb.python/py-framefilter-mi.exp: Likewise.
9323 * gdb.python/py-framefilter.exp: Likewise.
9324 * gdb.python/py-mi.exp: Likewise.
9325 * gdb.python/py-pp-maint.exp: Likewise.
9326 * gdb.python/py-pp-registration.exp: Likewise.
9327 * gdb.python/py-prettyprint.exp: Likewise.
9328 (run_lang_tests): Likewise.
9329 * gdb.python/py-typeprint.exp: Likewise.
9330
9331 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9332
9333 * lib/memory.exp: New file.
9334 * lib/gdb.exp: Load memory.exp.
9335 * gdb.base/memattr.exp (delete_memory): Move proc to
9336 lib/memory.exp and rename to delete_memory_regions.
9337 Replace delete_memory with delete_memory_regions.
9338 Cleanup memory regions before tests.
9339 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9340 before tests.
9341
9342 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9343
9344 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9345 files.
9346 (initialize): New function conditionally defined.
9347 (testcases): Move within conditional block.
9348 (main): Call initialize.
9349 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9350 of gdb.reverse/insn-reverse.c.
9351 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9352 gdb.reverse/insn-reverse.c.
9353
9354 2017-01-26 Yao Qi <yao.qi@linaro.org>
9355
9356 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9357 disassemble on address 0.
9358
9359 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9360 Yao Qi <yao.qi@linaro.org>
9361
9362 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9363 * gdb.dwarf2/implptr-64bit.S: Remove.
9364 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9365 variables in caller's context. Add DW_OP_implicit_value.
9366
9367 2017-01-25 Yao Qi <yao.qi@linaro.org>
9368
9369 * lib/dwarf.exp (Dwarf::_location): Handle
9370 DW_OP_GNU_implicit_pointer with proper size.
9371
9372 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9373
9374 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9375 and add untested calls.
9376
9377 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9378
9379 * gdb.python/python.exp: Check line number against what GDB thinks
9380 the line number is for func1.
9381
9382 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9383
9384 * gdb.dlang/debug-expr.exp: New file.
9385
9386 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
9387
9388 Fix test names for the following files:
9389
9390 * gdb.ada/exec_changed.exp
9391 * gdb.ada/info_types.exp
9392 * gdb.arch/aarch64-atomic-inst.exp
9393 * gdb.arch/aarch64-fp.exp
9394 * gdb.arch/altivec-abi.exp
9395 * gdb.arch/altivec-regs.exp
9396 * gdb.arch/amd64-byte.exp
9397 * gdb.arch/amd64-disp-step.exp
9398 * gdb.arch/amd64-dword.exp
9399 * gdb.arch/amd64-entry-value-inline.exp
9400 * gdb.arch/amd64-entry-value-param.exp
9401 * gdb.arch/amd64-entry-value-paramref.exp
9402 * gdb.arch/amd64-entry-value.exp
9403 * gdb.arch/amd64-i386-address.exp
9404 * gdb.arch/amd64-invalid-stack-middle.exp
9405 * gdb.arch/amd64-invalid-stack-top.exp
9406 * gdb.arch/amd64-optimout-repeat.exp
9407 * gdb.arch/amd64-prologue-skip.exp
9408 * gdb.arch/amd64-prologue-xmm.exp
9409 * gdb.arch/amd64-stap-special-operands.exp
9410 * gdb.arch/amd64-stap-wrong-subexp.exp
9411 * gdb.arch/amd64-tailcall-cxx.exp
9412 * gdb.arch/amd64-tailcall-noret.exp
9413 * gdb.arch/amd64-tailcall-ret.exp
9414 * gdb.arch/amd64-tailcall-self.exp
9415 * gdb.arch/amd64-word.exp
9416 * gdb.arch/arm-bl-branch-dest.exp
9417 * gdb.arch/arm-disp-step.exp
9418 * gdb.arch/arm-neon.exp
9419 * gdb.arch/arm-single-step-kernel-helper.exp
9420 * gdb.arch/avr-flash-qualifier.exp
9421 * gdb.arch/disp-step-insn-reloc.exp
9422 * gdb.arch/e500-abi.exp
9423 * gdb.arch/e500-regs.exp
9424 * gdb.arch/ftrace-insn-reloc.exp
9425 * gdb.arch/i386-avx512.exp
9426 * gdb.arch/i386-bp_permanent.exp
9427 * gdb.arch/i386-byte.exp
9428 * gdb.arch/i386-cfi-notcurrent.exp
9429 * gdb.arch/i386-disp-step.exp
9430 * gdb.arch/i386-dr3-watch.exp
9431 * gdb.arch/i386-float.exp
9432 * gdb.arch/i386-gnu-cfi.exp
9433 * gdb.arch/i386-mpx-map.exp
9434 * gdb.arch/i386-mpx-sigsegv.exp
9435 * gdb.arch/i386-mpx-simple_segv.exp
9436 * gdb.arch/i386-mpx.exp
9437 * gdb.arch/i386-permbkpt.exp
9438 * gdb.arch/i386-prologue.exp
9439 * gdb.arch/i386-signal.exp
9440 * gdb.arch/i386-size-overlap.exp
9441 * gdb.arch/i386-unwind.exp
9442 * gdb.arch/i386-word.exp
9443 * gdb.arch/mips-fcr.exp
9444 * gdb.arch/powerpc-d128-regs.exp
9445 * gdb.arch/powerpc-stackless.exp
9446 * gdb.arch/ppc64-atomic-inst.exp
9447 * gdb.arch/s390-stackless.exp
9448 * gdb.arch/s390-tdbregs.exp
9449 * gdb.arch/s390-vregs.exp
9450 * gdb.arch/sparc-sysstep.exp
9451 * gdb.arch/thumb-bx-pc.exp
9452 * gdb.arch/thumb-singlestep.exp
9453 * gdb.arch/thumb2-it.exp
9454 * gdb.arch/vsx-regs.exp
9455 * gdb.asm/asm-source.exp
9456 * gdb.base/a2-run.exp
9457 * gdb.base/advance.exp
9458 * gdb.base/all-bin.exp
9459 * gdb.base/anon.exp
9460 * gdb.base/args.exp
9461 * gdb.base/arithmet.exp
9462 * gdb.base/async-shell.exp
9463 * gdb.base/async.exp
9464 * gdb.base/attach-pie-noexec.exp
9465 * gdb.base/attach-twice.exp
9466 * gdb.base/auto-load.exp
9467 * gdb.base/bang.exp
9468 * gdb.base/bitfields.exp
9469 * gdb.base/break-always.exp
9470 * gdb.base/break-caller-line.exp
9471 * gdb.base/break-entry.exp
9472 * gdb.base/break-inline.exp
9473 * gdb.base/break-on-linker-gcd-function.exp
9474 * gdb.base/break-probes.exp
9475 * gdb.base/break.exp
9476 * gdb.base/breakpoint-shadow.exp
9477 * gdb.base/call-ar-st.exp
9478 * gdb.base/call-sc.exp
9479 * gdb.base/call-signal-resume.exp
9480 * gdb.base/call-strs.exp
9481 * gdb.base/callfuncs.exp
9482 * gdb.base/catch-fork-static.exp
9483 * gdb.base/catch-gdb-caused-signals.exp
9484 * gdb.base/catch-load.exp
9485 * gdb.base/catch-signal-fork.exp
9486 * gdb.base/catch-signal.exp
9487 * gdb.base/catch-syscall.exp
9488 * gdb.base/charset.exp
9489 * gdb.base/checkpoint.exp
9490 * gdb.base/chng-syms.exp
9491 * gdb.base/code-expr.exp
9492 * gdb.base/code_elim.exp
9493 * gdb.base/commands.exp
9494 * gdb.base/completion.exp
9495 * gdb.base/complex.exp
9496 * gdb.base/cond-expr.exp
9497 * gdb.base/condbreak.exp
9498 * gdb.base/consecutive.exp
9499 * gdb.base/continue-all-already-running.exp
9500 * gdb.base/coredump-filter.exp
9501 * gdb.base/corefile.exp
9502 * gdb.base/dbx.exp
9503 * gdb.base/debug-expr.exp
9504 * gdb.base/define.exp
9505 * gdb.base/del.exp
9506 * gdb.base/disabled-location.exp
9507 * gdb.base/disasm-end-cu.exp
9508 * gdb.base/disasm-optim.exp
9509 * gdb.base/display.exp
9510 * gdb.base/duplicate-bp.exp
9511 * gdb.base/ena-dis-br.exp
9512 * gdb.base/ending-run.exp
9513 * gdb.base/enumval.exp
9514 * gdb.base/environ.exp
9515 * gdb.base/eu-strip-infcall.exp
9516 * gdb.base/eval-avoid-side-effects.exp
9517 * gdb.base/eval-skip.exp
9518 * gdb.base/exitsignal.exp
9519 * gdb.base/expand-psymtabs.exp
9520 * gdb.base/filesym.exp
9521 * gdb.base/find-unmapped.exp
9522 * gdb.base/finish.exp
9523 * gdb.base/float.exp
9524 * gdb.base/foll-exec-mode.exp
9525 * gdb.base/foll-exec.exp
9526 * gdb.base/foll-fork.exp
9527 * gdb.base/fortran-sym-case.exp
9528 * gdb.base/freebpcmd.exp
9529 * gdb.base/func-ptr.exp
9530 * gdb.base/func-ptrs.exp
9531 * gdb.base/funcargs.exp
9532 * gdb.base/gcore-buffer-overflow.exp
9533 * gdb.base/gcore-relro-pie.exp
9534 * gdb.base/gcore-relro.exp
9535 * gdb.base/gcore.exp
9536 * gdb.base/gdb1090.exp
9537 * gdb.base/gdb11530.exp
9538 * gdb.base/gdb11531.exp
9539 * gdb.base/gdb1821.exp
9540 * gdb.base/gdbindex-stabs.exp
9541 * gdb.base/gdbvars.exp
9542 * gdb.base/hbreak.exp
9543 * gdb.base/hbreak2.exp
9544 * gdb.base/included.exp
9545 * gdb.base/infcall-input.exp
9546 * gdb.base/inferior-died.exp
9547 * gdb.base/infnan.exp
9548 * gdb.base/info-macros.exp
9549 * gdb.base/info-os.exp
9550 * gdb.base/info-proc.exp
9551 * gdb.base/info-shared.exp
9552 * gdb.base/info-target.exp
9553 * gdb.base/infoline.exp
9554 * gdb.base/interp.exp
9555 * gdb.base/interrupt.exp
9556 * gdb.base/jit-reader.exp
9557 * gdb.base/jit-simple.exp
9558 * gdb.base/kill-after-signal.exp
9559 * gdb.base/kill-detach-inferiors-cmd.exp
9560 * gdb.base/label.exp
9561 * gdb.base/langs.exp
9562 * gdb.base/ldbl_e308.exp
9563 * gdb.base/line-symtabs.exp
9564 * gdb.base/linespecs.exp
9565 * gdb.base/list.exp
9566 * gdb.base/long_long.exp
9567 * gdb.base/longest-types.exp
9568 * gdb.base/maint.exp
9569 * gdb.base/max-value-size.exp
9570 * gdb.base/memattr.exp
9571 * gdb.base/mips_pro.exp
9572 * gdb.base/morestack.exp
9573 * gdb.base/moribund-step.exp
9574 * gdb.base/multi-forks.exp
9575 * gdb.base/nested-addr.exp
9576 * gdb.base/nextoverexit.exp
9577 * gdb.base/noreturn-finish.exp
9578 * gdb.base/noreturn-return.exp
9579 * gdb.base/nostdlib.exp
9580 * gdb.base/offsets.exp
9581 * gdb.base/opaque.exp
9582 * gdb.base/pc-fp.exp
9583 * gdb.base/permissions.exp
9584 * gdb.base/print-symbol-loading.exp
9585 * gdb.base/prologue-include.exp
9586 * gdb.base/psymtab.exp
9587 * gdb.base/ptype.exp
9588 * gdb.base/random-signal.exp
9589 * gdb.base/randomize.exp
9590 * gdb.base/range-stepping.exp
9591 * gdb.base/readline-ask.exp
9592 * gdb.base/recpar.exp
9593 * gdb.base/recurse.exp
9594 * gdb.base/relational.exp
9595 * gdb.base/restore.exp
9596 * gdb.base/return-nodebug.exp
9597 * gdb.base/return.exp
9598 * gdb.base/run-after-attach.exp
9599 * gdb.base/save-bp.exp
9600 * gdb.base/scope.exp
9601 * gdb.base/sect-cmd.exp
9602 * gdb.base/set-lang-auto.exp
9603 * gdb.base/set-noassign.exp
9604 * gdb.base/setvar.exp
9605 * gdb.base/sigall.exp
9606 * gdb.base/sigbpt.exp
9607 * gdb.base/siginfo-addr.exp
9608 * gdb.base/siginfo-infcall.exp
9609 * gdb.base/siginfo-obj.exp
9610 * gdb.base/siginfo.exp
9611 * gdb.base/signals-state-child.exp
9612 * gdb.base/signest.exp
9613 * gdb.base/sigstep.exp
9614 * gdb.base/sizeof.exp
9615 * gdb.base/skip.exp
9616 * gdb.base/solib-corrupted.exp
9617 * gdb.base/solib-nodir.exp
9618 * gdb.base/solib-search.exp
9619 * gdb.base/stack-checking.exp
9620 * gdb.base/stale-infcall.exp
9621 * gdb.base/stap-probe.exp
9622 * gdb.base/start.exp
9623 * gdb.base/step-break.exp
9624 * gdb.base/step-bt.exp
9625 * gdb.base/step-line.exp
9626 * gdb.base/step-over-exit.exp
9627 * gdb.base/step-over-syscall.exp
9628 * gdb.base/step-resume-infcall.exp
9629 * gdb.base/step-test.exp
9630 * gdb.base/store.exp
9631 * gdb.base/structs3.exp
9632 * gdb.base/sym-file.exp
9633 * gdb.base/symbol-without-target_section.exp
9634 * gdb.base/term.exp
9635 * gdb.base/testenv.exp
9636 * gdb.base/ui-redirect.exp
9637 * gdb.base/until.exp
9638 * gdb.base/unwindonsignal.exp
9639 * gdb.base/value-double-free.exp
9640 * gdb.base/vla-datatypes.exp
9641 * gdb.base/vla-ptr.exp
9642 * gdb.base/vla-sideeffect.exp
9643 * gdb.base/volatile.exp
9644 * gdb.base/watch-cond-infcall.exp
9645 * gdb.base/watch-cond.exp
9646 * gdb.base/watch-non-mem.exp
9647 * gdb.base/watch-read.exp
9648 * gdb.base/watch-vfork.exp
9649 * gdb.base/watchpoint-cond-gone.exp
9650 * gdb.base/watchpoint-delete.exp
9651 * gdb.base/watchpoint-hw-hit-once.exp
9652 * gdb.base/watchpoint-hw.exp
9653 * gdb.base/watchpoint-stops-at-right-insn.exp
9654 * gdb.base/watchpoints.exp
9655 * gdb.base/wchar.exp
9656 * gdb.base/whatis-exp.exp
9657 * gdb.btrace/buffer-size.exp
9658 * gdb.btrace/data.exp
9659 * gdb.btrace/delta.exp
9660 * gdb.btrace/dlopen.exp
9661 * gdb.btrace/enable.exp
9662 * gdb.btrace/exception.exp
9663 * gdb.btrace/function_call_history.exp
9664 * gdb.btrace/gcore.exp
9665 * gdb.btrace/instruction_history.exp
9666 * gdb.btrace/nohist.exp
9667 * gdb.btrace/reconnect.exp
9668 * gdb.btrace/record_goto-step.exp
9669 * gdb.btrace/record_goto.exp
9670 * gdb.btrace/rn-dl-bind.exp
9671 * gdb.btrace/segv.exp
9672 * gdb.btrace/step.exp
9673 * gdb.btrace/stepi.exp
9674 * gdb.btrace/tailcall-only.exp
9675 * gdb.btrace/tailcall.exp
9676 * gdb.btrace/tsx.exp
9677 * gdb.btrace/unknown_functions.exp
9678 * gdb.btrace/vdso.exp
9679 * gdb.compile/compile-ifunc.exp
9680 * gdb.compile/compile-ops.exp
9681 * gdb.compile/compile-print.exp
9682 * gdb.compile/compile-setjmp.exp
9683 * gdb.cp/abstract-origin.exp
9684 * gdb.cp/ambiguous.exp
9685 * gdb.cp/annota2.exp
9686 * gdb.cp/annota3.exp
9687 * gdb.cp/anon-ns.exp
9688 * gdb.cp/anon-struct.exp
9689 * gdb.cp/anon-union.exp
9690 * gdb.cp/arg-reference.exp
9691 * gdb.cp/baseenum.exp
9692 * gdb.cp/bool.exp
9693 * gdb.cp/breakpoint.exp
9694 * gdb.cp/bs15503.exp
9695 * gdb.cp/call-c.exp
9696 * gdb.cp/casts.exp
9697 * gdb.cp/chained-calls.exp
9698 * gdb.cp/class2.exp
9699 * gdb.cp/classes.exp
9700 * gdb.cp/cmpd-minsyms.exp
9701 * gdb.cp/converts.exp
9702 * gdb.cp/cp-relocate.exp
9703 * gdb.cp/cpcompletion.exp
9704 * gdb.cp/cpexprs.exp
9705 * gdb.cp/cplabel.exp
9706 * gdb.cp/cplusfuncs.exp
9707 * gdb.cp/cpsizeof.exp
9708 * gdb.cp/ctti.exp
9709 * gdb.cp/derivation.exp
9710 * gdb.cp/destrprint.exp
9711 * gdb.cp/dispcxx.exp
9712 * gdb.cp/enum-class.exp
9713 * gdb.cp/exception.exp
9714 * gdb.cp/exceptprint.exp
9715 * gdb.cp/expand-psymtabs-cxx.exp
9716 * gdb.cp/expand-sals.exp
9717 * gdb.cp/extern-c.exp
9718 * gdb.cp/filename.exp
9719 * gdb.cp/formatted-ref.exp
9720 * gdb.cp/fpointer.exp
9721 * gdb.cp/gdb1355.exp
9722 * gdb.cp/gdb2495.exp
9723 * gdb.cp/hang.exp
9724 * gdb.cp/impl-this.exp
9725 * gdb.cp/infcall-dlopen.exp
9726 * gdb.cp/inherit.exp
9727 * gdb.cp/iostream.exp
9728 * gdb.cp/koenig.exp
9729 * gdb.cp/local.exp
9730 * gdb.cp/m-data.exp
9731 * gdb.cp/m-static.exp
9732 * gdb.cp/mb-ctor.exp
9733 * gdb.cp/mb-inline.exp
9734 * gdb.cp/mb-templates.exp
9735 * gdb.cp/member-name.exp
9736 * gdb.cp/member-ptr.exp
9737 * gdb.cp/meth-typedefs.exp
9738 * gdb.cp/method.exp
9739 * gdb.cp/method2.exp
9740 * gdb.cp/minsym-fallback.exp
9741 * gdb.cp/misc.exp
9742 * gdb.cp/namelessclass.exp
9743 * gdb.cp/namespace-enum.exp
9744 * gdb.cp/namespace-nested-import.exp
9745 * gdb.cp/namespace.exp
9746 * gdb.cp/nextoverthrow.exp
9747 * gdb.cp/no-dmgl-verbose.exp
9748 * gdb.cp/non-trivial-retval.exp
9749 * gdb.cp/noparam.exp
9750 * gdb.cp/nsdecl.exp
9751 * gdb.cp/nsimport.exp
9752 * gdb.cp/nsnested.exp
9753 * gdb.cp/nsnoimports.exp
9754 * gdb.cp/nsrecurs.exp
9755 * gdb.cp/nsstress.exp
9756 * gdb.cp/nsusing.exp
9757 * gdb.cp/operator.exp
9758 * gdb.cp/oranking.exp
9759 * gdb.cp/overload-const.exp
9760 * gdb.cp/overload.exp
9761 * gdb.cp/ovldbreak.exp
9762 * gdb.cp/ovsrch.exp
9763 * gdb.cp/paren-type.exp
9764 * gdb.cp/parse-lang.exp
9765 * gdb.cp/pass-by-ref.exp
9766 * gdb.cp/pr-1023.exp
9767 * gdb.cp/pr-1210.exp
9768 * gdb.cp/pr-574.exp
9769 * gdb.cp/pr10687.exp
9770 * gdb.cp/pr12028.exp
9771 * gdb.cp/pr17132.exp
9772 * gdb.cp/pr17494.exp
9773 * gdb.cp/pr9067.exp
9774 * gdb.cp/pr9167.exp
9775 * gdb.cp/pr9631.exp
9776 * gdb.cp/printmethod.exp
9777 * gdb.cp/psmang.exp
9778 * gdb.cp/psymtab-parameter.exp
9779 * gdb.cp/ptype-cv-cp.exp
9780 * gdb.cp/ptype-flags.exp
9781 * gdb.cp/re-set-overloaded.exp
9782 * gdb.cp/ref-types.exp
9783 * gdb.cp/rtti.exp
9784 * gdb.cp/scope-err.exp
9785 * gdb.cp/shadow.exp
9786 * gdb.cp/smartp.exp
9787 * gdb.cp/static-method.exp
9788 * gdb.cp/static-print-quit.exp
9789 * gdb.cp/temargs.exp
9790 * gdb.cp/templates.exp
9791 * gdb.cp/try_catch.exp
9792 * gdb.cp/typedef-operator.exp
9793 * gdb.cp/typeid.exp
9794 * gdb.cp/userdef.exp
9795 * gdb.cp/using-crash.exp
9796 * gdb.cp/var-tag.exp
9797 * gdb.cp/virtbase.exp
9798 * gdb.cp/virtfunc.exp
9799 * gdb.cp/virtfunc2.exp
9800 * gdb.cp/vla-cxx.exp
9801 * gdb.disasm/t01_mov.exp
9802 * gdb.disasm/t02_mova.exp
9803 * gdb.disasm/t03_add.exp
9804 * gdb.disasm/t04_sub.exp
9805 * gdb.disasm/t05_cmp.exp
9806 * gdb.disasm/t06_ari2.exp
9807 * gdb.disasm/t07_ari3.exp
9808 * gdb.disasm/t08_or.exp
9809 * gdb.disasm/t09_xor.exp
9810 * gdb.disasm/t10_and.exp
9811 * gdb.disasm/t11_logs.exp
9812 * gdb.disasm/t12_bit.exp
9813 * gdb.disasm/t13_otr.exp
9814 * gdb.dlang/circular.exp
9815 * gdb.dwarf2/arr-stride.exp
9816 * gdb.dwarf2/arr-subrange.exp
9817 * gdb.dwarf2/atomic-type.exp
9818 * gdb.dwarf2/bad-regnum.exp
9819 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9820 * gdb.dwarf2/callframecfa.exp
9821 * gdb.dwarf2/clztest.exp
9822 * gdb.dwarf2/corrupt.exp
9823 * gdb.dwarf2/data-loc.exp
9824 * gdb.dwarf2/dup-psym.exp
9825 * gdb.dwarf2/dw2-anon-mptr.exp
9826 * gdb.dwarf2/dw2-anonymous-func.exp
9827 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9828 * gdb.dwarf2/dw2-bad-unresolved.exp
9829 * gdb.dwarf2/dw2-basic.exp
9830 * gdb.dwarf2/dw2-canonicalize-type.exp
9831 * gdb.dwarf2/dw2-case-insensitive.exp
9832 * gdb.dwarf2/dw2-common-block.exp
9833 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9834 * gdb.dwarf2/dw2-compressed.exp
9835 * gdb.dwarf2/dw2-const.exp
9836 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9837 * gdb.dwarf2/dw2-cu-size.exp
9838 * gdb.dwarf2/dw2-dup-frame.exp
9839 * gdb.dwarf2/dw2-entry-value.exp
9840 * gdb.dwarf2/dw2-icycle.exp
9841 * gdb.dwarf2/dw2-ifort-parameter.exp
9842 * gdb.dwarf2/dw2-inline-break.exp
9843 * gdb.dwarf2/dw2-inline-param.exp
9844 * gdb.dwarf2/dw2-intercu.exp
9845 * gdb.dwarf2/dw2-intermix.exp
9846 * gdb.dwarf2/dw2-lexical-block-bare.exp
9847 * gdb.dwarf2/dw2-linkage-name-trust.exp
9848 * gdb.dwarf2/dw2-minsym-in-cu.exp
9849 * gdb.dwarf2/dw2-noloc.exp
9850 * gdb.dwarf2/dw2-op-call.exp
9851 * gdb.dwarf2/dw2-op-out-param.exp
9852 * gdb.dwarf2/dw2-opt-structptr.exp
9853 * gdb.dwarf2/dw2-param-error.exp
9854 * gdb.dwarf2/dw2-producer.exp
9855 * gdb.dwarf2/dw2-ranges-base.exp
9856 * gdb.dwarf2/dw2-ref-missing-frame.exp
9857 * gdb.dwarf2/dw2-reg-undefined.exp
9858 * gdb.dwarf2/dw2-regno-invalid.exp
9859 * gdb.dwarf2/dw2-restore.exp
9860 * gdb.dwarf2/dw2-restrict.exp
9861 * gdb.dwarf2/dw2-single-line-discriminators.exp
9862 * gdb.dwarf2/dw2-strp.exp
9863 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9864 * gdb.dwarf2/dw2-unresolved.exp
9865 * gdb.dwarf2/dw2-var-zero-addr.exp
9866 * gdb.dwarf2/dw4-sig-types.exp
9867 * gdb.dwarf2/dwz.exp
9868 * gdb.dwarf2/dynarr-ptr.exp
9869 * gdb.dwarf2/enum-type.exp
9870 * gdb.dwarf2/gdb-index.exp
9871 * gdb.dwarf2/implptr-64bit.exp
9872 * gdb.dwarf2/implptr-optimized-out.exp
9873 * gdb.dwarf2/implptr.exp
9874 * gdb.dwarf2/implref-array.exp
9875 * gdb.dwarf2/implref-const.exp
9876 * gdb.dwarf2/implref-global.exp
9877 * gdb.dwarf2/implref-struct.exp
9878 * gdb.dwarf2/mac-fileno.exp
9879 * gdb.dwarf2/main-subprogram.exp
9880 * gdb.dwarf2/member-ptr-forwardref.exp
9881 * gdb.dwarf2/method-ptr.exp
9882 * gdb.dwarf2/missing-sig-type.exp
9883 * gdb.dwarf2/nonvar-access.exp
9884 * gdb.dwarf2/opaque-type-lookup.exp
9885 * gdb.dwarf2/pieces-optimized-out.exp
9886 * gdb.dwarf2/pieces.exp
9887 * gdb.dwarf2/pr10770.exp
9888 * gdb.dwarf2/pr13961.exp
9889 * gdb.dwarf2/staticvirtual.exp
9890 * gdb.dwarf2/subrange.exp
9891 * gdb.dwarf2/symtab-producer.exp
9892 * gdb.dwarf2/trace-crash.exp
9893 * gdb.dwarf2/typeddwarf.exp
9894 * gdb.dwarf2/valop.exp
9895 * gdb.dwarf2/watch-notconst.exp
9896 * gdb.fortran/array-element.exp
9897 * gdb.fortran/charset.exp
9898 * gdb.fortran/common-block.exp
9899 * gdb.fortran/complex.exp
9900 * gdb.fortran/derived-type-function.exp
9901 * gdb.fortran/derived-type.exp
9902 * gdb.fortran/logical.exp
9903 * gdb.fortran/module.exp
9904 * gdb.fortran/multi-dim.exp
9905 * gdb.fortran/nested-funcs.exp
9906 * gdb.fortran/print-formatted.exp
9907 * gdb.fortran/subarray.exp
9908 * gdb.fortran/vla-alloc-assoc.exp
9909 * gdb.fortran/vla-datatypes.exp
9910 * gdb.fortran/vla-history.exp
9911 * gdb.fortran/vla-ptr-info.exp
9912 * gdb.fortran/vla-ptype-sub.exp
9913 * gdb.fortran/vla-ptype.exp
9914 * gdb.fortran/vla-sizeof.exp
9915 * gdb.fortran/vla-type.exp
9916 * gdb.fortran/vla-value-sub-arbitrary.exp
9917 * gdb.fortran/vla-value-sub-finish.exp
9918 * gdb.fortran/vla-value-sub.exp
9919 * gdb.fortran/vla-value.exp
9920 * gdb.fortran/whatis_type.exp
9921 * gdb.go/chan.exp
9922 * gdb.go/handcall.exp
9923 * gdb.go/hello.exp
9924 * gdb.go/integers.exp
9925 * gdb.go/methods.exp
9926 * gdb.go/package.exp
9927 * gdb.go/strings.exp
9928 * gdb.go/types.exp
9929 * gdb.go/unsafe.exp
9930 * gdb.guile/scm-arch.exp
9931 * gdb.guile/scm-block.exp
9932 * gdb.guile/scm-breakpoint.exp
9933 * gdb.guile/scm-cmd.exp
9934 * gdb.guile/scm-disasm.exp
9935 * gdb.guile/scm-equal.exp
9936 * gdb.guile/scm-frame-args.exp
9937 * gdb.guile/scm-frame-inline.exp
9938 * gdb.guile/scm-frame.exp
9939 * gdb.guile/scm-iterator.exp
9940 * gdb.guile/scm-math.exp
9941 * gdb.guile/scm-objfile.exp
9942 * gdb.guile/scm-ports.exp
9943 * gdb.guile/scm-symbol.exp
9944 * gdb.guile/scm-symtab.exp
9945 * gdb.guile/scm-value-cc.exp
9946 * gdb.guile/types-module.exp
9947 * gdb.linespec/break-ask.exp
9948 * gdb.linespec/cpexplicit.exp
9949 * gdb.linespec/explicit.exp
9950 * gdb.linespec/keywords.exp
9951 * gdb.linespec/linespec.exp
9952 * gdb.linespec/ls-dollar.exp
9953 * gdb.linespec/ls-errs.exp
9954 * gdb.linespec/skip-two.exp
9955 * gdb.linespec/thread.exp
9956 * gdb.mi/mi-async.exp
9957 * gdb.mi/mi-basics.exp
9958 * gdb.mi/mi-break.exp
9959 * gdb.mi/mi-catch-load.exp
9960 * gdb.mi/mi-cli.exp
9961 * gdb.mi/mi-cmd-param-changed.exp
9962 * gdb.mi/mi-console.exp
9963 * gdb.mi/mi-detach.exp
9964 * gdb.mi/mi-disassemble.exp
9965 * gdb.mi/mi-eval.exp
9966 * gdb.mi/mi-file-transfer.exp
9967 * gdb.mi/mi-file.exp
9968 * gdb.mi/mi-fill-memory.exp
9969 * gdb.mi/mi-inheritance-syntax-error.exp
9970 * gdb.mi/mi-linespec-err-cp.exp
9971 * gdb.mi/mi-logging.exp
9972 * gdb.mi/mi-memory-changed.exp
9973 * gdb.mi/mi-read-memory.exp
9974 * gdb.mi/mi-record-changed.exp
9975 * gdb.mi/mi-reg-undefined.exp
9976 * gdb.mi/mi-regs.exp
9977 * gdb.mi/mi-return.exp
9978 * gdb.mi/mi-reverse.exp
9979 * gdb.mi/mi-simplerun.exp
9980 * gdb.mi/mi-solib.exp
9981 * gdb.mi/mi-stack.exp
9982 * gdb.mi/mi-stepi.exp
9983 * gdb.mi/mi-syn-frame.exp
9984 * gdb.mi/mi-until.exp
9985 * gdb.mi/mi-var-block.exp
9986 * gdb.mi/mi-var-child.exp
9987 * gdb.mi/mi-var-cmd.exp
9988 * gdb.mi/mi-var-cp.exp
9989 * gdb.mi/mi-var-display.exp
9990 * gdb.mi/mi-var-invalidate.exp
9991 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9992 * gdb.mi/mi-vla-fortran.exp
9993 * gdb.mi/mi-watch.exp
9994 * gdb.mi/mi2-var-child.exp
9995 * gdb.mi/user-selected-context-sync.exp
9996 * gdb.modula2/unbounded-array.exp
9997 * gdb.multi/dummy-frame-restore.exp
9998 * gdb.multi/multi-arch-exec.exp
9999 * gdb.multi/multi-arch.exp
10000 * gdb.multi/tids.exp
10001 * gdb.multi/watchpoint-multi.exp
10002 * gdb.opencl/callfuncs.exp
10003 * gdb.opencl/convs_casts.exp
10004 * gdb.opencl/datatypes.exp
10005 * gdb.opencl/operators.exp
10006 * gdb.opencl/vec_comps.exp
10007 * gdb.opt/clobbered-registers-O2.exp
10008 * gdb.opt/inline-break.exp
10009 * gdb.opt/inline-bt.exp
10010 * gdb.opt/inline-cmds.exp
10011 * gdb.opt/inline-locals.exp
10012 * gdb.pascal/case-insensitive-symbols.exp
10013 * gdb.pascal/floats.exp
10014 * gdb.pascal/gdb11492.exp
10015 * gdb.python/lib-types.exp
10016 * gdb.python/py-arch.exp
10017 * gdb.python/py-as-string.exp
10018 * gdb.python/py-bad-printers.exp
10019 * gdb.python/py-block.exp
10020 * gdb.python/py-breakpoint-create-fail.exp
10021 * gdb.python/py-breakpoint.exp
10022 * gdb.python/py-caller-is.exp
10023 * gdb.python/py-cmd.exp
10024 * gdb.python/py-explore-cc.exp
10025 * gdb.python/py-explore.exp
10026 * gdb.python/py-finish-breakpoint.exp
10027 * gdb.python/py-finish-breakpoint2.exp
10028 * gdb.python/py-frame-args.exp
10029 * gdb.python/py-frame-inline.exp
10030 * gdb.python/py-frame.exp
10031 * gdb.python/py-framefilter-mi.exp
10032 * gdb.python/py-infthread.exp
10033 * gdb.python/py-lazy-string.exp
10034 * gdb.python/py-linetable.exp
10035 * gdb.python/py-mi-events.exp
10036 * gdb.python/py-mi-objfile.exp
10037 * gdb.python/py-mi.exp
10038 * gdb.python/py-objfile.exp
10039 * gdb.python/py-pp-integral.exp
10040 * gdb.python/py-pp-maint.exp
10041 * gdb.python/py-pp-re-notag.exp
10042 * gdb.python/py-pp-registration.exp
10043 * gdb.python/py-recurse-unwind.exp
10044 * gdb.python/py-strfns.exp
10045 * gdb.python/py-symbol.exp
10046 * gdb.python/py-symtab.exp
10047 * gdb.python/py-sync-interp.exp
10048 * gdb.python/py-typeprint.exp
10049 * gdb.python/py-unwind-maint.exp
10050 * gdb.python/py-unwind.exp
10051 * gdb.python/py-value-cc.exp
10052 * gdb.python/py-xmethods.exp
10053 * gdb.reverse/amd64-tailcall-reverse.exp
10054 * gdb.reverse/break-precsave.exp
10055 * gdb.reverse/break-reverse.exp
10056 * gdb.reverse/consecutive-precsave.exp
10057 * gdb.reverse/consecutive-reverse.exp
10058 * gdb.reverse/finish-precsave.exp
10059 * gdb.reverse/finish-reverse-bkpt.exp
10060 * gdb.reverse/finish-reverse.exp
10061 * gdb.reverse/fstatat-reverse.exp
10062 * gdb.reverse/getresuid-reverse.exp
10063 * gdb.reverse/i386-precsave.exp
10064 * gdb.reverse/i386-reverse.exp
10065 * gdb.reverse/i386-sse-reverse.exp
10066 * gdb.reverse/i387-env-reverse.exp
10067 * gdb.reverse/i387-stack-reverse.exp
10068 * gdb.reverse/insn-reverse.exp
10069 * gdb.reverse/machinestate-precsave.exp
10070 * gdb.reverse/machinestate.exp
10071 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10072 * gdb.reverse/pipe-reverse.exp
10073 * gdb.reverse/readv-reverse.exp
10074 * gdb.reverse/recvmsg-reverse.exp
10075 * gdb.reverse/rerun-prec.exp
10076 * gdb.reverse/s390-mvcle.exp
10077 * gdb.reverse/step-precsave.exp
10078 * gdb.reverse/step-reverse.exp
10079 * gdb.reverse/time-reverse.exp
10080 * gdb.reverse/until-precsave.exp
10081 * gdb.reverse/until-reverse.exp
10082 * gdb.reverse/waitpid-reverse.exp
10083 * gdb.reverse/watch-precsave.exp
10084 * gdb.reverse/watch-reverse.exp
10085 * gdb.rust/generics.exp
10086 * gdb.rust/methods.exp
10087 * gdb.rust/modules.exp
10088 * gdb.rust/simple.exp
10089 * gdb.server/connect-with-no-symbol-file.exp
10090 * gdb.server/ext-attach.exp
10091 * gdb.server/ext-restart.exp
10092 * gdb.server/ext-wrapper.exp
10093 * gdb.server/file-transfer.exp
10094 * gdb.server/server-exec-info.exp
10095 * gdb.server/server-kill.exp
10096 * gdb.server/server-mon.exp
10097 * gdb.server/wrapper.exp
10098 * gdb.stabs/exclfwd.exp
10099 * gdb.stabs/gdb11479.exp
10100 * gdb.threads/clone-new-thread-event.exp
10101 * gdb.threads/corethreads.exp
10102 * gdb.threads/current-lwp-dead.exp
10103 * gdb.threads/dlopen-libpthread.exp
10104 * gdb.threads/gcore-thread.exp
10105 * gdb.threads/sigstep-threads.exp
10106 * gdb.threads/watchpoint-fork.exp
10107 * gdb.trace/actions-changed.exp
10108 * gdb.trace/backtrace.exp
10109 * gdb.trace/change-loc.exp
10110 * gdb.trace/circ.exp
10111 * gdb.trace/collection.exp
10112 * gdb.trace/disconnected-tracing.exp
10113 * gdb.trace/ftrace.exp
10114 * gdb.trace/mi-trace-frame-collected.exp
10115 * gdb.trace/mi-trace-unavailable.exp
10116 * gdb.trace/mi-traceframe-changed.exp
10117 * gdb.trace/mi-tsv-changed.exp
10118 * gdb.trace/no-attach-trace.exp
10119 * gdb.trace/passc-dyn.exp
10120 * gdb.trace/qtro.exp
10121 * gdb.trace/range-stepping.exp
10122 * gdb.trace/read-memory.exp
10123 * gdb.trace/save-trace.exp
10124 * gdb.trace/signal.exp
10125 * gdb.trace/status-stop.exp
10126 * gdb.trace/tfile.exp
10127 * gdb.trace/trace-break.exp
10128 * gdb.trace/trace-buffer-size.exp
10129 * gdb.trace/trace-condition.exp
10130 * gdb.trace/tracefile-pseudo-reg.exp
10131 * gdb.trace/tstatus.exp
10132 * gdb.trace/unavailable.exp
10133 * gdb.trace/while-dyn.exp
10134 * gdb.trace/while-stepping.exp
10135
10136 2016-12-22 Doug Evans <xdje42@gmail.com>
10137
10138 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10139 and msymbols.
10140
10141 2016-12-19 Yao Qi <yao.qi@linaro.org>
10142
10143 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10144 (test_with_self): Don't call do_steps_and_nexts, and remove
10145 code about stepping into xmalloc.
10146
10147 2016-12-09 Yao Qi <yao.qi@linaro.org>
10148
10149 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10150
10151 2016-12-09 Yao Qi <yao.qi@linaro.org>
10152
10153 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10154
10155 2016-12-09 Pedro Alves <palves@redhat.com>
10156
10157 * gdb.base/all-architectures-0.exp: New file.
10158 * gdb.base/all-architectures-1.exp: New file.
10159 * gdb.base/all-architectures-2.exp: New file.
10160 * gdb.base/all-architectures-3.exp: New file.
10161 * gdb.base/all-architectures-4.exp: New file.
10162 * gdb.base/all-architectures-5.exp: New file.
10163 * gdb.base/all-architectures-6.exp: New file.
10164 * gdb.base/all-architectures-7.exp: New file.
10165 * gdb.base/all-architectures.exp.in: New file.
10166
10167 2016-12-09 Yao Qi <yao.qi@linaro.org>
10168
10169 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10170
10171 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10172
10173 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10174 possible.
10175 Remove useless pattern-matching code.
10176
10177 2016-12-02 Pedro Alves <palves@redhat.com>
10178
10179 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10180 procedure.
10181 (top level): Call it.
10182
10183 2016-12-02 Pedro Alves <palves@redhat.com>
10184
10185 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10186 New procedure.
10187 (top level): Call it.
10188
10189 2016-12-02 Pedro Alves <palves@redhat.com>
10190
10191 PR cli/20559
10192 * gdb.base/commands.exp (user_defined_command_args_eval): New
10193 procedure.
10194 (top level): Call it.
10195
10196 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10197
10198 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10199 timeout handling.
10200
10201 2016-12-02 Tom Tromey <tom@tromey.com>
10202
10203 * gdb.dwarf2/main-subprogram.c: New file.
10204 * gdb.dwarf2/main-subprogram.exp: New file.
10205
10206 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10207
10208 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10209 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10210 gdb_test_no_output for a couple of cases.
10211 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10212
10213 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10214
10215 Fix test names and standardize compilation error messages throughout
10216 the following files:
10217
10218 * gdb.ada/start.exp
10219 * gdb.arch/alpha-step.exp
10220 * gdb.arch/e500-prologue.exp
10221 * gdb.arch/ftrace-insn-reloc.exp
10222 * gdb.arch/gdb1291.exp
10223 * gdb.arch/gdb1431.exp
10224 * gdb.arch/gdb1558.exp
10225 * gdb.arch/i386-dr3-watch.exp
10226 * gdb.arch/i386-sse-stack-align.exp
10227 * gdb.arch/ia64-breakpoint-shadow.exp
10228 * gdb.arch/pa-nullify.exp
10229 * gdb.arch/powerpc-aix-prologue.exp
10230 * gdb.arch/thumb-bx-pc.exp
10231 * gdb.base/annota1.exp
10232 * gdb.base/annota3.exp
10233 * gdb.base/arrayidx.exp
10234 * gdb.base/assign.exp
10235 * gdb.base/attach.exp
10236 * gdb.base/auxv.exp
10237 * gdb.base/bang.exp
10238 * gdb.base/bfp-test.exp
10239 * gdb.base/bigcore.exp
10240 * gdb.base/bitfields2.exp
10241 * gdb.base/break-fun-addr.exp
10242 * gdb.base/break-probes.exp
10243 * gdb.base/call-rt-st.exp
10244 * gdb.base/callexit.exp
10245 * gdb.base/catch-fork-kill.exp
10246 * gdb.base/charset.exp
10247 * gdb.base/checkpoint.exp
10248 * gdb.base/comprdebug.exp
10249 * gdb.base/constvars.exp
10250 * gdb.base/coredump-filter.exp
10251 * gdb.base/cursal.exp
10252 * gdb.base/cvexpr.exp
10253 * gdb.base/detach.exp
10254 * gdb.base/display.exp
10255 * gdb.base/dmsym.exp
10256 * gdb.base/dprintf-pending.exp
10257 * gdb.base/dso2dso.exp
10258 * gdb.base/dtrace-probe.exp
10259 * gdb.base/dump.exp
10260 * gdb.base/enum_cond.exp
10261 * gdb.base/exe-lock.exp
10262 * gdb.base/exec-invalid-sysroot.exp
10263 * gdb.base/execl-update-breakpoints.exp
10264 * gdb.base/exprs.exp
10265 * gdb.base/fileio.exp
10266 * gdb.base/find.exp
10267 * gdb.base/finish.exp
10268 * gdb.base/fixsection.exp
10269 * gdb.base/foll-vfork.exp
10270 * gdb.base/frame-args.exp
10271 * gdb.base/gcore.exp
10272 * gdb.base/gdb1250.exp
10273 * gdb.base/global-var-nested-by-dso.exp
10274 * gdb.base/gnu-ifunc.exp
10275 * gdb.base/hashline1.exp
10276 * gdb.base/hashline2.exp
10277 * gdb.base/hashline3.exp
10278 * gdb.base/hbreak-in-shr-unsupported.exp
10279 * gdb.base/huge.exp
10280 * gdb.base/infcall-input.exp
10281 * gdb.base/info-fun.exp
10282 * gdb.base/info-shared.exp
10283 * gdb.base/jit-simple.exp
10284 * gdb.base/jit-so.exp
10285 * gdb.base/jit.exp
10286 * gdb.base/jump.exp
10287 * gdb.base/label.exp
10288 * gdb.base/lineinc.exp
10289 * gdb.base/logical.exp
10290 * gdb.base/longjmp.exp
10291 * gdb.base/macscp.exp
10292 * gdb.base/miscexprs.exp
10293 * gdb.base/new-ui-echo.exp
10294 * gdb.base/new-ui-pending-input.exp
10295 * gdb.base/new-ui.exp
10296 * gdb.base/nodebug.exp
10297 * gdb.base/nofield.exp
10298 * gdb.base/offsets.exp
10299 * gdb.base/overlays.exp
10300 * gdb.base/pending.exp
10301 * gdb.base/pointers.exp
10302 * gdb.base/pr11022.exp
10303 * gdb.base/printcmds.exp
10304 * gdb.base/prologue.exp
10305 * gdb.base/ptr-typedef.exp
10306 * gdb.base/realname-expand.exp
10307 * gdb.base/relativedebug.exp
10308 * gdb.base/relocate.exp
10309 * gdb.base/remote.exp
10310 * gdb.base/reread.exp
10311 * gdb.base/return2.exp
10312 * gdb.base/savedregs.exp
10313 * gdb.base/sep.exp
10314 * gdb.base/sepdebug.exp
10315 * gdb.base/sepsymtab.exp
10316 * gdb.base/set-inferior-tty.exp
10317 * gdb.base/setshow.exp
10318 * gdb.base/shlib-call.exp
10319 * gdb.base/sigaltstack.exp
10320 * gdb.base/siginfo-addr.exp
10321 * gdb.base/signals.exp
10322 * gdb.base/signull.exp
10323 * gdb.base/sigrepeat.exp
10324 * gdb.base/so-impl-ld.exp
10325 * gdb.base/solib-display.exp
10326 * gdb.base/solib-overlap.exp
10327 * gdb.base/solib-search.exp
10328 * gdb.base/solib-symbol.exp
10329 * gdb.base/structs.exp
10330 * gdb.base/structs2.exp
10331 * gdb.base/symtab-search-order.exp
10332 * gdb.base/twice.exp
10333 * gdb.base/unload.exp
10334 * gdb.base/varargs.exp
10335 * gdb.base/watchpoint-solib.exp
10336 * gdb.base/watchpoint.exp
10337 * gdb.base/whatis.exp
10338 * gdb.base/wrong_frame_bt_full.exp
10339 * gdb.btrace/dlopen.exp
10340 * gdb.cell/ea-standalone.exp
10341 * gdb.cell/ea-test.exp
10342 * gdb.cp/dispcxx.exp
10343 * gdb.cp/gdb2384.exp
10344 * gdb.cp/method2.exp
10345 * gdb.cp/nextoverthrow.exp
10346 * gdb.cp/pr10728.exp
10347 * gdb.disasm/am33.exp
10348 * gdb.disasm/h8300s.exp
10349 * gdb.disasm/mn10300.exp
10350 * gdb.disasm/sh3.exp
10351 * gdb.dwarf2/dw2-dir-file-name.exp
10352 * gdb.fortran/complex.exp
10353 * gdb.fortran/library-module.exp
10354 * gdb.guile/scm-pretty-print.exp
10355 * gdb.guile/scm-symbol.exp
10356 * gdb.guile/scm-type.exp
10357 * gdb.guile/scm-value.exp
10358 * gdb.linespec/linespec.exp
10359 * gdb.mi/gdb701.exp
10360 * gdb.mi/gdb792.exp
10361 * gdb.mi/mi-breakpoint-changed.exp
10362 * gdb.mi/mi-dprintf-pending.exp
10363 * gdb.mi/mi-dprintf.exp
10364 * gdb.mi/mi-exit-code.exp
10365 * gdb.mi/mi-pending.exp
10366 * gdb.mi/mi-solib.exp
10367 * gdb.mi/new-ui-mi-sync.exp
10368 * gdb.mi/pr11022.exp
10369 * gdb.mi/user-selected-context-sync.exp
10370 * gdb.opt/solib-intra-step.exp
10371 * gdb.python/py-events.exp
10372 * gdb.python/py-finish-breakpoint.exp
10373 * gdb.python/py-mi.exp
10374 * gdb.python/py-prettyprint.exp
10375 * gdb.python/py-shared.exp
10376 * gdb.python/py-symbol.exp
10377 * gdb.python/py-template.exp
10378 * gdb.python/py-type.exp
10379 * gdb.python/py-value.exp
10380 * gdb.reverse/solib-precsave.exp
10381 * gdb.reverse/solib-reverse.exp
10382 * gdb.server/solib-list.exp
10383 * gdb.stabs/weird.exp
10384 * gdb.threads/reconnect-signal.exp
10385 * gdb.threads/stepi-random-signal.exp
10386 * gdb.trace/actions.exp
10387 * gdb.trace/ax.exp
10388 * gdb.trace/backtrace.exp
10389 * gdb.trace/change-loc.exp
10390 * gdb.trace/deltrace.exp
10391 * gdb.trace/ftrace-lock.exp
10392 * gdb.trace/ftrace.exp
10393 * gdb.trace/infotrace.exp
10394 * gdb.trace/mi-tracepoint-changed.exp
10395 * gdb.trace/packetlen.exp
10396 * gdb.trace/passcount.exp
10397 * gdb.trace/pending.exp
10398 * gdb.trace/range-stepping.exp
10399 * gdb.trace/report.exp
10400 * gdb.trace/stap-trace.exp
10401 * gdb.trace/tfind.exp
10402 * gdb.trace/trace-break.exp
10403 * gdb.trace/trace-condition.exp
10404 * gdb.trace/trace-enable-disable.exp
10405 * gdb.trace/trace-mt.exp
10406 * gdb.trace/tracecmd.exp
10407 * gdb.trace/tspeed.exp
10408 * gdb.trace/tsv.exp
10409 * lib/perftest.exp
10410
10411 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10412
10413 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10414 with gdb_test_no_output.
10415 Use command as test name.
10416
10417 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10418
10419 Fix test names starting with uppercase throughout the files.
10420
10421 * gdb.ada/assign_1.exp
10422 * gdb.ada/boolean_expr.exp
10423 * gdb.base/arrayidx.exp
10424 * gdb.base/del.exp
10425 * gdb.base/gcore-buffer-overflow.exp
10426 * gdb.base/testenv.exp
10427 * gdb.compile/compile.exp
10428 * gdb.python/py-framefilter-invalidarg.exp
10429 * gdb.python/py-framefilter.exp
10430
10431 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10432
10433 Fix test names starting with uppercase throughout the files.
10434
10435 * gdb.ada/array_return.exp
10436 * gdb.ada/expr_delims.exp
10437 * gdb.ada/mi_dyn_arr.exp
10438 * gdb.ada/mi_interface.exp
10439 * gdb.ada/mi_var_array.exp
10440 * gdb.ada/watch_arg.exp
10441 * gdb.arch/alpha-step.exp
10442 * gdb.arch/altivec-regs.exp
10443 * gdb.arch/e500-regs.exp
10444 * gdb.arch/powerpc-d128-regs.exp
10445 * gdb.base/arrayidx.exp
10446 * gdb.base/break.exp
10447 * gdb.base/checkpoint.exp
10448 * gdb.base/debug-expr.exp
10449 * gdb.base/dmsym.exp
10450 * gdb.base/radix.exp
10451 * gdb.base/sepdebug.exp
10452 * gdb.base/testenv.exp
10453 * gdb.base/watch_thread_num.exp
10454 * gdb.base/watchpoint-cond-gone.exp
10455 * gdb.cell/break.exp
10456 * gdb.cell/ea-cache.exp
10457 * gdb.compile/compile.exp
10458 * gdb.cp/gdb2495.exp
10459 * gdb.gdb/selftest.exp
10460 * gdb.gdb/xfullpath.exp
10461 * gdb.go/hello.exp
10462 * gdb.go/integers.exp
10463 * gdb.objc/basicclass.exp
10464 * gdb.pascal/hello.exp
10465 * gdb.pascal/integers.exp
10466 * gdb.python/py-breakpoint.exp
10467 * gdb.python/py-cmd.exp
10468 * gdb.python/py-linetable.exp
10469 * gdb.python/py-xmethods.exp
10470 * gdb.python/python.exp
10471 * gdb.reverse/consecutive-precsave.exp
10472 * gdb.reverse/finish-precsave.exp
10473 * gdb.reverse/i386-precsave.exp
10474 * gdb.reverse/machinestate-precsave.exp
10475 * gdb.reverse/sigall-precsave.exp
10476 * gdb.reverse/solib-precsave.exp
10477 * gdb.reverse/step-precsave.exp
10478 * gdb.reverse/until-precsave.exp
10479 * gdb.reverse/watch-precsave.exp
10480 * gdb.threads/leader-exit.exp
10481 * gdb.threads/pthreads.exp
10482 * gdb.threads/wp-replication.exp
10483 * gdb.trace/actions.exp
10484 * gdb.trace/mi-tsv-changed.exp
10485 * gdb.trace/tsv.exp
10486
10487 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10488
10489 Fix test names starting with uppercase throughout the files.
10490
10491 * gdb.arch/i386-bp_permanent.exp
10492 * gdb.arch/i386-gnu-cfi.exp
10493 * gdb.base/disasm-end-cu.exp
10494 * gdb.base/macscp.exp
10495 * gdb.base/pending.exp
10496 * gdb.base/watch_thread_num.exp
10497 * gdb.cp/exception.exp
10498 * gdb.cp/gdb2495.exp
10499 * gdb.cp/local.exp
10500 * gdb.python/py-evsignal.exp
10501 * gdb.python/python.exp
10502 * gdb.trace/tracecmd.exp
10503
10504 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10505
10506 Fix test names starting with uppercase throughout the files.
10507
10508 * gdb.base/charset.exp
10509 * gdb.base/eval.exp
10510 * gdb.base/multi-forks.exp
10511 * gdb.guile/scm-progspace.exp
10512 * gdb.opencl/datatypes.exp
10513 * gdb.python/py-block.exp
10514 * gdb.python/py-function.exp
10515 * gdb.python/py-symbol.exp
10516 * gdb.python/py-symtab.exp
10517 * gdb.python/py-xmethods.exp
10518 * gdb.reverse/break-precsave.exp
10519 * gdb.reverse/break-reverse.exp
10520 * gdb.reverse/consecutive-precsave.exp
10521 * gdb.reverse/consecutive-reverse.exp
10522 * gdb.reverse/finish-precsave.exp
10523 * gdb.reverse/finish-reverse-bkpt.exp
10524 * gdb.reverse/finish-reverse.exp
10525 * gdb.reverse/fstatat-reverse.exp
10526 * gdb.reverse/getresuid-reverse.exp
10527 * gdb.reverse/i386-precsave.exp
10528 * gdb.reverse/i386-reverse.exp
10529 * gdb.reverse/i386-sse-reverse.exp
10530 * gdb.reverse/i387-stack-reverse.exp
10531 * gdb.reverse/insn-reverse.exp
10532 * gdb.reverse/machinestate-precsave.exp
10533 * gdb.reverse/machinestate.exp
10534 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10535 * gdb.reverse/pipe-reverse.exp
10536 * gdb.reverse/readv-reverse.exp
10537 * gdb.reverse/recvmsg-reverse.exp
10538 * gdb.reverse/rerun-prec.exp
10539 * gdb.reverse/s390-mvcle.exp
10540 * gdb.reverse/sigall-precsave.exp
10541 * gdb.reverse/sigall-reverse.exp
10542 * gdb.reverse/solib-precsave.exp
10543 * gdb.reverse/solib-reverse.exp
10544 * gdb.reverse/step-precsave.exp
10545 * gdb.reverse/step-reverse.exp
10546 * gdb.reverse/time-reverse.exp
10547 * gdb.reverse/until-precsave.exp
10548 * gdb.reverse/until-reverse.exp
10549 * gdb.reverse/waitpid-reverse.exp
10550 * gdb.reverse/watch-precsave.exp
10551 * gdb.reverse/watch-reverse.exp
10552
10553 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10554
10555 Fix test names starting with uppercase throughout the files.
10556
10557 * gdb.arch/i386-mpx-simple_segv.exp
10558 * gdb.arch/i386-mpx.exp
10559 * gdb.arch/i386-permbkpt.exp
10560 * gdb.arch/pa-nullify.exp
10561 * gdb.arch/powerpc-d128-regs.exp
10562 * gdb.arch/vsx-regs.exp
10563 * gdb.base/bfp-test.exp
10564 * gdb.base/break.exp
10565 * gdb.base/breakpoint-shadow.exp
10566 * gdb.base/callfuncs.exp
10567 * gdb.base/charset.exp
10568 * gdb.base/commands.exp
10569 * gdb.base/completion.exp
10570 * gdb.base/dfp-test.exp
10571 * gdb.base/echo.exp
10572 * gdb.base/ending-run.exp
10573 * gdb.base/eval.exp
10574 * gdb.base/expand-psymtabs.exp
10575 * gdb.base/float128.exp
10576 * gdb.base/floatn.exp
10577 * gdb.base/foll-exec-mode.exp
10578 * gdb.base/gdb1056.exp
10579 * gdb.base/gdb11531.exp
10580 * gdb.base/kill-after-signal.exp
10581 * gdb.base/multi-forks.exp
10582 * gdb.base/overlays.exp
10583 * gdb.base/pending.exp
10584 * gdb.base/sepdebug.exp
10585 * gdb.base/testenv.exp
10586 * gdb.base/valgrind-db-attach.exp
10587 * gdb.base/watch_thread_num.exp
10588 * gdb.base/watchpoint-cond-gone.exp
10589 * gdb.base/watchpoint.exp
10590 * gdb.base/watchpoints.exp
10591 * gdb.cp/arg-reference.exp
10592 * gdb.cp/baseenum.exp
10593 * gdb.cp/operator.exp
10594 * gdb.cp/shadow.exp
10595 * gdb.dwarf2/dw2-op-out-param.exp
10596 * gdb.dwarf2/dw2-reg-undefined.exp
10597 * gdb.go/chan.exp
10598 * gdb.go/hello.exp
10599 * gdb.go/integers.exp
10600 * gdb.go/methods.exp
10601 * gdb.go/package.exp
10602 * gdb.guile/scm-parameter.exp
10603 * gdb.guile/scm-progspace.exp
10604 * gdb.guile/scm-value.exp
10605 * gdb.mi/mi-pending.exp
10606 * gdb.mi/user-selected-context-sync.exp
10607 * gdb.multi/multi-attach.exp
10608 * gdb.multi/tids.exp
10609 * gdb.opt/clobbered-registers-O2.exp
10610 * gdb.pascal/floats.exp
10611 * gdb.pascal/integers.exp
10612 * gdb.python/py-block.exp
10613 * gdb.python/py-events.exp
10614 * gdb.python/py-parameter.exp
10615 * gdb.python/py-symbol.exp
10616 * gdb.python/py-symtab.exp
10617 * gdb.python/py-type.exp
10618 * gdb.python/py-value.exp
10619 * gdb.python/py-xmethods.exp
10620 * gdb.python/python.exp
10621 * gdb.reverse/break-precsave.exp
10622 * gdb.reverse/consecutive-precsave.exp
10623 * gdb.reverse/finish-precsave.exp
10624 * gdb.reverse/i386-precsave.exp
10625 * gdb.reverse/machinestate-precsave.exp
10626 * gdb.reverse/sigall-precsave.exp
10627 * gdb.reverse/solib-precsave.exp
10628 * gdb.reverse/step-precsave.exp
10629 * gdb.reverse/until-precsave.exp
10630 * gdb.reverse/watch-precsave.exp
10631 * gdb.server/ext-attach.exp
10632 * gdb.server/ext-restart.exp
10633 * gdb.server/ext-run.exp
10634 * gdb.server/ext-wrapper.exp
10635 * gdb.stabs/gdb11479.exp
10636 * gdb.stabs/weird.exp
10637 * gdb.threads/attach-many-short-lived-threads.exp
10638 * gdb.threads/kill.exp
10639 * gdb.threads/watchpoint-fork.exp
10640
10641 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10642
10643 Fix test names starting with uppercase throughout all the files below.
10644
10645 * gdb.ada/array_return.exp
10646 * gdb.ada/catch_ex.exp
10647 * gdb.ada/info_exc.exp
10648 * gdb.ada/mi_catch_ex.exp
10649 * gdb.ada/mi_dyn_arr.exp
10650 * gdb.ada/mi_ex_cond.exp
10651 * gdb.ada/mi_exc_info.exp
10652 * gdb.ada/mi_interface.exp
10653 * gdb.ada/mi_task_arg.exp
10654 * gdb.ada/mi_task_info.exp
10655 * gdb.ada/mi_var_array.exp
10656 * gdb.arch/alpha-step.exp
10657 * gdb.arch/amd64-disp-step.exp
10658 * gdb.arch/arm-disp-step.exp
10659 * gdb.arch/disp-step-insn-reloc.exp
10660 * gdb.arch/e500-prologue.exp
10661 * gdb.arch/ftrace-insn-reloc.exp
10662 * gdb.arch/gdb1558.exp
10663 * gdb.arch/i386-bp_permanent.exp
10664 * gdb.arch/i386-disp-step.exp
10665 * gdb.arch/i386-float.exp
10666 * gdb.arch/i386-gnu-cfi.exp
10667 * gdb.arch/ia64-breakpoint-shadow.exp
10668 * gdb.arch/mips16-thunks.exp
10669 * gdb.arch/pa-nullify.exp
10670 * gdb.arch/powerpc-aix-prologue.exp
10671 * gdb.arch/powerpc-power.exp
10672 * gdb.arch/ppc-dfp.exp
10673 * gdb.arch/s390-tdbregs.exp
10674 * gdb.arch/spu-info.exp
10675 * gdb.arch/spu-ls.exp
10676 * gdb.arch/thumb-bx-pc.exp
10677 * gdb.base/advance.exp
10678 * gdb.base/annota-input-while-running.exp
10679 * gdb.base/arrayidx.exp
10680 * gdb.base/asmlabel.exp
10681 * gdb.base/async.exp
10682 * gdb.base/attach-wait-input.exp
10683 * gdb.base/auto-connect-native-target.exp
10684 * gdb.base/batch-preserve-term-settings.exp
10685 * gdb.base/bfp-test.exp
10686 * gdb.base/bigcore.exp
10687 * gdb.base/bp-permanent.exp
10688 * gdb.base/break-always.exp
10689 * gdb.base/break-fun-addr.exp
10690 * gdb.base/break-idempotent.exp
10691 * gdb.base/break-main-file-remove-fail.exp
10692 * gdb.base/break-probes.exp
10693 * gdb.base/break-unload-file.exp
10694 * gdb.base/break.exp
10695 * gdb.base/call-ar-st.exp
10696 * gdb.base/call-rt-st.exp
10697 * gdb.base/call-sc.exp
10698 * gdb.base/call-signal-resume.exp
10699 * gdb.base/call-strs.exp
10700 * gdb.base/callexit.exp
10701 * gdb.base/callfuncs.exp
10702 * gdb.base/catch-gdb-caused-signals.exp
10703 * gdb.base/catch-signal-siginfo-cond.exp
10704 * gdb.base/catch-syscall.exp
10705 * gdb.base/compare-sections.exp
10706 * gdb.base/cond-eval-mode.exp
10707 * gdb.base/condbreak-call-false.exp
10708 * gdb.base/consecutive-step-over.exp
10709 * gdb.base/cursal.exp
10710 * gdb.base/disabled-location.exp
10711 * gdb.base/disasm-end-cu.exp
10712 * gdb.base/display.exp
10713 * gdb.base/double-prompt-target-event-error.exp
10714 * gdb.base/dprintf-bp-same-addr.exp
10715 * gdb.base/dprintf-detach.exp
10716 * gdb.base/dprintf-next.exp
10717 * gdb.base/dprintf-non-stop.exp
10718 * gdb.base/dprintf-pending.exp
10719 * gdb.base/dso2dso.exp
10720 * gdb.base/ending-run.exp
10721 * gdb.base/enum_cond.exp
10722 * gdb.base/examine-backward.exp
10723 * gdb.base/exe-lock.exp
10724 * gdb.base/exec-invalid-sysroot.exp
10725 * gdb.base/execl-update-breakpoints.exp
10726 * gdb.base/execution-termios.exp
10727 * gdb.base/fileio.exp
10728 * gdb.base/fixsection.exp
10729 * gdb.base/foll-exec-mode.exp
10730 * gdb.base/foll-exec.exp
10731 * gdb.base/fork-running-state.exp
10732 * gdb.base/frame-args.exp
10733 * gdb.base/fullpath-expand.exp
10734 * gdb.base/func-ptr.exp
10735 * gdb.base/gcore-relro-pie.exp
10736 * gdb.base/gdb1090.exp
10737 * gdb.base/gdb1555.exp
10738 * gdb.base/global-var-nested-by-dso.exp
10739 * gdb.base/gnu-ifunc.exp
10740 * gdb.base/hbreak-in-shr-unsupported.exp
10741 * gdb.base/hbreak-unmapped.exp
10742 * gdb.base/hook-stop.exp
10743 * gdb.base/infcall-input.exp
10744 * gdb.base/info-fun.exp
10745 * gdb.base/info-shared.exp
10746 * gdb.base/interrupt-noterm.exp
10747 * gdb.base/jit-so.exp
10748 * gdb.base/jit.exp
10749 * gdb.base/line-symtabs.exp
10750 * gdb.base/list.exp
10751 * gdb.base/longjmp.exp
10752 * gdb.base/macscp.exp
10753 * gdb.base/max-value-size.exp
10754 * gdb.base/nodebug.exp
10755 * gdb.base/nofield.exp
10756 * gdb.base/overlays.exp
10757 * gdb.base/paginate-after-ctrl-c-running.exp
10758 * gdb.base/paginate-bg-execution.exp
10759 * gdb.base/paginate-inferior-exit.exp
10760 * gdb.base/pending.exp
10761 * gdb.base/pr11022.exp
10762 * gdb.base/printcmds.exp
10763 * gdb.base/ptr-typedef.exp
10764 * gdb.base/ptype.exp
10765 * gdb.base/randomize.exp
10766 * gdb.base/range-stepping.exp
10767 * gdb.base/realname-expand.exp
10768 * gdb.base/relativedebug.exp
10769 * gdb.base/remote.exp
10770 * gdb.base/savedregs.exp
10771 * gdb.base/sepdebug.exp
10772 * gdb.base/set-noassign.exp
10773 * gdb.base/shlib-call.exp
10774 * gdb.base/shreloc.exp
10775 * gdb.base/sigaltstack.exp
10776 * gdb.base/sigbpt.exp
10777 * gdb.base/siginfo-addr.exp
10778 * gdb.base/siginfo-obj.exp
10779 * gdb.base/siginfo-thread.exp
10780 * gdb.base/signest.exp
10781 * gdb.base/signull.exp
10782 * gdb.base/sigrepeat.exp
10783 * gdb.base/skip.exp
10784 * gdb.base/so-impl-ld.exp
10785 * gdb.base/solib-corrupted.exp
10786 * gdb.base/solib-disc.exp
10787 * gdb.base/solib-display.exp
10788 * gdb.base/solib-overlap.exp
10789 * gdb.base/solib-search.exp
10790 * gdb.base/solib-symbol.exp
10791 * gdb.base/source-execution.exp
10792 * gdb.base/sss-bp-on-user-bp-2.exp
10793 * gdb.base/sss-bp-on-user-bp.exp
10794 * gdb.base/stack-checking.exp
10795 * gdb.base/stale-infcall.exp
10796 * gdb.base/step-break.exp
10797 * gdb.base/step-line.exp
10798 * gdb.base/step-over-exit.exp
10799 * gdb.base/step-test.exp
10800 * gdb.base/structs.exp
10801 * gdb.base/sym-file.exp
10802 * gdb.base/symtab-search-order.exp
10803 * gdb.base/term.exp
10804 * gdb.base/type-opaque.exp
10805 * gdb.base/unload.exp
10806 * gdb.base/until-nodebug.exp
10807 * gdb.base/until.exp
10808 * gdb.base/unwindonsignal.exp
10809 * gdb.base/watch-cond.exp
10810 * gdb.base/watch-non-mem.exp
10811 * gdb.base/watch_thread_num.exp
10812 * gdb.base/watchpoint-reuse-slot.exp
10813 * gdb.base/watchpoint-solib.exp
10814 * gdb.base/watchpoint.exp
10815 * gdb.btrace/dlopen.exp
10816 * gdb.cell/arch.exp
10817 * gdb.cell/break.exp
10818 * gdb.cell/bt.exp
10819 * gdb.cell/core.exp
10820 * gdb.cell/data.exp
10821 * gdb.cell/dwarfaddr.exp
10822 * gdb.cell/ea-cache.exp
10823 * gdb.cell/ea-standalone.exp
10824 * gdb.cell/ea-test.exp
10825 * gdb.cell/f-regs.exp
10826 * gdb.cell/fork.exp
10827 * gdb.cell/gcore.exp
10828 * gdb.cell/mem-access.exp
10829 * gdb.cell/ptype.exp
10830 * gdb.cell/registers.exp
10831 * gdb.cell/sizeof.exp
10832 * gdb.cell/solib-symbol.exp
10833 * gdb.cell/solib.exp
10834 * gdb.compile/compile-tls.exp
10835 * gdb.cp/exception.exp
10836 * gdb.cp/gdb2495.exp
10837 * gdb.cp/local.exp
10838 * gdb.cp/mb-inline.exp
10839 * gdb.cp/mb-templates.exp
10840 * gdb.cp/pr10687.exp
10841 * gdb.cp/pr9167.exp
10842 * gdb.cp/scope-err.exp
10843 * gdb.cp/templates.exp
10844 * gdb.cp/virtfunc.exp
10845 * gdb.dwarf2/dw2-dir-file-name.exp
10846 * gdb.dwarf2/dw2-single-line-discriminators.exp
10847 * gdb.fortran/complex.exp
10848 * gdb.fortran/library-module.exp
10849 * gdb.guile/guile.exp
10850 * gdb.guile/scm-cmd.exp
10851 * gdb.guile/scm-frame-inline.exp
10852 * gdb.guile/scm-objfile.exp
10853 * gdb.guile/scm-pretty-print.exp
10854 * gdb.guile/scm-symbol.exp
10855 * gdb.guile/scm-type.exp
10856 * gdb.guile/scm-value.exp
10857 * gdb.linespec/keywords.exp
10858 * gdb.linespec/ls-errs.exp
10859 * gdb.linespec/macro-relative.exp
10860 * gdb.linespec/thread.exp
10861 * gdb.mi/mi-breakpoint-changed.exp
10862 * gdb.mi/mi-dprintf-pending.exp
10863 * gdb.mi/mi-fullname-deleted.exp
10864 * gdb.mi/mi-logging.exp
10865 * gdb.mi/mi-pending.exp
10866 * gdb.mi/mi-solib.exp
10867 * gdb.mi/new-ui-mi-sync.exp
10868 * gdb.mi/user-selected-context-sync.exp
10869 * gdb.multi/dummy-frame-restore.exp
10870 * gdb.multi/multi-arch-exec.exp
10871 * gdb.multi/remove-inferiors.exp
10872 * gdb.multi/watchpoint-multi-exit.exp
10873 * gdb.opt/solib-intra-step.exp
10874 * gdb.perf/backtrace.exp
10875 * gdb.perf/single-step.exp
10876 * gdb.perf/skip-command.exp
10877 * gdb.perf/skip-prologue.exp
10878 * gdb.perf/solib.exp
10879 * gdb.python/lib-types.exp
10880 * gdb.python/py-as-string.exp
10881 * gdb.python/py-bad-printers.exp
10882 * gdb.python/py-block.exp
10883 * gdb.python/py-breakpoint.exp
10884 * gdb.python/py-cmd.exp
10885 * gdb.python/py-events.exp
10886 * gdb.python/py-evthreads.exp
10887 * gdb.python/py-finish-breakpoint.exp
10888 * gdb.python/py-finish-breakpoint2.exp
10889 * gdb.python/py-frame-inline.exp
10890 * gdb.python/py-frame.exp
10891 * gdb.python/py-inferior.exp
10892 * gdb.python/py-infthread.exp
10893 * gdb.python/py-mi.exp
10894 * gdb.python/py-objfile.exp
10895 * gdb.python/py-pp-maint.exp
10896 * gdb.python/py-pp-registration.exp
10897 * gdb.python/py-prettyprint.exp
10898 * gdb.python/py-recurse-unwind.exp
10899 * gdb.python/py-shared.exp
10900 * gdb.python/py-symbol.exp
10901 * gdb.python/py-symtab.exp
10902 * gdb.python/py-template.exp
10903 * gdb.python/py-type.exp
10904 * gdb.python/py-unwind-maint.exp
10905 * gdb.python/py-unwind.exp
10906 * gdb.python/py-value.exp
10907 * gdb.python/python.exp
10908 * gdb.reverse/finish-reverse-bkpt.exp
10909 * gdb.reverse/insn-reverse.exp
10910 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10911 * gdb.reverse/solib-precsave.exp
10912 * gdb.reverse/solib-reverse.exp
10913 * gdb.stabs/gdb11479.exp
10914 * gdb.stabs/weird.exp
10915 * gdb.threads/fork-child-threads.exp
10916 * gdb.threads/fork-plus-threads.exp
10917 * gdb.threads/fork-thread-pending.exp
10918 * gdb.threads/forking-threads-plus-breakpoint.exp
10919 * gdb.threads/hand-call-in-threads.exp
10920 * gdb.threads/interrupted-hand-call.exp
10921 * gdb.threads/linux-dp.exp
10922 * gdb.threads/local-watch-wrong-thread.exp
10923 * gdb.threads/next-while-other-thread-longjmps.exp
10924 * gdb.threads/non-ldr-exit.exp
10925 * gdb.threads/pending-step.exp
10926 * gdb.threads/print-threads.exp
10927 * gdb.threads/process-dies-while-detaching.exp
10928 * gdb.threads/process-dies-while-handling-bp.exp
10929 * gdb.threads/pthreads.exp
10930 * gdb.threads/queue-signal.exp
10931 * gdb.threads/reconnect-signal.exp
10932 * gdb.threads/signal-command-handle-nopass.exp
10933 * gdb.threads/signal-command-multiple-signals-pending.exp
10934 * gdb.threads/signal-delivered-right-thread.exp
10935 * gdb.threads/signal-sigtrap.exp
10936 * gdb.threads/sigthread.exp
10937 * gdb.threads/staticthreads.exp
10938 * gdb.threads/stepi-random-signal.exp
10939 * gdb.threads/thread-unwindonsignal.exp
10940 * gdb.threads/thread_check.exp
10941 * gdb.threads/thread_events.exp
10942 * gdb.threads/tid-reuse.exp
10943 * gdb.threads/tls-nodebug.exp
10944 * gdb.threads/tls-shared.exp
10945 * gdb.threads/tls-so_extern.exp
10946 * gdb.threads/tls.exp
10947 * gdb.threads/wp-replication.exp
10948 * gdb.trace/actions-changed.exp
10949 * gdb.trace/actions.exp
10950 * gdb.trace/backtrace.exp
10951 * gdb.trace/change-loc.exp
10952 * gdb.trace/collection.exp
10953 * gdb.trace/deltrace.exp
10954 * gdb.trace/disconnected-tracing.exp
10955 * gdb.trace/entry-values.exp
10956 * gdb.trace/ftrace-lock.exp
10957 * gdb.trace/ftrace.exp
10958 * gdb.trace/infotrace.exp
10959 * gdb.trace/mi-trace-frame-collected.exp
10960 * gdb.trace/mi-trace-unavailable.exp
10961 * gdb.trace/mi-traceframe-changed.exp
10962 * gdb.trace/mi-tracepoint-changed.exp
10963 * gdb.trace/mi-tsv-changed.exp
10964 * gdb.trace/no-attach-trace.exp
10965 * gdb.trace/packetlen.exp
10966 * gdb.trace/passc-dyn.exp
10967 * gdb.trace/passcount.exp
10968 * gdb.trace/pending.exp
10969 * gdb.trace/pr16508.exp
10970 * gdb.trace/qtro.exp
10971 * gdb.trace/range-stepping.exp
10972 * gdb.trace/read-memory.exp
10973 * gdb.trace/report.exp
10974 * gdb.trace/save-trace.exp
10975 * gdb.trace/signal.exp
10976 * gdb.trace/stap-trace.exp
10977 * gdb.trace/status-stop.exp
10978 * gdb.trace/strace.exp
10979 * gdb.trace/tfile.exp
10980 * gdb.trace/tfind.exp
10981 * gdb.trace/trace-break.exp
10982 * gdb.trace/trace-condition.exp
10983 * gdb.trace/trace-enable-disable.exp
10984 * gdb.trace/trace-mt.exp
10985 * gdb.trace/tracecmd.exp
10986 * gdb.trace/tracefile-pseudo-reg.exp
10987 * gdb.trace/tspeed.exp
10988 * gdb.trace/tstatus.exp
10989 * gdb.trace/tsv.exp
10990 * gdb.trace/unavailable.exp
10991 * gdb.trace/while-dyn.exp
10992 * gdb.trace/while-stepping.exp
10993 * lib/gdb-guile.exp
10994 * lib/gdb.exp
10995 * lib/mi-support.exp
10996 * lib/pascal.exp
10997 * lib/perftest.exp
10998 * lib/prelink-support.exp
10999 * lib/selftest-support.exp
11000
11001 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11002
11003 * Makefile.in: Include disable-implicit-rules.mk.
11004
11005 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11006
11007 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11008 non-byte-aligned bit fields.
11009
11010 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11011
11012 PR gdb/12616
11013 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11014 respects the DW_AT_data_bit_offset attribute.
11015
11016 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11017
11018 * gdb.base/default.exp: Fix output of "set language".
11019
11020 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11021
11022 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11023 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11024 make.
11025 * configure.ac: Remove checks for the make program.
11026 * configure: Re-generate.
11027
11028 2016-11-16 Kevin Buettner <kevinb@redhat.com>
11029
11030 * gdb.python/py-recurse-unwind.c (main): Add loop.
11031 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11032 to read_register() and gdb.parse_and_eval(). Make each code
11033 call a separate case that can be individually tested.
11034 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11035 proc. Call cont_and_backtrace for each of the code paths that
11036 we want to test in the unwinder.
11037
11038 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11039
11040 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11041 the definition of struct S.
11042
11043 2016-11-11 Catherine Moore <clm@codesourcery.com>
11044
11045 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11046
11047 2016-11-09 Pedro Alves <palves@redhat.com>
11048
11049 * gdb.base/commands.exp (runto_or_return): New procedure.
11050 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11051 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11052 (progvar_simple_while_test, progvar_complex_if_while_test)
11053 (if_while_breakpoint_command_test)
11054 (infrun_breakpoint_command_test, breakpoint_command_test)
11055 (user_defined_command_test, watchpoint_command_test)
11056 (test_command_prompt_position, redefine_hook_test)
11057 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11058 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11059 multi_line_input and multi_line. Remove gdb_expect and
11060 gdb_stop_suppressing_tests uses.
11061 * lib/gdb.exp (valnum_re): New global.
11062 (multi_line_input): New procedure.
11063
11064 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11065
11066 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11067 Remove.
11068 (test_setup): Define with proc_with_prefix.
11069 (test_cli_inferior): Likewise.
11070 (test_cli_thread): Likewise.
11071 (test_cli_frame): Likewise.
11072 (test_cli_select_frame): Likewise.
11073 (test_cli_up_down): Likewise.
11074 (test_mi_thread_select): Likewise.
11075 (test_mi_stack_select_frame): Likewise.
11076 (test_cli_in_mi_inferior): Likewise.
11077 (test_cli_in_mi_thread): Likewise.
11078 (test_cli_in_mi_frame): Likewise.
11079 (top level): Do not use with_test_prefix_procname.
11080
11081 2016-11-09 Pedro Alves <palves@redhat.com>
11082
11083 * gdb.base/commands.exp (gdbvar_simple_if_test)
11084 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11085 (progvar_simple_if_test, progvar_simple_while_test)
11086 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11087 (infrun_breakpoint_command_test, breakpoint_command_test)
11088 (user_defined_command_test, watchpoint_command_test)
11089 (test_command_prompt_position, deprecated_command_test)
11090 (bp_deleted_in_command, temporary_breakpoint_commands)
11091 (stray_arg0_test, source_file_with_indented_comment)
11092 (recursive_source_test, if_commands_test)
11093 (error_clears_commands_left, redefine_hook_test)
11094 (redefine_backtrace_test): Use proc_with_prefix.
11095 * lib/gdb.exp (proc_with_prefix): New proc.
11096
11097 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11098
11099 * gdb.base/tui-layout.c: New file.
11100 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11101 disassembly window contains very long lines.
11102
11103 2016-11-08 Tom Tromey <tom@tromey.com>
11104
11105 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11106 depend on Python 2.
11107
11108 2016-11-08 Tom Tromey <tom@tromey.com>
11109
11110 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11111 New method.
11112
11113 2016-10-29 Manish Goregaokar <manish@mozilla.com>
11114
11115 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
11116
11117 2016-10-27 Manish Goregaokar <manish@mozilla.com>
11118
11119 * gdb.rust/simple.rs: Add test for univariant enums without
11120 discriminants and for encoded struct-like enums.
11121
11122 2016-10-28 Pedro Alves <palves@redhat.com>
11123
11124 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11125 gdb_test_multiple, tighten regexps and match symtabs and line
11126 tables incrementally.
11127
11128 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
11129
11130 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11131 general.
11132
11133 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
11134
11135 * gdb.base/exec-invalid-sysroot.exp: New file.
11136
11137 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11138
11139 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11140
11141 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11142
11143 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11144
11145 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11146
11147 * gdb.base/killed-outside.exp: Remove $options from a call to
11148 `prepare_for_testing'.
11149
11150 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11151
11152 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11153 Change test message.
11154
11155 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11156
11157 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11158 Update comment.
11159
11160 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11161
11162 * gdb.trace/mi-trace-save.exp: New file.
11163
11164 2016-10-13 Yao Qi <yao.qi@linaro.org>
11165
11166 * gdb.base/code_elim.exp (get_var_address): Remove.
11167 * gdb.base/relocate.exp: Likewise.
11168 * gdb.base/shreloc.exp: Likewise.
11169 * lib/gdb.exp (get_var_address): New.
11170
11171 2016-10-13 Yao Qi <yao.qi@linaro.org>
11172
11173 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11174 floating point tests if $skip_float_test is false.
11175
11176 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
11177
11178 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11179 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11180 argc values.
11181 Add 1 to argc so we guarantee distinct initial/modified argc values.
11182
11183 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11184
11185 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11186
11187 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11188
11189 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11190 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11191 * gdb.arch/vsx-regs.exp: Likewise.
11192
11193 2016-10-07 Yao Qi <yao.qi@linaro.org>
11194
11195 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11196
11197 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11198
11199 * gdb.python/python.exp: Test decode_line("*0").
11200
11201 2016-10-06 Doug Evans <dje@google.com>
11202
11203 * gdb.python/py-value.exp (test_value_creation): Add test for large
11204 unsigned 64-bit value.
11205
11206 2016-10-06 Tom Tromey <tom@tromey.com>
11207
11208 * gdb.compile/compile.exp: Change java tests to rust.
11209 * gdb.base/setshow.exp: Change java tests to rust.
11210 * gdb.base/default.exp: Remove java from language list.
11211 * README (Examples): Update language example.
11212 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11213 test.
11214 * lib/gdb.exp (skip_java_tests): Remove.
11215 * lib/java.exp: Remove.
11216 * gdb.java: Remove.
11217
11218 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11219
11220 * gdb.arch/mips-fcr.exp: New test.
11221 * gdb.arch/mips-fcr.c: Source for the new test.
11222
11223 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11224
11225 * gdb.base/solib-disc.exp: Use `standard_output_file'
11226 throughout.
11227
11228 2016-10-06 Pedro Alves <palves@redhat.com>
11229
11230 * gdb.base/jit-simple-dl.c: New file.
11231 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11232 * gdb.base/jit-simple.c: ... this.
11233 * gdb.base/jit-simple.exp (jit_run): Delete.
11234 (build_jit): New proc.
11235 (jit_test_reread): Recompile either the main program or the shared
11236 library, depending on what is being tested. Skip changing address
11237 if caller wants to. Compare before/after addresses. If testing
11238 standalone, explicitly load the binary. Test "maint info
11239 breakpoints".
11240 (top level): Add "standalone vs shared lib" and "change address"
11241 vs "same address" axes.
11242
11243 2016-10-06 Pedro Alves <palves@redhat.com>
11244
11245 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11246 call.
11247 (jit_run): Delete.
11248 (jit_test_reread): Use with_test_prefix. Reload the main binary
11249 explicitly. Compare the before/after addresses of the JIT
11250 descriptor.
11251
11252 2016-08-15 Doug Evans <dje@google.com>
11253
11254 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11255 for single bitfields is bool.
11256 * gdb.xml/tdesc-regs.exp: Ditto.
11257
11258 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11259
11260 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11261
11262 2016-10-05 Yao Qi <yao.qi@linaro.org>
11263
11264 * lib/gdb.exp (support_complex_tests): Return zero if
11265 gdb_skip_float_test return true.
11266
11267 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11268 Simon Marchi <simon.marchi@ericsson.com>
11269
11270 PR gdb/20487
11271 * gdb.mi/user-selected-context-sync.exp: New file.
11272 * gdb.mi/user-selected-context-sync.c: New file.
11273
11274 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11275 Simon Marchi <simon.marchi@ericsson.com>
11276
11277 PR gdb/20487
11278 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11279 =thread-select-event check.
11280
11281 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11282
11283 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11284 the compulsory L operand changes.
11285 * gdb.arch/powerpc-power.s: Likewise.
11286
11287 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11288
11289 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11290 * gdb.base/jit-attach-pie.c: New file.
11291 * gdb.base/jit-attach-pie.exp: New file.
11292
11293 2016-09-28 Pedro Alves <palves@redhat.com>
11294
11295 * gdb.base/infcall-input.c: New file.
11296 * gdb.base/infcall-input.exp: New file.
11297
11298 2016-09-22 Yao Qi <yao.qi@linaro.org>
11299
11300 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11301 (gdb_exit): Rename it to ...
11302 (gdbserver_gdb_exit): ... Close GDBserver.
11303 (gdb_exit): New proc, call gdbserver_gdb_exit.
11304 (mi_gdb_exit): Likewise.
11305
11306 2016-09-22 Yao Qi <yao.qi@linaro.org>
11307
11308 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11309 path.
11310 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11311 Remove duplication.
11312
11313 2016-09-22 Yao Qi <yao.qi@linaro.org>
11314
11315 * lib/gdbserver-support.exp: Check the existence of
11316 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11317
11318 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11319
11320 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11321
11322 2016-09-21 Tom Tromey <tom@tromey.com>
11323
11324 PR gdb/20604:
11325 * gdb.base/quit.exp: New file.
11326
11327 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11328
11329 * .gitignore: New file.
11330
11331 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11332
11333 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11334 throughout.
11335
11336 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11337
11338 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11339
11340 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11341
11342 * gdb.cp/casts.cc (decltype): Move it ...
11343 (main): ... with its call to ...
11344 * gdb.cp/casts03.cc: ... a new file.
11345 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11346
11347 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11348
11349 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11350
11351 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11352
11353 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11354 and sync up the test with tests in gas/testsuite/gas/ppc.
11355 * gdb.arch/powerpc-power.exp: Likewise.
11356
11357 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11358
11359 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11360
11361 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11362 Jan Kratochvil <jan.kratochvil@redhat.com>
11363
11364 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11365 make m1's definition to be different from m2's. Use 'dummy' as an
11366 argument for probe 'two'.
11367
11368 2016-09-10 Jon Beniston <jon@beniston.com>
11369
11370 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11371 for sim target.
11372
11373 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11374
11375 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11376 variable declaration.
11377 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11378 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11379 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11380 received HWCAP as its argument.
11381
11382 2016-09-06 Pedro Alves <palves@redhat.com>
11383
11384 * gdb.base/new-ui-pending-input.c: New file.
11385 * gdb.base/new-ui-pending-input.exp: New file.
11386 * gdb.exp (clear_gdb_spawn_id): New procedure.
11387 (with_spawn_id): Check whether gdb_spawn_id exists before
11388 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11389 on exit.
11390
11391 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11392
11393 * gdb.base/float128.c: New file.
11394 * gdb.base/float128.exp: Likewise.
11395 * gdb.base/floatn.c: Likewise.
11396 * gdb.base/floatn.exp: Likewise.
11397
11398 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11399
11400 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11401
11402 2016-09-05 Pedro Alves <palves@redhat.com>
11403
11404 PR backtrace/19927
11405 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11406 unwinders are immediately called as side effect of "source" or
11407 "disable unwinder" commands.
11408 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11409
11410 2016-09-02 Yao Qi <yao.qi@linaro.org>
11411
11412 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11413 is true and $type is "float" or "double".
11414
11415 2016-09-02 Yao Qi <yao.qi@linaro.org>
11416
11417 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11418 true.
11419 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11420 * gdb.base/call-rt-st.exp: Likewise.
11421 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11422 return value instead of gdb,skip_float_test.
11423 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11424 (do_function_calls): Use its return value instead of
11425 gdb,skip_float_test.
11426 * gdb.base/finish.exp: Likewise.
11427 * gdb.base/funcargs.exp: Likewise.
11428 * gdb.base/return.exp: Likewise.
11429 * gdb.base/return2.exp: Likewise.
11430 * gdb.base/varargs.exp: Likewise.
11431 * lib/gdb.exp (gdb_skip_float_test): Change it to
11432 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11433
11434 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11435
11436 * gdb.multi/tids.exp: Test "thread apply all".
11437
11438 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11439
11440 * gdb.base/default.exp (tty): Remove.
11441
11442 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11443
11444 * gdb.python/py-recurse-unwind.c: New file.
11445 * gdb.python/py-recurse-unwind.py: New file.
11446 * gdb.python/py-recurse-unwind.exp: New file.
11447
11448 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11449
11450 * gdb.base/set-inferior-tty.exp: New file.
11451 * gdb.base/set-inferior-tty.c: New file.
11452
11453 2016-08-23 Pedro Alves <palves@redhat.com>
11454
11455 PR gdb/20494
11456 * gdb.base/new-ui-echo.c: New file.
11457 * gdb.base/new-ui-echo.exp: New file.
11458
11459 2016-08-23 Yao Qi <yao.qi@linaro.org>
11460
11461 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11462 gdbserver_spawn.
11463 * gdb.server/connect-without-multi-process.exp (do_test):
11464 Likewise.
11465
11466 2016-08-23 Yao Qi <yao.qi@linaro.org>
11467
11468 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11469 standalone_txt. Delete gdb_txt and standalone_txt on host
11470 and target. Spawn the binary on target. Copy files from
11471 target to host.
11472
11473 2016-08-22 Pedro Alves <palves@redhat.com>
11474
11475 PR gdb/20505
11476 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11477 with_test_prefix. Factor out bits to ...
11478 (test_no_vdso): ... this new procedure.
11479
11480 2016-08-19 Carl Love <cel@us.ibm.com>
11481
11482 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11483 maintaining separate logic for constructing the output path.
11484 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11485 * gdb.arch/ppc-dfp.exp: Likewise.
11486 * gdb.arch/ppc-fp.exp: Likewise.
11487 * gdb.arch/vsx-regs.exp: Likewise.
11488 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11489 binprefix for generating the additional binary files.
11490
11491 2016-08-19 Pedro Alves <palves@redhat.com>
11492
11493 * gdb.trace/mi-trace-frame-collected.exp
11494 (test_trace_frame_collected): On x32, expect two registers.
11495
11496 2016-08-18 Carl Love <cel@us.ibm.com>
11497
11498 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11499 and sync up the test with tests in gas/testsuite/gas/ppc.
11500 * gdb.arch/powerpc-power.exp: Likewise.
11501
11502 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11503
11504 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11505 expected error message.
11506
11507 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11508
11509 * gdb.multi/remove-inferiors.exp: New file.
11510 * gdb.multi/remove-inferiors.c: New file.
11511
11512 2016-08-12 Yao Qi <yao.qi@linaro.org>
11513
11514 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11515 argument list.
11516
11517 2016-08-10 Pedro Alves <palves@redhat.com>
11518
11519 PR gdb/19187
11520 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11521 setup_kfails.
11522
11523 2016-08-09 Pedro Alves <palves@redhat.com>
11524 Simon Marchi <simon.marchi@ericsson.com>
11525
11526 PR gdb/20418
11527 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11528 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11529
11530 2016-08-09 Pedro Alves <palves@redhat.com>
11531
11532 PR mi/20431
11533 * gdb.mi/mi-cmd-error.exp: New file.
11534
11535 2016-08-09 Pedro Alves <palves@redhat.com>
11536
11537 PR gdb/18653
11538 * gdb.base/signals-state-child.c: New file.
11539 * gdb.base/signals-state-child.exp: New file.
11540 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11541
11542 2016-08-09 Pedro Alves <palves@redhat.com>
11543
11544 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11545
11546 2016-08-03 Tom Tromey <tom@tromey.com>
11547
11548 PR python/18565:
11549 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11550
11551 2016-08-01 Yao Qi <yao.qi@linaro.org>
11552
11553 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11554 variable mode to "multi-process" if $multi_process is 1, otherwise
11555 set it to "single-process".
11556
11557 2016-08-01 Yao Qi <yao.qi@linaro.org>
11558
11559 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11560 * gdb.cp/cpexprs.exp: Likewise.
11561 * gdb.cp/m-static.exp: Likewise.
11562
11563 2016-07-26 Tom Tromey <tom@tromey.com>
11564
11565 PR python/20190:
11566 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11567 test.
11568
11569 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11570
11571 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11572 selecting assembly source files.
11573 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11574 assembly source files.
11575 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11576 assembly source files.
11577 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11578 selecting assembly source files.
11579
11580 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11581
11582 * gdb.base/new-ui.exp (do_test_invalid_args): New
11583 procedure.
11584
11585 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11586
11587 * gdb.btrace/reconnect.c: New file.
11588 * gdb.btrace/reconnect.exp: New file.
11589
11590 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11591
11592 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11593 to test_catch_syscall_group.
11594 (test_catch_syscall_group): New.
11595
11596 2016-07-21 Tom Tromey <tom@tromey.com>
11597
11598 * gdb.rust/simple.rs (main): Use empty struct expression.
11599 * gdb.rust/simple.exp: Add tests for empty struct expression.
11600
11601 2016-07-21 Yao Qi <yao.qi@linaro.org>
11602
11603 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11604 if gdb_skip_xml_test is true on some targets.
11605
11606 2016-07-21 Yao Qi <yao.qi@linaro.org>
11607
11608 * gdb.server/solib-list.exp: Unset last_loaded_file.
11609
11610 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11611
11612 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11613 "step into captured_main (args)".
11614
11615 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11616
11617 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11618
11619 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11620
11621 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11622
11623 2016-07-19 Pedro Alves <palves@redhat.com>
11624
11625 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11626 * gdb.opt/inline-bt.exp: Likewise.
11627 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11628 additional_flags=-Winline.
11629 * gdb.opt/inline-locals.exp: Likewise.
11630 * gdb.opt/inline-markers.c (ATTR): Define.
11631 (inlined_fn): Use it.
11632
11633 2016-07-19 Yao Qi <yao.qi@linaro.org>
11634
11635 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11636 (test_with_self): Remove some code. Remove argument executable.
11637 (top-level): Use do_self_tests.
11638
11639 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
11640 Don Breazeal <donb@codesourcery.com>
11641
11642 * gdb.base/maint.exp: Escape paths used in regular expressions.
11643 * gdb.stabs/weird.exp: Likewise.
11644
11645 2016-07-13 Tom Tromey <tom@tromey.com>
11646
11647 PR python/15620, PR python/18620:
11648 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11649 (test_bkpt_events): New procs.
11650
11651 2016-07-13 Tom Tromey <tom@tromey.com>
11652
11653 PR python/17698:
11654 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11655 test.
11656 (test_watchpoints): Likewise.
11657 (test_bkpt_pending): New proc.
11658
11659 2016-07-13 Tom Tromey <tom@tromey.com>
11660
11661 PR cli/18053:
11662 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11663 completion test.
11664
11665 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11666
11667 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11668 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11669 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11670 f_label.
11671 (g): Rename g_end_lbl to g_label.
11672 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11673 low_pc and high_pc.
11674 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11675
11676 2016-07-12 Tom Tromey <tom@tromey.com>
11677
11678 PR python/19293:
11679 * gdb.python/py-unwind-maint.exp: Update tests.
11680
11681 2016-07-12 Yao Qi <yao.qi@linaro.org>
11682
11683 * lib/selftest-support.exp (selftest_setup): Match the output
11684 when captured_main is inlined.
11685
11686 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11687
11688 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11689 New variables.
11690 (print this%a, print this%b, print this): New tests.
11691 * gdb.fortran/derived-types.f90 (this): New object and
11692 initialization.
11693
11694 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11695
11696 * gdb.ada/arraydim.exp: Remove extra directory level in build
11697 directory.
11698
11699 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11700
11701 * lib/ada.exp: Remove extra directory level in build directory.
11702 * gdb.ada/cond_lang.exp: Likewise.
11703 * gdb.ada/exec_changed.exp: Likewise.
11704 * gdb.ada/lang_switch.exp: Likewise.
11705
11706 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11707
11708 * simple.rs: Add test for raw pointer subscripting.
11709 * simple.exp: Add test expectations.
11710
11711 2016-07-05 Yao Qi <yao.qi@linaro.org>
11712
11713 * gdb.mi/mi-reverse.exp: Match =record-started output.
11714
11715 2016-07-01 Pedro Alves <palves@redhat.com>
11716
11717 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11718 procedure.
11719 (jit_reader_test): Test the jit reader's unwinder.
11720 * gdb.base/jithost.c (jit_function_00_code): New global.
11721 (main): Use memcpy to fill in the mmapped code, instead of poking
11722 bytes manually here.
11723 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11724 value.
11725 (read_debug_info): Save the function's range.
11726 (read_sp): New function.
11727 (unwind_frame): Use it. Also unwind RBP.
11728 (get_frame_id): Use read_sp.
11729 (gdb_init_reader): Use calloc instead of malloc.
11730 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11731 parameter. Use gdb_test_multiple.
11732
11733 2016-07-01 Pedro Alves <palves@redhat.com>
11734 Antoine Tremblay <antoine.tremblay@ericsson.com>
11735
11736 * gdb.threads/process-dies-while-detaching.c: New file.
11737 * gdb.threads/process-dies-while-detaching.exp: New file.
11738
11739 2016-07-01 Pedro Alves <palves@redhat.com>
11740
11741 * gdb.multi/watchpoint-multi-exit.c: New file.
11742 * gdb.multi/watchpoint-multi-exit.exp: New file.
11743
11744 2016-06-30 Pedro Alves <palves@redhat.com>
11745
11746 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11747 unset inferior_spawn_id.
11748
11749 2016-06-30 Pedro Alves <palves@redhat.com>
11750
11751 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11752 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11753
11754 2016-06-29 Yao Qi <yao.qi@linaro.org>
11755
11756 * gdb.base/return.c: Add copyright header.
11757
11758 2016-06-29 Tom Tromey <tom@tromey.com>
11759
11760 PR python/20129:
11761 * gdb.python/py-framefilter.exp: Add tests for setting priority
11762 and disabling of non-existent frame filter.
11763
11764 2016-06-29 Yao Qi <yao.qi@linaro.org>
11765
11766 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11767 0x0f07ff.
11768
11769 2016-06-28 Yao Qi <yao.qi@linaro.org>
11770
11771 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11772 triplets. Start gdb, execute catch syscall, and continue. Check
11773 gdb's output to determine catch syscall is supported.
11774
11775 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11776
11777 * gdb.rust/simple.rs: Add test for returning unit in a function.
11778 * gdb.rust/simple.exp: Add expectation for functions returning
11779 unit.
11780
11781 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11782
11783 * gdb.python/py-breakpoint-create-fail.c,
11784 gdb.python/py-breakpoint-create-fail.exp,
11785 gdb.python/py-breakpoint-create-fail.py: New testcase.
11786
11787 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11788
11789 PR gdb/20239
11790 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11791 * gdb.rust/simple.exp: Add test expectations for new NonZero
11792 tests.
11793
11794 2016-06-24 David Taylor <dtaylor@emc.com>
11795
11796 * gdb.base/offsets.exp: New file.
11797 * gdb.base/offsets.c: New file.
11798
11799 2016-06-23 Tom Tromey <tom@tromey.com>
11800
11801 PR gdb/16483:
11802 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11803 before any filters are loaded.
11804
11805 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11806
11807 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11808 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11809 structs.
11810 * gdb.fortran/derived-type-function.exp: New file.
11811 * gdb.fortran/derived-type-function.f90: New file.
11812
11813
11814 2016-06-21 Pedro Alves <palves@redhat.com>
11815
11816 * gdb.base/new-ui.exp: New file.
11817 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11818 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11819 (with_spawn_id): New procedure.
11820
11821 2016-06-21 Pedro Alves <palves@redhat.com>
11822
11823 * gdb.mi/mi-exec-run.exp: New file.
11824
11825 2016-06-21 Pedro Alves <palves@redhat.com>
11826
11827 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11828 breakpoint command's output on the main UI.
11829 (test_break): New procedure, factored out from calls in the top
11830 level.
11831 (top level): Use foreach_with_prefix to test MI as main UI and as
11832 separate UI.
11833
11834 2016-06-21 Pedro Alves <palves@redhat.com>
11835
11836 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11837 (test_awatch_creation_and_listing)
11838 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11839 Remove 'type' parameter.
11840 (test_watchpoint_all): New parameter mi_mode. Remove
11841 with_test_prefix.
11842 (top level): Use foreach_with_prefix, and add main/separate UI MI
11843 testing axis.
11844
11845 2016-06-21 Pedro Alves <palves@redhat.com>
11846
11847 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11848 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11849 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11850 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11851 (gdb_main_spawn_id, mi_spawn_id): Declare and
11852 comment.
11853 (mi_create_inferior_pty): New procedure,
11854 factored out from default_mi_gdb_start.
11855 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11856 procedures.
11857 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11858 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11859 Use mi_create_inferior_pty.
11860 (mi_gdb_start): Use eval to pass down args list.
11861
11862 2016-06-21 Pedro Alves <palves@redhat.com>
11863
11864 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11865 * gdb.opt/inline-cmds.exp: Add MI tests.
11866
11867 2016-06-21 Pedro Alves <palves@redhat.com>
11868
11869 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11870
11871 2016-06-21 Pedro Alves <palves@redhat.com>
11872
11873 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11874 (top level): Use it instead of mi_execute_to.
11875
11876 2016-06-21 Pedro Alves <palves@redhat.com>
11877
11878 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11879 (cont_handler_str): New.
11880 (signal_stop_handler): Set stop_handler_str instead of printing to
11881 stdout.
11882 (continue_handler): Set cont_handler_str instead of printing to
11883 stdout.
11884 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11885 mi_send_resuming_command. Print stop_handler_str and
11886 cont_handler_str instead of expecting the python events print
11887 directly.
11888
11889 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11890
11891 * gdb.base/jit-reader.exp: New file.
11892 * gdb.base/jithost.c: New file.
11893 * gdb.base/jithost.h: New file.
11894 * gdb.base/jitreader.c : New file.
11895 * gdb.base/jit-protocol.h: New file.
11896
11897 2016-06-17 Yao Qi <yao.qi@linaro.org>
11898
11899 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11900 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11901 and detach-on-fork. Adjust tests.
11902 (top level): Invoke break_cond_on_syscall with combinations of
11903 syscall, follow-fork-mode and detach-on-fork.
11904
11905 2016-06-17 Yao Qi <yao.qi@linaro.org>
11906
11907 * gdb.base/step-over-exit.c: New.
11908 * gdb.base/step-over-exit.exp: New.
11909
11910 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11911
11912 * gdb.base/float.exp: Add target check for nds32*-*-*.
11913 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11914
11915 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11916
11917 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11918 for unsupported target features.
11919 * gdb.base/call-rt-st.exp: Likewise.
11920 * gdb.base/call-sc.exp: Likewise.
11921 * gdb.base/call-signal-resume.exp: Likewise.
11922 * gdb.base/call-strs.exp: Likewise.
11923 * gdb.base/callexit.exp: Likewise.
11924 * gdb.base/callfuncs.exp: Likewise.
11925 * gdb.base/nodebug.exp: Likewise.
11926 * gdb.base/printcmds.exp: Likewise.
11927 * gdb.base/ptype.exp: Likewise.
11928 * gdb.base/structs.exp: Likewise.
11929 * gdb.base/unwindonsignal.exp: Likewise.
11930 * gdb.cp/gdb2495.exp: Likewise.
11931 * gdb.cp/templates.exp: Likewise.
11932 * gdb.cp/virtfunc.exp: Likewise.
11933 * gdb.threads/hand-call-in-threads.exp: Likewise.
11934 * gdb.threads/interrupted-hand-call.exp: Likewise.
11935 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11936
11937 2016-06-10 Tom Tromey <tom@tromey.com>
11938
11939 PR rust/20110:
11940 * gdb.rust/expr.exp: Add test for integer constant larger than
11941 i32.
11942
11943 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11944
11945 * gdb.fortran/nested-funcs.exp: New.
11946 * gdb.fortran/nested-funcs.f90: New.
11947
11948 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11949
11950 * gdb.base/examine-backward.c: New file.
11951 * gdb.base/examine-backward.exp: New file.
11952
11953 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11954
11955 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11956 matching.
11957
11958 2016-06-02 Tom Tromey <tom@tromey.com>
11959
11960 PR python/18984:
11961 * gdb.python/py-shared.exp: Add solib_name test.
11962
11963 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11964
11965 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11966
11967 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11968
11969 PR c++/19893
11970 * gdb.dwarf2/implref.exp: Rename to...
11971 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11972 * gdb.dwarf2/implref-array.c: New file.
11973 * gdb.dwarf2/implref-array.exp: Likewise.
11974 * gdb.dwarf2/implref-global.c: Likewise.
11975 * gdb.dwarf2/implref-global.exp: Likewise.
11976 * gdb.dwarf2/implref-struct.c: Likewise.
11977 * gdb.dwarf2/implref-struct.exp: Likewise.
11978
11979 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11980
11981 * gdb.trace/trace-condition.exp: Add 64bit tests.
11982
11983 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11984
11985 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11986 bits types.
11987 (main): Adapt to 8 to 64 bits types.
11988 * gdb.trace/trace-condition.exp: Add new tests.
11989
11990 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11991
11992 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11993
11994 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11995
11996 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11997 Move condition tests...
11998 * gdb.trace/trace-condition.exp: Here.
11999
12000 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12001
12002 * gdb.trace/trace-condition.exp: Add counter-case tests.
12003
12004 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12005
12006 PR c++/15231
12007 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12008 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12009
12010 2016-05-27 Pedro Alves <palves@redhat.com>
12011
12012 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12013 New procedure.
12014 (top level): Call it, and bail out of DejaGnu is known to be bad.
12015
12016 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12017
12018 * gdb.base/whatis.c: Extend the test case.
12019 * gdb.base/whatis.exp: Add additional tests.
12020
12021 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12022
12023 * gdb.fortran/type.f90: Add pointer variable.
12024 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12025
12026 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12027
12028 * gdb.fortran/vla-type.exp: Fix testcase name.
12029
12030 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12031
12032 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12033
12034 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12035
12036 * gdb.fortran/type.f90: Add nested structures.
12037 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12038 * gdb.fortran/derived-type.exp: Adapt expected output.
12039 * gdb.fortran/vla-type.exp: Adapt expected output.
12040
12041 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12042
12043 * gdb.fortran/whatis_type.exp: Adapt expected output.
12044
12045 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12046
12047 * gdb.fortran/print_type.exp: Fix expected output.
12048 * gdb.fortran/whatis_type.exp: Fix expected output.
12049
12050 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12051
12052 * gdb.fortran/whatis_type.exp: Use multi_line.
12053
12054 2016-05-24 Tom Tromey <tom@tromey.com>
12055
12056 PR python/17386:
12057 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12058 use value as an index.
12059
12060 2016-05-23 Tom Tromey <tom@tromey.com>
12061
12062 PR python/17981:
12063 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12064 no-breakpoint case.
12065
12066 2016-05-24 Pedro Alves <palves@redhat.com>
12067
12068 PR gdb/19828
12069 * gdb.threads/clone-attach-detach.c: New file.
12070 * gdb.threads/clone-attach-detach.exp: New file.
12071
12072 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12073
12074 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12075
12076 2016-05-23 Tom Tromey <tom@tromey.com>
12077
12078 PR python/19438, PR python/18393:
12079 * gdb.python/py-progspace.exp: Add "dir" test.
12080 * gdb.python/py-objfile.exp: Add "dir" test.
12081
12082 2016-05-23 Yao Qi <yao.qi@linaro.org>
12083
12084 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12085 * gdb.arch/thumb2-it.exp: Likewise.
12086
12087 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12088
12089 * gdb.mi/mi-threads-interrupt.c: New file.
12090 * gdb.mi/mi-threads-interrupt.exp: New file.
12091
12092 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12093
12094 PR gdb/18077
12095 * gdb.mi/mi-async-run.exp: New file.
12096 * gdb.mi/mi-async-run.c: New file.
12097
12098 2016-05-17 Tom Tromey <tom@tromey.com>
12099 Manish Goregaokar <manishsmail@gmail.com>
12100
12101 * lib/rust-support.exp: New file.
12102 * lib/gdb.exp (skip_rust_tests): New proc.
12103 (build_executable_from_specs): Handle rust.
12104 * lib/future.exp (gdb_find_rustc): New proc.
12105 (gdb_default_target_compile): Handle rust.
12106 * gdb.rust/expr.exp: New file.
12107 * gdb.rust/generics.exp: New file.
12108 * gdb.rust/generics.rs: New file.
12109 * gdb.rust/methods.exp: New file.
12110 * gdb.rust/methods.rs: New file.
12111 * gdb.rust/modules.exp: New file.
12112 * gdb.rust/modules.rs: New file.
12113 * gdb.rust/simple.exp: New file.
12114 * gdb.rust/simple.rs: New file.
12115
12116 2016-05-17 Tom Tromey <tom@tromey.com>
12117
12118 * gdb.base/default.exp (set language): Add rust.
12119
12120 2016-05-17 Tom Tromey <tom@tromey.com>
12121
12122 * gdb.gdb/unittest.exp: New file.
12123
12124 2016-05-16 Yao Qi <yao.qi@linaro.org>
12125
12126 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12127 shell_prompt. Update shell_prompt_re.
12128
12129 2016-05-12 Doug Evans <dje@google.com>
12130
12131 PR symtab/19999
12132 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12133 $options when building executable.
12134 * gdb.dwarf2/fission-loclists-pie.S: New file.
12135 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12136
12137 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12138
12139 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12140 of [is_remote target],
12141
12142 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12143
12144 * lib/gdb.exp (use_gdb_stub): New procedure.
12145
12146 2016-05-03 Yunlian Jiang <yunlian@google.com>
12147 Doug Evans <dje@google.com>
12148
12149 PR symtab/19914
12150 * gdb.dwarf2/dwp-sepdebug.c: New file.
12151 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12152
12153 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12154
12155 * gdb.base/detach.exp: Remove is_remote check.
12156
12157 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12158
12159 * gdb.base/annota-input-while-running.exp: Don't check for
12160 [is_remote target]. Enable annotations after running to main.
12161 Remove unused "set test..." line.
12162
12163 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12164
12165 * gdb.trace/trace-enable-disable.exp: New file.
12166 * gdb.trace/trace-enable-disable.c: New file.
12167
12168 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12169
12170 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12171 use it in info sharedlibrary test.
12172 * gdb.trace/ftrace-lock.exp: Likewise.
12173 * gdb.trace/ftrace.exp: Likewise.
12174 * gdb.trace/range-stepping.exp: Likewise.
12175 * gdb.trace/trace-break.exp: Likewise.
12176 * gdb.trace/trace-condition.exp: Likewise.
12177 * gdb.trace/trace-mt.exp: Likewise.
12178
12179 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12180
12181 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12182 (gdb_load_shlib): ... this.
12183 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12184 gdb_load_shlib.
12185 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12186 * gdb.base/ctxobj.exp: Likewise.
12187 * gdb.base/dprintf-pending.exp: Likewise.
12188 * gdb.base/dso2dso.exp: Likewise.
12189 * gdb.base/fixsection.exp: Likewise.
12190 * gdb.base/gcore-relro.exp: Likewise.
12191 * gdb.base/gdb1555.exp: Likewise.
12192 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12193 * gdb.base/gnu-ifunc.exp: Likewise.
12194 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12195 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12196 * gdb.base/pending.exp: Likewise.
12197 * gdb.base/print-file-var.exp: Likewise.
12198 * gdb.base/print-symbol-loading.exp: Likewise.
12199 * gdb.base/shlib-call.exp: Likewise.
12200 * gdb.base/shreloc.exp: Likewise.
12201 * gdb.base/so-impl-ld.exp: Likewise.
12202 * gdb.base/solib-disc.exp: Likewise.
12203 * gdb.base/solib-nodir.exp: Likewise.
12204 * gdb.base/solib-overlap.exp: Likewise.
12205 * gdb.base/solib-symbol.exp: Likewise.
12206 * gdb.base/solib-weak.exp (do_test): Likewise.
12207 * gdb.base/sym-file.exp: Likewise.
12208 * gdb.base/symtab-search-order.exp: Likewise.
12209 * gdb.base/type-opaque.exp: Likewise.
12210 * gdb.base/unload.exp: Likewise.
12211 * gdb.base/watchpoint-solib.exp: Likewise.
12212 * gdb.compile/compile.exp: Likewise.
12213 * gdb.cp/gdb2384.exp: Likewise.
12214 * gdb.cp/infcall-dlopen.exp: Likewise.
12215 * gdb.cp/re-set-overloaded.exp: Likewise.
12216 * gdb.fortran/library-module.exp: Likewise.
12217 * gdb.opt/solib-intra-step.exp: Likewise.
12218 * gdb.python/py-finish-breakpoint.exp: Likewise.
12219 * gdb.python/py-shared.exp: Likewise.
12220 * gdb.reverse/solib-precsave.exp: Likewise.
12221 * gdb.reverse/solib-reverse.exp: Likewise.
12222 * gdb.server/solib-list.exp: Likewise.
12223 * gdb.threads/dlopen-libpthread.exp: Likewise.
12224 * gdb.threads/tls-shared.exp: Likewise.
12225 * gdb.threads/tls-so_extern.exp: Likewise.
12226 * gdb.trace/change-loc.exp: Likewise.
12227 * gdb.trace/ftrace-lock.exp: Likewise.
12228 * gdb.trace/ftrace.exp: Likewise.
12229 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12230 * gdb.trace/pending.exp: Likewise.
12231 * gdb.trace/range-stepping.exp: Likewise.
12232 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12233 (strace_info_marker): Likewise.
12234 (strace_probe_marker): Likewise.
12235 (strace_trace_on_same_addr): Likewise.
12236 (strace_trace_on_diff_addr): Likewise.
12237 * gdb.trace/trace-break.exp: Likewise.
12238 * gdb.trace/trace-condition.exp: Likewise.
12239 * gdb.trace/trace-mt.exp: Likewise.
12240
12241 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12242
12243 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12244 result of gdb_remote_download.
12245 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12246 * gdb.base/dso2dso.exp: Likewise.
12247 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12248 * gdb.base/print-file-var.exp: Likewise.
12249 * gdb.base/shlib-call.exp: Likewise.
12250 * gdb.base/shreloc.exp: Likewise.
12251 * gdb.base/solib-overlap.exp: Likewise.
12252 * gdb.base/solib-weak.exp (do_test): Likewise.
12253 * gdb.base/unload.exp: Likewise.
12254
12255 2016-04-27 Yao Qi <yao.qi@linaro.org>
12256
12257 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12258 exists.
12259
12260 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12261
12262 * vla-type.exp: Print structure from toplevel.
12263
12264 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12265
12266 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12267 of dynamic types.
12268 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12269 of dynamic types.
12270
12271 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12272
12273 * gdb.fortran/vla-type.f90: New file.
12274 * gdb.fortran/vla-type.exp: New file.
12275
12276 2016-04-25 Yao Qi <yao.qi@linaro.org>
12277
12278 * gdb.base/branch-to-self.c: New file.
12279 * gdb.base/branch-to-self.exp: New file.
12280
12281 2016-04-22 Yao Qi <yao.qi@linaro.org>
12282
12283 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12284 more after $hex.
12285
12286 2016-04-22 Yao Qi <yao.qi@linaro.org>
12287
12288 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12289 * gdb.base/annota3.exp: Likewise.
12290
12291 2016-04-22 Yao Qi <yao.qi@linaro.org>
12292
12293 * gdb.reverse/step-precsave.exp: Do one step and test program
12294 stops in "callee" and do multiple steps until program goes out
12295 of "callee".
12296 * gdb.reverse/step-reverse.exp: Likewise.
12297
12298 2016-04-22 Yao Qi <yao.qi@linaro.org>
12299
12300 * gdb.trace/signal.exp: Also pass if
12301 $tracepoint_hits($i) > $iterations.
12302
12303 2016-04-22 Yao Qi <yao.qi@linaro.org>
12304
12305 * gdb.trace/signal.c: New file.
12306 * gdb.trace/signal.exp: New file.
12307
12308 2016-04-19 Doug Evans <xdje42@gmail.com>
12309
12310 * gdb.base/bad-file.exp: New file.
12311
12312 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12313
12314 * gdb.dwarf2/implref.exp: New file.
12315
12316 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12317
12318 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12319 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12320 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12321 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12322 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12323 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12324 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12325 * lib/fortran.exp (fortran_int4): New procedure.
12326 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12327 (fortran_logical4): Likewise.
12328
12329 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12330
12331 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12332
12333 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12334
12335 * lib/compiler.c: Add Intel specific preprocessor macros.
12336 * lib/compiler.cc: Likewise.
12337
12338 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
12339
12340 * gdb.server/connect-with-no-symbol-file.c: New file.
12341 * gdb.server/connect-with-no-symbol-file.exp: New file.
12342
12343 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12344
12345 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12346
12347 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12348
12349 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12350 standard output directory.
12351
12352 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12353
12354 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12355
12356 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12357
12358 * gdb.btrace/instruction_history.c (loop): Add declaration.
12359
12360 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12361
12362 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12363
12364 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12365
12366 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12367 parentheses to print.
12368 (continue_handler): Likewise.
12369
12370 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12371
12372 * gdb.server/solib-list.exp: Remove is_remote check.
12373 Pass shlib= to gdb_compile. Don't link shared library with
12374 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12375 Run binary filename through "readlink -f" on the target.
12376
12377 2016-04-08 Pedro Alves <palves@redhat.com>
12378
12379 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12380 interpreter filename as argument to gdbserver_spawn.
12381 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12382 Return empty if $last_loaded_file does not exist.
12383
12384 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12385
12386 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12387 * gdb.base/jit-main.c: Use exit after usage.
12388
12389 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12390
12391 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12392 GDBHISTSIZE prior to the tests.
12393 * gdb.base/gdbinit-history.exp: Likewise.
12394
12395 2016-04-07 Pedro Alves <palves@redhat.com>
12396
12397 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12398 instead of build_executable. Use gdb_load_shlibs.
12399
12400 2016-04-07 Yao Qi <yao.qi@linaro.org>
12401
12402 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12403 Execute "si" command.
12404
12405 2016-04-07 Yao Qi <yao.qi@linaro.org>
12406
12407 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12408 number instead of the comments on some line.
12409
12410 2016-04-06 Don Breazeal <donb@codesourcery.com>
12411
12412 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12413 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12414
12415 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12416
12417 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12418 standard_output_file. Remove unused binfile variable.
12419
12420 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
12421
12422 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12423 * gdb.python/py-mi-objfile.exp: Match "list main" output
12424 in console format.
12425
12426 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12427
12428 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12429 absolute.
12430
12431 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12432
12433 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12434 absolute.
12435 * gdb.trace/ftrace.exp: Likewise.
12436 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12437 targets as well.
12438 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12439 (gdb_load_shlibs): Copy libraries to test directory when testing
12440 natively. Only set solib-search-path if testing remotely.
12441 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12442
12443 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12444
12445 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12446 gdb_download. Use it even if the target is not remote.
12447 * gdb.base/jit.exp (compile_jit_test): Likewise.
12448 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12449 output directory if the destination board is local, otherwise use
12450 the standard remote_download from DejaGnu.
12451 (gdb_download): Remove.
12452 (gdb_load_shlibs): Use gdb_remote_download instead of
12453 gdb_download.
12454 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12455 Use gdb_remote_download instead of gdb_download. Use it even if
12456 the target is not remote.
12457 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12458 instead of gdb_download.
12459
12460 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12461
12462 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12463 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12464 run.
12465
12466 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12467
12468 PR gdb/19820
12469 * gdb.base/printcmds.exp: Add artificial arrays tests.
12470
12471 2016-03-31 Pedro Alves <palves@redhat.com>
12472
12473 PR gdb/19858
12474 * gdb.base/jit-main.c: Include unistd.h.
12475 (ATTACH): Define to 0 if not already defined.
12476 (wait_for_gdb, mypid): New globals.
12477 (WAIT_FOR_GDB): New macro.
12478 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12479 some breakpoint locations.
12480 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12481 New procedures.
12482 (one_jit_test): Add REATTACH parameter, and handle it. Use
12483 continue_to_test_location.
12484 (top level): Test attach, and adjusts calls to one_jit_test.
12485
12486 2016-03-31 Pedro Alves <palves@redhat.com>
12487
12488 PR gdb/19858
12489 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12490 BINSUFFIX parameter, and handle it.
12491 (top level): Adjust calls compile_jit_test.
12492
12493 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12494
12495 PR python/19743
12496 * gdb.python/py-mi-events-gdb.py: New file.
12497 * gdb.python/py-mi-events.c: New file.
12498 * gdb.python/py-mi-events.exp: New file.
12499
12500 2016-03-30 Yao Qi <yao.qi@linaro.org>
12501
12502 * gdb.reverse/until-precsave.exp: Match function name only.
12503 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12504 Move malloc to a condition block.
12505 * gdb.reverse/until-reverse.exp: Match function name only.
12506
12507 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12508
12509 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12510 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12511 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12512 variable for GPR 0 instead of assuming it is register 0.
12513 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12514 * lib/trace-support.exp: Add s390 registers.
12515
12516 2016-03-29 Yao Qi <yao.qi@linaro.org>
12517
12518 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12519
12520 2016-03-24 Yao Qi <yao.qi@linaro.org>
12521
12522 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12523 test message.
12524
12525 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12526
12527 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12528 maintaining separate logic for constructing the output path.
12529
12530 2016-03-16 Don Breazeal <donb@codesourcery.com>
12531
12532 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12533 Retry fork and waitpid on interrupted system call errors.
12534 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12535 Use with_timeout_factor to increase timeout by factor of 10.
12536
12537 2016-03-15 Don Breazeal <donb@codesourcery.com>
12538
12539 * gdb.cp/scope-err.cc: New test program.
12540 * gdb.cp/scope-err.exp: New test script.
12541 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12542 lines and "set breakpoint here" comment.
12543 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12544 Fixed some whitespace and format issues.
12545 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12546 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12547
12548 2016-03-15 Doug Evans <dje@google.com>
12549
12550 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12551 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12552 All callers updated. Add tests for enums, mixed flags register.
12553
12554 2016-03-15 Doug Evans <dje@google.com>
12555
12556 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12557 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12558
12559 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12560
12561 * gdb.base/default.exp: Add $_as_string to the list of expected
12562 convenience functions.
12563
12564 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12565
12566 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12567
12568 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12569
12570 * gdb.python/py-as-string.exp: New file.
12571 * gdb.python/py-as-string.c: New file.
12572
12573 2016-03-09 Pedro Alves <palves@redhat.com>
12574
12575 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12576 signal" -> "Thread NN received signal" output change.
12577 * gdb.threads/ia64-sigill.exp: Likewise.
12578 * gdb.threads/linux-dp.exp: Likewise.
12579 * gdb.threads/manythreads.exp: Likewise.
12580 * gdb.threads/pending-step.exp: Likewise.
12581 * gdb.threads/print-threads.exp: Likewise.
12582 * gdb.threads/sigstep-threads.exp: Likewise.
12583 * gdb.threads/staticthreads.exp: Likewise.
12584 * gdb.threads/tls.exp: Likewise.
12585
12586 2016-03-09 Pedro Alves <palves@redhat.com>
12587
12588 * gdb.base/command-line-input.exp: New file.
12589
12590 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12591
12592 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12593 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12594 * gdb.trace/pending.exp: Accept leading dot before function name.
12595 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12596 * lib/trace-support.exp: Set registers for ppc.
12597
12598 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12599
12600 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12601 use it for disassembly; accept .main in addition to main in backtrace.
12602
12603 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
12604 Marcin Kościelnicki <koriakin@0x04.net>
12605
12606 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12607 (gdb_recursion_test_ptr): New global variable.
12608 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12609 gdb_recursion_test.
12610 (gdb_c_test): Ditto.
12611
12612 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12613
12614 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12615 ordering.
12616
12617 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12618
12619 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12620 (bar): Add bar_start_lbl label.
12621 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12622 of foo/bar for emitting DWARF and tracing.
12623
12624 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12625
12626 * analyze-racy-logs.py: Set executable bit.
12627
12628 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12629
12630 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12631 (CHECK_TARGET_TMP): Likewise.
12632 (check-single-racy): New rule.
12633 (check-parallel-racy): Likewise.
12634 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12635 (do-check-parallel-racy): New rule.
12636 (check-racy/%.exp): Likewise.
12637 * README (Racy testcases): New section.
12638 * analyze-racy-logs.py: New file.
12639
12640 2016-03-03 Doug Evans <dje@google.com>
12641
12642 * gdb.base/skip.exp: Use with_test_prefix.
12643
12644 2016-03-03 Yao Qi <yao.qi@linaro.org>
12645
12646 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12647 Invoke step_over_syscall "clone" and break_cond_on_syscall
12648 "clone".
12649 * gdb.base/step-over-clone.c: New file.
12650
12651 2016-03-03 Yao Qi <yao.qi@linaro.org>
12652
12653 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12654 code format.
12655
12656 2016-03-03 Yao Qi <yao.qi@linaro.org>
12657
12658 * gdb.base/disp-step-fork.c: Rename to ...
12659 * gdb.base/step-over-fork.c: ... it. New file.
12660 * gdb.base/disp-step-vfork.c: Rename to ...
12661 * gdb.base/step-over-vfork.c: ... it. New file.
12662 * gdb.base/disp-step-syscall.exp: Rename to ...
12663 * gdb.base/step-over-syscall.exp: ... it. New file.
12664 (disp_step_cross_syscall): Rename to ...
12665 (step_over_syscall): ... it.
12666
12667 2016-03-03 Yao Qi <yao.qi@linaro.org>
12668
12669 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12670 If target supports condition evaluation on target, invoke
12671 break_cond_on_syscall for fork and vfork.
12672
12673 2016-03-03 Yao Qi <yao.qi@linaro.org>
12674
12675 * gdb.base/disp-step-syscall.exp: Don't invoke
12676 support_displaced_stepping.
12677 (disp_step_cross_syscall): Test with displaced stepping off and
12678 on if supported.
12679
12680 2016-03-03 Yao Qi <yao.qi@linaro.org>
12681
12682 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12683 proc.
12684 (setup): New proc.
12685 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12686 and setup.
12687
12688 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12689
12690 * gdb.fortran/vla-history.exp: Remove breakpoint.
12691
12692 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12693
12694 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12695 exceeds timeout.
12696
12697 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12698
12699 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12700 breakpoint.
12701
12702 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12703
12704 * gdb.mi/vla.f90: Nullify pointer after declaration.
12705
12706 2016-03-01 Pedro Alves <palves@redhat.com>
12707
12708 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12709
12710 2016-03-01 Pedro Alves <palves@redhat.com>
12711
12712 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12713 before anything else.
12714 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12715 _GNU_SOURCE here.
12716 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12717 before anything else.
12718 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12719
12720 2016-03-01 Pedro Alves <palves@redhat.com>
12721
12722 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12723
12724 2016-03-01 Yao Qi <yao.qi@linaro.org>
12725
12726 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12727 prepare_for_testing.
12728
12729 2016-03-01 Yao Qi <yao.qi@linaro.org>
12730
12731 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12732
12733 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12734
12735 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12736 manually constructing the output path.
12737
12738 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12739
12740 * gdb.arch/s390-stackless.S: New.
12741 * gdb.arch/s390-stackless.exp: New.
12742
12743 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12744
12745 * gdb.dlang/circular.c: New file.
12746 * gdb.dlang/circular.exp: New file.
12747
12748 2016-02-26 Yao Qi <yao.qi@linaro.org>
12749
12750 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12751 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12752 (testcases): Update.
12753
12754 2016-02-26 Yao Qi <yao.qi@linaro.org>
12755
12756 * gdb.reverse/aarch64.c: Rename to ...
12757 * gdb.reverse/insn-reverse.c: ... it.
12758 * gdb.reverse/aarch64.exp: Rename to ...
12759 * gdb.reverse/insn-reverse.exp: ... it.
12760
12761 2016-02-26 Yao Qi <yao.qi@linaro.org>
12762
12763 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12764 (testcase_ftype): New.
12765 (testcases): New array.
12766 (n_testcases): New.
12767 (main): Call each element in testcases.
12768 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12769 (read_testcase): New.
12770 Do the tests in a loop.
12771
12772 2016-02-25 Yao Qi <yao.qi@linaro.org>
12773
12774 * gdb.base/branches.c: Remove.
12775
12776 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12777
12778 PR gdb/13808
12779 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12780
12781 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12782
12783 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12784
12785 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12786
12787 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12788 change x86_64 call_insn to 'callq'.
12789
12790 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12791
12792 * gdb.trace/tfile-avx.c: Move to...
12793 * gdb.trace/tracefile-pseudo-reg.c: Here.
12794 * gdb.trace/tfile-avx.exp: Move to...
12795 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12796
12797 2016-02-24 Gary Benson <gbenson@redhat.com>
12798
12799 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12800 message on attach.
12801
12802 2016-02-23 Doug Evans <dje@google.com>
12803
12804 * gdb.base/skip.c (test_skip): New function.
12805 (end_test_skip_file_and_function): New function.
12806 (test_skip_file_and_function): New function.
12807 * gdb.base/skip1.c (test_skip): New function.
12808 (skip1_test_skip_file_and_function): New function.
12809 * gdb.base/skip.exp: Add tests for new skip options.
12810 * gdb.base/skip-solib.exp: Update expected output.
12811 * gdb.perf/skip-command.cc: New file.
12812 * gdb.perf/skip-command.exp: New file.
12813 * gdb.perf/skip-command.py: New file.
12814
12815 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12816
12817 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12818 info registers pattern.
12819
12820 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12821
12822 * lib/future.exp: Add D support.
12823 (gdb_find_gdc): New proc.
12824 (gdb_default_target_compile): Add D support.
12825
12826 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12827
12828 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12829 user+system time.
12830 (trace_speed_test): Determine the iteration count for a time
12831 between 15..30 seconds.
12832
12833 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12834
12835 * gdb.arch/i386-mpx-sigsegv.c: New file.
12836 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12837 * gdb.arch/i386-mpx-simple_segv.c: New file.
12838 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12839
12840 2016-02-18 Yao Qi <yao.qi@linaro.org>
12841
12842 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12843 Don't call setup_kfail.
12844
12845 2016-02-18 Yao Qi <yao.qi@linaro.org>
12846
12847 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12848 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12849
12850 2016-02-16 Doug Evans <dje@google.com>
12851
12852 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12853 * gdb.base/skip1.c: Ditto.
12854 * gdb.base/skip.exp: Whitespace cleanup.
12855
12856 2016-02-16 Don Breazeal <donb@codesourcery.com>
12857
12858 PR remote/19496
12859 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12860 Remove kfail for PR remote/19496.
12861
12862 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12863
12864 * lib/gdb.exp (standard_temp_file): Return a path specific to
12865 the runtest invocation.
12866
12867 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12868
12869 * gdb.trace/save-trace.exp: Change relative path to be in the
12870 standard output directory.
12871
12872 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12873
12874 * gdb.arch/i386-prologue.c: Add missing prototypes.
12875
12876 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12877
12878 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12879 * gdb.arch/i386-prologue.exp: Likewise.
12880 * gdb.arch/i386-size.exp: Likewise.
12881
12882 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12883
12884 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12885 define object file path.
12886 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12887 file path.
12888 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12889 standard_output_file to define binfile.
12890
12891 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12892
12893 Fix compatibility with recent gfortran-5.3.1.
12894 * gdb.fortran/vla-history.exp (print vla1 allocated)
12895 (print vla2 allocated, print $2, print $3): Remove
12896 (print $4): Rename to ...
12897 (print $2): ... here.
12898 (print $9): Rename to ...
12899 (print $5): ... here.
12900 (print $10): Rename to ...
12901 (print $6): ... here.
12902 * gdb.fortran/vla.f90: Add pvla initialization.
12903
12904 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12905
12906 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12907 New test.
12908 * gdb.fortran/vla-value-sub.exp: Likewise.
12909
12910 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12911
12912 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12913
12914 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12915
12916 * i386-biarch-core.exp: Define corefile using
12917 standard_output_file.
12918
12919 2016-02-12 Yao Qi <yao.qi@linaro.org>
12920
12921 * gdb.arch/arm-single-step-kernel-helper.c: New.
12922 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12923
12924 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12925
12926 * gdb.btrace/tailcall-only.exp: New.
12927 * gdb.btrace/tailcall-only.c: New.
12928 * gdb.btrace/x86_64-tailcall-only.S: New.
12929 * gdb.btrace/i686-tailcall-only.S: New.
12930
12931 2016-02-11 Pedro Alves <palves@redhat.com>
12932
12933 * README (Parallel testing): Add missing double quotes.
12934
12935 2016-02-11 Pedro Alves <palves@redhat.com>
12936
12937 * README (Parallel testing): New section.
12938 (GDB_PARALLEL): Rewrite.
12939 (FORCE_PARALLEL): Document.
12940
12941 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12942
12943 * gdb.trace/tfile-avx.c: New test.
12944 * gdb.trace/tfile-avx.exp: New test.
12945
12946 2016-02-09 Keith Seitz <keiths@redhat.com>
12947
12948 PR breakpoints/19546
12949 * gdb.base/infcall-exec.c: New file.
12950 * gdb.base/infcall-exec2.c: New file.
12951 * gdb.base/infcall-exec.exp: New file.
12952
12953 2016-02-09 Keith Seitz <keiths@redhat.com>
12954
12955 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12956 (toplevel): Call test_bkpt_address.
12957
12958 2016-02-09 Keith Seitz <keiths@redhat.com>
12959
12960 PR python/19506
12961 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12962 (toplevel): Call test_bkpt_address.
12963
12964 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12965
12966 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12967 to AC_OUTPUT.
12968 * configure: Regenerate.
12969
12970 2016-02-09 Pedro Alves <palves@redhat.com>
12971
12972 PR breakpoints/19548
12973 * gdb.base/execl-update-breakpoints.c (some_function): New
12974 function.
12975 (main): Call it.
12976 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12977 Tighten expected GDB output.
12978
12979 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12980
12981 * Makefile.in (ALL_SUBDIRS): Remove.
12982 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12983 (distclean maintainer-clean realclean): Likewise.
12984 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12985 * configure: Regenerate.
12986 * gdb.ada/Makefile.in: Delete.
12987 * gdb.arch/Makefile.in: Likewise.
12988 * gdb.asm/Makefile.in: Likewise.
12989 * gdb.base/Makefile.in: Likewise.
12990 * gdb.btrace/Makefile.in: Likewise.
12991 * gdb.cell/Makefile.in: Likewise.
12992 * gdb.compile/Makefile.in: Likewise.
12993 * gdb.cp/Makefile.in: Likewise.
12994 * gdb.disasm/Makefile.in: Likewise.
12995 * gdb.dlang/Makefile.in: Likewise.
12996 * gdb.dwarf2/Makefile.in: Likewise.
12997 * gdb.fortran/Makefile.in: Likewise.
12998 * gdb.gdb/Makefile.in: Likewise.
12999 * gdb.go/Makefile.in: Likewise.
13000 * gdb.guile/Makefile.in: Likewise.
13001 * gdb.java/Makefile.in: Likewise.
13002 * gdb.linespec/Makefile.in: Likewise.
13003 * gdb.mi/Makefile.in: Likewise.
13004 * gdb.modula2/Makefile.in: Likewise.
13005 * gdb.multi/Makefile.in: Likewise.
13006 * gdb.objc/Makefile.in: Likewise.
13007 * gdb.opencl/Makefile.in: Likewise.
13008 * gdb.opt/Makefile.in: Likewise.
13009 * gdb.pascal/Makefile.in: Likewise.
13010 * gdb.perf/Makefile.in: Likewise.
13011 * gdb.python/Makefile.in: Likewise.
13012 * gdb.reverse/Makefile.in: Likewise.
13013 * gdb.server/Makefile.in: Likewise.
13014 * gdb.stabs/Makefile.in: Likewise.
13015 * gdb.threads/Makefile.in: Likewise.
13016 * gdb.trace/Makefile.in: Likewise.
13017 * gdb.xml/Makefile.in: Likewise.
13018 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13019 GDB_PARALLEL.
13020 (standard_output_file): Remove check for GDB_PARALLEL, always
13021 return path in outputs/$subdir/$testname.
13022
13023 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13024
13025 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13026 (site.exp): Assign abs_srcdir to tcl's srcdir.
13027
13028 2016-02-04 Yao Qi <yao.qi@linaro.org>
13029
13030 * gdb.base/foll-exec-mode.c: Include limits.h.
13031 (main): Add parameters argc and argv. Get directory from
13032 argv[0].
13033 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13034 compilation.
13035 * gdb.base/foll-exec.c: Include limits.h.
13036 (main): Add parameters argc and argv.
13037 Get directory from argv[0].
13038 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13039 Adjust tests on the number of lines as source code changed.
13040 * gdb.base/foll-vfork-exit.c: Include limits.h.
13041 (main): Add one line of statement before vfork.
13042 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13043 (main): Add parameters argc and argv. Get directory from
13044 argv[0].
13045 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13046 (setup_gdb): Set tbreak to skip some source lines.
13047 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13048 (main): Add parameters argc and argv. Get directory from
13049 argv[0].
13050 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13051 compilation.
13052 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13053 (main): Add parameters argc and argv. Get directory from
13054 argv[0].
13055 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13056 compilation.
13057
13058 2016-02-01 Doug Evans <dje@google.com>
13059
13060 * gdb.base/skip.exp: Clean up multiple references to same test name.
13061
13062 2016-02-01 Pedro Alves <palves@redhat.com>
13063
13064 PR remote/19496
13065 * gdb.threads/forking-threads-plus-breakpoint.exp
13066 (displaced_stepping_supported): New global.
13067 (probe_displaced_stepping_support): New procedure.
13068 (do_test): Add 'displaced' parameter, and use it.
13069 (top level): Check for displaced stepping support. Add displaced
13070 stepping on/off testing axis.
13071
13072 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13073
13074 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13075 pointer. Don't perform further tests on the unassociated pointer
13076 if the first test fails.
13077
13078 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13079
13080 * gdb.base/max-value-size.c: New file.
13081 * gdb.base/max-value-size.exp: New file.
13082 * gdb.base/huge.exp: Disable max-value-size for this test.
13083
13084 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13085
13086 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13087
13088 2016-01-28 Yao Qi <yao.qi@linaro.org>
13089
13090 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13091
13092 2016-01-25 Pedro Alves <palves@redhat.com>
13093
13094 PR threads/19461
13095 * gdb.base/fork-running-state.c: New file.
13096 * gdb.base/fork-running-state.exp: New file.
13097
13098 2016-01-25 Pedro Alves <palves@redhat.com>
13099
13100 PR gdb/19494
13101 * gdb.base/catch-fork-kill.c: New file.
13102 * gdb.base/catch-fork-kill.exp: New file.
13103
13104 2016-01-25 Pedro Alves <palves@redhat.com>
13105
13106 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13107 Delete, moved to lib/gdb.exp.
13108 * gdb.threads/forking-threads-plus-breakpoint.exp
13109 (foreach_with_prefix): Likewise.
13110 * gdb.threads/process-dies-while-handling-bp.exp
13111 (foreach_with_prefix): Likewise.
13112 * lib/gdb.exp (foreach_with_prefix): New procedure.
13113
13114 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13115
13116 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13117 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13118
13119 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13120
13121 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13122 endian targets.
13123
13124 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13125 Pedro Alves <palves@redhat.com>
13126
13127 Fix testsuite compatibility with Guile.
13128 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13129 number.
13130
13131 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13132
13133 Fix testsuite compatibility with Guile.
13134 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13135 (thread 1): New test for backtrace through signal handler.
13136
13137 2016-01-22 Yao Qi <yao.qi@linaro.org>
13138
13139 PR testsuite/19491
13140 * gdb.base/multi-forks.c: Include
13141 ../lib/unbuffer_output.c
13142 (main): Call gdb_unbuffer_output.
13143
13144 2016-01-21 Doug Evans <dje@google.com>
13145
13146 * lib/ada.exp (gdb_compile_ada): Fix typo.
13147
13148 2016-01-21 Joel Brobecker <brobecker@adacore.com>
13149
13150 * gdb.base/break-fun-addr.exp: New file.
13151 * gdb.base/break-fun-addr1.c: New file.
13152 * gdb.base/break-fun-addr2.c: New file.
13153
13154 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13155
13156 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13157 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13158 enum flag values.
13159
13160 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13161
13162 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13163 when GDB can not set the vector return value. Add more comments
13164 for clarification.
13165
13166 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13167
13168 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13169 command.
13170
13171 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13172
13173 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13174
13175 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13176
13177 * Makefile.in (check-single): Pass --status to runtest.
13178 (check/%.exp): Likewise.
13179
13180 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13181
13182 * Makefile.in (check-parallel): Propagate return code from make
13183 do-check-parallel.
13184
13185 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13186
13187 * gdb.trace/ftrace.exp: Fix expected message on continue.
13188 * gdb.trace/pending.exp: Fix expected message on continue.
13189 * gdb.trace/trace-break.exp: Fix expected message on continue.
13190
13191 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13192
13193 * lib/gdb.exp (gdb_test): Remove unused global references.
13194
13195 2016-01-18 Pedro Alves <palves@redhat.com>
13196
13197 * gdb.base/async-shell.exp: Adjust expected output.
13198 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13199 * gdb.base/siginfo-thread.exp: Adjust expected output.
13200 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13201 * gdb.java/jnpe.exp: Adjust expected output.
13202 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13203 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13204 * gdb.threads/leader-exit.exp: Adjust expected output.
13205 * gdb.threads/manythreads.exp: Adjust expected output.
13206 * gdb.threads/pthreads.exp: Adjust expected output.
13207 * gdb.threads/schedlock.exp: Adjust expected output.
13208 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13209 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13210 expected output.
13211 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13212 output.
13213 * gdb.threads/sigthread.exp: Adjust expected output.
13214 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13215
13216 2016-01-18 Yao Qi <yao.qi@linaro.org>
13217
13218 * gdb.guile/scm-section-script.c: Replace @progbits with
13219 %progbits.
13220 * gdb.python/py-section-script.c: Likewise.
13221
13222 2016-01-15 Pedro Alves <palves@redhat.com>
13223
13224 * gdb.multi/tids.exp: Test star wildcard ranges.
13225
13226 2016-01-15 Pedro Alves <palves@redhat.com>
13227
13228 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13229 command from "thread apply" invocation.
13230 (thr_apply_info_thr_invalid): Default the expected output to the
13231 input tid list.
13232 (top level): Add tests that use convenience variables. Add tests
13233 for "thread apply" with a valid TID list, but missing the command.
13234
13235 2016-01-13 Pedro Alves <palves@redhat.com>
13236
13237 * gdb.base/default.exp: Expect $_gthread as well.
13238 * gdb.multi/tids.exp: Test $_gthread.
13239 * gdb.threads/thread-specific.exp: Test $_gthread.
13240
13241 2016-01-13 Pedro Alves <palves@redhat.com>
13242
13243 * gdb.multi/tids.exp: Test "info threads -gid".
13244
13245 2016-01-13 Pedro Alves <palves@redhat.com>
13246
13247 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13248 Breakpoint.thread.
13249 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13250
13251 2016-01-07 Pedro Alves <palves@redhat.com>
13252
13253 * gdb.base/break.exp: Adjust to output changes.
13254 * gdb.base/hbreak2.exp: Likewise.
13255 * gdb.base/sepdebug.exp: Likewise.
13256 * gdb.base/watch_thread_num.exp: Likewise.
13257 * gdb.linespec/keywords.exp: Likewise.
13258 * gdb.multi/info-threads.exp: Likewise.
13259 * gdb.threads/thread-find.exp: Likewise.
13260 * gdb.multi/tids.c: New file.
13261 * gdb.multi/tids.exp: New file.
13262
13263 2016-01-13 Pedro Alves <palves@redhat.com>
13264
13265 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13266
13267 2016-01-13 Pedro Alves <palves@redhat.com>
13268
13269 * gdb.base/default.exp: Expect $_inferior as well.
13270 * gdb.multi/base.exp: Test $_inferior.
13271
13272 2016-01-13 Pedro Alves <palves@redhat.com>
13273
13274 PR breakpoints/19388
13275 * gdb.base/catch-signal-siginfo-cond.c: New file.
13276 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13277
13278 2016-01-12 Josh Stone <jistone@redhat.com>
13279 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13280
13281 * gdb.base/catch-syscall.c (do_execve): New variable.
13282 (main): Conditionally trigger an execve.
13283 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13284 (test_catch_syscall_execve): New, check entry/return across execve.
13285 (do_syscall_tests): Call test_catch_syscall_execve.
13286
13287 2016-01-12 Pedro Alves <palves@redhat.com>
13288
13289 * gdb.base/random-signal.exp (do_test): New procedure, with body
13290 of testcase moved in.
13291
13292 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13293 Pedro Alves <palves@redhat.com>
13294
13295 * gdb.base/funcargs.exp (finish from indirectly called function):
13296 Reintroduce the case for 'First'.
13297
13298 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13299 Pedro Alves <palves@redhat.com>
13300
13301 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13302 (tcatch_vfork_then_child_follow_exec)
13303 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13304 identification.
13305
13306 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13307
13308 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13309 and repeats to unlimited.
13310 * gdb.python/py-value.exp: Likewise.
13311 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13312 and repeats to unlimited.
13313
13314 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13315
13316 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13317 and reordering the functions.
13318 * gdb.multi/hangout.c: Likewise.
13319 * gdb.multi/hello.c: Likewise.
13320
13321 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13322
13323 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13324 absolute.
13325 (SingleStatisticTestResult.report): Use dict.keys instead of
13326 dict.iterkeys.
13327
13328 2016-01-06 Pedro Alves <palves@redhat.com>
13329
13330 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13331
13332 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13333
13334 * gdb.btrace/dlopen.exp: New.
13335 * gdb.btrace/dlopen.c: New.
13336 * gdb.btrace/dlopen-dso.c: New.
13337
13338 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13339
13340 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13341 PATTERN argument is optional.
13342
13343 2015-12-24 Joel Brobecker <brobecker@adacore.com>
13344
13345 * lib/ada.exp (target_compile_ada_from_dir): New function.
13346 (gdb_compile_ada): Reimplement avoiding the use of project files.
13347 * gdb.ada/gnat_ada.gpr: Delete.
13348 * gdb.ada/cond_lang.exp: Adjust test to make path before
13349 filename optional.
13350 * gdb.ada/small_reg_param.exp: Likewise.
13351
13352 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13353
13354 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13355
13356 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13357
13358 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13359 case.
13360
13361 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13362
13363 * gdb.base/break.exp: Remove dead code.
13364 * gdb.base/sepdebug.exp: Likewise.
13365
13366 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13367
13368 * gdb.asm/asm-source.exp: Remove HP-UX references.
13369 * gdb.base/annota1.exp: Likewise.
13370 * gdb.base/annota3.exp: Likewise.
13371 * gdb.base/attach.exp: Likewise.
13372 * gdb.base/bigcore.exp: Likewise.
13373 * gdb.base/break.exp: Likewise.
13374 * gdb.base/call-ar-st.exp: Likewise.
13375 * gdb.base/callfuncs.exp: Likewise.
13376 * gdb.base/catch-fork-static.exp: Likewise.
13377 * gdb.base/display.exp: Likewise.
13378 * gdb.base/foll-exec-mode.exp: Likewise.
13379 * gdb.base/foll-exec.exp: Likewise.
13380 * gdb.base/foll-fork.exp: Likewise.
13381 * gdb.base/foll-vfork.exp: Likewise.
13382 * gdb.base/funcargs.exp: Likewise.
13383 * gdb.base/hbreak2.exp: Likewise.
13384 * gdb.base/inferior-died.exp: Likewise.
13385 * gdb.base/interrupt.exp: Likewise.
13386 * gdb.base/multi-forks.exp: Likewise.
13387 * gdb.base/nodebug.exp: Likewise.
13388 * gdb.base/sepdebug.exp: Likewise.
13389 * gdb.base/solib1.c: Likewise.
13390 * gdb.base/step-test.exp: Likewise.
13391 * gdb.mi/non-stop.c: Likewise.
13392 * gdb.mi/pthreads.c: Likewise.
13393 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13394 * gdb.threads/pthreads.c: Likewise.
13395 * gdb.threads/staticthreads.exp: Likewise.
13396 * lib/future.exp: Likewise.
13397 * lib/gdb.exp: Likewise.
13398 * gdb.base/so-indr-cl.c: Remove.
13399 * gdb.base/so-indr-cl.exp: Likewise.
13400 * gdb.base/solib.c: Likewise.
13401 * gdb.base/solib.exp: Likewise.
13402 * gdb.base/solib2.c: Likewise.
13403
13404 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13405
13406 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13407 * gdb.base/call-ar-st.exp: Likewise.
13408 * gdb.base/callfuncs.exp: Likewise.
13409 * gdb.base/condbreak.exp: Likewise.
13410 * gdb.base/constvars.exp: Likewise.
13411 * gdb.base/hbreak2.exp: Likewise.
13412 * gdb.base/langs.exp: Likewise.
13413 * gdb.base/list.exp: Likewise.
13414 * gdb.base/long_long.exp: Likewise.
13415 * gdb.base/ptype.exp: Likewise.
13416 * gdb.base/scope.exp: Likewise.
13417 * gdb.base/signals.exp: Likewise.
13418 * gdb.base/so-impl-ld.exp: Likewise.
13419 * gdb.base/varargs.exp: Likewise.
13420 * gdb.base/volatile.exp: Likewise.
13421 * gdb.base/whatis.exp: Likewise.
13422 * gdb.cp/cplusfuncs.exp: Likewise.
13423 * gdb.cp/inherit.exp: Likewise.
13424 * gdb.cp/local.exp: Likewise.
13425 * gdb.cp/member-ptr.exp: Likewise.
13426 * gdb.cp/method.exp: Likewise.
13427 * gdb.cp/overload.exp: Likewise.
13428 * gdb.cp/templates.exp: Likewise.
13429 * gdb.stabs/weird.exp: Likewise.
13430 * lib/compiler.c: Likewise.
13431 * lib/compiler.cc: Likewise.
13432 * lib/cp-support.exp: Likewise.
13433 * lib/gdb.exp: Likewise.
13434
13435 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13436
13437 * configure.ac: Remove HP-UX case.
13438 * configure: Regenerate.
13439
13440 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13441
13442 * lib/gdb.exp (gdb_compile): Add function doc.
13443
13444 2015-12-17 Pedro Alves <palves@redhat.com>
13445
13446 PR threads/19354
13447 * gdb.multi/info-threads.exp: New file.
13448
13449 2015-12-15 Yao Qi <yao.qi@linaro.org>
13450
13451 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13452 is aarch64*-*-*.
13453
13454 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13455
13456 * gdb.base/history-duplicates.exp: Skip if no readline support.
13457
13458 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13459
13460 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13461
13462 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13463
13464 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13465
13466 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13467
13468 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13469 ctrl-C if nointerrupts target property is set.
13470 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13471 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13472 * gdb.base/paginate-bg-execution.exp: Likewise.
13473 * gdb.base/paginate-execution-startup.exp: Likewise.
13474 * gdb.base/random-signal.exp: Likewise.
13475 * gdb.base/range-stepping.exp: Likewise.
13476 * gdb.cp/annota2.exp: Likewise.
13477 * gdb.cp/annota3.exp: Likewise.
13478 * gdb.gdb/selftest.exp: Likewise.
13479 * gdb.threads/continue-pending-status.exp: Likewise.
13480 * gdb.threads/leader-exit.exp: Likewise.
13481 * gdb.threads/manythreads.exp: Likewise.
13482 * gdb.threads/pthreads.exp: Likewise.
13483 * gdb.threads/schedlock.exp: Likewise.
13484 * gdb.threads/sigthread.exp: Likewise.
13485
13486 2015-12-11 Don Breazeal <donb@codesourcery.com>
13487
13488 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13489 remote.
13490 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13491 * gdb.base/foll-exec.exp (main): Enable for target remote.
13492 * gdb.base/foll-fork.exp (main): Likewise.
13493 * gdb.base/foll-vfork.exp (main): Likewise.
13494 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13495 (proc continue_to_exit_bp_loc): Use clean_restart.
13496 * gdb.base/pie-execl.exp (main): Disable for target remote.
13497 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13498 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13499 * gdb.threads/execl.exp (main): Likewise.
13500 * gdb.threads/fork-child-threads.exp (main): Likewise.
13501 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13502 remote.
13503 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13504 remote.
13505 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13506 pid.tid style ptids, instead of just tid.
13507 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13508 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13509 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13510 ptids, instead of just tid.
13511
13512 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13513
13514 * gdb.base/list.exp (test_list_forward): Add end of file error
13515 test.
13516 (test_repeat_list_command): Add end of file error test.
13517 (test_list_backwards): Add beginning of file error test.
13518
13519 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13520
13521 * gdb.base/list.exp (test_list_invalid_args): New function,
13522 defined, and called.
13523
13524 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13525
13526 * gdb.base/list.exp (test_list): Make test names unique.
13527
13528 2015-12-11 Yao Qi <yao.qi@linaro.org>
13529
13530 * gdb.base/coremaker2.c: Remove.
13531
13532 2015-12-10 Pedro Alves <palves@redhat.com>
13533
13534 * gdb.multi/base.exp: Remove stale "spaces" references.
13535
13536 2015-12-10 Pedro Alves <palves@redhat.com>
13537
13538 * gdb.multi/base.exp: Don't use nowarnings.
13539 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13540 * gdb.multi/hangout.c: Include stdio.h.
13541 * gdb.multi/hello.c: Include stdlib.h.
13542 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13543 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13544 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13545
13546 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13547
13548 * gdb.dwarf2/dw2-ranges-base.c: New file.
13549 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13550 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13551 support additional line table, and debug ranges generation.
13552 (Dwarf::ranges): New function, generate .debug_ranges.
13553 (Dwarf::lines): Support generating simple line table programs.
13554 (Dwarf::assemble): Initialise new namespace variables.
13555
13556 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13557
13558 * gdb.base/async.exp (proc test_background): Add case for
13559 asynchronous execution not supported.
13560
13561 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
13562
13563 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13564 format and change test names to make them unique.
13565
13566 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13567 Pedro Alves <pedro@redhat.com>
13568
13569 PR gdb/18702
13570 Add checking of floatformats setup on x86_64 hosts.
13571 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13572 (smallval, bigval): New labels/constants.
13573 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13574 float" after loading bigval and smallval.
13575
13576 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13577
13578 * gdb.ada/fun_overload_menu.exp: New testcase.
13579 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13580
13581 2015-12-04 Josh Stone <jistone@redhat.com>
13582
13583 * gdb.base/catch-fork-static.exp: New.
13584
13585 2015-12-03 Yao Qi <yao.qi@linaro.org>
13586
13587 * gdb.base/sizeof.c: Don't include stdio.h and
13588 ../lib/unbuffer_output.c.
13589 (main): New variable 'size' and 'value'. Remove printf and
13590 gdb_unbuffer_output. Assign return value to size and value.
13591 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13592 at the beginning.
13593 (check_sizeof): Check the result by printing variable 'size'.
13594 (check_valueof): Check the result by printing variable 'value'.
13595
13596 2015-12-01 Yao Qi <yao.qi@linaro.org>
13597
13598 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13599 for aarch64*-*-linux* target.
13600
13601 2015-11-30 Pedro Alves <palves@redhat.com>
13602
13603 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13604
13605 2015-11-30 Pedro Alves <palves@redhat.com>
13606
13607 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13608 Handle non-stop mode vCont replies.
13609
13610 2015-11-30 Pedro Alves <palves@redhat.com>
13611
13612 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13613 prepare_for_testing. Start gdb with "set non-stop on" appended to
13614 GDBFLAGS. Lax expected stop output.
13615
13616 2015-11-27 Yao Qi <yao.qi@linaro.org>
13617
13618 * gdb.arch/arm-neon.exp: New.
13619 * gdb.arch/arm-neon.c: New.
13620
13621 2015-11-27 Yao Qi <yao.qi@linaro.org>
13622
13623 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13624
13625 2015-11-27 Yao Qi <yao.qi@linaro.org>
13626
13627 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13628 frames-invalid annotation.
13629
13630 2015-11-27 Yao Qi <yao.qi@linaro.org>
13631
13632 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13633
13634 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13635
13636 * gdb.threads/names.exp: New file.
13637 * gdb.threads/names.c: New file.
13638 * README: Mention gdb,no_thread_names.
13639
13640 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13641
13642 PR 19297
13643 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13644 support" error.
13645
13646 2015-11-24 Pedro Alves <palves@redhat.com>
13647
13648 PR 17539
13649 * gdb.base/display.exp: Expect displays to be sorted in ascending
13650 order. Use multi_line.
13651 * gdb.base/solib-display.exp: Likewise.
13652
13653 2015-11-24 Pedro Alves <palves@redhat.com>
13654
13655 PR 17539
13656 * gdb.base/display.exp: Expect displays to be sorted in ascending
13657 order. Use multi_line.
13658 * gdb.base/solib-display.exp: Likewise.
13659
13660 2015-11-24 Pedro Alves <palves@redhat.com>
13661
13662 PR 17539
13663 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13664 threads in ascending order.
13665 * gdb.base/foll-fork.exp: Likewise.
13666 * gdb.base/foll-vfork.exp: Likewise.
13667 * gdb.base/multi-forks.exp: Likewise.
13668 * gdb.mi/mi-nonstop.exp: Likewise.
13669 * gdb.mi/mi-nsintrall.exp: Likewise.
13670 * gdb.multi/base.exp: Likewise.
13671 * gdb.multi/multi-arch.exp: Likewise.
13672 * gdb.python/py-inferior.exp: Likewise.
13673 * gdb.threads/break-while-running.exp: Likewise.
13674 * gdb.threads/execl.exp: Likewise.
13675 * gdb.threads/gcore-thread.exp: Likewise.
13676 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13677 * gdb.threads/kill.exp: Likewise.
13678 * gdb.threads/linux-dp.exp: Likewise.
13679 * gdb.threads/multiple-step-overs.exp: Likewise.
13680 * gdb.threads/next-bp-other-thread.exp: Likewise.
13681 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13682 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13683 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13684 * gdb.threads/thread-find.exp: Likewise.
13685 * gdb.threads/tls.exp: Likewise.
13686 * lib/mi-support.exp (mi_reverse_list): Delete.
13687 (mi_check_thread_states): No longer reverse list.
13688
13689 2015-11-24 Pedro Alves <palves@redhat.com>
13690
13691 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13692 use lowercase.
13693
13694 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13695
13696 * gdb.trace/actions.c: Include trace-common.h.
13697 (main): Add a location for a fast tracepoint.
13698 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13699 the normal tracepoints.
13700 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13701
13702 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13703
13704 * save-trace.exp: Factor out code to these...
13705 (gdb_save_tracepoints): New.
13706 (gdb_load_tracepoints): New.
13707 (do_save_load_test): New.
13708
13709 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13710
13711 * gdb.base/asmlabel.exp: New test.
13712 * gdb.base/asmlabel.c: New test case.
13713
13714 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13715
13716 * gdb.base/wrong_frame_bt_full-main.c: New file.
13717 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13718 * gdb.base/wrong_frame_bt_full.exp: New file.
13719
13720 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13721
13722 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13723
13724 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13725
13726 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13727 pstate register when comparing registers values in
13728 sparc64-*-linux-gnu targets to avoid spurious differences.
13729
13730 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13731
13732 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13733
13734 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13735
13736 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13737 as type argument to gdb_compile.
13738 * gdb.base/nested-subp2.exp: Likewise.
13739 * gdb.base/nested-subp3.exp: Likewise.
13740
13741 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13742
13743 * lib/dwarf.exp (_note): Fix left shift of negative value.
13744 * gdb.trace/trace-condition.exp: Likewise.
13745
13746 2015-11-13 Yao Qi <yao.qi@linaro.org>
13747
13748 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13749 comments about d10v.
13750 (test_scalar_returns): Likewise.
13751 * gdb.base/d10v.ld: Remove.
13752 * gdb.base/overlays.exp: Remove the target triplet checking for
13753 d10v-*-*.
13754 * gdb.base/structs.exp (test_struct_returns): Remove the
13755 comments about d10v.
13756 (test_struct_calls): Likewise.
13757
13758 2015-11-13 Yao Qi <yao.qi@linaro.org>
13759
13760 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13761 * gdb.base/gnu_vector.c: Don't include stdio.h.
13762 (main): Don't print res and call add_some_intvecs.
13763
13764 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13765
13766 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13767 macro.
13768 (func5): Removed.
13769 (func4): Use FAST_TRACEPOINT_LABEL.
13770 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13771 macro.
13772 (func): Removed.
13773 (thread_function): Use FAST_TRACEPOINT_LABEL.
13774 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13775 (func): Remove.
13776 (marker): Use FAST_TRACEPOINT_LABEL.
13777 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13778 (pendfunc1): Remove.
13779 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13780 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13781 (foo): Remove.
13782 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13783 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13784 macro.
13785 (func): Remove.
13786 (marker): Use FAST_TRACEPOINT_LABEL.
13787 * gdb.trace/trace-common.h: New header.
13788 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13789 macro.
13790 (func): Remove.
13791 (marker): Use FAST_TRACEPOINT_LABEL.
13792 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13793 (func): Remove.
13794 (thread_function): Use FAST_TRACEPOINT_LABEL.
13795
13796 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13797
13798 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13799 in front.
13800 * gdb.trace/change-loc.exp: Use global pcreg definition.
13801 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13802 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13803 in front.
13804 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13805 * gdb.trace/pending.exp: Likewise.
13806 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13807 * gdb.trace/trace-break.exp: Likewise.
13808 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13809 in front.
13810 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13811 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13812 in front.
13813 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13814
13815 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13816
13817 * gdb.ada/fin_fun_out: New testcase.
13818
13819 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13820
13821 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13822 value associated with DW_AT_byte_size.
13823 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13824 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13825 DW_AT_upper_bound.
13826
13827 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13828
13829 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13830 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13831 version.
13832 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13833 gdb.dwarf2/dw2-canonicalize-type.exp,
13834 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13835 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13836 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13837 provided by gdb_target_symbol_prefix_flags_asm.
13838 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13839 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13840 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13841 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13842 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13843 macros where needed). Use this macro for symbols which require
13844 the prefix provided by SYMBOL_PREFIX.
13845
13846 2015-11-05 Kevin Buettner <kevinb@redhat.com>
13847
13848 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13849 New procs.
13850 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13851 representing expressions, of more than one list element.
13852 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13853 to prepend linker symbol prefix to f.
13854 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13855 table_1 and table_2.
13856 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13857 Likewise, for f and g.
13858 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13859 for ptr.
13860 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13861 for main.
13862 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13863 table_1_ptr and table_2_ptr.
13864
13865 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13866 Joel Brobecker <brobecker@adacore.com>
13867
13868 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13869
13870 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13871
13872 * gdb.reverse/s390-mvcle.c: New test.
13873 * gdb.reverse/s390-mvcle.exp: New file.
13874 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13875
13876 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13877
13878 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13879
13880 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13881
13882 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13883 reaching marker2.
13884 * gdb.reverse/getresuid-reverse.exp: Likewise.
13885 * gdb.reverse/pipe-reverse.exp: Likewise.
13886 * gdb.reverse/readv-reverse.exp: Likewise.
13887 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13888 * gdb.reverse/time-reverse.exp: Likewise.
13889 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13890
13891 2015-10-30 Yao Qi <yao.qi@linaro.org>
13892
13893 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13894 (empty_cycle): Remove.
13895 (main): Don't call empty_cycle. Don't use watch_count_done.
13896 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13897 empty_cycle. Rewrite the code counting HW watchpoints.
13898
13899 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13900
13901 * gdb.reverse/fstatat-reverse.c: New test.
13902 * gdb.reverse/fstatat-reverse.exp: New file.
13903 * gdb.reverse/getresuid-reverse.c: New test.
13904 * gdb.reverse/getresuid-reverse.exp: New file.
13905 * gdb.reverse/pipe-reverse.c: New test.
13906 * gdb.reverse/pipe-reverse.exp: New file.
13907 * gdb.reverse/readv-reverse.c: New test.
13908 * gdb.reverse/readv-reverse.exp: New file.
13909 * gdb.reverse/recvmsg-reverse.c: New test.
13910 * gdb.reverse/recvmsg-reverse.exp: New file.
13911 * gdb.reverse/time-reverse.c: New test.
13912 * gdb.reverse/time-reverse.exp: New file.
13913 * gdb.reverse/waitpid-reverse.c: New test.
13914 * gdb.reverse/waitpid-reverse.exp: New file.
13915
13916 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13917
13918 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13919
13920 2015-10-26 Doug Evans <dje@google.com>
13921
13922 PR symtab/17391
13923 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13924 * gdb.dwarf2/bad-regnum.c: New file.
13925 * gdb.dwarf2/bad-regnum.exp: New file.
13926
13927 2015-10-26 Doug Evans <dje@google.com>
13928
13929 PR python/18938
13930 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13931 file.
13932
13933 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13934
13935 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13936 for a change by "Mention language in compile error message".
13937
13938 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13939
13940 PR python/18073
13941 * gdb.python/py-type.c (C::a_method): New.
13942 (C::a_const_method): New.
13943 (C::a_static_method): New.
13944 (a_function): New.
13945 * gdb.python/py-type.exp (test_fields): Test getting fields
13946 from function and method.
13947
13948 2015-10-21 Keven Boell <keven.boell@intel.com>
13949
13950 * gdb.fortran/vla-alloc-assoc.exp: New file.
13951 * gdb.fortran/vla-datatypes.exp: New file.
13952 * gdb.fortran/vla-datatypes.f90: New file.
13953 * gdb.fortran/vla-history.exp: New file.
13954 * gdb.fortran/vla-ptype-sub.exp: New file.
13955 * gdb.fortran/vla-ptype.exp: New file.
13956 * gdb.fortran/vla-sizeof.exp: New file.
13957 * gdb.fortran/vla-sub.f90: New file.
13958 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13959 * gdb.fortran/vla-value-sub-finish.exp: New file.
13960 * gdb.fortran/vla-value-sub.exp: New file.
13961 * gdb.fortran/vla-value.exp: New file.
13962 * gdb.fortran/vla-ptr-info.exp: New file.
13963 * gdb.mi/mi-vla-fortran.exp: New file.
13964 * gdb.mi/vla.f90: New file.
13965
13966 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13967
13968 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13969 of hardwired timeout value.
13970
13971 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13972 Pedro Alves <palves@redhat.com>
13973
13974 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13975 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13976
13977 2015-10-19 Josh Stone <jistone@redhat.com>
13978
13979 * gdb.base/catch-syscall.c: Include <sched.h>.
13980 (unknown_syscall): New variable.
13981 (main): Trigger a vfork and an unknown syscall.
13982 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13983 (unknown_syscall_number): Likewise.
13984 (check_call_to_syscall): Accept an optional syscall pattern.
13985 (check_return_from_syscall): Likewise.
13986 (check_continue): Likewise.
13987 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13988 (test_catch_syscall_skipping_return): New test toggling off 'catch
13989 syscall' to step over the syscall return, then toggling back on.
13990 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13991 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13992 (do_syscall_tests): Call test_catch_syscall_without_args and
13993 test_catch_syscall_mid_vfork.
13994 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13995 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13996
13997 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
13998
13999 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14000 print g_vE): Add new pass patterns.
14001 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14002 print various symbol names for vptr fields.
14003
14004 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14005
14006 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14007 results.
14008
14009 2015-10-12 Yao Qi <yao.qi@linaro.org>
14010
14011 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14012
14013 2015-10-12 Yao Qi <yao.qi@linaro.org>
14014
14015 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14016 is aarch64*-*-linux*.
14017
14018 2015-10-12 Yao Qi <yao.qi@linaro.org>
14019
14020 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14021 (can_relocate_bcond_true): ... it.
14022 (can_relocate_bcond_false): New function.
14023 (foo): Likewise.
14024 (can_relocate_bl): Likewise.
14025 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14026 can_relocate_bl.
14027
14028 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14029
14030 * gdb.base/nested-addr.c: New file.
14031 * gdb.base/nested-addr.exp: New testcase.
14032
14033 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14034
14035 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14036 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14037 its output. Ignore the output of "record goto begin" and instead
14038 check that GDB is replaying.
14039
14040 2015-10-09 Pedro Alves <palves@redhat.com>
14041
14042 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14043 (top level): Use it in the run with no args test.
14044
14045 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14046
14047 * gdb.dlang/properties.exp: New file.
14048
14049 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14050
14051 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14052 whether or not address 0x1000 is mapped on the target.
14053
14054 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14055
14056 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14057 build.
14058
14059 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14060
14061 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14062 instruction-history test.
14063
14064 2015-09-28 Doug Evans <dje@google.com>
14065
14066 * gdb.base/gcore.c (array_func): Add reference to static_array.
14067
14068 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14069
14070 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14071 source line.
14072
14073 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14074
14075 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14076 short or char as base type.
14077
14078 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14079
14080 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14081 to allow any size enum.
14082
14083 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14084
14085 * gdb.ada/array_ptr_renaming.exp: New testcase.
14086 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14087 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14088
14089 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14090
14091 * gdb.trace/ftrace-lock.c: New file.
14092 * gdb.trace/ftrace-lock.exp: New file.
14093
14094 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14095
14096 * gdb.arch/insn-reloc.c: New file.
14097 * gdb.arch/ftrace-insn-reloc.exp: New file.
14098
14099 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14100
14101 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14102 instruction.
14103 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14104 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14105 * gdb.trace/range-stepping.c: Likewise.
14106 * gdb.trace/trace-break.c: Likewise.
14107 * gdb.trace/trace-mt.c (thread_function): Likewise.
14108 * gdb.trace/ftrace.c (marker): Likewise.
14109 * gdb.trace/trace-condition.c (marker): Likewise.
14110 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14111 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14112 is_aarch64_target.
14113
14114 2015-09-18 Doug Evans <xdje42@gmail.com>
14115
14116 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14117 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14118
14119 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14120
14121 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14122 the breakpoint.
14123
14124 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14125
14126 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14127 the pending breakpoint. Remove timeout override for "Run till
14128 MI pending breakpoint on pendfunc3 on thread 2" test.
14129
14130 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14131
14132 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14133 filename pattern.
14134
14135 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14136
14137 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14138 in breakpoint filename pattern.
14139
14140 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14141
14142 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14143
14144 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14145
14146 * gdb.linespec/explicit.exp: Check for readline support for
14147 tab-completion tests. Fix obvious typo.
14148
14149 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14150
14151 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14152 and replay.
14153
14154 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14155
14156 * gdb.btrace/non-stop.c: New.
14157 * gdb.btrace/non-stop.exp: New.
14158
14159 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14160 Yao Qi <yao.qi@linaro.org>
14161
14162 * gdb.trace/trace-condition.c: New file.
14163 * gdb.trace/trace-condition.exp: New file.
14164
14165 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
14166
14167 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14168 for testing bytecode compilation.
14169
14170 2015-09-16 Pedro Alves <palves@redhat.com>
14171 Sandra Loosemore <sandra@codesourcery.com>
14172
14173 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14174 (SECONDS): Redefine.
14175 (main): Call pthread_kill and alarm early.
14176 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14177 support.
14178 (test): If the target can't hardware step and doesn't support
14179 displaced stepping, increase the timeout.
14180
14181 2015-09-16 Pedro Alves <palves@redhat.com>
14182
14183 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14184 (enable_debug): New procedures.
14185 (test): Use them. Bail out if waiting for threads fails.
14186 (top level): Bail out if a test fails.
14187
14188 2015-09-16 Yao Qi <yao.qi@linaro.org>
14189
14190 * gdb.asm/asm-source.exp: Set asm-arch for
14191 aarch64*-*-* target.
14192 * gdb.asm/aarch64.inc: New file.
14193
14194 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14195
14196 * gdb.ada/array_of_variable_length.exp: New testcase.
14197 * gdb.ada/array_of_variable_length/foo.adb: New file.
14198 * gdb.ada/array_of_variable_length/pck.adb: New file.
14199 * gdb.ada/array_of_variable_length/pck.ads: New file.
14200
14201 2015-09-15 Doug Evans <dje@google.com>
14202
14203 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14204 of function static local variable.
14205
14206 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14207
14208 * gdb.threads/tls-so_extern.exp: New test file.
14209 * gdb.threads/tls-so_extern.c: New test file.
14210 * gdb.threads/tls-so_extern_main.c: New test file.
14211
14212 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14213
14214 * gdb.opt/solib-intra-step-lib.c: New file.
14215 * gdb.opt/solib-intra-step-main.c: New file.
14216 * gdb.opt/solib-intra-step.exp: New file.
14217
14218 2015-09-15 Pedro Alves <palves@redhat.com>
14219
14220 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14221 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14222
14223 2015-09-14 Pedro Alves <palves@redhat.com>
14224
14225 * gdb.base/hook-stop-continue.c: Delete.
14226 * gdb.base/hook-stop-continue.exp: Delete.
14227 * gdb.base/hook-stop-frame.c: Delete.
14228 * gdb.base/hook-stop-frame.exp: Delete.
14229 * gdb.base/hook-stop.c: New file.
14230 * gdb.base/hook-stop.exp: New file.
14231
14232 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14233
14234 * gdb.ada/access_to_packed_array.exp: New testcase.
14235 * gdb.ada/access_to_packed_array/foo.adb: New file.
14236 * gdb.ada/access_to_packed_array/pack.adb: New file.
14237 * gdb.ada/access_to_packed_array/pack.ads: New file.
14238
14239 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14240
14241 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14242 buffer size test.
14243
14244 2015-09-11 Don Breazeal <donb@codesourcery.com>
14245
14246 * gdb.base/foll-exec.c: Add copyright header. Fix
14247 formatting issues.
14248 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14249 (do_exec_tests): Use clean_restart in place of zap_session,
14250 and for test initialization. Fix formatting issues. Use
14251 fail in place of perror.
14252 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14253 an expect statement to match an expression with output from
14254 the program under debug.
14255 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14256 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14257 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14258 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14259 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14260
14261 2015-09-09 Doug Evans <dje@google.com>
14262
14263 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14264
14265 2015-09-09 Doug Evans <dje@google.com>
14266
14267 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14268
14269 2015-09-09 Doug Evans <dje@google.com>
14270
14271 * gdb.base/savedregs.exp: Fix typo.
14272
14273 2015-09-09 Pedro Alves <palves@redhat.com>
14274
14275 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14276
14277 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14278
14279 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14280 command actually switches threads. Give up on remaining
14281 tests if target fails to stop at breakpoint.
14282
14283 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14284
14285 * gdb.ada/funcall_char.exp: New testcase.
14286 * gdb.ada/funcall_char/foo.adb: New file.
14287
14288 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14289
14290 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14291 expected outputs. Add two testcases for completing ambiguous
14292 functions.
14293 * gdb.ada/complete/aux_pck.adb: New file.
14294 * gdb.ada/complete/aux_pck.ads: New file.
14295 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14296 Ambiguous_Func functions.
14297 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14298 * gdb.ada/complete/pck.adb: Likewise.
14299
14300 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14301
14302 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14303 failures to run the test program under GDB.
14304
14305 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
14306
14307 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14308 to C.
14309
14310 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14311
14312 * gdb.base/run-after-attach.exp: New test file.
14313 * gdb.base/run-after-attach.c: New test file.
14314
14315 2015-08-26 Don Breazeal <donb@codesourcery.com>
14316
14317 * gdb.base/foll-exec-2.c: New test program.
14318 * gdb.base/foll-exec-2.exp: New test.
14319
14320 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14321
14322 * gdb.base/nested-subp1.exp: New file.
14323 * gdb.base/nested-subp1.c: New file.
14324 * gdb.base/nested-subp2.exp: New file.
14325 * gdb.base/nested-subp2.c: New file.
14326 * gdb.base/nested-subp3.exp: New file.
14327 * gdb.base/nested-subp3.c: New file.
14328
14329 2015-08-24 Pedro Alves <palves@redhat.com>
14330
14331 * gdb.server/connect-without-multi-process.c: New file.
14332 * gdb.server/connect-without-multi-process.exp: New file.
14333
14334 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14335
14336 * gdb.opt/inline-markers.c: Make z int.
14337
14338 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14339
14340 * gdb.opt/inline-markers.c: Make z volatile.
14341
14342 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14343
14344 * gdb.opt/inline-bt.c: New volatile global z.
14345 * gdb.opt/inline-cmds.c: Likewise.
14346 * gdb.opt/inline-locals.c: Likewise.
14347 * gdb.opt/inline-markers.c: New extern global z.
14348 (marker): Use z.
14349 (inline_fn): Likewise.
14350
14351 2015-08-24 Pedro Alves <palves@redhat.com>
14352
14353 * config/m32r-stub.exp: Remove file.
14354 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14355 * gdb.base/call-rt-st.exp: Likewise.
14356 * gdb.base/call-strs.exp: Likewise.
14357 * gdb.base/default.exp: Remove references to h8300-*-hms and
14358 *-*-udi*.
14359 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14360
14361 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14362
14363 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14364 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14365 and "return" use KFAIL when GDB can not read/write the vector
14366 return value.
14367
14368 2015-08-21 Gary Benson <gbenson@redhat.com>
14369
14370 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14371
14372 2015-08-20 Pedro Alves <palves@redhat.com>
14373
14374 * gdb.server/solib-list.exp: No longer expect an interior stop in
14375 non-stop mode.
14376
14377 2015-08-20 Pedro Alves <palves@redhat.com>
14378
14379 * gdb.server/connect-stopped-target.c: New file.
14380 * gdb.server/connect-stopped-target.exp: New file.
14381
14382 2015-08-20 Pedro Alves <palves@redhat.com>
14383
14384 * gdb.dwarf2/comp-unit-lang.exp: New file.
14385 * gdb.dwarf2/comp-unit-lang.c: New file.
14386
14387 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14388
14389 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14390 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14391
14392 2015-08-19 Kevin Buettner <kevinb@redhat.com>
14393
14394 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14395 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14396
14397 2015-08-18 Doug Evans <dje@google.com>
14398 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14399
14400 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14401 skip_python_tests. New arg prompt_regexp.
14402 (skip_python_tests): New function.
14403 * lib/mi-support.exp (mi_skip_python_tests): New function.
14404 * gdb.python/py-mi-objfile-gdb.py: New file.
14405 * gdb.python/py-mi-objfile.c: New file.
14406 * gdb.python/py-mi-objfile.exp: New file.
14407
14408 2015-08-17 Keith Seitz <keiths@redhat.com>
14409
14410 * gdb.linespec/explicit.exp: Move strace test from here ...
14411 * gdb.trace/strace.exp: ... to here.
14412
14413 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14414
14415 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14416 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14417
14418 2015-08-14 Doug Evans <xdje42@gmail.com>
14419
14420 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14421 inferior before selecting a new file.
14422
14423 2015-08-14 Doug Evans <xdje42@gmail.com>
14424
14425 * gdb.mi/mi-disassemble.exp: Update.
14426 * gdb.base/disasm-optim.S: New file.
14427 * gdb.base/disasm-optim.c: New file.
14428 * gdb.base/disasm-optim.h: New file.
14429 * gdb.base/disasm-optim.exp: New file.
14430
14431 2015-08-14 Keith Seitz <keiths@redhat.com>
14432
14433 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14434 "evaluated-by".
14435
14436 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14437
14438 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14439
14440 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14441
14442 * gdb.ada/fun_renaming.exp: New testcase.
14443 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14444 * gdb.ada/fun_renaming/pack.adb: New file.
14445 * gdb.ada/fun_renaming/pack.ads: New file.
14446
14447 2015-08-12 Keith Seitz <keiths@redhat.com>
14448
14449 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14450 gdb_get_line_number.
14451
14452 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14453
14454 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14455 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14456 gdb.base/dso2dso.exp: New files.
14457
14458 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14459 Pedro Alves <palves@redhat.com>
14460 Keith Seitz <keiths@redhat.com>
14461
14462 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14463 GDBFLAGS.
14464
14465 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14466
14467 * gdb.base/gdbhistsize-history.exp
14468 (test_histsize_history_setting): Use save_vars.
14469 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14470 Use save_vars.
14471 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14472 * gdb.base/readline.exp: Use save_vars.
14473
14474 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14475
14476 * lib/gdb.exp (save_vars): New proc.
14477
14478 2015-08-11 Keith Seitz <keiths@redhat.com>
14479
14480 * gdb.base/help.exp: Update help_breakpoint_text.
14481
14482 2015-08-11 Keith Seitz <keiths@redhat.com>
14483
14484 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14485 (at toplevel): Call test_explicit_breakpoints.
14486 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14487 breakpoints.
14488 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14489 breakpoint conditions, "-cond".
14490
14491 2015-08-11 Keith Seitz <keiths@redhat.com>
14492
14493 * gdb.linespec/3explicit.c: New file.
14494 * gdb.linespec/cpexplicit.cc: New file.
14495 * gdb.linespec/cpexplicit.exp: New file.
14496 * gdb.linespec/explicit.c: New file.
14497 * gdb.linespec/explicit.exp: New file.
14498 * gdb.linespec/explicit2.c: New file.
14499 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14500 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14501 before using in the matching pattern.
14502 Clarify that `prefix' is a regular expression.
14503
14504 2015-08-11 Keith Seitz <keiths@redhat.com>
14505
14506 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14507 test.
14508 Add tests for missing ",FMT" and ",".
14509
14510 2015-08-10 Doug Evans <dje@google.com>
14511 Keith Seitz <keiths@redhat.com>
14512
14513 PR gdb/17960
14514 * gdb.base/completion.exp: Add location completer tests.
14515
14516 2015-08-07 Pedro Alves <palves@redhat.com>
14517
14518 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14519 tests here.
14520 (top level): Run do_test with and without displaced stepping.
14521
14522 2015-08-07 Pedro Alves <palves@redhat.com>
14523
14524 * gdb.base/valgrind-disp-step.c: New file.
14525 * gdb.base/valgrind-disp-step.exp: New file.
14526
14527 2015-08-07 Pedro Alves <palves@redhat.com>
14528
14529 * gdb.threads/step-over-lands-on-breakpoint.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-lands-on-breakpoint.exp (do_test): Change
14534 comment.
14535 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14536 Delete function.
14537 (main): Add alarm. Run an infinite loop instead of calling
14538 wait_threads.
14539 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14540 comment.
14541
14542 2015-08-07 Pedro Alves <palves@redhat.com>
14543
14544 * gdb.base/checkpoint-ns.exp: New file.
14545 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14546 standard_testfile.
14547
14548 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14549
14550 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14551 * gdb.btrace/instruction_history.exp: Update.
14552 * gdb.btrace/tsx.exp: New.
14553 * gdb.btrace/tsx.c: New.
14554
14555 2015-08-06 Pedro Alves <palves@redhat.com>
14556
14557 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14558 increase timeout.
14559 * gdb.reverse/until-precsave.exp: Bump timeouts.
14560
14561 2015-08-06 Pedro Alves <palves@redhat.com>
14562
14563 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14564
14565 2015-08-06 Pedro Alves <palves@redhat.com>
14566
14567 PR gdb/18749
14568 * gdb.threads/process-dies-while-handling-bp.c: New file.
14569 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14570
14571 2015-08-06 Pedro Alves <palves@redhat.com>
14572
14573 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14574 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14575
14576 2015-08-05 Pedro Alves <palves@redhat.com>
14577
14578 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14579 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14580
14581 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14582
14583 * gdb.base/bp-permanent.exp: Report test as unsupported if
14584 the target cannot stop at the permanent breakpoint.
14585
14586 2015-08-03 Doug Evans <dje@google.com>
14587
14588 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14589 10000.
14590
14591 2015-08-03 Doug Evans <dje@google.com>
14592
14593 * Makefile.in (workers/%.worker, build-perf): New rule.
14594 (GDB_PERFTEST_MODE): New variable.
14595 (check-perf): Use it.
14596 (clean): Clean up gdb.perf parallel build subdirs.
14597 * lib/build-piece.exp: New file.
14598 * lib/gdb.exp (make_gdb_parallel_path): New function
14599 (standard_output_file, standard_temp_file): Call it.
14600 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14601 of $GDB_PARALLEL.
14602 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14603
14604 2015-08-03 Doug Evans <dje@google.com>
14605
14606 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14607 (LOG_FILE_NAME): New global.
14608 (TextReporter.__init__): Initialize self.txt_sum.
14609 (TextReporter.report): Add support for multiple data-points.
14610 Move report to perftest.sum, put raw data in perftest.log.
14611 (TextReporter.start): Open sum and log files.
14612 (TextReporter.end): Close sum and log files.
14613 * gdb.perf/lib/perftest/testresult.py
14614 (SingleStatisticTestResult.record): Handle multiple data-points.
14615
14616 2015-07-31 Pedro Alves <palves@redhat.com>
14617
14618 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14619 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14620 kill_wait_spawned_process instead of explicit "kill -9".
14621 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14622 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14623 kill_wait_spawned_process.
14624 * gdb.base/attach-twice.exp: Likewise.
14625 * gdb.base/attach.exp: Likewise.
14626 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14627 gdb_test_multiple.
14628 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14629 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14630 kill_wait_spawned_process.
14631 * gdb.base/valgrind-infcall.exp: Likewise.
14632 * gdb.multi/multi-attach.exp: Likewise.
14633 * gdb.python/py-prompt.exp: Likewise.
14634 * gdb.python/py-sync-interp.exp: Likewise.
14635 * gdb.server/ext-attach.exp: Likewise.
14636 * gdb.threads/attach-into-signal.exp (corefunc): Use
14637 spawn_wait_for_attach, spawn_id_get_pid and
14638 kill_wait_spawned_process.
14639 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14640 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14641 spawn_id_get_pid and kill_wait_spawned_process.
14642 * gdb.threads/attach-stopped.exp (corefunc): Use
14643 spawn_wait_for_attach, spawn_id_get_pid and
14644 kill_wait_spawned_process.
14645 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14646 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14647 kill_wait_spawned_process instead of explicit "kill -9".
14648 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14649 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14650 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14651 processes. Don't map cygwin/windows pids here. Now returns a
14652 spawn id list.
14653
14654 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14655
14656 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14657 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14658 correct patch.
14659
14660 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14661
14662 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14663
14664 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14665
14666 Reapply:
14667 2014-05-21 Mark Wielaard <mjw@redhat.com>
14668
14669 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14670
14671 2015-07-30 Pedro Alves <palves@redhat.com>
14672
14673 * linux-low.c (handle_extended_wait): Set the child's last
14674 reported status to TARGET_WAITKIND_STOPPED.
14675
14676 2015-07-30 Pedro Alves <palves@redhat.com>
14677
14678 PR threads/18600
14679 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14680 only shows inferior 1.
14681
14682 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14683 Pedro Alves <palves@redhat.com>
14684
14685 PR threads/18600
14686 * gdb.threads/fork-plus-threads.c: New file.
14687 * gdb.threads/fork-plus-threads.exp: New file.
14688
14689 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14690
14691 * gdb.base/batch-preserve-term-settings.exp
14692 (test_terminal_settings_preserved_after_cli_exit): Use
14693 send_quit_command.
14694
14695 2015-07-29 Pedro Alves <palves@redhat.com>
14696 Don Breazeal <donb@codesourcery.com>
14697
14698 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14699 output from both inferior_spawn_id and gdb_spawn_id.
14700
14701 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14702
14703 * gdb.threads/attach-into-signal.exp (corefunc): Use
14704 with_test_prefix on nested loops, uniquefying the test messages.
14705
14706 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14707
14708 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14709 commit.
14710
14711 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14712
14713 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14714 New proc.
14715 (test_terminal_settings_preserved_after_sigterm): New test.
14716
14717 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14718
14719 * gdb.base/batch-preserve-term-settings.exp
14720 (test_terminal_settings_preserved_after_cli_exit): New test.
14721
14722 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14723
14724 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14725 manipulation of saved_gdbflags.
14726 (test_terminal_settings_preserved): Remove global declaration of
14727 the unused variable pagination_prompt. Remove manipulation of
14728 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14729 GDBFLAGS.
14730
14731 2015-07-29 Pedro Alves <palves@redhat.com>
14732
14733 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14734
14735 2015-07-29 Pedro Alves <palves@redhat.com>
14736
14737 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14738 at the top.
14739
14740 2015-07-29 Pedro Alves <palves@redhat.com>
14741
14742 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14743 (main): Call gdb_unbuffer_output.
14744 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14745 (main): Call gdb_unbuffer_output.
14746 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14747 (main): Call gdb_unbuffer_output.
14748 * gdb.base/call-strs.exp: Adjust to step over the
14749 gdb_unbuffer_output call.
14750 * gdb.base/catch-gdb-caused-signals.c: Include
14751 "../lib/unbuffer_output.c".
14752 (main): Call gdb_unbuffer_output.
14753 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14754 (main): Call gdb_unbuffer_output.
14755 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14756 (main): Call gdb_unbuffer_output.
14757 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14758 (main): Call gdb_unbuffer_output.
14759 * gdb.base/shlib-call.exp: Adjust to step over the
14760 gdb_unbuffer_output call.
14761 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14762 (main): Call gdb_unbuffer_output.
14763 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14764 (main): Call gdb_unbuffer_output.
14765 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14766 (main): Rename to ...
14767 (test): ... this.
14768 (main): Reimplement.
14769 * gdb.base/varargs.exp: Run to test instead of to main.
14770 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14771 (main): Call gdb_unbuffer_output.
14772
14773 2015-07-29 Pedro Alves <palves@redhat.com>
14774
14775 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14776 factore out from mi_continue_dprintf. For call-style dprintfs,
14777 expect dprintf output out of $inferior_spawn_id.
14778 (mi_continue_dprintf): Use mi_expect_dprintf.
14779 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14780 (main): Call gdb_unbuffer_output.
14781
14782 2015-07-29 Pedro Alves <palves@redhat.com>
14783
14784 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14785 (default_mi_gdb_start): Set inferior_spawn_id instead of
14786 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14787 gdb_spawn_id.
14788 (mi_gdb_test): Always expect inferior output from both
14789 $inferior_spawn_id and $gdb_spawn_id.
14790
14791 2015-07-29 Pedro Alves <palves@redhat.com>
14792
14793 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14794 send_inferior and $inferior_spawn_id.
14795
14796 2015-07-29 Pedro Alves <palves@redhat.com>
14797
14798 * gdb.gdb/complaints.exp (test_initial_complaints)
14799 (test_serial_complaints, test_short_complaints): Use
14800 gdb_test_stdio.
14801 (test_empty_complaint): Handle $inferior_spawn_id !=
14802 $gdb_spawn_id.
14803
14804 2015-07-29 Pedro Alves <palves@redhat.com>
14805
14806 * gdb.base/varargs.exp: Use gdb_test_stdio.
14807
14808 2015-07-29 Pedro Alves <palves@redhat.com>
14809
14810 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14811
14812 2015-07-29 Pedro Alves <palves@redhat.com>
14813
14814 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14815
14816 2015-07-29 Pedro Alves <palves@redhat.com>
14817
14818 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14819 parameter into two new parameters, "inf_result" and "gdb_result".
14820 Expect inferior output and gdb output from $inferior_spawn_id and
14821 $gdb_spawn_id, respectively. Adjust all callers.
14822
14823 2015-07-29 Pedro Alves <palves@redhat.com>
14824
14825 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14826 of gdb_test_sequence.
14827
14828 2015-07-29 Pedro Alves <palves@redhat.com>
14829
14830 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14831 (saw_spurious_output): Expect inferior output from
14832 $inferior_spawn_id. Use gdb_test_stdio.
14833
14834 2015-07-29 Pedro Alves <palves@redhat.com>
14835
14836 * gdb.base/dprintf.exp: Use standard_testfile. Change
14837 prepare_for_testing call.
14838 (srcfile): Don't set.
14839 (restart): New procedure.
14840 (test_dprintf): New procecure, use to continue over dprintfs.
14841 (test_call, test_agent): New procedures, tests moved here.
14842 Restart gdb and recreate dprintfs. Adjust expected output.
14843
14844 2015-07-29 Pedro Alves <palves@redhat.com>
14845
14846 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14847
14848 2015-07-29 Pedro Alves <palves@redhat.com>
14849
14850 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14851
14852 2015-07-29 Pedro Alves <palves@redhat.com>
14853
14854 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14855 gdb_test_stdio.
14856
14857 2015-07-29 Pedro Alves <palves@redhat.com>
14858
14859 * lib/gdb.exp (gdb_test_stdio): New procedure.
14860
14861 2015-07-29 Pedro Alves <palves@redhat.com>
14862
14863 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14864
14865 2015-07-29 Pedro Alves <palves@redhat.com>
14866
14867 * gdb.base/call-signal-resume.exp: Remove check for
14868 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14869 * gdb.base/unwindonsignal.exp: Likewise.
14870 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14871 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14872
14873 2015-07-29 Pedro Alves <palves@redhat.com>
14874
14875 * gdb.base/siginfo-addr.c (pass): New function.
14876 (handler): Call it iff si_addr is correct.
14877 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14878 Set a breakpoint at "pass" and continue to it.
14879
14880 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14881
14882 * gdb.python/py-objfile.exp: Make some tests have unique names.
14883 * gdb.python/py-pp-registration.exp: Likewise.
14884
14885 2015-07-28 Pedro Alves <palves@redhat.com>
14886
14887 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14888
14889 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14890
14891 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14892
14893 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14894
14895 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14896
14897 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14898
14899 * gdb.base/gdb-sigterm-2.exp: New test.
14900
14901 2015-07-25 Doug Evans <xdje42@gmail.com>
14902
14903 Revert:
14904 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14905 (workers/%.worker, build-perf): New rule.
14906 (GDB_PERFTEST_MODE): New variable.
14907 (check-perf): Use it.
14908 (clean): Clean up gdb.perf parallel build subdirs.
14909 * lib/build-piece.exp: New file.
14910 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14911 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14912 name.
14913 (standard_temp_file): Ditto.
14914 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14915 of $GDB_PARALLEL.
14916
14917 2015-07-24 Doug Evans <dje@google.com>
14918
14919 * gdb.perf/lib/perftest/utils.py: New file.
14920 * gdb.perf/gm-hello.cc: New file.
14921 * gdb.perf/gm-pervasive-typedef.cc: New file.
14922 * gdb.perf/gm-pervasive-typedef.h: New file.
14923 * gdb.perf/gm-std.cc: New file.
14924 * gdb.perf/gm-std.h: New file.
14925 * gdb.perf/gm-use-cerr.cc: New file.
14926 * gdb.perf/gm-utils.h: New file.
14927 * gdb.perf/gmonster-null-lookup.py: New file.
14928 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14929 * gdb.perf/gmonster-print-cerr.py: New file.
14930 * gdb.perf/gmonster-ptype-string.py: New file.
14931 * gdb.perf/gmonster-runto-main.py: New file.
14932 * gdb.perf/gmonster-select-file.py: New file.
14933 * gdb.perf/gmonster1-null-lookup.exp: New file.
14934 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14935 * gdb.perf/gmonster1-print-cerr.exp: New file.
14936 * gdb.perf/gmonster1-ptype-string.exp: New file.
14937 * gdb.perf/gmonster1-runto-main.exp: New file.
14938 * gdb.perf/gmonster1-select-file.exp: New file.
14939 * gdb.perf/gmonster1.cc: New file.
14940 * gdb.perf/gmonster1.exp: New file.
14941 * gdb.perf/gmonster2-null-lookup.exp: New file.
14942 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14943 * gdb.perf/gmonster2-print-cerr.exp: New file.
14944 * gdb.perf/gmonster2-ptype-string.exp: New file.
14945 * gdb.perf/gmonster2-runto-main.exp: New file.
14946 * gdb.perf/gmonster2-select-file.exp: New file.
14947 * gdb.perf/gmonster2.cc: New file.
14948 * gdb.perf/gmonster2.exp: New file.
14949
14950 2015-07-24 Doug Evans <dje@google.com>
14951
14952 * gdb.perf/README: New file.
14953 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14954 * lib/gen-perf-test.exp: New file.
14955
14956 2015-07-24 Doug Evans <dje@google.com>
14957
14958 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14959 (PerfTest::startup): New function.
14960 (PerfTest::run): Return result of calling body.
14961 (PerfTest::assemble): Rewrite.
14962 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14963 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14964 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14965 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14966 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14967
14968 2015-07-24 Doug Evans <dje@google.com>
14969
14970 * lib/gdb.exp (clean_restart): Make executable optional.
14971
14972 2015-07-24 Doug Evans <dje@google.com>
14973
14974 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14975 compiler_info references.
14976 * gdb.cp/temargs.exp: Ditto.
14977 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14978 (get_compiler_info): Early exit if already computed. Set compiler_info
14979 to "unknown" if there was a problem.
14980 (test_compiler_info): Add function comment. Call get_compiler_info.
14981
14982 2015-07-24 Doug Evans <dje@google.com>
14983
14984 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14985 (workers/%.worker, build-perf): New rule.
14986 (GDB_PERFTEST_MODE): New variable.
14987 (check-perf): Use it.
14988 (clean): Clean up gdb.perf parallel build subdirs.
14989 * lib/build-piece.exp: New file.
14990 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14991 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14992 name.
14993 (standard_temp_file): Ditto.
14994 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14995 of $GDB_PARALLEL.
14996
14997 2015-07-24 Doug Evans <dje@google.com>
14998
14999 * lib/future.exp (gdb_default_target_compile): New option
15000 "early_flags".
15001 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15002 --as-needed.
15003
15004 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15005
15006 * gdb.base/catch-syscall.exp: Call gdb_exit before
15007 gdb_skip_xml_test.
15008
15009 2015-07-24 Pedro Alves <palves@redhat.com>
15010
15011 * gdb.python/py-events.exp: Accept output between the stop event
15012 and the prompt.
15013 * gdb.python/py-evsignal.exp: Likewise.
15014 * gdb.python/py-evthreads.exp: Likewise.
15015
15016 2015-07-24 Pedro Alves <palves@redhat.com>
15017
15018 PR gdb/18717
15019 * gdb.threads/non-ldr-exit.c: New file.
15020 * gdb.threads/non-ldr-exit.exp: New file.
15021
15022 2015-07-24 Yao Qi <yao.qi@linaro.org>
15023
15024 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15025 restarting process.
15026
15027 2015-07-24 Yao Qi <yao.qi@linaro.org>
15028
15029 * gdb.server/ext-restart.exp: New file.
15030
15031 2015-07-24 Yao Qi <yao.qi@linaro.org>
15032
15033 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15034 argument options.
15035 * gdb.server/ext-wrapper.exp: New file.
15036
15037 2015-07-23 Doug Evans <dje@google.com>
15038
15039 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15040 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15041
15042 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15043
15044 * gdb.ada/var_arr_typedef.exp: New testcase.
15045 * gdb.ada/var_arr_typedef/pack.adb: New file.
15046 * gdb.ada/var_arr_typedef/pack.ads: New file.
15047 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15048
15049 2015-07-20 Joel Brobecker <brobecker@adacore.com>
15050
15051 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15052
15053 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15054
15055 * gdb.arch/i386-biarch-core.exp: Replace istarget
15056 by "complete set gnutarget". Remove expectation for the "core-file"
15057 command.
15058
15059 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15060
15061 Revert the previous commit:
15062 Tests for validate symbol file using build-id.
15063
15064 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15065
15066 Tests for validate symbol file using build-id.
15067 * gdb.base/solib-mismatch-lib.c: New file.
15068 * gdb.base/solib-mismatch-libmod.c: New file.
15069 * gdb.base/solib-mismatch.c: New file.
15070 * gdb.base/solib-mismatch.exp: New file.
15071
15072 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15073
15074 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15075 nios2-*-linux*.
15076 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15077 * gdb.base/siginfo.exp: Likewise.
15078 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15079
15080 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15081
15082 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15083 Move it to ...
15084 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15085 ... here.
15086 * gdb.trace/range-stepping.exp: Check that the target supports
15087 range stepping.
15088
15089 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15090
15091 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15092
15093 2015-07-14 Pedro Alves <palves@redhat.com>
15094
15095 * gdb.base/killed-outside.exp: New file.
15096 * gdb.base/killed-outside.c: New file.
15097
15098 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15099
15100 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15101 (n at main): New.
15102 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15103
15104 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15105
15106 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15107 infcall tests instead of setting up for KFAIL.
15108
15109 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15110
15111 * gdb.btrace/record_goto-step.exp: New.
15112
15113 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15114
15115 PR compile/18484
15116 * gdb.compile/compile.c (struct struct_type): Add volatile to
15117 selffield's type.
15118 * gdb.compile/compile.exp
15119 (compile code struct_object.selffield = &struct_object): Skip further
15120 struct_object tests if this one xfails.
15121
15122 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
15123
15124 PR exp/18617
15125 * gdb.trace/ax.exp: Add test.
15126
15127 2015-07-07 Yao Qi <yao.qi@linaro.org>
15128
15129 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15130 instead of istarget "aarch64*-*-*".
15131 * gdb.arch/aarch64-fp.exp: Likewise.
15132 * gdb.base/float.exp: Likewise.
15133 * gdb.reverse/aarch64.exp: Likewise.
15134 * lib/gdb.exp (is_aarch64_target): New proc.
15135
15136 2015-07-07 Yao Qi <yao.qi@linaro.org>
15137
15138 * lib/gdb.exp (is_aarch32_target): New proc.
15139 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15140 instead of "istarget "arm*-*-*"".
15141 * gdb.arch/arm-disp-step.exp: Likewise.
15142 * gdb.arch/thumb-bx-pc.exp: Likewise.
15143 * gdb.arch/thumb-prologue.exp: Likewise.
15144 * gdb.arch/thumb-singlestep.exp: Likewise.
15145 * gdb.base/disp-step-syscall.exp: Likewise.
15146 * gdb.base/float.exp: Likewise.
15147
15148 2015-07-07 Yao Qi <yao.qi@linaro.org>
15149
15150 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15151 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15152
15153 2015-07-07 Yao Qi <yao.qi@linaro.org>
15154
15155 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15156 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15157 if it exists.
15158 * gdb.multi/multi-arch.exp: Likewise.
15159
15160 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15161
15162 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15163 print.
15164
15165 2015-07-07 Yao Qi <yao.qi@linaro.org>
15166
15167 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15168
15169 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15170
15171 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15172 '[' and ']' characters.
15173
15174 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15175
15176 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15177
15178 2015-06-29 Pedro Alves <palves@redhat.com>
15179
15180 PR threads/18127
15181 * gdb.threads/hand-call-new-thread.c: New file.
15182 * gdb.threads/hand-call-new-thread.c: New file.
15183
15184 2015-06-26 Keith Seitz <keiths@redhat.com>
15185 Doug Evans <dje@google.com>
15186
15187 PR 16253
15188 * gdb.cp/var-tag-2.cc: New file.
15189 * gdb.cp/var-tag-3.cc: New file.
15190 * gdb.cp/var-tag-4.cc: New file.
15191 * gdb.cp/var-tag.cc: New file.
15192 * gdb.cp/var-tag.exp: New file.
15193
15194 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15195
15196 * gdb.base/history-duplicates.exp: New test.
15197
15198 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15199
15200 * gdb.base/completion.exp: Test the completion of the "focus"
15201 command.
15202
15203 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15204
15205 * gdb.arch/amd64-prologue-skip.S: New file.
15206 * gdb.arch/amd64-prologue-skip.exp: New file.
15207
15208 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15209
15210 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15211 is_address_zero_readable check.
15212
15213 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15214
15215 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15216 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15217
15218 2015-06-24 Yao Qi <yao.qi@linaro.org>
15219
15220 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15221 linux targets.
15222
15223 2015-06-24 Yao Qi <yao.qi@linaro.org>
15224
15225 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15226 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15227 * gdb.base/siginfo-thread.exp: Likewise.
15228
15229 2015-06-22 Yao Qi <yao.qi@linaro.org>
15230
15231 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15232
15233 2015-06-22 Yao Qi <yao.qi@linaro.org>
15234
15235 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15236 aarch64*-*-*.
15237 (skip_hw_watchpoint_tests): Likewise.
15238
15239 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15240
15241 * gdb.base/gdbinit-history.exp: Test the interaction between
15242 setting GDBHISTSIZE and setting the history size via .gdbinit.
15243
15244 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15245
15246 PR gdb/16999
15247 * gdb.base/gdbhistsize-history.exp: New test.
15248
15249 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15250
15251 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15252 with GDBHISTSIZE.
15253 * gdb.base/readline.exp: Likewise.
15254
15255 2015-06-17 Yao Qi <yao.qi@linaro.org>
15256
15257 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15258 line.
15259
15260 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15261
15262 * gdb.base/gdbinit-history.exp: Add test case to check that
15263 an unlimited history file does not get truncated on exit.
15264
15265 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15266
15267 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15268 (VECTOR): New macro. Use it...
15269 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15270 ...for these typedefs.
15271 (int8, char1, int1, double1): New typedefs.
15272 (struct just_int2, struct two_int2): New structures.
15273 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15274 (add_structvecs, add_singlevecs): New functions.
15275 (main): Call add_some_intvecs twice.
15276 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15277 the compile and exit upon failure. Try compiling for the "native"
15278 architecture. Test inferior function calls with vector arguments
15279 and vector return value handling with "finish" and "return".
15280
15281 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15282
15283 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15284 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15285 PE file.
15286 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15287
15288 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15289
15290 PR breakpoints/16465
15291 * gdb.mi/mi-dprintf-pending.c: New file.
15292 * gdb.mi/mi-dprintf-pending.exp: New test.
15293 * gdb.mi/mi-dprintf-pendshr.c: New file.
15294
15295 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15296 Mircea Gherzan <mircea.gherzan@intel.com>
15297
15298 * gdb.arch/i386-mpx-map.c: New file.
15299 * gdb.arch/i386-mpx-map.exp: New File.
15300
15301 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15302
15303 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15304 * gdb.arch/i386-mpx.exp: Indentation fixed.
15305
15306 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15307
15308 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15309 function and improved indentation.
15310 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15311 gdb_test_multiple. Added additional tests to skip the test.
15312
15313 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15314
15315 * gdb.arch/i386-avx512.c: Change path in include file.
15316 * gdb.arch/i386-avx512.exp: Change include dir path
15317 compilation flag.
15318 * gdb.arch/i386-mpx.c: Change path in include file.
15319 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15320 flag.
15321
15322 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15323
15324 * gdb.compile/compile-print.exp (compile print *vararray@3)
15325 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15326
15327 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15328
15329 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15330 (do not keep jit in memory): ... this.
15331 (expect 5): Change it to ...
15332 (expect no 5): ... this.
15333
15334 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15335
15336 PR gdb/15564
15337 * gdb.mi/mi-detach.exp: New file.
15338
15339 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15340
15341 PR symtab/18392
15342 * gdb.arch/amd64-tailcall-self.S: New file.
15343 * gdb.arch/amd64-tailcall-self.c: New file.
15344 * gdb.arch/amd64-tailcall-self.exp: New file.
15345
15346 2015-05-28 Don Breazeal <donb@codesourcery.com>
15347
15348 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15349 tests for remote targets by checking is_target_gdbserver.
15350
15351 2015-05-27 Doug Evans <dje@google.com>
15352
15353 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15354 * gdb.dwarf2/opaque-type-lookup.c: New file.
15355 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15356
15357 2015-05-26 Doug Evans <dje@google.com>
15358
15359 * gdb.cp/iostream.cc: New file.
15360 * gdb.cp/iostream.exp: New file.
15361
15362 2015-05-26 Doug Evans <dje@google.com>
15363
15364 * gdb.dwarf2/dw2-op-call.exp: Update.
15365 * gdb.dwarf2/dw4-sig-types.exp: Update.
15366 * gdb.dwarf2/implptr.exp: Update.
15367 * gdb.mi/mi-cmd-param-changed.exp: Update.
15368
15369 2015-05-26 Doug Evans <dje@google.com>
15370
15371 * gdb.python/py-lazy-string.c: New file.
15372 * gdb.python/py-lazy-string.exp: New file.
15373 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15374 (main): Update. Add estring3.
15375 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15376 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15377
15378 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15379 Yao Qi <yao.qi@linaro.org>
15380
15381 * gdb.reverse/aarch64.c: New.
15382 * gdb.reverse/aarch64.exp: New.
15383
15384 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15385
15386 * lib/gdb.exp (supports_process_record): Return true for
15387 aarch64*-linux*.
15388 (supports_reverse): Likewise.
15389
15390 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15391
15392 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15393 Use with_test_prefix.
15394
15395 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15396
15397 * gdb.base/completion.exp: Add test for completion of layout
15398 names.
15399
15400 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15401
15402 * lib/gdb.exp (skip_tui_tests): New proc.
15403 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15404
15405 2015-05-19 Pedro Alves <palves@redhat.com>
15406
15407 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15408 Save the whole env array instead of just HOME. Unset HISTSIZE in
15409 the environment while testing. Restore whole environment
15410 afterwards.
15411
15412 2015-05-16 Doug Evans <xdje42@gmail.com>
15413
15414 * gdb.guile/scm-ports.c: New file.
15415 * gdb.guile/scm-ports.exp: Add memory port tests.
15416
15417 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15418
15419 * gdb.compile/compile-print.c: New file.
15420 * gdb.compile/compile-print.exp: New file.
15421
15422 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15423
15424 * gdb.compile/compile-ops.exp: Cast param to void.
15425 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15426 (compile code struct_object.selffield = &struct_object): Add xfail.
15427
15428 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15429
15430 * gdb.ada/arr_enum_with_gap: New testcase.
15431
15432 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15433
15434 * gdb.ada/byte_packed_arr: New testcase.
15435
15436 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15437
15438 * gdb.ada/pckd_neg: New testcase.
15439
15440 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15441
15442 PR gdb/17820
15443 * gdb.base/gdbinit-history.exp: New test.
15444 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15445 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15446
15447 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15448
15449 * gdb.python/py-xmethods.cc: Enhance test case.
15450 * gdb.python/py-xmethods.exp: New tests.
15451 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15452 function.
15453 (B_indexoper): Likewise.
15454 (global_dm_list) : Add new xmethod worker functions.
15455
15456 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15457
15458 * gdb.base/coredump-filter.exp: Correctly unset
15459 "coredump_var_addr" array.
15460
15461 2015-05-08 Pedro Alves <palves@redhat.com>
15462
15463 * gdb.server/non-existing-program.exp: Unset spawn_id.
15464
15465 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15466
15467 PR python/18291
15468 * gdb.python/py-xmethods.exp: Add tests.
15469
15470 2015-05-08 Yao Qi <yao.qi@linaro.org>
15471
15472 PR gdb/18208
15473 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15474 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15475 function set_coredump_filter, and remove remote_exec call.
15476 Remove argument ipid. Callers update.
15477 (top level): Don't get inferior's PID.
15478
15479 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15480
15481 * gdb.base/watch_thread_num.exp: Skip test on targets without
15482 access watchpoints.
15483
15484 2015-05-06 Pedro Alves <palves@redhat.com>
15485
15486 PR server/18081
15487 * gdb.server/non-existing-program.exp: New file.
15488
15489 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15490
15491 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15492
15493 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15494
15495 * gdb.ada/out_of_line_in_inlined: New testcase.
15496
15497 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15498
15499 * gdb.ada/var_rec_arr: New testcase.
15500
15501 2015-04-30 Yao Qi <yao.qi@linaro.org>
15502
15503 * gdb.base/break-idempotent.exp: If
15504 skip_hw_watchpoint_multi_tests returns true, skip the tests
15505 on "rwatch" and "awatch".
15506
15507 2015-04-30 Yao Qi <yao.qi@linaro.org>
15508
15509 * gdb.base/relativedebug.exp: Invoke gdb command
15510 "info sharedlibrary", and if libc.so doesn't have debug info,
15511 skip the test.
15512
15513 2015-04-29 Doug Evans <dje@google.com>
15514
15515 * gdb.python/py-xmethods.exp: Add ptype tests.
15516 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15517 get_result_type method.
15518
15519 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15520
15521 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15522 the target does not support hardware watchpoints.
15523
15524 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15525
15526 * gdb.base/break-always.exp: Abort testing if writing to memory
15527 causes an error.
15528
15529 2015-04-28 Doug Evans <dje@google.com>
15530
15531 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15532 * gdb.python/py-pp-registration.exp: ... here. New file.
15533 * gdb.python/py-pp-registration.c: New file.
15534 * gdb.python/py-pp-registration.py: New file.
15535
15536 2015-04-28 Doug Evans <dje@google.com>
15537
15538 * gdb.python/py-bad-printers.c: New file.
15539 * gdb.python/py-bad-printers.py: New file.
15540 * gdb.python/py-bad-printers.exp: New file.
15541
15542 2015-04-28 Sasha Smundak <asmundak@google.com>
15543
15544 * gdb.python/py-type.exp: New test.
15545
15546 2015-04-28 Andy Wingo <wingo@igalia.com>
15547
15548 * gdb.python/py-parameter.exp:
15549 * gdb.guile/scm-parameter.exp: Escape the path that we are
15550 matching against, as it might contain characters that are special
15551 to regular expressions.
15552
15553 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15554
15555 * gdb.ada/rec_comp: New testcase.
15556
15557 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15558
15559 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15560 before using it.
15561
15562 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15563
15564 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15565 new tests for verilog output.
15566
15567 2015-04-24 Yao Qi <yao.qi@linaro.org>
15568
15569 * boards/remote-gdbserver-on-localhost.exp: New file.
15570
15571 2015-04-23 Pedro Alves <palves@redhat.com>
15572
15573 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15574 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15575 "end of file", remove $inferior_spawn_id from the indirect list.
15576
15577 2015-04-23 Pedro Alves <palves@redhat.com>
15578
15579 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15580
15581 2015-04-23 Pedro Alves <palves@redhat.com>
15582
15583 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15584 on $any_spawn_id instead of only on $gdb_spawn_id.
15585
15586 2015-04-21 Pierre Muller <muller@sourceware.org>
15587
15588 PR pascal/17815
15589 * lib/pascal.exp (gpc_compile): Add new option "class".
15590 (fpc_compile): Likewise.
15591 * gdb.pascal/case-insensitive-symbols.pas: New file.
15592 * gdb.pascal/case-insensitive-symbols.exp: New file.
15593
15594 2015-04-20 Gary Benson <gbenson@redhat.com>
15595
15596 * gdb.base/attach.exp: Fix three extended remote failures.
15597
15598 2015-04-17 Gary Benson <gbenson@redhat.com>
15599
15600 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15601 the main executable over the remote protocol.
15602
15603 2015-04-16 Pedro Alves <palves@redhat.com>
15604
15605 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15606 a new gdbserver if gdbserver_reconnect_p is set.
15607
15608 2015-04-16 Pedro Alves <palves@redhat.com>
15609
15610 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15611 is set, don't exit gdbserver.
15612
15613 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15614
15615 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15616 appropriate .insn, such that an older assembler can be used.
15617 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15618 the z/Architecture instruction set on 31-bit targets as well.
15619
15620 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15621
15622 * gdb.go/handcall.exp: Remove all logic related to the first
15623 breakpoint and rely on go_runto_main instead.
15624 * gdb.go/strings.exp: Likewise.
15625 * gdb.go/unsafe.exp: Likewise.
15626 * gdb.go/hello.exp: Likewise. Also rename the remaining
15627 breakpoint marker to "breakpoint 1".
15628 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15629 * gdb.go/strings.go: Likewise.
15630 * gdb.go/unsafe.go: Likewise.
15631 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15632 "set breakpoint 2 here" and rename the remaining breakpoint marker
15633 to "breakpoint 1".
15634
15635 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15636
15637 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15638 if itertools.imap is not present.
15639 * gdb.python/py-objfile.exp: Add parentheses.
15640 * gdb.python/py-type.exp: Same.
15641 * gdb.python/py-unwind-maint.py: Same.
15642
15643 2015-04-15 Yao Qi <yao.qi@linaro.org>
15644
15645 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15646 of ":$ptr_size" and set its form explicitly.
15647
15648 2015-04-15 Pedro Alves <palves@redhat.com>
15649 Yao Qi <yao.qi@linaro.org>
15650
15651 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15652 timeout by factor of 4.
15653 (test_regular_watch): Likewise.
15654 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15655 * gdb.reverse/sigall-reverse.exp: Likewise.
15656 * gdb.reverse/until-precsave.exp: Likewise.
15657 * lib/gdb.exp (with_timeout_factor): New proc.
15658 (gdb_expect): Move some code to ...
15659 (get_largest_timeout): ... here. New procedure.
15660
15661 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
15662
15663 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15664
15665 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15666
15667 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15668 to write to the .text section.
15669
15670 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15671
15672 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15673 Handle the case of targets that do not provide PID information.
15674
15675 2015-04-13 Yao Qi <yao.qi@linaro.org>
15676
15677 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15678 and use expect instead of gdb_expect.
15679
15680 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15681
15682 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15683 "coredump_var_addr" to avoid naming conflict with other testcases.
15684
15685 2015-04-10 Pedro Alves <palves@redhat.com>
15686
15687 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15688 gdb_test_sequence and gdb_assert.
15689
15690 2015-04-10 Pedro Alves <palves@redhat.com>
15691
15692 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15693 test messages that don't include the breakpoint address.
15694
15695 2015-04-10 Yao Qi <yao.qi@linaro.org>
15696
15697 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15698 false for some offset and width combinations which aren't
15699 supported by linux kernel.
15700
15701 2015-04-10 Pedro Alves <palves@redhat.com>
15702
15703 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15704 procedure, factored out from ...
15705 (top level): ... here. Add "set displaced-stepping" testing axis.
15706 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15707 parameter "displaced". Use it.
15708 (top level): Use foreach and add "set displaced-stepping" testing
15709 axis.
15710
15711 2015-04-10 Pedro Alves <palves@redhat.com>
15712
15713 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15714 Remove comment.
15715 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15716 both the address of the instruction that triggers the watchpoint
15717 and the address of the instruction immediately after, and use
15718 those addresses for the test. Fix comment.
15719
15720 2015-04-10 Pedro Alves <palves@redhat.com>
15721
15722 * gdb.base/sigstep.exp (breakpoint_to_handler)
15723 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15724 Test "backtrace" in handler.
15725 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15726 (top level): Add new "displaced" test axis to
15727 breakpoint_to_handler, breakpoint_to_handler_entry and
15728 breakpoint_over_handler.
15729
15730 2015-04-10 Pedro Alves <palves@redhat.com>
15731
15732 PR gdb/18216
15733 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15734
15735 2015-04-10 Yao Qi <yao.qi@linaro.org>
15736
15737 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15738 (test_add_rn_pc): New function.
15739 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15740 (top level): Invoke test_add_rn_pc.
15741
15742 2015-04-10 Pedro Alves <palves@redhat.com>
15743
15744 PR gdb/13858
15745 * gdb.base/step-over-no-symbols.exp: New file.
15746
15747 2015-04-09 Andy Wingo <wingo@igalia.com>
15748
15749 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15750 after the Python tests.
15751
15752 2015-04-08 Keith Seitz <keiths@redhat.com>
15753
15754 PR python/16699
15755 * gdb.python/py-completion.exp: New tests for completion.
15756 * gdb.python/py-completion.py (CompleteLimit1): New class.
15757 (CompleteLimit2): Likewise.
15758 (CompleteLimit3): Likewise.
15759 (CompleteLimit4): Likewise.
15760 (CompleteLimit5): Likewise.
15761 (CompleteLimit6): Likewise.
15762 (CompleteLimit7): Likewise.
15763
15764 2015-04-08 Pedro Alves <palves@redhat.com>
15765
15766 PR gdb/18214
15767 PR gdb/18216
15768 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15769 function.
15770 (main): Install it as SIGUSR1 handler.
15771 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15772 parameter. Always use "setup" as prefix. Toggle "set
15773 displaced-stepping" off/on depending on global. Don't switch to
15774 thread 1 here.
15775 (top level): Add displaced stepping "off/on" test axis. Update
15776 "setup" calls. Wrap each subtest with with_test_prefix. Test
15777 continuing with a queued signal in each thread.
15778
15779 2015-04-08 Pedro Alves <palves@redhat.com>
15780
15781 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15782 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15783 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15784 Return early if running to main fails.
15785 * gdb.trace/while-stepping.exp: Likewise.
15786
15787 2015-04-07 Pedro Alves <palves@redhat.com>
15788
15789 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15790 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15791 interact with inferior program.
15792
15793 2015-04-07 Pedro Alves <palves@redhat.com>
15794
15795 * lib/gdb.exp (inferior_spawn_id): New global.
15796 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15797 spawn id after processing the user code.
15798 (default_gdb_start): Set inferior_spawn_id.
15799 (send_inferior): New procedure.
15800 * lib/gdbserver-support.exp (gdbserver_start): Set
15801 inferior_spawn_id.
15802 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15803
15804 2015-04-07 Pedro Alves <palves@redhat.com>
15805
15806 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15807 * lib/gdbserver-support.exp (gdbserver_start): Make
15808 $server_spawn_id global.
15809 (gdbserver_start): Don't wait for gdbserver's spawn id with
15810 expect_background.
15811 (close_gdbserver): New procedure.
15812 (gdb_exit): Rename the default version and reimplement.
15813
15814 2015-04-07 Pedro Alves <palves@redhat.com>
15815
15816 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15817 append the substituted item, not the original item.
15818
15819 2015-04-07 Pedro Alves <palves@redhat.com>
15820
15821 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15822 gdb_expect.
15823
15824 2015-04-07 Pedro Alves <palves@redhat.com>
15825
15826 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15827 output appearing once only.
15828
15829 2015-04-07 Pedro Alves <palves@redhat.com>
15830
15831 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15832 that doesn't expect anything. Return early if running to main
15833 fails.
15834
15835 2015-04-07 Yao Qi <yao.qi@linaro.org>
15836
15837 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15838 (child_function): Call alarm.
15839 (main): Move call to alarm into the loop.
15840 * gdb.threads/non-stop-fair-events.exp: Build program with
15841 -DTIMEOUT=$timeout.
15842
15843 2015-04-06 Doug Evans <xdje42@gmail.com>
15844
15845 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15846 Fix dest parameter to board_info.
15847 (fpc_compile): Ditto.
15848 (gdb_compile_pascal): Rename dest arg to destfile.
15849
15850 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15851
15852 * gdb.ada/funcall_ref.exp: New file.
15853 * gdb.ada/funcall_ref/foo.adb: New file.
15854
15855 2015-04-02 Yao Qi <yao.qi@linaro.org>
15856
15857 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15858 is remote.
15859
15860 2015-04-02 Gary Benson <gbenson@redhat.com>
15861
15862 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15863
15864 2015-04-01 Sasha Smundak <asmundak@google.com>
15865
15866 * gdb.python/py-unwind-maint.c: New file.
15867 * gdb.python/py-unwind-maint.exp: New test.
15868 * gdb.python/py-unwind-maint.py: New file.
15869 * gdb.python/py-unwind.c: New file.
15870 * gdb.python/py-unwind.exp: New test.
15871 * gdb.python/py-unwind.py: New test.
15872
15873 2015-04-01 Pedro Alves <palves@redhat.com>
15874
15875 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15876 to fail instead of non-existent $test.
15877
15878 2015-04-01 Pedro Alves <palves@redhat.com>
15879
15880 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15881 GDBFLAGS if not empty.
15882
15883 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15884
15885 * gdb.ada/complete.exp: Remove "multi_line".
15886 * gdb.ada/info_exc.exp: Remove "multi_line".
15887 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15888 * gdb.ada/ptype_field.exp: Remove "multi_line".
15889 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15890 * gdb.ada/tagged.exp: Remove "multi_line".
15891 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15892 [multi_line ...]
15893 * gdb.btrace/delta.exp: Likewise.
15894 * gdb.btrace/exception.exp: Likewise.
15895 * gdb.btrace/function_call_history.exp: Likewise.
15896 * gdb.btrace/instruction_history.exp: Likewise.
15897 * gdb.btrace/nohist.exp: Likewise.
15898 * gdb.btrace/record_goto.exp: Likewise.
15899 * gdb.btrace/segv.exp: Likewise.
15900 * gdb.btrace/stepi.exp: Likewise.
15901 * gdb.btrace/tailcall.exp: Likewise.
15902 * gdb.btrace/unknown_functions.exp: Likewise.
15903 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15904 * lib/gdb.exp: Add the "multi_line" helper.
15905
15906 2015-04-01 Pedro Alves <palves@redhat.com>
15907
15908 * gdb.threads/tid-reuse.c: New file.
15909 * gdb.threads/tid-reuse.exp: New file.
15910
15911 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15912
15913 PR corefiles/16092
15914 * gdb.base/coredump-filter.c: New file.
15915 * gdb.base/coredump-filter.exp: Likewise.
15916
15917 2015-03-27 Petr Machata <pmachata@redhat.com>
15918
15919 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15920 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15921 (Dwarf::assemble): Initialize them.
15922 (Dwarf::lines): New function.
15923
15924 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15925
15926 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15927 SYMBOL_PREFIX for x86_64-*-cygwin.
15928
15929 2015-03-26 Andy Wingo <wingo@igalia.com>
15930
15931 PR symtab/18148
15932 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15933 const_value but not a location.
15934 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15935 location defined in non-main CUs are visible.
15936
15937 2015-03-26 Yao Qi <yao.qi@linaro.org>
15938
15939 PR testsuite/18139
15940 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15941 Add a line number entry for the same line.
15942 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15943 Add a line number entry for the same line.
15944
15945 2015-03-26 Yao Qi <yao.qi@linaro.org>
15946
15947 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15948 .int 0.
15949 (func): Likewise. Add .Lfunc_1 label.
15950 Use .Lfunc_1 label.
15951 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15952 .int 0.
15953 (func): Likewise.
15954 Use .Lfunc_1 label.
15955
15956 2015-03-26 Yao Qi <yao.qi@linaro.org>
15957
15958 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15959 Call gdb_compile instead to compile each .s files without debug
15960 information.
15961
15962 2015-03-26 Yao Qi <yao.qi@linaro.org>
15963
15964 * gdb.base/savedregs.exp (process_saved_regs): Make
15965 "Saved registers:" optional in the pattern.
15966
15967 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15968
15969 * gdb.btrace/next.exp: Merged into step.exp.
15970 * gdb.btrace/finish.exp: Merged into step.exp.
15971 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15972 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15973 "record goto" and checking the exact replay position.
15974 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15975 check for "Recording format" in "info record" output.
15976 * gdb.btrace/record_goto.exp: Choose test file based on target.
15977 * gdb.btrace/x86-record_goto.S: Renamed into ...
15978 * gdb.btrace/x86_64-record_goto.S: ... this.
15979 * gdb.btrace/i686-record_goto.S: New.
15980 * gdb.btrace/x86-tailcall.S: Renamed into ...
15981 * gdb.btrace/x86_64-tailcall.S: ... this.
15982 * gdb.btrace/i686-tailcall.S: New.
15983 * gdb.btrace/x86-tailcall.c: Renamed into ...
15984 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15985 separate statements. Update test.
15986 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15987 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15988 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15989 * gdb.btrace/tailcall.exp: Choose test file based on target.
15990 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15991
15992 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15993
15994 * gdb.btrace/exception.exp: Increase BTS buffer size.
15995
15996 2015-03-24 Pedro Alves <palves@redhat.com>
15997
15998 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15999
16000 2015-03-24 Pedro Alves <palves@redhat.com>
16001
16002 * gdb.threads/schedlock.exp (test_step): No longer expect that
16003 "set scheduler-locking step" with "next" over a function call runs
16004 threads unlocked.
16005
16006 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16007
16008 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16009
16010 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16011
16012 PR breakpoints/16466
16013 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16014 * gdb.mi/mi-pending.c (thread_func): New function.
16015 (int main): Add threading support required.
16016 * gdb.mi/mi-pending.exp: Add tests for this issue.
16017 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16018 (pendfunc2): Remove stdio dependency.
16019 * gdb.mi/mi-pendshr2.c: New file.
16020
16021 2015-03-23 Keith Seitz <keiths@redhat.com>
16022
16023 * gdb.linespec/keywords.c: New file.
16024 * gdb.linespec/keywords.exp: New file.
16025
16026 2015-03-23 Keith Seitz <keiths@redhat.com>
16027
16028 PR gdb/18021
16029 * gdb.dwarf2/staticvirtual.exp: New test.
16030
16031 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16032
16033 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16034 * README: Remove HP-UX and gdb.hp.
16035 (configuration):
16036 * configure: Regenerate.
16037 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16038 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16039 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16040 gdb.hp/gdb.defects/Makefile.
16041 * gdb.hp/Makefile.in: File deleted.
16042 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16043 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16044 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16045 * gdb.hp/gdb.aCC/run.c: File deleted.
16046 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16047 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16048 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16049 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16050 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16051 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16052 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16053 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16054 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16055 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16056 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16057 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16058 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16059 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16060 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16061 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16062 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16063 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16064 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16065 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16066 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16067 * gdb.hp/gdb.compat/average.c: File deleted.
16068 * gdb.hp/gdb.compat/sum.c: File deleted.
16069 * gdb.hp/gdb.compat/xdb.c: File deleted.
16070 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16071 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16072 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16073 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16074 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16075 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16076 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16077 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16078 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16079 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16080 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16081 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16082 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16083 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16084 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16085 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16086 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16087 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16088 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16089 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16090 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16091 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16092 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16093 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16094 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16095 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16096 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16097 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16098 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16099 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16100 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16101 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16102 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16103 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16104 * gdb.hp/tools/odump: File deleted.
16105
16106 2015-03-19 Pedro Alves <palves@redhat.com>
16107
16108 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16109 (saw_thread_3): New globals.
16110 (top level): Increment them when an event for the corresponding
16111 thread is seen.
16112 (no thread starvation): New test.
16113
16114 2015-03-19 Pedro Alves <palves@redhat.com>
16115
16116 * gdb.threads/continue-pending-status.c: New file.
16117 * gdb.threads/continue-pending-status.exp: New file.
16118
16119 2015-03-18 Pedro Alves <palves@redhat.com>
16120
16121 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16122 Use gdb_is_target_remote instead of is_remote. Use
16123 gdb_test_multiple instead of gdb_expect. Exit early if
16124 gdb_test_multiple hits its internal matches. Tighten stepi tests
16125 expected output. Fail on exit with any signal, instead of just
16126 SIGILL.
16127
16128 2015-03-18 Yao Qi <yao.qi@linaro.org>
16129
16130 PR tdep/18107
16131 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16132 variable.
16133 * gdb.base/catch-syscall.exp: Don't skip it on
16134 aarch64*-*-linux* target. Remove elements in all_syscalls.
16135 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16136 target.
16137 (setup_all_syscalls): New proc.
16138
16139 2015-03-16 Yao Qi <yao.qi@linaro.org>
16140
16141 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16142 (top level): Skip tests if valid_addr_p returns false for
16143 $cmd1 or $cmd2.
16144
16145 2015-03-11 Andy Wingo <wingo@igalia.com>
16146
16147 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16148
16149 2015-03-11 Yao Qi <yao.qi@linaro.org>
16150
16151 * gdb.base/catch-syscall.exp: Fix typo in comments.
16152
16153 2015-03-11 Yao Qi <yao.qi@linaro.org>
16154
16155 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16156
16157 2015-03-09 Pedro Alves <palves@redhat.com>
16158
16159 * dg-extract-results.py: Delete.
16160
16161 2015-03-09 Pedro Alves <palves@redhat.com>
16162
16163 Merge dg-extract-results.sh from GCC upstream (r218843).
16164
16165 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16166 * dg-extract-results.sh: Use --text with grep to avoid issues with
16167 binary files. Fall back to cat -v, if that doesn't work.
16168
16169 2015-03-05 Pedro Alves <palves@redhat.com>
16170
16171 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16172
16173 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16174
16175 * lib/mi-support.exp (mi_expect_interrupt): Accept
16176 alternative event for when in all-stop mode.
16177
16178 2015-03-04 Pedro Alves <palves@redhat.com>
16179
16180 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16181
16182 2015-03-04 Mark Kettenis <kettenis@gnu.org>
16183
16184 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16185
16186 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16187
16188 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16189 regexps for GDB's current line display, accept a hex address
16190 preceding the line number.
16191
16192 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16193
16194 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16195 the 'arch1' variable for "s390*-linux*" targets.
16196
16197 2015-03-04 Pedro Alves <palves@redhat.com>
16198
16199 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16200 (main): Pass missing retval argument to pthread_join call.
16201
16202 2015-03-02 Pedro Alves <palves@redhat.com>
16203
16204 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16205 (top level): Call do_test with non-stop as well.
16206
16207 2015-03-02 Pedro Alves <palves@redhat.com>
16208
16209 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16210 -1.
16211
16212 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16213
16214 * gdb.arch/s390-vregs.exp: New test.
16215 * gdb.arch/s390-vregs.S: New file.
16216
16217 2015-02-27 Pedro Alves <palves@redhat.com>
16218
16219 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16220 call to catch_command_errors.
16221 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16222 catch_command_errors.
16223
16224 2015-02-27 Pedro Alves <palves@redhat.com>
16225
16226 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16227 "true" for boolean result.
16228 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16229 prototype of main.
16230
16231 2015-02-27 Pedro Alves <palves@redhat.com>
16232
16233 * lib/unbuffer_output.c: New file.
16234 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16235 (main): Call gdb_unbuffer_output.
16236
16237 2015-02-27 Yao Qi <yao.qi@linaro.org>
16238
16239 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16240 target.
16241
16242 2015-02-26 Doug Evans <dje@google.com>
16243
16244 * gdb.cp/class2.cc (Dbase, D): New classes.
16245 (main): New local delta.
16246 * gdb.cp/class2.exp: Test printing delta.
16247 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16248 (dynbar): New global.
16249 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16250
16251 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16252
16253 * gdb.compile/compile-ifunc.c: New file.
16254 * gdb.compile/compile-ifunc.exp: New file.
16255
16256 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16257
16258 * gdb.base/structs.exp: Check for correct struct on finish.
16259
16260 2015-02-26 Yao Qi <yao.qi@linaro.org>
16261
16262 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16263 is zero.
16264
16265 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16266
16267 * gdb.arch/cordic.ko.bz2: New file.
16268 * gdb.arch/cordic.ko.debug.bz2: New file.
16269 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16270
16271 2015-02-25 Yao Qi <yao.qi@linaro.org>
16272
16273 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16274 aarch64*-*-* target.
16275
16276 2015-02-23 Pedro Alves <palves@redhat.com>
16277
16278 * lib/gdb.exp (delete_breakpoints): Rewrite using
16279 gdb_test_multiple.
16280
16281 2015-02-23 Pedro Alves <palves@redhat.com>
16282
16283 * gdb.base/info-os.c: Include stdlib.h.
16284
16285 2015-02-22 Doug Evans <xdje42@gmail.com>
16286
16287 PR symtab/17855
16288 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16289 is read after symbols have been re-read.
16290 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16291 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16292
16293 2015-02-21 Doug Evans <dje@google.com>
16294
16295 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16296
16297 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16298
16299 PR corefiles/17808
16300 * gdb.arch/i386-biarch-core.core.bz2: New file.
16301 * gdb.arch/i386-biarch-core.exp: New file.
16302
16303 2015-02-21 Pedro Alves <palves@redhat.com>
16304
16305 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16306 runto_main fails.
16307
16308 2015-02-20 Pedro Alves <palves@redhat.com>
16309
16310 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16311 info probes.
16312
16313 2015-02-20 Pedro Alves <palves@redhat.com>
16314
16315 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16316
16317 2015-02-20 Pedro Alves <palves@redhat.com>
16318
16319 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16320 clean_restart before gdb_target_supports_trace.
16321
16322 2015-02-20 Pedro Alves <palves@redhat.com>
16323
16324 PR threads/18006
16325 * gdb.threads/clone-thread_db.c: New file.
16326 * gdb.threads/clone-thread_db.exp: New file.
16327
16328 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16329
16330 PR breakpoints/16812
16331 * gdb.base/catch-gdb-caused-signals.c: New file.
16332 * gdb.base/catch-gdb-caused-signals.exp: New file.
16333
16334 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16335
16336 * configure: Regenerated.
16337 * configure.ac: Use GDB_AC_TRANSFORM.
16338 * aclocal.m4: sinclude ../transform.m4.
16339
16340 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16341
16342 * lib/dtrace.exp: New file.
16343 * gdb.base/dtrace-probe.exp: Likewise.
16344 * gdb.base/dtrace-probe.d: Likewise.
16345 * gdb.base/dtrace-probe.c: Likewise.
16346 * lib/pdtrace.in: Likewise.
16347 * configure.ac: Output variables with the transformed names of
16348 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16349 * configure: Regenerated.
16350
16351 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16352
16353 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16354 expected message when trying to access $_probe_* convenience
16355 variables while not on a probe.
16356
16357 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16358
16359 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16360
16361 2015-02-11 Pedro Alves <pedro@codesourcery.com>
16362
16363 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16364 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16365
16366 2015-02-10 Doug Evans <xdje42@gmail.com>
16367
16368 * lib/gdb.exp (gdb_load): Always return a result.
16369
16370 2015-02-10 Pedro Alves <palves@redhat.com>
16371
16372 * gdb.threads/signal-sigtrap.c: New file.
16373 * gdb.threads/signal-sigtrap.exp: New file.
16374
16375 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16376
16377 * gdb.trace/no-attach-trace.c: New file.
16378 * gdb.trace/no-attach-trace.exp: New file.
16379
16380 2015-02-09 Mark Wielaard <mjw@redhat.com>
16381
16382 * gdb.dwarf2/atomic.c: New file.
16383 * gdb.dwarf2/atomic-type.exp: Likewise.
16384
16385 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16386
16387 * gdb.btrace/buffer-size.exp: Update "info record" output.
16388 * gdb.btrace/delta.exp: Update "info record" output.
16389 * gdb.btrace/enable.exp: Update "info record" output.
16390 * gdb.btrace/finish.exp: Update "info record" output.
16391 * gdb.btrace/instruction_history.exp: Update "info record" output.
16392 * gdb.btrace/next.exp: Update "info record" output.
16393 * gdb.btrace/nexti.exp: Update "info record" output.
16394 * gdb.btrace/step.exp: Update "info record" output.
16395 * gdb.btrace/stepi.exp: Update "info record" output.
16396 * gdb.btrace/nohist.exp: Update "info record" output.
16397
16398 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16399
16400 * gdb.btrace/buffer-size: New.
16401
16402 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16403
16404 * gdb.btrace/delta.exp: Update "info record" output.
16405 * gdb.btrace/enable.exp: Update "info record" output.
16406 * gdb.btrace/finish.exp: Update "info record" output.
16407 * gdb.btrace/instruction_history.exp: Update "info record" output.
16408 * gdb.btrace/next.exp: Update "info record" output.
16409 * gdb.btrace/nexti.exp: Update "info record" output.
16410 * gdb.btrace/step.exp: Update "info record" output.
16411 * gdb.btrace/stepi.exp: Update "info record" output.
16412 * gdb.btrace/nohist.exp: Update "info record" output.
16413
16414 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16415
16416 PR gdb/15678
16417 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16418
16419 2015-02-06 Pedro Alves <palves@redhat.com>
16420
16421 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16422 macro.
16423 (seconds_left, again): New globals.
16424 (main): Wait seconds_left in a 1-second sleep loop instead of
16425 sleeping 180 seconds. If 'again' is set, reset the seconds
16426 counter.
16427 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16428 'again' in the inferior before detaching. Print the seconds left.
16429 (options): New global.
16430 (top level): Build program with -DTIMEOUT=$timeout.
16431
16432 2015-02-06 Pedro Alves <palves@redhat.com>
16433
16434 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16435 determine how many seconds to pass to 'alarm'.
16436 * gdb.base/gdb-sigterm.exp (top level): Build program with
16437 -DTIMEOUT=$timeout.
16438 (do_test): Return success/failure indication. Add more verbose
16439 logging. Don't fail if 200 single steps are seen. Instead, fail
16440 when the test times out.
16441 (passes): New global.
16442 (top level): Break the testing loop if testing fails on any
16443 iteration. Use gdb_assert.
16444
16445 2015-02-04 Don Breazeal <donb@codesourcery.com>
16446
16447 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16448 and initialize them.
16449 (ipc_cleanup): New function.
16450 (main): Don't declare shmid, semid, and msqid. Add a call to
16451 atexit so that we call ipc_cleanup on exit.
16452
16453 2015-02-04 Pedro Alves <palves@redhat.com>
16454
16455 * boards/native-extended-gdbserver.exp: Remove any target variant
16456 specifications from the board name before clearing the isremote
16457 flag from board_info.
16458
16459 2015-01-31 Doug Evans <xdje42@gmail.com>
16460
16461 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16462
16463 2015-01-31 Gary Benson <gbenson@redhat.com>
16464
16465 * gdb.base/completion.exp: Disable completion limiting for
16466 existing tests. Add new tests to check completion limiting.
16467 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16468
16469 2015-01-31 Doug Evans <xdje42@gmail.com>
16470
16471 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16472
16473 2015-01-31 Doug Evans <xdje42@gmail.com>
16474
16475 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16476 entries. Duplicate file section script entries.
16477 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16478 inlined entries. Add test for safe-path rejection.
16479 * gdb.python/py-section-script.c: Add duplicate inlined section script
16480 entries. Duplicate file section script entries.
16481 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16482 inlined entries. Add test for safe-path rejection.
16483
16484 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16485
16486 * gdb.ada/disc_arr_bound: New testcase.
16487
16488 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16489
16490 * gdb.ada/mi_var_array: New testcase.
16491
16492 2015-01-27 Doug Evans <dje@google.com>
16493
16494 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16495 Add test for objfile.filename, objfile.username after objfile
16496 has been unloaded.
16497
16498 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16499
16500 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16501 the second test to print the name attribute of value
16502 returned by the call to gdb.lookup_type, and adjust
16503 the expected output accordingly.
16504
16505 2015-01-25 Mark Wielaard <mjw@redhat.com>
16506
16507 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16508 * gdb.base/disp-step-fork.c: Include unistd.h.
16509 * gdb.base/siginfo-obj.c: Include stdio.h.
16510 * gdb.base/siginfo-thread.c: Likewise.
16511 * gdb.mi/non-stop.c: Include unistd.h.
16512 * gdb.mi/nsthrexec.c: Include stdio.h.
16513 * gdb.mi/pthreads.c: Include unistd.h.
16514 * gdb.modula2/unbounded1.c (main): Declare returns int.
16515 * gdb.reverse/consecutive-reverse.c: Likewise.
16516 * gdb.threads/create-fail.c: Include unistd.h.
16517 * gdb.threads/killed.c: Likewise.
16518 * gdb.threads/linux-dp.c: Likewise.
16519 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16520 * gdb.threads/non-ldr-exc-2.c: Likewise.
16521 * gdb.threads/non-ldr-exc-3.c: Likewise.
16522 * gdb.threads/non-ldr-exc-4.c: Likewise.
16523 * gdb.threads/pthreads.c: Include unistd.h.
16524 (main): Declare returns int.
16525 * gdb.threads/tls-main.c (foo): New declaration.
16526 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16527
16528 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16529
16530 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16531 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16532
16533 2015-01-15 Mark Wielaard <mjw@redhat.com>
16534
16535 * gdb.base/noreturn-return.c: New file.
16536 * gdb.base/noreturn-return.exp: New file.
16537 * gdb.base/noreturn-finish.c: New file.
16538 * gdb.base/noreturn-finish.exp: New file.
16539
16540 2015-01-23 Pedro Alves <palves@redhat.com>
16541
16542 * gdb.threads/continue-pending-after-query.c: New file.
16543 * gdb.threads/continue-pending-after-query.exp: New file.
16544
16545 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16546 Simon Marchi <simon.marchi@ericsson.com>
16547
16548 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16549 * gdb.base/valgrind-db-attach.exp: Same.
16550 * gdb.base/valgrind-infcall.exp: Same.
16551 * lib/mi-support.exp (default_mi_gdb_start): Same.
16552 * lib/prompt.exp (default_prompt_gdb_start): Same.
16553 * lib/gdb.exp (default_gdb_spawn): Same.
16554 (gdb_interact): New.
16555
16556
16557 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16558
16559 * gdb.compile/compile.exp (pointer to jit function): New test.
16560
16561 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
16562
16563 * lib/gdb.exp (supports_process_record): Return true for
16564 powerpc*-*-linux*.
16565 (supports_reverse): Likewise.
16566
16567 2015-01-15 Don Breazeal <donb@codesourcery.com>
16568
16569 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16570 instead of checking whether the target board is remote and
16571 use spawn_wait_for_attach instead of exec/sleep.
16572 * gdb.base/attach-twice.exp: Likewise.
16573
16574 2015-01-15 Joel Brobecker <brobecker@adacore.com>
16575
16576 * gdb.ada/var_arr_attrs: New testcase.
16577
16578 2015-01-14 Pedro Alves <palves@redhat.com>
16579 Joel Brobecker <brobecker@adacore.com>
16580
16581 PR gdb/17525
16582 * gdb.base/bp-cmds-execution-x-script.c: New file.
16583 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16584 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16585
16586 2015-01-14 Pedro Alves <palves@redhat.com>
16587
16588 PR cli/17828
16589 * gdb.base/batch-preserve-term-settings.c: New file.
16590 * gdb.base/batch-preserve-term-settings.exp: New file.
16591
16592 2015-01-13 Doug Evans <dje@google.com>
16593
16594 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16595 binary.
16596
16597 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16598
16599 * Makefile.in (clean mostlyclean): Do not delete *.py.
16600
16601 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16602
16603 * gdb.python/py-lookup-type.exp: New file.
16604
16605 2015-01-12 Pedro Alves <palves@redhat.com>
16606
16607 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16608 restore GDBFLAGS before returning.
16609
16610 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16611
16612 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16613 is_amd64_regs_target and is_x86_like_target.
16614
16615 2015-01-11 Doug Evans <xdje42@gmail.com>
16616
16617 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16618 is given without an explicit form.
16619 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16620 attributes.
16621 * gdb.dwarf/corrupt.exp: Ditto.
16622 * gdb.dwarf2/enum-type.exp: Ditto.
16623 * gdb.trace/entry-values.exp: Ditto.
16624 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16625
16626 2015-01-11 Doug Evans <xdje42@gmail.com>
16627
16628 PR gdb/15830
16629 * gdb.base/maint.exp: Remove references to "maint demangle".
16630 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16631 Add tests for explicitly specifying language to demangle.
16632 * gdb.dlang/demangle.exp: Ditto.
16633
16634 2015-01-09 Pedro Alves <palves@redhat.com>
16635
16636 * gdb.threads/non-stop-fair-events.c: New file.
16637 * gdb.threads/non-stop-fair-events.exp: New file.
16638
16639 2015-01-09 Pedro Alves <palves@redhat.com>
16640
16641 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16642 the global scope. Set a breakpoint after all threads are started
16643 rather than stepping over two source lines. Expect the prompt.
16644 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16645 global.
16646 (NUM): Now 15.
16647 (main): Use threads_started_barrier to wait for all threads to
16648 start. Main thread no longer calls thread_function. Exit after
16649 180 seconds.
16650 (loop): New function.
16651 (thread_function): Wait on threads_started_barrier barrier. Call
16652 'loop' at each iteration.
16653 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16654 threads have started, instead of hardcoding number of "next"
16655 steps. Use an access watchpoint instead of a write watchpoint.
16656
16657 2015-01-09 Pedro Alves <palves@redhat.com>
16658
16659 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16660 (thread_func): Wait on barrier.
16661 (main): Wait for all threads to start before stopping GDB.
16662 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16663 global.
16664 (thread1_func, thread2_func): Wait on barrier.
16665 (main): Wait for all threads to start before stopping GDB.
16666 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16667 New global.
16668 (thread1_func, thread2_func): Wait on barrier.
16669 (main): Wait for all threads to start before stopping GDB.
16670
16671 2015-01-09 Pedro Alves <palves@redhat.com>
16672
16673 * gdb.threads/attach-many-short-lived-threads.c: New file.
16674 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16675
16676 2014-01-09 Pedro Alves <palves@redhat.com>
16677
16678 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16679 instead of to thread 2.
16680 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16681 Add barrier around each pthread_create call instead of around all
16682 calls.
16683 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16684 Set a break on thread_function and have the child threads hit it
16685 one at at a time.
16686
16687 2015-01-09 Pedro Alves <palves@redhat.com>
16688
16689 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16690 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16691 false.
16692 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16693 checking whether the target board is remote.
16694 * gdb.multi/multi-attach.exp: Likewise.
16695 * gdb.python/py-sync-interp.exp: Likewise.
16696 * gdb.server/ext-attach.exp: Likewise.
16697 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16698 tests that need to attach, instead of checking whether the target
16699 board is remote at the top of the file.
16700
16701 2015-01-08 Yao Qi <yao@codesourcery.com>
16702
16703 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16704
16705 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16706
16707 Fix testcase compilation.
16708 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16709
16710 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16711
16712 * gdb.python/py-type.exp: Add a couple test about empty
16713 array creation, and negative-length array creation.
16714
16715 2015-01-02 Doug Evans <xdje42@gmail.com>
16716
16717 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16718
16719 2015-01-02 Doug Evans <dje@google.com>
16720
16721 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16722
16723 2014-12-29 Yao Qi <yao@codesourcery.com>
16724
16725 * gdb.trace/entry-values.exp: Update comments. Rename variable
16726 bar_call_foo to returned_from_foo.
16727
16728 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16729
16730 PR gdb/17394
16731 * gdb.linespec/break-asm-file.c: New file.
16732 * gdb.linespec/break-asm-file.exp: New file.
16733 * gdb.linespec/break-asm-file0.s: New file.
16734 * gdb.linespec/break-asm-file1.s: New file.
16735
16736 2014-12-18 Nigel Stephens <nigel@mips.com>
16737 Maciej W. Rozycki <macro@codesourcery.com>
16738
16739 * gdb.base/float.exp: Handle the new output from "info float" on
16740 MIPS targets.
16741
16742 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16743
16744 Fix MinGW compilation.
16745 * gdb.compile/compile-ops.exp: Update untested message if
16746 !skip_compile_feature_tests.
16747 * gdb.compile/compile-setjmp.exp: Likewise.
16748 * gdb.compile/compile-tls.exp: Likewise.
16749 * gdb.compile/compile.exp: Likewise.
16750 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16751 supported on this host".
16752
16753 2014-12-16 Doug Evans <xdje42@gmail.com>
16754
16755 * boards/stabs.exp: New file.
16756
16757 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16758
16759 * gdb.base/completion.exp: Adjust to format changes of "maint
16760 print user-registers".
16761
16762 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16763
16764 PR server/17457
16765 * gdb.arch/aarch64-fp.c: New file.
16766 * gdb.arch/aarch64-fp.exp: New file.
16767
16768 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16769
16770 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16771 r210637, r210913, r211666, r215400, r215817).
16772
16773 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16774 * dg-extract-results.py: New file.
16775 * dg-extract-results.sh: Use it if the environment seems
16776 suitable.
16777
16778 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16779
16780 * dg-extract-results.py (parse_run): Handle warnings that
16781 are printed before a test harness is run.
16782
16783 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16784
16785 * dg-extract-results.py (Named): Remove __cmp__ method.
16786 (output_variation): Use a key to sort variation.harnesses.
16787
16788 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16789
16790 * dg-extract-results.py: For Python 3, force sys.stdout to
16791 handle surrogate escape sequences.
16792 (safe_open): New function.
16793 (output_segment, main): Use it.
16794
16795 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16796
16797 * dg-extract-results.py (Prog.result_re): Include options
16798 in test name.
16799
16800 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16801
16802 * dg-extract-results.py (output_variation): Always sort if
16803 do_sum.
16804
16805 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16806
16807 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16808 as long as we get pagination notifications.
16809
16810 2014-12-15 Jason Merrill <jason@redhat.com>
16811
16812 * Makefile.in (check-gdb.%): Restore.
16813 * README: Mention it.
16814
16815 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16816
16817 * gdb.ada/str_uninit: New testcase.
16818
16819 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16820
16821 PR symtab/17642
16822 * gdb.base/vla-stub-define.c: New file.
16823 * gdb.base/vla-stub.c: New file.
16824 * gdb.base/vla-stub.exp: New file.
16825
16826 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16827 Jan Kratochvil <jan.kratochvil@redhat.com>
16828 Tom Tromey <tromey@redhat.com>
16829
16830 * configure.ac: Add gdb.compile/.
16831 * configure: Regenerate.
16832 * gdb.compile/Makefile.in: New file.
16833 * gdb.compile/compile-ops.exp: New file.
16834 * gdb.compile/compile-ops.c: New file.
16835 * gdb.compile/compile-tls.c: New file.
16836 * gdb.compile/compile-tls.exp: New file.
16837 * gdb.compile/compile-constvar.S: New file.
16838 * gdb.compile/compile-constvar.c: New file.
16839 * gdb.compile/compile-mod.c: New file.
16840 * gdb.compile/compile-nodebug.c: New file.
16841 * gdb.compile/compile-setjmp-mod.c: New file.
16842 * gdb.compile/compile-setjmp.c: New file.
16843 * gdb.compile/compile-setjmp.exp: New file.
16844 * gdb.compile/compile-shlib.c: New file.
16845 * gdb.compile/compile.c: New file.
16846 * gdb.compile/compile.exp: New file.
16847 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16848
16849 2014-12-12 Tom Tromey <tromey@redhat.com>
16850
16851 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16852 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16853
16854 2014-12-12 Doug Evans <dje@google.com>
16855
16856 * lib/gdb-python.exp (get_python_valueof): New function.
16857 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16858
16859 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16860
16861 * gdb.base/completion.exp: Add test for completion of "info
16862 registers ".
16863
16864 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16865
16866 * gdb.base/func-ptrs.c: New file.
16867 * gdb.base/func-ptrs.exp: New file.
16868
16869 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16870
16871 PR breakpoints/17012
16872 * gdb.base/dprintf-detach.c: New file.
16873 * gdb.base/dprintf-detach.exp: New file.
16874
16875 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16876
16877 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16878 * lib/gdb.exp (target_is_gdbserver): New procedure.
16879
16880 2014-12-08 Doug Evans <dje@google.com>
16881
16882 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16883
16884 2014-12-05 Yao Qi <yao@codesourcery.com>
16885
16886 * gdb.guile/scm-error.exp: Remove the third argument to
16887 gdb_remote_download.
16888 * gdb.guile/scm-frame-args.exp: Likewise.
16889 * gdb.guile/scm-section-script.exp: Likewise.
16890
16891 2014-12-05 Yao Qi <yao@codesourcery.com>
16892
16893 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16894
16895 2014-12-04 Doug Evans <dje@google.com>
16896
16897 * gdb.python/py-objfile.exp: Add tests for
16898 objfile.add_separate_debug_file.
16899
16900 2014-12-04 Doug Evans <dje@google.com>
16901
16902 * lib/gdb.exp (get_build_id): New function.
16903 (build_id_debug_filename_get): Rewrite to use it.
16904 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16905
16906 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16907
16908 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16909 `method(long)', not just 0x0.
16910 * gdb.cp/nsalias.exp: Align code labels to 4.
16911 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16912 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16913 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16914 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16915 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16916 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16917
16918 2014-12-02 Doug Evans <dje@google.com>
16919
16920 PR symtab/17602
16921 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16922 * gdb.cp/anon-ns2.cc: ... here. New file.
16923 * gdb.cp/anon-ns.exp: Update.
16924
16925 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
16926
16927 * gdb.python/py-events.py (inferior_call_handler): New.
16928 (register_changed_handler, memory_changed_handler): New.
16929 (test_events.invoke): Register new handlers.
16930 * gdb.python/py-events.exp: Add tests for inferior call,
16931 memory_changed and register_changed events.
16932
16933 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16934
16935 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16936 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16937 if the linker doesn't understand this.
16938
16939 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16940
16941 * gdb.python/python.exp: Change expected reply to help().
16942
16943 2014-12-01 Yao Qi <yao@codesourcery.com>
16944
16945 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16946 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16947 * configure: Re-generated.
16948
16949 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16950
16951 * gdb.cp/chained-calls.cc: New file.
16952 * gdb.cp/chained-calls.exp: New file.
16953 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16954
16955 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16956
16957 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16958 * gdb.dwarf2/symtab-producer.exp: Same.
16959 * gdb.gdb/python-interrupts.exp: Same.
16960 * gdb.gdb/python-selftest.exp: Same.
16961 * gdb.python/py-linetable.exp: Same.
16962 * gdb.python/py-type.exp: Same.
16963 * gdb.python/py-value-cc.exp: Same.
16964 * gdb.python/py-value.exp: Same.
16965
16966 2014-11-28 Yao Qi <yao@codesourcery.com>
16967
16968 * gdb.base/break-probes.exp: Match library name prefixed with
16969 sysroot.
16970
16971 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16972
16973 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16974 test expected output. Add parentheses for the call to print.
16975 Remove L suffix from integers.
16976
16977 2014-11-26 Doug Evans <dje@google.com>
16978
16979 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16980
16981 2014-11-22 Yao Qi <yao@codesourcery.com>
16982
16983 * gdb.trace/entry-values.c: Remove asms.
16984 (foo): Add foo_label.
16985 (bar): Add bar_label.
16986 * gdb.trace/entry-values.exp: Remove code computing foo's
16987 length and bar's length.
16988 (Dwarf::assemble): Invoke function_range for bar and use
16989 MACRO_AT_func for foo.
16990
16991 2014-11-22 Yao Qi <yao@codesourcery.com>
16992
16993 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16994 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16995 Use .Lgcc43_procstart instead of gcc43.
16996
16997 2014-11-21 Joel Brobecker <brobecker@adacore.com>
16998
16999 * gdb.ada/n_arr_bound: New testcase.
17000
17001 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17002
17003 PR breakpoints/10737
17004 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17005 test_catch_syscall_multi_arch.
17006 (test_catch_syscall_multi_arch): New function.
17007
17008 2014-11-20 Doug Evans <xdje42@gmail.com>
17009
17010 * gdb.base/maint.exp: Update expected output.
17011
17012 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17013
17014 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17015 4-byte instruction on S390.
17016
17017 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17018
17019 * gdb.ada/arr_arr: New testcase.
17020
17021 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17022
17023 * gdb.ada/pkd_arr_elem: New Testcase.
17024
17025 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
17026
17027 * gdb.reverse/break-precsave: Expect completion message for
17028 core file reads.
17029 * gdb.reverse/consecutive-precsave.exp: Likewise.
17030 * gdb.reverse/finish-precsave.exp: Likewise.
17031 * gdb.reverse/i386-precsave.exp: Likewise.
17032 * gdb.reverse/machinestate-precsave.exp: Likewise.
17033 * gdb.reverse/sigall-precsave.exp: Likewise.
17034 * gdb.reverse/solib-precsave.exp: Likewise.
17035 * gdb.reverse/step-precsave.exp: Likewise.
17036 * gdb.reverse/until-precsave.exp: Likewise.
17037 * gdb.reverse/watch-precsave.exp: Likewise.
17038
17039 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17040
17041 * gdb.base/bp-permanent.c: Include unistd.h.
17042 * gdb.python/py-framefilter-mi.c (main): Add return type.
17043 * gdb.python/py-framefilter.c (main): Likewise.
17044 * gdb.trace/actions-changed.c (main): Likewise.
17045
17046 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17047
17048 * gdb.mi/until.c: Add eye-catchers.
17049 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17050 line numbers.
17051
17052 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17053
17054 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17055 function header variants in break1.c.
17056 * gdb.base/ena-dis-br.exp: Likewise.
17057 * gdb.base/hbreak2.exp: Likewise.
17058 * gdb.reverse/until-precsave.exp: Drop references to removed
17059 non-prototype function header variants in ur1.c.
17060 * gdb.reverse/until-reverse.exp: Likewise.
17061
17062 2014-11-17 Petr Machata <pmachata@redhat.com>
17063
17064 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17065 ${_cu_offset_size} bytes abbrev offset.
17066
17067 2014-11-15 Doug Evans <xdje42@gmail.com>
17068
17069 PR symtab/17559
17070 * gdb.base/line-symtabs.exp: New file.
17071 * gdb.base/line-symtabs.c: New file.
17072 * gdb.base/line-symtabs.h: New file.
17073
17074 2014-11-14 Yao Qi <yao@codesourcery.com>
17075
17076 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17077 (func): Add label func_label.
17078 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17079 Replace low_pc and high_pc with MACRO_AT_range.
17080 Replace name, low_pc and high_pc with MACRO_AT_func.
17081
17082 2014-11-14 Yao Qi <yao@codesourcery.com>
17083
17084 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17085 Replace name, low_pc and high_pc with MACRO_AT_func.
17086
17087 2014-11-14 Yao Qi <yao@codesourcery.com>
17088
17089 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17090 produce debug information.
17091 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17092
17093 2014-11-14 Yao Qi <yao@codesourcery.com>
17094
17095 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17096 object and get function length.
17097 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17098 with MACRO_AT_func.
17099 (top-level): Replace gdb_compile and clean_restart with
17100 prepare_for_testing.
17101 * gdb.dwarf2/main.c (main): Add label main_label.
17102
17103 2014-11-14 Yao Qi <yao@codesourcery.com>
17104
17105 * lib/dwarf.exp (function_range): New procedure.
17106 (Dwarf::_handle_macro_at_func): New procedure.
17107 (Dwarf::_handle_macro_at_range): New procedure.
17108 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17109
17110 2014-11-14 Yao Qi <yao@codesourcery.com>
17111
17112 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17113 (_handle_attribute): New procedure.
17114
17115 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17116
17117 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17118 * gdb.base/call-sc.c (zed): Likewise.
17119 * gdb.base/checkpoint.c (main): Likewise.
17120 * gdb.base/dump.c (main): Likewise.
17121 * gdb.base/gcore.c (main): Likewise.
17122 * gdb.base/huge.c (main): Likewise.
17123 * gdb.base/multi-forks.c (main): Likewise.
17124 * gdb.base/pr10179-a.c (main): Likewise.
17125 * gdb.base/savedregs.c (main): Likewise.
17126 * gdb.base/sigaltstack.c (main): Likewise.
17127 * gdb.base/siginfo.c (main): Likewise.
17128 * gdb.base/structs.c (zed): Likewise.
17129 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17130 * gdb.mi/mi-syn-frame.c (main): Likewise.
17131 * gdb.mi/until.c (foo, main): Likewise.
17132 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17133 * gdb.base/solib-weak.c (foo): Declare.
17134 * gdb.base/attach-twice.c: Include stdio.h.
17135 * gdb.base/weaklib1.c: Likewise.
17136 * gdb.base/weaklib2.c: Likewise.
17137 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17138 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17139 unistd.h.
17140 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17141 * gdb.mi/mi-exit-code.c: Likewise.
17142 * gdb.base/break-interp-lib.c: Include string.h.
17143 * gdb.base/coremaker.c: Likewise.
17144 * gdb.base/testenv.c: Likewise.
17145 * gdb.python/py-finish-breakpoint.c: Likewise.
17146 * gdb.base/inferior-died.c: Include sys/wait.h.
17147 * gdb.base/fileio.c: Include time.h.
17148 * gdb.base/async-shell.c: Include unistd.h.
17149 * gdb.base/dprintf-non-stop.c: Likewise.
17150 * gdb.base/info-os.c: Likewise.
17151 * gdb.mi/mi-console.c: Likewise.
17152 * gdb.mi/watch-nonstop.c: Likewise.
17153 * gdb.python/py-events.c: Likewise.
17154 * gdb.base/async.c (baz): Move up before its invocation.
17155 * gdb.base/code_elim2.c (my_global_func): Likewise.
17156 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17157 * gdb.base/advance.c (func2): Likewise.
17158
17159 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17160
17161 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17162 variant.
17163 * gdb.base/annota3.c: Likewise.
17164 * gdb.base/async.c: Likewise.
17165 * gdb.base/average.c: Likewise.
17166 * gdb.base/call-ar-st.c: Likewise.
17167 * gdb.base/call-rt-st.c: Likewise.
17168 * gdb.base/call-sc.c: Likewise.
17169 * gdb.base/call-strs.c: Likewise.
17170 * gdb.base/ending-run.c: Likewise.
17171 * gdb.base/execd-prog.c: Likewise.
17172 * gdb.base/exprs.c: Likewise.
17173 * gdb.base/foll-exec.c: Likewise.
17174 * gdb.base/foll-fork.c: Likewise.
17175 * gdb.base/foll-vfork.c: Likewise.
17176 * gdb.base/funcargs.c: Likewise.
17177 * gdb.base/gcore.c: Likewise.
17178 * gdb.base/jump.c: Likewise.
17179 * gdb.base/langs0.c: Likewise.
17180 * gdb.base/langs1.c: Likewise.
17181 * gdb.base/langs2.c: Likewise.
17182 * gdb.base/mips_pro.c: Likewise.
17183 * gdb.base/nodebug.c: Likewise.
17184 * gdb.base/opaque0.c: Likewise.
17185 * gdb.base/opaque1.c: Likewise.
17186 * gdb.base/recurse.c: Likewise.
17187 * gdb.base/run.c: Likewise.
17188 * gdb.base/scope0.c: Likewise.
17189 * gdb.base/scope1.c: Likewise.
17190 * gdb.base/setshow.c: Likewise.
17191 * gdb.base/setvar.c: Likewise.
17192 * gdb.base/shmain.c: Likewise.
17193 * gdb.base/shr1.c: Likewise.
17194 * gdb.base/shr2.c: Likewise.
17195 * gdb.base/sigall.c: Likewise.
17196 * gdb.base/signals.c: Likewise.
17197 * gdb.base/so-indr-cl.c: Likewise.
17198 * gdb.base/solib2.c: Likewise.
17199 * gdb.base/structs.c: Likewise.
17200 * gdb.base/sum.c: Likewise.
17201 * gdb.base/vforked-prog.c: Likewise.
17202 * gdb.base/watchpoint.c: Likewise.
17203 * gdb.reverse/shr2.c: Likewise.
17204 * gdb.reverse/until-reverse.c: Likewise.
17205 * gdb.reverse/ur1.c: Likewise.
17206 * gdb.reverse/watch-reverse.c: Likewise.
17207
17208 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17209
17210 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17211 variant.
17212 * gdb.base/sepdebug.exp: Drop references to removed code.
17213
17214 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17215
17216 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17217 variant. Preserve original line numbering.
17218 * gdb.base/list1.c: Likewise.
17219
17220 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17221
17222 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17223 variant.
17224 * gdb.base/break1.c: Likewise.
17225 * gdb.base/break.exp: Drop references to removed code.
17226
17227 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17228
17229 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17230 variant.
17231
17232 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17233
17234 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17235
17236 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17237
17238 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17239 logic into perform_all_tests() and invoke it with and without
17240 function header prototypes.
17241 (do_function_calls): Remove conditional XFAIL for PR 5318.
17242 (rerun_and_prepare): Remove duplicate code.
17243 (perform_all_tests): New. Main logic moved here.
17244
17245 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17246
17247 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17248 code guarded by #ifdef NO_PROTOTYPES.
17249 (t_double_many_args): Likewise.
17250 (DEF_FUNC_MANY_ARGS_1): Likewise.
17251 (DEF_FUNC_VALUES_1): Likewise.
17252 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17253 guarded by #ifdef PROTOTYPES.
17254
17255 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17256
17257 * gdb.mi/mi-console.c: Add eye-catcher.
17258 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17259 instead of literal line number.
17260
17261 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17262
17263 * gdb.base/shr2.c: Add eye-catcher.
17264 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17265 line number.
17266
17267 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17268
17269 * gdb.base/jump.c: Add eye-catchers.
17270 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17271 numbers.
17272
17273 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17274
17275 * gdb.base/execd-prog.c: Add eye-catchers.
17276 * gdb.base/foll-exec.c: Likewise.
17277 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17278 line numbers.
17279
17280 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17281
17282 * gdb.base/ending-run.c: Add eye-catchers.
17283 * gdb.base/ending-run.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-rt-st.c: Add eye-catchers.
17289 * gdb.base/call-rt-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/call-ar-st.c: Add eye-catchers.
17295 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17296 literal line numbers.
17297
17298 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17299
17300 * gdb.base/average.c: Add eye-catchers.
17301 * gdb.base/sum.c: Likewise.
17302 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17303 regexps dynamically.
17304
17305 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17306
17307 * gdb.base/solib1.c: Add eye-catchers.
17308 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17309 literal line numbers.
17310
17311 2014-11-12 Pedro Alves <palves@redhat.com>
17312
17313 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17314 leader has exited.
17315
17316 2014-11-12 Pedro Alves <palves@redhat.com>
17317
17318 * gdb.arch/i386-bp_permanent.c: New file.
17319 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17320 (srcfile): Set to i386-bp_permanent.c.
17321 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17322 that stepi does not execute the 'leave' instruction, instead of
17323 testing it does execute.
17324 * gdb.base/bp-permanent.c: New file.
17325 * gdb.base/bp-permanent.exp: New file.
17326
17327 2014-11-10 Doug Evans <xdje42@gmail.com>
17328
17329 PR symtab/17564
17330 * gdb.base/symtab-search-order.exp: New file.
17331 * gdb.base/symtab-search-order.c: New file.
17332 * gdb.base/symtab-search-order-1.c: New file.
17333 * gdb.base/symtab-search-order-shlib-1.c: New file.
17334
17335 2014-11-07 Pedro Alves <palves@redhat.com>
17336
17337 PR gdb/17511
17338 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17339 i?86-*-linux*.
17340
17341 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17342
17343 PR c++/17494
17344 * gdb.cp/pr17494.cc: New file.
17345 * gdb.cp/pr17494.exp: New file.
17346
17347 2014-11-02 Yao Qi <yao@codesourcery.com>
17348
17349 * gdb.python/python.exp: Get working directory and match the
17350 output of "set extended-prompt \\w " with it.
17351
17352 2014-10-30 Doug Evans <dje@google.com>
17353
17354 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17355 in objfiles.
17356 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17357 in progspaces.
17358
17359 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
17360
17361 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17362 * gdb.base/realname-expand.exp: Likewise.
17363 * gdb.linespec/macro-relative.exp: Likewise.
17364
17365 2014-10-29 Pedro Alves <palves@redhat.com>
17366
17367 PR gdb/17408
17368 * gdb.threads/schedlock.c (some_function): New function.
17369 (call_function): New global.
17370 (MAYBE_CALL_SOME_FUNCTION): New macro.
17371 (thread_function): Call it.
17372 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17373 and use it instead of a global counter. Adjust all callers.
17374 (get_current_thread): Use "find current thread" for test message
17375 here rather than having all callers pass down the same string.
17376 (goto_loop): New procedure, factored out from ...
17377 (my_continue): ... this.
17378 (step_ten_loops): Change parameter from test message to command to
17379 use. Adjust.
17380 (list_count): Delete global.
17381 (check_result): New procedure, factored out from duplicate top
17382 level code.
17383 (continue tests): Wrap in with_test_prefix.
17384 (test_step): New procedure, factored out from duplicate top level
17385 code.
17386 (top level): Test "step" in combination with all scheduler-locking
17387 modes. Test "next" in combination with all scheduler-locking
17388 modes, and in combination with stepping over a function call or
17389 not.
17390 * gdb.threads/next-bp-other-thread.c: New file.
17391 * gdb.threads/next-bp-other-thread.exp: New file.
17392
17393 2014-10-29 Pedro Alves <palves@redhat.com>
17394
17395 PR python/17372
17396 * gdb.python/python.exp: Test a multi-line command that spawns
17397 interactive Python.
17398 * gdb.base/multi-line-starts-subshell.exp: New file.
17399
17400 2014-10-29 Yao Qi <yao@codesourcery.com>
17401
17402 * gdb.base/fileio.exp: Make directories on host.
17403
17404 2014-10-29 Yao Qi <yao@codesourcery.com>
17405
17406 * gdb.base/fileio.c (test_write): Close the file.
17407
17408 2014-10-28 Pedro Alves <palves@redhat.com>
17409
17410 PR gdb/12623
17411 * gdb.base/sigstep.c (no_handler): New global.
17412 (main): If 'no_handler is true, set the signal handlers to
17413 SIG_IGN.
17414 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17415 with_sw_watch and no_handler parameters. Handle them.
17416 (top level) <stepping over handler when stopped at a breakpoint
17417 test>: Add a test axis for testing with a software watchpoint, and
17418 another for testing with the signal handler set to SIG_IGN.
17419 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17420 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17421
17422 2014-10-28 Pedro Alves <palves@redhat.com>
17423
17424 PR gdb/17511
17425 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17426 * gdb.base/sigstep.exp (other_handler_location): New global.
17427 (advance): Support stepping into the signal handler, and running
17428 commands while in the handler.
17429 (in_handler_map): New global.
17430 (top level): In the advance test, add combinations for getting
17431 into the handler with stepping commands, and for running commands
17432 in the handler. Add comment descripting the advancei tests.
17433
17434 2014-10-28 Pedro Alves <palves@redhat.com>
17435
17436 * gdb.base/sigstep.exp: Use build_executable instead of
17437 prepare_for_testing.
17438 (top level): Move code that starts GDB, runs to main and creates a
17439 display to ...
17440 (restart): ... this new procedure.
17441 (top level): Move backtrace from signal handler test to ...
17442 (validate_backtrace): ... this new procedure.
17443 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17444 with_test_prefix. Always restart GDB.
17445 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17446 with_test_prefix. Always restart GDB. No need to delete
17447 breakpoints after the test.
17448 (test_skip_handler): Remove prefix parameter.
17449 (skip_over_handler, breakpoint_to_handler)
17450 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17451 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17452 restart GDB. No need to delete breakpoints after the test.
17453 (top level): Use foreach to call the test procedures with
17454 different commands.
17455
17456 2014-10-28 Pedro Alves <palves@redhat.com>
17457
17458 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17459 instead of GNATS numbers.
17460 * gdb.base/sigbpt.exp: Likewise.
17461 * gdb.base/siginfo.exp: Likewise.
17462 * gdb.base/sigstep.exp: Likewise.
17463
17464 2014-10-27 Pedro Alves <palves@redhat.com>
17465
17466 * gdb.base/sigstep.c (dummy): New global.
17467 (main): Issue a couple writes to the new global.
17468 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17469 procedures.
17470 (skip_over_handler): Use test_skip_handler.
17471 (top level): Call skip_over_handler for stepi and nexti too.
17472 (breakpoint_over_handler): Use test_skip_handler.
17473 (top level): Call breakpoint_over_handler for stepi and nexti too.
17474
17475 2014-10-27 Yao Qi <yao@codesourcery.com>
17476
17477 * gdb.trace/tfile.c (adjust_function_address)
17478 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17479 function descriptor.
17480
17481 2014-10-24 Don Breazeal <donb@codesourcery.com>
17482
17483 * gdb.base/foll-fork.exp (test_follow_fork,
17484 catch_fork_child_follow): Check for updated fork messages emitted
17485 from infrun.c.
17486 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17487 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17488 vfork_and_exec_child_follow_through_step): Check for updated vfork
17489 messages emitted from infrun.c.
17490
17491 2014-10-24 Pedro Alves <palves@redhat.com>
17492
17493 * gdb.base/corefile.exp: Remove references to ultrix.
17494 * gdb.base/interrupt.exp: Likewise.
17495 * gdb.base/whatis.exp: Likewise.
17496 * gdb.gdb/selftest.exp: Likewise.
17497 * gdb.threads/manythreads.exp: Likewise.
17498 * gdb.threads/print-threads.exp: Likewise.
17499 * gdb.threads/pthreads.exp:: Likewise.
17500 * gdb.threads/schedlock.exp: Likewise.
17501
17502 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17503
17504 * gdb.cp/non-trivial-retval.cc: Add a test case.
17505 * gdb.cp/non-trivial-retval.exp: Add a test.
17506
17507 2014-10-20 Yao Qi <yao@codesourcery.com>
17508
17509 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17510 * gdb.python/py-objfile-script-gdb.py: New file.
17511 * gdb.python/py-objfile-script.exp: Update reference to
17512 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17513 of remote_download. Remove the dest file.
17514
17515 2014-10-20 Yao Qi <yao@codesourcery.com>
17516
17517 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17518 * gdb.base/step-line.exp: Likewise.
17519 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17520 * gdb.dwarf2/dw2-basic.exp: Likewise.
17521 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17522 * gdb.dwarf2/dw2-filename.exp: Likewise.
17523 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17524 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17525 * gdb.dwarf2/dw2-producer.exp: Likewise.
17526 * gdb.dwarf2/mac-fileno.exp: Likewise.
17527 * gdb.python/py-frame-args.exp: Likewise.
17528 * gdb.python/py-framefilter.exp: Likewise.
17529 * gdb.python/py-mi.exp: Likewise.
17530 * gdb.python/py-objfile-script.exp: Likewise
17531 * gdb.python/py-pp-integral.exp: Likewise.
17532 * gdb.python/py-pp-re-notag.exp: Likewise.
17533 * gdb.python/py-prettyprint.exp: Likewise.
17534 * gdb.python/py-section-script.exp: Likewise.
17535 * gdb.python/py-typeprint.exp: Likewise.
17536 * gdb.python/py-xmethods.exp: Likewise.
17537 * gdb.stabs/weird.exp: Likewise.
17538 * gdb.xml/tdesc-regs.exp: Likewise.
17539
17540 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17541
17542 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17543 (out_cu): Use addr_len for the size of addresses.
17544 (out_line): Likewise. Size DW_LNE_set_address instruction
17545 according to addr_len.
17546 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17547 (FUNC): Add START_INSNS to definition.
17548
17549 2014-10-18 Yao Qi <yao@codesourcery.com>
17550
17551 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17552 gdb_has_argv0 return true.
17553 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17554 check [target_info exists noargs], check [gdb_has_argv0]
17555 instead.
17556 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17557 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17558 procedures.
17559
17560 2014-10-17 Doug Evans <dje@google.com>
17561
17562 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17563 event.
17564 * gdb.python/py-events.py: Add clear_objfiles event.
17565
17566 2014-10-17 Doug Evans <dje@google.com>
17567
17568 * gdb.python/py-objfile.exp: Test progspace attribute.
17569
17570 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
17571
17572 * gdb.guile/scm-breakpoint.exp: Do not assume any
17573 directory separators when matching source file paths.
17574 * gdb.python/py-breakpoint.exp: Likewise.
17575 * gdb.reverse/break-precsave.exp: Likewise.
17576 * gdb.reverse/break-reverse.exp: Likewise.
17577 * gdb.reverse/consecutive-precsave.exp: Likewise.
17578 * gdb.reverse/finish-precsave.exp: Likewise.
17579 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17580 * gdb.reverse/finish-reverse.exp: Likewise.
17581 * gdb.reverse/i386-precsave.exp: Likewise.
17582 * gdb.reverse/i387-env-reverse.exp: Likewise.
17583 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17584 * gdb.reverse/machinestate-precsave.exp: Likewise.
17585 * gdb.reverse/machinestate.exp: Likewise.
17586 * gdb.reverse/sigall-precsave.exp: Likewise.
17587 * gdb.reverse/solib-precsave.exp: Likewise.
17588 * gdb.reverse/step-precsave.exp: Likewise.
17589 * gdb.reverse/until-precsave.exp: Likewise.
17590 * gdb.reverse/watch-precsave.exp: Likewise.
17591 * gdb.reverse/watch-reverse.exp: Likewise.
17592
17593 2014-10-17 Yao Qi <yao@codesourcery.com>
17594
17595 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17596 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17597
17598 2014-10-17 Pedro Alves <palves@redhat.com>
17599
17600 PR gdb/17471
17601 * gdb.base/bg-execution-repeat.c: New file.
17602 * gdb.base/bg-execution-repeat.exp: New file.
17603
17604 2014-10-17 Pedro Alves <palves@redhat.com>
17605
17606 PR gdb/17300
17607 * gdb.base/continue-all-already-running.c: New file.
17608 * gdb.base/continue-all-already-running.exp: New file.
17609
17610 2014-10-17 Pedro Alves <palves@redhat.com>
17611
17612 PR gdb/17472
17613 * gdb.base/annota-input-while-running.c: New file.
17614 * gdb.base/annota-input-while-running.exp: New file.
17615
17616 2014-10-17 Pedro Alves <palves@redhat.com>
17617
17618 * gdb.base/callfuncs.exp: emove references to osf.
17619 * gdb.base/sigall.exp: Likewise.
17620 * gdb.gdb/selftest.exp: Likewise.
17621 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17622 * gdb.mi/non-stop.c: Likewise.
17623 * gdb.mi/pthreads.c: Likewise.
17624 * gdb.reverse/sigall-precsave.exp: Likewise.
17625 * gdb.reverse/sigall-reverse.exp: Likewise.
17626 * gdb.threads/pthreads.c: Likewise.
17627 * gdb.threads/pthreads.exp: Likewise.
17628
17629 2014-10-17 Yao Qi <yao@codesourcery.com>
17630
17631 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17632 check 'target_info exists noargs'.
17633 (test_command_prompt_position): Likewise.
17634 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17635 Remove "set args".
17636 (progvar_simple_while_test): Likewise.
17637 (progvar_complex_if_while_test): Likewise.
17638 (if_while_breakpoint_command_test): Likewise.
17639 (infrun_breakpoint_command_test): Likewise.
17640 (breakpoint_command_test): Likewise.
17641 (watchpoint_command_test): Likewise.
17642 (bp_deleted_in_command_test): Likewise.
17643 (temporary_breakpoint_commands): Likewise.
17644
17645 2014-10-16 Yao Qi <yao@codesourcery.com>
17646
17647 * gdb.base/remotetimeout.exp: Remove noargs checking.
17648
17649 2014-10-15 Pedro Alves <palves@redhat.com>
17650
17651 PR breakpoints/9649
17652 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17653 * gdb.base/breakpoint-in-ro-region.exp
17654 (probe_target_hardware_step): New procedure.
17655 (top level): Probe hardware stepping and hardware breakpoint
17656 support. Test stepping through a read-only region, with both
17657 "breakpoint auto-hw" on and off and both "always-inserted" on and
17658 off.
17659
17660 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17661
17662 * gdb.dlang/demangle.exp: Update for demangling changes.
17663
17664 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17665
17666 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17667 * gdb.cp/non-trivial-retval.exp: Add new tests.
17668
17669 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17670
17671 PR c++/13403
17672 PR c++/15154
17673 * gdb.cp/non-trivial-retval.cc: New file.
17674 * gdb.cp/non-trivial-retval.exp: New file.
17675
17676 2014-10-15 Yao Qi <yao@codesourcery.com>
17677
17678 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17679 remote host.
17680
17681 2014-10-15 Yao Qi <yao@codesourcery.com>
17682
17683 * gdb.python/py-symbol.exp: Match file base name if host is
17684 remote, otherwise match file name with dir name.
17685 * gdb.python/py-symtab.exp: Likewise.
17686 * gdb.python/python.exp: Likewise.
17687
17688 2014-10-15 Yao Qi <yao@codesourcery.com>
17689
17690 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17691 pattern.
17692 * gdb.python/py-symtab.exp: Likewise.
17693 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17694 locationn.
17695
17696 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17697
17698 * gdb.ada/addr_arith: New testcase.
17699
17700 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17701
17702 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17703 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17704 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17705 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17706
17707 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17708
17709 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17710 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17711 * gdb.arch/stap-eval-lang-ada.exp: New file.
17712
17713 2014-10-14 Yao Qi <yao@codesourcery.com>
17714
17715 * gdb.mi/mi-var-child.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-child.exp: Step over new added statements.
17720 Update test to match the new output.
17721 * gdb.mi/var-cmd.c (nothing1): New function.
17722 (nothing2): New function.
17723 (do_children_tests): Set function pointers by nothing1 and
17724 nothing2.
17725 * gdb.mi/mi-var-display.exp: Update test to match output.
17726 Step to the line specified by $line_dct_nothing.
17727 Increase the number of lines to step.
17728
17729 2014-10-14 Yao Qi <yao@codesourcery.com>
17730
17731 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17732 tests.
17733 * gdb.mi/mi2-var-child.exp: Likewise.
17734
17735 2014-10-13 Doug Evans <dje@google.com>
17736
17737 * gdb.python/py-objfile.exp: Change name of file name test.
17738
17739 2014-10-13 Doug Evans <dje@google.com>
17740
17741 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17742 from the start of the CU.
17743
17744 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17745 Yao Qi <yao@codesourcery.com>
17746
17747 Fix "save breakpoints" for "catch" command.
17748 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17749 Remove -nonewline. Match also the added "main" line.
17750
17751 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17752
17753 Fix "save breakpoints" for "disable $bpnum" command.
17754 * gdb.base/save-bp.c (main): Add label.
17755 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17756
17757 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17758
17759 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17760
17761 2014-10-11 Yao Qi <yao@codesourcery.com>
17762
17763 * gdb.server/server-kill.exp: Execute command
17764 "set remote trace-status-packet on" before "tstatus".
17765
17766 2014-10-11 Yao Qi <yao@codesourcery.com>
17767
17768 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17769 (main): Call getppid.
17770 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17771 and continue to it. Read variable "server_pid".
17772
17773 2014-10-11 Yao Qi <yao@codesourcery.com>
17774
17775 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17776
17777 2014-10-11 Yao Qi <yao@codesourcery.com>
17778
17779 * gdb.threads/thread-find.exp: Don't execute command
17780 "info threads".
17781 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17782 * gdb.threads/linux-dp.exp: Don't check the condition
17783 $threads_created equals to zero.
17784
17785 2014-10-10 Pedro Alves <palves@redhat.com>
17786
17787 * gdb.base/bigcore.exp: Remove references to IRIX.
17788 * gdb.base/funcargs.exp: Likewise.
17789 * gdb.base/interrupt.exp: Likewise.
17790 * gdb.base/mips_pro.exp: Likewise.
17791 * gdb.base/nodebug.exp: Likewise.
17792 * gdb.base/setvar.exp: Likewise.
17793 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17794
17795 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17796 Pedro Alves <palves@redhat.com>
17797
17798 PR symtab/14466
17799 * gdb.base/vdso-warning.c: New file.
17800 * gdb.base/vdso-warning.exp: New file.
17801
17802 2014-10-02 Doug Evans <dje@google.com>
17803
17804 * gdb.base/structs.c (main): Don't run forever.
17805
17806 2014-10-02 Pedro Alves <palves@redhat.com>
17807
17808 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17809 (top level) <stop threads 1, stop threads 2>: Use it.
17810
17811 2014-10-02 Pedro Alves <palves@redhat.com>
17812
17813 * gdb.threads/break-while-running.exp (test): Add new
17814 'update_thread_list' argument. Skip "info threads" if false.
17815 (top level): Add new 'update_thread_list' axis.
17816
17817 2014-10-02 Pedro Alves <palves@redhat.com>
17818
17819 PR breakpoints/17431
17820 * gdb.base/execl-update-breakpoints.c: New file.
17821 * gdb.base/execl-update-breakpoints.exp: New file.
17822
17823 2014-10-01 Pedro Alves <palves@redhat.com>
17824
17825 * gdb.base/breakpoint-in-ro-region.c: New file.
17826 * gdb.base/breakpoint-in-ro-region.exp: New file.
17827
17828 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17829
17830 * gdb.mi/mi-exit-code.exp: New file.
17831 * gdb.mi/mi-exit-code.c: New file.
17832
17833 2014-09-30 Yao Qi <yao@codesourcery.com>
17834
17835 * lib/prelink-support.exp (build_executable_own_libs): Error if
17836 the target isn't native.
17837
17838 2014-09-30 Yao Qi <yao@codesourcery.com>
17839
17840 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17841 false.
17842
17843 2014-09-22 Pedro Alves <palves@redhat.com>
17844
17845 * gdb.threads/break-while-running.exp: New file.
17846 * gdb.threads/break-while-running.c: New file.
17847
17848 2014-09-19 Yao Qi <yao@codesourcery.com>
17849
17850 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17851 Invoke test. Restart GDB with --readnow and invoke test again.
17852
17853 2014-09-19 Yao Qi <yao@codesourcery.com>
17854
17855 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17856 proc set_breakpoint_on_gcd_function. Invoke
17857 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17858 invoke set_breakpoint_on_gcd_function again.
17859
17860 2014-09-18 Doug Evans <dje@google.com>
17861
17862 * gdb.dwarf2/symtab-producer.exp: New file.
17863
17864 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17865
17866 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17867 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17868 * gdb.base/global-var-nested-by-dso.c: Likewise.
17869 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17870
17871 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17872 Pedro Alves <palves@redhat.com>
17873
17874 * gdb.base/watch-bitfields.exp: Pass string other than test file
17875 name to prepare_for_testing.
17876 (watch): New procedure.
17877 (expect_watchpoint): Use with_test_prefix.
17878 (top level): Factor out tests to ...
17879 (test_watch_location, test_regular_watch): ... these new
17880 procedures, and use with_test_prefix and gdb_continue_to_end.
17881
17882 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17883
17884 PR breakpoints/12526
17885 * gdb.base/watch-bitfields.exp: New file.
17886 * gdb.base/watch-bitfields.c: New file.
17887
17888 2014-09-16 Pedro Alves <palves@redhat.com>
17889
17890 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17891 software and hardware addresses, not software address against
17892 itself.
17893
17894 2014-09-16 Pedro Alves <palves@redhat.com>
17895
17896 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17897 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17898
17899 2014-09-16 Pedro Alves <palves@redhat.com>
17900
17901 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17902 files.
17903 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17904 "*-*-vxworks*" throughout.
17905 * gdb.base/break.exp: Likewise.
17906 * gdb.base/default.exp: Likewise.
17907 * gdb.base/scope.exp: Likewise.
17908 * gdb.base/sepdebug.exp: Likewise.
17909 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17910 throughout.
17911 * gdb.base/run.c: Likewise.
17912 * gdb.base/sepdebug.c: Likewise.
17913 * gdb.hp/gdb.aCC/run.c: Likewise.
17914 * gdb.reverse/until-reverse.c: Likewise.
17915 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17916
17917 2014-09-16 Yao Qi <yao@codesourcery.com>
17918
17919 * boards/local-remote-host-native.exp: New file.
17920
17921 2014-09-14 Doug Evans <xdje42@gmail.com>
17922
17923 * gdb.threads/queue-signal.c (thread_count): New variable.
17924 (thread_count_mutex, thread_count_condvar): New variables.
17925 (incr_thread_count, wait_all_threads_running): New functions.
17926 (main): Wait for all threads to be in their thread functions.
17927
17928 2014-09-13 Doug Evans <xdje42@gmail.com>
17929
17930 * gdb.threads/queue-signal.c: New file.
17931 * gdb.threads/queue-signal.exp: New file.
17932
17933 2014-09-13 Doug Evans <xdje42@gmail.com>
17934
17935 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17936 be consistent with what default_gdb_init uses.
17937 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17938 the plain text of the prompt. Add some logging printfs.
17939 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17940
17941 2014-09-12 Pedro Alves <palves@redhat.com>
17942
17943 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17944 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17945 * gdb.arch/i386-size-overlap.exp: Likewise.
17946 * gdb.arch/i386-size.exp: Likewise.
17947 * gdb.arch/i386-unwind.exp: Likewise.
17948 * gdb.base/a2-run.exp: Likewise.
17949 * gdb.base/break.exp: Likewise.
17950 * gdb.base/charset.exp: Likewise.
17951 * gdb.base/chng-syms.exp: Likewise.
17952 * gdb.base/commands.exp: Likewise.
17953 * gdb.base/dbx.exp: Likewise.
17954 * gdb.base/find.exp: Likewise.
17955 * gdb.base/funcargs.exp: Likewise.
17956 * gdb.base/jit-simple.exp: Likewise.
17957 * gdb.base/reread.exp: Likewise.
17958 * gdb.base/sepdebug.exp: Likewise.
17959 * gdb.base/step-bt.exp: Likewise.
17960 * gdb.cp/mb-inline.exp: Likewise.
17961 * gdb.cp/mb-templates.exp: Likewise.
17962 * gdb.objc/basicclass.exp: Likewise.
17963 * gdb.threads/killed.exp: Likewise.
17964
17965 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17966
17967 PR tdep/17379
17968 * gdb.arch/powerpc-stackless.S: New file.
17969 * gdb.arch/powerpc-stackless.exp: New file.
17970
17971 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17972
17973 * gdb.base/attach.c: Include unistd.h.
17974 (main): Call alarm. Add label postloop.
17975 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17976 gdb_breakpoint, gdb_continue_to_breakpoint.
17977 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17978
17979 2014-09-11 Pedro Alves <palves@redhat.com>
17980
17981 PR gdb/17347
17982 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17983 * gdb.base/attach.exp (test_command_line_attach_run): New
17984 procedure.
17985 (top level): Call it.
17986
17987 2014-09-11 Pedro Alves <palves@redhat.com>
17988
17989 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17990 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17991 (do_command_attach_tests): Use spawn_wait_for_attach.
17992 * gdb.base/solib-overlap.exp: Likewise.
17993 * gdb.multi/multi-attach.exp: Likewise.
17994 * gdb.python/py-prompt.exp: Likewise.
17995 * gdb.python/py-sync-interp.exp: Likewise.
17996 * gdb.server/ext-attach.exp: Likewise.
17997
17998 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17999
18000 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18001 command in testcase. Simplify testcase.
18002
18003 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18004
18005 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18006
18007 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18008
18009 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18010
18011 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18012
18013 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18014
18015 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18016
18017 * gdb.dwarf2/dynarr-ptr.c: New file.
18018 * gdb.dwarf2/dynarr-ptr.exp: New file.
18019
18020 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18021
18022 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18023 of 30 rather than hardcoding 120 for a slow test case. Take the
18024 `gdb,timeout' target setting into account for this calculation.
18025 Don't extend the timeout for the test cases that don't need it.
18026
18027 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18028
18029 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18030 a factor of 2 for a slow test case. Take the `gdb,timeout'
18031 target setting into account for this calculation.
18032 * gdb.reverse/until-precsave.exp: Increase the timeout by
18033 a factor of 15 and 3 respectively rather than adding 120
18034 for a pair of slow test cases. Take the `gdb,timeout'
18035 target setting into account for this calculation.
18036
18037 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18038
18039 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18040 timeout, don't pass one down to gdb_expect.
18041 (gdb_expect): Rework timeout selection.
18042
18043 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18044
18045 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18046 exception on timeout.
18047 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18048 (gdbserver_start_extended): Catch any `gdbserver_start' error
18049 exceptions.
18050 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18051 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18052 `gdbserver_gdb_load' error exceptions.
18053
18054 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18055
18056 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18057 120 on waiting for the TCP socket to open.
18058
18059 2014-09-09 Doug Evans <xdje42@gmail.com>
18060
18061 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18062 _caller_matches, _any_caller_is, _any_caller_matches.
18063
18064 2014-09-09 Doug Evans <xdje42@gmail.com>
18065
18066 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18067
18068 2014-09-09 Yao Qi <yao@codesourcery.com>
18069
18070 * gdb.mi/mi-var-display.exp: Set print symbol off.
18071
18072 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18073
18074 PR gdb/17035
18075 * gdb.base/commands.exp: Add tests to verify user-defined
18076 commands with empty bodies.
18077 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18078 python commands in `show user command`.
18079 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18080 scheme commands in `show user command`.
18081
18082 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18083
18084 PR python/17355
18085 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18086 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18087 * gdb.python/py-framefilter-invalidarg.exp: New file.
18088 * gdb.python/py-framefilter-invalidarg.py: New file.
18089
18090 2014-09-06 Doug Evans <xdje42@gmail.com>
18091
18092 PR 15276
18093 * gdb.python/py-caller-is.c: New file.
18094 * gdb.python/py-caller-is.exp: New file.
18095
18096 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18097
18098 PR gdb/17235
18099 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18100 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18101
18102 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18103
18104 PR fortran/17237
18105 * gdb.fortran/print-formatted.exp: New file.
18106 * gdb.fortran/print-formatted.f90: Likewise.
18107
18108 2014-09-03 Sasha Smundak <asmundak@google.com>
18109
18110 * gdb.python/py-frame.exp: Test Frame.read_register.
18111
18112 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18113
18114 PR python/16699
18115 * gdb.python/py-completion.exp: New file.
18116 * gdb.python/py-completion.py: Likewise.
18117
18118 2014-08-28 Doug Evans <dje@google.com>
18119
18120 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18121 eax,etc. are live with values set by gdb and thus the compiler can't
18122 use them.
18123 * gdb.arch/i386-pseudo.c (main): Ditto.
18124
18125 2014-08-27 Doug Evans <dje@google.com>
18126
18127 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18128
18129 2014-08-25 Doug Evans <dje@google.com>
18130
18131 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18132 (main): Ditto.
18133
18134 2014-08-25 Doug Evans <dje@google.com>
18135
18136 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18137
18138 2014-08-24 Yao Qi <yao@codesourcery.com>
18139
18140 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18141 symbol off.
18142 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18143
18144 2014-08-22 Doug Evans <dje@google.com>
18145
18146 PR 17276
18147 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18148 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18149 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18150
18151 2014-08-22 Yao Qi <yao@codesourcery.com>
18152
18153 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18154 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18155 * gdb.python/python.exp: Likewise. Use .py file on the host
18156 instead of the build.
18157
18158 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18159
18160 * gdb.threads/gcore-stale-thread.c: New file.
18161 * gdb.threads/gcore-stale-thread.exp: New file.
18162
18163 2014-08-21 Pedro Alves <palves@redhat.com>
18164
18165 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18166 * gdb.base/gcore-relro-pie.exp: Likewise.
18167 * gdb.base/gcore-relro.exp: Likewise.
18168 * gdb.base/gcore.exp: Likewise.
18169 * gdb.base/print-symbol-loading.exp: Likewise.
18170 * gdb.threads/gcore-thread.exp: Likewise.
18171 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18172
18173 2014-08-20 Pedro Alves <palves@redhat.com>
18174 Jan Kratochvil <jan.kratochvil@redhat.com>
18175
18176 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18177 configure.
18178 (EXPECT): Handle READ1 being set.
18179 (all): Depend on EXTRA_RULES.
18180 (check-read1, expect-read1, read1.so, read1): New rules.
18181 * README (Testsuite Parameters): Document the READ1 make variable.
18182 (Race detection): New section.
18183 * configure: Regenerate.
18184 * configure.ac: If build==host==target, and running under a
18185 GNU/glibc system, add read1 to the extra Makefile rules.
18186 (EXTRA_RULES): AC_SUBST it.
18187 * lib/read1.c: New file.
18188
18189 2014-08-20 Joel Brobecker <brobecker@adacore.com>
18190
18191 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18192 the handling of variables declared as a typedef to an array
18193 which a DW_AT_data_location attribute.
18194
18195 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
18196 Pedro Alves <palves@redhat.com>
18197
18198 PR symtab/14604
18199 PR symtab/14605
18200 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18201 gdb_test.
18202
18203 2014-08-19 Pedro Alves <palves@redhat.com>
18204
18205 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18206
18207 2014-08-19 Yao Qi <yao@codesourcery.com>
18208
18209 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18210 right line.
18211
18212 2014-08-18 David Blaikie <dblaikie@gmail.com>
18213
18214 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18215
18216 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18217
18218 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18219 attribute in array range.
18220
18221 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18222
18223 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18224
18225 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18226
18227 PR c++/17132
18228 * gdb.cp/pr17132.cc: New file.
18229 * gdb.cp/pr17132.exp: New file.
18230
18231 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18232
18233 * gdb.python/py-xmethods.py (A_getarrayind)
18234 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18235 Use 'print' with function call syntax.
18236 (E_method_matcher.match): Fix tab vs space indentation mixup.
18237
18238 2014-08-15 Yao Qi <yao@codesourcery.com>
18239
18240 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18241 false.
18242
18243 2014-08-15 Yao Qi <yao@codesourcery.com>
18244
18245 * gdb.cp/casts.exp: Set print symbol off.
18246 * gdb.cp/class2.exp: Likewise.
18247 * gdb.cp/overload.exp: Likewise.
18248 * gdb.cp/templates.exp: Likewise.
18249
18250 2014-08-11 Doug Evans <dje@google.com>
18251
18252 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18253 (test_load_shlib): Update.
18254
18255 2014-08-09 Yao Qi <yao@codesourcery.com>
18256
18257 * gdb.base/display.exp: Invoke is_address_zero_readable.
18258 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18259 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18260 * gdb.base/hbreak-unmapped.exp: Return if
18261 is_address_zero_readable returns true.
18262 * gdb.base/signest.exp: Likewise.
18263 * gdb.base/signull.exp: Likewise.
18264 * gdb.base/sigbpt.exp: Likewise.
18265 * gdb.guile/scm-disasm.exp: Do the test if
18266 is_address_zero_readable returns false.
18267 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18268 * gdb.python/py-arch.exp: Likewise.
18269 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18270 * lib/gdb.exp (is_address_zero_readable): New proc.
18271
18272 2014-08-09 Yao Qi <yao@codesourcery.com>
18273
18274 PR testsuite/13443
18275 * gdb.mi/mi-var-display.exp: Make test messages unique.
18276
18277 2014-08-04 Tom Tromey <tromey@redhat.com>
18278
18279 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18280 target 0".
18281
18282 2014-08-04 Tom Tromey <tromey@redhat.com>
18283
18284 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18285 "target_resume".
18286
18287 2014-08-01 Joel Brobecker <brobecker@adacore.com>
18288
18289 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18290 inner_vla_struct_object_size.
18291 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18292 as xfail.
18293
18294 2014-07-30 Pedro Alves <palves@redhat.com>
18295
18296 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18297 comment.
18298
18299 2014-07-29 Yao Qi <yao@codesourcery.com>
18300
18301 PR gdb/17206
18302 * gdb.base/until-nodebug.exp: New.
18303
18304 2014-07-28 Doug Evans <xdje42@gmail.com>
18305
18306 PR guile/17203
18307 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18308 previously existing parameter, and previously ambiguously spelled
18309 parameter.
18310
18311 2014-07-28 Will Newton <will.newton@linaro.org>
18312
18313 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18314
18315 2014-07-26 Ludovic Courtès <ludo@gnu.org>
18316 Doug Evans <xdje42@gmail.com>
18317
18318 PR guile/17146
18319 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18320
18321 2014-07-25 Pedro Alves <palves@redhat.com>
18322
18323 * gdb.threads/signal-command-handle-nopass.c: New file.
18324 * gdb.threads/signal-command-handle-nopass.exp: New file.
18325 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18326 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18327 * gdb.threads/signal-delivered-right-thread.c: New file.
18328 * gdb.threads/signal-delivered-right-thread.exp: New file.
18329
18330 2014-07-25 Pedro Alves <palves@redhat.com>
18331
18332 * gdb.base/double-prompt-target-event-error.exp
18333 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18334 match.
18335 (cancel_pagination_in_target_event): Rework double prompt
18336 detection.
18337 * gdb.base/paginate-after-ctrl-c-running.exp
18338 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18339 <return>' match.
18340 * gdb.base/paginate-bg-execution.exp
18341 (test_bg_execution_pagination_return)
18342 (test_bg_execution_pagination_cancel): Remove '-notransfer
18343 <return>' matches.
18344 * gdb.base/paginate-execution-startup.exp
18345 (test_fg_execution_pagination_return)
18346 (test_fg_execution_pagination_cancel): Remove '-notransfer
18347 <return>' matches.
18348 * gdb.base/paginate-inferior-exit.exp
18349 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18350 match.
18351 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18352 * lib/gdb.exp (pagination_prompt): Run text through
18353 string_to_regexp.
18354 (gdb_test_multiple): Match $pagination_prompt instead of
18355 "<return>".
18356 (string_to_regexp): Move to lib/gdb-utils.exp.
18357
18358 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18359
18360 * gdb.arch/amd64-entry-value-paramref.S: New file.
18361 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18362 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18363 * gdb.arch/amd64-optimout-repeat.S: New file.
18364 * gdb.arch/amd64-optimout-repeat.c: New file.
18365 * gdb.arch/amd64-optimout-repeat.exp: New file.
18366
18367 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18368
18369 PR gdb/17170
18370 * gdb.base/statistics.exp: New file.
18371
18372 2014-07-17 Doug Evans <dje@google.com>
18373
18374 PR gdb/17170
18375 * gdb.base/maint.exp: Update testing of per-command stats.
18376
18377 2014-07-16 Pedro Alves <palves@redhat.com>
18378
18379 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18380 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18381 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18382 (tfile_write_buf): New functions.
18383 (add_memory_block): Rewrite using the above.
18384 (adjust_function_address): New function.
18385 (FUNCTION_ADDRESS): New macro.
18386 (write_basic_trace_file): Remove short_x local, and use
18387 tfile_write_16. Change type of func_addr local to unsigned long
18388 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18389 here. Cast argument of add_memory_block to char pointer.
18390 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18391 (main): Remove parameters.
18392 * gdb.trace/tfile.exp: Remove nowarnings.
18393
18394 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18395
18396 * gdb.base/debug-expr.exp: Test string evaluation with
18397 "debug expression" on.
18398
18399 2014-07-15 Pedro Alves <palves@redhat.com>
18400
18401 * gdb.base/reread.exp: Use clean_restart.
18402
18403 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18404
18405 * gdb.arch/avr-flash-qualifer.c: New.
18406 * gdb.arch/avr-flash-qualifer.exp: New.
18407
18408 2014-07-14 Pedro Alves <palves@redhat.com>
18409
18410 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18411 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18412
18413 2014-07-14 Pedro Alves <palves@redhat.com>
18414
18415 * gdb.base/double-prompt-target-event-error.c: New file.
18416 * gdb.base/double-prompt-target-event-error.exp: New file.
18417
18418 2014-07-14 Pedro Alves <palves@redhat.com>
18419
18420 PR gdb/17072
18421 * gdb.base/paginate-inferior-exit.c: New file.
18422 * gdb.base/paginate-inferior-exit.exp: New file.
18423
18424 2014-07-14 Pedro Alves <palves@redhat.com>
18425
18426 PR gdb/17072
18427 * gdb.base/paginate-bg-execution.c: New file.
18428 * gdb.base/paginate-bg-execution.exp: New file.
18429
18430 2014-07-14 Pedro Alves <palves@redhat.com>
18431
18432 PR gdb/17072
18433 * gdb.base/paginate-execution-startup.c: New file.
18434 * gdb.base/paginate-execution-startup.exp: New file.
18435 * lib/gdb.exp (pagination_prompt): New global.
18436 (default_gdb_spawn): New procedure, factored out from
18437 default_gdb_spawn.
18438 (default_gdb_start): Adjust to call default_gdb_spawn.
18439 (gdb_spawn): New procedure.
18440
18441 2014-07-14 Pedro Alves <palves@redhat.com>
18442
18443 * lib/gdb.exp (gdb_assert): New procedure.
18444 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18445
18446 2014-07-14 Pedro Alves <palves@redhat.com>
18447
18448 * gdb.base/execution-termios.c: New file.
18449 * gdb.base/execution-termios.exp: New file.
18450
18451 2014-07-14 Tom Tromey <tromey@redhat.com>
18452
18453 * gdb.cp/vla-cxx.cc: New file.
18454 * gdb.cp/vla-cxx.exp: New file.
18455
18456 2014-07-14 Tom Tromey <tromey@redhat.com>
18457
18458 * gdb.reverse/rerun-prec.c: New file.
18459 * gdb.reverse/rerun-prec.exp: New file.
18460
18461 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18462 Maciej W. Rozycki <macro@codesourcery.com>
18463
18464 * lib/gdb-utils.exp: New file.
18465 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18466 inline `gdb_init_command' processing.
18467 (gdb_start_cmd): Likewise.
18468 * lib/mi-support.exp (mi_run_cmd): Likewise.
18469 * README: Document `gdb_init_command' and `gdb_init_commands'.
18470
18471 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18472
18473 Fix false FAIL running under a very long directory name.
18474 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18475 and "set print elements 10000". Twice.
18476
18477 2014-07-11 Yao Qi <yao@codesourcery.com>
18478
18479 * gdb.base/exprs.exp: "set print symbol off".
18480
18481 2014-07-11 Pedro Alves <palves@redhat.com>
18482
18483 * gdb.threads/kill.c: New file.
18484 * gdb.threads/kill.exp: New file.
18485
18486 2014-07-10 Yao Qi <yao@codesourcery.com>
18487
18488 * gdb.trace/tfile.c (write_basic_trace_file)
18489 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18490 address written to trace file.
18491
18492 2014-07-09 Pedro Alves <palves@redhat.com>
18493
18494 * gdb.base/attach-wait-input.exp: New file.
18495 * gdb.base/attach-wait-input.c: New file.
18496
18497 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18498
18499 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18500 setting up test structures.
18501 (main): Call new test function.
18502 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18503 test function, continue into test function and walk test
18504 structures.
18505
18506 2014-07-02 Yao Qi <yao@codesourcery.com>
18507
18508 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18509 'bar_start' at the beginning of functions 'foo' and 'bar'
18510 respectively.
18511 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18512 instead of 'foo' and 'bar'.
18513
18514 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18515
18516 * gdb.btrace/segv.exp: New.
18517 * gdb.btrace/segv.c: New.
18518
18519 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18520
18521 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18522 instruction.
18523
18524 2014-06-30 Mark Wielaard <mjw@redhat.com>
18525
18526 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18527 vulture, vilify, villar): New volatile array constants.
18528 (vindictive, vegetation): New const volatile array constants.
18529 * gdb.base/volatile.exp: Test volatile and const volatile array
18530 types.
18531
18532 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18533
18534 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18535 target lacks support for awatch, rwatch, or hbreak.
18536
18537 2014-06-27 Yao Qi <yao@codesourcery.com>
18538
18539 * gdb.multi/dummy-frame-restore.exp: New.
18540 * gdb.multi/dummy-frame-restore.c: New.
18541
18542 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18543
18544 * gdb.btrace/gcore.exp: New.
18545
18546 2014-06-23 Pedro Alves <palves@redhat.com>
18547
18548 * gdb.base/watchpoint-reuse-slot.c: New file.
18549 * gdb.base/watchpoint-reuse-slot.exp: New file.
18550
18551 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18552
18553 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18554 progspace's filename in 'info', 'enable' and 'disable' command
18555 tests.
18556
18557 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18558
18559 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18560 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18561 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18562
18563 2014-06-20 Gary Benson <gbenson@redhat.com>
18564
18565 * gdb.arch/i386-avx.exp: Fix include file location.
18566 * gdb.arch/i386-sse.exp: Likewise.
18567
18568 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18569
18570 * gdb.dlang/expression.exp: New file.
18571
18572 2014-06-19 Pedro Alves <palves@redhat.com>
18573
18574 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18575 out from ...
18576 (top level): ... here. Iterate running tests under different
18577 scheduler-locking settings.
18578
18579 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
18580
18581 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18582 to DW_FORM_addr and use non-zero addresses.
18583
18584 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18585
18586 PR gdb/17017
18587 * gdb.python/py-xmethods.cc: Add global function call counters and
18588 increment them in their respective functions. Remove "cout"
18589 statements.
18590 * gdb.python/py-xmethods.exp: Make tests check the global function
18591 call counters instead of depending on inferior IO.
18592
18593 2014-06-18 Don Breazeal <donb@codesourcery.com>
18594
18595 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18596 Deleted procedure.
18597 (explicit_fork_parent_follow): Deleted procedure.
18598 (explicit_fork_child_follow): Deleted procedure.
18599 (test_follow_fork): New procedure.
18600 (do_fork_tests): Replace calls to deleted procedures with
18601 calls to test_follow_fork and reset GDB for subsequent
18602 procedure calls.
18603
18604 2014-06-17 Yao Qi <yao@codesourcery.com>
18605
18606 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18607 CP1252.
18608
18609 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18610
18611 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18612 Initialize ptr and S explicitly.
18613 (skip_type_update_when_not_use_rtti_test): Likewise.
18614
18615 2014-06-16 Keith Seitz <keiths@redhat.com>
18616
18617 PR mi/15863
18618 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18619 the inferior is started.
18620
18621 2014-06-16 Pedro Alves <palves@redhat.com>
18622
18623 * gdb.base/break-main-file-remove-fail.c: New file.
18624 * gdb.base/break-main-file-remove-fail.exp: New file.
18625 * gdb.base/break-unload-file.exp: Use build_executable instead of
18626 prepare_for_testing.
18627 (test_break): New parameter "initial_load". Handle it.
18628 (top level): Add initial_load cmdline/file axis.
18629
18630 2014-06-12 Tom Tromey <tromey@redhat.com>
18631
18632 * gdb.base/completion.exp: Don't use directory name in test.
18633
18634 2014-06-09 Gary Benson <gbenson@redhat.com>
18635
18636 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18637 separate the always-available ANSI-standard signals from the
18638 signals that require checking.
18639 (main): Likewise.
18640 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18641 Likewise.
18642 (main): Likewise.
18643
18644 2014-06-07 Keith Seitz <keiths@redhat.com>
18645
18646 Revert:
18647 PR c++/16253
18648 * gdb.cp/var-tag.cc: New file.
18649 * gdb.cp/var-tag.exp: New file.
18650 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18651 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18652 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18653 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18654
18655 2014-06-06 Doug Evans <xdje42@gmail.com>
18656
18657 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18658
18659 2014-06-06 Pedro Alves <palves@redhat.com>
18660
18661 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18662 in target debug output instead of looking at RSP packets,
18663 disabling the test on any target that uses hardware stepping.
18664 Update comments.
18665
18666 2014-06-06 Pedro Alves <palves@redhat.com>
18667
18668 * gdb.base/break-unload-file.exp: Fix typo.
18669
18670 2014-06-06 Yao Qi <yao@codesourcery.com>
18671
18672 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18673 from "jit_function" to "^jit_function".
18674
18675 2014-06-06 Yao Qi <yao@codesourcery.com>
18676
18677 * gdb.base/async.c (foo): Add one statement.
18678 * gdb.base/async.exp: Get the next instruction address and
18679 match the output of "nexti" by instruction address. Match
18680 the hex address in the output of "finish".
18681
18682 2014-06-06 Gary Benson <gbenson@redhat.com>
18683
18684 * gdb.base/call-signals.c: Remove preprocessor conditionals
18685 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18686 SIGSEGV and SIGTERM.
18687 * gdb.base/sigall.c: Likewise.
18688 * gdb.base/unwindonsignal.c: Likewise.
18689 * gdb.reverse/sigall-reverse.c: Likewise.
18690
18691 2014-06-06 Yao Qi <yao@codesourcery.com>
18692
18693 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18694 readable, skip the test.
18695
18696 2014-06-06 Yao Qi <yao@codesourcery.com>
18697
18698 * gdb.threads/staticthreads.c (thread_function): Move the line
18699 setting breakpoint on forward.
18700 * gdb.threads/staticthreads.exp: Update comments.
18701
18702 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18703
18704 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18705 "history-append! type error".
18706
18707 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18708
18709 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18710 erroneous dprintf expected input.
18711
18712 2014-06-04 Doug Evans <xdje42@gmail.com>
18713
18714 * gdb.guile/scm-generics.exp: Delete.
18715
18716 2014-06-04 Doug Evans <xdje42@gmail.com>
18717
18718 * gdb.guile/scm-breakpoint.exp: Update.
18719 Add tests for breakpoint registration.
18720
18721 2014-06-04 Tom Tromey <tromey@redhat.com>
18722
18723 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18724 VLA-in-union.
18725 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18726 inner_vla_struct, vla_union types. Initialize objects of those
18727 types and compute their sizes.
18728
18729 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18730 Hui Zhu <hui@codesourcery.com>
18731
18732 * gdb.base/fileio.exp: Add test for shell not available as well as
18733 available.
18734 * gdb.base/fileio.c (test_system): Check for shell twice.
18735
18736 2014-06-04 Yao Qi <yao@codesourcery.com>
18737
18738 * gdb.base/auto-connect-native-target.exp: Remove redundant
18739 space from the regexp pattern.
18740
18741 2014-06-04 Yao Qi <yao@codesourcery.com>
18742
18743 * gdb.base/default.exp: Replace "child" with "native" in
18744 regexp pattern.
18745
18746 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18747
18748 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18749 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18750 * gdb.python/py-xmethods.py: Python script supporting the
18751 new testcase and tests.
18752
18753 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18754 Pedro Alves <palves@redhat.com>
18755
18756 PR breakpoints/17000
18757 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18758 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18759
18760 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18761
18762 * gdb.base/subst.exp: Add tests to verify partial path matching
18763 output.
18764
18765 2014-06-03 Pedro Alves <palves@redhat.com>
18766
18767 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18768 target that doesn't use software single-stepping.
18769
18770 2014-06-03 Pedro Alves <palves@redhat.com>
18771
18772 PR breakpoints/17000
18773 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18774 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18775
18776 2014-06-02 Doug Evans <xdje42@gmail.com>
18777
18778 * gdb.guile/scm-parameter.exp: New file.
18779
18780 2014-06-02 Doug Evans <xdje42@gmail.com>
18781
18782 * gdb.guile/scm-cmd.c: New file.
18783 * gdb.guile/scm-cmd.exp: New file.
18784
18785 2014-06-02 Doug Evans <xdje42@gmail.com>
18786
18787 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18788 pretty-printer lookup.
18789 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18790 (make-pp_s-printer): Call it.
18791 (make-pretty-printer-from-dict): New function.
18792 (lookup-pretty-printer-maker-from-dict): New function.
18793 (*pretty-printer*): Simplify.
18794 (make-objfile-pp_s-printer): New function.
18795 (install-objfile-pretty-printers!): New function.
18796 (make-progspace-pp_s-printer): New function.
18797 (install-progspace-pretty-printers!): New function.
18798 * gdb.guile/scm-progspace.c: New file.
18799 * gdb.guile/scm-progspace.exp: New file.
18800
18801 2014-06-02 Pedro Alves <palves@redhat.com>
18802
18803 * gdb.base/dprintf-bp-same-addr.c: New file.
18804 * gdb.base/dprintf-bp-same-addr.exp: New file.
18805
18806 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18807
18808 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18809 * gdb.arch/powerpc-power.s: Likewise.
18810
18811 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18812
18813 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18814
18815 2014-06-01 Yao Qi <yao@codesourcery.com>
18816
18817 * gdb.base/watchpoint.exp (test_watch_location): Check null
18818 pointer can be dereferenced. If not, do the test, otherwise
18819 skip it.
18820
18821 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18822
18823 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18824 results.
18825 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18826
18827 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18828
18829 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18830 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18831 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18832 * gdb.arch/amd64-invalid-stack-top.c: New file.
18833 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18834
18835 2014-05-30 Pedro Alves <palves@redhat.com>
18836
18837 PR breakpoints/17000
18838 * gdb.base/sss-bp-on-user-bp.c: New file.
18839 * gdb.base/sss-bp-on-user-bp.exp: New file.
18840
18841 2014-05-30 David Blaikie <dblaikie@gmail.com>
18842
18843 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18844 gnu_inline semantics via attribute.
18845 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18846 source explicitly specifies the required semantics.
18847
18848 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18849
18850 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18851
18852 2014-05-29 Pedro Alves <palves@redhat.com>
18853 Tom Tromey <tromey@redhat.com>
18854
18855 * gdb.base/async-shell.exp: Don't enable target-async.
18856 * gdb.base/async.exp
18857 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18858 parameter. Adjust.
18859 (top level): Don't test with "target-async".
18860 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18861 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18862 * gdb.base/inferior-died.exp: Don't enable target-async.
18863 * gdb.base/interrupt-noterm.exp: Likewise.
18864 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18865 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18866 * gdb.mi/mi-nonstop.exp: Likewise.
18867 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18868 * gdb.mi/mi-nsintrall.exp: Likewise.
18869 * gdb.mi/mi-nsmoribund.exp: Likewise.
18870 * gdb.mi/mi-nsthrexec.exp: Likewise.
18871 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18872 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18873 * gdb.python/py-evsignal.exp: Don't enable target-async.
18874 * gdb.python/py-evthreads.exp: Likewise.
18875 * gdb.python/py-prompt.exp: Likewise.
18876 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18877 * gdb.server/solib-list.exp: Don't enable target-async.
18878 * gdb.threads/thread-specific-bp.exp: Likewise.
18879 * lib/mi-support.exp: Adjust to use mi-async.
18880
18881 2014-05-29 Pedro Alves <palves@redhat.com>
18882
18883 PR gdb/13860
18884 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18885 reason, even in sync mode.
18886
18887 2014-05-29 Pedro Alves <palves@redhat.com>
18888 Hui Zhu <hui@codesourcery.com>
18889
18890 PR PR15693
18891 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18892 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18893 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18894 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18895
18896 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18897
18898 * config/monitor.exp (gdb_target_monitor): Replace use of
18899 "set remotebaud" by "set serial baud".
18900
18901 2014-05-26 Andy Wingo <wingo@igalia.com>
18902
18903 * gdb.guile/scm-breakpoint.exp:
18904 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18905 properties instead of gdb-object-properties.
18906
18907 2014-05-26 Yao Qi <yao@codesourcery.com>
18908
18909 * gdb.server/no-thread-db.exp: Specify source file name
18910 explicitly when setting a breakpoint.
18911
18912 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18913
18914 * gdb.btrace/vdso.c: New.
18915 * gdb.btrace/vdso.exp: New.
18916
18917 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18918
18919 * gdb.base/gcore.exp (capture_command_output): Move ...
18920 * lib/gdb.exp (capture_command_output): ... here.
18921
18922 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18923
18924 * gdb.btrace/data.exp: Test memory access during btrace replay.
18925
18926 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18927
18928 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18929
18930 2014-05-21 Pedro Alves <palves@redhat.com>
18931
18932 PR gdb/13860
18933 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18934 (top level): Test that output related to execution commands is
18935 sent to the console with CLI commands, but not with MI commands.
18936 Test that breakpoint events are always mirrored to the console.
18937 Also expect the new source line to be output after a "next" in
18938 async mode too. Make it a pass/fail test.
18939 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18940 output.
18941 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18942
18943 2014-05-21 Pedro Alves <palves@redhat.com>
18944
18945 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18946 Use them to test variations of "list" after reaching a breakpoint.
18947 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18948 Test "list" with listsize 10 after reaching a breakpoint.
18949 * gdb.python/python.exp (decode_line current location line
18950 number): Adjust expected line number.
18951
18952 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18953
18954 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18955 behavior for $args, pass it directly to "run".
18956
18957 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18958
18959 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18960 30000 to 65536.
18961
18962 2014-05-21 Pedro Alves <palves@redhat.com>
18963
18964 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18965 auto-connect-native-target off".
18966 * gdb.base/auto-connect-native-target.c: New file.
18967 * gdb.base/auto-connect-native-target.exp: New file.
18968
18969 2014-05-21 Pedro Alves <palves@redhat.com>
18970
18971 * gdb.base/default.exp: Test "target native" instead of "target
18972 child".
18973
18974 2014-05-21 Mark Wielaard <mjw@redhat.com>
18975
18976 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18977
18978 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18979
18980 Fix TLS access for -static -pthread.
18981 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18982 <HAVE_TLS> (thread_function, main): Initialize it.
18983 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18984 Add clean_restart.
18985 <$have_tls != "">: Check TLSVAR.
18986
18987 2014-05-21 Pedro Alves <palves@redhat.com>
18988
18989 * gdb.base/dcache-line-read-error.c: New.
18990 * gdb.base/dcache-line-read-error.exp: New.
18991
18992 2014-05-20 Pedro Alves <palves@redhat.com>
18993
18994 * gdb.base/compare-sections.c: New file.
18995 * gdb.base/compare-sections.exp: New file.
18996
18997 2014-05-20 Pedro Alves <palves@redhat.com>
18998
18999 * gdb.base/break-idempotent.c: New file.
19000 * gdb.base/break-idempotent.exp: New file.
19001
19002 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19003
19004 * gdb.btrace/nohist.exp: New.
19005
19006 2014-05-20 Yao Qi <yao@codesourcery.com>
19007
19008 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19009 gdb.reverse directory and gdb_reverse_timeout exists in board
19010 setting.
19011 * README: Document gdb_reverse_timeout.
19012
19013 2014-05-20 Yao Qi <yao@codesourcery.com>
19014
19015 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19016 'test_file_name'. Treat args as a string instead of a list.
19017 (gdb_init): Rename argument 'args' by 'test_file_name'.
19018
19019 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19020
19021 * gdb.arch/powerpc-power.exp: New file.
19022 * gdb.arch/powerpc-power.s: New file.
19023
19024 2014-05-16 Doug Evans <dje@google.com>
19025
19026 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
19027 * gdb.base/completion.exp: Check that all expected files exist
19028 before doing file completion.
19029
19030 2014-05-16 Doug Evans <dje@google.com>
19031
19032 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19033 Update.
19034 (do_syscall_tests_without_xml): Update.
19035
19036 2014-05-16 Pedro Alves <palves@redhat.com>
19037
19038 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19039 instead of "unknown output after running".
19040
19041 2014-05-16 Yao Qi <yao@codesourcery.com>
19042
19043 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19044 file1.txt from host at the end.
19045 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19046
19047 2014-05-15 Doug Evans <dje@google.com>
19048
19049 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19050 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19051 loading file. Add test for TU lookup.
19052
19053 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19054
19055 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19056 calling "-exec-arguments" or "set args" before running the
19057 inferior.
19058
19059 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19060
19061 * lib/mi-support.exp (mi_expect_stop): Expect message for
19062 inferiors that exit with non-zero exit code.
19063
19064 2014-05-14 Yao Qi <yao@codesourcery.com>
19065
19066 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19067 match absolute path on remote host.
19068 (test_file_list_exec_source_files): Remove "/" from the
19069 pattern.
19070
19071 2014-05-14 Yao Qi <yao@codesourcery.com>
19072
19073 * boards/local-remote-host-notty.exp (${board}_file): New
19074 proc.
19075
19076 2014-05-07 Kyle McMartin <kyle@redhat.com>
19077
19078 Pushed by Joel Brobecker <brobecker@adacore.com>.
19079 * gdb.arch/aarch64-atomic-inst.c: New file.
19080 * gdb.arch/aarch64-atomic-inst.exp: New file.
19081
19082 2014-05-07 Yao Qi <yao@codesourcery.com>
19083
19084 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19085 in current context" too.
19086
19087 2014-05-05 Keith Seitz <keiths@redhat.com>
19088
19089 * gdb.linespec/ls-dollar.exp: Add test for linespec
19090 file:convenience_variable.
19091
19092 2014-05-05 Yao Qi <yao@codesourcery.com>
19093
19094 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19095 traceframes into tfile and ctf trace files. Read data from
19096 trace file and test collected data.
19097 (gdb_collect_locals_test): Likewise.
19098 (gdb_unavailable_registers_test): Likewise.
19099 (gdb_unavailable_floats): Likewise.
19100 (gdb_collect_globals_test): Likewise.
19101 (top-level): Append "ctf" to trace_file_targets if GDB
19102 supports.
19103
19104 2014-05-05 Yao Qi <yao@codesourcery.com>
19105
19106 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19107 code to ...
19108 (gdb_collect_args_test_1): ... it. New proc.
19109 (gdb_collect_locals_test): Move some code to ...
19110 (gdb_collect_locals_test_1): ... it. New proc.
19111 (gdb_unavailable_registers_test): Move some code to ...
19112 (gdb_unavailable_registers_test_1): ... it. New proc.
19113 (gdb_unavailable_floats): Move some code to ...
19114 (gdb_unavailable_floats_1): ... it. New proc.
19115
19116 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19117
19118 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19119 probes to test for bitness recognition.
19120 * gdb.arch/amd64-stap-optional-prefix.exp
19121 (test_probe_value_without_reg): New procedure.
19122 Add code to test for different kinds of bitness.
19123
19124 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19125
19126 PR breakpoints/16889
19127 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19128 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19129
19130 2014-05-01 Pedro Alves <palves@redhat.com>
19131
19132 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19133 gdb_file_cmd if no file is specified.
19134 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19135 last_loaded_file to set the remote exec-file.
19136
19137 2014-05-01 Pedro Alves <palves@redhat.com>
19138
19139 * boards/local-remote-host.exp: New file.
19140
19141 2014-05-01 Pedro Alves <palves@redhat.com>
19142
19143 * boards/local-remote-host.exp: Rename to ...
19144 * boards/local-remote-host-notty.exp: ... this.
19145
19146 2014-04-28 Joel Brobecker <brobecker@adacore.com>
19147
19148 * gdb.ada/dyn_arrayidx: New testcase.
19149
19150 2014-04-26 Yao Qi <yao@codesourcery.com>
19151
19152 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19153 and compute the length of function main. Save it in
19154 $main_length.
19155 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19156 (top-level): Use gdb_compile to compile objects into
19157 executable and restart GDB. Remove invocation to
19158 prepare_for_testing.
19159
19160 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19161 Pedro Alves <palves@redhat.com>
19162
19163 PR server/16255
19164 * gdb.multi/multi-attach.c: New file.
19165 * gdb.multi/multi-attach.exp: New file.
19166
19167 2014-04-25 Pedro Alves <palves@redhat.com>
19168
19169 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19170 user.
19171 (top level): Test that "set remote conditional-breakpoints-packet
19172 off" works as intended.
19173 * gdb.base/dprintf.exp: Test that "set remote
19174 breakpoint-commands-packet off" works as intended.
19175 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19176 New function.
19177 (top level): Call it.
19178 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19179 remote fast-tracepoints-packet off" works as intended.
19180 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19181 * lib/gdb.exp (gdb_is_target_remote): ... here.
19182
19183 2014-04-24 David Blaikie <dblaikie@gmail.com>
19184
19185 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19186 ensure clang would not discard them.
19187 * gdb.base/gdbvars.c: Ditto.
19188 * gdb.base/memattr.c: Ditto.
19189 * gdb.base/whatis.c: Ditto.
19190 * gdb.python/py-prettyprint.c: Ditto.
19191 * gdb.trace/actions.c: Ditto.
19192 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19193 ensure clang would not discard it.
19194
19195 2014-04-24 David Blaikie <dblaikie@gmail.com>
19196
19197 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19198 clang to emit the full definition of type required by the test
19199 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19200
19201 2014-04-24 David Blaikie <dblaikie@gmail.com>
19202
19203 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19204 coax Clang into emitting the definition of the type.
19205 * gdb.cp/pr10728-x.h (y): Ditto.
19206 * gdb.cp/pr10728-y.cc (y): Ditto.
19207
19208 2014-04-24 David Blaikie <dblaikie@gmail.com>
19209
19210 * gdb.base/label.exp: XFAIL label related tests under Clang.
19211 * gdb.cp/cplabel.exp: Ditto.
19212 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19213 under Clang those using labels.
19214
19215 2014-04-25 Yao Qi <yao@codesourcery.com>
19216
19217 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19218 double_label.
19219 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19220 partial_label and double_label.
19221
19222 2014-04-24 David Blaikie <dblaikie@gmail.com>
19223
19224 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19225
19226 2014-04-24 David Blaikie <dblaikie@gmail.com>
19227
19228 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19229 of the function to work across GCC and Clang.
19230 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19231 pointer types (const void ** const V void **).
19232
19233 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
19234 Walfred Tedeschi <walfred.tedeschi@intel.com>
19235
19236 * Makefile.in (EXECUTABLES): Added i386-avx512.
19237 * gdb.arch/i386-avx512.c: New file.
19238 * gdb.arch/i386-avx512.exp: Likewise.
19239
19240 2014-04-23 Keith Seitz <keiths@redhat.com>
19241
19242 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19243 (mi_make_breakpoint_table): New procedure.
19244 (mi_create_breakpoint): Use mi_make_breakpoint
19245 and return the result.
19246 (mi_make_breakpoint): New procedure.
19247 (mi_build_kv_pairs): New procedure.
19248
19249 * gdb.mi/mi-break.exp: Remove unused globals,
19250 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19251 All callers updated.
19252 * gdb.mi/mi-dprintf.exp: Use variable to track command
19253 number.
19254 Update all callers of mi_create_breakpoint and use
19255 mi_make_breakpoint_table.
19256 Remove any unused global variables.
19257 * gdb.mi/mi-nonstop.exp: Likewise.
19258 * gdb.mi/mi-nsintrall.exp: Likewise.
19259 * gdb.mi/mi-nsmoribund.exp: Likewise.
19260 * gdb.mi/mi-nsthrexec.exp: Likewise.
19261 * gdb.mi/mi-reverse.exp: Likewise.
19262 * gdb.mi/mi-simplerun.exp: Likewise.
19263 * gdb.mi/mi-stepn.exp: Likewise.
19264 * gdb.mi/mi-syn-frame.exp: Likewise.
19265 * gdb.mi/mi-until.exp: Likewise.
19266 * gdb.mi/mi-var-cp.exp: Likewise.
19267 * gdb.mi/mi-var-display.exp: Likewise.
19268 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19269 * gdb.mi/mi2-var-child.exp: Likewise.
19270 * gdb.mi/mi-vla-c99.exp: Likewise.
19271 * lib/mi-support.exp: Likewise.
19272
19273 From Ian Lance Taylor <iant@cygnus.com>:
19274 * lib/gdb.exp (parse_args): New procedure.
19275
19276 2014-04-23 Pedro Alves <palves@redhat.com>
19277
19278 * gdb.base/break-unload-file.c: New file.
19279 * gdb.base/break-unload-file.exp: New file.
19280 * gdb.base/sym-file-lib.c (baz): New function.
19281 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19282 field.
19283 (load): Store the segment's mapped size.
19284 (unload): New function.
19285 (unload_shlib): New function.
19286 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19287 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19288 set a breakpoint at baz, and call it.
19289 * gdb.base/sym-file.exp: New tests for stale breakpoint
19290 instructions.
19291
19292 2014-04-23 Pedro Alves <palves@redhat.com>
19293
19294 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19295 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19296 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19297 * gdb.base/hbreak-unmapped.c: New file.
19298 * gdb.base/hbreak-unmapped.exp: New file.
19299 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19300 * lib/gdb.exp (gdb_is_target_remote): ... here.
19301
19302 2014-04-22 Pedro Alves <palves@redhat.com>
19303
19304 * gdb.base/consecutive-step-over.c: New file.
19305 * gdb.base/consecutive-step-over.exp: New file.
19306
19307 2014-04-22 Pedro Alves <palves@redhat.com>
19308
19309 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19310 instead of send_gdb/gdb_expect.
19311
19312 2014-04-22 Yao Qi <yao@codesourcery.com>
19313
19314 * lib/trace-support.exp (generate_tracefile): New procedure.
19315 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19316 return 0.
19317 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19318 if generate_tracefile returns 1.
19319
19320 2014-04-18 Tom Tromey <palves@redhat.com>
19321 Pedro alves <tromey@redhat.com>
19322
19323 PR backtrace/15558
19324 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19325 with a backtrace limit.
19326 * gdb.python/py-frame-inline.exp: Test running to an inline
19327 function with a backtrace limit, and printing the newest frame.
19328 * gdb.python/py-frame-inline.c (main): Call f.
19329
19330 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19331
19332 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19333
19334 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19335
19336 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19337 Drop prefix from unsupported source file path.
19338
19339 2014-04-17 Yao Qi <yao@codesourcery.com>
19340
19341 * lib/gdb.exp (with_target_charset): New proc.
19342 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19343 with_target_charset.
19344 (test_print_strings): Likewise.
19345 (test_repeat_bytes): Likewise.
19346 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19347 for some tests.
19348
19349 2014-04-16 Keith Seitz <keiths@redhat.com>
19350
19351 PR gdb/15827
19352 * gdb.dwarf2/corrupt.c: New file.
19353 * gdb.dwarf2/corrupt.exp: New file.
19354
19355 2014-04-16 Keith Seitz <keiths@redhat.com>
19356
19357 PR c++/16597
19358 * gdb.cp/namelessclass.cc: New file.
19359 * gdb.cp/namelessclass.exp: New file.
19360 * gdb.cp/namelessclass.S: New file.
19361
19362 2014-04-16 Doug Evans <dje@google.com>
19363
19364 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19365 Add comment.
19366 (gdbserver_default_get_comm_port): New function.
19367 (gdbserver_start): Check if board file provided
19368 "gdbserver,get_comm_port" and use it if so.
19369 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19370 (gdb,socketport): Set to "stdio".
19371 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19372 (stdio_gdbserver_template): Delete.
19373 (${board}_get_remote_address): Update.
19374 (${board}_build_remote_cmd): Delete.
19375 (${board}_get_comm_port): New function.
19376 (${board}_spawn): Update.
19377 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19378 Delete.
19379 (${board}_get_remote_address): Update.
19380 (${board}_get_comm_port): New function.
19381
19382 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
19383
19384 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19385 appearing in any order.
19386
19387 2014-04-15 Doug Evans <dje@google.com>
19388
19389 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19390 uninitialized value of "description".
19391
19392 2014-04-15 Keith Seitz <keiths@redhat.com>
19393
19394 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19395 Remove unused globals.
19396 (test_running_the_program): Likewise.
19397 (test_controlled_execution): Likewise.
19398 (test_controlling_breakpoints): Likewise.
19399 (test_program_termination): Likewise.
19400
19401 2014-04-15 Keith Seitz <keiths@redhat.com>
19402
19403 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19404 unused globals.
19405 (test_rbreak_creation_and_listing): Likewise.
19406 (test_ignore_count): Likewise.
19407 (test_error): Likewise.
19408
19409 2014-04-15 Pedro Alves <palves@redhat.com>
19410
19411 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19412 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19413 sym-file-loader.c.
19414 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19415 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19416 to sym-file-loader.c.
19417 (struct library): Forward declare.
19418 (load_shlib, lookup_function): Change prototypes.
19419 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19420 (translate_offset): Remove declarations.
19421 (get_text_addr): New declaration.
19422 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19423 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19424 sym-file-loader.h.
19425 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19426 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19427 here from sym-file-loader.h.
19428 (struct library): New structure.
19429 (load_shlib, lookup_function): Change prototypes and adjust to
19430 work with a struct library.
19431 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19432 (translate_offset): Make static.
19433 (get_text_addr): New function.
19434 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19435
19436 2014-04-15 Pedro Alves <palves@redhat.com>
19437
19438 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19439
19440 2014-04-15 Pedro Alves <palves@redhat.com>
19441
19442 * gdb.base/sym-file-loader.c: Include <limits.h>.
19443 (SELF_LINK): New define.
19444 (get_origin): New function.
19445 (load_shlib): Use it.
19446 * gdb.base/sym-file.exp: Don't early return if the target is
19447 remote. Use runto_main, and issue fail is that fails. Use
19448 gdb_load_shlibs.
19449 (shlib_name): Delete.
19450 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19451
19452 2014-04-15 Pedro Alves <palves@redhat.com>
19453
19454 * gdb.base/sym-file.exp: Remove regex characters from test
19455 message. Don't refer to breakpoint numbers in test messages.
19456
19457 2014-04-14 Keith Seitz <keiths@redhat.com>
19458
19459 PR c++/16253
19460 * gdb.cp/var-tag.cc: New file.
19461 * gdb.cp/var-tag.exp: New file.
19462 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19463 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19464 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19465 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19466
19467 2014-04-14 Tom Tromey <tromey@redhat.com>
19468
19469 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19470 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19471 type.
19472 * gdb.cp/enum-class.exp: New file.
19473 * gdb.cp/enum-class.cc: New file.
19474
19475 2014-04-14 Tom Tromey <tromey@redhat.com>
19476
19477 * gdb.dwarf2/enum-type.exp: New file.
19478
19479 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19480
19481 * gdb.mi/mi-vla-c99.exp: New file.
19482 * gdb.mi/vla.c: New file.
19483
19484 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19485
19486 * gdb.base/vla-datatypes.c: New file.
19487 * gdb.base/vla-datatypes.exp: New file.
19488
19489 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19490
19491 * gdb.base/vla-ptr.c: New file.
19492 * gdb.base/vla-ptr.exp: New file.
19493
19494 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19495
19496 * gdb.dwarf2/count.exp: New file.
19497
19498 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19499
19500 * gdb.base/vla-sideeffect.c: New file.
19501 * gdb.base/vla-sideeffect.exp: New file.
19502
19503 2014-04-14 David Blaikie <dblaikie@gmail.com>
19504
19505 * gdb.mi/non-stop.c: Add return value for non-void function return
19506 statement.
19507 * gdb.threads/staticthreads.c: Ditto.
19508
19509 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19510 Doug Evans <xdje42@gmail.com>
19511
19512 * gdb.guile/scm-value.c: Improve test case.
19513 * gdb.guile/scm-value.exp: Add new test.
19514
19515 2014-04-11 David Blaikie <dblaikie@gmail.com>
19516
19517 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19518 override Clang's default.
19519
19520 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19521
19522 Revert the following changes (regressions):
19523
19524 * gdb.base/vla-sideeffect.c: New file.
19525 * gdb.base/vla-sideeffect.exp: New file.
19526
19527 * gdb.dwarf2/count.exp: New file.
19528
19529 * gdb.base/vla-multi.c: New file.
19530 * gdb.base/vla-multi.exp: New file.
19531
19532 * gdb.base/vla-ptr.c: New file.
19533 * gdb.base/vla-ptr.exp: New file.
19534
19535 * gdb.base/vla-datatypes.c: New file.
19536 * gdb.base/vla-datatypes.exp: New file.
19537
19538 * gdb.mi/mi-vla-c99.exp: New file.
19539 * gdb.mi/vla.c: New file.
19540
19541 2014-04-11 Keith Seitz <keiths@redhat.com>
19542
19543 PR c++/16675
19544 * gdb.cp/cpsizeof.exp: New file.
19545 * gdb.cp/cpsizeof.cc: New file.
19546
19547 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19548
19549 * gdb.mi/mi-vla-c99.exp: New file.
19550 * gdb.mi/vla.c: New file.
19551
19552 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19553
19554 * gdb.base/vla-datatypes.c: New file.
19555 * gdb.base/vla-datatypes.exp: New file.
19556
19557 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19558
19559 * gdb.base/vla-ptr.c: New file.
19560 * gdb.base/vla-ptr.exp: New file.
19561
19562 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19563
19564 * gdb.base/vla-multi.c: New file.
19565 * gdb.base/vla-multi.exp: New file.
19566
19567 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19568
19569 * gdb.dwarf2/count.exp: New file.
19570
19571 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19572
19573 * gdb.base/vla-sideeffect.c: New file.
19574 * gdb.base/vla-sideeffect.exp: New file.
19575
19576 2014-04-11 Yao Qi <yao@codesourcery.com>
19577
19578 * gdb.base/completion.exp: Check file exists before running tests
19579 on file completion.
19580
19581 2014-04-10 Pedro Alves <palves@redhat.com>
19582
19583 * gdb.base/cond-eval-mode.c: New file.
19584 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19585 prepare_for_testing to build the new file. Check result of
19586 runto_main.
19587 (test_break, test_watch): New procedures.
19588 (top level): Use them.
19589
19590 2014-04-08 Pierre Muller <muller@sourceware.org>
19591
19592 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19593 Ctrl-V use for mingw hosts.
19594
19595 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19596
19597 * gdb.python/py-value.c: Improve test case.
19598 * gdb.python/py-value.exp: Add new test.
19599
19600 2014-04-07 David Blaikie <dblaikie@gmail.com>
19601
19602 * lib/compiler.c: Identify the clang compiler.
19603 * lib/compiler.cc: Ditto.
19604
19605 2014-04-03 Yao Qi <yao@codesourcery.com>
19606
19607 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19608
19609 2014-04-01 Anton Blanchard <anton@samba.org>
19610
19611 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19612 messages unique.
19613
19614 2014-04-01 Anton Blanchard <anton@samba.org>
19615
19616 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19617 prepare_for_testing.
19618
19619 2014-04-01 Anton Blanchard <anton@samba.org>
19620
19621 * gdb.arch/ppc64-atomic-inst.c: Remove.
19622 * gdb.arch/ppc64-atomic-inst.S: New file.
19623 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19624
19625 2014-03-31 Doug Evans <dje@google.com>
19626
19627 * gdb.base/print-symbol-loading-lib.c: New file.
19628 * gdb.base/print-symbol-loading-main.c: New file.
19629 * gdb.base/print-symbol-loading.exp: New file.
19630
19631 2014-03-31 Yao Qi <yao@codesourcery.com>
19632
19633 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19634
19635 2014-03-28 Joel Brobecker <brobecker@adacore.com>
19636
19637 * gdb.ada/mi_dyn_arr: New testcase.
19638
19639 2014-03-27 Doug Evans <dje@google.com>
19640
19641 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19642
19643 2014-03-27 Yao Qi <yao@codesourcery.com>
19644
19645 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19646 if target is nios2-*-*.
19647
19648 2014-03-26 Yao Qi <yao@codesourcery.com>
19649
19650 * lib/gdb.exp (readline_is_used): New proc.
19651 * gdb.base/completion.exp: Move tests on command complete up.
19652 Skip the rest of tests if readline is not used.
19653 * gdb.ada/complete.exp: Skp the test if readline is not
19654 used.
19655 * gdb.base/filesym.exp: Likewise.
19656 * gdb.base/macscp.exp: Likewise.
19657 * gdb.base/readline-ask.exp: Likewise.
19658 * gdb.base/readline.exp: Likewise.
19659 * gdb.python/py-cmd.exp: Likewise.
19660 * gdb.trace/tfile.exp: Likewise.
19661
19662 2014-03-26 Yao Qi <yao@codesourcery.com>
19663
19664 * gdb.base/macscp.exp: Fix code format issues.
19665
19666 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19667
19668 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19669 * gdb.asm/powerpc64le.inc: New file.
19670
19671 2014-03-25 Pedro Alves <palves@redhat.com>
19672 Doug Evans <dje@google.com>
19673
19674 * gdb.base/source-execution.c: New file.
19675 * gdb.base/source-execution.exp: New file.
19676 * gdb.base/source-execution.gdb: New file.
19677
19678 2014-03-24 Doug Evans <dje@google.com>
19679
19680 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19681 using fission.
19682
19683 2014-03-24 Hui Zhu <hui@codesourcery.com>
19684 Pedro Alves <palves@redhat.com>
19685
19686 PR breakpoints/16101
19687 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19688 test pass/fail messages. Detect missing support for dprintf when
19689 breakpoints are actually inserted.
19690 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19691 breakpoints are actually inserted.
19692 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19693 fails.
19694
19695 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19696
19697 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19698
19699 2014-03-22 Doug Evans <xdje42@gmail.com>
19700
19701 * gdb.python/python.exp (python not supported): Verify multi-line
19702 python command issues an error.
19703 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19704 guile command issues an error.
19705
19706 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19707
19708 * gdb.threads/thread-specific.exp: Handle the lack of usable
19709 $this_breakpoint and $this_thread.
19710
19711 2014-03-21 Hui Zhu <hui@codesourcery.com>
19712
19713 * gdb.base/attach.exp (do_command_attach_tests): New.
19714
19715 2014-03-20 Tom Tromey <tromey@redhat.com>
19716 Pedro Alves <palves@redhat.com>
19717
19718 PR cli/15718
19719 * gdb.base/condbreak-call-false.c: New file.
19720 * gdb.base/condbreak-call-false.exp: New file.
19721
19722 2014-03-20 Pedro Alves <palves@redhat.com>
19723
19724 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19725 Delete.
19726 (block_signals, unblock_signals): Delete.
19727 (child_function_2, main): Remove references to deleted variable
19728 and functions.
19729
19730 2014-03-20 Pedro Alves <palves@redhat.com>
19731
19732 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19733 Use pthread_kill to signal thread 2.
19734 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19735 Adjust to make the test send itself a signal rather than using the
19736 host's "kill" command.
19737
19738 2014-03-20 Pedro Alves <palves@redhat.com>
19739
19740 * gdb.threads/multiple-step-overs.c: New file.
19741 * gdb.threads/multiple-step-overs.exp: New file.
19742 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19743 Adjust expected infrun debug output.
19744
19745 2014-03-20 Pedro Alves <palves@redhat.com>
19746
19747 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19748 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19749
19750 2014-03-20 Pedro Alves <palves@redhat.com>
19751
19752 PR breakpoints/7143
19753 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19754 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19755 of gdb_test_multiple.
19756 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19757 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19758
19759 2014-03-20 Pedro Alves <palves@redhat.com>
19760
19761 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19762 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19763
19764 2014-03-19 Pedro Alves <palves@redhat.com>
19765
19766 * gdb.base/async.exp: Remove early return.
19767
19768 2014-03-19 Pedro Alves <palves@redhat.com>
19769
19770 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19771
19772 2014-03-19 Pedro Alves <palves@redhat.com>
19773
19774 * gdb.base/async.exp (test_background): Expect \r\n after
19775 "completed." in the fail pattern.
19776
19777 2014-03-19 Pedro Alves <palves@redhat.com>
19778
19779 * gdb.base/async.exp (test_background): New procedure.
19780 Use it for all background execution command tests.
19781
19782 2014-03-19 Pedro Alves <palves@redhat.com>
19783
19784 * gdb.base/async.exp: Use prepare_for_testing.
19785
19786 2014-03-19 Pedro Alves <palves@redhat.com>
19787
19788 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19789 the same line.
19790
19791 2014-03-19 Pedro Alves <palves@redhat.com>
19792
19793 * gdb.base/async.c (main): Add "jump here" and "until here" line
19794 marker comments.
19795 * gdb.base/async.exp (jump_here): New global.
19796 (jump& test): Use it.
19797 (until_here): New global.
19798 (until& test): Use it.
19799
19800 2014-03-19 Pedro Alves <palves@redhat.com>
19801
19802 * gdb.base/async.exp: Don't frob gdb_protocol.
19803
19804 2014-03-18 Doug Evans <xdje42@gmail.com>
19805
19806 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19807 Fix spelling of exec-done-display.
19808
19809 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19810
19811 PR gdb/15358
19812 * gdb.base/gdb-sigterm.c: New file.
19813 * gdb.base/gdb-sigterm.exp: New file.
19814
19815 2014-03-18 Pedro Alves <palves@redhat.com>
19816
19817 PR gdb/13860
19818 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19819 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19820 solib-event.
19821
19822 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19823
19824 * gdb.ada/pckd_arr_ren: New testcase.
19825
19826 2014-03-13 Doug Evans <xdje42@gmail.com>
19827
19828 PR guile/16612
19829 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19830 collect after discarding symbols.
19831
19832 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19833 Doug Evans <xdje42@gmail.com>
19834
19835 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19836 to history survives a gc.
19837
19838 2014-03-13 Pedro Alves <palves@redhat.com>
19839
19840 * gdb.base/default.exp: Don't test "target procfs".
19841
19842 2014-03-13 Pedro Alves <palves@redhat.com>
19843
19844 * gdb.base/default.exp: Update "target child" and "target procfs"
19845 tests to not expect "Unix".
19846
19847 2014-03-12 Tom Tromey <tromey@redhat.com>
19848
19849 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19850 New procs. Add target-async tests.
19851 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19852 Add target-async tests.
19853
19854 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19855
19856 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19857 'func_start' and 'func_end' for the beginning and end of the
19858 function code, respectively.
19859 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19860 'func_end' instead of 'func' and 'main'.
19861
19862 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19863
19864 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19865 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19866 generate the debug info assembler source.
19867
19868 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19869
19870 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19871 * gdb.dwarf2/arr-subrange.exp: Likewise.
19872 * gdb.dwarf2/dwz.exp: Likewise.
19873 * gdb.dwarf2/method-ptr.exp: Likewise.
19874 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19875 * gdb.dwarf2/subrange.exp: Likewise.
19876 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19877 * gdb.dwarf2/implptrpiece.exp: Likewise.
19878 * gdb.dwarf2/nostaticblock.exp: Likewise.
19879
19880 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19881
19882 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19883 directory to absolute path name arguments.
19884
19885 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19886
19887 * gdb.ada/tagged_access: New testcase.
19888
19889 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19890
19891 * gdb.btrace/data.exp: Update expected output.
19892
19893 2014-03-06 Yao Qi <yao@codesourcery.com>
19894
19895 * gdb.trace/pr16508.exp: New file.
19896
19897 2014-03-05 Pedro Alves <palves@redhat.com>
19898
19899 PR gdb/16575
19900 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19901 procedure.
19902 (top level): Adjust to use it. Add tests that exercise breakpoint
19903 interaction with the code-cache.
19904
19905 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19906
19907 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19908 test for 'history-append!'.
19909
19910 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19911
19912 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19913 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19914 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19915 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19916 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19917 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19918
19919 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19920
19921 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19922 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19923 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19924
19925 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19926
19927 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19928
19929 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19930
19931 * gdb.dwarf2/arr-stride.c: New file.
19932 * gdb.dwarf2/arr-stride.exp: New file.
19933
19934 2014-02-26 Pedro Alves <palves@redhat.com>
19935
19936 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19937 that won't ever trigger. Make sure that GDB reports the correct
19938 breakpoint that caused the stop.
19939
19940 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19941
19942 PR gdb/16626
19943 * gdb.base/auto-load-script: New file.
19944 * gdb.base/auto-load.c: New file.
19945 * gdb.base/auto-load.exp: New file.
19946
19947 PR gdb/16626
19948 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19949
19950 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19951
19952 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19953 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19954
19955 2014-02-24 Doug Evans <dje@google.com>
19956
19957 * lib/gdb.exp (run_on_host): Log error output if program fails.
19958
19959 2014-02-21 Pedro Alves <palves@redhat.com>
19960
19961 * gdb.threads/step-after-sr-lock.c: Rename to ...
19962 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19963 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19964 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19965 ... this.
19966
19967 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19968
19969 PR tdep/16397
19970 * gdb.arch/amd64-stap-special-operands.exp: New file.
19971 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19972 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19973 * gdb.arch/amd64-stap-triplet.S: Likewise.
19974 * gdb.arch/amd64-stap-triplet.c: Likewise.
19975
19976 2014-02-20 Joel Brobecker <brobecker@adacore.com>
19977
19978 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19979 in .section pseudo-op.
19980
19981 2014-02-20 lin zuojian <manjian2006@gmail.com>
19982 Joel Brobecker <brobecker@adacore.com>
19983 Doug Evans <xdje42@gmail.com>
19984
19985 PR symtab/16581
19986 * gdb.dwarf2/dw2-icycle.S: New file.
19987 * gdb.dwarf2/dw2-icycle.c: New file.
19988 * gdb.dwarf2/dw2-icycle.exp: New file.
19989
19990 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19991
19992 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19993 operations on gdb.Value objects.
19994 * gdb.python/py-value-cc.exp: Add new test to test operations on
19995 gdb.Value objects.
19996
19997 2014-02-18 Doug Evans <dje@google.com>
19998
19999 * Makefile.in (TESTS): New variable.
20000 (expanded_tests, expanded_tests_or_none): New variables
20001 (check-single): Pass $(expanded_tests_or_none) to runtest.
20002 (check-parallel): Only run tests in $(TESTS) if non-empty.
20003 (check/no-matching-tests-found): New rule.
20004 * README: Document TESTS makefile variable.
20005
20006 2014-02-18 Doug Evans <dje@google.com>
20007
20008 * Makefile.in (check-parallel): rm -rf outputs temp.
20009
20010 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20011
20012 Fix "ERROR: no fileid for" in the testsuite.
20013 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20014
20015 2014-02-12 Doug Evans <dje@google.com>
20016
20017 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20018 (MISCELLANEOUS): New variable.
20019 (clean): rm -rf $(MISCELLANEOUS).
20020 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20021 dwp live in the same directory as symlinks, with each symlink pointed
20022 to a differently named file in a different directory.
20023
20024 2014-02-11 Doug Evans <dje@google.com>
20025
20026 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20027 of Tcl file commands.
20028
20029 2014-02-10 Mark Kettenis <kettenis@gnu.org>
20030
20031 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20032 "kill -SIGUSR1 -1".
20033
20034 2014-02-10 Joel Brobecker <brobecker@adacore.com>
20035
20036 * gdb.ada/tick_length_array_enum_idx: New testcase.
20037
20038 2014-02-10 Doug Evans <xdje42@gmail.com>
20039
20040 * configure.ac (AC_OUTPUT): Add gdb.guile.
20041 * configure: Regenerate.
20042 * lib/gdb-guile.exp: New file.
20043 * lib/gdb.exp (get_target_charset): New function.
20044 * gdb.base/help.exp: Update expected output from "apropos apropos".
20045 * gdb.guile/Makefile.in: New file.
20046 * gdb.guile/guile.exp: New file.
20047 * gdb.guile/scm-arch.c: New file.
20048 * gdb.guile/scm-arch.exp: New file.
20049 * gdb.guile/scm-block.c: New file.
20050 * gdb.guile/scm-block.exp: New file.
20051 * gdb.guile/scm-breakpoint.c: New file.
20052 * gdb.guile/scm-breakpoint.exp: New file.
20053 * gdb.guile/scm-disasm.c: New file.
20054 * gdb.guile/scm-disasm.exp: New file.
20055 * gdb.guile/scm-equal.c: New file.
20056 * gdb.guile/scm-equal.exp: New file.
20057 * gdb.guile/scm-error.exp: New file.
20058 * gdb.guile/scm-error.scm: New file.
20059 * gdb.guile/scm-frame-args.c: New file.
20060 * gdb.guile/scm-frame-args.exp: New file.
20061 * gdb.guile/scm-frame-args.scm: New file.
20062 * gdb.guile/scm-frame-inline.c: New file.
20063 * gdb.guile/scm-frame-inline.exp: New file.
20064 * gdb.guile/scm-frame.c: New file.
20065 * gdb.guile/scm-frame.exp: New file.
20066 * gdb.guile/scm-generics.exp: New file.
20067 * gdb.guile/scm-gsmob.exp: New file.
20068 * gdb.guile/scm-iterator.c: New file.
20069 * gdb.guile/scm-iterator.exp: New file.
20070 * gdb.guile/scm-math.c: New file.
20071 * gdb.guile/scm-math.exp: New file.
20072 * gdb.guile/scm-objfile-script-gdb.in: New file.
20073 * gdb.guile/scm-objfile-script.c: New file.
20074 * gdb.guile/scm-objfile-script.exp: New file.
20075 * gdb.guile/scm-objfile.c: New file.
20076 * gdb.guile/scm-objfile.exp: New file.
20077 * gdb.guile/scm-ports.exp: New file.
20078 * gdb.guile/scm-pretty-print.c: New file.
20079 * gdb.guile/scm-pretty-print.exp: New file.
20080 * gdb.guile/scm-pretty-print.scm: New file.
20081 * gdb.guile/scm-section-script.c: New file.
20082 * gdb.guile/scm-section-script.exp: New file.
20083 * gdb.guile/scm-section-script.scm: New file.
20084 * gdb.guile/scm-symbol.c: New file.
20085 * gdb.guile/scm-symbol.exp: New file.
20086 * gdb.guile/scm-symtab-2.c: New file.
20087 * gdb.guile/scm-symtab.c: New file.
20088 * gdb.guile/scm-symtab.exp: New file.
20089 * gdb.guile/scm-type.c: New file.
20090 * gdb.guile/scm-type.exp: New file.
20091 * gdb.guile/scm-value-cc.cc: New file.
20092 * gdb.guile/scm-value-cc.exp: New file.
20093 * gdb.guile/scm-value.c: New file.
20094 * gdb.guile/scm-value.exp: New file.
20095 * gdb.guile/source2.scm: New file.
20096 * gdb.guile/types-module.cc: New file.
20097 * gdb.guile/types-module.exp: New file.
20098
20099 2014-02-10 Yao Qi <yao@codesourcery.com>
20100
20101 PR testsuite/16543
20102 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20103 * configure: Regenerated.
20104 * Makefile.in: New file.
20105
20106 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20107
20108 * gdb.python/py-framefilter.exp: Fix typo.
20109
20110 2014-02-08 Yao Qi <yao@codesourcery.com>
20111
20112 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20113 that no =breakpoint-modified is emitted when breakpoints are
20114 modified through MI commands.
20115
20116 2014-02-07 Pedro Alves <pedro@codesourcery.com>
20117 Pedro Alves <palves@redhat.com>
20118
20119 * gdb.threads/step-after-sr-lock.c: New file.
20120 * gdb.threads/step-after-sr-lock.exp: New file.
20121
20122 2014-02-07 Pedro Alves <palves@redhat.com>
20123
20124 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20125
20126 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20127
20128 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20129 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20130
20131 2014-02-06 Doug Evans <xdje42@gmail.com>
20132
20133 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20134 output.
20135
20136 * gdb.gdb/python-interrupts.exp: New file.
20137
20138 2014-02-05 Yao Qi <yao@codesourcery.com>
20139
20140 * gdb.trace/report.exp (use_collected_data): Test the output
20141 of "info threads" and "info inferiors".
20142
20143 2014-02-05 Yao Qi <yao@codesourcery.com>
20144
20145 Revert this patch:
20146
20147 2013-05-24 Yao Qi <yao@codesourcery.com>
20148
20149 * gdb.trace/tfile.exp: Test inferior and thread.
20150
20151 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20152
20153 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20154 on a function.
20155 * gdb.base/step-bt.c: Call hello via function pointer to make
20156 sure its first instruction is executed on powerpc64le-linux.
20157
20158 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20159
20160 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20161
20162 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20163
20164 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20165 of the test patterns for use on little-endian systems.
20166
20167 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20168
20169 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20170 (decimal_vector): Fix for little-endian.
20171
20172 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20173
20174 * gdb.arch/sparc-sysstep.exp: New file.
20175 * gdb.arch/sparc-sysstep.c: Likewise.
20176
20177 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20178
20179 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20180
20181 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20182
20183 2014-01-23 Tom Tromey <tromey@redhat.com>
20184
20185 * gdb.ada/array_char_idx: New testcase.
20186
20187 2014-01-23 Tom Tromey <tromey@redhat.com>
20188
20189 PR python/16487:
20190 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20191 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20192 classes.
20193
20194 2014-01-23 Tom Tromey <tromey@redhat.com>
20195
20196 PR python/16491:
20197 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20198 string from an inferior frame.
20199 * gdb.python/py-framefilter-mi.exp: Update.
20200
20201 2014-01-22 Doug Evans <dje@google.com>
20202
20203 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20204
20205 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20206
20207 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20208
20209 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20210
20211 * gdb.trace/entry-values.exp: Remove excess space character from
20212 regex patterns. Handle s390 call instruction.
20213
20214 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20215
20216 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20217 define "*_start" label. Make "name" static.
20218 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20219 ${name} by references to ${name}_start.
20220
20221 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20222
20223 * gdb.base/info-macros.exp: Remove "debug" from the compile
20224 options.
20225
20226 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20227
20228 * gdb.dlang/demangle.exp: New file.
20229
20230 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20231
20232 * gdb.dlang/primitive-types.exp: New file.
20233
20234 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20235
20236 * configure.ac: Create gdb.dlang/Makefile.
20237 * configure: Regenerate.
20238 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20239 * gdb.dlang/Makefile.in: New file.
20240 * lib/d-support.exp: New file.
20241 * lib/gdb.exp (skip_d_tests): New proc.
20242
20243 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20244
20245 * gdb.btrace/delta.exp: Check reverse stepi.
20246 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20247 * gdb.btrace/finish.exp: New.
20248 * gdb.btrace/next.exp: New.
20249 * gdb.btrace/nexti.exp: New.
20250 * gdb.btrace/record_goto.c: Add comments.
20251 * gdb.btrace/step.exp: New.
20252 * gdb.btrace/stepi.exp: New.
20253 * gdb.btrace/multi-thread-step.c: New.
20254 * gdb.btrace/multi-thread-step.exp: New.
20255 * gdb.btrace/rn-dl-bind.c: New.
20256 * gdb.btrace/rn-dl-bind.exp: New.
20257 * gdb.btrace/data.c: New.
20258 * gdb.btrace/data.exp: New.
20259 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20260
20261 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20262
20263 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20264 * gdb.btrace/exception.exp: Update.
20265 * gdb.btrace/instruction_history.exp: Update.
20266 * gdb.btrace/record_goto.exp: Update.
20267 * gdb.btrace/tailcall.exp: Update.
20268 * gdb.btrace/unknown_functions.exp: Update.
20269 * gdb.btrace/delta.exp: New.
20270
20271 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20272
20273 * gdb.btrace/record_goto.exp: Add backtrace test.
20274 * gdb.btrace/tailcall.exp: Add backtrace test.
20275
20276 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20277
20278 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20279 * gdb.btrace/record_goto.c: New.
20280 * gdb.btrace/record_goto.exp: New.
20281 * gdb.btrace/x86-record_goto.S: New.
20282
20283 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20284
20285 * gdb.btrace/function_call_history.exp: Update tests.
20286 * gdb.btrace/instruction_history.exp: Update tests.
20287
20288 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20289
20290 * gdb.btrace/function_call_history.exp: Fix expected field
20291 order for "record function-call-history".
20292 Add new tests for "record function-call-history /c".
20293 * gdb.btrace/exception.cc: New.
20294 * gdb.btrace/exception.exp: New.
20295 * gdb.btrace/tailcall.exp: New.
20296 * gdb.btrace/x86-tailcall.S: New.
20297 * gdb.btrace/x86-tailcall.c: New.
20298 * gdb.btrace/unknown_functions.c: New.
20299 * gdb.btrace/unknown_functions.exp: New.
20300 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20301
20302 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20303
20304 * gdb.btrace/instruction_history.exp: Update.
20305 * gdb.btrace/function_call_history.exp: Update.
20306
20307 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20308
20309 * gdb.btrace/function_call_history.exp: Fix expected function
20310 trace.
20311 * gdb.btrace/instruction_history.exp: Initialize traced.
20312 Remove traced_functions.
20313
20314 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20315
20316 * gdb.btrace/function_call_history.exp: Update
20317 * gdb.btrace/instruction_history.exp: Update.
20318
20319 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20320
20321 * gdb.btrace/enable.exp: Update expected text.
20322
20323 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20324
20325 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20326 bytes.
20327
20328 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20329
20330 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20331
20332 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
20333
20334 * lib/gdb.exp (supports_process_record): Return true for
20335 arm*-linux*. (supports_reverse): Likewise.
20336
20337 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20338
20339 PR python/15464
20340 PR python/16113
20341 * gdb.python/py-type.c: Enhance test case.
20342 * gdb.python/py-value-cc.cc: Likewise
20343 * gdb.python/py-type.exp: Add new tests.
20344 * gdb.python/py-value-cc.exp: Likewise
20345
20346 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20347 Pedro Alves <palves@redhat.com>
20348
20349 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20350 Make "name" extern.
20351 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20352 references to ${name}_start by references to ${name}.
20353
20354 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20355
20356 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20357
20358 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20359
20360 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20361
20362 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20363 Pedro Alves <palves@redhat.com>
20364
20365 * gdb.mi/mi-info-os.exp: Connect to the target with
20366 mi_gdb_target_load.
20367
20368 2014-01-08 Pedro Alves <palves@redhat.com>
20369
20370 * gdb.threads/reconnect-signal.c: New file.
20371 * gdb.threads/reconnect-signal.exp: New file.
20372
20373 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20374
20375 * gdb.base/source-dir.exp: New file.
20376
20377 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20378
20379 * gdb.ada/mi_interface: New testcase.
20380
20381 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20382
20383 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20384 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20385 gdb.ada/pp-rec-component/pck.ads: New files.
20386
20387 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20388
20389 * gdb.python/py-pp-integral.c: New file.
20390 * gdb.python/py-pp-integral.py: New file.
20391 * gdb.python/py-pp-integral.exp: New file.
20392
20393 For older changes see ChangeLog-1993-2013.
20394 \f
20395 ;; Local Variables:
20396 ;; mode: change-log
20397 ;; left-margin: 8
20398 ;; fill-column: 74
20399 ;; version-control: never
20400 ;; End:
20401
20402 Copyright 2014-2020 Free Software Foundation, Inc.
20403 Copying and distribution of this file, with or without modification,
20404 are permitted provided the copyright notice and this notice are preserved.
This page took 0.448307 seconds and 4 git commands to generate.