gdb/python: Add architecture method to gdb.PendingFrame
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
4 gdb.PendingFrame.architecture method.
5
6 2020-07-06 Tom de Vries <tdevries@suse.de>
7
8 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
9
10 2020-07-03 Pedro Alves <palves@redhat.com>
11
12 * gdb.base/structs2.c (main): Adjust second parem_reg call to
13 explicitly write negative numbers.
14 * gdb.base/structs2.exp: Adjust expected output.
15
16 2020-07-03 Pedro Alves <palves@redhat.com>
17
18 * gdb.base/charset.c (init_string): Change all char parameters to
19 unsigned char parameters.
20
21 2020-07-03 Pedro Alves <palves@redhat.com>
22
23 * gdb.base/call-sc.exp (start_scalars_test): Use
24 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
25 * gdb.base/overlays.c: Remove references to PARAMS.
26 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
27 * gdb.base/reread.exp: Don't set 'prototypes' global.
28 * gdb.base/structs.exp (start_structs_test): Use
29 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
30 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
31 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
32 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
33 call.
34 * gdb.base/varargs.exp: Don't set 'prototypes' global.
35
36 2020-07-03 Pedro Alves <palves@redhat.com>
37
38 * gdb.base/m32rovly.c: Delete.
39 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
40
41 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
42
43 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
44 of gdb_py_test_multiple.
45 * gdb.python/py-cmd.exp: Likewise.
46 * gdb.python/py-events.exp: Likewise.
47 * gdb.python/py-function.exp: Likewise.
48 * gdb.python/py-inferior.exp: Likewise.
49 * gdb.python/py-infthread.exp: Likewise.
50 * gdb.python/py-linetable.exp: Likewise.
51 * gdb.python/py-parameter.exp: Likewise.
52 * gdb.python/py-value.exp: Likewise.
53
54 2020-06-30 Tom de Vries <tdevries@suse.de>
55
56 PR testsuite/26175
57 * lib/future.exp (gdb_default_target_compile): Detect and handle
58 early_flags.
59
60 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
61
62 * boards/simavr.exp (gdb_load): Catch errors when closing
63 previous connection. Close connection, wait for process and
64 unset simavr_spawn_id on failure.
65
66 2020-06-29 Tom de Vries <tdevries@suse.de>
67
68 * lib/gdb.exp (unknown): Make test-case unresolved.
69
70 2020-06-29 Tom de Vries <tdevries@suse.de>
71
72 PR gdb/25475
73 * gdb.server/solib-list.exp: Verify that the symbol reload
74 confirmation question is asked.
75
76 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
77
78 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
79 have a input seq nr in each pass message.
80 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
81 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
82 * gdb.python/python.exp: Make test names unique,
83 use gdb_test_multiline instead of gdb_py_test_multiple,
84 use $gdb_test_name.
85 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
86
87 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
88
89 * configure.ac: Add --enable-libctf.
90 * aclocal.m4: sinclude ../config/enable.m4.
91 * Makefile.in (site.exp): Add enable_libctf to site.exp.
92 * lib/gdb.exp (skip_ctf_tests): Use it.
93 * gdb.base/ctf-constvars.exp: Error message tweak.
94 * gdb.base/ctf-ptype.exp: Likewise.
95 * configure: Regenerate.
96
97 2020-06-26 Gary Benson <gbenson@redhat.com>
98
99 * gdb.cp/try_catch.cc: Include string.h.
100 (main): Replace comparison against string literal with
101 strcmp, avoiding build failure with -Wstring-compare.
102 Add "marker test-complete".
103 * gdb.cp/try_catch.exp: Run the test to the above marker,
104 then verify that the value of "test" is still true.
105
106 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
107
108 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
109
110 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
111
112 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
113
114 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
115
116 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
117 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
118 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
119 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
120 * gdb.arch/riscv-tdesc-loading.exp: New file.
121
122 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
123
124 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
125
126 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
127
128 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
129 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
130 * gdb.arch/riscv-tdesc-regs.c: New file.
131 * gdb.arch/riscv-tdesc-regs.exp: New file.
132
133 2020-06-24 Pedro Alves <palves@redhat.com>
134
135 * gdb.arch/amd64-entry-value-paramref.exp: Use
136 prepare_for_testing_full and don't pass "c++" for the .S file
137 build spec.
138 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
139 $options, since it's an assembly file. Remove -Wno-deprecated.
140 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
141 compiling C++ programs.
142
143 2020-06-24 Pedro Alves <palves@redhat.com>
144
145 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
146 Clang, add "-Wno-unknown-warning-option" to the options.
147
148 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
149
150 * gdb.xml/tdesc-reload.c: New file.
151 * gdb.xml/tdesc-reload.exp: New file.
152 * gdb.xml/maint-xml-dump-01.xml: New file.
153 * gdb.xml/maint-xml-dump-02.xml: New file.
154 * gdb.xml/maint-xml-dump.exp: New file.
155
156 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
157
158 * lib/completion-support.exp (test_gdb_completion_offers_commands):
159 Adjust for omitted commands when TUI is disabled.
160
161 2020-06-23 Gary Benson <gbenson@redhat.com>
162 Pedro Alves <palves@redhat.com>
163
164 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
165 * gdb.cp/nsimport.cc: Likewise.
166 * gdb.cp/nsnested.cc: Likewise.
167 * gdb.cp/nsnoimports.cc: Likewise.
168 * gdb.cp/nsusing.cc: Likewise.
169 * gdb.cp/smartp.cc: Likewise.
170 * gdb.python/py-pp-integral.c: Likewise.
171 * gdb.python/py-pp-re-notag.c: Likewise.
172
173 2020-06-23 Gary Benson <gbenson@redhat.com>
174
175 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
176 * gdb.cp/nsimport.cc: Likewise.
177 * gdb.cp/nsnested.cc: Likewise.
178 * gdb.cp/nsnoimports.cc: Likewise.
179 * gdb.cp/nsusing.cc: Likewise.
180 * gdb.cp/smartp.cc: Likewise.
181 * gdb.python/py-pp-integral.c: Likewise.
182 * gdb.python/py-pp-re-notag.c: Likewise.
183
184 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
185
186 * gdb.base/default-args.exp: New test.
187 * gdb.base/default-args.c: New file.
188 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
189 * gdb.base/default.exp: Update to new help text.
190 * gdb.base/help.exp: Likewise.
191 * gdb.base/page.exp: Likewise.
192 * gdb.base/style.exp: Likewise.
193 * gdb.guile/guile.exp: Likewise.
194 * gdb.python/python.exp: Likewise.
195
196 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
197
198 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
199 remote host. Fix search path syntax on Windows host.
200
201 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
202
203 * gdb.base/attach.exp: Test priority of 'exec-file' changed
204 over 'exec-file-mismatch'.
205 * gdb.base/attach.c: Mark should_exit volatile.
206 * gdb.base/attach2.c: Likewise. Add a comment explaining
207 why the sleep cannot be big.
208 * gdb.base/attach3.c: New file.
209
210 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
211
212 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
213 prefix optional.
214
215 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
216
217 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
218 for remote host.
219
220 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
221 Hafiz Abid Qadeer <abidh@codesourcery.com>
222
223 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
224 file sent to remote host.
225 (top level): Allow int32_t as type of 32-bit register.
226
227 2020-06-19 Tom de Vries <tdevries@suse.de>
228
229 * lib/gdb.exp (gdb_note): New proc.
230 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
231 (gdb_default_target_compile): ... here. Only call
232 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
233 (use_gdb_compile): Change to array.
234 (toplevel): Update sets of use_gdb_compile to specify language.
235 Warn about default_target_compile override. Store dejagnu's version
236 of default_target_compile in dejagnu_default_target_compile.
237
238 2020-06-18 Tom de Vries <tdevries@suse.de>
239
240 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
241 (default_gdb_init): ... here.
242
243 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
244
245 Fix TUI support checks in gdb.tui tests.
246
247 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
248 just say UNSUPPORTED.
249 * gdb.tui/corefile-run.exp: Likewise.
250 * gdb.tui/empty.exp: Likewise.
251 * gdb.tui/list-before.exp: Likewise.
252 * gdb.tui/list.exp: Likewise.
253 * gdb.tui/main.exp: Likewise.
254 * gdb.tui/regs.exp: Likewise.
255 * gdb.tui/resize.exp: Likewise.
256 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
257 * gdb.tui/tui-layout-asm.exp: Likewise.
258 * gdb.tui/tui-missing-src.exp: Likewise.
259 * gdb.tui/winheight.exp: Likewise.
260 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
261
262 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
263
264 Fix TCL error in gdb.python/py-format-string.exp.
265
266 * gdb.python/py-format-string.exp: Move test for python support
267 earlier, out of function body.
268
269 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
270
271 * gdb.base/index-cache-load-twice.c: New.
272 * gdb.base/index-cache-load-twice.exp: New.
273
274 2020-06-17 Keith Seitz <keiths@redhat.com>
275
276 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
277 when executing "gdb --configuration".
278
279 2020-06-17 Tom de Vries <tdevries@suse.de>
280
281 * lib/gdb.exp (gdb_tcl_unknown): New proc.
282 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
283 conditional on presence of gdb_tcl_unknown.
284 (gdb_finish): Make override undo conditional on presence of
285 gdb_tcl_unknown.
286
287 2020-06-16 Tom Tromey <tom@tromey.com>
288
289 * gdb.python/tui-window.py (failwin): New function. Register it
290 as a TUI window type.
291 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
292
293 2020-06-16 Gary Benson <gbenson@redhat.com>
294
295 * gdb.python/py-nested-maps.c (create_map): Add missing return
296 value.
297 (create_map_map): Likewise.
298
299 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
300
301 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
302 variable.
303 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
304 and use the already-defined 'options' variable.
305
306 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
307 Tom de Vries <tdevries@suse.de>
308
309 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
310 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
311 (gdb_setup_known_globals): New proc.
312 (gdb_cleanup_globals): New proc.
313 * lib/gdb.exp (load_lib): New override proc.
314 (gdb_stdin_log_init): Set var in_file as persistent global.
315 * lib/pascal.exp (gdb_stdin_log_init): Set vars
316 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
317 fpc_compiler as persistent global.
318
319 2020-06-12 Tom de Vries <tdevries@suse.de>
320
321 * lib/tuiterm.exp (spawn): Rename to ...
322 (tui_spawn): ... this.
323 (toplevel): Move rename of spawn ...
324 (gdb_init_tuiterm): ... here. New proc.
325 (gdb_finish_tuiterm): New proc.
326 * lib/gdb.exp (gdb_finish_hooks): New global var.
327 (gdb_finish): Handle gdb_finish_hooks.
328 (tuiterm_env): New proc.
329 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
330 tuiterm_env.
331 * gdb.tui/basic.exp: Same.
332 * gdb.tui/corefile-run.exp: Same.
333 * gdb.tui/empty.exp: Same.
334 * gdb.tui/list-before.exp: Same.
335 * gdb.tui/list.exp: Same.
336 * gdb.tui/main.exp: Same.
337 * gdb.tui/new-layout.exp: Same.
338 * gdb.tui/regs.exp: Same.
339 * gdb.tui/resize.exp: Same.
340 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
341 * gdb.tui/tui-layout-asm.exp: Same.
342 * gdb.tui/tui-missing-src.exp: Same.
343 * gdb.tui/winheight.exp: Same.
344
345 2020-06-12 Tom de Vries <tdevries@suse.de>
346
347 PR testsuite/26110
348 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
349 (gdb_finish): Reinstall dejagnu's override of ::unknown.
350
351 2020-06-11 Tom Tromey <tom@tromey.com>
352
353 PR gdb/18318:
354 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
355 floating point tests.
356
357 2020-06-11 Keith Seitz <keiths@redhat.com>
358
359 PR gdb/21356
360 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
361 vla_struct.
362 Add new struct vla_typedef and union vla_typedef_union and
363 corresponding instantiation objects.
364 Initialize new objects.
365 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
366 and vla_typedef_union_object.
367 Fixup type for vla_struct_object.
368
369 2020-06-11 Tom de Vries <tdevries@suse.de>
370
371 * lib/gdb.exp (with_override): New proc, factored out of ...
372 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
373
374 2020-06-10 Tom de Vries <tdevries@suse.de>
375
376 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
377
378 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
379
380 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
381 parameter, update callers.
382
383 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
384
385 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
386 * gdb.dwarf2/share-psymtabs-bt.c: New file.
387 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
388
389 2020-06-04 Tom de Vries <tdevries@suse.de>
390
391 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
392
393 2020-06-04 Tom de Vries <tdevries@suse.de>
394
395 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
396 exp_continue.
397
398 2020-06-04 Tom de Vries <tdevries@suse.de>
399
400 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
401
402 2020-06-03 Tom de Vries <tdevries@suse.de>
403
404 PR symtab/26046
405 * gdb.cp/breakpoint-locs-2.cc: New test.
406 * gdb.cp/breakpoint-locs.cc: New test.
407 * gdb.cp/breakpoint-locs.exp: New file.
408 * gdb.cp/breakpoint-locs.h: New test.
409
410 2020-06-03 Tom de Vries <tdevries@suse.de>
411
412 PR testsuite/25609
413 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
414 value of global verbose.
415 * gdb.base/jit-elf.exp: Same.
416 * gdb.base/jit-reader.exp: Same.
417
418 2020-06-02 Tom de Vries <tdevries@suse.de>
419
420 * gdb.dwarf2/multidictionary.exp: Don't use
421 gdb_spawn_with_cmdline_opts.
422
423 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
424
425 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
426 use_header case.
427 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
428 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
429 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
430 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
431 * gdb.dwarf2/dw2-inline-header.c: New file.
432 * gdb.dwarf2/dw2-inline-header.h: New file.
433
434 2020-05-30 Pedro Alves <palves@redhat.com>
435
436 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
437 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
438
439 2020-05-29 Gary Benson <gbenson@redhat.com>
440
441 * gdb.compile/compile-cplus.exp (additional_flags): Also
442 set when building with clang.
443 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
444 when building with clang.
445
446 2020-05-29 Gary Benson <gbenson@redhat.com>
447
448 * gdb.arch/i386-avx.exp (additional_flags): Also set when
449 building with clang.
450 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
451
452 2020-05-29 Gary Benson <gbenson@redhat.com>
453
454 * gdb.cp/koenig.exp (prepare_for_testing): Add
455 additional_flags=-Wno-unused-comparison.
456 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
457
458 2020-05-28 Gary Benson <gbenson@redhat.com>
459
460 * gdb.base/sigaltstack.c (catcher): Add default case to switch
461 statement.
462
463 2020-05-28 Gary Benson <gbenson@redhat.com>
464
465 * gdb.cp/classes.exp (prepare_for_testing): Add
466 additional_flags=-Wno-deprecated-register.
467 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
468 * gdb.cp/misc.exp: Likewise.
469
470 2020-05-28 Gary Benson <gbenson@redhat.com>
471
472 * gdb.linespec/cpls-ops.cc (dummy): New static global.
473 (test_op_new::operator new): Add return statement.
474 (test_op_new_array::operator new[]): Likewise.
475
476 2020-05-27 Pedro Alves <palves@redhat.com>
477
478 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
479 check. Use test_gdb_complete_unique instead of
480 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
481 test_gdb_complete_multiple instead of
482 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
483
484 2020-05-27 Luis Machado <luis.machado@linaro.org>
485
486 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
487 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
488 * gdb.arch/arm-disassembler-options.exp: Likewise.
489 * gdb.arch/arm-disp-step.exp: Likewise.
490 * gdb.arch/thumb-prologue.exp: Likewise.
491 * gdb.base/async.exp: Likewise.
492 * gdb.base/auxv.exp: Likewise.
493 * gdb.base/complex-parts.exp: Likewise.
494 * gdb.base/ena-dis-br.exp: Likewise.
495 * gdb.base/foll-exec.exp: Likewise.
496 * gdb.base/permissions.exp: Likewise.
497 * gdb.base/relocate.exp: Likewise.
498 * gdb.base/return2.exp: Likewise.
499 * gdb.base/sigbpt.exp: Likewise.
500 * gdb.base/siginfo-obj.exp: Likewise.
501 * gdb.cp/converts.exp: Likewise.
502 * gdb.cp/exceptprint.exp: Likewise.
503 * gdb.cp/inherit.exp: Likewise.
504 * gdb.cp/nsnoimports.exp: Likewise.
505 * gdb.cp/virtbase2.exp: Likewise.
506 * gdb.mi/mi-var-cmd.exp: Likewise.
507 * gdb.mi/var-cmd.c: Likewise.
508
509 2020-05-26 Tom Tromey <tromey@adacore.com>
510
511 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
512
513 2020-05-26 Tom Tromey <tromey@adacore.com>
514
515 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
516 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
517 type.
518 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
519 variable.
520
521 2020-05-26 Christian Biesinger <cbiesinger@google.com>
522
523 * Makefile.in: Use = instead of == for the test command
524 for portability.
525
526 2020-05-26 Tom de Vries <tdevries@suse.de>
527
528 * gdb.base/gold-gdb-index-2.c: New test.
529 * gdb.base/gold-gdb-index.c: New test.
530 * gdb.base/gold-gdb-index.exp: New file.
531 * gdb.base/gold-gdb-index.h: New test.
532
533 2020-05-25 Tom de Vries <tdevries@suse.de>
534
535 * boards/gold-gdb-index.exp: New file.
536
537 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
538
539 * boards/simavr.exp: New file.
540
541 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
542
543 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
544 * gdb.base/inferior-args.exp: New file.
545 * gdb.base/inferior-args.c: New file.
546
547 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
548
549 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
550 inferior_args. Pass it to gdb_reload.
551 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
552 inferior_args.
553 (gdb_reload): Add inferior_args argument.
554 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
555 pass it to gdbserver_run.
556 * boards/native-gdbserver.exp: Do not set noargs.
557 * boards/native-extended-gdbserver.exp (gdb_reload): Add
558 inferior_args argument.
559 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
560 * gdb.base/a2-run.exp: Check for use_gdb_stub.
561 * gdb.base/args.exp: Likewise.
562
563 2020-05-25 Tom de Vries <tdevries@suse.de>
564
565 * lib/gdb.exp (exec_is_pie): Add comment.
566
567 2020-05-25 Tom de Vries <tdevries@suse.de>
568
569 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
570 instead of $binfile in the untested message.
571
572 2020-05-25 Tom de Vries <tdevries@suse.de>
573
574 PR testsuite/26031
575 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
576
577 2020-05-25 Tom de Vries <tdevries@suse.de>
578
579 * boards/gold.exp: New file.
580
581 2020-05-23 Tom Tromey <tom@tromey.com>
582
583 * gdb.base/style.exp: Remove completion styling test.
584 * lib/gdb-utils.exp (style): Remove completion styles.
585
586 2020-05-23 Tom Tromey <tom@tromey.com>
587
588 * gdb.base/style.exp: Add completion styling test.
589 * lib/gdb-utils.exp (style): Add completion styles.
590
591 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
592
593 * gdb.base/annota1.exp: Update expected results.
594 * gdb.cp/annota2.exp: Update expected results, remove duplicate
595 test name.
596 * gdb.cp/annota3.exp: Update expected results.
597
598 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
599
600 PR gdb/26016
601 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
602 against MAP_FAILED.
603 * gdb.base/coremaker.c (mmapdata): Likewise.
604 * gdb.base/jit-reader-host.c (main): Likewise.
605 * gdb.base/sym-file-loader.c (load): Likewise.
606 (load_shlib): Likewise.
607
608 2020-05-20 Tom Tromey <tromey@adacore.com>
609
610 * gdb.ada/array_char_idx.exp: Recognize initialized array.
611
612 2020-05-20 Tom de Vries <tdevries@suse.de>
613
614 PR symtab/25833
615 * gdb.base/with-mf-inc.c: New test.
616 * gdb.base/with-mf-main.c: New test.
617 * gdb.base/with-mf.exp: New file.
618
619 2020-05-19 Tom Tromey <tromey@adacore.com>
620
621 * gdb.rust/simple.exp: Restore missing test result.
622
623 2020-05-19 Tom de Vries <tdevries@suse.de>
624
625 * gdb.base/gdb-caching-proc.exp: Fix typo.
626
627 2020-05-19 Tom Tromey <tromey@adacore.com>
628
629 * gdb.rust/simple.exp: Add some test descriptions.
630 (test_one_slice): Use with_test_prefix.
631
632 2020-05-18 Tom de Vries <tdevries@suse.de>
633
634 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
635
636 2020-05-17 Pedro Alves <palves@redhat.com>
637
638 PR gdb/25741
639 * gdb.base/hw-sw-break-same-address.exp: New file.
640
641 2020-05-16 Pedro Alves <palves@redhat.com>
642
643 * gdb.multi/multi-re-run.exp (test_re_run): Switch
644 LAST_LOADED_FILE accordingly.
645
646 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
647
648 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
649
650 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
651
652 * gdb.base/help.exp: Test apropos and help for commands
653 having aliases. Fixed comments not starting with an
654 upper-case letter or not finishing with a dot.
655
656 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
657
658 * gdb.base/alias.exp: Update help output check.
659
660 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
661
662 * gdb.base/default.exp: Update output following fixes.
663
664 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
665
666 * gdb.base/alias.exp: Test aliases starting with a prefix of
667 another alias.
668
669 2020-05-15 Gary Benson <gbenson@redhat.com>
670
671 * gdb.base/info-os.c (main): Add return statement.
672 * gdb.base/info_minsym.c (minsym_fun): Likewise.
673 * gdb.base/large-frame-2.c (func): Likewise.
674 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
675 * gdb.base/pr10179-b.c (foo2): Likewise.
676 * gdb.base/valgrind-disp-step.c (foo): Likewise.
677 * gdb.base/watch-cond.c (func): Likewise.
678 * gdb.multi/goodbye.c (verylongfun): Likewise.
679 * gdb.multi/hello.c (commonfun): Likewise.
680 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
681 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
682 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
683 Likewise.
684 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
685 * gdb.threads/interrupt-while-step-over.c (child_function):
686 Likewise.
687 * gdb.trace/actions-changed.c (end): Likewise.
688
689 2020-05-15 Gary Benson <gbenson@redhat.com>
690
691 * gdb.opencl/callfuncs.exp: Report when test skipped.
692 * gdb.opencl/convs_casts.exp: Likewise.
693 * gdb.opencl/datatypes.exp: Likewise.
694 * gdb.opencl/operators.exp: Likewise.
695 * gdb.opencl/vec_comps.exp: Likewise.
696
697 2020-05-15 Tom de Vries <tdevries@suse.de>
698
699 * gdb.base/align.exp.in: Rename to ...
700 * gdb.base/align.exp.tcl: ... this.
701 * gdb.base/align-c++.exp: Update.
702 * gdb.base/align-c.exp: Update.
703 * gdb.base/all-architectures.exp.in: Rename to ...
704 * gdb.base/all-architectures.exp: ... this.
705 * gdb.base/all-architectures-0.exp: Update.
706 * gdb.base/all-architectures-1.exp: Update.
707 * gdb.base/all-architectures-2.exp: Update.
708 * gdb.base/all-architectures-3.exp: Update.
709 * gdb.base/all-architectures-4.exp: Update.
710 * gdb.base/all-architectures-5.exp: Update.
711 * gdb.base/all-architectures-6.exp: Update.
712 * gdb.base/all-architectures-7.exp: Update.
713 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
714 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
715 * gdb.base/infcall-nested-structs-c++.exp: Update.
716 * gdb.base/infcall-nested-structs-c.exp: Update.
717 * gdb.base/info-types.exp.in: Rename to ...
718 * gdb.base/info-types.exp.tcl: ... this.
719 * gdb.base/info-types-c++.exp: Update.
720 * gdb.base/info-types-c.exp: Update.
721 * gdb.base/max-depth.exp.in: Rename to ...
722 * gdb.base/max-depth.exp.tcl: ... this.
723 * gdb.base/max-depth-c++.exp: Update.
724 * gdb.base/max-depth-c.exp: Update.
725 * gdb.cp/cpexprs.exp.in: Rename to ...
726 * gdb.cp/cpexprs.exp.tcl: ... this.
727 * gdb.cp/cpexprs-debug-types.exp: Update.
728 * gdb.cp/cpexprs.exp: Update.
729 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
730 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
731 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
732 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
733 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
734 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
735 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
736 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
737 * gdb.dwarf2/clang-debug-names-2.exp: Update.
738 * gdb.dwarf2/clang-debug-names.exp: Update.
739
740 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
741
742 * lib/check-test-names.exp: Remove code that prevents this file
743 loading when tests are run in parallel.
744
745 2020-05-15 Pedro Alves <palves@redhat.com>
746
747 * gdb.multi/multi-kill.exp (start_inferior): Remove
748 'testpid' parameter. Refer to namespace variable directly.
749 (testpid): Declare as namespace variable.
750
751 2020-05-15 Pedro Alves <palves@redhat.com>
752
753 * gdb.multi/multi-kill.exp: Wrap in namespace.
754 (start_inferior): Add TESTPID parameter. Use it instead of the
755 testpid global.
756 (top level): Define empty TESTPID array, and pass it down to
757 start_inferior.
758
759 2020-05-14 Tom de Vries <tdevries@suse.de>
760
761 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
762 output.
763
764 2020-05-14 Tom de Vries <tdevries@suse.de>
765
766 * gdb.base/align.exp: Split into ...
767 * gdb.base/align.exp.in: ...
768 * gdb.base/align-c++.exp: ...
769 * gdb.base/align-c.exp: ... these.
770 * gdb.base/infcall-nested-structs.exp: Split into ...
771 * gdb.base/infcall-nested-structs.exp.in: ...
772 * gdb.base/infcall-nested-structs-c++.exp: ...
773 * gdb.base/infcall-nested-structs-c.exp: ... these.
774 * gdb.base/info-types.exp: Split into ...
775 * gdb.base/info-types.exp.in: ...
776 * gdb.base/info-types-c++.exp: ...
777 * gdb.base/info-types-c.exp: ... these.
778 * gdb.base/max-depth.exp: Split into ...
779 * gdb.base/max-depth.exp.in: ...
780 * gdb.base/max-depth-c++.exp: ...
781 * gdb.base/max-depth-c.exp: ... these.
782 * gdb.cp/infcall-nodebug.exp: Split into ...
783 * gdb.cp/infcall-nodebug.exp.in: ...
784 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
785 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
786 * gdb.cp/infcall-nodebug-c-d0.exp: ...
787 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
788
789 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
790 Pedro Alves <palves@redhat.com>
791
792 * gdb.multi/multi-exit.c: New file.
793 * gdb.multi/multi-exit.exp: New file.
794 * gdb.multi/multi-kill.c: New file.
795 * gdb.multi/multi-kill.exp: New file.
796
797 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
798
799 * gdb.base/annota1.exp: Update the expected output.
800 * gdb.cp/annota2.exp: Ditto.
801
802 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
803
804 * lib/check-test-names.exp: Disable when testing is being run in
805 parallel.
806
807 2020-05-12 Tom de Vries <tdevries@suse.de>
808
809 * gdb.base/jit-elf.exp: Fix string concat.
810
811 2020-05-12 Tom de Vries <tdevries@suse.de>
812
813 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
814 messages.
815
816 2020-05-12 Tom de Vries <tdevries@suse.de>
817
818 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
819
820 2020-05-12 Tom de Vries <tdevries@suse.de>
821
822 * gdb.ada/catch_ex.exp: Use with_test_prefix.
823 * gdb.ada/mi_catch_ex.exp: Same.
824 * gdb.ada/mi_catch_ex_hand.exp: Same.
825
826 2020-05-12 Tom de Vries <tdevries@suse.de>
827
828 * gdb.fortran/complex.exp: Use with_test_prefix.
829
830 2020-05-12 Tom de Vries <tdevries@suse.de>
831
832 * gdb.trace/passcount.exp: Fix test-names.
833
834 2020-05-12 Tom de Vries <tdevries@suse.de>
835
836 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
837
838 2020-05-12 Tom de Vries <tdevries@suse.de>
839
840 * gdb.gdb/complaints.exp: Use with_test_prefix.
841 * gdb.xml/tdesc-regs.exp: Same.
842 * gdb.opt/inline-locals.exp: Fix test name.
843
844 2020-05-12 Tom de Vries <tdevries@suse.de>
845
846 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
847 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
848 * gdb.dwarf2/implref-struct.exp: Same.
849 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
850 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
851
852 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
853
854 * gdb.base/jit-so.exp (one_jit_test): Change test name.
855
856 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
857
858 * lib/check-test-names.exp (all_test_names): New module variable.
859 (counts): Add 'duplicates' field.
860 (_check_duplicates): New procedure.
861 (check): Also check for duplicates.
862 (do_log_summary): Print duplicates count.
863 (do_reset_vars): Reset counter for duplicate test names, and
864 discard all know test names.
865
866 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
867
868 * lib/gdb.exp: Include check-test-names.exp library.
869 * lib/check-test-names.exp: New file.
870
871 2020-05-11 Tom de Vries <tdevries@suse.de>
872
873 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
874
875 2020-05-11 Keith Seitz <keiths@redhat.com>
876
877 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
878
879 2020-05-11 Tom de Vries <tdevries@suse.de>
880
881 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
882 * gdb.cp/cpexprs.exp.in: .. here.
883 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
884 cpexprs.exp.
885
886 2020-05-11 Keith Seitz <keiths@redhat.com>
887
888 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
889 test names.
890 * gdb.ada/arrayptr.exp: Likewise.
891 * gdb.ada/assign_arr.exp: Likewise.
892 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
893 * gdb.ada/bp_on_var.exp: Likewise.
894 * gdb.ada/call_pn.exp: Likewise.
895 * gdb.ada/complete.exp: Likewise.
896 * gdb.ada/fun_overload_menu.exp: Likewise.
897 * gdb.ada/funcall_param.exp: Likewise.
898 * gdb.ada/funcall_ref.exp: Likewise.
899 * gdb.ada/packed_array_assign.exp: Likewise.
900 * gdb.ada/same_component_name.exp: Likewise.
901 * gdb.ada/type_coercion.exp: Likewise.
902 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
903 * gdb.ada/variant_record_packed_array.exp: Likewise.
904
905 2020-05-11 Tom de Vries <tdevries@suse.de>
906
907 PR symtab/25941
908 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
909 out of ...
910 * gdb.dwarf2/clang-debug-names.exp: ... here.
911 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
912 clang-debug-names.exp.in.
913 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
914 * gdb.dwarf2/clang-debug-names-2.c: New test.
915
916 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
917
918 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
919 (fortran_runto_main): New Proc, fortran version of runto_main.
920 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
921 * gdb.fortran/array-bounds.exp: Likewise.
922 * gdb.fortran/array-slices.exp: Likewise.
923 * gdb.fortran/block-data.exp: Likewise.
924 * gdb.fortran/charset.exp: Likewise.
925 * gdb.fortran/common-block.exp: Likewise.
926 * gdb.fortran/complex.exp: Likewise.
927 * gdb.fortran/derived-type-function.exp: Likewise.
928 * gdb.fortran/derived-type.exp: Likewise.
929 * gdb.fortran/info-modules.exp: Likewise.
930 * gdb.fortran/info-types.exp: Likewise.
931 * gdb.fortran/intrinsics.exp: Likewise.
932 * gdb.fortran/library-module.exp: Likewise.
933 * gdb.fortran/logical.exp: Likewise.
934 * gdb.fortran/max-depth.exp: Likewise.
935 * gdb.fortran/module.exp: Likewise.
936 * gdb.fortran/multi-dim.exp: Likewise.
937 * gdb.fortran/nested-funcs.exp: Likewise.
938 * gdb.fortran/print-formatted.exp: Likewise.
939 * gdb.fortran/print_type.exp: Likewise.
940 * gdb.fortran/printing-types.exp: Likewise.
941 * gdb.fortran/ptr-indentation.exp: Likewise.
942 * gdb.fortran/ptype-on-functions.exp: Likewise.
943 * gdb.fortran/subarray.exp: Likewise.
944 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
945 * gdb.fortran/vla-datatypes.exp: Likewise.
946 * gdb.fortran/vla-history.exp: Likewise.
947 * gdb.fortran/vla-ptr-info.exp: Likewise.
948 * gdb.fortran/vla-ptype-sub.exp: Likewise.
949 * gdb.fortran/vla-ptype.exp: Likewise.
950 * gdb.fortran/vla-sizeof.exp: Likewise.
951 * gdb.fortran/vla-type.exp: Likewise.
952 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
953 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
954 * gdb.fortran/vla-value-sub.exp: Likewise.
955 * gdb.fortran/vla-value.exp: Likewise.
956 * gdb.fortran/whatis_type.exp: Likewise.
957 * gdb.mi/mi-var-child-f.exp: Likewise.
958
959 2020-05-09 Tom de Vries <tdevries@suse.de>
960
961 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
962
963 2020-05-08 Tom de Vries <tdevries@suse.de>
964
965 * gdb.dwarf2/clang-debug-names.c: New test.
966 * gdb.dwarf2/clang-debug-names.exp: New file.
967
968 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
969
970 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
971 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
972
973 2020-05-06 Tom de Vries <tdevries@suse.de>
974
975 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
976 breakpoint is at a "recommended breakpoint location".
977 * gdb.reverse/consecutive-reverse.exp: Same.
978
979 2020-05-06 Tom de Vries <tdevries@suse.de>
980
981 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
982 address.
983
984 2020-05-06 Tom de Vries <tdevries@suse.de>
985
986 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
987
988 2020-05-06 Tom de Vries <tdevries@suse.de>
989
990 * gdb.base/store.exp (check_set, up_set): Allowing missing location
991 info for r.
992
993 2020-05-06 Tom de Vries <tdevries@suse.de>
994
995 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
996 necessary.
997
998 2020-05-06 Tom de Vries <tdevries@suse.de>
999
1000 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1001 void.
1002
1003 2020-05-06 Tom de Vries <tdevries@suse.de>
1004
1005 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1006 of ...
1007 * gdb.base/async.exp: ... here.
1008 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1009 "recommended breakpoint location".
1010
1011 2020-05-06 Tom de Vries <tdevries@suse.de>
1012
1013 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1014
1015 2020-05-04 Tom de Vries <tdevries@suse.de>
1016
1017 * gdb.base/async.exp: Check whether instruction addresses are a
1018 "recommended breakpoint location".
1019
1020 2020-05-03 Tom Tromey <tom@tromey.com>
1021
1022 * gdb.base/sepdebug.exp: Remove "catch" test.
1023 * gdb.base/break.exp: Remove "catch" test.
1024 * gdb.base/default.exp: Update expected output.
1025
1026 2020-05-02 Tom de Vries <tdevries@suse.de>
1027
1028 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1029 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1030 * gdb.arch/i386-mpx-map.exp: Same.
1031 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1032 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1033 * gdb.arch/i386-mpx.exp: Same.
1034
1035 2020-05-02 Tom de Vries <tdevries@suse.de>
1036
1037 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1038
1039 2020-05-01 Tom de Vries <tdevries@suse.de>
1040
1041 * gdb.ada/operator_bp.exp: Allow more than required amount of
1042 breakpoint.
1043
1044 2020-05-01 Tom de Vries <tdevries@suse.de>
1045
1046 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1047
1048 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1049
1050 PR gdb/18706
1051 * gdb.cp/stub-array-size.cc: New test.
1052 * gdb.cp/stub-array-size.exp: New file.
1053 * gdb.cp/stub-array-size.h: New test.
1054 * gdb.cp/stub-array-size2.cc: New test.
1055
1056 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1057
1058 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1059 output to the new format.
1060
1061 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
1062
1063 * gdb.base/break.exp: Use with_test_prefix.
1064
1065 2020-04-29 Tom de Vries <tdevries@suse.de>
1066
1067 * lib/gdb.exp (debug_types): New proc.
1068 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1069 * gdb.python/py-symtab.exp: Same.
1070
1071 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
1072
1073 PR gdb/17320
1074 * gdb.base/pretty-array.c: New test.
1075 * gdb.base/pretty-array.exp: New file.
1076
1077 2020-04-29 Tom de Vries <tdevries@suse.de>
1078
1079 PR symtab/25889
1080 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1081 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1082 and include cpexprs.exp.
1083
1084 2020-04-28 Mark Williams <mark@myosotissp.com>
1085
1086 PR gdb/24480
1087 * dw4-toplevel-types.exp: Test for top level types.
1088 * dw4-toplevel-types.cc: Test for top level types.
1089
1090 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1091
1092 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1093 (theads -> threads).
1094
1095 2020-04-28 Tom de Vries <tdevries@suse.de>
1096
1097 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1098
1099 2020-04-28 Tom de Vries <tdevries@suse.de>
1100
1101 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1102
1103 2020-04-28 Tom de Vries <tdevries@suse.de>
1104
1105 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1106
1107 2020-04-28 Tom de Vries <tdevries@suse.de>
1108
1109 * gdb.dwarf2/main-foo.c: New test.
1110 * gdb.dwarf2/struct-with-sig.exp: New file.
1111
1112 2020-04-25 Tom de Vries <tdevries@suse.de>
1113
1114 * boards/debug-types.exp: New file.
1115
1116 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1117
1118 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1119
1120 2020-04-24 Tom Tromey <tom@tromey.com>
1121
1122 PR symtab/12707:
1123 * gdb.python/py-symbol.exp: Update expected results for
1124 linkage_name test.
1125 * gdb.cp/print-demangle.exp: New file.
1126 * gdb.base/c-linkage-name.exp: Fix test.
1127 * gdb.guile/scm-symbol.exp: Update expected results for
1128 linkage_name test.
1129
1130 2020-04-24 Tom Tromey <tom@tromey.com>
1131
1132 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1133 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1134 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1135 assembler.
1136
1137 2020-04-24 Tom de Vries <tdevries@suse.de>
1138
1139 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1140 C++.
1141
1142 2020-04-24 Tom Tromey <tromey@adacore.com>
1143
1144 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1145 values.
1146 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1147 values. Update test for minimal encodings.
1148 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1149 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1150 values. Update test for minimal encodings.
1151
1152 2020-04-24 Tom Tromey <tromey@adacore.com>
1153
1154 PR python/23662:
1155 * gdb.ada/variant.exp: Add Python checks.
1156 * gdb.rust/simple.exp: Add dynamic type checks.
1157
1158 2020-04-24 Tom Tromey <tromey@adacore.com>
1159
1160 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1161 Make array type matching more lax.
1162 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1163 * gdb.ada/mi_variant.exp: New file.
1164 * gdb.ada/mi_variant/pck.ads: New file.
1165 * gdb.ada/mi_variant/pkg.adb: New file.
1166 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1167 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1168
1169 2020-04-24 Tom Tromey <tromey@adacore.com>
1170
1171 * gdb.ada/variant.exp: Add dynamic field offset tests.
1172 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1173 * gdb.ada/variant/pkg.adb: Add new variables.
1174
1175 2020-04-24 Tom Tromey <tromey@adacore.com>
1176
1177 * gdb.ada/variant.exp: New file
1178 * gdb.ada/variant/pkg.adb: New file
1179 * gdb.ada/variant/pck.adb: New file
1180
1181 2020-04-24 Tom de Vries <tdevries@suse.de>
1182
1183 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1184
1185 2020-04-24 Tom de Vries <tdevries@suse.de>
1186
1187 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1188 flags.
1189
1190 2020-04-24 Tom de Vries <tdevries@suse.de>
1191
1192 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1193
1194 2020-04-24 Tom de Vries <tdevries@suse.de>
1195
1196 * lib/gdb.exp (default_gdb_start): Handle eof.
1197 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1198 failure.
1199 * gdb.base/readnever.exp: Handle clean_restart failure.
1200
1201 2020-04-23 Tom de Vries <tdevries@suse.de>
1202
1203 * gdb.base/decl-before-def.exp: Run to main and print a again.
1204
1205 2020-04-23 Tom de Vries <tdevries@suse.de>
1206
1207 * gdb.base/decl-before-def-decl.c: New test.
1208 * gdb.base/decl-before-def-def.c: New test.
1209 * gdb.base/decl-before-def.exp: New file.
1210
1211 2020-04-23 Tom de Vries <tdevries@suse.de>
1212
1213 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1214
1215 2020-04-22 Tom de Vries <tdevries@suse.de>
1216
1217 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1218 debug_info_offset.
1219 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1220 before $objsfile in the line line.
1221
1222 2020-04-22 Tom de Vries <tdevries@suse.de>
1223
1224 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1225
1226 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1227
1228 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1229 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1230 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1231 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1232 * gdb.base/jit-protocol.h: Update definitions to match all usage
1233 contexts.
1234
1235 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1236
1237 * gdb.base: Rename all jit related test and source files.
1238
1239 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1240
1241 * gdb.base/jit-reader.exp: Relax register output check.
1242
1243 2020-04-22 Tom de Vries <tdevries@suse.de>
1244
1245 PR symtab/25764
1246 * gdb.base/psym-external-decl-2.c: New test.
1247 * gdb.base/psym-external-decl.c: New test.
1248 * gdb.base/psym-external-decl.exp: New file.
1249 * gdb.threads/tls.exp: Add PR25807 kfail.
1250
1251 2020-04-22 Tom de Vries <tdevries@suse.de>
1252
1253 PR symtab/25801
1254 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1255 in "info source" output.
1256
1257 2020-04-22 Tom de Vries <tdevries@suse.de>
1258
1259 PR symtab/25700
1260 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1261 symtab for imported_unit.c.
1262
1263 2020-04-21 Gary Benson <gbenson@redhat.com>
1264
1265 * gdb.base/advance.c (func): New argument, to match call site.
1266 (func2, func3): Add return statements.
1267
1268 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1269
1270 * gdb.multi/run-only-second-inf.c: New file.
1271 * gdb.multi/run-only-second-inf.exp: New file.
1272
1273 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1274
1275 * gdb.btrace/multi-inferior.c: New test.
1276 * gdb.btrace/multi-inferior.exp: New file.
1277
1278 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1279
1280 * gdb.btrace/enable-new-thread.c: New test.
1281 * gdb.btrace/enable-new-thread.exp: New file.
1282
1283 2020-04-21 Tom de Vries <tdevries@suse.de>
1284
1285 PR gdb/25471
1286 * gdb.threads/killed-outside.c: New test.
1287 * gdb.threads/killed-outside.exp: New file.
1288
1289 2020-04-20 Gary Benson <gbenson@redhat.com>
1290
1291 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1292 * gdb.base/nested-subp2.exp: Likewise.
1293 * gdb.base/nested-subp3.exp: Likewise.
1294
1295 2020-04-20 Gary Benson <gbenson@redhat.com>
1296
1297 * gdb.base/nested-subp1.exp: Disable test when using clang.
1298 * gdb.base/nested-subp2.exp: Likewise.
1299 * gdb.base/nested-subp3.exp: Likewise.
1300
1301 2020-04-20 Gary Benson <gbenson@redhat.com>
1302
1303 * gdb.cp/exception.cc: Fix compilation error with clang.
1304
1305 2020-04-20 Gary Benson <gbenson@redhat.com>
1306
1307 * gdb.trace/tspeed.c: Fix compilation error with clang.
1308
1309 2020-04-20 Gary Benson <gbenson@redhat.com>
1310
1311 * gdb.base/jit-main.c: Fix compilation error with clang.
1312
1313 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1314
1315 * gdb.base/attach-twice.c: Include "sys/types.h".
1316 (PTRACE_ATTACH): Add fallback definition.
1317 (main): Pass `0' to the 4th argument of `ptrace'.
1318
1319 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1320
1321 * gdb.base/fork-running-state.c: Include "signal.h".
1322
1323 2020-04-17 Tom Tromey <tromey@adacore.com>
1324
1325 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1326 Update tests.
1327 * gdb.btrace/cpu.exp: Update tests.
1328 * gdb.base/maint.exp: Update tests.
1329 * gdb.base/default.exp: Update tests.
1330 * gdb.base/completion.exp: Update tests.
1331
1332 2020-04-16 Tom de Vries <tdevries@suse.de>
1333
1334 PR symtab/25791
1335 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1336 (ensure_gdb_index): and factor out and move ...
1337 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1338 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1339
1340 2020-04-16 Tom de Vries <tdevries@suse.de>
1341
1342 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1343 loading exec.
1344
1345 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1346
1347 * gdb.base/many-completions.exp: New file.
1348
1349 2020-04-14 Tom de Vries <tdevries@suse.de>
1350
1351 PR symtab/25718
1352 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1353
1354 2020-04-14 Tom de Vries <tdevries@suse.de>
1355
1356 PR symtab/25720
1357 * gdb.base/maint-expand-symbols-header-file.c: New test.
1358 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1359 * gdb.base/maint-expand-symbols-header-file.h: New test.
1360
1361 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1362
1363 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1364 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1365 get_func_info.
1366 (get_func_info): Delete.
1367 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1368 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1369 * lib/dwarf.exp (get_func_info): New function.
1370
1371 2020-04-13 Tom de Vries <tdevries@suse.de>
1372
1373 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1374 to what find_gnatmake does.
1375
1376 2020-04-10 Tom de Vries <tdevries@suse.de>
1377
1378 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1379 -readnow.
1380
1381 2020-04-10 Tom de Vries <tdevries@suse.de>
1382
1383 PR cli/25808
1384 * gdb.base/style.c: Add leading newlines.
1385 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1386 Check listing of main's one-line body.
1387
1388 2020-04-08 Tom de Vries <tdevries@suse.de>
1389
1390 * lib/gdb.exp (psymtabs_p): New proc.
1391 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1392 importing unit" unsupported if there are no partial symbols.
1393
1394 2020-04-08 Tom de Vries <tdevries@suse.de>
1395
1396 PR testsuite/25760
1397 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1398
1399 2020-04-07 Tom de Vries <tdevries@suse.de>
1400
1401 PR symtab/25796
1402 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1403
1404 2020-04-07 Tom de Vries <tdevries@suse.de>
1405
1406 * gdb.base/check-psymtab.c: New test.
1407 * gdb.base/check-psymtab.exp: New file.
1408
1409 2020-04-06 Tom Tromey <tromey@adacore.com>
1410
1411 * gdb.ada/variant-record/proc.adb: New file.
1412 * gdb.ada/variant-record/value.adb: New file.
1413 * gdb.ada/variant-record/value.s: New file.
1414 * gdb.ada/variant-record.exp: New file.
1415
1416 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
1417
1418 PR gdb/25325
1419 * gdb.cp/typed-enum.cc: New test.
1420 * gdb.cp/typed-enum.exp: New file.
1421
1422 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1423
1424 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1425 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1426 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1427 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1428 * gdb.opt/inline-small-func.c: New file.
1429 * gdb.opt/inline-small-func.exp: New file.
1430 * gdb.opt/inline-small-func.h: New file.
1431
1432 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1433
1434 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1435 function.
1436
1437 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1438
1439 * lib/dwarf.exp (function_range): Allow compiler options to be
1440 specified.
1441
1442 2020-04-02 Tom de Vries <tdevries@suse.de>
1443
1444 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1445 __attribute__((always_inline)).
1446 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1447
1448 2020-04-02 Tom de Vries <tdevries@suse.de>
1449
1450 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1451 (gdbserver_gdb_exit): ... here. Add timeout warning.
1452 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1453 (connect_target_extended_remote): Append new server_spawn_id to
1454 server_spawn_ids.
1455 (cleanup): New proc.
1456 (setup, <toplevel>): Call cleanup.
1457
1458 2020-04-02 Tom de Vries <tdevries@suse.de>
1459
1460 * gdb.base/main-psymtab.exp: New file.
1461
1462 2020-04-02 Tom de Vries <tdevries@suse.de>
1463
1464 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1465
1466 2020-04-01 Tom Tromey <tom@tromey.com>
1467
1468 * gdb.base/complex-parts.exp: Add type tests.
1469
1470 2020-04-01 Tom Tromey <tom@tromey.com>
1471
1472 * gdb.base/complex-parts.exp: Add arithmetic tests.
1473
1474 2020-04-01 Tom Tromey <tom@tromey.com>
1475
1476 * gdb.compile/compile.exp: Update.
1477 * gdb.compile/compile-cplus.exp: Update.
1478 * gdb.base/varargs.exp: Update.
1479 * gdb.base/floatn.exp: Update.
1480 * gdb.base/endianity.exp: Update.
1481 * gdb.base/callfuncs.exp (do_function_calls): Update.
1482 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1483 (complex_float_integral_args): Update.
1484 * gdb.base/complex.exp: Update.
1485 * gdb.base/complex-parts.exp: Update.
1486
1487 2020-04-01 Tom Tromey <tromey@adacore.com>
1488
1489 * gdb.rust/union.rs: New file.
1490 * gdb.rust/union.exp: New file.
1491 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1492 (main): Update.
1493 * gdb.rust/simple.exp: Move union tests to union.exp.
1494
1495 2020-04-01 Tom Tromey <tromey@adacore.com>
1496
1497 * gdb.rust/simple.rs (main): Remove "y0".
1498
1499 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1500
1501 * gdb.multi/stop-all-on-exit.c: New test.
1502 * gdb.multi/stop-all-on-exit.exp: New file.
1503
1504 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1505
1506 PR gdb/24789
1507 * gdb.cp/misc.cc: Add integer reference variable.
1508 * gdb.cp/misc.exp: Add test.
1509
1510 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1511
1512 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1513 scenario to cover execution until the end and also the case
1514
1515 2020-03-31 Tom de Vries <tdevries@suse.de>
1516
1517 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1518 c. Use "maint info symtabs" to check symtab expansion.
1519
1520 2020-03-30 Tom de Vries <tdevries@suse.de>
1521
1522 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1523 unsupported.
1524 (verify_psymtab_expanded): Move ...
1525 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1526 test.
1527 (readnow): New proc.
1528
1529 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1530
1531 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1532 with $hex.
1533
1534 2020-03-20 Tom Tromey <tromey@adacore.com>
1535
1536 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1537
1538 2020-03-20 Tom Tromey <tromey@adacore.com>
1539
1540 * gdb.ada/sub_variant/subv.adb: New file.
1541 * gdb.ada/sub_variant.exp: New file.
1542
1543 2020-03-20 Tom de Vries <tdevries@suse.de>
1544
1545 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1546 first break fails.
1547 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1548
1549 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1550
1551 * gdb.server/exit-multiple-threads.c: New file.
1552 * gdb.server/exit-multiple-threads.exp: New file.
1553
1554 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1555
1556 * gdb.fortran/mixed-lang-stack.c: New file.
1557 * gdb.fortran/mixed-lang-stack.cpp: New file.
1558 * gdb.fortran/mixed-lang-stack.exp: New file.
1559 * gdb.fortran/mixed-lang-stack.f90: New file.
1560
1561 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1562
1563 * gdb.linespec/cp-completion-aliases.cc: New file.
1564 * gdb.linespec/cp-completion-aliases.exp: New file.
1565
1566 2020-03-19 Tom de Vries <tdevries@suse.de>
1567
1568 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1569 more precise.
1570
1571 2020-03-18 Tom de Vries <tdevries@suse.de>
1572
1573 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1574 * gdb.dwarf2/break-inline-psymtab.c: New test.
1575 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1576
1577 2020-03-16 Tom de Vries <tdevries@suse.de>
1578
1579 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1580 cache_verify and cache_verify_proc.
1581
1582 2020-03-15 Tom de Vries <tdevries@suse.de>
1583
1584 * gdb.server/solib-list.exp: Handle
1585 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1586
1587 2020-03-15 Tom de Vries <tdevries@suse.de>
1588
1589 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1590 objfiles".
1591
1592 2020-03-14 Tom Tromey <tom@tromey.com>
1593
1594 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1595
1596 2020-03-14 Tom de Vries <tdevries@suse.de>
1597
1598 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1599
1600 2020-03-14 Tom de Vries <tdevries@suse.de>
1601
1602 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1603 result in line-by-line fashion.
1604
1605 2020-03-14 Tom de Vries <tdevries@suse.de>
1606
1607 * lib/gdb.exp (supports_statement_frontiers): New proc.
1608 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1609
1610 2020-03-14 Tom de Vries <tdevries@suse.de>
1611
1612 * gdb.base/printcmds.exp: Add missing quoting for "print
1613 teststring2".
1614
1615 2020-03-13 Tom Tromey <tom@tromey.com>
1616
1617 * gdb.base/printcmds.exp (test_print_strings): Add regression
1618 test.
1619 * gdb.base/printcmds.c (charptr): New typedef.
1620 (teststring2): New global.
1621
1622 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1623
1624 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1625 full path in the test name.
1626 (test_ld): Add some with_test_prefix blocks to make test names
1627 unique.
1628
1629 2020-03-13 Tom de Vries <tdevries@suse.de>
1630
1631 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1632
1633 2020-03-13 Tom de Vries <tdevries@suse.de>
1634
1635 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1636
1637 2020-03-13 Tom de Vries <tdevries@suse.de>
1638
1639 PR symtab/25646
1640 * gdb.dwarf2/imported-unit.exp: Add test.
1641
1642 2020-03-13 Tom de Vries <tdevries@suse.de>
1643
1644 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1645 (var1, var2): New variable.
1646 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1647 matching symbols.
1648
1649 2020-03-13 Tom de Vries <tdevries@suse.de>
1650
1651 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1652 (Term::command): Use prompt prefix.
1653 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1654 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1655 command_no_prompt_prefix instead of prefix.
1656 * gdb.tui/tui-layout-asm.exp: Same.
1657
1658 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1659
1660 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1661
1662 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1663
1664 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1665 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1666 on" while stepping over the test instruction, match printed
1667 message.
1668
1669 2020-03-12 Tom de Vries <tdevries@suse.de>
1670
1671 * gdb.base/info-types.exp: Use exp_continue during matching of output
1672 of "info types".
1673
1674 2020-03-12 Tom de Vries <tdevries@suse.de>
1675
1676 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1677
1678 2020-03-12 Tom de Vries <tdevries@suse.de>
1679
1680 * gdb.fortran/module.exp: Use exp_continue during matching of output
1681 of "info variable -n".
1682
1683 2020-03-12 Tom de Vries <tdevries@suse.de>
1684
1685 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1686 gdb.dwarf2/dw2-ranges-base.c.
1687
1688 2020-03-12 Tom de Vries <tdevries@suse.de>
1689
1690 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1691 in presence of GLIBC debuginfo.
1692
1693 2020-03-12 Tom de Vries <tdevries@suse.de>
1694
1695 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1696 $core.
1697
1698 2020-03-12 Tom de Vries <tdevries@suse.de>
1699
1700 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1701 more precise.
1702
1703 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
1704
1705 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1706 from Unix to Windows path.
1707
1708 2020-03-11 Tom de Vries <tdevries@suse.de>
1709
1710 * gdb.ada/minsyms.exp: Set language to ada.
1711
1712 2020-03-11 Tom de Vries <tdevries@suse.de>
1713
1714 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1715
1716 2020-03-11 Tom de Vries <tdevries@suse.de>
1717
1718 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1719
1720 2020-03-11 Tom Tromey <tromey@adacore.com>
1721
1722 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1723
1724 2020-03-11 Tom de Vries <tdevries@suse.de>
1725
1726 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1727
1728 2020-03-11 Tom de Vries <tdevries@suse.de>
1729
1730 * gdb.base/break-interp.exp: Limit verbose scope.
1731
1732 2020-03-11 Tom de Vries <tdevries@suse.de>
1733
1734 * gdb.fortran/logical.f90: Define variable with character type.
1735 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1736
1737 2020-03-11 Tom de Vries <tdevries@suse.de>
1738
1739 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1740
1741 2020-03-11 Tom de Vries <tdevries@suse.de>
1742
1743 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1744 symtabs.
1745
1746 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1747 Bernd Edlinger <bernd.edlinger@hotmail.de>
1748
1749 * gdb.cp/step-and-next-inline.cc: New file.
1750 * gdb.cp/step-and-next-inline.exp: New file.
1751 * gdb.cp/step-and-next-inline.h: New file.
1752 * gdb.dwarf2/dw2-is-stmt.c: New file.
1753 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1754 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1755 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1756 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1757
1758 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1759
1760 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1761 is-stmt flag in the line table.
1762
1763 2020-03-09 Tom de Vries <tdevries@suse.de>
1764
1765 * lib/gdb.exp (cached_file): Create cache dir.
1766
1767 2020-03-07 Tom de Vries <tdevries@suse.de>
1768
1769 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1770 * gdb.cp/rvalue-ref-params.exp: Same.
1771
1772 2020-03-06 Tom de Vries <tdevries@suse.de>
1773
1774 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1775 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1776
1777 2020-03-06 Tom de Vries <tdevries@suse.de>
1778
1779 * README: Fix "the the".
1780 * gdb.base/dprintf.exp: Same.
1781
1782 2020-03-05 Tom de Vries <tdevries@suse.de>
1783
1784 * gdb.base/maint.exp: Update "main print statistics" expected output.
1785
1786 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1787
1788 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1789 (fortran_int8): Likewise.
1790 (fortran_real4): Likewise.
1791 (fortran_real8): Likewise.
1792 (fortran_complex4): Likewise.
1793 (fortran_logical4): Likewise.
1794 (fortran_character1): Likewise.
1795
1796 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1797
1798 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1799 printed as true.
1800
1801 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1802
1803 * gdb.base/printcmds.exp: Add test to verify printf of a
1804 variable holding an address.
1805
1806 2020-03-03 Tom de Vries <tdevries@suse.de>
1807
1808 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1809
1810 2020-03-03 Tom de Vries <tdevries@suse.de>
1811
1812 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1813 gdb_test_multiple call.
1814
1815 2020-03-03 Tom de Vries <tdevries@suse.de>
1816
1817 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1818 gdb_test_multiple calls.
1819
1820 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1821
1822 * gdb.base/default.exp: Remove test of 'set history filename'.
1823 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1824 filename to the empty string.
1825 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1826 and GDBHISTSIZE.
1827
1828 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1829
1830 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1831 disabled.
1832
1833 2020-03-02 Pedro Alves <palves@redhat.com>
1834 Tom de Vries <tdevries@suse.de>
1835
1836 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1837 -prompt prefix, before user_code argument. Add -lbl option likewise.
1838 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1839 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1840 argument.
1841 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1842 have "\r\n" at start-of-line, instead of at end-of-line.
1843
1844 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1845
1846 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1847 libinproctrace.so.
1848
1849 2020-02-28 Luis Machado <luis.machado@linaro.org>
1850
1851 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1852 to "p/x".
1853
1854 2020-02-28 Luis Machado <luis.machado@linaro.org>
1855
1856 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1857 asm/ptrace.h and error.h.
1858
1859 2020-02-28 Tom de Vries <tdevries@suse.de>
1860
1861 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1862 (struct wrapper, do_something, mundane/symada__cS): Move ...
1863 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1864 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1865 Update "print symada__cS before partial symtab expansion" regexp.
1866 Update breakpoint location. Flush symbol cache after expansion.
1867
1868 2020-02-28 Luis Machado <luis.machado@linaro.org>
1869
1870 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1871
1872 2020-02-27 Tom de Vries <tdevries@suse.de>
1873
1874 * config/sid.exp: Remove unused globals.
1875 * gdb.base/attach.exp: Same.
1876 * gdb.base/catch-load.exp: Same.
1877 * gdb.base/dbx.exp: Same.
1878 * lib/gdb.exp: Same.
1879 * lib/mi-support.exp: Same.
1880 * lib/prompt.exp: Same.
1881
1882 2020-02-27 Tom de Vries <tdevries@suse.de>
1883
1884 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1885 not set.
1886
1887 2020-02-26 Aaron Merey <amerey@redhat.com>
1888
1889 * gdb.debuginfod: New directory for debuginfod tests.
1890 * gdb.debuginfod/main.c: New test file.
1891 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1892
1893 2020-02-26 Tom de Vries <tdevries@suse.de>
1894
1895 PR gdb/25603
1896 * gdb.base/persistent-lang.cc: New test.
1897 * gdb.base/persistent-lang.exp: New file.
1898
1899 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1900
1901 * gdb.fortran/derived-type-striding.exp: Add a new test.
1902 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1903 new test.
1904
1905 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1906
1907 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1908 names.
1909
1910 2020-02-25 Tom de Vries <tdevries@suse.de>
1911
1912 PR go/18926
1913 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1914
1915 2020-02-24 Tom de Vries <tdevries@suse.de>
1916
1917 PR gdb/25592
1918 * gdb.base/info-locals-unused-static-var.c: New test.
1919 * gdb.base/info-locals-unused-static-var.exp: New file.
1920
1921 2020-02-22 Tom Tromey <tom@tromey.com>
1922
1923 * gdb.python/tui-window.exp: New file.
1924 * gdb.python/tui-window.py: New file.
1925
1926 2020-02-22 Tom Tromey <tom@tromey.com>
1927
1928 PR tui/17850:
1929 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1930 tests.
1931
1932 2020-02-22 Tom Tromey <tom@tromey.com>
1933
1934 * gdb.tui/new-layout.exp: Add sub-layout tests.
1935
1936 2020-02-22 Tom Tromey <tom@tromey.com>
1937
1938 * gdb.tui/new-layout.exp: New file.
1939
1940 2020-02-22 Tom Tromey <tom@tromey.com>
1941
1942 * gdb.rust/rust-style.rs: New file.
1943 * gdb.rust/rust-style.exp: New file.
1944 * gdb.base/style.exp: Test structure printing.
1945 * gdb.base/style.c (struct some_struct): New type.
1946 (enum etype): New type.
1947 (struct_value): New global.
1948
1949 2020-02-21 Tom de Vries <tdevries@suse.de>
1950
1951 PR go/18926
1952 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1953 Remove blanket xfails. Use message argument for gdb_breakpoint.
1954 Make continuing to breakpoint test conditional on setting breakpoint.
1955 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1956 DW_AT_name attribute. Add xfail for GCC PR93866.
1957
1958 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1959
1960 * gdb.dwarf2/cpp-linkage-name.c: New file.
1961 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1962
1963 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1964
1965 * lib/gdb.exp (gdb_wrapper_init): Reset
1966 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1967 not exist.
1968
1969 2020-02-20 Tom de Vries <tdevries@suse.de>
1970
1971 PR go/17018
1972 * gdb.go/hello.exp: Copy ...
1973 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1974 print of st to print value of global definition. Add xfail for GCC
1975 PR93844.
1976 * gdb.go/hello.exp: Remove printing of st before definition.
1977 * gdb.go/hello.go: Copy ...
1978 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1979 to st.
1980 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1981
1982 2020-02-20 Tom de Vries <tdevries@suse.de>
1983
1984 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1985 (gdb_simple_compile): Handle compile_flags go by using .go extension
1986 for source file.
1987 * gdb.go/chan.exp: Use support_go_compile.
1988 * gdb.go/handcall.exp: Same.
1989 * gdb.go/hello.exp: Same.
1990 * gdb.go/integers.exp: Same.
1991 * gdb.go/max-depth.exp: Same.
1992 * gdb.go/methods.exp: Same.
1993 * gdb.go/package.exp: Same.
1994 * gdb.go/strings.exp: Same.
1995 * gdb.go/types.exp: Same.
1996 * gdb.go/unsafe.exp: Same.
1997
1998 2020-02-19 Tom de Vries <tdevries@suse.de>
1999
2000 * gdb.python/lib-types.exp: Make xfail more strict.
2001
2002 2020-02-19 Tom de Vries <tdevries@suse.de>
2003
2004 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2005
2006 2020-02-19 Doug Evans <dje@google.com>
2007
2008 PR rust/25535
2009 * gdb.rust/simple.exp: Add test.
2010 * gdb.rust/simple.rs: Add test.
2011
2012 2020-02-19 Tom de Vries <tdevries@suse.de>
2013
2014 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2015 output line-by-line.
2016
2017 2020-02-19 Tom de Vries <tdevries@suse.de>
2018
2019 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2020
2021 2020-02-19 Tom de Vries <tdevries@suse.de>
2022
2023 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2024 prelink.
2025
2026 2020-02-19 Tom de Vries <tdevries@suse.de>
2027
2028 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2029 (gdb_do_cache): Use gdb_do_cache_wrap.
2030 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2031
2032 2020-02-19 Tom de Vries <tdevries@suse.de>
2033
2034 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2035 gdb_compile option.
2036
2037 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2038
2039 * gdb.base/printcmds.exp (test_print_enums): Update expected
2040 output.
2041
2042 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2043
2044 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2045 for "unknown".
2046
2047 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2048
2049 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2050 enumerator.
2051
2052 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2053
2054 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2055 FE_, add FE_NONE.
2056 (three): Update.
2057 (enum flag_enum_without_zero): New enum.
2058 (flag_enum_without_zero): New variable.
2059 (enum not_flag_enum): New enum.
2060 (three_not_flag): New variable.
2061 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2062 (test_print_enums): Add more tests for printing flag enums.
2063
2064 2020-02-18 Tom de Vries <tdevries@suse.de>
2065
2066 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2067 (gdb_compile_ada): ... here.
2068 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2069 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2070
2071 2020-02-14 Tom Tromey <tom@tromey.com>
2072
2073 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2074 build directory.
2075 * boards/gdbserver-base.exp: Update path to gdbserver.
2076
2077 2020-02-13 Tom de Vries <tdevries@suse.de>
2078
2079 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2080
2081 2020-02-13 Tom de Vries <tdevries@suse.de>
2082
2083 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2084 are missing.
2085
2086 2020-02-13 Tom de Vries <tdevries@suse.de>
2087
2088 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2089 call.
2090
2091 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2092
2093 PR tui/25126
2094 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2095 * gdb.base/cached-source-file.c: New file.
2096 * gdb.base/cached-source-file.exp: New file.
2097
2098 2020-02-11 Tom de Vries <tdevries@suse.de>
2099
2100 PR testsuite/25488
2101 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2102
2103 2020-02-10 Tom de Vries <tdevries@suse.de>
2104
2105 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2106
2107 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
2108
2109 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2110 and $after_addr are both integers before making a comparison.
2111
2112 2020-02-09 Tom de Vries <tdevries@suse.de>
2113
2114 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2115 command output and paste it into gdb.log. If any, paste catch message
2116 to gdb.log.
2117
2118 2020-02-07 Tom Tromey <tromey@adacore.com>
2119
2120 PR breakpoints/24915:
2121 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2122
2123 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
2124
2125 * gdb.tui/tui-missing-src.exp: Add the "missing source
2126 file" test for the TUI.
2127
2128 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2129
2130 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2131 including a port number in the output.
2132
2133 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2134
2135 * lib/fortran.exp (fortran_int4): Handle clang.
2136 (fortran_int8): Likewise.
2137 (fortran_real4): Likewise.
2138 (fortran_real8): Likewise.
2139 (fortran_complex4): Likewise.
2140 (fortran_logical4): Likewise.
2141 (fortran_character1): Likewise.
2142
2143 2020-02-04 Tom de Vries <tdevries@suse.de>
2144
2145 * README (Race detection): Add note.
2146
2147 2020-02-04 Tom de Vries <tdevries@suse.de>
2148
2149 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2150
2151 2020-02-04 Tom de Vries <tdevries@suse.de>
2152
2153 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2154
2155 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2156
2157 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2158 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2159 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2160 blttar, bnetarl.
2161 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2162 binary for blttar, bnetarl.
2163 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2164 wait instruction. Delete ldmx test.
2165 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2166
2167 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2168
2169 * gdb.fortran/array-bounds-high.exp: New file.
2170 * gdb.fortran/array-bounds-high.f90: New file.
2171
2172 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2173
2174 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2175 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2176
2177 2020-02-01 Tom de Vries <tdevries@suse.de>
2178
2179 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2180
2181 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2182
2183 PR tui/9765
2184 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2185 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2186
2187 2020-01-29 Luis Machado <luis.machado@linaro.org>
2188
2189 * gdb.arch/aarch64-brk-patterns.c: New source file.
2190 * gdb.arch/aarch64-brk-patterns.exp: New test.
2191
2192 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2193
2194 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2195 GCC/Clang version.
2196 * gdb.cp/pass-by-ref.exp: Ditto.
2197
2198 2020-01-29 Tom de Vries <tdevries@suse.de>
2199
2200 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2201 * gdb.threads/watchpoint-fork-mt.c: Same.
2202 * gdb.threads/watchpoint-fork-parent.c: Same.
2203 * gdb.threads/watchpoint-fork-st.c: Same.
2204 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2205
2206 2020-01-27 Luis Machado <luis.machado@linaro.org>
2207
2208 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2209 sitting at a syscall instruction when we hit the syscall function's
2210 breakpoint.
2211 Check PC against one obtained with the x command.
2212 Validate syscall number.
2213 (step_over_syscall): Don't continue to the syscall instruction if
2214 we're already there.
2215
2216 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2217
2218 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2219
2220 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2221
2222 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2223 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2224
2225 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2226
2227 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2228 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2229
2230 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2231
2232 * gdb.base/maint.exp: Update line table parsing test.
2233 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2234
2235 2020-01-24 Pedro Alves <palves@redhat.com>
2236
2237 PR gdb/25410
2238 * gdb.multi/multi-re-run-1.c: New.
2239 * gdb.multi/multi-re-run-2.c: New.
2240 * gdb.multi/multi-re-run.exp: New.
2241
2242 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2243
2244 PR gdb/23718
2245 * gdb.server/server-kill-python.exp: New file.
2246
2247 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2248
2249 * gdb.server/multi-ui-errors.c: New file.
2250 * gdb.server/multi-ui-errors.exp: New file.
2251
2252 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2253
2254 PR tui/9765
2255 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2256
2257 2020-01-19 Tom Tromey <tom@tromey.com>
2258
2259 * gdb.tui/main.exp: Add check for plain "file".
2260
2261 2020-01-16 Christian Biesinger <cbiesinger@google.com>
2262
2263 * lib/gdb.exp: Fix spelling error (seperatelly).
2264
2265 2020-01-14 Tom Tromey <tom@tromey.com>
2266
2267 PR symtab/12535:
2268 * gdb.python/python.exp: Test decode_line with empty string
2269 argument.
2270
2271 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2272
2273 * gdb.base/skip-inline.exp: Extend test.
2274
2275 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2276
2277 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2278 * gdb.dwarf2/dw2-bad-elf.c: New file.
2279 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2280
2281 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2282
2283 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2284 _line_saw_file.
2285
2286 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2287
2288 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2289 border.
2290
2291 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2292
2293 * gdb.multi/multi-target.exp (setup): Factor out "info
2294 connections" and "info inferiors" tests to ...
2295 (test_info_inferiors): ... this new procedure.
2296 (top level): Run new "info-inferiors" tests.
2297
2298 2020-01-10 Pedro Alves <palves@redhat.com>
2299
2300 * gdb.server/bkpt-other-inferior.exp: New file.
2301
2302 2020-01-10 Pedro Alves <palves@redhat.com>
2303
2304 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2305 of "add-inferior".
2306 * gdb.base/quit-live.exp: Likewise.
2307 * gdb.base/remote-exec-file.exp: Likewise.
2308 * gdb.guile/scm-progspace.exp: Likewise.
2309 * gdb.linespec/linespec.exp: Likewise.
2310 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2311 * gdb.mi/user-selected-context-sync.exp: Likewise.
2312 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2313 "info inferiors" tests.
2314 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2315 "add-inferior".
2316 * gdb.multi/watchpoint-multi.exp: Likewise.
2317 * gdb.python/py-inferior.exp: Likewise.
2318 * gdb.server/extended-remote-restart.exp: Likewise.
2319 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2320 "info inferiors".
2321 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2322 * gdb.trace/report.exp: Likewise.
2323
2324 2020-01-10 Pedro Alves <palves@redhat.com>
2325
2326 * gdb.multi/multi-target.c: New file.
2327 * gdb.multi/multi-target.exp: New file.
2328 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2329 mode requested, but remote does not support non-stop".
2330
2331 2020-01-10 Pedro Alves <palves@redhat.com>
2332
2333 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2334 disconnect before reconnecting.
2335
2336 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2337 Pedro Alves <palves@redhat.com>
2338
2339 * gdb.server/connect-without-multi-process.exp: Also test
2340 continuing to end.
2341
2342 2020-01-10 Pedro Alves <palves@redhat.com>
2343
2344 * gdb.base/remote-exec-file.exp: New file.
2345
2346 2020-01-10 Pedro Alves <palves@redhat.com>
2347
2348 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2349 output.
2350 * gdb.threads/async.c: New.
2351 * gdb.threads/async.exp: New.
2352 * gdb.multi/tids-gid-reset.c: New.
2353 * gdb.multi/tids-gid-reset.exp: New.
2354
2355 2020-01-10 George Barrett <bob@bob131.so>
2356
2357 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2358 to help in finding the image relocation offset.
2359 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2360 options in arguments.
2361 (stap_test_no_debuginfo): Likewise.
2362 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2363 test variants.
2364 (stap_test): Add null semaphore relocation test.
2365
2366 2020-01-10 George Barrett <bob@bob131.so>
2367
2368 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2369 * gdb.base/stap-probe.exp: Likewise.
2370 (stap_test): Pass argument as an additional flag.
2371 (stap_test_no_debuginfo): Likewise.
2372 (stap_test): Check `info probes stap' output for semaphore
2373 addresses if the test binary is supposed to have them.
2374
2375 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2376
2377 * gdb.tui/basic.exp: Add more scrolling tests.
2378
2379 2020-01-09 Tom Tromey <tom@tromey.com>
2380
2381 PR tui/18932:
2382 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2383 meangingful value.
2384 (Term::command, Term::resize): Update.
2385 * gdb.tui/basic.exp: Add scrolling test.
2386
2387 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2388
2389 * gdb.tui/tui-layout-asm.exp: New file.
2390
2391 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2392
2393 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2394
2395 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2396
2397 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2398 (Term::enter_tui): Use Term::prepare_for_tui.
2399
2400 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2401
2402 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2403 called.
2404
2405 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2406
2407 * gdb.base/skip.exp: Fix race condition in test.
2408
2409 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2410
2411 * gdb.base/backtrace.c: New file.
2412 * gdb.base/backtrace.exp: New file.
2413
2414 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2415
2416 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2417
2418 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2419
2420 * gdb.base/style.exp: Test that warnings are styled.
2421
2422 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2423
2424 * gdb.base/line65535.exp: New file.
2425 * gdb.base/line65535.c: New file.
2426
2427 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2428
2429 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2430 * lib/gnat_debug_info_test.adb: New file.
2431 * gdb.ada/ptype_tagged_param.exp: Use
2432 gnat_runtime_has_debug_info, expect a different output if
2433 runtime does not have debug info.
2434
2435 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2436
2437 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2438 (another) quote in test name.
2439
2440 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2441
2442 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2443 Add quote in test name.
2444
2445 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2446
2447 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2448 directory instead.
2449 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2450 * gdb.cp/pass-by-ref-2.cc: New file.
2451 * gdb.cp/pass-by-ref-2.exp: New file.
2452
2453 2019-12-20 Tom Tromey <tom@tromey.com>
2454
2455 * gdb.tui/list-before.exp: New file.
2456
2457 2019-12-20 Tom Tromey <tom@tromey.com>
2458
2459 * gdb.tui/list.exp: Check for source on initial listing.
2460
2461 2019-12-11 Tom Tromey <tromey@adacore.com>
2462
2463 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2464 Add crlf test.
2465
2466 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
2467
2468 * gdb.base/default.exp: Update value of $_gdb_major.
2469
2470 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2471
2472 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2473
2474 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2475
2476 * gdb.base/skip.exp: Whitespace fix.
2477
2478 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2479
2480 * gdb.base/skip-inline.c: New file.
2481 * gdb.base/skip-inline.exp: New file.
2482
2483 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2484
2485 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2486 jit_function_00 to jit_function_stack_mangle.
2487 * gdb.base/jithost.c (jit_function_t): Rename to...
2488 (jit_function_stack_mangle_t): ... this.
2489 (jit_function_add_t): New typedef.
2490 (jit_function_00_code): Rename to...
2491 (jit_function_stack_mangle_code): ... this, make static.
2492 (jit_function_add_code): New.
2493 (main): Generate "add" function and call it. Adjust to changes
2494 in jithost_abi.
2495 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2496 (struct jithost_abi) <begin, end>: Remove fields.
2497 <object, function_stack_mangle, function_add>: New fields.
2498 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2499 code_end>: Remove fields.
2500 <func_stack_mangle>: New field.
2501 (read_debug_info): Adjust to renaming, create block for "add"
2502 function.
2503 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2504
2505 2019-12-11 Tom Tromey <tom@tromey.com>
2506
2507 * gdb.tui/resize.exp: Fix regexp.
2508 * gdb.tui/regs.exp: Fix regexps.
2509 * gdb.tui/main.exp: Fix regexp.
2510
2511 2019-12-11 Tom Tromey <tom@tromey.com>
2512
2513 * gdb.tui/resize.exp: Update.
2514 * gdb.tui/empty.exp (layouts): Update.
2515
2516 2019-12-11 Tom Tromey <tom@tromey.com>
2517
2518 * gdb.tui/regs.exp: Update.
2519 * gdb.tui/empty.exp (layouts): Update.
2520 * gdb.tui/basic.exp: Update.
2521 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2522
2523 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2524
2525 * gdb.base/options.exp: Add -raw-values in the print completion list.
2526 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2527
2528 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2529
2530 * gdb.threads/omp-par-scope.c: New file.
2531 * gdb/threads/omp-par-scope.exp: New file.
2532
2533 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2534
2535 * lib/gdb.exp (support_nested_function_tests): New proc.
2536
2537 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2538
2539 * lib/gdb.exp (gdb_compile_openmp): New proc.
2540 (build_executable_from_specs): Add an "openmp" option.
2541 (gdb_compile_pthreads): Add non-executable case.
2542
2543 2019-12-10 Tom Tromey <tromey@adacore.com>
2544
2545 * gdb.ada/unchecked_union.exp: New file.
2546 * gdb.ada/unchecked_union/pck.adb: New file.
2547 * gdb.ada/unchecked_union/pck.ads: New file.
2548 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2549 * gdb-utils.exp (string_to_regexp): Also quote "?".
2550
2551 2019-12-10 George Barrett <bob@bob131.so>
2552
2553 Test scripted probe breakpoints.
2554 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2555 * gdb.python/py-breakpoint.c (main): Likewise.
2556 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2557 specifier test.
2558 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2559
2560 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2561
2562 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2563 an rvalue parameter.
2564 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2565 parameter.
2566
2567 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2568
2569 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2570 modules.
2571
2572 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2573
2574 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2575 broken version of GCC.
2576
2577 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2578
2579 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2580 sym-info-cmds library.
2581 * gdb.fortran/info-types.exp: Likewise.
2582 * lib/sym-info-cmds.exp: New file.
2583
2584 2019-12-08 Tom de Vries <tdevries@suse.de>
2585
2586 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2587
2588 2019-12-07 Keith Seitz <keiths@redhat.com>
2589
2590 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2591 * gdb.base/corefile-buildid-shlib.c: New file.
2592 * gdb.base/corefile-buildid.c: New file.
2593 * gdb.base/corefile-buildid.exp: New file.
2594
2595 2019-12-06 Tom de Vries <tdevries@suse.de>
2596
2597 * gdb.dwarf2/varval.exp: Add decl before def test.
2598
2599 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2600
2601 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2602
2603 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2604
2605 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2606 CV and reference conversion for overload resolution.
2607 * gdb.cp/rvalue-ref-overload.exp: Test it.
2608
2609 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2610
2611 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2612 * gdb.base/frameapply.exp: Test faas without command.
2613
2614 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2615
2616 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2617 Fortran tests.
2618 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2619 order.
2620
2621 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2622
2623 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2624 casting to type with no kind specified.
2625 (test_basic_parsing_of_type_kinds): Additional tests for types
2626 with no kind specified, and add tests for single/double
2627 precision/complex types.
2628
2629 2019-12-04 Tom Tromey <tromey@adacore.com>
2630
2631 * gdb.base/endianity.c (struct other) <x>: New field.
2632 (main): Initialize it.
2633 * gdb.base/endianity.exp: Update.
2634
2635 2019-12-04 Tom Tromey <tromey@adacore.com>
2636
2637 * gdb.ada/scalar_storage/storage.adb: New file.
2638 * gdb.ada/scalar_storage/pck.adb: New file.
2639 * gdb.ada/scalar_storage/pck.ads: New file.
2640 * gdb.ada/scalar_storage.exp: New file.
2641
2642 2019-12-04 Tom Tromey <tromey@adacore.com>
2643
2644 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2645 (main): Initialize it.
2646 * gdb.base/endianity.exp: Update.
2647
2648 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2649
2650 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2651
2652 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2653
2654 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2655 -symbol-info-module-functions and -symbol-info-module-variables.
2656
2657 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2658
2659 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2660
2661 2019-12-01 Richard Bunt <richard.bunt@arm.com>
2662 Andrew Burgess <andrew.burgess@embecosm.com>
2663
2664 * gdb.fortran/derived-type-striding.exp: New file.
2665 * gdb.fortran/derived-type-striding.f90: New file.
2666 * gdb.fortran/array-slices.exp: New file.
2667 * gdb.fortran/array-slices.f90: New file.
2668
2669 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2670
2671 * gdb.base/define.exp: Test . in command names.
2672 * gdb.base/setshow.exp: Update test, as . is now part of
2673 command name.
2674
2675 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2676
2677 * gdb.base/define-prefix.exp: New file.
2678
2679 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2680
2681 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2682 compile.
2683 (skip_btrace_pt_tests): Likewise.
2684
2685 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2686
2687 * gdb.fortran/info-modules.exp: Compile source files in correct
2688 order.
2689
2690 2019-11-27 Kevin Buettner <kevinb@redhat.com>
2691
2692 * gdb.dwarf2/imported-unit.exp: New file.
2693 * gdb.dwarf2/imported-unit.c: New file.
2694
2695 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2696
2697 * gdb.mi/mi-fortran-modules-2.f90: New file.
2698 * gdb.mi/mi-fortran-modules.exp: New file.
2699 * gdb.mi/mi-fortran-modules.f90: New file.
2700
2701 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2702
2703 * gdb.mi/mi-sym-info-1.c: New file.
2704 * gdb.mi/mi-sym-info-2.c: New file.
2705 * gdb.mi/mi-sym-info.exp: New file.
2706
2707 2019-11-22 Tom Tromey <tromey@adacore.com>
2708
2709 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2710 * gdb.ada/tasks/foo.adb: Add another stopping location.
2711
2712 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2713
2714 * gdb.base/endianity.c: New test.
2715 * gdb.base/endianity.exp: New file.
2716
2717 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2718
2719 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2720
2721 2019-11-21 Tom de Vries <tdevries@suse.de>
2722
2723 PR gdb/24956
2724 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2725
2726 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2727
2728 * gdb.python/py-progspace.exp: Add missing parentheses on some
2729 'print' commands.
2730
2731 2019-11-19 Tom Tromey <tom@tromey.com>
2732
2733 * gdb.tui/winheight.exp: New file.
2734
2735 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2736
2737 * gdb.base/ctf-whatis.c: Delete.
2738 * gdb.base/ctf-whatis.exp: Delete.
2739 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2740
2741 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2742
2743 * gdb.base/ctf-cvexpr.exp: Delete.
2744 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2745
2746 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2747
2748 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2749 the compiler. Clean up header comment a little.
2750 * gdb.base/ctf-ptype.exp: Likewise.
2751 * gdb.base/ctf-whatis.exp: Likewise.
2752 * lib/gdb.exp (skip_ctf_tests): New proc.
2753
2754 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2755
2756 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2757 * gdb.tui/corefile-run.exp: New file.
2758
2759 2019-11-14 Tom Tromey <tromey@adacore.com>
2760
2761 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2762 regression tests.
2763
2764 2019-11-12 Tom Tromey <tom@tromey.com>
2765
2766 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2767 after any command. Expect prompt after WAIT_FOR is seen.
2768 (enter_tui): Enable resize messages.
2769 (command): Expect command in output.
2770 (get_line): Avoid error when cursor appears to be off-screen.
2771 (dump_screen): Include screen size in title.
2772 (_do_resize): New proc, from "resize".
2773 (resize): Rewrite. Do resize in two steps.
2774 * gdb.tui/empty.exp (layouts): Fix entries.
2775 (check_boxes): Remove xfail.
2776 (check_text): Dump screen on failure.
2777
2778 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2779
2780 * gdb.python/py-symbol.exp: Add test for
2781 gdb.lookup_static_symbols.
2782
2783 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2784
2785 * gdb.python/py-symbol.c: Declare and call function from new
2786 py-symbol-2.c file.
2787 * gdb.python/py-symbol.exp: Compile both source files, and add new
2788 tests for gdb.lookup_static_symbol.
2789 * gdb.python/py-symbol-2.c: New file.
2790
2791 2019-11-02 Tom de Vries <tdevries@suse.de>
2792
2793 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2794 * gdb.base/anon.exp: Same.
2795 * gdb.base/auto-connect-native-target.exp: Same.
2796 * gdb.base/call-ar-st.exp: Same.
2797 * gdb.base/catch-syscall.exp: Same.
2798 * gdb.base/commands.exp: Same.
2799 * gdb.base/default.exp: Same.
2800 * gdb.base/display.exp: Same.
2801 * gdb.base/float.exp: Same.
2802 * gdb.base/foll-fork.exp: Same.
2803 * gdb.base/help.exp: Same.
2804 * gdb.base/info-macros.exp: Same.
2805 * gdb.base/info-proc.exp: Same.
2806 * gdb.base/info-target.exp: Same.
2807 * gdb.base/long_long.exp: Same.
2808 * gdb.base/macscp.exp: Same.
2809 * gdb.base/memattr.exp: Same.
2810 * gdb.base/nofield.exp: Same.
2811 * gdb.base/pointers.exp: Same.
2812 * gdb.base/printcmds.exp: Same.
2813 * gdb.base/ptype.exp: Same.
2814 * gdb.base/restore.exp: Same.
2815 * gdb.base/return.exp: Same.
2816 * gdb.base/scope.exp: Same.
2817 * gdb.base/set-noassign.exp: Same.
2818 * gdb.base/setshow.exp: Same.
2819 * gdb.base/shlib-call.exp: Same.
2820 * gdb.base/signals.exp: Same.
2821 * gdb.base/sigstep.exp: Same.
2822 * gdb.base/skip.exp: Same.
2823 * gdb.base/solib-symbol.exp: Same.
2824 * gdb.base/stap-probe.exp: Same.
2825 * gdb.base/step-line.exp: Same.
2826 * gdb.base/step-test.exp: Same.
2827 * gdb.base/style.exp: Same.
2828 * gdb.base/varargs.exp: Same.
2829 * gdb.base/vla-datatypes.exp: Same.
2830 * gdb.base/vla-ptr.exp: Same.
2831 * gdb.base/vla-sideeffect.exp: Same.
2832 * gdb.base/volatile.exp: Same.
2833 * gdb.base/watch-cond-infcall.exp: Same.
2834 * gdb.base/watchpoint.exp: Same.
2835
2836 2019-11-02 Tom de Vries <tdevries@suse.de>
2837
2838 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2839 * gdb.cp/cpexprs.exp: Same.
2840 * gdb.cp/except-multi-location.exp: Same.
2841 * gdb.cp/exceptprint.exp: Same.
2842 * gdb.cp/gdb2384.exp: Same.
2843 * gdb.cp/inherit.exp: Same.
2844 * gdb.cp/m-static.exp: Same.
2845 * gdb.cp/meth-typedefs.exp: Same.
2846 * gdb.cp/misc.exp: Same.
2847 * gdb.cp/namespace.exp: Same.
2848 * gdb.cp/non-trivial-retval.exp: Same.
2849 * gdb.cp/overload.exp: Same.
2850 * gdb.cp/pr17132.exp: Same.
2851 * gdb.cp/re-set-overloaded.exp: Same.
2852 * gdb.cp/rvalue-ref-types.exp: Same.
2853 * gdb.cp/templates.exp: Same.
2854
2855 2019-11-01 Luis Machado <luis.machado@linaro.org>
2856
2857 PR gdb/25124
2858
2859 * gdb.arch/pr25124.S: New file.
2860 * gdb.arch/pr25124.exp: New file.
2861
2862 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2863
2864 * gdb.fortran/info-modules.exp: Update expected results, and add
2865 additional tests for 'info module functinos', and 'info module
2866 variables'.
2867 * gdb.fortran/info-types.exp: Update expected results.
2868 * gdb.fortran/info-types.f90: Extend testcase with additional
2869 module variables and functions.
2870
2871 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2872
2873 * gdb.fortran/info-modules.exp: New file.
2874 * gdb.fortran/info-types.exp: Build with new file.
2875 * gdb.fortran/info-types.f90: Include and use new module.
2876 * gdb.fortran/info-types-2.f90: New file.
2877
2878 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2879
2880 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2881 * gdb.base/settings.exp: Test all settings types using
2882 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2883 that now verifies that the value of "maint show" is the same as
2884 returned by the settings functions. Test the type of the
2885 maintenance settings.
2886 * gdb.base/default.exp: Update show_conv_list.
2887
2888 2019-10-31 Tom de Vries <tdevries@suse.de>
2889
2890 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2891 gdb_test.
2892 * gdb.arch/amd64-disp-step.exp: Same.
2893 * gdb.asm/asm-source.exp: Same.
2894 * gdb.btrace/buffer-size.exp: Same.
2895 * gdb.btrace/cpu.exp: Same.
2896 * gdb.btrace/enable.exp: Same.
2897 * gdb.dwarf2/count.exp: Same.
2898 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2899 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2900 * gdb.fortran/vla-datatypes.exp: Same.
2901 * gdb.fortran/vla-history.exp: Same.
2902 * gdb.fortran/vla-ptype.exp: Same.
2903 * gdb.fortran/vla-value.exp: Same.
2904 * gdb.fortran/whatis_type.exp: Same.
2905 * gdb.guile/guile.exp: Same.
2906 * gdb.multi/tids.exp: Same.
2907 * gdb.python/py-finish-breakpoint.exp: Same.
2908 * gdb.python/py-framefilter.exp: Same.
2909 * gdb.python/py-pp-registration.exp: Same.
2910 * gdb.python/py-xmethods.exp: Same.
2911 * gdb.python/python.exp: Same.
2912 * gdb.server/connect-with-no-symbol-file.exp: Same.
2913 * gdb.server/no-thread-db.exp: Same.
2914 * gdb.server/run-without-local-binary.exp: Same.
2915 * gdb.stabs/weird.exp: Same.
2916 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2917 * gdb.threads/thread-find.exp: Same.
2918 * gdb.threads/tls-shared.exp: Same.
2919 * gdb.threads/tls.exp: Same.
2920 * gdb.threads/wp-replication.exp: Same.
2921 * gdb.trace/ax.exp: Same.
2922 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2923
2924 2019-10-31 Tom de Vries <tdevries@suse.de>
2925
2926 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2927 * gdb.ada/array_subscript_addr.exp: Same.
2928 * gdb.ada/arrayidx.exp: Same.
2929 * gdb.ada/arrayparam.exp: Same.
2930 * gdb.ada/arrayptr.exp: Same.
2931 * gdb.ada/boolean_expr.exp: Same.
2932 * gdb.ada/call_pn.exp: Same.
2933 * gdb.ada/complete.exp: Same.
2934 * gdb.ada/fixed_cmp.exp: Same.
2935 * gdb.ada/fun_addr.exp: Same.
2936 * gdb.ada/funcall_param.exp: Same.
2937 * gdb.ada/interface.exp: Same.
2938 * gdb.ada/mod_from_name.exp: Same.
2939 * gdb.ada/null_array.exp: Same.
2940 * gdb.ada/packed_array.exp: Same.
2941 * gdb.ada/packed_tagged.exp: Same.
2942 * gdb.ada/print_chars.exp: Same.
2943 * gdb.ada/print_pc.exp: Same.
2944 * gdb.ada/ptype_arith_binop.exp: Same.
2945 * gdb.ada/ptype_field.exp: Same.
2946 * gdb.ada/ptype_tagged_param.exp: Same.
2947 * gdb.ada/rec_return.exp: Same.
2948 * gdb.ada/ref_tick_size.exp: Same.
2949 * gdb.ada/str_ref_cmp.exp: Same.
2950 * gdb.ada/taft_type.exp: Same.
2951 * gdb.ada/tagged.exp: Same.
2952 * gdb.ada/type_coercion.exp: Same.
2953 * gdb.ada/uninitialized_vars.exp: Same.
2954
2955 2019-10-30 Tom de Vries <tdevries@suse.de>
2956
2957 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2958
2959 2019-10-26 Tom de Vries <tdevries@suse.de>
2960
2961 * gdb.base/bigcore.c: Fix typos in comments.
2962 * gdb.base/ctf-ptype.c: Same.
2963 * gdb.base/long_long.c: Same.
2964 * gdb.dwarf2/dw2-op-out-param.S: Same.
2965 * gdb.python/py-evthreads.c: Same.
2966 * gdb.reverse/i387-stack-reverse.c: Same.
2967 * gdb.trace/tfile.c: Same.
2968 * lib/compiler.c: Same.
2969 * lib/compiler.cc: Same.
2970
2971 2019-10-25 Tom de Vries <tdevries@suse.de>
2972
2973 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2974 gdb_test_multiple calls.
2975 * gdb.reverse/sigall-reverse.exp: Same.
2976 * gdb.reverse/solib-precsave.exp: Same.
2977 * gdb.reverse/solib-reverse.exp: Same.
2978 * gdb.reverse/until-precsave.exp: Same.
2979 * gdb.reverse/until-reverse.exp: Same.
2980
2981 2019-10-24 Tom de Vries <tdevries@suse.de>
2982
2983 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2984 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2985 kfail using -wrap pattern flag and convenience variable
2986 gdb_test_name.
2987
2988 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2989
2990 * gdb.python/py-progspace.exp: Add tests for the
2991 Progspace.block_for_pc method.
2992
2993 2019-10-23 Tom Tromey <tom@tromey.com>
2994
2995 * configure: Rebuild.
2996 * aclocal.m4: Use m4_include, not sinclude.
2997
2998 2019-10-21 Tom de Vries <tdevries@suse.de>
2999
3000 * gdb.base/infcall-nested-structs.c: Add
3001 __attribute__((noinline,noclone)) to all functions.
3002 (call_all): Add missing variable initialization. Simplify return value.
3003 (breakpt): Increment volatile variable, to prevent call from being
3004 optimized out.
3005 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3006
3007 2019-10-17 Tom de Vries <tdevries@suse.de>
3008
3009 * gdb.fortran/module.exp: Allow info variables to print info for files
3010 other than module.f90.
3011
3012 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3013
3014 * gdb.fortran/module.exp: Extend with 'info variables' test.
3015
3016 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3017
3018 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3019 F77_FOR_TARGET.
3020
3021 2019-10-16 Tom de Vries <tdevries@suse.de>
3022
3023 PR tdep/25096
3024 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3025
3026 2019-10-16 Tom de Vries <tdevries@suse.de>
3027
3028 PR tdep/24104
3029 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3030 Add KFAIL for PR tdep/25096.
3031
3032 2019-10-16 Tom de Vries <tdevries@suse.de>
3033
3034 PR testsuite/25059
3035 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3036
3037 2019-10-16 Tom de Vries <tdevries@suse.de>
3038
3039 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3040 as signed.
3041
3042 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3043
3044 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3045 one instead of increasing timeout.
3046
3047 2019-10-13 Tom de Vries <tdevries@suse.de>
3048
3049 PR record/25038
3050 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3051 * gdb.reverse/sigall-reverse.exp: Same.
3052 * gdb.reverse/solib-precsave.exp: Same.
3053 * gdb.reverse/solib-reverse.exp: Same.
3054 * gdb.reverse/step-precsave.exp: Same.
3055 * gdb.reverse/until-precsave.exp: Same.
3056 * gdb.reverse/until-reverse.exp: Same.
3057 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3058
3059 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3060
3061 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3062 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3063 (cmp_struct_05_01, cmp_struct_static_02_01)
3064 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3065 comparisons.
3066
3067 2019-10-10 Tom de Vries <tdevries@suse.de>
3068
3069 PR testsuite/24888
3070 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3071 gnatlink.
3072
3073 2019-10-09 Tom de Vries <tdevries@suse.de>
3074
3075 PR testsuite/25048
3076 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3077
3078 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3079
3080 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3081 exceptions due to missing debug information.
3082
3083 2019-10-07 Tom de Vries <tdevries@suse.de>
3084
3085 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3086
3087 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3088
3089 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3090 * gdb.base/annota1.exp: Update to use gdb_test_name.
3091
3092 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
3093
3094 * gdb.base/ctf-whatis.exp: New file.
3095 * gdb.base/ctf-whatis.c: New file.
3096 * gdb.base/ctf-ptype.exp: New file.
3097 * gdb.base/ctf-ptype.c: New file.
3098 * gdb.base/ctf-constvars.exp: New file.
3099 * gdb.base/ctf-constvars.c: New file.
3100 * gdb.base/ctf-cvexpr.exp: New file.
3101
3102 2019-10-04 Tom de Vries <tdevries@suse.de>
3103
3104 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3105 for loop.
3106
3107 2019-10-03 Tom Tromey <tom@tromey.com>
3108
3109 PR rust/24976:
3110 * gdb.rust/simple.rs (Union2): New type.
3111 (main): Use Union2.
3112 * gdb.rust/simple.exp: Add test.
3113
3114 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3115
3116 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3117 nested function prefix.
3118
3119 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3120 Richard Bunt <richard.bunt@arm.com>
3121 Andrew Burgess <andrew.burgess@embecosm.com>
3122
3123 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3124 nested functions.
3125 * gdb.fortran/nested-funcs.f90: Update expected results.
3126 * gdb.fortran/nested-funcs-2.exp: New file.
3127 * gdb.fortran/nested-funcs-2.f90: New file.
3128
3129 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3130
3131 * gdb.python/py-parameter.exp: Make test names unique.
3132 * gdb.python/py-template.exp: Likewise.
3133 * gdb.python/py-value.exp: Likewise.
3134
3135 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3136
3137 * gdb.base/break-interp.exp: Reduce test name duplication.
3138 * gdb.base/call-sc.exp: Likewise.
3139 * gdb.base/callfuncs.exp: Likewise.
3140 * gdb.base/charset.exp: Likewise.
3141 * gdb.base/dump.exp: Likewise.
3142 * gdb.base/ena-dis-br.exp: Likewise.
3143 * gdb.base/relational.exp: Likewise.
3144 * gdb.base/step-over-syscall.exp: Likewise.
3145 * gdb.base/structs.exp: Likewise.
3146
3147 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3148
3149 * gdb.linespec/explicit.exp: Make test names unique.
3150 * gdb.linespec/ls-errs.exp: Likewise.
3151
3152 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3153
3154 * gdb.reverse/break-precsave.exp: Make test names unique.
3155 * gdb.reverse/break-reverse.exp: Likewise.
3156 * gdb.reverse/finish-precsave.exp: Likewise.
3157 * gdb.reverse/finish-reverse.exp: Likewise.
3158 * gdb.reverse/machinestate-precsave.exp: Likewise.
3159 * gdb.reverse/machinestate.exp: Likewise.
3160 * gdb.reverse/readv-reverse.exp: Likewise.
3161 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3162 * gdb.reverse/sigall-precsave.exp: Likewise.
3163 * gdb.reverse/sigall-reverse.exp: Likewise.
3164 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3165 * gdb.reverse/watch-precsave.exp: Likewise.
3166 * gdb.reverse/watch-reverse.exp: Likewise.
3167
3168 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3169
3170 * gdb.threads/stop-with-handle.c: New file.
3171 * gdb.threads/stop-with-handle.exp: New file.
3172
3173 2019-10-03 Tom de Vries <tdevries@suse.de>
3174
3175 PR testsuite/25059
3176 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3177 directory" line to be missing.
3178
3179 2019-10-03 Tom de Vries <tdevries@suse.de>
3180
3181 PR testsuite/25059
3182 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3183 type optional.
3184
3185 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3186
3187 * gdb.python/py-format-string.c (string.h): New include.
3188 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3189 the same value, for endianness-independence.
3190 * gdb.python/py-format-string.exp (default_regexp_dict)
3191 (test_pretty_structs, test_format): Adjust expected output to the
3192 changed initialization.
3193
3194 2019-10-02 Tom Tromey <tromey@adacore.com>
3195
3196 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3197
3198 2019-10-02 Pedro Alves <palves@redhat.com>
3199 Andrew Burgess <andrew.burgess@embecosm.com>
3200
3201 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3202 "print-file-var.h".
3203 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3204 (get_version_1): Print this_version_id and its address.
3205 Add extern "C" wrappers around interface functions.
3206 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3207 "print-file-var.h".
3208 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3209 (get_version_2): Print this_version_id and its address.
3210 Add extern "C" wrappers around interface functions.
3211 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3212 <stddef.h> and "print-file-var.h".
3213 Add extern "C" wrappers around interface functions.
3214 [VERSION_ID_MAIN] (this_version_id): Define.
3215 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3216 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3217 up extern "C" blocks.
3218 * gdb.base/print-file-var.exp (test): New, factored out from top
3219 level.
3220 (top level): Test all combinations of attribute hidden or not,
3221 dlopen or not, and this_version_id symbol in main file or not.
3222 Compile tests as both C++ and C, make test names unique.
3223
3224 2019-10-01 Tom Tromey <tom@tromey.com>
3225
3226 * gdb.base/style.exp: Test "show logging filename".
3227
3228 2019-10-01 Tom Tromey <tom@tromey.com>
3229
3230 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3231 * gdb.base/style.exp: Add metadata style test.
3232
3233 2019-10-01 Tom Tromey <tom@tromey.com>
3234
3235 * gdb.base/style.exp: Test "pwd".
3236
3237 2019-10-01 Tom Tromey <tom@tromey.com>
3238
3239 * gdb.base/style.exp: Update tests.
3240
3241 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3242
3243 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3244 'six' to unsigned.
3245 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3246 'five'. Use an all-ones bit pattern for each.
3247 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3248 to its changed values.
3249
3250 2019-09-30 Tom Tromey <tromey@adacore.com>
3251
3252 * gdb.rust/traits.rs: Disable all warnings.
3253
3254 2019-09-29 Tom de Vries <tdevries@suse.de>
3255
3256 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
3257
3258 2019-09-29 Tom de Vries <tdevries@suse.de>
3259
3260 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3261
3262 2019-09-27 Tom de Vries <tdevries@suse.de>
3263
3264 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3265
3266 2019-09-27 Tom de Vries <tdevries@suse.de>
3267
3268 PR record/23188
3269 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3270
3271 2019-09-26 Tom Tromey <tromey@adacore.com>
3272
3273 * gdb.ada/py_taft.exp: New file.
3274 * gdb.ada/py_taft/main.adb: New file.
3275 * gdb.ada/py_taft/pkg.adb: New file.
3276 * gdb.ada/py_taft/pkg.ads: New file.
3277
3278 2019-09-24 Tom de Vries <tdevries@suse.de>
3279
3280 PR gdb/24598
3281 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3282
3283 2019-09-22 Tom de Vries <tdevries@suse.de>
3284
3285 * gdb.base/restore.exp: Allow register variables to be optimized out at
3286 -O0.
3287
3288 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3289
3290 * gdb.arch/spu-info.exp: Remove file.
3291 * gdb.arch/spu-info.c: Remove file.
3292 * gdb.arch/spu-ls.exp: Remove file.
3293 * gdb.arch/spu-ls.c: Remove file.
3294
3295 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3296 * gdb.asm/spu.inc: Remove file.
3297
3298 * gdb.base/dump.exp: Remove support for spu*-*-*.
3299 * gdb.base/stack-checking.exp: Likewise.
3300 * gdb.base/overlays.exp: Likewise.
3301 * gdb.base/ovlymgr.c: Likewise.
3302 * gdb.base/spu.ld: Remove file.
3303
3304 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3305 * gdb.cp/cpexprs.exp: Likewise.
3306 * gdb.cp/exception.exp: Likewise.
3307 * gdb.cp/gdb2495.exp: Likewise.
3308 * gdb.cp/mb-templates.exp: Likewise.
3309 * gdb.cp/pr9167.exp: Likewise.
3310 * gdb.cp/userdef.exp: Likewise.
3311
3312 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3313
3314 * gdb.cell: Remove directory.
3315 * lib/cell.exp: Remove file.
3316
3317 2019-09-19 Tom de Vries <tdevries@suse.de>
3318
3319 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3320
3321 2019-09-19 Tom de Vries <tdevries@suse.de>
3322
3323 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3324
3325 2019-09-19 Tom de Vries <tdevries@suse.de>
3326
3327 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3328 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3329 (gdb_target_cmd): ... here.
3330 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3331 value 2.
3332
3333 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3334
3335 * gdb.base/source-dir.exp: Avoid having directory names in test
3336 names.
3337
3338 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3339
3340 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3341 directory.
3342
3343 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3344
3345 * gdb.base/list-missing-source.exp: New file.
3346
3347 2019-09-14 Tom de Vries <tdevries@suse.de>
3348
3349 PR teststuite/24599
3350 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3351 * lib/ada.exp (gnatmake_version_at_least): New proc.
3352
3353 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3354
3355 * gdb.base/maint.exp: Use exec_has_index_section.
3356
3357 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3358
3359 * gdb.base/maint.exp: Add test for 'maint info sections'.
3360
3361 2019-09-12 Tom de Vries <tdevries@suse.de>
3362
3363 * gdb.base/store.exp: Allow register variables to be optimized out at
3364 -O0.
3365
3366 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3367
3368 * gdb.ada/rdv_wait.exp: Update to new task names.
3369 * gdb.base/task_switch_in_core.exp: Likewise.
3370 * gdb.base/info_sources_base.c: Likewise.
3371
3372 2019-09-10 Tom Tromey <tromey@adacore.com>
3373
3374 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3375
3376 2019-09-10 Tom Tromey <tromey@adacore.com>
3377
3378 * gdb.ada/dgopt.exp: New file.
3379 * gdb.ada/dgopt/x.adb: New file.
3380
3381 2019-09-08 Tom Tromey <tom@tromey.com>
3382
3383 * gdb.tui/resize.exp: Remove setup_xfail.
3384 * gdb.tui/regs.exp: Remove setup_xfail.
3385 * gdb.tui/basic.exp: Remove setup_xfail.
3386
3387 2019-09-06 David Blaikie <dblaikie@gmail.com>
3388
3389 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3390 * gdb.cp/cplabel.exp: Ditto.
3391 * gdb.linespec/ls-errs.exp: Ditto.
3392
3393 2019-09-05 Tom de Vries <tdevries@suse.de>
3394
3395 * lib/gdb.exp (cmp_file_string): New proc.
3396 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3397 runto_main. Verify save breakpoints output.
3398
3399 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3400
3401 * gdb.base/info-var.exp: Test info variables without running
3402 to main, to avoid expect's buffer overflow.
3403
3404 2019-09-03 Tom Tromey <tromey@adacore.com>
3405
3406 * gdb.ada/bias.exp: New file.
3407 * gdb.ada/bias/bias.adb: New file.
3408 * gdb.ada/print_chars.exp: Add regression test.
3409 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3410 (MC): New variable.
3411
3412 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3413
3414 * gdb.base/argv0-symlink.exp: Run only on native target
3415 and local host.
3416
3417 2019-08-29 Tom de Vries <tdevries@suse.de>
3418
3419 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3420 diverse debug info.
3421 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3422
3423 2019-08-28 Tom de Vries <tdevries@suse.de>
3424
3425 * gdb.base/info-var.exp: Allow info variables to print info for files
3426 other than info-var-f1.c and info-var-f2.c.
3427
3428 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3429
3430 * gdb.fortran/info-types.exp: Add module.
3431 * gdb.fortran/info-types.f90: Update expected results.
3432
3433 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3434
3435 * gdb.fortran/info-types.exp: New file.
3436 * gdb.fortran/info-types.f90: New file.
3437 * lib/fortran.exp (fortran_character1): New proc.
3438
3439 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3440
3441 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3442 functions'. Reindent as needed.
3443 * gdb.base/info-var-f1.c: New file.
3444 * gdb.base/info-var-f2.c: New file.
3445 * gdb.base/info-var.exp: New file.
3446 * gdb.base/info-var.h: New file.
3447
3448 2019-08-26 Tom de Vries <tdevries@suse.de>
3449
3450 PR c++/24852
3451 * gdb.cp/no-libstdcxx-probe.exp: New test.
3452
3453 2019-08-26 Tom de Vries <tdevries@suse.de>
3454
3455 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3456 * tests need to be skipped.
3457 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3458 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3459 mi_skip_libstdcxx_probe_tests.
3460
3461 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3462
3463 * gdb.python/py-xmethods.exp: Use raw strings when passing
3464 arguments to SimpleXMethodMatcher.
3465
3466 2019-08-22 Tom de Vries <tdevries@suse.de>
3467
3468 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3469 more informative.
3470
3471 2019-08-21 Pedro Alves <palves@redhat.com>
3472
3473 * gdb.base/with.exp: Test "with" with no arguments.
3474
3475 2019-08-21 Tom de Vries <tdevries@suse.de>
3476
3477 * gdb.base/gdb-caching-proc.exp: Sort files.
3478
3479 2019-08-20 Tom de Vries <tdevries@suse.de>
3480
3481 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3482 compilation.
3483
3484 2019-08-16 Tom de Vries <tdevries@suse.de>
3485
3486 * gdb.base/compare-sections.exp ("after run to main"): Allow
3487 mismatched read-only sections for PIE executables.
3488
3489 2019-08-16 Tom Tromey <tom@tromey.com>
3490
3491 * lib/tuiterm.exp (_csi_Z): New proc.
3492 * gdb.tui/basic.exp: Update window positions.
3493 * gdb.tui/empty.exp: Update window positions.
3494
3495 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3496
3497 * gdb.base/examine-backward.exp: Correct regexp for
3498 "examine 3 bytes backward from ${address_zero}".
3499
3500 2019-08-15 Tom Tromey <tom@tromey.com>
3501
3502 * gdb.tui/empty.exp: Enable resizing tests.
3503
3504 2019-08-15 Tom Tromey <tromey@adacore.com>
3505
3506 * gdb.ada/char_enum.exp: Add regression tests.
3507 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3508 and '0'.
3509 (Char, Gchar): Update.
3510 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3511
3512 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3513
3514 * gdb.python/python.exp: Expect a leading underscore on
3515 GdbOutput{,Error}File.
3516
3517 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3518
3519 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3520 Windows host.
3521
3522 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3523
3524 * gdb.base/batch-preserve-term-settings.exp
3525 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3526
3527 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3528
3529 * lib/gdb.exp: When running on a mingw target, replace
3530 /x/ with x:/.
3531
3532 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3533
3534 * gdb.arch/aarch64-prologue.c: New test.
3535 * gdb.arch/aarch64-prologue.exp: New file.
3536
3537 2019-08-13 Tom de Vries <tdevries@suse.de>
3538
3539 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3540 Thread.
3541
3542 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3543
3544 * gdb.python/py-completion.exp: Download the .py file to the host
3545 and use its host pathname. Conditionalize tests that use
3546 tab completion and manipulate files on the build machine.
3547 * gdb.python/py-events.exp: Download the .py file to the host
3548 and use its host pathname.
3549 * gdb.python/py-evsignal.exp: Likewise.
3550 * gdb.python/py-evthreads.exp: Likewise.
3551 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3552 pathname syntax.
3553 * gdb.python/py-framefilter.exp: Download the .py file to the right
3554 place on the host. Match Windows pathname syntax.
3555 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3556 .py file to the host and use its host pathname.
3557 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3558 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3559 build pathname. Skip symlink test on Windows host. Add missing
3560 newline at end of file.
3561 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3562 and use its host pathname.
3563 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3564 * gdb.python/py-section-script.exp: Use host location of binfile
3565 on safe-path. Use correct path separator on Windows host.
3566 Reorder alternatives in gdb_test_multiple to prevent matching
3567 the wrong alternative on success.
3568 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3569
3570 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3571
3572 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3573 expect the GDB inferior to no longer immediately stop after
3574 being resumed with "signal SIGINT".
3575
3576 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3577
3578 * gdb.linespec/break-ask.exp: Generalize regexps to match
3579 Windows pathnames too.
3580
3581 2019-08-08 Tom de Vries <tdevries@suse.de>
3582
3583 PR testsuite/24862
3584 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3585
3586 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3587
3588 * gdb.base/style.exp: Update tests for help doc new invariants.
3589 * gdb.base/help.exp: Likewise.
3590
3591 2019-08-06 Tom Tromey <tom@tromey.com>
3592
3593 * gdb.base/style.exp: Add disassemble test.
3594 * gdb.base/style.c (some_called_function): New function.
3595 (main): Use it.
3596
3597 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3598
3599 * gdb.python/py-block.exp: Test dictionary access on blocks.
3600
3601 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3602
3603 PR gdb/24863
3604 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3605 -list-thread-groups --available test when running under
3606 check-read1.
3607
3608 2019-08-05 Tom de Vries <tdevries@suse.de>
3609
3610 PR testsuite/24863
3611 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3612 * gdb.base/help.exp: Use with_read1_timeout_factor.
3613 * gdb.base/info-macros.exp: Same.
3614 * gdb.cp/nested-types.exp: Same.
3615
3616 2019-08-05 Tom de Vries <tdevries@suse.de>
3617
3618 * lib/gdb.exp (version_at_least): Factor out of ...
3619 (tcl_version_at_least): ... here.
3620 (gdb_compile): Fail if pie results in non-PIE executable.
3621 (readelf_version, readelf_prints_pie): New proc.
3622 (exec_is_pie): Return -1 if unknown.
3623
3624 2019-08-05 Tom de Vries <tdevries@suse.de>
3625
3626 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3627
3628 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3629
3630 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3631
3632 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3633
3634 * lib/completion-support.exp (test_gdb_complete_none): Skip
3635 tab completion tests if no readline support.
3636 (test_gdb_complete_unique_re): Likewise.
3637 (test_gdb_complete_multiple): Likewise.
3638
3639 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3640
3641 * gdb.base/info_sources.exp: New file.
3642 * gdb.base/info_sources.c: New file.
3643 * gdb.base/info_sources_base.c: New file.
3644
3645 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3646
3647 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3648 prefix argument.
3649 (test_exit_status): Add prefix argument.
3650
3651 2019-08-01 Tom de Vries <tdevries@suse.de>
3652
3653 PR testsuite/24863
3654 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3655 calling exp_continue for new thread and thread exited messages.
3656
3657 2019-08-01 Tom de Vries <tdevries@suse.de>
3658
3659 PR testsuite/24863
3660 * gdb.base/structs.exp: Fix check-read1 timeout using
3661 gdb_test_sequence.
3662 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3663
3664 2019-08-01 Tom de Vries <tdevries@suse.de>
3665
3666 PR testsuite/24863
3667 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3668 line.
3669
3670 2019-08-01 Tom de Vries <tdevries@suse.de>
3671
3672 PR testsuite/24863
3673 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3674
3675 2019-07-30 Tom Tromey <tromey@adacore.com>
3676
3677 * gdb.ada/display_nested.exp: New file.
3678 * gdb.ada/display_nested/foo.adb: New file.
3679 * gdb.ada/display_nested/pack.adb: New file.
3680 * gdb.ada/display_nested/pack.ads: New file.
3681
3682 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3683
3684 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3685 namespace.
3686 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3687
3688 2019-07-30 Tom de Vries <tdevries@suse.de>
3689
3690 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3691 instead.
3692
3693 2019-07-30 Tom de Vries <tdevries@suse.de>
3694
3695 PR testsuite/24834
3696 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3697 (exec_is_pie): New proc.
3698
3699 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3700
3701 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3702
3703 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3704
3705 * gdb.python/py-objfile.c: Add global and static vars.
3706 * gdb.python/py-objfile.exp: Test new functions Objfile.
3707 lookup_global_symbol and lookup_static_symbol.
3708
3709 2019-07-29 Tom Tromey <tom@tromey.com>
3710
3711 * lib/tuiterm.exp (Term::_csi_@): New proc.
3712 (Term::_csi_X): Don't move cursor.
3713
3714 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3715
3716 * gdb.base/options.exp: Update backtrace - completion to
3717 new option -frame-info.
3718 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3719 Test new 'set print frame-info'. Test backtrace -frame-info
3720 overriding 'set print frame-info'.
3721 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3722 Test new 'set print frame-info'.
3723 Verify consistency of backtrace with and without filters, with and
3724 without -no-filters.
3725 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3726 default.
3727
3728 2019-07-29 Tom de Vries <tdevries@suse.de>
3729
3730 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3731 no arguments".
3732
3733 2019-07-29 Tom de Vries <tdevries@suse.de>
3734
3735 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3736 is a substring of the first for "complete non-unique file name".
3737
3738 2019-07-29 Tom de Vries <tdevries@suse.de>
3739
3740 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3741 with ".*".
3742
3743 2019-07-29 Tom de Vries <tdevries@suse.de>
3744
3745 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3746 Pass prompt_regexp parameter to gdb_test_multiple calls.
3747
3748 2019-07-29 Tom de Vries <tdevries@suse.de>
3749
3750 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3751 print registers" regexps.
3752
3753 2019-07-29 Tom de Vries <tdevries@suse.de>
3754
3755 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3756
3757 2019-07-29 Tom de Vries <tdevries@suse.de>
3758
3759 PR gdb/24855
3760 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3761 (skip_python_tests_prompt): Add prompt_regexp argument to
3762 gdb_test_multiple calls.
3763
3764 2019-07-27 Tom Tromey <tom@tromey.com>
3765
3766 * gdb.tui/main.exp: New file.
3767
3768 2019-07-27 Tom Tromey <tom@tromey.com>
3769
3770 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3771 optional.
3772 * gdb.tui/empty.exp: New file.
3773
3774 2019-07-27 Tom Tromey <tom@tromey.com>
3775
3776 * lib/tuiterm.exp (spawn): New proc.
3777 (Term::resize): New proc.
3778 * gdb.tui/resize.exp: New file.
3779
3780 2019-07-27 Tom Tromey <tom@tromey.com>
3781
3782 * gdb.tui/list.exp: New file.
3783
3784 2019-07-27 Tom Tromey <tom@tromey.com>
3785
3786 * gdb.tui/regs.exp: New file.
3787
3788 2019-07-27 Tom Tromey <tom@tromey.com>
3789
3790 * gdb.tui/basic.exp: Add "layout split" test.
3791
3792 2019-07-27 Tom Tromey <tom@tromey.com>
3793
3794 * gdb.tui/basic.exp: Add "layout asm" test.
3795
3796 2019-07-27 Tom Tromey <tom@tromey.com>
3797
3798 * lib/tuiterm.exp: New file.
3799 * gdb.tui/basic.exp: New file.
3800
3801 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3802
3803 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3804 Enable tests associated with this flag. Adjust regex
3805 referencing "foo_low" to now refer to "foo_cold" instead.
3806
3807 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3808
3809 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3810 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3811 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3812 foo_cold. Revise comments to match.
3813 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3814 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3815 were wrapped into this proc; Call do_test in loop from outermost
3816 level.
3817 (foo_low): Rename all occurrences to "foo_cold".
3818 (backtrace from baz): New test.
3819 (x2/i foo_cold): New test.
3820 (info line *foo_cold): New test.
3821
3822 2019-07-26 Tom de Vries <tdevries@suse.de>
3823
3824 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3825
3826 2019-07-25 Tom de Vries <tdevries@suse.de>
3827
3828 PR testsuite/24830
3829 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3830 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3831 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3832 (skip_libstdcxx_probe_tests): ... here.
3833 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3834
3835 2019-07-24 Tom de Vries <tdevries@suse.de>
3836
3837 PR testsuite/24807
3838 * gdb.objc/basicclass.m: Include stdio.h.
3839 * gdb.objc/nondebug.m: Same.
3840 * gdb.objc/objcdecode.m: Same.
3841
3842 2019-07-24 Tom de Vries <tdevries@suse.de>
3843
3844 PR testsuite/24612
3845 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3846 additional_flags.
3847
3848 2019-07-24 Tom de Vries <tdevries@suse.de>
3849
3850 PR testsuite/24831
3851 * gdb.multi/tids.exp: Update error messages for info threads.
3852
3853 2019-07-24 Tom de Vries <tdevries@suse.de>
3854
3855 * gdb.base/info-types.exp: Allow info types to print info for more than
3856 one file.
3857
3858 2019-07-23 Tom de Vries <tdevries@suse.de>
3859
3860 PR testsuite/24842
3861 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3862 gdb_spawn_with_cmdline_opts.
3863
3864 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3865
3866 * gdb.arch/arm-cmse-sgstubs.c: New test.
3867 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3868
3869 2019-07-23 Tom de Vries <tdevries@suse.de>
3870
3871 PR testsuite/24711
3872 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3873 issuing next command.
3874
3875 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3876
3877 * gdb.ada/info_auto_lang.exp: Update expected results.
3878 * gdb.base/info-types.c: Add additional types to check.
3879 * gdb.base/info-types.exp: Update expected results.
3880
3881 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3882
3883 * gdb.base/info-types.c: New file.
3884 * gdb.base/info-types.exp: New file.
3885
3886 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3887
3888 * gdb.arch/riscv-bp-infcall.c: New file.
3889 * gdb.arch/riscv-bp-infcall.exp: New file.
3890
3891 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3892
3893 PR breakpoints/24541
3894 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3895
3896 2019-07-14 Tom de Vries <tdevries@suse.de>
3897
3898 PR testsuite/24760
3899 * gdb.objc/basicclass.exp: Fix unterminated string.
3900
3901 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3902 Andrew Burgess <andrew.burgess@embecosm.com>
3903
3904 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3905 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3906 negative bounds.
3907 * gdb.fortran/vla-value.exp: Print elements of an array with
3908 negative bounds.
3909 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3910 testing.
3911
3912 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3913
3914 * gdb.base/options.exp (expect_string): Dequote strings in
3915 results.
3916 (test-string): Test strings with different quoting and reindent.
3917
3918 2019-07-10 Tom Tromey <tromey@adacore.com>
3919
3920 * gdb.ada/mi_ex_cond.exp: Update expected results.
3921 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3922 * gdb.ada/mi_catch_ex.exp: Update expected results.
3923 * gdb.ada/mi_catch_assert.exp: Update expected results.
3924 * gdb.ada/catch_ex.exp (catch_exception_info)
3925 (catch_exception_entry, catch_assert_entry)
3926 (catch_unhandled_entry): Update.
3927 * gdb.ada/catch_assert_if.exp: Update expected results.
3928
3929 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3930 Stephen Roberts <stephen.roberts@arm.com>
3931
3932 * gdb.base/define.exp: Restore original prompt.
3933
3934 2019-07-09 Pedro Alves <palves@redhat.com>
3935
3936 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3937 breakpoints" output.
3938 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3939 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3940 throw" creates breakpoint.
3941 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3942 'type="catchpoint"'.
3943
3944 2019-07-09 Pedro Alves <palves@redhat.com>
3945
3946 PR c++/15468
3947 * gdb.cp/except-multi-location-lib.cc: New.
3948 * gdb.cp/except-multi-location-main.cc: New.
3949 * gdb.cp/except-multi-location.exp: New.
3950
3951 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3952
3953 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3954 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3955 argument and update callers.
3956
3957 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3958
3959 * gdb.arch/amd64-break-on-asm-line.S: New file.
3960 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3961
3962 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3963
3964 * gdb.base/printcmds.exp: Test printing C string and
3965 C wide string convenience vars without transiting via the inferior.
3966 Also make test names unique.
3967
3968 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3969
3970 PR breakpoints/25011
3971 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3972
3973 2019-07-04 Pedro Alves <palves@redhat.com>
3974
3975 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3976 body returned ok(0), break(3) or continue(4).
3977 * gdb.testsuite/foreach_with_prefix.exp: New file.
3978
3979 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3980
3981 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3982
3983 2019-07-03 Pedro Alves <palves@redhat.com>
3984
3985 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3986 "return -code".
3987
3988 2019-07-03 Pedro Alves <palves@redhat.com>
3989
3990 PR cli/24732
3991 * gdb.base/shell.exp: Load completion-support.exp.
3992 Adjust expected error output. Add completion tests.
3993
3994 2019-07-03 Pedro Alves <palves@redhat.com>
3995
3996 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3997 string_to_regexp.
3998
3999 2019-07-03 Pedro Alves <palves@redhat.com>
4000
4001 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4002 (expect_integer): Adjust to expect "-string".
4003 (expect_string): New.
4004 (all_options): Expect "-string".
4005 (test-flag, test-boolean): Adjust to expect "-string".
4006 (test-string): New proc.
4007 (top level): Call it.
4008
4009 2019-07-03 Pedro Alves <palves@redhat.com>
4010
4011 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4012 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4013 the expected output in the success.
4014
4015 2019-07-03 Pedro Alves <palves@redhat.com>
4016
4017 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4018 Split one gdb_test_multiple call in two to avoid a race.
4019
4020 2019-07-03 Pedro Alves <palves@redhat.com>
4021
4022 * gdb.base/with.c: New file.
4023 * gdb.base/with.exp: New file.
4024
4025 2019-07-03 Pedro Alves <palves@redhat.com>
4026
4027 * gdb.base/settings.exp: Replace all references to "maint
4028 test-settings set" with references to "maint set test-settings",
4029 and all references to "maint test-settings show" with references
4030 to "maint show test-settings".
4031
4032 2019-07-03 Pedro Alves <palves@redhat.com>
4033
4034 * gdb.base/settings.exp (test-string): Adjust expected out when
4035 testing "maint test-settings show filename"
4036
4037 2019-07-02 Pedro Alves <palves@redhat.com>
4038
4039 * gdb.base/options.exp (test-info-threads): New procedure.
4040 (top level): Call it.
4041
4042 2019-06-28 Tom Tromey <tromey@adacore.com>
4043
4044 * gdb.dwarf2/ada-linkage-name.c: New file.
4045 * gdb.dwarf2/ada-linkage-name.exp: New file.
4046
4047 2019-06-27 Tom Tromey <tromey@adacore.com>
4048
4049 PR c++/20020:
4050 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4051
4052 2019-06-26 Tom de Vries <tdevries@suse.de>
4053
4054 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4055
4056 2019-06-26 Tom de Vries <tdevries@suse.de>
4057
4058 * gdb.base/index-cache.exp: Add back missing debug option.
4059
4060 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4061
4062 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4063
4064 2019-06-25 Tom de Vries <tdevries@suse.de>
4065
4066 PR testsuite/24727
4067 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4068
4069 2019-06-24 Tom de Vries <tdevries@suse.de>
4070
4071 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4072
4073 2019-06-24 Tom de Vries <tdevries@suse.de>
4074
4075 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4076 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4077 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4078
4079 2019-06-24 Tom de Vries <tdevries@suse.de>
4080
4081 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4082
4083 2019-06-21 Tom de Vries <tdevries@suse.de>
4084
4085 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4086
4087 2019-06-21 Tom de Vries <tdevries@suse.de>
4088
4089 PR testsuite/24518
4090 PR ada/24713
4091 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4092 index.
4093
4094 2019-06-19 Tom Tromey <tromey@adacore.com>
4095
4096 * gdb.ada/length_cond.exp: Add intro comment.
4097
4098 2019-06-19 Tom Tromey <tromey@adacore.com>
4099
4100 * gdb.ada/length_cond.exp: New file.
4101 * gdb.ada/length_cond/length_cond.adb: New file.
4102 * gdb.ada/length_cond/pck.adb: New file.
4103 * gdb.ada/length_cond/pck.ads: New file.
4104
4105 2019-06-18 Tom de Vries <tdevries@suse.de>
4106
4107 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4108
4109 2019-06-18 Tom Tromey <tromey@adacore.com>
4110
4111 * gdb.base/list0.h: Add comment explaining control character.
4112
4113 2019-06-18 Tom de Vries <tdevries@suse.de>
4114
4115 * boards/fission.exp: Break up long debug_flags line.
4116
4117 2019-06-16 Tom de Vries <tdevries@suse.de>
4118
4119 PR gdb/24445
4120 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4121 generated index.
4122
4123 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4124
4125 PR gdb/24686
4126 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4127 improve detection of bug gdb/24541.
4128
4129 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4130
4131 PR gdb/24669
4132 * gdb.base/index-cache.exp (uses_readnow,
4133 expecting_index_cache_use): Define global variable.
4134 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4135 expecting_index_cache_use.
4136
4137 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4138 Andrew Burgess <andrew.burgess@embecosm.com>
4139
4140 * gdb.fortran/pointers.f90: New file.
4141 * gdb.fortran/print_type.exp: New file.
4142 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4143 * gdb.fortran/vla-type.exp: Likewise.
4144 * gdb.fortran/vla-value.exp: Likewise.
4145 * gdb.mi/mi-vla-fortran.exp: Likewise.
4146
4147 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4148
4149 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4150 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4151 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4152 as a stop reason.
4153
4154 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4155
4156 * gdb.base/annota1.exp: Update expected results.
4157 * gdb.cp/annota2.exp: Likewise.
4158 * gdb.cp/annota3.exp: Likewise.
4159
4160 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4161
4162 * gdb.base/style-logging.exp: Remove path from test name.
4163
4164 2019-06-14 Tom Tromey <tromey@adacore.com>
4165
4166 PR gdb/24502:
4167 * gdb.base/style-logging.exp: New file.
4168
4169 2019-06-14 Tom Tromey <tromey@adacore.com>
4170
4171 * gdb.base/symfile-warn.exp: New file.
4172 * gdb.base/symfile-warn.c: New file.
4173
4174 2019-06-14 Tom Tromey <tromey@adacore.com>
4175
4176 * gdb.base/annotate-symlink.exp: New file.
4177
4178 2019-06-14 Tom Tromey <tromey@adacore.com>
4179
4180 * gdb.ada/set_wstr.exp: Add reassignment test.
4181
4182 2019-06-14 Tom Tromey <tromey@adacore.com>
4183
4184 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4185 'unchecked_access and 'unrestricted_access as well.
4186
4187 2019-06-14 Tom Tromey <tromey@adacore.com>
4188
4189 PR ada/24539:
4190 * gdb.ada/vla.exp: Update tests.
4191 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4192 pragma.
4193
4194 2019-06-13 Pedro Alves <palves@redhat.com>
4195
4196 * gdb.base/settings.exp (test-integer): Test junk after
4197 "unlimited".
4198
4199 2019-06-13 Pedro Alves <palves@redhat.com>
4200
4201 * gdb.base/options.exp (test-thread-apply): New.
4202 (top level): Call it.
4203
4204 2019-06-13 Pedro Alves <palves@redhat.com>
4205
4206 * gdb.base/options.exp (test-frame-apply): New.
4207 (top level): Test print commands with different "frame apply"
4208 prefixes.
4209
4210 2019-06-13 Pedro Alves <palves@redhat.com>
4211
4212 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
4213 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4214 'max_completions' parameter and handle it.
4215 (test_gdb_completion_offers_commands): New.
4216
4217 2019-06-13 Pedro Alves <palves@redhat.com>
4218
4219 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4220
4221 2019-06-13 Pedro Alves <palves@redhat.com>
4222
4223 * gdb.base/options.exp (test-backtrace): New.
4224 (top level): Call it.
4225
4226 2019-06-13 Pedro Alves <palves@redhat.com>
4227
4228 * gdb.guile/scm-frame-args.exp: Use "set print
4229 raw-frame-arguments" instead of "set print raw frame-arguments".
4230 * gdb.python/py-frame-args.exp: Likewise.
4231
4232 2019-06-13 Pedro Alves <palves@redhat.com>
4233
4234 * gdb.compile/compile.exp: Adjust expected output to option
4235 processing changes.
4236
4237 2019-06-13 Pedro Alves <palves@redhat.com>
4238
4239 * gdb.base/options.exp: Build executable.
4240 (test-print): New procedure.
4241 (top level): Call it, once for "print" and another for "compile
4242 print".
4243
4244 2019-06-13 Pedro Alves <palves@redhat.com>
4245
4246 * gdb.base/options.c: New file.
4247 * gdb.base/options.exp: New file.
4248
4249 2019-06-13 Pedro Alves <palves@redhat.com>
4250
4251 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4252 that "o" is ambiguous.
4253
4254 2019-06-13 Pedro Alves <palves@redhat.com>
4255
4256 * gdb.base/settings.c: New file.
4257 * gdb.base/settings.exp: New file.
4258
4259 2019-06-13 Pedro Alves <palves@redhat.com>
4260
4261 * gdb.base/completion.exp: Fix comment typo.
4262
4263 2019-06-13 Pedro Alves <palves@redhat.com>
4264
4265 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4266 foo --1" test.
4267
4268 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4269
4270 * gdb.fortran/block-data.f: New.
4271 * gdb.fortran/block-data.exp: New.
4272
4273 2019-06-11 Tom de Vries <tdevries@suse.de>
4274
4275 PR testsuite/24521
4276 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4277 message.
4278
4279 2019-06-11 Tom de Vries <tdevries@suse.de>
4280
4281 PR testsuite/24521
4282 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4283
4284 2019-06-11 Tom de Vries <tdevries@suse.de>
4285
4286 * boards/readnow.exp: New file.
4287
4288 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4289
4290 * gdb.fortran/vla-sizeof.exp: Update expected results.
4291
4292 2019-06-06 Amos Bird <amosbird@gmail.com>
4293
4294 * gdb.base/annota1.exp (thread_switch): Add test for
4295 thread-exited annotation.
4296
4297 2019-06-06 Tom Tromey <tromey@adacore.com>
4298
4299 * gdb.base/maint.exp: Expect command started/finished output.
4300
4301 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4302
4303 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4304 comment.
4305 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4306
4307 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4308
4309 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4310 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4311 * gdb.arch/riscv-unwind-long-insn.c: New file.
4312 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4313
4314 2019-06-04 Christian Biesinger <cbiesinger@google.com>
4315
4316 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
4317
4318 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4319
4320 * lib/gdb.exp (help_list_trailer): New regexp variable
4321 factorizing the help trailer message.
4322 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4323 arg to allow to better factorize various tests.
4324 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4325 (test_prefix_command_help): Use help_list_trailer.
4326 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4327 * gdb.guile/scm-cmd.exp: Likewise.
4328 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4329 * gdb.base/help.exp: Use test_user_defined_class_help.
4330 * gdb.base/style.exp: Add tests for styling of help and apropos.
4331 * lib/gdb-utils.exp (style): Add title and highlight styles.
4332
4333 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4334
4335 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4336 $_shell_exitsignal.
4337 * gdb.base/default.exp: Update for new convenience variables.
4338
4339 2019-05-29 Tom Tromey <tromey@adacore.com>
4340
4341 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4342 to "break complete ada" test case's regexp.
4343
4344 2019-05-29 Tom Tromey <tromey@adacore.com>
4345
4346 PR c++/20020:
4347 * gdb.cp/constexpr-field.exp: New file.
4348 * gdb.cp/constexpr-field.cc: New file.
4349
4350 2019-05-29 Tom Tromey <tromey@adacore.com>
4351
4352 * gdb.base/finish.exp (finish_no_print): New proc.
4353 (finish_tests): Call it.
4354
4355 2019-05-24 Tom de Vries <tdevries@suse.de>
4356
4357 * gdb.dwarf2/gdb-add-index.exp: New file.
4358
4359 2019-05-22 Tom Tromey <tromey@adacore.com>
4360
4361 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4362 * gdb.base/style.exp: Use "style".
4363 * lib/gdb-utils.exp (style): New proc.
4364
4365 2019-05-22 Tom de Vries <tdevries@suse.de>
4366
4367 * gdb.base/align.exp: Require c++11.
4368
4369 2019-05-22 Tom de Vries <tdevries@suse.de>
4370
4371 PR testsuite/24586
4372 * gdb.python/py-mi-var-info-path-expression.exp: Call
4373 mi_skip_python_tests to check if python is supported.
4374
4375 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4376
4377 * gdb.arch/aarch64-pauth.c: New test.
4378 * gdb.arch/aarch64-pauth.exp: New file.
4379
4380 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4381
4382 * README (Re-running Tests Outside The Testsuite): New section.
4383
4384 2019-05-21 Tom de Vries <tdevries@suse.de>
4385
4386 * gdb.arch/amd64-eval.exp: Require c++11.
4387 * gdb.base/max-depth.exp: Same.
4388 * gdb.compile/compile-cplus-array-decay.exp: Same.
4389 * gdb.cp/meth-typedefs.exp: Same.
4390 * gdb.cp/subtypes.exp: Same.
4391 * gdb.cp/temargs.exp: Same.
4392
4393 2019-05-21 Alan Hayward <alan.hayward@arm.com>
4394
4395 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4396
4397 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4398
4399 PR gdb/18644
4400 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4401 * gdb.fortran/printing-types.exp: Add new test.
4402 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4403 testing.
4404 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4405 setup_kfail call.
4406
4407 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4408
4409 * README (Running the Testsuite): Change example.
4410 (Testsuite Parameters): Remove TRANSCRIPT.
4411 * lib/gdb.exp: Remove TRANSCRIPT check.
4412
4413 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4414
4415 * README (Testsuite Parameters): Add replay logging to
4416 GDBSERVER_DEBUG.
4417 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4418 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4419 as a comma separated list.
4420 (gdb_debug_init): Override procedure.
4421
4422 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4423
4424 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4425 (gdb_write_cmd_file): New procedure.
4426 * lib/gdbserver-support.exp (gdbserver_start): Call
4427 gdbserver_write_cmd_file.
4428 (gdbserver_write_cmd_file): New procedure.
4429
4430 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4431
4432 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4433 (delete_breakpoints): Likewise.
4434 (gdb_run_cmd): Likewise.
4435 (gdb_start_cmd): Likewise.
4436 (gdb_starti_cmd): Likewise.
4437 (gdb_internal_error_resync): Likewise.
4438 (gdb_test_multiple): Likewise.
4439 (gdb_reinitialize_dir): Likewise.
4440 (default_gdb_exit): Likewise.
4441 (gdb_file_cmd): Mark kill as optional.
4442 (default_gdb_start): Call gdb_stdin_log_init.
4443 (send_gdb): Call gdb_stdin_log_write.
4444 (rerun_to_main): Mark Y as an answer.
4445 (gdb_stdin_log_init): New function.
4446 (gdb_stdin_log_write): Likewise.
4447
4448 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4449
4450 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4451 * gdb.base/debug-expr.exp: Likewise.
4452 * gdb.base/foll-fork.exp: Likewise.
4453 * gdb.base/foll-vfork.exp: Likewise.
4454 * gdb.base/fork-print-inferior-events.exp: Likewise.
4455 * gdb.base/gdb-sigterm.exp: Likewise.
4456 * gdb.base/gdbinit-history.exp: Likewise.
4457 * gdb.base/osabi.exp: Likewise.
4458 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4459 * gdb.base/ui-redirect.exp: Likewise.
4460 * gdb.gdb/unittest.exp: Likewise.
4461 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4462 * gdb.mi/mi-watch.exp: Likewise.
4463 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4464 * gdb.mi/user-selected-context-sync.exp: Likewise.
4465 * gdb.python/python.exp: Disable debug test when debugging.
4466 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4467 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4468 Likewise.
4469 * gdb.threads/stepi-random-signal.exp: Likewise.
4470
4471 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4472
4473 * Makefile.in: Pass through GDB_DEBUG.
4474 * README (Testsuite Parameters): Add GDB_DEBUG.
4475 (gdb,debug): Add board setting.
4476 * lib/gdb.exp (default_gdb_start): Start debugging.
4477 (gdb_debug_enabled): New procedure.
4478 (gdb_debug_init): Likewise.
4479
4480 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4481
4482 * Makefile.in: Pass through GDB_DEBUG.
4483 * README (Testsuite Parameters): Add GDB_DEBUG.
4484 (gdb,debug): Add board setting.
4485 * lib/gdb.exp (default_gdb_start): Start debugging.
4486 (gdb_debug_enabled): New procedure.
4487 (gdb_debug_init): Likewise.
4488
4489 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4490
4491 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4492
4493 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4494
4495 * gdb.base/ui-redirect.exp: Test redirection.
4496
4497 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4498
4499 * gdb.mi/mi-complete.exp: New file.
4500 * gdb.mi/mi-complete.cc: Likewise.
4501
4502 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4503
4504 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4505 indexed and sliced arrays, and pointers to arrays.
4506
4507 2019-05-14 Tom Tromey <tromey@adacore.com>
4508
4509 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4510 styling test.
4511
4512 2019-05-14 Tom de Vries <tdevries@suse.de>
4513
4514 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4515 selection entry encoding.
4516
4517 2019-05-10 Tom Tromey <tromey@adacore.com>
4518
4519 * gdb.ada/info_exc.exp: Add "complete" test.
4520
4521 2019-05-09 Tom de Vries <tdevries@suse.de>
4522
4523 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4524 CU-relative.
4525
4526 2019-05-09 Tom de Vries <tdevries@suse.de>
4527
4528 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4529 CU-relative.
4530
4531 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4532
4533 * gdb.ada/frame_arg_lang.exp: New testcase.
4534 * gdb.ada/frame_arg_lang/bla.adb: New file.
4535 * gdb.ada/frame_arg_lang/pck.ads: New file.
4536 * gdb.ada/frame_arg_lang/pck.adb: New file.
4537 * gdb.ada/frame_arg_lang/foo.c: New file.
4538
4539 2019-05-08 Tom Tromey <tromey@adacore.com>
4540
4541 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4542
4543 2019-05-08 Tom Tromey <tromey@adacore.com>
4544
4545 * gdb.base/ptype-offsets.exp: Update tests.
4546
4547 2019-05-08 Tom Tromey <tromey@adacore.com>
4548
4549 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4550 cases.
4551 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4552 "short".
4553
4554 2019-05-08 Tom Tromey <tromey@adacore.com>
4555
4556 * gdb.ada/vla.exp: New file.
4557 * gdb.ada/vla/vla.adb: New file.
4558
4559 2019-05-07 Tom de Vries <tdevries@suse.de>
4560
4561 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4562
4563 2019-05-07 Tom de Vries <tdevries@suse.de>
4564
4565 PR testsuite/24522
4566 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4567 section.
4568
4569 2019-05-07 Tom de Vries <tdevries@suse.de>
4570
4571 PR testsuite/24522
4572 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4573 .debug_aranges section.
4574
4575 2019-05-07 Tom de Vries <tdevries@suse.de>
4576
4577 PR testsuite/24159
4578 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4579
4580 2019-05-06 Tom de Vries <tdevries@suse.de>
4581
4582 * lib/gdb.exp (exec_has_index_section): New proc.
4583 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4584 section.
4585
4586 2019-05-04 Tom de Vries <tdevries@suse.de>
4587
4588 * boards/cc-with-debug-names.exp: New file.
4589
4590 2019-05-03 Tom Tromey <tromey@adacore.com>
4591
4592 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4593 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4594 * gdb.ada/char_enum.exp: Add test.
4595
4596 2019-05-03 Tom de Vries <tdevries@suse.de>
4597
4598 * boards/cc-with-gdb-index.exp: New file.
4599
4600 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4601
4602 * gdb.rust/simple.exp: Add new test case.
4603 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4604 (main): Initialise an instance of the new struct.
4605
4606 2019-05-01 Tom Tromey <tromey@adacore.com>
4607
4608 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4609 record.
4610 (NPR): New variable.
4611 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4612 test.
4613
4614 2019-05-01 Tom Tromey <tromey@adacore.com>
4615
4616 * gdb.ada/packed_array_assign.exp: Add packed assignment
4617 regression test.
4618
4619 2019-05-01 Tom de Vries <tdevries@suse.de>
4620
4621 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4622
4623 2019-05-01 Tom de Vries <tdevries@suse.de>
4624
4625 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4626
4627 2019-04-30 Ali Tamur <tamur@google.com>
4628
4629 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4630
4631 2019-04-30 Tom Tromey <tromey@adacore.com>
4632
4633 * lib/ada.exp (find_ada_tool): New proc.
4634 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4635 * gdb.ada/catch_ex_std.exp: New file.
4636 * gdb.ada/catch_ex_std/foo.adb: New file.
4637 * gdb.ada/catch_ex_std/some_package.adb: New file.
4638 * gdb.ada/catch_ex_std/some_package.ads: New file.
4639
4640 2019-04-30 Tom Tromey <tromey@adacore.com>
4641
4642 PR c++/24470:
4643 * gdb.cp/temargs.cc: Add test code from PR.
4644
4645 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4646
4647 * gdb.fortran/vla-datatypes.exp: Update expected results.
4648 * gdb.fortran/vla-ptype.exp: Likewise.
4649 * gdb.fortran/vla-type.exp: Likewise.
4650 * gdb.fortran/vla-value.exp: Likewise.
4651
4652 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4653
4654 * gdb.fortran/ptr-indentation.exp: Update expected results.
4655 * gdb.fortran/ptype-on-functions.exp: Likewise.
4656 * gdb.fortran/vla-ptr-info.exp: Likewise.
4657 * gdb.fortran/vla-value.exp: Likewise.
4658
4659 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4660
4661 * gdb.fortran/ptype-on-functions.exp: New file.
4662 * gdb.fortran/ptype-on-functions.f90: New file.
4663
4664 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4665
4666 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4667 case void string.
4668
4669 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4670
4671 * gdb.fortran/complex.exp: Expand.
4672 * gdb.fortran/complex.f: Renamed to...
4673 * gdb.fortran/complex.f90: ...this, and extended to add more
4674 complex values.
4675
4676 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4677
4678 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4679 MODULO, CMPLX.
4680
4681 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4682 Richard Bunt <richard.bunt@arm.com>
4683
4684 * gdb.base/max-depth.c: New file.
4685 * gdb.base/max-depth.exp: New file.
4686 * gdb.python/py-nested-maps.c: New file.
4687 * gdb.python/py-nested-maps.exp: New file.
4688 * gdb.python/py-nested-maps.py: New file.
4689 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4690 (test_all_common): Call test_max_depth.
4691 * gdb.fortran/max-depth.exp: New file.
4692 * gdb.fortran/max-depth.f90: New file.
4693 * gdb.go/max-depth.exp: New file.
4694 * gdb.go/max-depth.go: New file.
4695 * gdb.modula2/max-depth.exp: New file.
4696 * gdb.modula2/max-depth.c: New file.
4697 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4698
4699 2019-04-29 Tom de Vries <tdevries@suse.de>
4700
4701 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4702
4703 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4704
4705 * gdb.base/callexit.exp: Test may-call-functions off.
4706
4707 2019-04-25 Keith Seitz <keiths@redhat.com>
4708
4709 PR c++/24367
4710 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4711 (another_incomplete_struct, test_incomplete): New definitions.
4712 (main): Use new definitions.
4713 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4714 functions.
4715
4716 2019-04-25 Ali Tamur <tamur@google.com>
4717
4718 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4719
4720 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4721
4722 PR corefiles/11608
4723 PR corefiles/18187
4724 * gdb.base/coredump-filter-build-id.exp: New file.
4725
4726 2019-04-25 Alan Hayward <alan.hayward@arm.com>
4727
4728 * Makefile.in: Pass through GDBSERVER_DEBUG.
4729 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4730 (gdbserver,debug): Add board setting.
4731 * gdb.trace/tspeed.exp: Skip when debugging.
4732 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4733 * lib/gdbserver-support.exp: Likewise
4734
4735 2019-04-24 Tom Tromey <tromey@adacore.com>
4736
4737 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4738 Rust.
4739
4740 2019-04-24 Tom Tromey <tromey@adacore.com>
4741
4742 * gdb.arch/amd64-eval.exp: Test bitfield return.
4743 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4744 (class Foo) <return_bitfields>: New method.
4745 (main): Call it.
4746
4747 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4748
4749 * gdb.cp/many-args.cc: New file.
4750 * gdb.cp/many-args.exp: New file.
4751
4752 2019-04-23 Tom de Vries <tdevries@suse.de>
4753
4754 PR gdb/24433
4755 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4756
4757 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4758
4759 * gdb.trace/backtrace.exp: Use nopie flag.
4760 * gdb.trace/circ.exp: Likewise.
4761 * gdb.trace/collection.exp: Likewise.
4762 * gdb.trace/ftrace.exp: Likewise.
4763 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4764 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4765 * gdb.trace/qtro.exp: Likewise.
4766 * gdb.trace/read-memory.exp: Likewise.
4767 * gdb.trace/report.exp: Likewise.
4768 * gdb.trace/tfile.exp: Likewise.
4769 * gdb.trace/tfind.exp: Likewise.
4770 * gdb.trace/unavailable.exp: Likewise.
4771
4772 2019-04-22 Pedro Alves <palves@redhat.com>
4773
4774 * gdb.base/solib-probes-nosharedlibrary.c,
4775 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4776
4777 2019-04-19 Tom Tromey <tromey@adacore.com>
4778
4779 * gdb.ada/ptype_union.c: New file.
4780 * gdb.ada/ptype_union.exp: New file.
4781
4782 2019-04-19 Tom Tromey <tromey@adacore.com>
4783
4784 PR symtab/24423:
4785 * gdb.base/list0.h (foo): Add a control-l character.
4786
4787 2019-04-18 Tom de Vries <tdevries@suse.de>
4788
4789 PR gdb/24433
4790 * boards/local-board.exp: Set sysroot to "".
4791
4792 2019-04-18 Tom de Vries <tdevries@suse.de>
4793 Pedro Alves <palves@redhat.com>
4794
4795 PR gdb/24454
4796 * gdb.threads/vfork-follow-child-exec.c: New file.
4797 * gdb.threads/vfork-follow-child-exec.exp: New file.
4798 * gdb.threads/vfork-follow-child-exit.c: New file.
4799 * gdb.threads/vfork-follow-child-exit.exp: New file.
4800
4801 2019-04-15 Leszek Swirski <leszeks@google.com>
4802
4803 * gdb.arch/amd64-eval.cc: New file.
4804 * gdb.arch/amd64-eval.exp: New file.
4805
4806 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4807
4808 * gdb.server/sysroot.c: New test.
4809 * gdb.server/sysroot.exp: New file.
4810 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4811 matching param.
4812
4813 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4814
4815 * gdb.base/align.exp: Extend test to cover structures containing
4816 only static fields.
4817
4818 2019-04-11 Tom de Vries <tdevries@suse.de>
4819
4820 * boards/cc-with-dwz-m.exp: New file.
4821 * boards/cc-with-dwz.exp: New file.
4822 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4823
4824 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4825
4826 * gdb.base/start-cpp.exp: New file.
4827 * gdb.base/start-cpp.cc: New file.
4828
4829 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4830
4831 * gdb.python/py-thrhandle.exp: Adjust tests to call
4832 thread_from_handle instead of thread_from_thread_handle.
4833
4834 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4835
4836 * gdb.python/py-thrhandle.exp: Add tests for
4837 gdb.InferiorThread.handle.
4838
4839 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4840
4841 * gdb.python/py-function.exp: Check calling helper function from
4842 all languages.
4843 * lib/gdb.exp (gdb_supported_languages): New proc.
4844
4845 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4846
4847 * gdb.base/complex-parts.c: New file.
4848 * gdb.base/complex-parts.exp: New file.
4849
4850 2019-04-01 Tom Tromey <tromey@adacore.com>
4851
4852 PR symtab/23331:
4853 * gdb.dwarf2/dw2-ranges-main.c: New file.
4854 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4855 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4856
4857 2019-03-30 Simon Marchi <simark@simark.ca>
4858
4859 * gdb.base/default.exp: Add values for $_gdb_major and
4860 $_gdb_minor.
4861
4862 2019-03-29 Tom Tromey <tromey@adacore.com>
4863
4864 * gdb.base/help.exp: Tighten apropos regexp.
4865
4866 2019-03-29 Keith Seitz <keiths@redhat.com>
4867
4868 * gdb.fortran/array-bounds.exp: New file.
4869 * gdb.fortran/array-bounds.f90: New file.
4870
4871 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4872
4873 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4874
4875 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4876
4877 * gdb.multi/hello.c (main): Increase alarm timer.
4878
4879 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4880
4881 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4882 factor when no hardware watchpoint support.
4883
4884 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4885 Pedro Alves <palves@redhat.com>
4886
4887 * boards/local-board.exp: set sysroot to /.
4888
4889 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4890
4891 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4892 in child.
4893
4894 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4895
4896 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4897 field.
4898 (make_container): Initialise new field.
4899 * gdb.python/py-prettyprint.exp: Add new tests.
4900 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4901 <display_hint>: New method.
4902
4903 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4904
4905 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4906 gdb_continue_to_breakpoint more throughout this test.
4907 (run_lang_tests) Supply unique test names, and use
4908 gdb_test_no_output.
4909
4910 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4911
4912 * gdb.base/finish-pretty.exp: Update expected results.
4913 * gdb.base/pretty-print.c: New file.
4914 * gdb.base/pretty-print.exp: New file.
4915
4916 2019-03-25 Pedro Alves <palves@redhat.com>
4917
4918 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4919 move comments outside list. Append '-i "" eof' section.
4920
4921 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4922
4923 PR testsuite/25016
4924 * README: Add pie options.
4925 * gdb.base/break-interp.exp: Ensure pie is disabled.
4926 * gdb.base/dump.exp: Likewise.
4927 * lib/gdb.exp (gdb_compile): Add pie option.
4928
4929 2019-03-19 Tom Tromey <tromey@adacore.com>
4930
4931 * gdb.mi/mi2-cli-display.c: New file.
4932 * gdb.mi/mi2-cli-display.exp: New file.
4933
4934 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4935 Tom Tromey <tromey@adacore.com>
4936
4937 * gdb.ada/ptype_array/pck.adb: New file.
4938 * gdb.ada/ptype_array/pck.ads: New file.
4939 * gdb.ada/ptype_array/foo.adb: New file.
4940 * gdb.ada/ptype_array.exp: New file.
4941
4942 2019-03-14 Tom Tromey <tromey@adacore.com>
4943
4944 * gdb.base/style.exp: Add "set style sources" test.
4945
4946 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4947
4948 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4949 * mi-breakpoint-multiple-locations.exp: ... this.
4950 (make_breakpoints_pattern): New proc.
4951 (do_test): Add mi_version parameter, test -break-insert,
4952 -break-info and =breakpoint-created.
4953
4954 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4955
4956 * config/default.exp: Remove 'load_lib gdb.exp'.
4957 * config/monitor.exp: Likewise.
4958 * config/sid.exp: Likewise.
4959 * config/sim.exp: Likewise.
4960 * config/slite.exp: Likewise.
4961 * config/unix.exp: Likewise.
4962 * gdb.base/default.exp: Remove unhelpful comment.
4963
4964 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4965
4966 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4967
4968 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4969
4970 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4971
4972 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4973
4974 * gdb.fortran/type-kinds.exp: Update expected results.
4975
4976 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4977
4978 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4979
4980 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4981
4982 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4983 function.
4984 (test_basic_parsing_of_type_kinds): Expand types tested.
4985 (test_parsing_invalid_type_kinds): New function.
4986
4987 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4988
4989 * gdb.fortran/intrinsics.exp: New file.
4990 * gdb.fortran/intrinsics.f90: New file.
4991 * gdb.fortran/type-kinds.exp: New file.
4992
4993 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4994
4995 * gdb.fortran/dot-ops.exp: New file.
4996
4997 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4998
4999 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5000 Check upper and lower case logical literals.
5001
5002 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5003
5004 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5005 Remove duplicate tests.
5006
5007 2019-03-06 Alan Hayward <alan.hayward@arm.com>
5008
5009 * lib/gdb.exp (builtin_cd): rename of cd.
5010 (cd): Override builtin.
5011
5012 2019-03-06 Richard Bunt <richard.bunt@arm.com>
5013
5014 * gdb.fortran/function-calls.exp: New file.
5015 * gdb.fortran/function-calls.f90: New test.
5016
5017 2019-03-04 Richard Bunt <richard.bunt@arm.com>
5018
5019 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5020 on user program standard output.
5021 * gdb.fortran/short-circuit-argument-list.f90: Record function
5022 calls.
5023
5024 2019-02-28 Alan Hayward <alan.hayward@arm.com>
5025
5026 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5027 failure.
5028
5029 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5030
5031 PR gdb/8527
5032 * gdb.base/interrupt-daemon-attach.c,
5033 gdb.base/interrupt-daemon-attach.exp: New test.
5034
5035 2019-02-27 Pedro Alves <palves@redhat.com>
5036
5037 * gdb.base/page.exp: Add tests for "set width/height -1".
5038
5039 2019-02-27 Pedro Alves <palves@redhat.com>
5040
5041 * gdb.base/page.exp: Add tests for "set/show width/height" with
5042 "infinite" values.
5043
5044 2019-02-27 Tom Tromey <tromey@adacore.com>
5045
5046 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5047 2.4.
5048 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5049 workaround.
5050
5051 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5052
5053 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5054 tests for structs with static members.
5055
5056 2019-02-26 Tom Tromey <tromey@adacore.com>
5057
5058 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5059 ValueError, not TypeError.
5060
5061 2019-02-26 Kevin Buettner <kevinb@redhat.com>
5062
5063 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5064 call from main program.
5065
5066 2019-02-23 Joel Brobecker <brobecker@adacore.com>
5067
5068 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5069 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5070 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5071 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5072 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5073
5074 2019-02-22 Keith Seitz <keiths@redhat.com>
5075
5076 PR symtab/23853
5077 * gdb.base/symlink-sourcefile.c: New file.
5078 * gdb.base/symlink-sourcefile.exp: New file.
5079
5080 2019-02-20 Tom Tromey <tom@tromey.com>
5081
5082 * gdb.base/info_qt.exp: Update.
5083
5084 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5085
5086 * gdb.base/source.exp: Move "error in sourced script" code to
5087 the end.
5088 * gdb.base/source-error.gdb: Move contents to
5089 source-error-1.gdb. Add new code to source source-error-1.gdb.
5090 * gdb.base/source-error-1.gdb: New file, from previous
5091 source-error.gdb.
5092
5093 2019-02-17 Tom Tromey <tom@tromey.com>
5094
5095 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5096 for macro styling.
5097 * gdb.base/style.c (SOME_MACRO): New macro.
5098
5099 2019-02-17 Tom Tromey <tom@tromey.com>
5100
5101 * gdb.base/style.exp: Add line-wrapping tests.
5102 * gdb.base/page.exp: Add test for quitting during pagination.
5103
5104 2019-02-17 Joel Brobecker <brobecker@adacore.com>
5105
5106 * gdb.ada/big_packed_array: New testcase.
5107 * gdb.ada/homonym.exp: Fix incorrect expected output for
5108 "break <homonym__get_value>" test.
5109
5110 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
5111
5112 PR breakpoints/21870
5113 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5114 and prepare_for_testing. Add comment.
5115 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5116 redundant cleanup call. Clean up comment.
5117
5118 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
5119
5120 PR breakpoints/21870
5121 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5122 * gdb.arch/aarch64-dbreg-contents.c: New file.
5123
5124 2019-02-10 Joel Brobecker <brobecker@adacore.com>
5125
5126 * gdb.ada/mi_ref_changeable: New testcase.
5127
5128 2019-02-07 Alan Hayward <alan.hayward@arm.com>
5129
5130 * gdb.base/attach.exp: Add double attach test.
5131
5132 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5133
5134 * lib/gdb.exp (default_gdb_start): Don't match pagination
5135 prompt.
5136 (gdb_init): Set stty_init.
5137
5138 2019-01-27 Tom Tromey <tom@tromey.com>
5139
5140 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5141 skip_python_tests.
5142
5143 2019-01-24 Alan Hayward <alan.hayward@arm.com>
5144
5145 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5146 New structure.
5147 (struct struct_static_02_02): Likewise.
5148 (struct struct_static_02_03): Likewise.
5149 (struct struct_static_02_04): Likewise.
5150 (struct struct_static_04_01): Likewise.
5151 (struct struct_static_04_02): Likewise.
5152 (struct struct_static_04_03): Likewise.
5153 (struct struct_static_04_04): Likewise.
5154 (struct struct_static_06_01): Likewise.
5155 (struct struct_static_06_02): Likewise.
5156 (struct struct_static_06_03): Likewise.
5157 (struct struct_static_06_04): Likewise.
5158 (cmp_struct_static_02_01): Likewise.
5159 (cmp_struct_static_02_02): Likewise.
5160 (cmp_struct_static_02_03): Likewise.
5161 (cmp_struct_static_02_04): Likewise.
5162 (cmp_struct_static_04_01): Likewise.
5163 (cmp_struct_static_04_02): Likewise.
5164 (cmp_struct_static_04_03): Likewise.
5165 (cmp_struct_static_04_04): Likewise.
5166 (cmp_struct_static_06_01): Likewise.
5167 (cmp_struct_static_06_02): Likewise.
5168 (cmp_struct_static_06_03): Likewise.
5169 (cmp_struct_static_06_04): Likewise.
5170 (call_all): Test new structs.
5171 * gdb.base/infcall-nested-structs.exp: Likewise.
5172
5173 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5174 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5175
5176 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5177 * gdb.base/stack-protector.c: New test.
5178 * gdb.base/stack-protector.exp: New file.
5179 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5180 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5181 option.
5182 (gdb_compile): Remove stack protector for GCC and prevent
5183 recursion.
5184
5185 2019-01-16 Keith Seitz <keiths@redhat.com>
5186
5187 PR gdb/23773
5188 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5189
5190 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5191
5192 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5193 aliases.
5194 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5195 tests.
5196 * gdb.arch/powerpc-vector-regs.c: New file.
5197 * gdb.arch/powerpc-vector-regs.exp: New file.
5198
5199 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5200
5201 * gdb.arch/altivec-regs.exp: Fix the list passed to
5202 gdb_expect_list when testing "info vector".
5203
5204 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5205
5206 * gdb.base/style.exp: Don't include path in testname.
5207
5208 2019-01-10 Keith Seitz <keiths@redhat.com>
5209
5210 PR gdb/23712
5211 PR symtab/23010
5212 * gdb.dwarf2/multidictionary.exp: New file.
5213
5214 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5215
5216 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5217 (test_gnuv3_style_demangling): ... this.
5218 (test_lucid_style_demangling): Remove.
5219 (test_arm_style_demangling): Remove.
5220 (test_hp_style_demangling): Remove.
5221 (do_tests): Remove calls to the above.
5222
5223 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5224
5225 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5226 case.
5227
5228 2019-01-06 Tom Tromey <tom@tromey.com>
5229
5230 PR gdb/28155:
5231 * gdb.dwarf2/typedef-void-finish.exp: New file.
5232
5233 2018-12-28 Tom Tromey <tom@tromey.com>
5234 Simon Marchi <simark@simark.ca>
5235
5236 * gdb.base/jit-exec.exp: New file.
5237 * gdb.base/jit-exec.c: New file.
5238 * gdb.base/jit-execd.c: New file.
5239
5240 2018-12-28 Tom Tromey <tom@tromey.com>
5241
5242 * gdb.base/style.exp: Update test to check for address styling.
5243
5244 2018-12-28 Tom Tromey <tom@tromey.com>
5245
5246 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5247 message.
5248
5249 2018-12-28 Tom Tromey <tom@tromey.com>
5250
5251 * gdb.base/style.exp: Add test for version number styling.
5252
5253 2018-12-28 Tom Tromey <tom@tromey.com>
5254
5255 * gdb.base/style.exp: Add test for print_address_symbolic.
5256
5257 2018-12-28 Tom Tromey <tom@tromey.com>
5258
5259 * gdb.base/style.exp: Add test for breakpoint setting.
5260
5261 2018-12-28 Tom Tromey <tom@tromey.com>
5262
5263 * gdb.base/style.exp: Add test for variable names.
5264
5265 2018-12-28 Tom Tromey <tom@tromey.com>
5266
5267 * gdb.base/style.exp: New file.
5268 * gdb.base/style.c: New file.
5269
5270 2018-12-28 Tom Tromey <tom@tromey.com>
5271
5272 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5273 "dumb".
5274 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5275 the TERM environment variable.
5276
5277 2018-12-27 Tom Tromey <tom@tromey.com>
5278
5279 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5280 pagination test.
5281
5282 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5283
5284 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5285 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5286
5287 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5288
5289 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5290 Filename a.adb changed to bp_fun_addr.adb.
5291 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5292
5293 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5294
5295 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5296 non-PIE executables.
5297 * README: Mention the gdb,nopie_flag board setting.
5298 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5299 non-PIE executable.
5300 * gdb.arch/amd64-entry-value.exp: Likewise.
5301 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5302 * gdb.arch/i386-float.exp: Likewise.
5303 * gdb.arch/i386-signal.exp: Likewise.
5304 * gdb.mi/mi-reg-undefined.exp: Likewise.
5305
5306 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5307
5308 PR gdb/23974
5309 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5310
5311 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5312
5313 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5314 Update order of results accordingly.
5315
5316 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5317
5318 * gdb.base/annota1.exp: Update a test regexp.
5319
5320 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5321
5322 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5323
5324 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5325
5326 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5327 (reuse_time): Initialize to REUSE_TIME_CAP.
5328 (check_rc): New function.
5329 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5330 Check pthread_create rc.
5331 (spawner_thread_func): Check pthread_create and pthread_join rc.
5332
5333 2018-12-08 Pedro Alves <palves@redhat.com>
5334
5335 * gdb.base/list.exp (test_forward_search): Rename to ...
5336 (test_forward_reverse_search): ... this. Also test reverse-search
5337 and the forward-search alias.
5338
5339 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5340
5341 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5342 local timeout variable before return, and remove all local timeout
5343 variable entirely.
5344 (gdb_load): Likewise.
5345
5346 2018-12-01 Tom de Vries <tdevries@suse.de>
5347
5348 * gdb.base/gdb-caching-proc.exp: New file.
5349
5350 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5351
5352 * Makefile.in (TIMESTAMP): New variable.
5353 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5354 command.
5355 (check-single-racy): Likewise.
5356 (check/%.exp): Likewise.
5357 (check-racy/%.exp): Likewise.
5358 (workers/%.worker): Likewise.
5359 (build-perf): Likewise.
5360 (check-perf): Likewise.
5361 * README: Describe new "TS" and "TS_FORMAT" variables.
5362 * print-ts.py: New file.
5363
5364 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5365
5366 PR python/23714
5367 * gdb.python/python.exp: Test command repetition after
5368 gdb.execute.
5369
5370 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5371
5372 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5373 is correctly aligned.
5374
5375 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5376
5377 * gdb.ada/info_auto_lang.exp: New testcase.
5378 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5379 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5380 * gdb.ada/info_auto_lang/some_c.c: New file.
5381
5382 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5383
5384 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5385 FUNC_lang language syntax.
5386
5387 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5388
5389 * gdb.base/info_minsym.c: New file.
5390 * gdb.base/info_minsym.exp: New file.
5391
5392 2018-11-19 Tom Tromey <tom@tromey.com>
5393
5394 PR rust/23625:
5395 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5396 * gdb.rust/expr.exp: Update expected output. Change one test.
5397
5398 2018-11-19 Tom Tromey <tom@tromey.com>
5399
5400 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5401
5402 2018-11-19 Pedro Alves <palves@redhat.com>
5403
5404 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5405 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5406 see the expected warning.
5407
5408 2018-11-16 Alan Hayward <alan.hayward@arm.com>
5409
5410 PR gdb/22736:
5411 * gdb.cp/infcall-nodebug-lib.c: New test.
5412 * gdb.cp/infcall-nodebug-main.c: New test.
5413 * gdb.cp/infcall-nodebug.exp: New file.
5414
5415 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5416
5417 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5418 completer tests.
5419
5420 2018-11-09 Tom de Vries <tdevries@suse.de>
5421
5422 * gdb.base/msym-lang.c: New test.
5423 * gdb.base/msym-lang.exp: New file.
5424 * gdb.base/msym-lang-main.c: New test.
5425
5426 2018-11-08 Tom Tromey <tom@tromey.com>
5427
5428 PR gdb/23555:
5429 PR gdb/23838:
5430 * gdb.base/warning.exp: New file.
5431
5432 2018-11-08 Jan Beulich <jbeulich@suse.com>
5433
5434 * testsuite/gdb.arch/i386-avx512.c,
5435 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5436
5437 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5438
5439 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5440 point hardware.
5441
5442 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5443
5444 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5445 * gdb.dwarf2/missing-type-name.exp: New file.
5446
5447 2018-11-06 Tom de Vries <tdevries@suse.de>
5448
5449 * gdb.base/many-headers.c: New test.
5450 * gdb.base/many-headers.exp: New file.
5451
5452 2018-11-06 Jim Wilson <jimw@sifive.com>
5453
5454 * gdb.base/code_elim.exp: For riscv, set additional_flags
5455 to include -msmall-data-limit=0.
5456
5457 2018-11-01 Joel Brobecker <brobecker@adacore.com>
5458
5459 * gdb.ada/watch_minus_l: New testcase.
5460
5461 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5462
5463 * gdb.arch/aix-sighandle.c: New file.
5464 * gdb.arch/aix-sighandle.exp: New file.
5465
5466 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5467
5468 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5469 registers being unions.
5470
5471 2018-10-31 Tom de Vries <tdevries@suse.de>
5472
5473 * lib/valgrind.exp: New file.
5474 (vgdb_start, vgdb_stop): New procs, factored out of ...
5475 * gdb.base/valgrind-bt.exp: ... here, ...
5476 * gdb.base/valgrind-disp-step.exp: ... here and ...
5477 * gdb.base/valgrind-infcall.exp: ... here.
5478
5479 2018-10-31 Tom de Vries <tdevries@suse.de>
5480
5481 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5482
5483 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5484
5485 * gdb.dwarf2/void-type.c: New file.
5486 * gdb.dwarf2/void-type.exp: New file.
5487
5488 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5489
5490 * gdb.base/info_qt.c: New file.
5491 * gdb.base/info_qt.exp: New file.
5492
5493 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5494
5495 * gdb.arch/powerpc-htm-regs.c: New file.
5496 * gdb.arch/powerpc-htm-regs.exp: New file.
5497
5498 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5499
5500 * gdb.arch/powerpc-tar.c: New file.
5501 * gdb.arch/powerpc-tar.exp: New file.
5502
5503 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5504
5505 * gdb.arch/powerpc-ppr-dscr.c: New file.
5506 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5507
5508 2018-10-25 Tom de Vries <tdevries@suse.de>
5509
5510 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5511
5512 2018-10-24 Tom de Vries <tdevries@suse.de>
5513
5514 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5515 longer exists error.
5516
5517 2018-10-24 Tom de Vries <tdevries@suse.de>
5518
5519 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5520
5521 2018-10-24 Tom de Vries <tdevries@suse.de>
5522
5523 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5524 --db-attach in valgrind.
5525
5526 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5527
5528 * gdb.arch/riscv-reg-aliases.c: New file.
5529 * gdb.arch/riscv-reg-aliases.exp: New file.
5530
5531 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5532
5533 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5534
5535 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5536
5537 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5538
5539 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5540
5541 * gdb.cp/ovldbreak.exp: Fix regexps.
5542
5543 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5544
5545 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5546
5547 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5548
5549 PR cli/23785
5550 * gdb.base/restore.exp: New test to check if "restore" with an
5551 invalid file doesn't segfault.
5552
5553 2018-10-18 Tom de Vries <tdevries@suse.de>
5554
5555 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5556 * gdb.ada/excep_handle.exp: Same.
5557 * gdb.ada/mi_string_access.exp: Same.
5558 * gdb.ada/mi_var_union.exp: Same.
5559 * gdb.arch/arc-analyze-prologue.exp: Same.
5560 * gdb.arch/arc-decode-insn.exp: Same.
5561 * gdb.base/readnever.exp: Same.
5562 * gdb.fortran/printing-types.exp: Same.
5563 * gdb.guile/scm-lazy-string.exp: Same.
5564
5565 2018-10-16 Tom de Vries <tdevries@suse.de>
5566
5567 PR gdb/23730
5568 * gdb.base/catch-follow-exec.c: Add copyright notice.
5569 * gdb.base/catch-follow-exec.exp: Rewrite to use
5570 gdb_spawn_with_cmdline_opts. Require gdb-native.
5571
5572 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5573
5574 * gdb.trace/actions-changed.exp: Check for arch support.
5575 * gdb.trace/actions.exp: Likewise.
5576 * gdb.trace/ax.exp: Likewise.
5577 * gdb.trace/backtrace.exp: Likewise.
5578 * gdb.trace/change-loc.exp: Likewise.
5579 * gdb.trace/deltrace.exp: Likewise.
5580 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5581 * gdb.trace/ftrace.exp: Likewise.
5582 * gdb.trace/infotrace.exp: Check for arch support.
5583 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5584 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5585 * gdb.trace/mi-tsv-changed.exp: Likewise.
5586 * gdb.trace/packetlen.exp: Likewise.
5587 * gdb.trace/passc-dyn.exp: Likewise.
5588 * gdb.trace/passcount.exp: Likewise.
5589 * gdb.trace/pending.exp: Likewise.
5590 * gdb.trace/range-stepping.exp: Check for shlib support.
5591 * gdb.trace/report.exp: Check for arch support.
5592 * gdb.trace/save-trace.exp: Likewise.
5593 * gdb.trace/signal.exp: Check for signal support.
5594 * gdb.trace/tfind.exp: Check for arch support.
5595 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5596 * gdb.trace/trace-common.h: Add comment.
5597 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5598 * gdb.trace/trace-enable-disable.exp: Likewise.
5599 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5600 * gdb.trace/tracecmd.exp: Check for arch support.
5601 * gdb.trace/tspeed.exp: Check for shlib and target support.
5602 * gdb.trace/tstatus.exp: Check for arch support.
5603 * gdb.trace/tsv.exp: Likewise.
5604 * gdb.trace/while-dyn.exp: Likewise.
5605 * gdb.trace/while-stepping.exp: Likewise.
5606 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5607
5608 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5609
5610 * gdb.trace/tspeed.exp: Remove nowarnings.
5611 (prepare_for_trace_test): Declare "global ipalib".
5612 * gdb.trace/tspeed.c: Include unistd.h.
5613 (main): Remove superfluous printf argument.
5614
5615 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5616
5617 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5618 directory prefix on the filename.
5619
5620 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5621
5622 * gdb.gdb/unittest.exp: Update expected message informing that
5623 selftests have been disabled.
5624 * gdb.server/unittest.exp: Likewise.
5625
5626 2018-10-09 Tom de Vries <tdevries@suse.de>
5627
5628 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5629 with runto_main.
5630
5631 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
5632
5633 PR c++/16841
5634 * gdb.cp/virtbase2.cc: New file.
5635 * gdb.cp/virtbase2.exp: New file.
5636
5637 2018-10-06 Tom Tromey <tom@tromey.com>
5638
5639 PR python/19399:
5640 * gdb.python/py-inferior.exp: Add architecture test.
5641
5642 2018-10-06 Tom Tromey <tom@tromey.com>
5643
5644 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5645 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5646
5647 2018-10-06 Tom Tromey <tom@tromey.com>
5648
5649 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5650 of a "throw" catchpoint.
5651
5652 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5653
5654 * gdb.base/info-proc.exp: Update string expected from "help info
5655 proc".
5656
5657 2018-10-04 Tom Tromey <tom@tromey.com>
5658
5659 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5660 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5661 (test_initial_complaints, test_empty_complaints): Update.
5662 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5663
5664 2018-10-04 Tom Tromey <tom@tromey.com>
5665
5666 PR cli/19551:
5667 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5668 * lib/gdb.exp (gdb_file_cmd): Update.
5669 * gdb.stabs/weird.exp (print_weird_var): Update.
5670 * gdb.server/solib-list.exp: Update.
5671 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5672 * gdb.mi/mi-cli.exp: Update.
5673 * gdb.linespec/linespec.exp: Update.
5674 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5675 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5676 * gdb.cp/cp-relocate.exp: Update.
5677 * gdb.base/sym-file.exp: Update.
5678 * gdb.base/relocate.exp: Update.
5679 * gdb.base/readnever.exp: Update.
5680 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5681 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5682 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5683 * gdb.base/code_elim.exp: Update.
5684 * gdb.base/break-unload-file.exp (test_break): Update.
5685 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5686 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5687 Update.
5688 * gdb.base/attach.exp (do_attach_tests): Update.
5689 * gdb.base/sepdebug.exp: Update.
5690 * gdb.python/py-section-script.exp: Update.
5691
5692 2018-10-04 Tom Tromey <tom@tromey.com>
5693
5694 PR cli/22234:
5695 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5696 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5697 output.
5698
5699 2018-10-04 Tom Tromey <tom@tromey.com>
5700
5701 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5702 set width and height to 0.
5703 (test_command_line_attach_run): Use -quiet.
5704
5705 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5706
5707 * lib/gdb.exp (skip_ifunc_tests): New.
5708 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5709 other compile failures.
5710 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5711
5712 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5713
5714 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5715 is_amd64_regs_target.
5716
5717 2018-10-01 Alan Hayward <alan.hayward@arm.com>
5718
5719 * gdb.arch/aarch64-sighandler-regs.c: New test.
5720 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5721 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5722
5723 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5724
5725 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5726 assembly.
5727
5728 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5729
5730 * gdb.base/frame-selection.exp: New file.
5731 * gdb.base/frame-selection.c: New file.
5732
5733 2018-09-27 Alan Hayward <alan.hayward@arm.com>
5734
5735 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5736 pthread barrier.
5737 (main): Likewise.
5738
5739 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5740
5741 * gdb.base/large-frame-1.c: New file.
5742 * gdb.base/large-frame-2.c: New file.
5743 * gdb.base/large-frame.exp: New file.
5744 * gdb.base/large-frame.h: New file.
5745
5746 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5747
5748 PR gdb/20948
5749 * gdb.base/write_mem.exp: New test.
5750 * gdb.base/write_mem.c: Likewise.
5751
5752 2018-09-23 Tom Tromey <tom@tromey.com>
5753
5754 PR python/18852:
5755 * gdb.python/py-parameter.exp: Add test for parameter that throws
5756 on "set".
5757
5758 2018-09-23 Tom Tromey <tom@tromey.com>
5759
5760 PR python/17284:
5761 * gdb.python/py-template.exp (test_template_arg): Add test for
5762 negative template argument number.
5763
5764 2018-09-23 Tom Tromey <tom@tromey.com>
5765
5766 PR python/14062:
5767 * gdb.python/python.exp: Add test for post_event error.
5768
5769 2018-09-23 Tom Tromey <tom@tromey.com>
5770
5771 PR python/18170:
5772 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5773 convert pointers to int and long.
5774
5775 2018-09-23 Tom Tromey <tom@tromey.com>
5776
5777 PR python/20126:
5778 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5779 signed-ness conversion tests.
5780
5781 2018-09-23 Tom Tromey <tom@tromey.com>
5782
5783 PR python/18352;
5784 * gdb.python/py-value.exp (test_float_conversion): New proc.
5785 Use it.
5786
5787 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5788
5789 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5790
5791 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5792
5793 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5794 no readline.
5795 * gdb.base/utf8-identifiers.exp: Likewise.
5796 * gdb.cp/cpcompletion.exp: Likewise.
5797 * gdb.linespec/cpcompletion.exp: Likewise.
5798 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5799 * gdb.linespec/cpls-ops.exp: Likewise.
5800
5801 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5802 Chris January <chris.january@arm.com>
5803
5804 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5805 * gdb.fortran/short-circuit-argument-list.exp: New file.
5806 * gdb.fortran/short-circuit-argument-list.f90: New test.
5807
5808 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5809
5810 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5811 "arch=" keyword when executing "-stack-list-frames".
5812
5813 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5814
5815 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5816 "arch=" keyword when executing "-stack-list-frames".
5817
5818 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5819
5820 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5821 break ada".
5822
5823 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5824
5825 PR python/23669
5826 * gdb.python/python.exp: Test gdb.execute("show commands").
5827
5828 2018-09-16 Tom Tromey <tom@tromey.com>
5829
5830 * gdb.base/new-ui.exp (do_execution_tests): Update.
5831 * gdb.base/dbx.exp (test_breakpoints): Update.
5832
5833 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5834
5835 * lib/gdb.exp (gdb_simple_compile): Add proc.
5836 (is_elf_target): Use gdb_simple_compile.
5837 (skip_altivec_tests): Likewise.
5838 (skip_vsx_tests): Likewise.
5839 (skip_tsx_tests): Likewise.
5840 (skip_btrace_tests): Likewise.
5841 (skip_btrace_pt_tests): Likewise.
5842 (gdb_can_simple_compile): Likewise.
5843 (gdb_has_argv0): Likewise.
5844 (gdb_target_symbol_prefix): Likewise.
5845 (target_supports_scheduler_locking): Likewise.
5846
5847 2018-09-13 Tom Tromey <tom@tromey.com>
5848
5849 * Makefile.in (TAGS): Recognize proc_with_prefix and
5850 gdb_caching_proc.
5851
5852 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5853
5854 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5855 method.
5856
5857 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5858
5859 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5860 and a few other Inferior properties when the Inferior is no
5861 longer valid.
5862
5863 2018-09-13 Tom Tromey <tom@tromey.com>
5864
5865 PR rust/23650:
5866 * gdb.rust/simple.exp: Add test for enum field access error.
5867
5868 2018-09-13 Tom Tromey <tom@tromey.com>
5869
5870 PR rust/23626:
5871 * gdb.rust/simple.rs (EmptyEnum): New type.
5872 (main): Use it.
5873 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5874
5875 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5876
5877 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5878 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5879 * gdb.python/py-symtab.exp: Update test printing an objfile.
5880
5881 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5882
5883 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5884 object.
5885
5886 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5887
5888 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5889 (support_complex_tests): Use gdb_can_simple_compile.
5890 (is_ilp32_target): Likewise.
5891 (is_lp64_target): Likewise.
5892 (is_64_target): Likewise.
5893 (is_amd64_regs_target): Likewise.
5894 (is_aarch32_target): Likewise.
5895 (gdb_int128_helper): Likewise.
5896
5897 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5898
5899 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5900
5901 2018-09-10 Jerome Guitton <guitton@adacore.com>
5902
5903 * gdb.ada/same_component_name: Add test for case of tagged record
5904 with variable-length fields.
5905
5906 2018-09-10 Xavier Roirand <roirand@adacore.com>
5907
5908 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5909 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5910 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5911 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5912
5913 2018-09-10 Xavier Roirand <roirand@adacore.com>
5914
5915 * gdb.ada/mi_string_access.exp: New testcase.
5916 * gdb.ada/mi_string_access/bar.adb: New file.
5917 * gdb.ada/mi_string_access/pck.adb: New file.
5918 * gdb.ada/mi_string_access/pck.asd: New file.
5919
5920 2018-09-10 Xavier Roirand <roirand@adacore.com>
5921
5922 * gdb.ada/mi_var_union.exp: New testcase.
5923 * gdb.ada/mi_var_union/bar.adb: New file.
5924 * gdb.ada/mi_var_union/pck.adb: New file.
5925 * gdb.ada/mi_var_union/pck.asd: New file.
5926
5927 2018-09-08 Tom Tromey <tom@tromey.com>
5928
5929 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5930
5931 2018-09-08 Tom Tromey <tom@tromey.com>
5932
5933 PR python/16047:
5934 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5935 (register_pretty_printers): Register new printer.
5936 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5937 test.
5938 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5939 (an_int_type3): New global.
5940
5941 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5942
5943 * gdb.ada/expr_with_funcall: New testcase.
5944
5945 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5946
5947 * gdb.ada/packed_array_assign: New testcase.
5948
5949 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5950
5951 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5952 names, and add test prefixes to make test names unique.
5953
5954 2018-09-05 Tom de Vries <tdevries@suse.de>
5955
5956 * gdb.dwarf2/varval.exp: Add test.
5957
5958 2018-09-04 Gary Benson <gbenson@redhat.com>
5959
5960 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5961 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5962
5963 2018-08-31 Tom Tromey <tom@tromey.com>
5964
5965 * gdb.rust/simple.rs: Rename second variable "v".
5966
5967 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5968
5969 * gdb.base/funcargs.c (use_a): New function.
5970 (recurse): Call use_a.
5971
5972 2018-08-29 Keith Seitz <keiths@redhat.com>
5973
5974 * gdb.compile/compile-cplus-anonymous.cc: New file.
5975 * gdb.compile/compile-cplus-anonymous.exp: New file.
5976 * gdb.compile/compile-cplus-array-decay.cc: New file.
5977 * gdb.compile/compile-cplus-array-decay.exp: New file.
5978 * gdb.compile/compile-cplus-inherit.cc: New file.
5979 * gdb.compile/compile-cplus-inherit.exp: New file.
5980 * gdb.compile/compile-cplus-member.cc: New file.
5981 * gdb.compile/compile-cplus-member.exp: New file.
5982 * gdb.compile/compile-cplus-method.cc: New file.
5983 * gdb.compile/compile-cplus-method.exp: New file.
5984 * gdb.compile/compile-cplus-mod.c: "New" file.
5985 * gdb.compile/compile-cplus-namespace.cc: New file.
5986 * gdb.compile/compile-cplus-namespace.exp: New file.
5987 * gdb.compile/compile-cplus-nested.cc: New file.
5988 * gdb.compile/compile-cplus-nested.exp: New file.
5989 * gdb.compile/compile-cplus-print.c: "New" file.
5990 * gdb.compile/compile-cplus-print.exp: "New" file.
5991 * gdb.compile/compile-cplus-virtual.cc: New file.
5992 * gdb.compile/compile-cplus-virtual.exp: New file.
5993 * gdb.compile/compile-cplus.c: "New" file.
5994 * gdb.compile/compile-cplus.exp: "New" file.
5995 * lib/compile-support.exp: New file.
5996
5997 2018-08-16 Gary Benson <gbenson@redhat.com>
5998
5999 PR gdb/13000:
6000 * gdb.base/batch-exit-status.exp: New file.
6001 * gdb.base/batch-exit-status.good-commands: Likewise.
6002 * gdb.base/batch-exit-status.bad-commands: Likewise.
6003
6004 2018-08-29 Alan Hayward <alan.hayward@arm.com>
6005
6006 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6007 (struct struct02): Likewise.
6008 (struct struct03): Likewise.
6009 (struct struct04): Likewise.
6010 (struct struct_01_01): New struct.
6011 (struct struct_01_02): Likewise.
6012 (struct struct_01_03): Likewise.
6013 (struct struct_01_04): Likewise.
6014 (struct struct_02_01): Likewise.
6015 (struct struct_02_02): Likewise.
6016 (struct struct_02_03): Likewise.
6017 (struct struct_02_04): Likewise.
6018 (struct struct_04_01): Likewise.
6019 (struct struct_04_02): Likewise.
6020 (struct struct_04_03): Likewise.
6021 (struct struct_04_04): Likewise.
6022 (struct struct_05_01): Likewise.
6023 (struct struct_05_02): Likewise.
6024 (struct struct_05_03): Likewise.
6025 (struct struct_05_04): Likewise.
6026 (cmp_struct01): Remove function.
6027 (cmp_struct02): Likewise.
6028 (cmp_struct03): Likewise.
6029 (cmp_struct04): Likewise.
6030 (cmp_struct_01_01): Add Function.
6031 (cmp_struct_01_02): Likewise.
6032 (cmp_struct_01_03): Likewise.
6033 (cmp_struct_01_04): Likewise.
6034 (cmp_struct_02_01): Likewise.
6035 (cmp_struct_02_02): Likewise.
6036 (cmp_struct_02_03): Likewise.
6037 (cmp_struct_02_04): Likewise.
6038 (cmp_struct_04_01): Likewise.
6039 (cmp_struct_04_02): Likewise.
6040 (cmp_struct_04_03): Likewise.
6041 (cmp_struct_04_04): Likewise.
6042 (cmp_struct_05_01): Likewise.
6043 (cmp_struct_05_02): Likewise.
6044 (cmp_struct_05_03): Likewise.
6045 (cmp_struct_05_04): Likewise.
6046 (call_all): Add new structs.
6047 * gdb.base/infcall-nested-structs.exp: Likewise.
6048
6049 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6050
6051 * gdb.python/py-framefilter-mi.exp: Update regexp to
6052 check for "arch" field in frame output.
6053
6054 2018-08-23 Kevin Buettner <kevinb@redhat.com>
6055
6056 * gdb.dwarf2/dw2-ranges-func.c: New file.
6057 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6058
6059 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6060
6061 * gdb.base/term.exp: Compare terminal settings with values from
6062 the inferior.
6063 * gdb.base/term.c: Get and set terminal settings.
6064
6065 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6066
6067 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6068 accommodate new "arch" field in frame output.
6069 * gdb.mi/mi-return.exp: Likewise.
6070 * gdb.mi/mi-stack.exp: Likewise.
6071 * gdb.mi/mi-syn-frame.exp: Likewise.
6072 * gdb.mi/user-selected-context-sync.exp: Likewise.
6073
6074 2018-08-19 Michael Spang <spang@google.com>
6075
6076 PR gdb/11786
6077 * gdb.base/gcore-tls-pie.c: New file.
6078 * gdb.base/gcore-tls-pie.exp: New file.
6079
6080 2018-08-18 Kevin Buettner <kevinb@redhat.com>
6081
6082 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
6083 * gdb.dwarf2/varval.c: New file.
6084 * gdb.dwarf2/varval.exp: New file.
6085
6086 2018-08-17 Alan Hayward <alan.hayward@arm.com>
6087
6088 PR gdb/18931
6089 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6090
6091 2018-08-16 Keith Seitz <keiths@redhat.com>
6092
6093 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6094 tests expected to pass.
6095
6096 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6097
6098 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6099 -data-disassemble -a.
6100 (test_disassembly_bogus_args): Likewise.
6101
6102 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6103
6104 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6105
6106 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6107
6108 * gdb.base/vla-optimized-out.exp: Add new test.
6109
6110 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6111
6112 * gdb.base/vla-optimized-out-o3.exp: Delete.
6113 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6114 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6115 deleted tests.
6116
6117 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6118
6119 PR gdb/18050:
6120 * gdb.server/extended-remote-restart.c: New file.
6121 * gdb.server/extended-remote-restart.exp: New file.
6122
6123 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6124
6125 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6126 "set variable index = 42".
6127
6128 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6129
6130 * boards/index-cache-gdb.exp: New file.
6131 * gdb.dwarf2/index-cache.exp: New file.
6132 * gdb.dwarf2/index-cache.c: New file.
6133 * gdb.base/maint.exp: Check if we are using the index cache.
6134
6135 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6136
6137 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6138 MAKEFLAGS.
6139
6140 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6141
6142 * dg-extract-results.sh: Move to toplevel contrib.
6143 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6144 * Makefile.in (check-parallel-racy): Likewise.
6145
6146 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6147
6148 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6149 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6150 tests if the target supports scheduler locking.
6151
6152 2018-08-04 Tom de Vries <tdevries@suse.de>
6153
6154 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6155
6156 2018-08-02 Tom Tromey <tom@tromey.com>
6157
6158 PR symtab/16842.
6159 * gdb.cp/temargs.exp: Test "info address" of a template
6160 parameter.
6161
6162 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6163
6164 * gdb.python/py-mi-var-info-path-expression.c: New file.
6165 * gdb.python/py-mi-var-info-path-expression.py: New file.
6166 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6167
6168 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6169
6170 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6171 error after "cannot resolve name" string.
6172
6173 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6174
6175 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6176 started.
6177 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6178
6179 2018-07-28 Tom de Vries <tdevries@suse.de>
6180
6181 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6182
6183 2018-07-26 Tom de Vries <tdevries@suse.de>
6184
6185 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6186
6187 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6188
6189 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6190 is visible.
6191
6192 2018-07-26 Tom de Vries <tdevries@suse.de>
6193
6194 PR breakpoints/23366
6195 * gdb.base/catch-follow-exec.c: New test.
6196 * gdb.base/catch-follow-exec.exp: New file.
6197
6198 2018-07-25 Tom de Vries <tdevries@suse.de>
6199
6200 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6201 vla-optimized-out.c.
6202
6203 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6204
6205 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6206 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6207
6208 2018-07-20 Tom de Vries <tdevries@suse.de>
6209
6210 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6211 NOCLONE macro.
6212 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6213
6214 2018-07-19 Tom de Vries <tdevries@suse.de>
6215
6216 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6217 regular expression.
6218
6219 2018-07-18 Tom de Vries <tdevries@suse.de>
6220
6221 * gdb.base/vla-optimized-out.c: New test.
6222 * gdb.base/vla-optimized-out.exp: New file.
6223
6224 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6225
6226 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6227 message "No address associated with hostname" when gdbserver
6228 cannot resolve the hostname.
6229
6230 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6231
6232 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6233 Add some test prefixes to make tests unique.
6234
6235 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6236
6237 * gdb.base/frameapply.c: New file.
6238 * gdb.base/frameapply.exp: New file.
6239
6240 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6241
6242 * gdb.base/skip.exp: Update expected error message.
6243
6244 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6245 Jan Kratochvil <jan.kratochvil@redhat.com>
6246 Paul Fertser <fercerpav@gmail.com>
6247 Tsutomu Seki <sekiriki@gmail.com>
6248
6249 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6250 parameter.
6251 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6252 by default.
6253 * boards/native-gdbserver.exp: Likewise.
6254 * gdb.server/run-without-local-binary.exp: Improve regexp used
6255 for detecting when a remote debugging connection succeeds.
6256 * gdb.server/server-connect.exp: New file.
6257 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6258 Do not prefix the port number with ":".
6259 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6260 support for detecting and using it. Add '$debughost_gdbserver'
6261 to the list of arguments used to start gdbserver. Handle case
6262 when gdbserver cannot resolve a network name.
6263
6264 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6265
6266 PR c++/23373
6267 * gdb.base/ptype-offsets.cc (struct static_member): New
6268 struct.
6269 (main) <stmember>: New variable.
6270 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6271 with a static member in it.
6272
6273 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6274
6275 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6276 watchpoints enabled and disabled.
6277
6278 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6279
6280 * gdb.base/examine-backward.exp: Still run tests around address
6281 0x0, even if address 0x0 is not readable. Update the pattern for
6282 matching address 0x0 in expected output.
6283
6284 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6285
6286 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6287 malloc/free.
6288
6289 2018-07-04 Tom de Vries <tdevries@suse.de>
6290
6291 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6292
6293 2018-07-02 Maciej W. Rozycki <macro@mips.com>
6294
6295 PR tdep/8282
6296 * gdb.arch/mips-disassembler-options.exp: New test.
6297 * gdb.arch/mips-disassembler-options.s: New test source.
6298
6299 2018-06-29 Pedro Alves <palves@redhat.com>
6300
6301 * gdb.threads/names.exp: Adjust expected "info threads" output.
6302
6303 2018-06-29 Pedro Alves <palves@redhat.com>
6304
6305 * gdb.opt/inline-break.exp (line number, address): Add "info
6306 break" tests.
6307
6308 2018-06-29 Pedro Alves <palves@redhat.com>
6309
6310 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6311 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6312 number and address and running to them.
6313
6314 2018-06-29 Richard Bunt <richard.bunt@arm.com>
6315
6316 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6317
6318 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6319
6320 * lib/compiler.c: Remove executable permission flag.
6321
6322 2018-06-28 Richard Bunt <richard.bunt@arm.com>
6323
6324 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6325 code.
6326 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6327
6328 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6329
6330 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6331
6332 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6333
6334 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6335 address argument is omitted.
6336
6337 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6338
6339 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6340
6341 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
6342
6343 PR gdb/21695
6344 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6345 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6346
6347 2018-06-26 Tom Tromey <tom@tromey.com>
6348
6349 PR rust/22574:
6350 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6351 * gdb.rust/simple.rs (struct SimpleLayout): New.
6352
6353 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6354
6355 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6356 "info registers" output.
6357
6358 2018-06-21 Richard Bunt <richard.bunt@arm.com>
6359
6360 * gdb.base/watchpoint-hw-attach.c: New test.
6361 * gdb.base/watchpoint-hw-attach.exp: New file.
6362
6363 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6364
6365 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6366 through /bin/sh.
6367 * boards/dwarf4-gdb-index.exp: Likewise.
6368 * boards/fission-dwp.exp: Likewise.
6369
6370 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6371
6372 * gdb.base/float128.exp: Add comment and improved fail message
6373 to the failure case of "print large128" test.
6374
6375 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6376
6377 * configure.ac: Remove AC_PREREQ.
6378 * configure: Re-generate.
6379
6380 2018-06-19 Pedro Alves <palves@redhat.com>
6381
6382 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6383 (func_extern_caller): New.
6384 (main): Call func_extern_caller.
6385 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6386 logic change.
6387
6388 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
6389
6390 PR gdb/16841
6391 * gdb.cp/typedef-base.cc: New file.
6392 * gdb.cp/typedef-base.exp: New file.
6393
6394 2018-06-18 Tom de Vries <tdevries@suse.de>
6395
6396 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6397
6398 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6399 Richard Bunt <Richard.Bunt@arm.com>
6400
6401 * gdb.threads/attach-slow-waitpid.c: New file.
6402 * gdb.threads/attach-slow-waitpid.exp: New file.
6403 * gdb.threads/slow-waitpid.c: New file.
6404
6405 2018-06-14 Pedro Alves <palves@redhat.com>
6406
6407 * gdb.base/fork-running-state.c: Include <errno.h>.
6408 (exit_if_relative_exits): New.
6409 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6410 exits.
6411 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6412 child exits.
6413
6414 2018-06-14 Tom de Vries <tdevries@suse.de>
6415
6416 PR cli/22573
6417 * gdb.base/finish-pretty.c: New test.
6418 * gdb.base/finish-pretty.exp: New file.
6419
6420 2018-06-14 Pedro Alves <palves@redhat.com>
6421
6422 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6423 gdb's expected startup output.
6424
6425 2018-06-14 Pedro Alves <palves@redhat.com>
6426
6427 * lib/selftest-support.exp (selftest_setup): Remove inlined
6428 function handling.
6429
6430 2018-06-14 Tom de Vries <tdevries@suse.de>
6431
6432 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6433 matching of breakpoint printing.
6434
6435 2018-06-13 Tom de Vries <tdevries@suse.de>
6436
6437 PR testsuite/23269
6438 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6439 (fork_child): ... here, and ...
6440 (fork_parent): ... here.
6441
6442 2018-06-12 Tom de Vries <tdevries@suse.de>
6443
6444 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6445
6446 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6447 Stephen Roberts <stephen.roberts@arm.com>
6448
6449 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6450 rewrite test to describe action performed, rather than possible
6451 failure.
6452
6453 2018-06-08 Gary Benson <gbenson@redhat.com>
6454
6455 * gdb.threads/check-libthread-db.exp: New file.
6456 * gdb.threads/check-libthread-db.c: Likewise.
6457
6458 2018-06-05 Tom Tromey <tom@tromey.com>
6459
6460 * gdb.base/default.exp: Update expected "show version" output.
6461
6462 2018-06-05 Tom Tromey <tom@tromey.com>
6463
6464 PR cli/12326:
6465 * gdb.cp/static-print-quit.exp: Update.
6466 * lib/gdb.exp (pagination_prompt): Update.
6467 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6468 * gdb.python/python.exp: Update.
6469
6470 2018-06-04 Joel Brobecker <brobecker@adacore.com>
6471
6472 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6473
6474 2018-06-01 Joel Brobecker <brobecker@adacore.com>
6475
6476 * gdb.ada/bp_fun_addr: New testcase.
6477
6478 2018-06-01 Tom Tromey <tom@tromey.com>
6479
6480 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6481 results.
6482 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6483 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6484 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6485 * gdb.base/maint.exp (maint_pass_if): Update.
6486
6487 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6488
6489 * gdb.base/endian.exp: New test.
6490 * gdb.base/endian.c: New test source.
6491
6492 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6493
6494 PR gdb/23203
6495 * gdb.base/bt-selected-frame.c: New file.
6496 * gdb.base/bt-selected-frame.exp: New file.
6497 * lib/gdb.exp (get_current_frame_number): New function.
6498
6499 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6500 Pedro Alves <palves@redhat.com>
6501
6502 * gdb.threads/tls-core.c: Include <stdlib.h>
6503 (thread_proc): Call `abort'.
6504 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6505 (tls_core_test): New procedure, bits factored out from ...
6506 (top level): ... here. Test both native cores and gcore cores.
6507
6508 2018-05-23 Tom Tromey <tom@tromey.com>
6509
6510 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6511
6512 2018-05-23 Tom Tromey <tom@tromey.com>
6513
6514 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6515 symfile_complaints.
6516 (test_short_complaints): Likewise.
6517 (test_empty_complaints): Likewise.
6518 (test_initial_complaints): Update.
6519
6520 2018-05-23 Tom Tromey <tom@tromey.com>
6521
6522 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6523
6524 2018-05-23 Tom Tromey <tom@tromey.com>
6525
6526 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6527 (test_short_complaints): Update.
6528
6529 2018-05-22 Pedro Alves <palves@redhat.com>
6530
6531 * gdb.base/remote.exp: Only gdb_start after compiling the
6532 testcase. Issue "disconnect" before testing "set remote" command
6533 defaults. Issue clean_restart before running to main.
6534
6535 2018-05-22 Pedro Alves <palves@redhat.com>
6536
6537 * gdb.base/remote.exp: Adjust expected output of "show remote
6538 memory-write-packet-size". Add tests for "set remote
6539 memory-write-packet-size 0" and "set remote
6540 memory-write-packet-size fixed/limit".
6541
6542 2018-05-22 Pedro Alves <palves@redhat.com>
6543
6544 PR gdb/22973
6545 * gdb.base/utf8-identifiers.c: New file.
6546 * gdb.base/utf8-identifiers.exp: New file.
6547
6548 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6549
6550 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6551
6552 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6553
6554 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6555
6556 2018-05-18 Tom Tromey <tom@tromey.com>
6557
6558 * gdb.base/ptype-offsets.exp: Update.
6559
6560 2018-05-17 Keith Seitz <keiths@redhat.com>
6561
6562 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6563 in expected breakpoint stop locations.
6564 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6565 move to proper scope to test variable values.
6566 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6567 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6568 New functions.
6569 (main): Call not_inline_func3.
6570 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6571 inline_func1, inline_func2, and inline_func3. Test that when each
6572 breakpoint is hit, GDB properly reports both the stop location
6573 and the backtrace. Repeat tests for temporary breakpoints.
6574
6575 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6576
6577 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6578 rather then trying to access it in determining whether the PID
6579 of `gdbserver' could have been retrieved.
6580
6581 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6582
6583 * gdb.arch/amd64-init-x87-values.S: New file.
6584 * gdb.arch/amd64-init-x87-values.exp: New file.
6585
6586 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6587
6588 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6589
6590 2018-05-04 Tom Tromey <tom@tromey.com>
6591
6592 PR python/22730:
6593 * gdb.python/python.exp: Test multi-line execute.
6594
6595 2018-05-04 Tom Tromey <tom@tromey.com>
6596
6597 PR python/22731:
6598 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6599
6600 2018-05-04 Tom Tromey <tom@tromey.com>
6601
6602 PR gdb/11750:
6603 * gdb.base/define.exp: Test defining a user command inside a user
6604 command.
6605 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6606
6607 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6608 Pedro Alves <palves@redhat.com>
6609
6610 PR breakpoints/19806 and support for PR external/20207.
6611 * gdb.base/watchpoint-unaligned.c: New file.
6612 * gdb.base/watchpoint-unaligned.exp: New file.
6613
6614 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6615
6616 * gdb.base/maint.exp: Make test names unique, use
6617 test_prefix_command_help to test 'help maint info', and remove
6618 repeated test of 'help maint'.
6619
6620 2018-05-04 Tom Tromey <tom@tromey.com>
6621
6622 PR gdb/22619:
6623 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6624 behavior.
6625
6626 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6627
6628 * gdb.base/maint.exp: Process output from 'maint print registers'
6629 line at a time.
6630
6631 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6632
6633 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6634 timeout.
6635
6636 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6637
6638 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6639 filter pattern.
6640
6641 2018-05-02 Pedro Alves <palves@redhat.com>
6642
6643 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6644 to_log_command renames.
6645 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6646
6647 2018-05-02 Tom Tromey <tom@tromey.com>
6648
6649 * gdb.python/py-parameter.exp: Set test message.
6650
6651 2018-05-02 Tom Tromey <tom@tromey.com>
6652
6653 PR python/20084:
6654 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6655 PARAM_ZUINTEGER_UNLIMITED tests.
6656
6657 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6658
6659 PR rust/23124
6660 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6661 when casting.
6662
6663 2018-04-30 Tom Tromey <tom@tromey.com>
6664
6665 * gdb.python/py-type.exp: Check align attribute.
6666 * gdb.python/py-type.c: New "aligncheck" global.
6667
6668 2018-04-30 Tom Tromey <tom@tromey.com>
6669
6670 PR exp/17095:
6671 * gdb.dwarf2/dw2-align.exp: New file.
6672 * gdb.cp/align.exp: New file.
6673 * gdb.base/align.exp: New file.
6674 * lib/gdb.exp (gdb_int128_helper): New proc.
6675 (has_int128_c, has_int128_cxx): New caching procs.
6676
6677 2018-04-27 Tom Tromey <tom@tromey.com>
6678
6679 PR rust/22545:
6680 * gdb.rust/simple.exp: Add inclusive range tests.
6681
6682 2018-04-26 Pedro Alves <palves@redhat.com>
6683
6684 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6685 ifunc breakpoint locations correctly of ifunc breakpoints set
6686 while the program resolves the ifunc.
6687
6688 2018-04-26 Pedro Alves <palves@redhat.com>
6689
6690 * gdb.base/gnu-ifunc-final.c: New file.
6691 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6692 * gdb.base/gnu-ifunc.exp (executable): Delete.
6693 (staticexecutable): Adjust.
6694 (lib_opts, exec_opts): Delete.
6695 (make_binsuffix, build, set-break): New procedures.
6696 (misc_tests): New, with tests factored out from the top level.
6697 (top level): Test different combinations of ifunc resolver name,
6698 resolver with and with debug info, and ifunc target with and
6699 without debug info. Wrap static tests with with_target_prefix.
6700
6701 2018-04-26 Pedro Alves <palves@redhat.com>
6702
6703 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6704 return type" warnings.
6705
6706 2018-04-25 Pedro Alves <palves@redhat.com>
6707
6708 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6709 killed".
6710 * gdb.base/kill-after-signal.exp: Likewise.
6711 * gdb.threads/kill.exp: Likewise.
6712
6713 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6714 Sergio Durigan Junior <sergiodj@redhat.com>
6715 Pedro Alves <palves@redhat.com>
6716
6717 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6718 regexps to expect for '[Inferior ... detached]' as well.
6719 * gdb.base/attach.exp: Likewise.
6720 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6721 "gdb_continue_to_end".
6722 (test_catch_syscall_with_wrong_args): Likewise.
6723 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6724 ']'. Don't set 'verbose' on.
6725 * gdb.base/foll-vfork.exp: Likewise.
6726 * gdb.base/fork-print-inferior-events.c: New file.
6727 * gdb.base/fork-print-inferior-events.exp: New file.
6728 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6729 '[Inferior ... has been killed]' message.
6730 * gdb.base/kill-after-signal.exp: Likewise.
6731 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6732 detach message.
6733 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6734 message.
6735 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6736 regexps to expect for '[Inferior ... detached]' as well.
6737 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6738
6739 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6740
6741 PR gdb/23104
6742 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6743
6744 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6745
6746 PR gdb/23095
6747 * gdb.base/break-probes.exp: Pass shlib_load to
6748 prepare_for_testing. Set normal_bp to r_debug_state if target is
6749 bsd.
6750
6751 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6752
6753 * gdb.threads/multiple-successive-infcall.c: New test.
6754 * gdb.threads/multiple-successive-infcall.exp: New file.
6755
6756 2018-04-17 Tom Tromey <tom@tromey.com>
6757
6758 * gdb.rust/simple.rs (Union): New type.
6759 (main): New local "u".
6760 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6761
6762 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6763
6764 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6765 number information in output of "whereis" command.
6766 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6767
6768 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6769
6770 * gdb.ada/info_types.exp: Adjust expected output to the line
6771 numbers now printed by "info var/func/type".
6772 * gdb.base/completion.exp: Likewise.
6773 * gdb.base/included.exp: Likewise.
6774 * gdb.cp/cp-relocate.exp: Likewise.
6775 * gdb.cp/cplusfuncs.exp: Likewise.
6776 * gdb.cp/namespace.exp: Likewise.
6777 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6778
6779 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6780
6781 * gdb.btrace/cpu.exp: New.
6782
6783 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6784
6785 * gdb.base/step-indirect-call-thunk.exp: New.
6786 * gdb.base/step-indirect-call-thunk.c: New.
6787 * gdb.reverse/step-indirect-call-thunk.exp: New.
6788 * gdb.reverse/step-indirect-call-thunk.c: New.
6789
6790 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6791
6792 * gdb.base/pie-fork.c: New file.
6793 * gdb.base/pie-fork.exp: New file.
6794
6795 2018-04-11 Tom Tromey <tom@tromey.com>
6796
6797 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6798
6799 2018-04-10 Pedro Alves <palves@redhat.com>
6800
6801 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6802 exits. Instead loop running forever.
6803 (fork_parent): Run forever too.
6804
6805 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6806
6807 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6808 mi_continue_to_line.
6809 * gdb.mi/mi-stack.c (callee4): Add comment.
6810
6811 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6812
6813 * gdb.mi/mi-stack.exp: Fix indentation.
6814
6815 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6816
6817 PR gdb/22979
6818 * gdb.arch/amd64-osabi.exp: New file.
6819
6820 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6821
6822 PR gdb/22980
6823 * gdb.base/osabi.exp: New file.
6824
6825 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6826
6827 * gdb.cp/static-typedef-print.exp: New file.
6828 * gdb.cp/static-typedef-print.cc: New file.
6829
6830 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6831
6832 * gdb.ada/varsize_limit: New testcase.
6833
6834 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6835
6836 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6837
6838 * gdb.ada/notcplusplus: New testcase.
6839
6840 * gdb.base/c-linkage-name.c: New file.
6841 * gdb.base/c-linkage-name.exp: New testcase.
6842
6843 2018-03-26 Tom Tromey <tom@tromey.com>
6844
6845 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6846 * gdb.python/py-framefilter.py (name_error): New global.
6847 (ErrorInName.function): Use name_error.
6848
6849 2018-03-26 Tom Tromey <tom@tromey.com>
6850
6851 PR backtrace/15582:
6852 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6853
6854 2018-03-23 Keith Seitz <keiths@redhat.com>
6855
6856 PR c++/22968
6857 * gdb.cp/subtypes.exp: New file.
6858 * gdb.cp/subtypes.h: New file.
6859 * gdb.cp/subtypes.cc: New file.
6860 * gdb.cp/subtypes-2.cc: New file.
6861
6862 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6863
6864 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6865 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6866 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6867 -nostartfiles when compiling the test. Confirm that all registers
6868 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6869
6870 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6871
6872 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6873 option, syntax was wrong anyway.
6874 * gdb.arch/arm-disp-step.exp: Likewise.
6875 * gdb.arch/sparc64-regs.exp: Likewise.
6876 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6877 option, syntax was wrong anyway, switch to use
6878 prepare_for_testing.
6879 * gdb.arch/i386-disp-step.exp: Likewise.
6880
6881 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6882
6883 * gdb.ada/exec_changed.exp: Replace "target_info exists
6884 use_gdb_stub" by "use_gdb_stub".
6885 * gdb.ada/start.exp: Likewise.
6886 * gdb.base/async-shell.exp: Likewise.
6887 * gdb.base/attach-pie-misread.exp: Likewise.
6888 * gdb.base/attach-wait-input.exp: Likewise.
6889 * gdb.base/break-entry.exp: Likewise.
6890 * gdb.base/break-interp.exp: Likewise.
6891 * gdb.base/dprintf-detach.exp: Likewise.
6892 * gdb.base/nostdlib.exp: Likewise.
6893 * gdb.base/solib-nodir.exp: Likewise.
6894 * gdb.base/statistics.exp: Likewise.
6895 * gdb.base/testenv.exp: Likewise.
6896 * gdb.mi/mi-exec-run.exp: Likewise.
6897 * gdb.mi/mi-start.exp: Likewise.
6898 * gdb.multi/dummy-frame-restore.exp: Likewise.
6899 * gdb.multi/multi-arch-exec.exp: Likewise.
6900 * gdb.multi/multi-arch.exp: Likewise.
6901 * gdb.multi/tids.exp: Likewise.
6902 * gdb.multi/watchpoint-multi.exp: Likewise.
6903 * gdb.python/py-events.exp: Likewise.
6904 * gdb.threads/attach-into-signal.exp: Likewise.
6905 * gdb.threads/attach-stopped.exp: Likewise.
6906 * gdb.threads/threadapply.exp: Likewise.
6907 * lib/selftest-support.exp: Likewise.
6908
6909 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6910
6911 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6912
6913 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6914
6915 * gdb.perf/template-breakpoints.cc: New file.
6916 * gdb.perf/template-breakpoints.exp: New file.
6917 * gdb.perf/template-breakpoints.py: New file.
6918
6919 2018-03-19 Tom Tromey <tom@tromey.com>
6920
6921 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6922 y0.
6923 * gdb.rust/simple.exp: Test bare identifier form of struct
6924 initializer.
6925
6926 2018-03-19 Tom Tromey <tom@tromey.com>
6927
6928 * gdb.gdb/observer.exp: Remove.
6929
6930 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6931
6932 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6933 "qualified" option when setting breakpoints.
6934 * gdb.trace/backtrace.exp: Likewise.
6935 * gdb.trace/circ.exp: Likewise.
6936 * gdb.trace/collection.exp: Likewise.
6937 * gdb.trace/disconnected-tracing.exp: Likewise.
6938 * gdb.trace/ftrace-lock.exp: Likewise.
6939 * gdb.trace/ftrace.exp: Likewise.
6940 * gdb.trace/infotrace.exp: Likewise.
6941 * gdb.trace/packetlen.exp: Likewise.
6942 * gdb.trace/passc-dyn.exp: Likewise.
6943 * gdb.trace/qtro.exp: Likewise.
6944 * gdb.trace/read-memory.exp: Likewise.
6945 * gdb.trace/report.exp: Likewise.
6946 * gdb.trace/signal.exp: Likewise.
6947 * gdb.trace/status-stop.exp: Likewise.
6948 * gdb.trace/strace.exp: Likewise.
6949 * gdb.trace/tfind.exp: Likewise.
6950 * gdb.trace/trace-break.exp: Likewise.
6951 * gdb.trace/trace-condition.exp: Likewise.
6952 * gdb.trace/trace-mt.exp: Likewise.
6953 * gdb.trace/tstatus.exp: Likewise.
6954 * gdb.trace/tsv.exp: Likewise.
6955 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6956 * gdb.trace/unavailable.exp: Likewise.
6957 * gdb.trace/while-dyn.exp: Likewise.
6958
6959 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6960
6961 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6962 that libinproctrace is copied to the target.
6963
6964 2018-03-14 Tom Tromey <tom@tromey.com>
6965
6966 PR cli/14977:
6967 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6968 a null pointer.
6969 * gdb.base/wchar.exp: Likewise.
6970
6971 2018-03-14 Tom Tromey <tom@tromey.com>
6972
6973 PR cli/19918:
6974 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6975 flag.
6976
6977 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6978
6979 PR gdb/22841
6980 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6981 "target" to remote_exec.
6982
6983 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6984
6985 PR gdb/22841
6986 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6987 ${board}_upload): Remove.
6988
6989 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6990
6991 * gdb.cp/watch-cp.cc: New test.
6992 * gdb.cp/watch-cp.exp: New file.
6993
6994 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6995
6996 * gdb.base/infcall-nested-structs.exp: New file.
6997 * gdb.base/infcall-nested-structs.c: New file.
6998 * gdb.base/float.exp: Add riscv support.
6999
7000 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7001
7002 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7003 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7004
7005 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7006
7007 * gdb.server/abspath.exp: New file.
7008 * lib/gdb.exp (with_cwd): New procedure.
7009
7010 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7011
7012 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7013 use it.
7014 (gdb_is_target_remote_prompt): New proc.
7015 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7016 (gdb_is_target_native): Pass prompt parameter to
7017 gdb_is_target_1.
7018
7019 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7020
7021 * gdb.base/load-command.c: New file.
7022 * gdb.base/load-command.exp: New file.
7023 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7024 (gdb_is_target_1): ...this, and generalize for other targets
7025 than just remote.
7026 (gdb_is_target_remote): Use gdb_is_target_1.
7027 (gdb_is_target_native): use gdb_is_target_1.
7028
7029 2018-02-26 Tom Tromey <tom@tromey.com>
7030
7031 PR python/16497:
7032 * gdb.python/py-framefilter.exp: Update test.
7033
7034 2018-02-26 Tom Tromey <tom@tromey.com>
7035
7036 * gdb.dwarf2/variant.c: New file.
7037 * gdb.dwarf2/variant.exp: New file.
7038
7039 2018-02-26 Tom Tromey <tom@tromey.com>
7040
7041 * gdb.rust/simple.exp: Accept more possible results in enum test.
7042
7043 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7044
7045 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7046 parentheses.
7047
7048 2018-02-23 Maciej W. Rozycki <macro@mips.com>
7049
7050 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7051 name of a variable: $actual_linejj -> $actual_line.
7052
7053 2018-02-21 John Baldwin <jhb@FreeBSD.org>
7054
7055 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7056
7057 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7058
7059 * gdb.btrace/buffer-size.exp: Do not force BTS.
7060
7061 2018-02-14 Pedro Alves <palves@redhat.com>
7062
7063 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7064 getting a "Quit".
7065
7066 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7067
7068 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7069 Fix test name.
7070
7071 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7072
7073 * gdb.cp/m-static.exp: Check type of optimized out static
7074 member.
7075
7076 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7077
7078 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7079 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7080
7081 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7082 Leszek Swirski <leszeks@google.com>
7083
7084 * gdb.python/py-prettyprint.c
7085 (struct to_string_returns_value_inner,
7086 struct to_string_returns_value_wrapper): New.
7087 (main): Add tsrvw variable.
7088 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7089 ToStringReturnsValueWrapper): New classes.
7090 (register_pretty_printers): Register new pretty-printers.
7091 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7092 recursive pretty printer.
7093 * gdb.python/py-mi.exp: Likewise.
7094
7095 2018-02-01 Leszek Swirski <leszeks@google.com>
7096
7097 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7098 functions with the same name as an include file are parsed
7099 correctly.
7100
7101 2018-02-01 Yao Qi <yao.qi@linaro.org>
7102
7103 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7104 "\[^\r\n\]*".
7105
7106 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7107
7108 * gdb.arch/powerpc-prologue-frame.s: New file.
7109 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7110 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7111
7112 2018-01-31 Joel Brobecker <brobecker@adacore.com>
7113
7114 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7115
7116 2018-01-30 Pedro Alves <palves@redhat.com>
7117
7118 PR gdb/13211
7119 * gdb.base/interrupt-daemon.c: New.
7120 * gdb.base/interrupt-daemon.exp: New.
7121 * gdb.multi/multi-term-settings.c: New.
7122 * gdb.multi/multi-term-settings.exp: New.
7123
7124 2018-01-30 Joel Brobecker <brobecker@adacore.com>
7125
7126 * gdb.base/break.exp: Save the location where the breakpoint
7127 on break.c:47 was actually inserted when debugging the version
7128 compiled at -O2 and use it in the expected output of the "info
7129 break" test performed soon after.
7130
7131 2018-01-22 Pedro Alves <palves@redhat.com>
7132 Sergio Durigan Junior <sergiodj@redhat.com>
7133
7134 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7135 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7136
7137 2018-01-22 Joel Brobecker <brobecker@adacore.com>
7138
7139 * gdb.base/break-include.c, gdb.base/break-include.inc,
7140 gdb.base/break-include.exp: New files.
7141 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7142 line number now being the actual line number where the breakpoint
7143 was inserted.
7144 * gdb.mi/mi-break.exp: Likewise.
7145 * gdb.mi/mi-reverse.exp: Likewise.
7146 * gdb.mi/mi-simplerun.exp: Ditto.
7147
7148 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7149
7150 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7151 varobj.
7152 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7153
7154 2018-01-21 Don Breazeal <donb@codesourcery.com>
7155 Andrew Burgess <andrew.burgess@embecosm.com>
7156
7157 * gdb.mi/basics.c: Add new global.
7158 * gdb.mi/mi-frame-regs.exp: New file.
7159 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7160 case.
7161
7162 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7163
7164 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7165 non-parameter, and on an unknown symbol.
7166
7167 2018-01-19 Tom Tromey <tom@tromey.com>
7168
7169 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7170 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7171
7172 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7173
7174 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7175 setrlimit and chdir to int.
7176
7177 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7178
7179 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7180 function.
7181 (my_tend): Likewise.
7182 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7183 rationale of avoiding FP- and vector instructions.
7184
7185 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7186
7187 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7188 "info reg" with "\[ \t\]*".
7189 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7190 "\[ \t\]+".
7191 * gdb.arch/s390-multiarch.exp: Ditto.
7192 * gdb.base/pc-fp.exp: Ditto.
7193 * gdb.reverse/i386-precsave.exp: Ditto.
7194 * gdb.reverse/i386-reverse.exp: Ditto.
7195 * gdb.reverse/i387-env-reverse.exp: Ditto.
7196 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7197
7198 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7199
7200 * lib/gdb.exp (gdb_compile): Re-enable use of
7201 universal_compile_options for languages other than Rust.
7202
7203 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7204
7205 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7206
7207 2018-01-17 Mike Gulick <mgulick@mathworks.com>
7208
7209 PR gdb/16577
7210 * gdb.base/solib-vanish.exp: New.
7211 * gdb.base/solib-vanish-main.c: New.
7212 * gdb.base/solib-vanish-lib1.c: New.
7213 * gdb.base/solib-vanish-lib2.c: New.
7214
7215 2018-01-17 Yao Qi <yao.qi@linaro.org>
7216
7217 * gdb.compile/compile.exp: Match the address printed for
7218 frame in the output of command "bt".
7219
7220 2018-01-15 Tom Tromey <tom@tromey.com>
7221
7222 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7223 compute sp_reg.
7224
7225 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7226
7227 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7228 to prepare.
7229 (prepare): Return 0 on error, 1 on success.
7230
7231 2018-01-12 Pedro Alves <palves@redhat.com>
7232
7233 * gdb.base/continue-after-aborted-step-over.c: New.
7234 * gdb.base/continue-after-aborted-step-over.exp: New.
7235
7236 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7237
7238 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7239 options when not creating an executable.
7240
7241 2018-01-11 Pedro Alves <palves@redhat.com>
7242
7243 PR remote/22597
7244 * gdb.server/stop-reply-no-thread.c: New file.
7245 * gdb.server/stop-reply-no-thread.exp: New file.
7246
7247 2018-01-10 Pedro Alves <palves@redhat.com>
7248
7249 PR gdb/22670
7250 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7251 functions too. Test setting breakpoints and printing C functions
7252 with no debug info too.
7253 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7254
7255 2018-01-10 Pedro Alves <palves@redhat.com>
7256
7257 PR gdb/22670
7258 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7259 a fail.
7260
7261 2018-01-10 Pedro Alves <palves@redhat.com>
7262
7263 PR gdb/22670
7264 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7265
7266 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7267
7268 * gdb.server/unittest.exp: Match the output in non-development
7269 mode.
7270
7271 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7272
7273 * gdb.gdb/unittest.exp: Match output in non-development mode.
7274
7275 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7276
7277 * gdb.ada/access_tagged_param.exp: Relax expected output
7278 for value of "ObjL" in "continue" to pck.inspect breakpoint
7279 test.
7280
7281 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7282
7283 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7284 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
7285
7286 2018-01-05 Pedro Alves <palves@redhat.com>
7287
7288 PR gdb/18653
7289 * gdb.base/libsegfault.exp: New.
7290
7291 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7292
7293 PR gdb/22670
7294 * gdb.ada/access_tagged_param.exp: New file.
7295 * gdb.ada/access_tagged_param/foo.adb: New file.
7296
7297 2018-01-05 Pedro Alves <palves@redhat.com>
7298
7299 PR gdb/22670
7300 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7301 exercise lower case too, and to exercise both full matching and
7302 wild matching.
7303
7304 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7305
7306 * gdb.ada/rename_subscript_param: New testcase.
7307
7308 2018-01-05 Jerome Guitton <guitton@adacore.com>
7309
7310 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7311
7312 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7313
7314 * gdb.ada/convvar_comp: New testcase.
7315
7316 2018-01-05 Xavier Roirand <roirand@adacore.com>
7317
7318 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7319 (My_Table): New global variable.
7320 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7321
7322 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7323
7324 PR gdb/22670
7325 * gdb.ada/maint_with_ada: New testcase.
7326
7327 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7328
7329 PR gdb/22670
7330 * gdb.ada/bp_c_mixed_case: New testcase.
7331
7332 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7333
7334 PR gdb/22670
7335 * gdb.ada/complete.exp: Add "complete break ada" test.
7336
7337 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7338
7339 PR gdb/22670
7340 * gdb.ada/info_addr_mixed_case: New testcase.
7341
7342 2018-01-03 Xavier Roirand <roirand@adacore.com>
7343
7344 * gdb.ada/excep_handle.exp: New testcase.
7345 * gdb.ada/excep_handle/foo.adb: New file.
7346 * gdb.ada/excep_handle/pck.ads: New file.
7347
7348 2018-01-03 Joel Brobecker <brobecker@adacore.com>
7349
7350 * gdb.base/step-line.c: Add extra empty line in copyright header.
7351 * gdb.base/step-line.inp: Likewise.
7352
7353 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7354
7355 * gdb.ada/dyn_stride.exp: Add slice test.
7356
7357 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7358
7359 * gdb.ada/dyn_stride: New testcase.
7360
7361 2017-12-27 Stafford Horne <shorne@gmail.com>
7362
7363 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7364 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7365
7366 2017-12-27 Stafford Horne <shorne@gmail.com>
7367
7368 * gdb.base/reggroups.c: New file.
7369 * gdb.base/reggroups.exp: New file.
7370
7371 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7372
7373 * gdb.dwarf2/ada-valprint-error.c: New file.
7374 * gdb.dwarf2/ada-valprint-error.exp: New file.
7375
7376 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7377
7378 * gdb.ada/assign_arr: New testcase.
7379
7380 2017-12-18 Xavier Roirand <roirand@adacore.com>
7381
7382 * gdb.ada/funcall_ptr: New testcase.
7383
7384 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7385
7386 PR cli/16224
7387 * gdb.base/ptype-offsets.cc: New file.
7388 * gdb.base/ptype-offsets.exp: New file.
7389
7390 2017-12-15 Yao Qi <yao.qi@linaro.org>
7391
7392 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7393 if XML is disabled.
7394
7395 2017-12-15 Xavier Roirand <roirand@adacore.com>
7396
7397 * gdb.ada/same_component_name: New testcase.
7398
7399 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7400
7401 * gdb.ada/str_binop_equal: New testcase.
7402
7403 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7404
7405 * gdb.ada/task_switch_in_core: New testcase.
7406
7407 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7408
7409 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7410 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7411 call test_bkpt_qualified.
7412 (test_bkpt_qualified): New proc.
7413
7414 2017-12-13 Pedro Alves <palves@redhat.com>
7415
7416 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7417 Tighten regexp by matching with an anchor.
7418
7419 2017-12-13 Pedro Alves <palves@redhat.com>
7420
7421 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7422 ("expression with namespace"): New set of tests.
7423 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7424 (Nested::Test_NS::qux): New.
7425 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7426 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7427
7428 2017-12-13 Joel Brobecker <brobecker@adacore.com>
7429
7430 * gdb.base/server-del-break.c: New file.
7431 * gdb.base/server-del-break.exp: New file.
7432
7433 2017-12-12 Stafford Horne <shorne@gmail.com>
7434
7435 * gdb.xml/tdesc-regs.exp: Add or1k support.
7436
7437 2017-12-12 Stafford Horne <shorne@gmail.com>
7438
7439 * gdb.base/bp-permanent.c: Define nop of or1k.
7440
7441 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7442
7443 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7444 output with components being reordered.
7445
7446 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7447
7448 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7449 output with components being reordered.
7450
7451 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7452 Pedro Alves <palves@redhat.com>
7453
7454 * gdb.base/maint.exp (check for .gdb_index): Check also for
7455 .debug_names.
7456 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7457 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7458 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7459 (.gdb_index used after symbol reloading): Support also .debug_names.
7460 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7461
7462 2017-12-08 Yao Qi <yao.qi@linaro.org>
7463
7464 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7465 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7466
7467 2017-12-08 Yao Qi <yao.qi@linaro.org>
7468
7469 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7470 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7471
7472 2017-12-08 Yao Qi <yao.qi@linaro.org>
7473
7474 * gdb.arch/aarch64-tagged-pointer.c: New file.
7475 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7476
7477 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7478
7479 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7480 "int".
7481
7482 2017-12-07 Keith Seitz <keiths@redhat.com>
7483
7484 PR breakpoints/22569
7485 * gdb.linespec/ls-errs.exp: Change expected result of "break
7486 -source this file has spaces.c -line 3".
7487 Check that an explicit source file followed by whitespace is
7488 identified as an invalid explicit location.
7489
7490 2017-12-07 Keith Seitz <keiths@redhat.com>
7491
7492 * gdb.cp/nested-types.cc: New file.
7493 * gdb.cp/nested-types.exp: New file.
7494 * lib/cp-support.exp: Load data-structures.exp library.
7495 (debug_cp_test_ptype_class): New global.
7496 (cp_ptype_class_verbose, next_line): New procedures.
7497 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7498 Add and document new return value.
7499 Switch the list of lines to a queue.
7500 Add support for new `type' key for nested type definitions.
7501 Add debugging/troubleshooting messages.
7502 * lib/data-structures.exp: New file.
7503
7504 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7505
7506 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7507 with proc_with_prefix, don't use with_test_prefix.
7508
7509 2017-12-07 Tom Tromey <tom@tromey.com>
7510
7511 * gdb.base/break.exp: Add test for empty "commands".
7512
7513 2017-12-07 Yao Qi <yao.qi@linaro.org>
7514
7515 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7516 malloc and catch syscall.
7517
7518 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7519
7520 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7521 tests for explicit locations.
7522
7523 2017-12-06 Pedro Alves <palves@redhat.com>
7524
7525 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7526 force-disabling XML descriptions.
7527
7528 2017-12-04 Pedro Alves <palves@redhat.com>
7529
7530 PR gdb/22499
7531 * gdb.arch/amd64-disp-step-avx.S: New file.
7532 * gdb.arch/amd64-disp-step-avx.exp: New file.
7533
7534 2017-12-03 Pedro Alves <palves@redhat.com>
7535
7536 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7537 and <string.h>.
7538 (parent_function): Print distinct messages when waitpid fails, or
7539 the child exits with a signal, or the child exits for an unhandled
7540 reason.
7541 * gdb.threads/process-dies-while-detaching.exp
7542 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7543 it. Wait for both inferior output and GDB's prompt. Use an
7544 indirect spawn id list.
7545 (do_detach): New parameter 'child_exit'. Use it to compute
7546 expected inferior output.
7547 (test_detach, test_detach_watch, test_detach_killed_outside):
7548 Adjust to pass down the expected child exit kind.
7549
7550 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7551 Sergio Durigan Junior <sergiodj@redhat.com>
7552 Pedro Alves <palves@redhat.com>
7553
7554 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7555
7556 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7557
7558 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7559 to 'symbol-file' and 'add-symbol-file' can be
7560 position-independent.
7561
7562 2017-12-01 Yao Qi <yao.qi@linaro.org>
7563
7564 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7565 the URL in copyright header.
7566 * gdb.arch/aarch64-fp.exp: Likewise.
7567 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7568 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7569 * gdb.base/expand-psymtabs.exp: Likewise.
7570 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7571 * gdb.fortran/common-block.exp: Likewise.
7572 * gdb.fortran/common-block.f90: Likewise.
7573 * gdb.fortran/logical.exp: Likewise.
7574 * gdb.fortran/vla-datatypes.f90: Likewise.
7575 * gdb.fortran/vla-sub.f90: Likewise.
7576
7577 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7578
7579 * gdb.ada/repeat_dyn: New testcase.
7580
7581 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7582
7583 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7584 Update for changed thread numbering.
7585 * gdb.cell/bt.exp: Update for changed GDB output.
7586
7587 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7588
7589 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7590 setting isremote by hand.
7591 * boards/dwarf4-gdb-index.exp: Likewise.
7592 * boards/fission.exp: Likewise.
7593 * boards/stabs.exp: Likewise.
7594
7595 2017-11-30 Pedro Alves <palves@redhat.com>
7596
7597 * gdb.linespec/cpls-ops.exp
7598 (check_explicit_skips_function_argument): Extract the underlying
7599 type of size_t instead of hardcoding it.
7600
7601 2017-11-29 Pedro Alves <palves@redhat.com>
7602
7603 PR c++/19436
7604 * gdb.linespec/cpls-abi-tag.cc: New file.
7605 * gdb.linespec/cpls-abi-tag.exp: New file.
7606
7607 2017-11-29 Pedro Alves <palves@redhat.com>
7608
7609 * gdb.base/langs.exp: Use -qualified.
7610 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7611 it.
7612 * gdb.cp/namespace.exp: Use -qualified.
7613 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7614 (overload-3, template-overload, template-ret-type, const-overload)
7615 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7616 procedures.
7617 (test_driver): Call them.
7618 * gdb.cp/save-bp-qualified.cc: New.
7619 * gdb.cp/save-bp-qualified.exp: New.
7620 * gdb.linespec/explicit.exp: Test -qualified.
7621 * lib/completion-support.exp (completion::explicit_opts_list): Add
7622 "-qualified".
7623 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7624
7625 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7626
7627 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7628
7629 2017-11-29 Tom Tromey <tom@tromey.com>
7630
7631 * gdb.base/relocate.exp: Update invalid argument test.
7632 Add new tests for invalid arguments.
7633
7634 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7635
7636 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7637 Return 0 as a long.
7638 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7639
7640 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7641
7642 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7643 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7644 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7645 func ().
7646 * gdb.cp/shadow.cc (B.func): Return 0.
7647
7648 2017-11-27 Joel Brobecker <brobecker@adacore.com>
7649
7650 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7651 expected output in gdb_expect call to allow the exception
7652 message to be present as well. Fix syntax confusion to avoid
7653 TCL thinking that exception_name is an array.
7654
7655 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7656
7657 * gdb.arch/spu-info.c: Include <unistd.h>.
7658 (do_signal_test): Fix broken calls to write.
7659 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7660 Fix checks for empty mailboxes. Update signal tests for corrected
7661 do_signal_test routine. Allow nonzero event status.
7662 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7663 * gdb.cell/arch.exp: Use standard_output_file.
7664 * gdb.cell/break.exp: Likewise.
7665 * gdb.cell/bt.exp: Likewise.
7666 * gdb.cell/core.exp: Likewise.
7667 * gdb.cell/dwarfaddr.exp: Likewise.
7668 * gdb.cell/ea-cache.exp: Likewise.
7669 * gdb.cell/ea-standalone.exp: Likewise.
7670 * gdb.cell/f-regs.exp: Likewise.
7671 * gdb.cell/fork.exp: Likewise.
7672 * gdb.cell/gcore.exp: Likewise.
7673 * gdb.cell/mem-access.exp: Likewise.
7674 * gdb.cell/ptype.exp: Likewise.
7675 * gdb.cell/registers.exp: Likewise.
7676 * gdb.cell/sizeof.exp: Likewise.
7677 * gdb.cell/solib-symbol.exp: Likewise.
7678 * gdb.cell/solib.exp: Likewise.
7679
7680 2017-11-25 Pedro Alves <palves@redhat.com>
7681
7682 * gdb.base/complete-empty.exp: New file.
7683 * gdb.base/completion.exp: Adjust.
7684
7685 2017-11-25 Pedro Alves <palves@redhat.com>
7686
7687 * gdb.linespec/cpls-ops.cc: New file.
7688 * gdb.linespec/cpls-ops.exp: New file.
7689 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7690 factored out from ...
7691 (test_complete_prefix_range): ... this.
7692
7693 2017-11-24 Pedro Alves <palves@redhat.com>
7694
7695 * gdb.linespec/cpcompletion.exp: New file.
7696 * gdb.linespec/cpls-hyphen.cc: New file.
7697 * gdb.linespec/cpls.cc: New file.
7698 * gdb.linespec/cpls2.cc: New file.
7699 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7700 test to use test_gdb_complete_unique. Add label completion,
7701 keyword completion and explicit location completion tests.
7702 * lib/completion-support.exp: New file.
7703
7704 2017-11-24 Joel Brobecker <brobecker@adacore.com>
7705
7706 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7707 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7708 when hitting an exception catchpoint.
7709
7710 2017-11-22 Yao Qi <yao.qi@linaro.org>
7711
7712 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7713
7714 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7715
7716 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7717 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7718 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7719
7720 2017-11-22 Yao Qi <yao.qi@linaro.org>
7721
7722 * gdb.base/info-os.exp: Pass pthreads.
7723 * gdb.multi/multi-attach.exp: Likewise.
7724
7725 2017-11-22 Yao Qi <yao.qi@linaro.org>
7726
7727 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7728 compiler.
7729
7730 2017-11-22 Yao Qi <yao.qi@linaro.org>
7731
7732 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7733 * gdb.base/break-interp.exp: Likewise.
7734 * gdb.base/jit-attach-pie.exp: Likewise.
7735
7736 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7737
7738 * gdb.base/float128.c (large128): New variable.
7739 * gdb.base/float128.exp: Add test to print largest __float128 value.
7740
7741 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7742
7743 * gdb.arch/vsx-regs.exp: Update register content checks.
7744
7745 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7746
7747 * gdb.arch/ppc-longdouble.exp: New file.
7748 * gdb.arch/ppc-longdouble.c: Likewise.
7749
7750 2017-11-21 Pedro Alves <palves@redhat.com>
7751
7752 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7753
7754 2017-11-20 Pedro Alves <palves@redhat.com>
7755
7756 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7757 (long_double_typedef): New typedefs.
7758 Use DEF on double and long double.
7759 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7760 cases.
7761 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7762 and 'long_double_ptr_same_size' locals. Use them to decide
7763 whether cast from array/function to float is valid/invalid.
7764
7765 2017-11-17 Tom Tromey <tom@tromey.com>
7766
7767 * gdb.rust/traits.rs: New file.
7768 * gdb.rust/traits.exp: New file.
7769
7770 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7771
7772 * gdb.ada/minsyms: New testcase.
7773
7774 2017-11-16 Pedro Alves <palves@redhat.com>
7775
7776 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7777 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7778
7779 2017-11-16 Pedro Alves <palves@redhat.com>
7780
7781 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7782 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7783
7784 2017-11-16 Pedro Alves <palves@redhat.com>
7785
7786 * gdb.server/reconnect-ctrl-c.c: New file.
7787 * gdb.server/reconnect-ctrl-c.exp: New file.
7788
7789 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7790
7791 * gdb.python/py-rbreak.exp: New file.
7792 * gdb.python/py-rbreak.c: New file.
7793 * gdb.python/py-rbreak-func2.c: New file.
7794
7795 2017-11-16 Pedro Alves <palves@redhat.com>
7796
7797 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7798 pattern.
7799 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7800 GDB.
7801
7802 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7803
7804 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7805 regex.
7806
7807 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7808
7809 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7810 test names.
7811
7812 2017-11-09 Pedro Alves <palves@redhat.com>
7813
7814 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7815 factored out from ...
7816 (top level): ... here, and adjusted to avoid expecting beyond the
7817 prompt in a single gdb_test_multiple.
7818
7819 2017-11-09 Pedro Alves <palves@redhat.com>
7820
7821 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7822 output.
7823 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7824 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7825 * gdb.server/ext-run.exp ("kill" test): Likewise.
7826 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7827
7828 2017-11-09 Pedro Alves <palves@redhat.com>
7829
7830 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7831 match till end of line.
7832
7833 2017-11-09 Pedro Alves <palves@redhat.com>
7834
7835 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7836
7837 2017-11-09 Pedro Alves <palves@redhat.com>
7838
7839 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7840 New procedures, factored out from ...
7841 (top level): ... here, and adjusted to avoid expecting beyond the
7842 prompt in one go.
7843
7844 2017-11-09 Pedro Alves <palves@redhat.com>
7845
7846 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7847 output. Fix '?' match.
7848
7849 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7850
7851 * gdb.ada/scoped_watch: New testcase.
7852 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7853 which is actually correct.
7854 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7855 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7856
7857 2017-11-08 Pedro Alves <palves@redhat.com>
7858
7859 * gdb.gdb/complaints.exp (test_initial_complaints)
7860 (test_serial_complaints, test_short_complaints): Call
7861 complaint_internal instead of complaint.
7862
7863 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7864
7865 * gdb.threads/tls-core.c: New file.
7866 * gdb.threads/tls-core.exp: Likewise.
7867
7868 2017-11-08 Pedro Alves <palves@redhat.com>
7869
7870 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7871 (p Exported_Capitalized): New test.
7872 (p exported_capitalized): New test.
7873
7874 2017-11-07 Pedro Alves <palves@redhat.com>
7875
7876 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7877
7878 2017-11-07 Pedro Alves <palves@redhat.com>
7879
7880 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7881 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7882 (disable_invalid, disable_inverted, disable_negative): New
7883 procedures.
7884 ("bad numbers"): New set of tests.
7885
7886 2017-11-07 Pedro Alves <palves@redhat.com>
7887
7888 * gdb.cp/ena-dis-br-range.exp: Add tests.
7889
7890 2017-11-07 Pedro Alves <palves@redhat.com>
7891
7892 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7893
7894 2017-11-07 Xavier Roirand <roirand@adacore.com>
7895 Pedro Alves <palves@redhat.com>
7896
7897 * gdb.base/ena-dis-br.exp: Add reference to
7898 gdb.cp/ena-dis-br-range.exp.
7899 * gdb.cp/ena-dis-br-range.exp: New file.
7900 * gdb.cp/ena-dis-br-range.cc: New file.
7901
7902 2017-11-06 Pedro Alves <palves@redhat.com>
7903
7904 * gdb.base/attach-non-pgrp-leader.c: New.
7905 * gdb.base/attach-non-pgrp-leader.exp: New.
7906
7907 2017-11-06 Pedro Alves <palves@redhat.com>
7908
7909 * configure.ac: No longer check for termio.h and sgtty.h.
7910 * configure: Regenerate.
7911 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7912 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7913 Remove termio and sgtty code.
7914
7915 2017-11-03 Yao Qi <yao.qi@linaro.org>
7916
7917 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7918 in GDB is disabled.
7919
7920 2017-11-03 Yao Qi <yao.qi@linaro.org>
7921
7922 * gdb.python/py-thrhandle.exp: Skip it if python is not
7923 enabled.
7924
7925 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7926
7927 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7928 as a breakpoint command.
7929
7930 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7931
7932 PR python/21213
7933 * gdb.python/py-infthread.exp: Test calling
7934 InferiorThread.inferior () multiple times in a row.
7935
7936 2017-10-27 Keith Seitz <keiths@redhat.com>
7937
7938 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7939 Test "info break" for every inlined function breakpoint.
7940
7941 2017-10-27 Yao Qi <yao.qi@linaro.org>
7942
7943 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7944
7945 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7946
7947 * gdb.cp/classes.exp (test_static_members): Test printing
7948 Outer::instance.
7949 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7950 (Inner::instance, Outer::instance): New.
7951
7952 2017-10-24 Pedro Alves <palves@redhat.com>
7953
7954 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7955 extra console" test in two stages.
7956
7957 2017-10-24 Pedro Alves <palves@redhat.com>
7958
7959 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7960
7961 2017-10-24 Pedro Alves <palves@redhat.com>
7962
7963 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7964 loop.
7965
7966 2017-10-24 Pedro Alves <palves@redhat.com>
7967
7968 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7969 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7970
7971 2017-10-24 Pedro Alves <palves@redhat.com>
7972
7973 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7974 parameter and handle it. Don't output read value in test name.
7975
7976 2017-10-24 Pedro Alves <palves@redhat.com>
7977
7978 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7979 custom test name.
7980
7981 2017-10-24 Pedro Alves <palves@redhat.com>
7982
7983 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7984 include the unstable output directory name in the test's name.
7985 (initial_setup_simple) <'set args'>: Use custom test name.
7986
7987 2017-10-24 Pedro Alves <palves@redhat.com>
7988
7989 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7990 with explicit test name.
7991
7992 2017-10-20 Pedro Alves <palves@redhat.com>
7993
7994 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7995 'wait -i'. Use gdb_assert and remote_close.
7996
7997 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7998
7999 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8000 number from variable rather than hard-coded.
8001
8002 2017-10-19 Pedro Alves <palves@redhat.com>
8003
8004 * gdb.base/long-inferior-output.c: New file.
8005 * gdb.base/long-inferior-output.exp: New file.
8006
8007 2017-11-18 Keith Seitz <keiths@redhat.com>
8008
8009 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8010 method.
8011 (main): Call it.
8012 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8013 Add additional user-defined conversion operator tests.
8014
8015 2017-10-17 Pedro Alves <palves@redhat.com>
8016
8017 * boards/native-stdio-gdbserver.exp: Load "local-board".
8018
8019 2017-10-17 Pedro Alves <palves@redhat.com>
8020
8021 * gdb.base/quit-live.c: New file.
8022 * gdb.base/quit-live.exp: New file.
8023
8024 2017-10-16 Keith Seitz <keiths@redhat.com>
8025
8026 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8027 (class_with_protected_typedef, class_with_private_typedef)
8028 (struct_with_public_typedef, struct_with_protected_typedef)
8029 (struct_with_private_typedef): New classes/structs.
8030 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8031 typedefs and access specifiers.
8032
8033 2017-10-16 Pedro Alves <palves@redhat.com>
8034 Simon Marchi <simon.marchi@polymtl.ca>
8035
8036 * README (Local vs Remote vs Native): New section.
8037 * boards/local-board.exp: New file, with bits factored out from
8038 ...
8039 * boards/native-extended-gdbserver.exp: ... here. Load
8040 "local-board".
8041 * boards/native-gdbserver.exp: Load "local-board".
8042 (${board}_spawn, ${board}_exec): Delete.
8043 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8044 ...
8045 * boards/stdio-gdbserver-base.exp: ... this new file.
8046 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8047 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8048 procedure.
8049 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8050 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8051 stdio_gdbserver_command.
8052 (${board}_get_remote_address, ${board}_get_comm_port)
8053 (${board}_download, ${board}_upload): Delete.
8054 (get_target_remote_pipe_cmd): New.
8055
8056 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8057
8058 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8059 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8060 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8061 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8062 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8063 remove with_test_prefix.
8064
8065 2017-10-13 Pedro Alves <palves@redhat.com>
8066
8067 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8068 * gdb.base/annota1.exp: Use it instead of is_remote.
8069 * gdb.base/annota3.exp: Use it instead of is_remote.
8070 * gdb.cp/annota2.exp: Use it instead of is_remote.
8071 * gdb.cp/annota3.exp: Use it instead of is_remote.
8072 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8073
8074 2017-10-13 Pedro Alves <palves@redhat.com>
8075
8076 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8077 (test_num_test_vars, run_and_count_vars, find_env)
8078 (test_set_unset_env, test_inherit_env_var): New procedures.
8079 (top level): Use them.
8080
8081 2017-10-13 Pedro Alves <palves@redhat.com>
8082
8083 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8084 also skip on stub-like targets.
8085
8086 2017-10-13 Pedro Alves <palves@redhat.com>
8087
8088 PR gdb/22293
8089 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8090 (top level): Move some tests to ...
8091 (test_not_found): ... this new procedure.
8092 (top level): Call it.
8093
8094 2017-10-13 Pedro Alves <palves@redhat.com>
8095
8096 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8097 expect different "info terminal" output if testing with a
8098 non-native target.
8099
8100 2017-10-13 Pedro Alves <palves@redhat.com>
8101 Simon Marchi <simon.marchi@polymtl.ca>
8102
8103 PR python/12966
8104 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8105
8106 2017-10-13 Pedro Alves <palves@redhat.com>
8107
8108 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8109 already.
8110
8111 2017-10-13 Pedro Alves <palves@redhat.com>
8112
8113 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8114 is_remote.
8115
8116 2017-10-13 Pedro Alves <palves@redhat.com>
8117
8118 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8119 is_remote.
8120
8121 2017-10-13 Pedro Alves <palves@redhat.com>
8122
8123 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8124 is set.
8125 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8126 instead of is_remote.
8127
8128 2017-10-13 Pedro Alves <palves@redhat.com>
8129
8130 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8131 (top level): Add comment.
8132
8133 2017-10-13 Pedro Alves <palves@redhat.com>
8134
8135 * gdb.base/remote.exp (top level): Fix comment typo and add
8136 missing return.
8137
8138 2017-10-13 Pedro Alves <palves@redhat.com>
8139 Simon Marchi <simon.marchi@polymtl.ca>
8140
8141 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8142 calls and add comments. Skip test if use_gdb_stub is set.
8143 (top level): Use "set cwd" command instead of "cd" command.
8144
8145 2017-10-13 Pedro Alves <palves@redhat.com>
8146
8147 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8148 is_remote target check.
8149
8150 2017-10-13 Pedro Alves <palves@redhat.com>
8151
8152 * gdb.base/scope.exp: Use build_executable + clean_restart +
8153 gdb_file_cmd instead of prepare_for_testing and no longer skip
8154 "before run" tests on is_remote target boards. Update comments.
8155 * boards/native-extended-gdbserver.exp
8156 (extended_gdbserver_load_last_file): New, factored out from ...
8157 (gdb_load): ... this. Move further below and add comment.
8158 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8159
8160 2017-10-12 Pedro Alves <palves@redhat.com>
8161
8162 * gdb.base/attach.exp: Remove references to gdb64.
8163 * gdb.base/dbx.exp: Remove references to gdb64.
8164
8165 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8166 Pedro Alves <palves@redhat.com>
8167
8168 * gdb.base/label.exp: Remove is_remote target check.
8169
8170 2017-10-12 Pedro Alves <palves@redhat.com>
8171
8172 * gdb.base/auvx.exp (coredir): Update comment.
8173 (top level) <core_works>: Use "set cwd" command instead of "cd"
8174 command.
8175
8176 2017-10-12 Pedro Alves <palves@redhat.com>
8177 Simon Marchi <simon.marchi@polymtl.ca>
8178
8179 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8180 target boards.
8181
8182 2017-10-12 Pedro Alves <palves@redhat.com>
8183 Simon Marchi <simon.marchi@polymtl.ca>
8184
8185 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8186 Instead skip if there's any gdb_protocol set.
8187
8188 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8189 Pedro Alves <palves@redhat.com>
8190
8191 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8192
8193 2017-10-12 Pedro Alves <palves@redhat.com>
8194 Simon Marchi <simon.marchi@polymtl.ca>
8195
8196 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8197 instead of on dejagnu remote boards.
8198
8199 2017-10-12 Pedro Alves <palves@redhat.com>
8200 Simon Marchi <simon.marchi@polymtl.ca>
8201
8202 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8203 checks. Use build_executable + clean_restart instead of
8204 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8205 of enabling non-stop after starting gdb.
8206
8207 2017-10-12 Pedro Alves <palves@redhat.com>
8208
8209 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8210 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8211 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8212 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8213
8214 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8215
8216 * gdb.arch/arc-tdesc-cpu.exp: New file.
8217 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8218
8219 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8220
8221 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8222
8223 2017-10-10 Pedro Alves <palves@redhat.com>
8224
8225 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8226 expect CLI output.
8227
8228 2017-10-10 Pedro Alves <palves@redhat.com>
8229
8230 * lib/selftest-support.exp (selftest_setup): Update for
8231 captured_command_loop's prototype change.
8232
8233 2017-10-09 Pedro Alves <palves@redhat.com>
8234
8235 Test both arch1=>arch2 and arch2=>arch1.
8236
8237 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8238 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8239 factored out to...
8240 (append_arch1_options, append_arch2_options, append_arch_options)
8241 (build_executables): New procedures.
8242 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8243 local.
8244 (top level): Add new 'first_arch' testing axis.
8245
8246 2017-10-09 Pedro Alves <palves@redhat.com>
8247
8248 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8249 (barrier): New.
8250 (thread_start, all_started): New functions.
8251 (main): Spawn new thread and wait until it is scheduled.
8252 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8253 option.
8254 (do_test): Add 'selected_thread' parameter. Run to all_started
8255 instead of main. Explicitly set the breakpoint at main. Switch
8256 to the SELECTED_THREAD thread.
8257 (top level): Test handling the exec event with either the main
8258 thread or the second thread selected.
8259
8260 2017-10-09 Pedro Alves <palves@redhat.com>
8261
8262 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8263 logic. Move STOP marker after the value checks.
8264 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8265 regexp.
8266
8267 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8268
8269 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8270
8271 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8272
8273 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8274 integer-to-dfp conversion.
8275 * gdb.base/dfp-test.exp: Likewise.
8276
8277 2017-10-04 Pedro Alves <palves@redhat.com>
8278
8279 * gdb.multi/hangout.c: Include <unistd.h>.
8280 (hangout_loop): New function.
8281 (main): Call alarm. Call hangout_loop in a loop.
8282 * gdb.multi/hello.c: Include <unistd.h>.
8283 (hello_loop): New function.
8284 (main): Call alarm. Call hangout_loop in a loop.
8285 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8286 inferior with the other selected.
8287
8288 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8289
8290 * gdb.mi/list-thread-groups-available.exp: New file.
8291 * gdb.mi/list-thread-groups-available.c: New file.
8292
8293 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8294
8295 * gdb.base/set-cwd.exp: Make it available on
8296 native-extended-gdbserver.
8297
8298 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8299
8300 * gdb.base/set-cwd.c: New file.
8301 * gdb.base/set-cwd.exp: Likewise.
8302
8303 2017-10-02 Tom Tromey <tom@tromey.com>
8304
8305 PR rust/22236:
8306 * gdb.rust/simple.rs (main): New variable "fslice".
8307 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8308
8309 2017-10-02 Tom Tromey <tom@tromey.com>
8310
8311 * gdb.rust/simple.exp: Test ptype of a slice.
8312
8313 2017-10-02 Tom Tromey <tom@tromey.com>
8314
8315 * gdb.rust/simple.exp: Test index of slice.
8316
8317 2017-09-27 Tom Tromey <tom@tromey.com>
8318
8319 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8320
8321 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8322 Pedro Alves <palves@redhat.com>
8323
8324 * gdb.base/compare-sections.exp (get value of read-only section): Read
8325 as unsigned value.
8326 (corrupt read-only section): Likewise and don't set written if patching
8327 failed.
8328
8329 2017-09-21 Kevin Buettner <kevinb@redhat.com>
8330
8331 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8332 files.
8333
8334 2017-09-20 Pedro Alves <palves@redhat.com>
8335
8336 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8337 symbol names in gdb's output.
8338 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8339
8340 2017-09-20 Pedro Alves <palves@redhat.com>
8341
8342 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8343 Rename to ...
8344 (test_list_ambiguous_symbol): ... this and add a symbol name
8345 parameter. Adjust.
8346 (test_list_ambiguous_function): Reimplement on top of
8347 test_list_ambiguous_symbol and also test listing ambiguous
8348 variables.
8349 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8350 (ambiguous_fun): ... this.
8351 (ambiguous_var): New.
8352 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8353 (ambiguous_fun): ... this.
8354 (ambiguous_var): New.
8355
8356 2017-09-19 John Baldwin <jhb@FreeBSD.org>
8357
8358 * gdb.base/starti.c: New file.
8359 * gdb.base/starti.exp: New file.
8360 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8361
8362 2017-09-14 Pedro Alves <palves@redhat.com>
8363
8364 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8365 (top level): Use it instead of runto.
8366
8367 2017-09-11 Tom Tromey <tom@tromey.com>
8368
8369 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8370
8371 2017-09-11 Tom Tromey <tom@tromey.com>
8372
8373 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8374 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8375
8376 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8377
8378 * gdb.fortran/printing-types.exp: New file.
8379 * gdb.fortran/printing-types.exp: New file.
8380
8381 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8382
8383 * gdb.fortran/vla-ptype.exp: Fix typos.
8384 * gdb.fortran/vla-value.exp: Same.
8385
8386 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8387
8388 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8389 * gdb.mi/mi-var-child-f.exp: Likewise.
8390 * gdb.mi/mi-vla-fortran.exp: Likewise.
8391
8392 2017-09-08 Frank Penczek <frank.penczek@intel.com>
8393 Christoph Weinmann <christoph.t.weinmann@intel.com>
8394 Bernhard Heckel <bernhard.heckel@intel.com>
8395
8396 * gdb.fortran/ptr-indentation.f90: New file.
8397 * gdb.fortran/ptr-indentation.exp: New file.
8398
8399 2017-09-05 Tom Tromey <tom@tromey.com>
8400
8401 PR gdb/22010:
8402 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8403
8404 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8405
8406 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8407
8408 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8409
8410 * gdb.threads/tls-nodebug-pie.c: New file.
8411 * gdb.threads/tls-nodebug-pie.exp: New file.
8412
8413 2017-09-05 Tom Tromey <tom@tromey.com>
8414
8415 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8416 for rust.
8417
8418 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8419
8420 * gdb.multi/multi-arch-exec.exp: Test with different
8421 "follow-exec-mode" settings.
8422 (do_test): New procedure.
8423
8424 2017-09-04 Pedro Alves <palves@redhat.com>
8425
8426 * gdb.base/func-static.c (S::method const, S::method volatile)
8427 (S::method volatile const): New methods.
8428 (c_s, v_s, cv_s): New instances.
8429 (main): Call method() on them.
8430 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8431 (cannot_resolve): New procedure.
8432 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8433 print-quote-unquoted columns.
8434 (do_test): Test printing each scope too.
8435
8436 2017-09-04 Pedro Alves <palves@redhat.com>
8437
8438 * gdb.base/local-static.exp: Also test with
8439 class::method::variable wholly quoted.
8440 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8441
8442 2017-09-04 Pedro Alves <palves@redhat.com>
8443
8444 * gdb.base/local-static.c: New.
8445 * gdb.base/local-static.cc: New.
8446 * gdb.base/local-static.exp: New.
8447
8448 2017-09-04 Pedro Alves <palves@redhat.com>
8449
8450 * gdb.asm/asm-source.exp: Add casts to int.
8451 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8452 (dataglobal64_1, dataglobal64_2): New globals.
8453 * gdb.base/nodebug.exp: Test different expressions involving the
8454 new globals, with print, whatis and ptype. Add casts to int.
8455 * gdb.base/solib-display.exp: Add casts to int.
8456 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8457 * gdb.cp/m-static.exp: Add cast to int.
8458 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8459 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8460 tls variable with no debug info without a cast. Test with a cast
8461 to int too.
8462 * gdb.trace/entry-values.exp: Add casts.
8463
8464 2017-09-04 Pedro Alves <palves@redhat.com>
8465
8466 * gdb.base/nodebug.exp: Test that ptype's error about functions
8467 with unknown return type includes the function name too.
8468
8469 2017-09-04 Pedro Alves <palves@redhat.com>
8470
8471 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8472 return type of munmap in infcall.
8473 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8474 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8475 type of ftell in infcall.
8476 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8477 type of getpid in infcall.
8478 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8479 infcall.
8480 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8481 Bail on failure to extract the pid.
8482 * gdb.base/nodebug.c: #include <stdint.h>.
8483 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8484 New functions.
8485 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8486 Change expected output of print/whatis/ptype with functions with
8487 no debug info. Test all supported languages. Call
8488 test_call_promotion.
8489 * gdb.compile/compile.exp: Adjust expected output to expect
8490 warning.
8491 * gdb.threads/siginfo-threads.exp: Likewise.
8492
8493 2017-09-04 Pedro Alves <palves@redhat.com>
8494
8495 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8496 "prototypes". Test calling float functions via prototyped and
8497 unprototyped function pointers.
8498 (perform_all_tests): New parameter "prototypes". Pass it down.
8499 (top level): Pass down "prototypes" parameter to
8500 perform_all_tests.
8501
8502 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8503
8504 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8505 Test with nested loops.
8506
8507 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8508
8509 * gdb.base/commands.exp: Call the new procedures.
8510 (loop_break_test, loop_continue_test): New procedures.
8511
8512 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8513
8514 * gdb.base/commands.exp: Call new procedure.
8515 (define_if_without_arg_test): New procedure.
8516
8517 2017-09-04 Pedro Alves <palves@redhat.com>
8518
8519 * gdb.base/list-ambiguous.exp: New file.
8520 * gdb.base/list-ambiguous0.c: New file.
8521 * gdb.base/list-ambiguous1.c: New file.
8522 * gdb.base/list.exp (test_list_range): Adjust expected output.
8523
8524 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8525
8526 * gdb.base/share-env-with-gdbserver.c: New file.
8527 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8528
8529 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8530
8531 * gdb.base/commands.exp (gdbvar_simple_if_test,
8532 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8533 progvar_simple_if_test, progvar_simple_while_test,
8534 progvar_complex_if_while_test, user_defined_command_test,
8535 user_defined_command_args_eval,
8536 user_defined_command_args_stack_test,
8537 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8538 temporary_breakpoint_commands,
8539 gdb_test_no_prompt, redefine_hook_test,
8540 redefine_backtrace_test): Remove "global gdb_prompt".
8541
8542 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8543
8544 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8545 New proc, call it from toplevel.
8546
8547 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8548
8549 PR remote/21852
8550 * gdb.server/normal.c: New file, copied from gdb.base.
8551 * gdb.server/run-without-local-binary.exp: New file.
8552
8553 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8554
8555 * gdb.arch/sparc64-adi.exp: New file.
8556 * gdb.arch/sparc64-adi.c: New file.
8557
8558 2017-08-22 Pedro Alves <palves@redhat.com>
8559
8560 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8561 (top level): Add "list all overloads" tests.
8562
8563 2017-08-22 Tom Tromey <tom@tromey.com>
8564
8565 * gdb.gdb/xfullpath.exp: Remove.
8566
8567 2017-08-21 Pedro Alves <palves@redhat.com>
8568
8569 PR gdb/19487
8570 * gdb.base/symbol-alias.c: New.
8571 * gdb.base/symbol-alias2.c: New.
8572 * gdb.base/symbol-alias.exp: New.
8573
8574 2017-08-21 Pedro Alves <palves@redhat.com>
8575
8576 * gdb.base/dfp-test.c
8577 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8578 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8579 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8580 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8581 * gdb.base/whatis-ptype-typedefs.c: New.
8582 * gdb.base/whatis-ptype-typedefs.exp: New.
8583 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8584 (an_int, an_int_type, an_int_type2): New globals.
8585 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8586 involving typedefs and cast expressions.
8587 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8588 (lookup_typedefs_function): New.
8589 (typedefs_pretty_printers_dict): New.
8590 (top level): Register lookup_typedefs_function in
8591 gdb.pretty_printers.
8592
8593 2017-08-18 Yao Qi <yao.qi@linaro.org>
8594
8595 * gdb.server/unittest.exp: New.
8596
8597 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8598
8599 PR gdb/21954
8600 * gdb.base/environ.exp: Add test to check if 'unset environment'
8601 works.
8602
8603 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8604
8605 * lib/gdb.exp (universal_compile_options): New caching proc.
8606 (gdb_compile): Suppress GCC's coloring of messages.
8607
8608 2017-08-14 Tom Tromey <tom@tromey.com>
8609
8610 PR gdb/21675:
8611 * gdb.base/printcmds.exp (test_radices): New function.
8612 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8613 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8614 * lib/gdb.exp (get_integer_valueof): Use p/d.
8615
8616 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8617
8618 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8619 characters.
8620
8621 2017-08-05 Tom Tromey <tom@tromey.com>
8622
8623 * gdb.rust/simple.exp: Allow String to appear in a different
8624 namespace.
8625
8626 2017-07-26 Yao Qi <yao.qi@linaro.org>
8627
8628 * gdb.gdb/unittest.exp: Invoke command
8629 "maintenance check xml-descriptions".
8630
8631 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8632
8633 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8634 calling context.
8635 (hex128): Drop erroneous calculation of parameters.
8636
8637 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8638
8639 * gdb.python/py-unwind.exp: Disable stack protection when
8640 building test file.
8641
8642 2017-07-20 Pedro Alves <palves@redhat.com>
8643
8644 * gdb.base/default.exp (set language): Adjust expected output.
8645
8646 2017-07-20 Pedro Alves <palves@redhat.com>
8647
8648 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8649 (test_minsym): ... this, and make static.
8650 (get_pck__foo__bar__minsym): Rename to ...
8651 (get_test_minsym): ... this.
8652 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8653 symbol names and comments.
8654 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8655 (get_test_minsym): ... this.
8656 (pck__foo__bar__minsym__2): Rename to ...
8657 (test_minsym): ... this.
8658 (main): Adjust.
8659
8660 2017-07-17 Pedro Alves <palves@redhat.com>
8661
8662 * gdb.base/completion.exp: Adjust expected output.
8663 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8664 the completer works.
8665
8666 2017-07-17 Pedro Alves <palves@redhat.com>
8667
8668 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8669
8670 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8671
8672 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8673
8674 2017-07-14 Tom Tromey <tom@tromey.com>
8675
8676 PR rust/21764:
8677 * gdb.rust/simple.exp: Add tests.
8678
8679 2017-07-14 Tom Tromey <tom@tromey.com>
8680
8681 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8682
8683 2017-07-14 Pedro Alves <palves@redhat.com>
8684
8685 * gdb.linespec/base/one/thefile.cc (z1): New function.
8686 * gdb.linespec/base/two/thefile.cc (z2): New function.
8687 * gdb.linespec/linespec.exp: Add tests.
8688
8689 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8690
8691 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8692 to mi_create_breakpoint.
8693
8694 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8695
8696 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8697 mi_create_breakpoint.
8698
8699 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8700
8701 * gdb.dlang/demangle.exp: Update for demangling changes.
8702
8703 2017-07-09 Tom Tromey <tom@tromey.com>
8704
8705 * gdb.dwarf2/shortpiece.exp: New file.
8706
8707 2017-07-06 David Blaikie <dblaikie@gmail.com>
8708
8709 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8710 built from fissiont-multi-cu{1,2}.c.
8711 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8712 except putting 'main' and 'func' in separate CUs in the same DWO file.
8713 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8714 test.
8715 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8716 test.
8717
8718 2017-07-06 Pedro Alves <palves@redhat.com>
8719
8720 * gdb.python/py-unwind.exp: Test flushregs.
8721
8722 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8723
8724 PR cli/21688
8725 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8726 tests for alias commands and trailing whitespace.
8727
8728 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8729
8730 PR cli/21688
8731 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8732 procedure. Call it.
8733
8734 2017-06-29 Pedro Alves <palves@redhat.com>
8735
8736 * gdb.base/printcmds.exp: Add tests.
8737
8738 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8739
8740 PR gdb/21337
8741 * gdb.base/reread-readsym.exp: New file.
8742 * gdb.base/reread-readsym.c: New file.
8743
8744 2017-06-21 Kevin Buettner <kevinb@redhat.com>
8745
8746 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8747 subpattern.
8748
8749 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8750
8751 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8752 extended mnemonic.
8753 * gdb.arch/powerpc-power9.s: Likewise.
8754
8755 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8756
8757 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8758 on 32-bit x86 targets. Exploit is_*_target macros where
8759 appropriate.
8760
8761 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8762
8763 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8764 register pieces.
8765
8766 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8767
8768 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8769 located in one or more DWARF pieces.
8770
8771 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8772
8773 * lib/gdb.exp (get_endianness): New proc.
8774 * gdb.arch/aarch64-fp.exp: Use it.
8775 * gdb.arch/altivec-regs.exp: Likewise.
8776 * gdb.arch/e500-regs.exp: Likewise.
8777 * gdb.arch/vsx-regs.exp: Likewise.
8778 * gdb.base/dump.exp: Likewise.
8779 * gdb.base/funcargs.exp: Likewise.
8780 * gdb.base/gnu_vector.exp: Likewise.
8781 * gdb.dwarf2/formdata16.exp: Likewise.
8782 * gdb.dwarf2/implptrpiece.exp: Likewise.
8783 * gdb.dwarf2/nonvar-access.exp: Likewise.
8784 * gdb.python/py-inferior.exp: Likewise.
8785 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8786
8787 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8788
8789 PR gdb/21226
8790 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8791 stack value pieces are taken from the LSB end.
8792
8793 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8794
8795 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8796 variable at nonzero offset.
8797
8798 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8799
8800 * gdb.dwarf2/var-access.c: New file.
8801 * gdb.dwarf2/var-access.exp: New test.
8802 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8803
8804 2017-06-12 Tom Tromey <tom@tromey.com>
8805
8806 * gdb.dwarf2/formdata16.exp: Add tests.
8807
8808 2017-06-12 Tom Tromey <tom@tromey.com>
8809
8810 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8811
8812 2017-06-12 Tom Tromey <tom@tromey.com>
8813
8814 PR exp/16225:
8815 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8816 * gdb.arch/vsx-regs.exp: Update tests.
8817 * gdb.arch/s390-vregs.exp (hex128): New proc.
8818 Update test.
8819 * gdb.arch/altivec-regs.exp: Update tests.
8820
8821 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8822
8823 * gdb.base/startup-with-shell.c: New file.
8824 * gdb.base/startup-with-shell.exp: Likewise.
8825
8826 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8827
8828 * gdb.server/non-existing-program.exp: Update regex in order to
8829 reflect the fact that gdbserver is now using fork_inferior (with a
8830 shell) to startup the inferior.
8831
8832 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8833
8834 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8835 support function calls from GDB.
8836
8837 2017-05-21 Tom Tromey <tom@tromey.com>
8838
8839 PR rust/21466:
8840 * gdb.rust/unsized.exp: New file.
8841 * gdb.rust/unsized.rs: New file.
8842
8843 2017-05-19 Tom Tromey <tom@tromey.com>
8844
8845 PR rust/21484:
8846 * gdb.rust/watch.exp: New file.
8847 * gdb.rust/watch.rs: New file.
8848
8849 2017-05-18 Tom Tromey <tom@tromey.com>
8850
8851 * gdb.rust/simple.exp: Allow Box to be qualified.
8852
8853 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8854
8855 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8856
8857 2017-05-18 Pedro Alves <palves@redhat.com>
8858
8859 * gdb.base/fileio.c (test_write, test_read, test_close)
8860 (test_fstat): Don't print 'ret' in the fail path.
8861
8862 2017-05-18 Pedro Alves <palves@redhat.com>
8863
8864 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8865 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8866 (test_system, test_rename, test_unlink, test_time): Change
8867 prototypes.
8868 * gdb.base/fileio.exp (stop_msg): Adjust.
8869
8870 2017-05-18 Pedro Alves <palves@redhat.com>
8871
8872 * gdb.base/fileio.c (null_str): New global.
8873 (test_stat): Use it.
8874 * gdb.base/fileio.exp: Remove nowarnings.
8875
8876 2017-05-17 Yao Qi <yao.qi@linaro.org>
8877
8878 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8879
8880 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8881
8882 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8883 argument command.
8884 (top-level): Invoke test_set_inferior_tty.
8885
8886 2017-05-04 Pedro Alves <palves@redhat.com>
8887
8888 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8889 Add parens to print call for Python 3.
8890
8891 2017-05-03 Keith Seitz <keiths@redhat.com>
8892
8893 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8894 (main): Call it.
8895
8896 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8897
8898 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8899 to prev and next.
8900
8901 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8902
8903 * gdb.python/py-record-btrace.exp: Remove test for
8904 gdb.BtraceInstruction.error.
8905
8906 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8907
8908 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8909
8910 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8911
8912 * gdb.python/py-record-btrace-threads.c: New file.
8913 * gdb.python/py-record-btrace-threads.exp: New file.
8914
8915 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8916
8917 PR testsuite/8595
8918 * gdb.base/environ.exp: Make test available in all architectures.
8919 Move bits related to "info program" testing to
8920 gdb.base/info-program.exp. Rewrite tests to use the two new
8921 procedures mentione below.
8922 (test_set_show_env_var) New procedure.
8923 (test_set_show_env_var_equal): Likewise.
8924 * gdb.base/info-program.exp: New file.
8925
8926 2017-04-27 Keith Seitz <keiths@redhat.com>
8927
8928 * gdb.cp/oranking.cc (test15): New function.
8929 (main): Call test15 and declare additional variables for testing.
8930 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8931 "p foo101('abc')" tests.
8932 Add tests for cv qualifier overloads.
8933 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8934 "lvalue reference overload" test.
8935 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8936 "print value of f1 on Child&& in f2" test.
8937
8938 2017-04-19 Pedro Alves <palves@redhat.com>
8939
8940 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8941 procedure.
8942 (top level): Call it.
8943 * lib/gdb.exp (gdb_define_cmd): New procedure.
8944
8945 2017-04-12 Pedro Alves <palves@redhat.com>
8946
8947 PR gdb/21323
8948 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8949 (wchar): New global.
8950 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8951 (do_test_wide_char, wide_char_types_no_program, top level): Add
8952 wchar_t testing.
8953
8954 2017-04-12 Pedro Alves <palves@redhat.com>
8955
8956 PR c++/21323
8957 * gdb.cp/wide_char_types.c: New file.
8958 * gdb.cp/wide_char_types.exp: New file.
8959
8960 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8961
8962 PR gdb/21352
8963 * gdb.trace/tsv.exp: Add test for "tsave -r".
8964
8965 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8966
8967 * gdb.dlang/watch-loc.c: New file.
8968 * gdb.dlang/watch-loc.exp: New file.
8969
8970 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8971
8972 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8973
8974 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8975
8976 * gdb.arch/arc-analyze-prologue.S: New file.
8977 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8978
8979 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8980
8981 * gdb.arch/arc-decode-insn.S: New file.
8982 * gdb.arch/arc-decode-insn.exp: Likewise.
8983
8984 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8985
8986 PR tdep/20928
8987 * gdb.arch/sparc64-regs.exp: New file.
8988 * gdb.arch/sparc64-regs.S: Likewise.
8989
8990 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8991
8992 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8993 and memory view on Python 3.
8994
8995 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
8996 Keith Seitz <keiths@redhat.com>
8997
8998 PR gdb/14441
8999 * gdb.cp/demangle.exp: Add rvalue reference tests.
9000 * gdb.cp/rvalue-ref-casts.cc: New file.
9001 * gdb.cp/rvalue-ref-casts.exp: New file.
9002 * gdb.cp/rvalue-ref-overload.cc: New file.
9003 * gdb.cp/rvalue-ref-overload.exp: New file.
9004 * gdb.cp/rvalue-ref-params.cc: New file.
9005 * gdb.cp/rvalue-ref-params.exp: New file.
9006 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9007 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9008 * gdb.cp/rvalue-ref-types.cc: New file.
9009 * gdb.cp/rvalue-ref-types.exp: New file.
9010 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9011 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9012
9013 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9014
9015 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9016 New procedure.
9017
9018 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9019
9020 * lib/mi-support.exp (mi_gdb_test): Add additional message
9021 for unexpected output.
9022
9023 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9024
9025 * gdb.base/examine-backward.c (Barrier): New character array
9026 constant, to ensure that TestStrings is preceded by a string
9027 terminator.
9028
9029 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9030
9031 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9032 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9033 and implicit pointer into such a location.
9034
9035 2017-03-16 Doug Evans <dje@google.com>
9036
9037 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9038
9039 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9040
9041 * gdb.cp/m-static.exp: Fix expectation for prototype of
9042 test5.single_constructor and single_constructor::single_constructor.
9043
9044 2017-03-16 Doug Evans <dje@google.com>
9045
9046 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9047 * gdb.guile/scm-lazy-string.c: New file.
9048 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9049 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9050 for pointer, array, typedef lazy strings.
9051
9052 2017-03-16 Doug Evans <dje@google.com>
9053
9054 PR python/17728, python/18439, python/18779
9055 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9056 * gdb.python/py-lazy-string.c (pointer): New typedef.
9057 (main): New locals ptr, array, typedef_ptr.
9058 * gdb.python/py-value.exp: Move lazy string tests to ...
9059 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9060 array, typedef lazy strings.
9061
9062 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9063
9064 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9065 Add optional 'test' parameter.
9066
9067 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9068
9069 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9070 Skip for versions of DejaGnu < 1.5.
9071
9072 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9073
9074 * lib/gdb.exp (dejagnu_version): New proc.
9075 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9076 Use dejagnu_version.
9077
9078 2017-03-10 Keith Seitz <keiths@redhat.com>
9079
9080 PR c++/8128
9081 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9082 type from destructor regexps.
9083 Add a branch which actually passes the test.
9084 Adjust "ptype t5i" test names.
9085
9086 2017-03-08 Pedro Alves <palves@redhat.com>
9087
9088 * gdb.base/step-over-exit.exp: Add explicit test message.
9089
9090 2017-03-08 Pedro Alves <palves@redhat.com>
9091
9092 PR gdb/18360
9093 * gdb.threads/interrupt-while-step-over.c: New file.
9094 * gdb.threads/interrupt-while-step-over.exp: New file.
9095
9096 2017-03-08 Pedro Alves <palves@redhat.com>
9097
9098 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9099 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9100
9101 2017-03-08 Pedro Alves <palves@redhat.com>
9102
9103 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9104 PKRU as not supported as a PASS.
9105
9106 2017-03-08 Pedro Alves <palves@redhat.com>
9107
9108 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9109 prefix instead of $binfile1/$binfile2.
9110 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9111 in test message.
9112 * gdb.python/py-completion.exp: Use "load python file" as test
9113 messages instead of unstable path names.
9114
9115 2017-03-08 Pedro Alves <palves@redhat.com>
9116 Jan Kratochvil <jan.kratochvil@redhat.com>
9117
9118 PR cli/21218
9119 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9120 New proc.
9121 (top level): Call it.
9122
9123 2017-03-08 Pedro Alves <palves@redhat.com>
9124
9125 PR tui/21216
9126 * gdb.tui/tui-nl-filtered-output.exp: New file.
9127
9128 2017-03-08 Pedro Alves <palves@redhat.com>
9129
9130 * gdb.base/completion.exp: Move TUI completion tests to ...
9131 * gdb.tui/completion.exp: ... this new file.
9132
9133 2017-03-08 Pedro Alves <palves@redhat.com>
9134
9135 * gdb.base/tui-disasm-long-lines.c,
9136 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9137 gdb.base/tui-layout.exp: Move to ...
9138 * gdb.tui/: ... this new directory.
9139
9140 2017-03-07 Pedro Alves <palves@redhat.com>
9141
9142 * gdb.base/tui-layout.c: New file.
9143 * gdb.base/tui-layout.exp: New file.
9144
9145 2017-03-07 Pedro Alves <palves@redhat.com>
9146
9147 * gdb.base/tui-layout.c: Rename to ...
9148 * gdb.base/tui-disasm-long-lines.c: ... this.
9149 * gdb.base/tui-layout.exp: Rename to ...
9150 * gdb.base/tui-disasm-long-lines.exp: ... this.
9151
9152 2017-03-07 Pedro Alves <palves@redhat.com>
9153
9154 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9155
9156 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9157
9158 * i386-mpx-call.c: New file.
9159 * i386-mpx-call.exp: New file.
9160
9161 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9162
9163 * gdb.arch/powerpc-power.exp: Delete test.
9164 * gdb.arch/powerpc-power.s: Likewise.
9165 * gdb.disasm/disassembler-options.exp: New test.
9166 * gdb.arch/powerpc-altivec.exp: Likewise.
9167 * gdb.arch/powerpc-altivec.s: Likewise.
9168 * gdb.arch/powerpc-altivec2.exp: Likewise.
9169 * gdb.arch/powerpc-altivec2.s: Likewise.
9170 * gdb.arch/powerpc-altivec3.exp: Likewise.
9171 * gdb.arch/powerpc-altivec3.s: Likewise.
9172 * gdb.arch/powerpc-power7.exp: Likewise.
9173 * gdb.arch/powerpc-power7.s: Likewise.
9174 * gdb.arch/powerpc-power8.exp: Likewise.
9175 * gdb.arch/powerpc-power8.s: Likewise.
9176 * gdb.arch/powerpc-power9.exp: Likewise.
9177 * gdb.arch/powerpc-power9.s: Likewise.
9178 * gdb.arch/powerpc-vsx.exp: Likewise.
9179 * gdb.arch/powerpc-vsx.s: Likewise.
9180 * gdb.arch/powerpc-vsx2.exp: Likewise.
9181 * gdb.arch/powerpc-vsx2.s: Likewise.
9182 * gdb.arch/powerpc-vsx3.exp: Likewise.
9183 * gdb.arch/powerpc-vsx3.s: Likewise.
9184 * gdb.arch/arm-disassembler-options.exp: Likewise.
9185 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9186 * gdb.arch/s390-disassembler-options.exp: Likewise.
9187
9188 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
9189
9190 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9191 (check_supported_features): ... this. Changed return type to void.
9192 (supports_rdseed): New static global.
9193 (rdseed): Check supports_rdseed.
9194 (initialize): Call check_supported_features.
9195
9196 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9197
9198 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9199 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9200 and lqarx/stqcx.
9201 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9202 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9203
9204 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9205
9206 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9207 uppercase.
9208
9209 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9210
9211 * gdb.dwarf2/formdata16.c: New file.
9212 * gdb.dwarf2/formdata16.exp: New file.
9213 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9214
9215 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9216
9217 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9218 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9219 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9220 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9221 DW_AT_GNU_*.
9222
9223 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9224
9225 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9226
9227 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9228
9229 PR gdb/21164
9230 * gdb.base/maint.exp: Add testcases for when the commands do
9231 not have arguments.
9232
9233 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9234
9235 * gdb.cp/chained-calls.exp: Use p instead of P.
9236
9237 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9238
9239 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9240 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9241
9242 2017-02-14 Tom Tromey <tom@tromey.com>
9243
9244 PR python/13598:
9245 * gdb.python/py-events.exp: Add before_prompt event tests.
9246
9247 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9248
9249 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9250
9251 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9252
9253 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9254 (main): Call my_unique_function_name.
9255 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9256 completion of patterns with a single match.
9257 Add missing -re switches to gdb_test_multiple calls.
9258
9259 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9260
9261 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9262 return if core file is not recognized.
9263
9264 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9265
9266 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9267 and extra UIs.
9268
9269 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9270
9271 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9272 proc_with_prefix.
9273
9274 2017-02-10 Tom Tromey <tom@tromey.com>
9275
9276 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9277
9278 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
9279
9280 PR gdb/21122
9281 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9282
9283 2017-02-08 Jerome Guitton <guitton@adacore.com>
9284
9285 * gdb.base/define.exp: Add test for command abbreviations
9286 in define.
9287
9288 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
9289
9290 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9291 * gdb.reverse/insn-reverse-x86.c: New file.
9292
9293 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9294
9295 PR tdep/20936
9296 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9297
9298 2017-02-03 Tom Tromey <tom@tromey.com>
9299
9300 PR rust/21097:
9301 * gdb.rust/simple.exp: Add new tests.
9302
9303 2017-02-02 Pedro Alves <palves@redhat.com>
9304
9305 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9306 tests.
9307
9308 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9309
9310 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9311 taking a 2-byte value out of a 4-byte DWARF implicit value on
9312 big-endian targets.
9313 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9314 logic. Add test cases for DW_OP_implicit.
9315
9316 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9317
9318 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9319
9320 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9321
9322 * gdb.btrace/enable.exp: Call gdb_exit before
9323 skip_gdbserver_tests.
9324
9325 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9326
9327 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9328 GDBFLAGS.
9329
9330 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9331
9332 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9333 the test is skipped.
9334 * gdb.btrace/data.exp: Likewise.
9335 * gdb.btrace/delta.exp: Likewise.
9336 * gdb.btrace/dlopen.exp: Likewise.
9337 * gdb.btrace/enable-running.exp: Likewise.
9338 * gdb.btrace/enable.exp: Likewise.
9339 * gdb.btrace/exception.exp: Likewise.
9340 * gdb.btrace/function_call_history.exp: Likewise.
9341 * gdb.btrace/gcore.exp: Likewise.
9342 * gdb.btrace/instruction_history.exp: Likewise.
9343 * gdb.btrace/multi-thread-step.exp: Likewise.
9344 * gdb.btrace/nohist.exp: Likewise.
9345 * gdb.btrace/non-stop.exp: Likewise.
9346 * gdb.btrace/reconnect.exp: Likewise.
9347 * gdb.btrace/record_goto-step.exp: Likewise.
9348 * gdb.btrace/record_goto.exp: Likewise.
9349 * gdb.btrace/rn-dl-bind.exp: Likewise.
9350 * gdb.btrace/segv.exp: Likewise.
9351 * gdb.btrace/step.exp: Likewise.
9352 * gdb.btrace/stepi.exp: Likewise.
9353 * gdb.btrace/tailcall-only.exp: Likewise.
9354 * gdb.btrace/tailcall.exp: Likewise.
9355 * gdb.btrace/tsx.exp: Likewise.
9356 * gdb.btrace/unknown_functions.exp: Likewise.
9357 * gdb.btrace/vdso.exp: Likewise.
9358
9359 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9360
9361 * gdb.btrace/enable-running.c: New.
9362 * gdb.btrace/enable-running.exp: New.
9363
9364 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9365
9366 * gdb.arch/amd64-gs_base.c: New file.
9367 * gdb.arch/amd64-gs_base.exp: New file.
9368
9369 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9370
9371 * lib/memory.exp: Remove spurious empty newlines.
9372
9373 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9374
9375 * gdb.python/py-bad-printers.exp: Load python file using "source".
9376 * gdb.python/py-events.exp: Likewise.
9377 * gdb.python/py-evsignal.exp: Likewise.
9378 * gdb.python/py-evthreads.exp: Likewise.
9379 * gdb.python/py-frame-args.exp: Likewise.
9380 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9381 * gdb.python/py-framefilter-mi.exp: Likewise.
9382 * gdb.python/py-framefilter.exp: Likewise.
9383 * gdb.python/py-mi.exp: Likewise.
9384 * gdb.python/py-pp-maint.exp: Likewise.
9385 * gdb.python/py-pp-registration.exp: Likewise.
9386 * gdb.python/py-prettyprint.exp: Likewise.
9387 (run_lang_tests): Likewise.
9388 * gdb.python/py-typeprint.exp: Likewise.
9389
9390 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9391
9392 * lib/memory.exp: New file.
9393 * lib/gdb.exp: Load memory.exp.
9394 * gdb.base/memattr.exp (delete_memory): Move proc to
9395 lib/memory.exp and rename to delete_memory_regions.
9396 Replace delete_memory with delete_memory_regions.
9397 Cleanup memory regions before tests.
9398 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9399 before tests.
9400
9401 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9402
9403 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9404 files.
9405 (initialize): New function conditionally defined.
9406 (testcases): Move within conditional block.
9407 (main): Call initialize.
9408 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9409 of gdb.reverse/insn-reverse.c.
9410 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9411 gdb.reverse/insn-reverse.c.
9412
9413 2017-01-26 Yao Qi <yao.qi@linaro.org>
9414
9415 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9416 disassemble on address 0.
9417
9418 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9419 Yao Qi <yao.qi@linaro.org>
9420
9421 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9422 * gdb.dwarf2/implptr-64bit.S: Remove.
9423 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9424 variables in caller's context. Add DW_OP_implicit_value.
9425
9426 2017-01-25 Yao Qi <yao.qi@linaro.org>
9427
9428 * lib/dwarf.exp (Dwarf::_location): Handle
9429 DW_OP_GNU_implicit_pointer with proper size.
9430
9431 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9432
9433 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9434 and add untested calls.
9435
9436 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9437
9438 * gdb.python/python.exp: Check line number against what GDB thinks
9439 the line number is for func1.
9440
9441 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9442
9443 * gdb.dlang/debug-expr.exp: New file.
9444
9445 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
9446
9447 Fix test names for the following files:
9448
9449 * gdb.ada/exec_changed.exp
9450 * gdb.ada/info_types.exp
9451 * gdb.arch/aarch64-atomic-inst.exp
9452 * gdb.arch/aarch64-fp.exp
9453 * gdb.arch/altivec-abi.exp
9454 * gdb.arch/altivec-regs.exp
9455 * gdb.arch/amd64-byte.exp
9456 * gdb.arch/amd64-disp-step.exp
9457 * gdb.arch/amd64-dword.exp
9458 * gdb.arch/amd64-entry-value-inline.exp
9459 * gdb.arch/amd64-entry-value-param.exp
9460 * gdb.arch/amd64-entry-value-paramref.exp
9461 * gdb.arch/amd64-entry-value.exp
9462 * gdb.arch/amd64-i386-address.exp
9463 * gdb.arch/amd64-invalid-stack-middle.exp
9464 * gdb.arch/amd64-invalid-stack-top.exp
9465 * gdb.arch/amd64-optimout-repeat.exp
9466 * gdb.arch/amd64-prologue-skip.exp
9467 * gdb.arch/amd64-prologue-xmm.exp
9468 * gdb.arch/amd64-stap-special-operands.exp
9469 * gdb.arch/amd64-stap-wrong-subexp.exp
9470 * gdb.arch/amd64-tailcall-cxx.exp
9471 * gdb.arch/amd64-tailcall-noret.exp
9472 * gdb.arch/amd64-tailcall-ret.exp
9473 * gdb.arch/amd64-tailcall-self.exp
9474 * gdb.arch/amd64-word.exp
9475 * gdb.arch/arm-bl-branch-dest.exp
9476 * gdb.arch/arm-disp-step.exp
9477 * gdb.arch/arm-neon.exp
9478 * gdb.arch/arm-single-step-kernel-helper.exp
9479 * gdb.arch/avr-flash-qualifier.exp
9480 * gdb.arch/disp-step-insn-reloc.exp
9481 * gdb.arch/e500-abi.exp
9482 * gdb.arch/e500-regs.exp
9483 * gdb.arch/ftrace-insn-reloc.exp
9484 * gdb.arch/i386-avx512.exp
9485 * gdb.arch/i386-bp_permanent.exp
9486 * gdb.arch/i386-byte.exp
9487 * gdb.arch/i386-cfi-notcurrent.exp
9488 * gdb.arch/i386-disp-step.exp
9489 * gdb.arch/i386-dr3-watch.exp
9490 * gdb.arch/i386-float.exp
9491 * gdb.arch/i386-gnu-cfi.exp
9492 * gdb.arch/i386-mpx-map.exp
9493 * gdb.arch/i386-mpx-sigsegv.exp
9494 * gdb.arch/i386-mpx-simple_segv.exp
9495 * gdb.arch/i386-mpx.exp
9496 * gdb.arch/i386-permbkpt.exp
9497 * gdb.arch/i386-prologue.exp
9498 * gdb.arch/i386-signal.exp
9499 * gdb.arch/i386-size-overlap.exp
9500 * gdb.arch/i386-unwind.exp
9501 * gdb.arch/i386-word.exp
9502 * gdb.arch/mips-fcr.exp
9503 * gdb.arch/powerpc-d128-regs.exp
9504 * gdb.arch/powerpc-stackless.exp
9505 * gdb.arch/ppc64-atomic-inst.exp
9506 * gdb.arch/s390-stackless.exp
9507 * gdb.arch/s390-tdbregs.exp
9508 * gdb.arch/s390-vregs.exp
9509 * gdb.arch/sparc-sysstep.exp
9510 * gdb.arch/thumb-bx-pc.exp
9511 * gdb.arch/thumb-singlestep.exp
9512 * gdb.arch/thumb2-it.exp
9513 * gdb.arch/vsx-regs.exp
9514 * gdb.asm/asm-source.exp
9515 * gdb.base/a2-run.exp
9516 * gdb.base/advance.exp
9517 * gdb.base/all-bin.exp
9518 * gdb.base/anon.exp
9519 * gdb.base/args.exp
9520 * gdb.base/arithmet.exp
9521 * gdb.base/async-shell.exp
9522 * gdb.base/async.exp
9523 * gdb.base/attach-pie-noexec.exp
9524 * gdb.base/attach-twice.exp
9525 * gdb.base/auto-load.exp
9526 * gdb.base/bang.exp
9527 * gdb.base/bitfields.exp
9528 * gdb.base/break-always.exp
9529 * gdb.base/break-caller-line.exp
9530 * gdb.base/break-entry.exp
9531 * gdb.base/break-inline.exp
9532 * gdb.base/break-on-linker-gcd-function.exp
9533 * gdb.base/break-probes.exp
9534 * gdb.base/break.exp
9535 * gdb.base/breakpoint-shadow.exp
9536 * gdb.base/call-ar-st.exp
9537 * gdb.base/call-sc.exp
9538 * gdb.base/call-signal-resume.exp
9539 * gdb.base/call-strs.exp
9540 * gdb.base/callfuncs.exp
9541 * gdb.base/catch-fork-static.exp
9542 * gdb.base/catch-gdb-caused-signals.exp
9543 * gdb.base/catch-load.exp
9544 * gdb.base/catch-signal-fork.exp
9545 * gdb.base/catch-signal.exp
9546 * gdb.base/catch-syscall.exp
9547 * gdb.base/charset.exp
9548 * gdb.base/checkpoint.exp
9549 * gdb.base/chng-syms.exp
9550 * gdb.base/code-expr.exp
9551 * gdb.base/code_elim.exp
9552 * gdb.base/commands.exp
9553 * gdb.base/completion.exp
9554 * gdb.base/complex.exp
9555 * gdb.base/cond-expr.exp
9556 * gdb.base/condbreak.exp
9557 * gdb.base/consecutive.exp
9558 * gdb.base/continue-all-already-running.exp
9559 * gdb.base/coredump-filter.exp
9560 * gdb.base/corefile.exp
9561 * gdb.base/dbx.exp
9562 * gdb.base/debug-expr.exp
9563 * gdb.base/define.exp
9564 * gdb.base/del.exp
9565 * gdb.base/disabled-location.exp
9566 * gdb.base/disasm-end-cu.exp
9567 * gdb.base/disasm-optim.exp
9568 * gdb.base/display.exp
9569 * gdb.base/duplicate-bp.exp
9570 * gdb.base/ena-dis-br.exp
9571 * gdb.base/ending-run.exp
9572 * gdb.base/enumval.exp
9573 * gdb.base/environ.exp
9574 * gdb.base/eu-strip-infcall.exp
9575 * gdb.base/eval-avoid-side-effects.exp
9576 * gdb.base/eval-skip.exp
9577 * gdb.base/exitsignal.exp
9578 * gdb.base/expand-psymtabs.exp
9579 * gdb.base/filesym.exp
9580 * gdb.base/find-unmapped.exp
9581 * gdb.base/finish.exp
9582 * gdb.base/float.exp
9583 * gdb.base/foll-exec-mode.exp
9584 * gdb.base/foll-exec.exp
9585 * gdb.base/foll-fork.exp
9586 * gdb.base/fortran-sym-case.exp
9587 * gdb.base/freebpcmd.exp
9588 * gdb.base/func-ptr.exp
9589 * gdb.base/func-ptrs.exp
9590 * gdb.base/funcargs.exp
9591 * gdb.base/gcore-buffer-overflow.exp
9592 * gdb.base/gcore-relro-pie.exp
9593 * gdb.base/gcore-relro.exp
9594 * gdb.base/gcore.exp
9595 * gdb.base/gdb1090.exp
9596 * gdb.base/gdb11530.exp
9597 * gdb.base/gdb11531.exp
9598 * gdb.base/gdb1821.exp
9599 * gdb.base/gdbindex-stabs.exp
9600 * gdb.base/gdbvars.exp
9601 * gdb.base/hbreak.exp
9602 * gdb.base/hbreak2.exp
9603 * gdb.base/included.exp
9604 * gdb.base/infcall-input.exp
9605 * gdb.base/inferior-died.exp
9606 * gdb.base/infnan.exp
9607 * gdb.base/info-macros.exp
9608 * gdb.base/info-os.exp
9609 * gdb.base/info-proc.exp
9610 * gdb.base/info-shared.exp
9611 * gdb.base/info-target.exp
9612 * gdb.base/infoline.exp
9613 * gdb.base/interp.exp
9614 * gdb.base/interrupt.exp
9615 * gdb.base/jit-reader.exp
9616 * gdb.base/jit-simple.exp
9617 * gdb.base/kill-after-signal.exp
9618 * gdb.base/kill-detach-inferiors-cmd.exp
9619 * gdb.base/label.exp
9620 * gdb.base/langs.exp
9621 * gdb.base/ldbl_e308.exp
9622 * gdb.base/line-symtabs.exp
9623 * gdb.base/linespecs.exp
9624 * gdb.base/list.exp
9625 * gdb.base/long_long.exp
9626 * gdb.base/longest-types.exp
9627 * gdb.base/maint.exp
9628 * gdb.base/max-value-size.exp
9629 * gdb.base/memattr.exp
9630 * gdb.base/mips_pro.exp
9631 * gdb.base/morestack.exp
9632 * gdb.base/moribund-step.exp
9633 * gdb.base/multi-forks.exp
9634 * gdb.base/nested-addr.exp
9635 * gdb.base/nextoverexit.exp
9636 * gdb.base/noreturn-finish.exp
9637 * gdb.base/noreturn-return.exp
9638 * gdb.base/nostdlib.exp
9639 * gdb.base/offsets.exp
9640 * gdb.base/opaque.exp
9641 * gdb.base/pc-fp.exp
9642 * gdb.base/permissions.exp
9643 * gdb.base/print-symbol-loading.exp
9644 * gdb.base/prologue-include.exp
9645 * gdb.base/psymtab.exp
9646 * gdb.base/ptype.exp
9647 * gdb.base/random-signal.exp
9648 * gdb.base/randomize.exp
9649 * gdb.base/range-stepping.exp
9650 * gdb.base/readline-ask.exp
9651 * gdb.base/recpar.exp
9652 * gdb.base/recurse.exp
9653 * gdb.base/relational.exp
9654 * gdb.base/restore.exp
9655 * gdb.base/return-nodebug.exp
9656 * gdb.base/return.exp
9657 * gdb.base/run-after-attach.exp
9658 * gdb.base/save-bp.exp
9659 * gdb.base/scope.exp
9660 * gdb.base/sect-cmd.exp
9661 * gdb.base/set-lang-auto.exp
9662 * gdb.base/set-noassign.exp
9663 * gdb.base/setvar.exp
9664 * gdb.base/sigall.exp
9665 * gdb.base/sigbpt.exp
9666 * gdb.base/siginfo-addr.exp
9667 * gdb.base/siginfo-infcall.exp
9668 * gdb.base/siginfo-obj.exp
9669 * gdb.base/siginfo.exp
9670 * gdb.base/signals-state-child.exp
9671 * gdb.base/signest.exp
9672 * gdb.base/sigstep.exp
9673 * gdb.base/sizeof.exp
9674 * gdb.base/skip.exp
9675 * gdb.base/solib-corrupted.exp
9676 * gdb.base/solib-nodir.exp
9677 * gdb.base/solib-search.exp
9678 * gdb.base/stack-checking.exp
9679 * gdb.base/stale-infcall.exp
9680 * gdb.base/stap-probe.exp
9681 * gdb.base/start.exp
9682 * gdb.base/step-break.exp
9683 * gdb.base/step-bt.exp
9684 * gdb.base/step-line.exp
9685 * gdb.base/step-over-exit.exp
9686 * gdb.base/step-over-syscall.exp
9687 * gdb.base/step-resume-infcall.exp
9688 * gdb.base/step-test.exp
9689 * gdb.base/store.exp
9690 * gdb.base/structs3.exp
9691 * gdb.base/sym-file.exp
9692 * gdb.base/symbol-without-target_section.exp
9693 * gdb.base/term.exp
9694 * gdb.base/testenv.exp
9695 * gdb.base/ui-redirect.exp
9696 * gdb.base/until.exp
9697 * gdb.base/unwindonsignal.exp
9698 * gdb.base/value-double-free.exp
9699 * gdb.base/vla-datatypes.exp
9700 * gdb.base/vla-ptr.exp
9701 * gdb.base/vla-sideeffect.exp
9702 * gdb.base/volatile.exp
9703 * gdb.base/watch-cond-infcall.exp
9704 * gdb.base/watch-cond.exp
9705 * gdb.base/watch-non-mem.exp
9706 * gdb.base/watch-read.exp
9707 * gdb.base/watch-vfork.exp
9708 * gdb.base/watchpoint-cond-gone.exp
9709 * gdb.base/watchpoint-delete.exp
9710 * gdb.base/watchpoint-hw-hit-once.exp
9711 * gdb.base/watchpoint-hw.exp
9712 * gdb.base/watchpoint-stops-at-right-insn.exp
9713 * gdb.base/watchpoints.exp
9714 * gdb.base/wchar.exp
9715 * gdb.base/whatis-exp.exp
9716 * gdb.btrace/buffer-size.exp
9717 * gdb.btrace/data.exp
9718 * gdb.btrace/delta.exp
9719 * gdb.btrace/dlopen.exp
9720 * gdb.btrace/enable.exp
9721 * gdb.btrace/exception.exp
9722 * gdb.btrace/function_call_history.exp
9723 * gdb.btrace/gcore.exp
9724 * gdb.btrace/instruction_history.exp
9725 * gdb.btrace/nohist.exp
9726 * gdb.btrace/reconnect.exp
9727 * gdb.btrace/record_goto-step.exp
9728 * gdb.btrace/record_goto.exp
9729 * gdb.btrace/rn-dl-bind.exp
9730 * gdb.btrace/segv.exp
9731 * gdb.btrace/step.exp
9732 * gdb.btrace/stepi.exp
9733 * gdb.btrace/tailcall-only.exp
9734 * gdb.btrace/tailcall.exp
9735 * gdb.btrace/tsx.exp
9736 * gdb.btrace/unknown_functions.exp
9737 * gdb.btrace/vdso.exp
9738 * gdb.compile/compile-ifunc.exp
9739 * gdb.compile/compile-ops.exp
9740 * gdb.compile/compile-print.exp
9741 * gdb.compile/compile-setjmp.exp
9742 * gdb.cp/abstract-origin.exp
9743 * gdb.cp/ambiguous.exp
9744 * gdb.cp/annota2.exp
9745 * gdb.cp/annota3.exp
9746 * gdb.cp/anon-ns.exp
9747 * gdb.cp/anon-struct.exp
9748 * gdb.cp/anon-union.exp
9749 * gdb.cp/arg-reference.exp
9750 * gdb.cp/baseenum.exp
9751 * gdb.cp/bool.exp
9752 * gdb.cp/breakpoint.exp
9753 * gdb.cp/bs15503.exp
9754 * gdb.cp/call-c.exp
9755 * gdb.cp/casts.exp
9756 * gdb.cp/chained-calls.exp
9757 * gdb.cp/class2.exp
9758 * gdb.cp/classes.exp
9759 * gdb.cp/cmpd-minsyms.exp
9760 * gdb.cp/converts.exp
9761 * gdb.cp/cp-relocate.exp
9762 * gdb.cp/cpcompletion.exp
9763 * gdb.cp/cpexprs.exp
9764 * gdb.cp/cplabel.exp
9765 * gdb.cp/cplusfuncs.exp
9766 * gdb.cp/cpsizeof.exp
9767 * gdb.cp/ctti.exp
9768 * gdb.cp/derivation.exp
9769 * gdb.cp/destrprint.exp
9770 * gdb.cp/dispcxx.exp
9771 * gdb.cp/enum-class.exp
9772 * gdb.cp/exception.exp
9773 * gdb.cp/exceptprint.exp
9774 * gdb.cp/expand-psymtabs-cxx.exp
9775 * gdb.cp/expand-sals.exp
9776 * gdb.cp/extern-c.exp
9777 * gdb.cp/filename.exp
9778 * gdb.cp/formatted-ref.exp
9779 * gdb.cp/fpointer.exp
9780 * gdb.cp/gdb1355.exp
9781 * gdb.cp/gdb2495.exp
9782 * gdb.cp/hang.exp
9783 * gdb.cp/impl-this.exp
9784 * gdb.cp/infcall-dlopen.exp
9785 * gdb.cp/inherit.exp
9786 * gdb.cp/iostream.exp
9787 * gdb.cp/koenig.exp
9788 * gdb.cp/local.exp
9789 * gdb.cp/m-data.exp
9790 * gdb.cp/m-static.exp
9791 * gdb.cp/mb-ctor.exp
9792 * gdb.cp/mb-inline.exp
9793 * gdb.cp/mb-templates.exp
9794 * gdb.cp/member-name.exp
9795 * gdb.cp/member-ptr.exp
9796 * gdb.cp/meth-typedefs.exp
9797 * gdb.cp/method.exp
9798 * gdb.cp/method2.exp
9799 * gdb.cp/minsym-fallback.exp
9800 * gdb.cp/misc.exp
9801 * gdb.cp/namelessclass.exp
9802 * gdb.cp/namespace-enum.exp
9803 * gdb.cp/namespace-nested-import.exp
9804 * gdb.cp/namespace.exp
9805 * gdb.cp/nextoverthrow.exp
9806 * gdb.cp/no-dmgl-verbose.exp
9807 * gdb.cp/non-trivial-retval.exp
9808 * gdb.cp/noparam.exp
9809 * gdb.cp/nsdecl.exp
9810 * gdb.cp/nsimport.exp
9811 * gdb.cp/nsnested.exp
9812 * gdb.cp/nsnoimports.exp
9813 * gdb.cp/nsrecurs.exp
9814 * gdb.cp/nsstress.exp
9815 * gdb.cp/nsusing.exp
9816 * gdb.cp/operator.exp
9817 * gdb.cp/oranking.exp
9818 * gdb.cp/overload-const.exp
9819 * gdb.cp/overload.exp
9820 * gdb.cp/ovldbreak.exp
9821 * gdb.cp/ovsrch.exp
9822 * gdb.cp/paren-type.exp
9823 * gdb.cp/parse-lang.exp
9824 * gdb.cp/pass-by-ref.exp
9825 * gdb.cp/pr-1023.exp
9826 * gdb.cp/pr-1210.exp
9827 * gdb.cp/pr-574.exp
9828 * gdb.cp/pr10687.exp
9829 * gdb.cp/pr12028.exp
9830 * gdb.cp/pr17132.exp
9831 * gdb.cp/pr17494.exp
9832 * gdb.cp/pr9067.exp
9833 * gdb.cp/pr9167.exp
9834 * gdb.cp/pr9631.exp
9835 * gdb.cp/printmethod.exp
9836 * gdb.cp/psmang.exp
9837 * gdb.cp/psymtab-parameter.exp
9838 * gdb.cp/ptype-cv-cp.exp
9839 * gdb.cp/ptype-flags.exp
9840 * gdb.cp/re-set-overloaded.exp
9841 * gdb.cp/ref-types.exp
9842 * gdb.cp/rtti.exp
9843 * gdb.cp/scope-err.exp
9844 * gdb.cp/shadow.exp
9845 * gdb.cp/smartp.exp
9846 * gdb.cp/static-method.exp
9847 * gdb.cp/static-print-quit.exp
9848 * gdb.cp/temargs.exp
9849 * gdb.cp/templates.exp
9850 * gdb.cp/try_catch.exp
9851 * gdb.cp/typedef-operator.exp
9852 * gdb.cp/typeid.exp
9853 * gdb.cp/userdef.exp
9854 * gdb.cp/using-crash.exp
9855 * gdb.cp/var-tag.exp
9856 * gdb.cp/virtbase.exp
9857 * gdb.cp/virtfunc.exp
9858 * gdb.cp/virtfunc2.exp
9859 * gdb.cp/vla-cxx.exp
9860 * gdb.disasm/t01_mov.exp
9861 * gdb.disasm/t02_mova.exp
9862 * gdb.disasm/t03_add.exp
9863 * gdb.disasm/t04_sub.exp
9864 * gdb.disasm/t05_cmp.exp
9865 * gdb.disasm/t06_ari2.exp
9866 * gdb.disasm/t07_ari3.exp
9867 * gdb.disasm/t08_or.exp
9868 * gdb.disasm/t09_xor.exp
9869 * gdb.disasm/t10_and.exp
9870 * gdb.disasm/t11_logs.exp
9871 * gdb.disasm/t12_bit.exp
9872 * gdb.disasm/t13_otr.exp
9873 * gdb.dlang/circular.exp
9874 * gdb.dwarf2/arr-stride.exp
9875 * gdb.dwarf2/arr-subrange.exp
9876 * gdb.dwarf2/atomic-type.exp
9877 * gdb.dwarf2/bad-regnum.exp
9878 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9879 * gdb.dwarf2/callframecfa.exp
9880 * gdb.dwarf2/clztest.exp
9881 * gdb.dwarf2/corrupt.exp
9882 * gdb.dwarf2/data-loc.exp
9883 * gdb.dwarf2/dup-psym.exp
9884 * gdb.dwarf2/dw2-anon-mptr.exp
9885 * gdb.dwarf2/dw2-anonymous-func.exp
9886 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9887 * gdb.dwarf2/dw2-bad-unresolved.exp
9888 * gdb.dwarf2/dw2-basic.exp
9889 * gdb.dwarf2/dw2-canonicalize-type.exp
9890 * gdb.dwarf2/dw2-case-insensitive.exp
9891 * gdb.dwarf2/dw2-common-block.exp
9892 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9893 * gdb.dwarf2/dw2-compressed.exp
9894 * gdb.dwarf2/dw2-const.exp
9895 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9896 * gdb.dwarf2/dw2-cu-size.exp
9897 * gdb.dwarf2/dw2-dup-frame.exp
9898 * gdb.dwarf2/dw2-entry-value.exp
9899 * gdb.dwarf2/dw2-icycle.exp
9900 * gdb.dwarf2/dw2-ifort-parameter.exp
9901 * gdb.dwarf2/dw2-inline-break.exp
9902 * gdb.dwarf2/dw2-inline-param.exp
9903 * gdb.dwarf2/dw2-intercu.exp
9904 * gdb.dwarf2/dw2-intermix.exp
9905 * gdb.dwarf2/dw2-lexical-block-bare.exp
9906 * gdb.dwarf2/dw2-linkage-name-trust.exp
9907 * gdb.dwarf2/dw2-minsym-in-cu.exp
9908 * gdb.dwarf2/dw2-noloc.exp
9909 * gdb.dwarf2/dw2-op-call.exp
9910 * gdb.dwarf2/dw2-op-out-param.exp
9911 * gdb.dwarf2/dw2-opt-structptr.exp
9912 * gdb.dwarf2/dw2-param-error.exp
9913 * gdb.dwarf2/dw2-producer.exp
9914 * gdb.dwarf2/dw2-ranges-base.exp
9915 * gdb.dwarf2/dw2-ref-missing-frame.exp
9916 * gdb.dwarf2/dw2-reg-undefined.exp
9917 * gdb.dwarf2/dw2-regno-invalid.exp
9918 * gdb.dwarf2/dw2-restore.exp
9919 * gdb.dwarf2/dw2-restrict.exp
9920 * gdb.dwarf2/dw2-single-line-discriminators.exp
9921 * gdb.dwarf2/dw2-strp.exp
9922 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9923 * gdb.dwarf2/dw2-unresolved.exp
9924 * gdb.dwarf2/dw2-var-zero-addr.exp
9925 * gdb.dwarf2/dw4-sig-types.exp
9926 * gdb.dwarf2/dwz.exp
9927 * gdb.dwarf2/dynarr-ptr.exp
9928 * gdb.dwarf2/enum-type.exp
9929 * gdb.dwarf2/gdb-index.exp
9930 * gdb.dwarf2/implptr-64bit.exp
9931 * gdb.dwarf2/implptr-optimized-out.exp
9932 * gdb.dwarf2/implptr.exp
9933 * gdb.dwarf2/implref-array.exp
9934 * gdb.dwarf2/implref-const.exp
9935 * gdb.dwarf2/implref-global.exp
9936 * gdb.dwarf2/implref-struct.exp
9937 * gdb.dwarf2/mac-fileno.exp
9938 * gdb.dwarf2/main-subprogram.exp
9939 * gdb.dwarf2/member-ptr-forwardref.exp
9940 * gdb.dwarf2/method-ptr.exp
9941 * gdb.dwarf2/missing-sig-type.exp
9942 * gdb.dwarf2/nonvar-access.exp
9943 * gdb.dwarf2/opaque-type-lookup.exp
9944 * gdb.dwarf2/pieces-optimized-out.exp
9945 * gdb.dwarf2/pieces.exp
9946 * gdb.dwarf2/pr10770.exp
9947 * gdb.dwarf2/pr13961.exp
9948 * gdb.dwarf2/staticvirtual.exp
9949 * gdb.dwarf2/subrange.exp
9950 * gdb.dwarf2/symtab-producer.exp
9951 * gdb.dwarf2/trace-crash.exp
9952 * gdb.dwarf2/typeddwarf.exp
9953 * gdb.dwarf2/valop.exp
9954 * gdb.dwarf2/watch-notconst.exp
9955 * gdb.fortran/array-element.exp
9956 * gdb.fortran/charset.exp
9957 * gdb.fortran/common-block.exp
9958 * gdb.fortran/complex.exp
9959 * gdb.fortran/derived-type-function.exp
9960 * gdb.fortran/derived-type.exp
9961 * gdb.fortran/logical.exp
9962 * gdb.fortran/module.exp
9963 * gdb.fortran/multi-dim.exp
9964 * gdb.fortran/nested-funcs.exp
9965 * gdb.fortran/print-formatted.exp
9966 * gdb.fortran/subarray.exp
9967 * gdb.fortran/vla-alloc-assoc.exp
9968 * gdb.fortran/vla-datatypes.exp
9969 * gdb.fortran/vla-history.exp
9970 * gdb.fortran/vla-ptr-info.exp
9971 * gdb.fortran/vla-ptype-sub.exp
9972 * gdb.fortran/vla-ptype.exp
9973 * gdb.fortran/vla-sizeof.exp
9974 * gdb.fortran/vla-type.exp
9975 * gdb.fortran/vla-value-sub-arbitrary.exp
9976 * gdb.fortran/vla-value-sub-finish.exp
9977 * gdb.fortran/vla-value-sub.exp
9978 * gdb.fortran/vla-value.exp
9979 * gdb.fortran/whatis_type.exp
9980 * gdb.go/chan.exp
9981 * gdb.go/handcall.exp
9982 * gdb.go/hello.exp
9983 * gdb.go/integers.exp
9984 * gdb.go/methods.exp
9985 * gdb.go/package.exp
9986 * gdb.go/strings.exp
9987 * gdb.go/types.exp
9988 * gdb.go/unsafe.exp
9989 * gdb.guile/scm-arch.exp
9990 * gdb.guile/scm-block.exp
9991 * gdb.guile/scm-breakpoint.exp
9992 * gdb.guile/scm-cmd.exp
9993 * gdb.guile/scm-disasm.exp
9994 * gdb.guile/scm-equal.exp
9995 * gdb.guile/scm-frame-args.exp
9996 * gdb.guile/scm-frame-inline.exp
9997 * gdb.guile/scm-frame.exp
9998 * gdb.guile/scm-iterator.exp
9999 * gdb.guile/scm-math.exp
10000 * gdb.guile/scm-objfile.exp
10001 * gdb.guile/scm-ports.exp
10002 * gdb.guile/scm-symbol.exp
10003 * gdb.guile/scm-symtab.exp
10004 * gdb.guile/scm-value-cc.exp
10005 * gdb.guile/types-module.exp
10006 * gdb.linespec/break-ask.exp
10007 * gdb.linespec/cpexplicit.exp
10008 * gdb.linespec/explicit.exp
10009 * gdb.linespec/keywords.exp
10010 * gdb.linespec/linespec.exp
10011 * gdb.linespec/ls-dollar.exp
10012 * gdb.linespec/ls-errs.exp
10013 * gdb.linespec/skip-two.exp
10014 * gdb.linespec/thread.exp
10015 * gdb.mi/mi-async.exp
10016 * gdb.mi/mi-basics.exp
10017 * gdb.mi/mi-break.exp
10018 * gdb.mi/mi-catch-load.exp
10019 * gdb.mi/mi-cli.exp
10020 * gdb.mi/mi-cmd-param-changed.exp
10021 * gdb.mi/mi-console.exp
10022 * gdb.mi/mi-detach.exp
10023 * gdb.mi/mi-disassemble.exp
10024 * gdb.mi/mi-eval.exp
10025 * gdb.mi/mi-file-transfer.exp
10026 * gdb.mi/mi-file.exp
10027 * gdb.mi/mi-fill-memory.exp
10028 * gdb.mi/mi-inheritance-syntax-error.exp
10029 * gdb.mi/mi-linespec-err-cp.exp
10030 * gdb.mi/mi-logging.exp
10031 * gdb.mi/mi-memory-changed.exp
10032 * gdb.mi/mi-read-memory.exp
10033 * gdb.mi/mi-record-changed.exp
10034 * gdb.mi/mi-reg-undefined.exp
10035 * gdb.mi/mi-regs.exp
10036 * gdb.mi/mi-return.exp
10037 * gdb.mi/mi-reverse.exp
10038 * gdb.mi/mi-simplerun.exp
10039 * gdb.mi/mi-solib.exp
10040 * gdb.mi/mi-stack.exp
10041 * gdb.mi/mi-stepi.exp
10042 * gdb.mi/mi-syn-frame.exp
10043 * gdb.mi/mi-until.exp
10044 * gdb.mi/mi-var-block.exp
10045 * gdb.mi/mi-var-child.exp
10046 * gdb.mi/mi-var-cmd.exp
10047 * gdb.mi/mi-var-cp.exp
10048 * gdb.mi/mi-var-display.exp
10049 * gdb.mi/mi-var-invalidate.exp
10050 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10051 * gdb.mi/mi-vla-fortran.exp
10052 * gdb.mi/mi-watch.exp
10053 * gdb.mi/mi2-var-child.exp
10054 * gdb.mi/user-selected-context-sync.exp
10055 * gdb.modula2/unbounded-array.exp
10056 * gdb.multi/dummy-frame-restore.exp
10057 * gdb.multi/multi-arch-exec.exp
10058 * gdb.multi/multi-arch.exp
10059 * gdb.multi/tids.exp
10060 * gdb.multi/watchpoint-multi.exp
10061 * gdb.opencl/callfuncs.exp
10062 * gdb.opencl/convs_casts.exp
10063 * gdb.opencl/datatypes.exp
10064 * gdb.opencl/operators.exp
10065 * gdb.opencl/vec_comps.exp
10066 * gdb.opt/clobbered-registers-O2.exp
10067 * gdb.opt/inline-break.exp
10068 * gdb.opt/inline-bt.exp
10069 * gdb.opt/inline-cmds.exp
10070 * gdb.opt/inline-locals.exp
10071 * gdb.pascal/case-insensitive-symbols.exp
10072 * gdb.pascal/floats.exp
10073 * gdb.pascal/gdb11492.exp
10074 * gdb.python/lib-types.exp
10075 * gdb.python/py-arch.exp
10076 * gdb.python/py-as-string.exp
10077 * gdb.python/py-bad-printers.exp
10078 * gdb.python/py-block.exp
10079 * gdb.python/py-breakpoint-create-fail.exp
10080 * gdb.python/py-breakpoint.exp
10081 * gdb.python/py-caller-is.exp
10082 * gdb.python/py-cmd.exp
10083 * gdb.python/py-explore-cc.exp
10084 * gdb.python/py-explore.exp
10085 * gdb.python/py-finish-breakpoint.exp
10086 * gdb.python/py-finish-breakpoint2.exp
10087 * gdb.python/py-frame-args.exp
10088 * gdb.python/py-frame-inline.exp
10089 * gdb.python/py-frame.exp
10090 * gdb.python/py-framefilter-mi.exp
10091 * gdb.python/py-infthread.exp
10092 * gdb.python/py-lazy-string.exp
10093 * gdb.python/py-linetable.exp
10094 * gdb.python/py-mi-events.exp
10095 * gdb.python/py-mi-objfile.exp
10096 * gdb.python/py-mi.exp
10097 * gdb.python/py-objfile.exp
10098 * gdb.python/py-pp-integral.exp
10099 * gdb.python/py-pp-maint.exp
10100 * gdb.python/py-pp-re-notag.exp
10101 * gdb.python/py-pp-registration.exp
10102 * gdb.python/py-recurse-unwind.exp
10103 * gdb.python/py-strfns.exp
10104 * gdb.python/py-symbol.exp
10105 * gdb.python/py-symtab.exp
10106 * gdb.python/py-sync-interp.exp
10107 * gdb.python/py-typeprint.exp
10108 * gdb.python/py-unwind-maint.exp
10109 * gdb.python/py-unwind.exp
10110 * gdb.python/py-value-cc.exp
10111 * gdb.python/py-xmethods.exp
10112 * gdb.reverse/amd64-tailcall-reverse.exp
10113 * gdb.reverse/break-precsave.exp
10114 * gdb.reverse/break-reverse.exp
10115 * gdb.reverse/consecutive-precsave.exp
10116 * gdb.reverse/consecutive-reverse.exp
10117 * gdb.reverse/finish-precsave.exp
10118 * gdb.reverse/finish-reverse-bkpt.exp
10119 * gdb.reverse/finish-reverse.exp
10120 * gdb.reverse/fstatat-reverse.exp
10121 * gdb.reverse/getresuid-reverse.exp
10122 * gdb.reverse/i386-precsave.exp
10123 * gdb.reverse/i386-reverse.exp
10124 * gdb.reverse/i386-sse-reverse.exp
10125 * gdb.reverse/i387-env-reverse.exp
10126 * gdb.reverse/i387-stack-reverse.exp
10127 * gdb.reverse/insn-reverse.exp
10128 * gdb.reverse/machinestate-precsave.exp
10129 * gdb.reverse/machinestate.exp
10130 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10131 * gdb.reverse/pipe-reverse.exp
10132 * gdb.reverse/readv-reverse.exp
10133 * gdb.reverse/recvmsg-reverse.exp
10134 * gdb.reverse/rerun-prec.exp
10135 * gdb.reverse/s390-mvcle.exp
10136 * gdb.reverse/step-precsave.exp
10137 * gdb.reverse/step-reverse.exp
10138 * gdb.reverse/time-reverse.exp
10139 * gdb.reverse/until-precsave.exp
10140 * gdb.reverse/until-reverse.exp
10141 * gdb.reverse/waitpid-reverse.exp
10142 * gdb.reverse/watch-precsave.exp
10143 * gdb.reverse/watch-reverse.exp
10144 * gdb.rust/generics.exp
10145 * gdb.rust/methods.exp
10146 * gdb.rust/modules.exp
10147 * gdb.rust/simple.exp
10148 * gdb.server/connect-with-no-symbol-file.exp
10149 * gdb.server/ext-attach.exp
10150 * gdb.server/ext-restart.exp
10151 * gdb.server/ext-wrapper.exp
10152 * gdb.server/file-transfer.exp
10153 * gdb.server/server-exec-info.exp
10154 * gdb.server/server-kill.exp
10155 * gdb.server/server-mon.exp
10156 * gdb.server/wrapper.exp
10157 * gdb.stabs/exclfwd.exp
10158 * gdb.stabs/gdb11479.exp
10159 * gdb.threads/clone-new-thread-event.exp
10160 * gdb.threads/corethreads.exp
10161 * gdb.threads/current-lwp-dead.exp
10162 * gdb.threads/dlopen-libpthread.exp
10163 * gdb.threads/gcore-thread.exp
10164 * gdb.threads/sigstep-threads.exp
10165 * gdb.threads/watchpoint-fork.exp
10166 * gdb.trace/actions-changed.exp
10167 * gdb.trace/backtrace.exp
10168 * gdb.trace/change-loc.exp
10169 * gdb.trace/circ.exp
10170 * gdb.trace/collection.exp
10171 * gdb.trace/disconnected-tracing.exp
10172 * gdb.trace/ftrace.exp
10173 * gdb.trace/mi-trace-frame-collected.exp
10174 * gdb.trace/mi-trace-unavailable.exp
10175 * gdb.trace/mi-traceframe-changed.exp
10176 * gdb.trace/mi-tsv-changed.exp
10177 * gdb.trace/no-attach-trace.exp
10178 * gdb.trace/passc-dyn.exp
10179 * gdb.trace/qtro.exp
10180 * gdb.trace/range-stepping.exp
10181 * gdb.trace/read-memory.exp
10182 * gdb.trace/save-trace.exp
10183 * gdb.trace/signal.exp
10184 * gdb.trace/status-stop.exp
10185 * gdb.trace/tfile.exp
10186 * gdb.trace/trace-break.exp
10187 * gdb.trace/trace-buffer-size.exp
10188 * gdb.trace/trace-condition.exp
10189 * gdb.trace/tracefile-pseudo-reg.exp
10190 * gdb.trace/tstatus.exp
10191 * gdb.trace/unavailable.exp
10192 * gdb.trace/while-dyn.exp
10193 * gdb.trace/while-stepping.exp
10194
10195 2016-12-22 Doug Evans <xdje42@gmail.com>
10196
10197 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10198 and msymbols.
10199
10200 2016-12-19 Yao Qi <yao.qi@linaro.org>
10201
10202 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10203 (test_with_self): Don't call do_steps_and_nexts, and remove
10204 code about stepping into xmalloc.
10205
10206 2016-12-09 Yao Qi <yao.qi@linaro.org>
10207
10208 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10209
10210 2016-12-09 Yao Qi <yao.qi@linaro.org>
10211
10212 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10213
10214 2016-12-09 Pedro Alves <palves@redhat.com>
10215
10216 * gdb.base/all-architectures-0.exp: New file.
10217 * gdb.base/all-architectures-1.exp: New file.
10218 * gdb.base/all-architectures-2.exp: New file.
10219 * gdb.base/all-architectures-3.exp: New file.
10220 * gdb.base/all-architectures-4.exp: New file.
10221 * gdb.base/all-architectures-5.exp: New file.
10222 * gdb.base/all-architectures-6.exp: New file.
10223 * gdb.base/all-architectures-7.exp: New file.
10224 * gdb.base/all-architectures.exp.in: New file.
10225
10226 2016-12-09 Yao Qi <yao.qi@linaro.org>
10227
10228 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10229
10230 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10231
10232 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10233 possible.
10234 Remove useless pattern-matching code.
10235
10236 2016-12-02 Pedro Alves <palves@redhat.com>
10237
10238 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10239 procedure.
10240 (top level): Call it.
10241
10242 2016-12-02 Pedro Alves <palves@redhat.com>
10243
10244 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10245 New procedure.
10246 (top level): Call it.
10247
10248 2016-12-02 Pedro Alves <palves@redhat.com>
10249
10250 PR cli/20559
10251 * gdb.base/commands.exp (user_defined_command_args_eval): New
10252 procedure.
10253 (top level): Call it.
10254
10255 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10256
10257 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10258 timeout handling.
10259
10260 2016-12-02 Tom Tromey <tom@tromey.com>
10261
10262 * gdb.dwarf2/main-subprogram.c: New file.
10263 * gdb.dwarf2/main-subprogram.exp: New file.
10264
10265 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10266
10267 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10268 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10269 gdb_test_no_output for a couple of cases.
10270 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10271
10272 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10273
10274 Fix test names and standardize compilation error messages throughout
10275 the following files:
10276
10277 * gdb.ada/start.exp
10278 * gdb.arch/alpha-step.exp
10279 * gdb.arch/e500-prologue.exp
10280 * gdb.arch/ftrace-insn-reloc.exp
10281 * gdb.arch/gdb1291.exp
10282 * gdb.arch/gdb1431.exp
10283 * gdb.arch/gdb1558.exp
10284 * gdb.arch/i386-dr3-watch.exp
10285 * gdb.arch/i386-sse-stack-align.exp
10286 * gdb.arch/ia64-breakpoint-shadow.exp
10287 * gdb.arch/pa-nullify.exp
10288 * gdb.arch/powerpc-aix-prologue.exp
10289 * gdb.arch/thumb-bx-pc.exp
10290 * gdb.base/annota1.exp
10291 * gdb.base/annota3.exp
10292 * gdb.base/arrayidx.exp
10293 * gdb.base/assign.exp
10294 * gdb.base/attach.exp
10295 * gdb.base/auxv.exp
10296 * gdb.base/bang.exp
10297 * gdb.base/bfp-test.exp
10298 * gdb.base/bigcore.exp
10299 * gdb.base/bitfields2.exp
10300 * gdb.base/break-fun-addr.exp
10301 * gdb.base/break-probes.exp
10302 * gdb.base/call-rt-st.exp
10303 * gdb.base/callexit.exp
10304 * gdb.base/catch-fork-kill.exp
10305 * gdb.base/charset.exp
10306 * gdb.base/checkpoint.exp
10307 * gdb.base/comprdebug.exp
10308 * gdb.base/constvars.exp
10309 * gdb.base/coredump-filter.exp
10310 * gdb.base/cursal.exp
10311 * gdb.base/cvexpr.exp
10312 * gdb.base/detach.exp
10313 * gdb.base/display.exp
10314 * gdb.base/dmsym.exp
10315 * gdb.base/dprintf-pending.exp
10316 * gdb.base/dso2dso.exp
10317 * gdb.base/dtrace-probe.exp
10318 * gdb.base/dump.exp
10319 * gdb.base/enum_cond.exp
10320 * gdb.base/exe-lock.exp
10321 * gdb.base/exec-invalid-sysroot.exp
10322 * gdb.base/execl-update-breakpoints.exp
10323 * gdb.base/exprs.exp
10324 * gdb.base/fileio.exp
10325 * gdb.base/find.exp
10326 * gdb.base/finish.exp
10327 * gdb.base/fixsection.exp
10328 * gdb.base/foll-vfork.exp
10329 * gdb.base/frame-args.exp
10330 * gdb.base/gcore.exp
10331 * gdb.base/gdb1250.exp
10332 * gdb.base/global-var-nested-by-dso.exp
10333 * gdb.base/gnu-ifunc.exp
10334 * gdb.base/hashline1.exp
10335 * gdb.base/hashline2.exp
10336 * gdb.base/hashline3.exp
10337 * gdb.base/hbreak-in-shr-unsupported.exp
10338 * gdb.base/huge.exp
10339 * gdb.base/infcall-input.exp
10340 * gdb.base/info-fun.exp
10341 * gdb.base/info-shared.exp
10342 * gdb.base/jit-simple.exp
10343 * gdb.base/jit-so.exp
10344 * gdb.base/jit.exp
10345 * gdb.base/jump.exp
10346 * gdb.base/label.exp
10347 * gdb.base/lineinc.exp
10348 * gdb.base/logical.exp
10349 * gdb.base/longjmp.exp
10350 * gdb.base/macscp.exp
10351 * gdb.base/miscexprs.exp
10352 * gdb.base/new-ui-echo.exp
10353 * gdb.base/new-ui-pending-input.exp
10354 * gdb.base/new-ui.exp
10355 * gdb.base/nodebug.exp
10356 * gdb.base/nofield.exp
10357 * gdb.base/offsets.exp
10358 * gdb.base/overlays.exp
10359 * gdb.base/pending.exp
10360 * gdb.base/pointers.exp
10361 * gdb.base/pr11022.exp
10362 * gdb.base/printcmds.exp
10363 * gdb.base/prologue.exp
10364 * gdb.base/ptr-typedef.exp
10365 * gdb.base/realname-expand.exp
10366 * gdb.base/relativedebug.exp
10367 * gdb.base/relocate.exp
10368 * gdb.base/remote.exp
10369 * gdb.base/reread.exp
10370 * gdb.base/return2.exp
10371 * gdb.base/savedregs.exp
10372 * gdb.base/sep.exp
10373 * gdb.base/sepdebug.exp
10374 * gdb.base/sepsymtab.exp
10375 * gdb.base/set-inferior-tty.exp
10376 * gdb.base/setshow.exp
10377 * gdb.base/shlib-call.exp
10378 * gdb.base/sigaltstack.exp
10379 * gdb.base/siginfo-addr.exp
10380 * gdb.base/signals.exp
10381 * gdb.base/signull.exp
10382 * gdb.base/sigrepeat.exp
10383 * gdb.base/so-impl-ld.exp
10384 * gdb.base/solib-display.exp
10385 * gdb.base/solib-overlap.exp
10386 * gdb.base/solib-search.exp
10387 * gdb.base/solib-symbol.exp
10388 * gdb.base/structs.exp
10389 * gdb.base/structs2.exp
10390 * gdb.base/symtab-search-order.exp
10391 * gdb.base/twice.exp
10392 * gdb.base/unload.exp
10393 * gdb.base/varargs.exp
10394 * gdb.base/watchpoint-solib.exp
10395 * gdb.base/watchpoint.exp
10396 * gdb.base/whatis.exp
10397 * gdb.base/wrong_frame_bt_full.exp
10398 * gdb.btrace/dlopen.exp
10399 * gdb.cell/ea-standalone.exp
10400 * gdb.cell/ea-test.exp
10401 * gdb.cp/dispcxx.exp
10402 * gdb.cp/gdb2384.exp
10403 * gdb.cp/method2.exp
10404 * gdb.cp/nextoverthrow.exp
10405 * gdb.cp/pr10728.exp
10406 * gdb.disasm/am33.exp
10407 * gdb.disasm/h8300s.exp
10408 * gdb.disasm/mn10300.exp
10409 * gdb.disasm/sh3.exp
10410 * gdb.dwarf2/dw2-dir-file-name.exp
10411 * gdb.fortran/complex.exp
10412 * gdb.fortran/library-module.exp
10413 * gdb.guile/scm-pretty-print.exp
10414 * gdb.guile/scm-symbol.exp
10415 * gdb.guile/scm-type.exp
10416 * gdb.guile/scm-value.exp
10417 * gdb.linespec/linespec.exp
10418 * gdb.mi/gdb701.exp
10419 * gdb.mi/gdb792.exp
10420 * gdb.mi/mi-breakpoint-changed.exp
10421 * gdb.mi/mi-dprintf-pending.exp
10422 * gdb.mi/mi-dprintf.exp
10423 * gdb.mi/mi-exit-code.exp
10424 * gdb.mi/mi-pending.exp
10425 * gdb.mi/mi-solib.exp
10426 * gdb.mi/new-ui-mi-sync.exp
10427 * gdb.mi/pr11022.exp
10428 * gdb.mi/user-selected-context-sync.exp
10429 * gdb.opt/solib-intra-step.exp
10430 * gdb.python/py-events.exp
10431 * gdb.python/py-finish-breakpoint.exp
10432 * gdb.python/py-mi.exp
10433 * gdb.python/py-prettyprint.exp
10434 * gdb.python/py-shared.exp
10435 * gdb.python/py-symbol.exp
10436 * gdb.python/py-template.exp
10437 * gdb.python/py-type.exp
10438 * gdb.python/py-value.exp
10439 * gdb.reverse/solib-precsave.exp
10440 * gdb.reverse/solib-reverse.exp
10441 * gdb.server/solib-list.exp
10442 * gdb.stabs/weird.exp
10443 * gdb.threads/reconnect-signal.exp
10444 * gdb.threads/stepi-random-signal.exp
10445 * gdb.trace/actions.exp
10446 * gdb.trace/ax.exp
10447 * gdb.trace/backtrace.exp
10448 * gdb.trace/change-loc.exp
10449 * gdb.trace/deltrace.exp
10450 * gdb.trace/ftrace-lock.exp
10451 * gdb.trace/ftrace.exp
10452 * gdb.trace/infotrace.exp
10453 * gdb.trace/mi-tracepoint-changed.exp
10454 * gdb.trace/packetlen.exp
10455 * gdb.trace/passcount.exp
10456 * gdb.trace/pending.exp
10457 * gdb.trace/range-stepping.exp
10458 * gdb.trace/report.exp
10459 * gdb.trace/stap-trace.exp
10460 * gdb.trace/tfind.exp
10461 * gdb.trace/trace-break.exp
10462 * gdb.trace/trace-condition.exp
10463 * gdb.trace/trace-enable-disable.exp
10464 * gdb.trace/trace-mt.exp
10465 * gdb.trace/tracecmd.exp
10466 * gdb.trace/tspeed.exp
10467 * gdb.trace/tsv.exp
10468 * lib/perftest.exp
10469
10470 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10471
10472 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10473 with gdb_test_no_output.
10474 Use command as test name.
10475
10476 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10477
10478 Fix test names starting with uppercase throughout the files.
10479
10480 * gdb.ada/assign_1.exp
10481 * gdb.ada/boolean_expr.exp
10482 * gdb.base/arrayidx.exp
10483 * gdb.base/del.exp
10484 * gdb.base/gcore-buffer-overflow.exp
10485 * gdb.base/testenv.exp
10486 * gdb.compile/compile.exp
10487 * gdb.python/py-framefilter-invalidarg.exp
10488 * gdb.python/py-framefilter.exp
10489
10490 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10491
10492 Fix test names starting with uppercase throughout the files.
10493
10494 * gdb.ada/array_return.exp
10495 * gdb.ada/expr_delims.exp
10496 * gdb.ada/mi_dyn_arr.exp
10497 * gdb.ada/mi_interface.exp
10498 * gdb.ada/mi_var_array.exp
10499 * gdb.ada/watch_arg.exp
10500 * gdb.arch/alpha-step.exp
10501 * gdb.arch/altivec-regs.exp
10502 * gdb.arch/e500-regs.exp
10503 * gdb.arch/powerpc-d128-regs.exp
10504 * gdb.base/arrayidx.exp
10505 * gdb.base/break.exp
10506 * gdb.base/checkpoint.exp
10507 * gdb.base/debug-expr.exp
10508 * gdb.base/dmsym.exp
10509 * gdb.base/radix.exp
10510 * gdb.base/sepdebug.exp
10511 * gdb.base/testenv.exp
10512 * gdb.base/watch_thread_num.exp
10513 * gdb.base/watchpoint-cond-gone.exp
10514 * gdb.cell/break.exp
10515 * gdb.cell/ea-cache.exp
10516 * gdb.compile/compile.exp
10517 * gdb.cp/gdb2495.exp
10518 * gdb.gdb/selftest.exp
10519 * gdb.gdb/xfullpath.exp
10520 * gdb.go/hello.exp
10521 * gdb.go/integers.exp
10522 * gdb.objc/basicclass.exp
10523 * gdb.pascal/hello.exp
10524 * gdb.pascal/integers.exp
10525 * gdb.python/py-breakpoint.exp
10526 * gdb.python/py-cmd.exp
10527 * gdb.python/py-linetable.exp
10528 * gdb.python/py-xmethods.exp
10529 * gdb.python/python.exp
10530 * gdb.reverse/consecutive-precsave.exp
10531 * gdb.reverse/finish-precsave.exp
10532 * gdb.reverse/i386-precsave.exp
10533 * gdb.reverse/machinestate-precsave.exp
10534 * gdb.reverse/sigall-precsave.exp
10535 * gdb.reverse/solib-precsave.exp
10536 * gdb.reverse/step-precsave.exp
10537 * gdb.reverse/until-precsave.exp
10538 * gdb.reverse/watch-precsave.exp
10539 * gdb.threads/leader-exit.exp
10540 * gdb.threads/pthreads.exp
10541 * gdb.threads/wp-replication.exp
10542 * gdb.trace/actions.exp
10543 * gdb.trace/mi-tsv-changed.exp
10544 * gdb.trace/tsv.exp
10545
10546 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10547
10548 Fix test names starting with uppercase throughout the files.
10549
10550 * gdb.arch/i386-bp_permanent.exp
10551 * gdb.arch/i386-gnu-cfi.exp
10552 * gdb.base/disasm-end-cu.exp
10553 * gdb.base/macscp.exp
10554 * gdb.base/pending.exp
10555 * gdb.base/watch_thread_num.exp
10556 * gdb.cp/exception.exp
10557 * gdb.cp/gdb2495.exp
10558 * gdb.cp/local.exp
10559 * gdb.python/py-evsignal.exp
10560 * gdb.python/python.exp
10561 * gdb.trace/tracecmd.exp
10562
10563 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10564
10565 Fix test names starting with uppercase throughout the files.
10566
10567 * gdb.base/charset.exp
10568 * gdb.base/eval.exp
10569 * gdb.base/multi-forks.exp
10570 * gdb.guile/scm-progspace.exp
10571 * gdb.opencl/datatypes.exp
10572 * gdb.python/py-block.exp
10573 * gdb.python/py-function.exp
10574 * gdb.python/py-symbol.exp
10575 * gdb.python/py-symtab.exp
10576 * gdb.python/py-xmethods.exp
10577 * gdb.reverse/break-precsave.exp
10578 * gdb.reverse/break-reverse.exp
10579 * gdb.reverse/consecutive-precsave.exp
10580 * gdb.reverse/consecutive-reverse.exp
10581 * gdb.reverse/finish-precsave.exp
10582 * gdb.reverse/finish-reverse-bkpt.exp
10583 * gdb.reverse/finish-reverse.exp
10584 * gdb.reverse/fstatat-reverse.exp
10585 * gdb.reverse/getresuid-reverse.exp
10586 * gdb.reverse/i386-precsave.exp
10587 * gdb.reverse/i386-reverse.exp
10588 * gdb.reverse/i386-sse-reverse.exp
10589 * gdb.reverse/i387-stack-reverse.exp
10590 * gdb.reverse/insn-reverse.exp
10591 * gdb.reverse/machinestate-precsave.exp
10592 * gdb.reverse/machinestate.exp
10593 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10594 * gdb.reverse/pipe-reverse.exp
10595 * gdb.reverse/readv-reverse.exp
10596 * gdb.reverse/recvmsg-reverse.exp
10597 * gdb.reverse/rerun-prec.exp
10598 * gdb.reverse/s390-mvcle.exp
10599 * gdb.reverse/sigall-precsave.exp
10600 * gdb.reverse/sigall-reverse.exp
10601 * gdb.reverse/solib-precsave.exp
10602 * gdb.reverse/solib-reverse.exp
10603 * gdb.reverse/step-precsave.exp
10604 * gdb.reverse/step-reverse.exp
10605 * gdb.reverse/time-reverse.exp
10606 * gdb.reverse/until-precsave.exp
10607 * gdb.reverse/until-reverse.exp
10608 * gdb.reverse/waitpid-reverse.exp
10609 * gdb.reverse/watch-precsave.exp
10610 * gdb.reverse/watch-reverse.exp
10611
10612 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10613
10614 Fix test names starting with uppercase throughout the files.
10615
10616 * gdb.arch/i386-mpx-simple_segv.exp
10617 * gdb.arch/i386-mpx.exp
10618 * gdb.arch/i386-permbkpt.exp
10619 * gdb.arch/pa-nullify.exp
10620 * gdb.arch/powerpc-d128-regs.exp
10621 * gdb.arch/vsx-regs.exp
10622 * gdb.base/bfp-test.exp
10623 * gdb.base/break.exp
10624 * gdb.base/breakpoint-shadow.exp
10625 * gdb.base/callfuncs.exp
10626 * gdb.base/charset.exp
10627 * gdb.base/commands.exp
10628 * gdb.base/completion.exp
10629 * gdb.base/dfp-test.exp
10630 * gdb.base/echo.exp
10631 * gdb.base/ending-run.exp
10632 * gdb.base/eval.exp
10633 * gdb.base/expand-psymtabs.exp
10634 * gdb.base/float128.exp
10635 * gdb.base/floatn.exp
10636 * gdb.base/foll-exec-mode.exp
10637 * gdb.base/gdb1056.exp
10638 * gdb.base/gdb11531.exp
10639 * gdb.base/kill-after-signal.exp
10640 * gdb.base/multi-forks.exp
10641 * gdb.base/overlays.exp
10642 * gdb.base/pending.exp
10643 * gdb.base/sepdebug.exp
10644 * gdb.base/testenv.exp
10645 * gdb.base/valgrind-db-attach.exp
10646 * gdb.base/watch_thread_num.exp
10647 * gdb.base/watchpoint-cond-gone.exp
10648 * gdb.base/watchpoint.exp
10649 * gdb.base/watchpoints.exp
10650 * gdb.cp/arg-reference.exp
10651 * gdb.cp/baseenum.exp
10652 * gdb.cp/operator.exp
10653 * gdb.cp/shadow.exp
10654 * gdb.dwarf2/dw2-op-out-param.exp
10655 * gdb.dwarf2/dw2-reg-undefined.exp
10656 * gdb.go/chan.exp
10657 * gdb.go/hello.exp
10658 * gdb.go/integers.exp
10659 * gdb.go/methods.exp
10660 * gdb.go/package.exp
10661 * gdb.guile/scm-parameter.exp
10662 * gdb.guile/scm-progspace.exp
10663 * gdb.guile/scm-value.exp
10664 * gdb.mi/mi-pending.exp
10665 * gdb.mi/user-selected-context-sync.exp
10666 * gdb.multi/multi-attach.exp
10667 * gdb.multi/tids.exp
10668 * gdb.opt/clobbered-registers-O2.exp
10669 * gdb.pascal/floats.exp
10670 * gdb.pascal/integers.exp
10671 * gdb.python/py-block.exp
10672 * gdb.python/py-events.exp
10673 * gdb.python/py-parameter.exp
10674 * gdb.python/py-symbol.exp
10675 * gdb.python/py-symtab.exp
10676 * gdb.python/py-type.exp
10677 * gdb.python/py-value.exp
10678 * gdb.python/py-xmethods.exp
10679 * gdb.python/python.exp
10680 * gdb.reverse/break-precsave.exp
10681 * gdb.reverse/consecutive-precsave.exp
10682 * gdb.reverse/finish-precsave.exp
10683 * gdb.reverse/i386-precsave.exp
10684 * gdb.reverse/machinestate-precsave.exp
10685 * gdb.reverse/sigall-precsave.exp
10686 * gdb.reverse/solib-precsave.exp
10687 * gdb.reverse/step-precsave.exp
10688 * gdb.reverse/until-precsave.exp
10689 * gdb.reverse/watch-precsave.exp
10690 * gdb.server/ext-attach.exp
10691 * gdb.server/ext-restart.exp
10692 * gdb.server/ext-run.exp
10693 * gdb.server/ext-wrapper.exp
10694 * gdb.stabs/gdb11479.exp
10695 * gdb.stabs/weird.exp
10696 * gdb.threads/attach-many-short-lived-threads.exp
10697 * gdb.threads/kill.exp
10698 * gdb.threads/watchpoint-fork.exp
10699
10700 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10701
10702 Fix test names starting with uppercase throughout all the files below.
10703
10704 * gdb.ada/array_return.exp
10705 * gdb.ada/catch_ex.exp
10706 * gdb.ada/info_exc.exp
10707 * gdb.ada/mi_catch_ex.exp
10708 * gdb.ada/mi_dyn_arr.exp
10709 * gdb.ada/mi_ex_cond.exp
10710 * gdb.ada/mi_exc_info.exp
10711 * gdb.ada/mi_interface.exp
10712 * gdb.ada/mi_task_arg.exp
10713 * gdb.ada/mi_task_info.exp
10714 * gdb.ada/mi_var_array.exp
10715 * gdb.arch/alpha-step.exp
10716 * gdb.arch/amd64-disp-step.exp
10717 * gdb.arch/arm-disp-step.exp
10718 * gdb.arch/disp-step-insn-reloc.exp
10719 * gdb.arch/e500-prologue.exp
10720 * gdb.arch/ftrace-insn-reloc.exp
10721 * gdb.arch/gdb1558.exp
10722 * gdb.arch/i386-bp_permanent.exp
10723 * gdb.arch/i386-disp-step.exp
10724 * gdb.arch/i386-float.exp
10725 * gdb.arch/i386-gnu-cfi.exp
10726 * gdb.arch/ia64-breakpoint-shadow.exp
10727 * gdb.arch/mips16-thunks.exp
10728 * gdb.arch/pa-nullify.exp
10729 * gdb.arch/powerpc-aix-prologue.exp
10730 * gdb.arch/powerpc-power.exp
10731 * gdb.arch/ppc-dfp.exp
10732 * gdb.arch/s390-tdbregs.exp
10733 * gdb.arch/spu-info.exp
10734 * gdb.arch/spu-ls.exp
10735 * gdb.arch/thumb-bx-pc.exp
10736 * gdb.base/advance.exp
10737 * gdb.base/annota-input-while-running.exp
10738 * gdb.base/arrayidx.exp
10739 * gdb.base/asmlabel.exp
10740 * gdb.base/async.exp
10741 * gdb.base/attach-wait-input.exp
10742 * gdb.base/auto-connect-native-target.exp
10743 * gdb.base/batch-preserve-term-settings.exp
10744 * gdb.base/bfp-test.exp
10745 * gdb.base/bigcore.exp
10746 * gdb.base/bp-permanent.exp
10747 * gdb.base/break-always.exp
10748 * gdb.base/break-fun-addr.exp
10749 * gdb.base/break-idempotent.exp
10750 * gdb.base/break-main-file-remove-fail.exp
10751 * gdb.base/break-probes.exp
10752 * gdb.base/break-unload-file.exp
10753 * gdb.base/break.exp
10754 * gdb.base/call-ar-st.exp
10755 * gdb.base/call-rt-st.exp
10756 * gdb.base/call-sc.exp
10757 * gdb.base/call-signal-resume.exp
10758 * gdb.base/call-strs.exp
10759 * gdb.base/callexit.exp
10760 * gdb.base/callfuncs.exp
10761 * gdb.base/catch-gdb-caused-signals.exp
10762 * gdb.base/catch-signal-siginfo-cond.exp
10763 * gdb.base/catch-syscall.exp
10764 * gdb.base/compare-sections.exp
10765 * gdb.base/cond-eval-mode.exp
10766 * gdb.base/condbreak-call-false.exp
10767 * gdb.base/consecutive-step-over.exp
10768 * gdb.base/cursal.exp
10769 * gdb.base/disabled-location.exp
10770 * gdb.base/disasm-end-cu.exp
10771 * gdb.base/display.exp
10772 * gdb.base/double-prompt-target-event-error.exp
10773 * gdb.base/dprintf-bp-same-addr.exp
10774 * gdb.base/dprintf-detach.exp
10775 * gdb.base/dprintf-next.exp
10776 * gdb.base/dprintf-non-stop.exp
10777 * gdb.base/dprintf-pending.exp
10778 * gdb.base/dso2dso.exp
10779 * gdb.base/ending-run.exp
10780 * gdb.base/enum_cond.exp
10781 * gdb.base/examine-backward.exp
10782 * gdb.base/exe-lock.exp
10783 * gdb.base/exec-invalid-sysroot.exp
10784 * gdb.base/execl-update-breakpoints.exp
10785 * gdb.base/execution-termios.exp
10786 * gdb.base/fileio.exp
10787 * gdb.base/fixsection.exp
10788 * gdb.base/foll-exec-mode.exp
10789 * gdb.base/foll-exec.exp
10790 * gdb.base/fork-running-state.exp
10791 * gdb.base/frame-args.exp
10792 * gdb.base/fullpath-expand.exp
10793 * gdb.base/func-ptr.exp
10794 * gdb.base/gcore-relro-pie.exp
10795 * gdb.base/gdb1090.exp
10796 * gdb.base/gdb1555.exp
10797 * gdb.base/global-var-nested-by-dso.exp
10798 * gdb.base/gnu-ifunc.exp
10799 * gdb.base/hbreak-in-shr-unsupported.exp
10800 * gdb.base/hbreak-unmapped.exp
10801 * gdb.base/hook-stop.exp
10802 * gdb.base/infcall-input.exp
10803 * gdb.base/info-fun.exp
10804 * gdb.base/info-shared.exp
10805 * gdb.base/interrupt-noterm.exp
10806 * gdb.base/jit-so.exp
10807 * gdb.base/jit.exp
10808 * gdb.base/line-symtabs.exp
10809 * gdb.base/list.exp
10810 * gdb.base/longjmp.exp
10811 * gdb.base/macscp.exp
10812 * gdb.base/max-value-size.exp
10813 * gdb.base/nodebug.exp
10814 * gdb.base/nofield.exp
10815 * gdb.base/overlays.exp
10816 * gdb.base/paginate-after-ctrl-c-running.exp
10817 * gdb.base/paginate-bg-execution.exp
10818 * gdb.base/paginate-inferior-exit.exp
10819 * gdb.base/pending.exp
10820 * gdb.base/pr11022.exp
10821 * gdb.base/printcmds.exp
10822 * gdb.base/ptr-typedef.exp
10823 * gdb.base/ptype.exp
10824 * gdb.base/randomize.exp
10825 * gdb.base/range-stepping.exp
10826 * gdb.base/realname-expand.exp
10827 * gdb.base/relativedebug.exp
10828 * gdb.base/remote.exp
10829 * gdb.base/savedregs.exp
10830 * gdb.base/sepdebug.exp
10831 * gdb.base/set-noassign.exp
10832 * gdb.base/shlib-call.exp
10833 * gdb.base/shreloc.exp
10834 * gdb.base/sigaltstack.exp
10835 * gdb.base/sigbpt.exp
10836 * gdb.base/siginfo-addr.exp
10837 * gdb.base/siginfo-obj.exp
10838 * gdb.base/siginfo-thread.exp
10839 * gdb.base/signest.exp
10840 * gdb.base/signull.exp
10841 * gdb.base/sigrepeat.exp
10842 * gdb.base/skip.exp
10843 * gdb.base/so-impl-ld.exp
10844 * gdb.base/solib-corrupted.exp
10845 * gdb.base/solib-disc.exp
10846 * gdb.base/solib-display.exp
10847 * gdb.base/solib-overlap.exp
10848 * gdb.base/solib-search.exp
10849 * gdb.base/solib-symbol.exp
10850 * gdb.base/source-execution.exp
10851 * gdb.base/sss-bp-on-user-bp-2.exp
10852 * gdb.base/sss-bp-on-user-bp.exp
10853 * gdb.base/stack-checking.exp
10854 * gdb.base/stale-infcall.exp
10855 * gdb.base/step-break.exp
10856 * gdb.base/step-line.exp
10857 * gdb.base/step-over-exit.exp
10858 * gdb.base/step-test.exp
10859 * gdb.base/structs.exp
10860 * gdb.base/sym-file.exp
10861 * gdb.base/symtab-search-order.exp
10862 * gdb.base/term.exp
10863 * gdb.base/type-opaque.exp
10864 * gdb.base/unload.exp
10865 * gdb.base/until-nodebug.exp
10866 * gdb.base/until.exp
10867 * gdb.base/unwindonsignal.exp
10868 * gdb.base/watch-cond.exp
10869 * gdb.base/watch-non-mem.exp
10870 * gdb.base/watch_thread_num.exp
10871 * gdb.base/watchpoint-reuse-slot.exp
10872 * gdb.base/watchpoint-solib.exp
10873 * gdb.base/watchpoint.exp
10874 * gdb.btrace/dlopen.exp
10875 * gdb.cell/arch.exp
10876 * gdb.cell/break.exp
10877 * gdb.cell/bt.exp
10878 * gdb.cell/core.exp
10879 * gdb.cell/data.exp
10880 * gdb.cell/dwarfaddr.exp
10881 * gdb.cell/ea-cache.exp
10882 * gdb.cell/ea-standalone.exp
10883 * gdb.cell/ea-test.exp
10884 * gdb.cell/f-regs.exp
10885 * gdb.cell/fork.exp
10886 * gdb.cell/gcore.exp
10887 * gdb.cell/mem-access.exp
10888 * gdb.cell/ptype.exp
10889 * gdb.cell/registers.exp
10890 * gdb.cell/sizeof.exp
10891 * gdb.cell/solib-symbol.exp
10892 * gdb.cell/solib.exp
10893 * gdb.compile/compile-tls.exp
10894 * gdb.cp/exception.exp
10895 * gdb.cp/gdb2495.exp
10896 * gdb.cp/local.exp
10897 * gdb.cp/mb-inline.exp
10898 * gdb.cp/mb-templates.exp
10899 * gdb.cp/pr10687.exp
10900 * gdb.cp/pr9167.exp
10901 * gdb.cp/scope-err.exp
10902 * gdb.cp/templates.exp
10903 * gdb.cp/virtfunc.exp
10904 * gdb.dwarf2/dw2-dir-file-name.exp
10905 * gdb.dwarf2/dw2-single-line-discriminators.exp
10906 * gdb.fortran/complex.exp
10907 * gdb.fortran/library-module.exp
10908 * gdb.guile/guile.exp
10909 * gdb.guile/scm-cmd.exp
10910 * gdb.guile/scm-frame-inline.exp
10911 * gdb.guile/scm-objfile.exp
10912 * gdb.guile/scm-pretty-print.exp
10913 * gdb.guile/scm-symbol.exp
10914 * gdb.guile/scm-type.exp
10915 * gdb.guile/scm-value.exp
10916 * gdb.linespec/keywords.exp
10917 * gdb.linespec/ls-errs.exp
10918 * gdb.linespec/macro-relative.exp
10919 * gdb.linespec/thread.exp
10920 * gdb.mi/mi-breakpoint-changed.exp
10921 * gdb.mi/mi-dprintf-pending.exp
10922 * gdb.mi/mi-fullname-deleted.exp
10923 * gdb.mi/mi-logging.exp
10924 * gdb.mi/mi-pending.exp
10925 * gdb.mi/mi-solib.exp
10926 * gdb.mi/new-ui-mi-sync.exp
10927 * gdb.mi/user-selected-context-sync.exp
10928 * gdb.multi/dummy-frame-restore.exp
10929 * gdb.multi/multi-arch-exec.exp
10930 * gdb.multi/remove-inferiors.exp
10931 * gdb.multi/watchpoint-multi-exit.exp
10932 * gdb.opt/solib-intra-step.exp
10933 * gdb.perf/backtrace.exp
10934 * gdb.perf/single-step.exp
10935 * gdb.perf/skip-command.exp
10936 * gdb.perf/skip-prologue.exp
10937 * gdb.perf/solib.exp
10938 * gdb.python/lib-types.exp
10939 * gdb.python/py-as-string.exp
10940 * gdb.python/py-bad-printers.exp
10941 * gdb.python/py-block.exp
10942 * gdb.python/py-breakpoint.exp
10943 * gdb.python/py-cmd.exp
10944 * gdb.python/py-events.exp
10945 * gdb.python/py-evthreads.exp
10946 * gdb.python/py-finish-breakpoint.exp
10947 * gdb.python/py-finish-breakpoint2.exp
10948 * gdb.python/py-frame-inline.exp
10949 * gdb.python/py-frame.exp
10950 * gdb.python/py-inferior.exp
10951 * gdb.python/py-infthread.exp
10952 * gdb.python/py-mi.exp
10953 * gdb.python/py-objfile.exp
10954 * gdb.python/py-pp-maint.exp
10955 * gdb.python/py-pp-registration.exp
10956 * gdb.python/py-prettyprint.exp
10957 * gdb.python/py-recurse-unwind.exp
10958 * gdb.python/py-shared.exp
10959 * gdb.python/py-symbol.exp
10960 * gdb.python/py-symtab.exp
10961 * gdb.python/py-template.exp
10962 * gdb.python/py-type.exp
10963 * gdb.python/py-unwind-maint.exp
10964 * gdb.python/py-unwind.exp
10965 * gdb.python/py-value.exp
10966 * gdb.python/python.exp
10967 * gdb.reverse/finish-reverse-bkpt.exp
10968 * gdb.reverse/insn-reverse.exp
10969 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10970 * gdb.reverse/solib-precsave.exp
10971 * gdb.reverse/solib-reverse.exp
10972 * gdb.stabs/gdb11479.exp
10973 * gdb.stabs/weird.exp
10974 * gdb.threads/fork-child-threads.exp
10975 * gdb.threads/fork-plus-threads.exp
10976 * gdb.threads/fork-thread-pending.exp
10977 * gdb.threads/forking-threads-plus-breakpoint.exp
10978 * gdb.threads/hand-call-in-threads.exp
10979 * gdb.threads/interrupted-hand-call.exp
10980 * gdb.threads/linux-dp.exp
10981 * gdb.threads/local-watch-wrong-thread.exp
10982 * gdb.threads/next-while-other-thread-longjmps.exp
10983 * gdb.threads/non-ldr-exit.exp
10984 * gdb.threads/pending-step.exp
10985 * gdb.threads/print-threads.exp
10986 * gdb.threads/process-dies-while-detaching.exp
10987 * gdb.threads/process-dies-while-handling-bp.exp
10988 * gdb.threads/pthreads.exp
10989 * gdb.threads/queue-signal.exp
10990 * gdb.threads/reconnect-signal.exp
10991 * gdb.threads/signal-command-handle-nopass.exp
10992 * gdb.threads/signal-command-multiple-signals-pending.exp
10993 * gdb.threads/signal-delivered-right-thread.exp
10994 * gdb.threads/signal-sigtrap.exp
10995 * gdb.threads/sigthread.exp
10996 * gdb.threads/staticthreads.exp
10997 * gdb.threads/stepi-random-signal.exp
10998 * gdb.threads/thread-unwindonsignal.exp
10999 * gdb.threads/thread_check.exp
11000 * gdb.threads/thread_events.exp
11001 * gdb.threads/tid-reuse.exp
11002 * gdb.threads/tls-nodebug.exp
11003 * gdb.threads/tls-shared.exp
11004 * gdb.threads/tls-so_extern.exp
11005 * gdb.threads/tls.exp
11006 * gdb.threads/wp-replication.exp
11007 * gdb.trace/actions-changed.exp
11008 * gdb.trace/actions.exp
11009 * gdb.trace/backtrace.exp
11010 * gdb.trace/change-loc.exp
11011 * gdb.trace/collection.exp
11012 * gdb.trace/deltrace.exp
11013 * gdb.trace/disconnected-tracing.exp
11014 * gdb.trace/entry-values.exp
11015 * gdb.trace/ftrace-lock.exp
11016 * gdb.trace/ftrace.exp
11017 * gdb.trace/infotrace.exp
11018 * gdb.trace/mi-trace-frame-collected.exp
11019 * gdb.trace/mi-trace-unavailable.exp
11020 * gdb.trace/mi-traceframe-changed.exp
11021 * gdb.trace/mi-tracepoint-changed.exp
11022 * gdb.trace/mi-tsv-changed.exp
11023 * gdb.trace/no-attach-trace.exp
11024 * gdb.trace/packetlen.exp
11025 * gdb.trace/passc-dyn.exp
11026 * gdb.trace/passcount.exp
11027 * gdb.trace/pending.exp
11028 * gdb.trace/pr16508.exp
11029 * gdb.trace/qtro.exp
11030 * gdb.trace/range-stepping.exp
11031 * gdb.trace/read-memory.exp
11032 * gdb.trace/report.exp
11033 * gdb.trace/save-trace.exp
11034 * gdb.trace/signal.exp
11035 * gdb.trace/stap-trace.exp
11036 * gdb.trace/status-stop.exp
11037 * gdb.trace/strace.exp
11038 * gdb.trace/tfile.exp
11039 * gdb.trace/tfind.exp
11040 * gdb.trace/trace-break.exp
11041 * gdb.trace/trace-condition.exp
11042 * gdb.trace/trace-enable-disable.exp
11043 * gdb.trace/trace-mt.exp
11044 * gdb.trace/tracecmd.exp
11045 * gdb.trace/tracefile-pseudo-reg.exp
11046 * gdb.trace/tspeed.exp
11047 * gdb.trace/tstatus.exp
11048 * gdb.trace/tsv.exp
11049 * gdb.trace/unavailable.exp
11050 * gdb.trace/while-dyn.exp
11051 * gdb.trace/while-stepping.exp
11052 * lib/gdb-guile.exp
11053 * lib/gdb.exp
11054 * lib/mi-support.exp
11055 * lib/pascal.exp
11056 * lib/perftest.exp
11057 * lib/prelink-support.exp
11058 * lib/selftest-support.exp
11059
11060 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11061
11062 * Makefile.in: Include disable-implicit-rules.mk.
11063
11064 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11065
11066 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11067 non-byte-aligned bit fields.
11068
11069 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11070
11071 PR gdb/12616
11072 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11073 respects the DW_AT_data_bit_offset attribute.
11074
11075 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11076
11077 * gdb.base/default.exp: Fix output of "set language".
11078
11079 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11080
11081 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11082 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11083 make.
11084 * configure.ac: Remove checks for the make program.
11085 * configure: Re-generate.
11086
11087 2016-11-16 Kevin Buettner <kevinb@redhat.com>
11088
11089 * gdb.python/py-recurse-unwind.c (main): Add loop.
11090 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11091 to read_register() and gdb.parse_and_eval(). Make each code
11092 call a separate case that can be individually tested.
11093 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11094 proc. Call cont_and_backtrace for each of the code paths that
11095 we want to test in the unwinder.
11096
11097 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11098
11099 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11100 the definition of struct S.
11101
11102 2016-11-11 Catherine Moore <clm@codesourcery.com>
11103
11104 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11105
11106 2016-11-09 Pedro Alves <palves@redhat.com>
11107
11108 * gdb.base/commands.exp (runto_or_return): New procedure.
11109 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11110 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11111 (progvar_simple_while_test, progvar_complex_if_while_test)
11112 (if_while_breakpoint_command_test)
11113 (infrun_breakpoint_command_test, breakpoint_command_test)
11114 (user_defined_command_test, watchpoint_command_test)
11115 (test_command_prompt_position, redefine_hook_test)
11116 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11117 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11118 multi_line_input and multi_line. Remove gdb_expect and
11119 gdb_stop_suppressing_tests uses.
11120 * lib/gdb.exp (valnum_re): New global.
11121 (multi_line_input): New procedure.
11122
11123 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11124
11125 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11126 Remove.
11127 (test_setup): Define with proc_with_prefix.
11128 (test_cli_inferior): Likewise.
11129 (test_cli_thread): Likewise.
11130 (test_cli_frame): Likewise.
11131 (test_cli_select_frame): Likewise.
11132 (test_cli_up_down): Likewise.
11133 (test_mi_thread_select): Likewise.
11134 (test_mi_stack_select_frame): Likewise.
11135 (test_cli_in_mi_inferior): Likewise.
11136 (test_cli_in_mi_thread): Likewise.
11137 (test_cli_in_mi_frame): Likewise.
11138 (top level): Do not use with_test_prefix_procname.
11139
11140 2016-11-09 Pedro Alves <palves@redhat.com>
11141
11142 * gdb.base/commands.exp (gdbvar_simple_if_test)
11143 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11144 (progvar_simple_if_test, progvar_simple_while_test)
11145 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11146 (infrun_breakpoint_command_test, breakpoint_command_test)
11147 (user_defined_command_test, watchpoint_command_test)
11148 (test_command_prompt_position, deprecated_command_test)
11149 (bp_deleted_in_command, temporary_breakpoint_commands)
11150 (stray_arg0_test, source_file_with_indented_comment)
11151 (recursive_source_test, if_commands_test)
11152 (error_clears_commands_left, redefine_hook_test)
11153 (redefine_backtrace_test): Use proc_with_prefix.
11154 * lib/gdb.exp (proc_with_prefix): New proc.
11155
11156 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11157
11158 * gdb.base/tui-layout.c: New file.
11159 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11160 disassembly window contains very long lines.
11161
11162 2016-11-08 Tom Tromey <tom@tromey.com>
11163
11164 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11165 depend on Python 2.
11166
11167 2016-11-08 Tom Tromey <tom@tromey.com>
11168
11169 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11170 New method.
11171
11172 2016-10-29 Manish Goregaokar <manish@mozilla.com>
11173
11174 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
11175
11176 2016-10-27 Manish Goregaokar <manish@mozilla.com>
11177
11178 * gdb.rust/simple.rs: Add test for univariant enums without
11179 discriminants and for encoded struct-like enums.
11180
11181 2016-10-28 Pedro Alves <palves@redhat.com>
11182
11183 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11184 gdb_test_multiple, tighten regexps and match symtabs and line
11185 tables incrementally.
11186
11187 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
11188
11189 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11190 general.
11191
11192 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
11193
11194 * gdb.base/exec-invalid-sysroot.exp: New file.
11195
11196 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11197
11198 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11199
11200 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11201
11202 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11203
11204 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11205
11206 * gdb.base/killed-outside.exp: Remove $options from a call to
11207 `prepare_for_testing'.
11208
11209 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11210
11211 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11212 Change test message.
11213
11214 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11215
11216 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11217 Update comment.
11218
11219 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11220
11221 * gdb.trace/mi-trace-save.exp: New file.
11222
11223 2016-10-13 Yao Qi <yao.qi@linaro.org>
11224
11225 * gdb.base/code_elim.exp (get_var_address): Remove.
11226 * gdb.base/relocate.exp: Likewise.
11227 * gdb.base/shreloc.exp: Likewise.
11228 * lib/gdb.exp (get_var_address): New.
11229
11230 2016-10-13 Yao Qi <yao.qi@linaro.org>
11231
11232 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11233 floating point tests if $skip_float_test is false.
11234
11235 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
11236
11237 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11238 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11239 argc values.
11240 Add 1 to argc so we guarantee distinct initial/modified argc values.
11241
11242 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11243
11244 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11245
11246 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11247
11248 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11249 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11250 * gdb.arch/vsx-regs.exp: Likewise.
11251
11252 2016-10-07 Yao Qi <yao.qi@linaro.org>
11253
11254 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11255
11256 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11257
11258 * gdb.python/python.exp: Test decode_line("*0").
11259
11260 2016-10-06 Doug Evans <dje@google.com>
11261
11262 * gdb.python/py-value.exp (test_value_creation): Add test for large
11263 unsigned 64-bit value.
11264
11265 2016-10-06 Tom Tromey <tom@tromey.com>
11266
11267 * gdb.compile/compile.exp: Change java tests to rust.
11268 * gdb.base/setshow.exp: Change java tests to rust.
11269 * gdb.base/default.exp: Remove java from language list.
11270 * README (Examples): Update language example.
11271 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11272 test.
11273 * lib/gdb.exp (skip_java_tests): Remove.
11274 * lib/java.exp: Remove.
11275 * gdb.java: Remove.
11276
11277 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11278
11279 * gdb.arch/mips-fcr.exp: New test.
11280 * gdb.arch/mips-fcr.c: Source for the new test.
11281
11282 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11283
11284 * gdb.base/solib-disc.exp: Use `standard_output_file'
11285 throughout.
11286
11287 2016-10-06 Pedro Alves <palves@redhat.com>
11288
11289 * gdb.base/jit-simple-dl.c: New file.
11290 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11291 * gdb.base/jit-simple.c: ... this.
11292 * gdb.base/jit-simple.exp (jit_run): Delete.
11293 (build_jit): New proc.
11294 (jit_test_reread): Recompile either the main program or the shared
11295 library, depending on what is being tested. Skip changing address
11296 if caller wants to. Compare before/after addresses. If testing
11297 standalone, explicitly load the binary. Test "maint info
11298 breakpoints".
11299 (top level): Add "standalone vs shared lib" and "change address"
11300 vs "same address" axes.
11301
11302 2016-10-06 Pedro Alves <palves@redhat.com>
11303
11304 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11305 call.
11306 (jit_run): Delete.
11307 (jit_test_reread): Use with_test_prefix. Reload the main binary
11308 explicitly. Compare the before/after addresses of the JIT
11309 descriptor.
11310
11311 2016-08-15 Doug Evans <dje@google.com>
11312
11313 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11314 for single bitfields is bool.
11315 * gdb.xml/tdesc-regs.exp: Ditto.
11316
11317 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11318
11319 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11320
11321 2016-10-05 Yao Qi <yao.qi@linaro.org>
11322
11323 * lib/gdb.exp (support_complex_tests): Return zero if
11324 gdb_skip_float_test return true.
11325
11326 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11327 Simon Marchi <simon.marchi@ericsson.com>
11328
11329 PR gdb/20487
11330 * gdb.mi/user-selected-context-sync.exp: New file.
11331 * gdb.mi/user-selected-context-sync.c: New file.
11332
11333 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11334 Simon Marchi <simon.marchi@ericsson.com>
11335
11336 PR gdb/20487
11337 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11338 =thread-select-event check.
11339
11340 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11341
11342 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11343 the compulsory L operand changes.
11344 * gdb.arch/powerpc-power.s: Likewise.
11345
11346 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11347
11348 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11349 * gdb.base/jit-attach-pie.c: New file.
11350 * gdb.base/jit-attach-pie.exp: New file.
11351
11352 2016-09-28 Pedro Alves <palves@redhat.com>
11353
11354 * gdb.base/infcall-input.c: New file.
11355 * gdb.base/infcall-input.exp: New file.
11356
11357 2016-09-22 Yao Qi <yao.qi@linaro.org>
11358
11359 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11360 (gdb_exit): Rename it to ...
11361 (gdbserver_gdb_exit): ... Close GDBserver.
11362 (gdb_exit): New proc, call gdbserver_gdb_exit.
11363 (mi_gdb_exit): Likewise.
11364
11365 2016-09-22 Yao Qi <yao.qi@linaro.org>
11366
11367 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11368 path.
11369 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11370 Remove duplication.
11371
11372 2016-09-22 Yao Qi <yao.qi@linaro.org>
11373
11374 * lib/gdbserver-support.exp: Check the existence of
11375 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11376
11377 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11378
11379 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11380
11381 2016-09-21 Tom Tromey <tom@tromey.com>
11382
11383 PR gdb/20604:
11384 * gdb.base/quit.exp: New file.
11385
11386 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11387
11388 * .gitignore: New file.
11389
11390 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11391
11392 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11393 throughout.
11394
11395 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11396
11397 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11398
11399 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11400
11401 * gdb.cp/casts.cc (decltype): Move it ...
11402 (main): ... with its call to ...
11403 * gdb.cp/casts03.cc: ... a new file.
11404 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11405
11406 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11407
11408 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11409
11410 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11411
11412 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11413 and sync up the test with tests in gas/testsuite/gas/ppc.
11414 * gdb.arch/powerpc-power.exp: Likewise.
11415
11416 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11417
11418 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11419
11420 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11421 Jan Kratochvil <jan.kratochvil@redhat.com>
11422
11423 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11424 make m1's definition to be different from m2's. Use 'dummy' as an
11425 argument for probe 'two'.
11426
11427 2016-09-10 Jon Beniston <jon@beniston.com>
11428
11429 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11430 for sim target.
11431
11432 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11433
11434 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11435 variable declaration.
11436 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11437 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11438 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11439 received HWCAP as its argument.
11440
11441 2016-09-06 Pedro Alves <palves@redhat.com>
11442
11443 * gdb.base/new-ui-pending-input.c: New file.
11444 * gdb.base/new-ui-pending-input.exp: New file.
11445 * gdb.exp (clear_gdb_spawn_id): New procedure.
11446 (with_spawn_id): Check whether gdb_spawn_id exists before
11447 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11448 on exit.
11449
11450 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11451
11452 * gdb.base/float128.c: New file.
11453 * gdb.base/float128.exp: Likewise.
11454 * gdb.base/floatn.c: Likewise.
11455 * gdb.base/floatn.exp: Likewise.
11456
11457 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11458
11459 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11460
11461 2016-09-05 Pedro Alves <palves@redhat.com>
11462
11463 PR backtrace/19927
11464 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11465 unwinders are immediately called as side effect of "source" or
11466 "disable unwinder" commands.
11467 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11468
11469 2016-09-02 Yao Qi <yao.qi@linaro.org>
11470
11471 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11472 is true and $type is "float" or "double".
11473
11474 2016-09-02 Yao Qi <yao.qi@linaro.org>
11475
11476 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11477 true.
11478 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11479 * gdb.base/call-rt-st.exp: Likewise.
11480 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11481 return value instead of gdb,skip_float_test.
11482 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11483 (do_function_calls): Use its return value instead of
11484 gdb,skip_float_test.
11485 * gdb.base/finish.exp: Likewise.
11486 * gdb.base/funcargs.exp: Likewise.
11487 * gdb.base/return.exp: Likewise.
11488 * gdb.base/return2.exp: Likewise.
11489 * gdb.base/varargs.exp: Likewise.
11490 * lib/gdb.exp (gdb_skip_float_test): Change it to
11491 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11492
11493 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11494
11495 * gdb.multi/tids.exp: Test "thread apply all".
11496
11497 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11498
11499 * gdb.base/default.exp (tty): Remove.
11500
11501 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11502
11503 * gdb.python/py-recurse-unwind.c: New file.
11504 * gdb.python/py-recurse-unwind.py: New file.
11505 * gdb.python/py-recurse-unwind.exp: New file.
11506
11507 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11508
11509 * gdb.base/set-inferior-tty.exp: New file.
11510 * gdb.base/set-inferior-tty.c: New file.
11511
11512 2016-08-23 Pedro Alves <palves@redhat.com>
11513
11514 PR gdb/20494
11515 * gdb.base/new-ui-echo.c: New file.
11516 * gdb.base/new-ui-echo.exp: New file.
11517
11518 2016-08-23 Yao Qi <yao.qi@linaro.org>
11519
11520 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11521 gdbserver_spawn.
11522 * gdb.server/connect-without-multi-process.exp (do_test):
11523 Likewise.
11524
11525 2016-08-23 Yao Qi <yao.qi@linaro.org>
11526
11527 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11528 standalone_txt. Delete gdb_txt and standalone_txt on host
11529 and target. Spawn the binary on target. Copy files from
11530 target to host.
11531
11532 2016-08-22 Pedro Alves <palves@redhat.com>
11533
11534 PR gdb/20505
11535 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11536 with_test_prefix. Factor out bits to ...
11537 (test_no_vdso): ... this new procedure.
11538
11539 2016-08-19 Carl Love <cel@us.ibm.com>
11540
11541 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11542 maintaining separate logic for constructing the output path.
11543 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11544 * gdb.arch/ppc-dfp.exp: Likewise.
11545 * gdb.arch/ppc-fp.exp: Likewise.
11546 * gdb.arch/vsx-regs.exp: Likewise.
11547 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11548 binprefix for generating the additional binary files.
11549
11550 2016-08-19 Pedro Alves <palves@redhat.com>
11551
11552 * gdb.trace/mi-trace-frame-collected.exp
11553 (test_trace_frame_collected): On x32, expect two registers.
11554
11555 2016-08-18 Carl Love <cel@us.ibm.com>
11556
11557 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11558 and sync up the test with tests in gas/testsuite/gas/ppc.
11559 * gdb.arch/powerpc-power.exp: Likewise.
11560
11561 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11562
11563 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11564 expected error message.
11565
11566 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11567
11568 * gdb.multi/remove-inferiors.exp: New file.
11569 * gdb.multi/remove-inferiors.c: New file.
11570
11571 2016-08-12 Yao Qi <yao.qi@linaro.org>
11572
11573 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11574 argument list.
11575
11576 2016-08-10 Pedro Alves <palves@redhat.com>
11577
11578 PR gdb/19187
11579 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11580 setup_kfails.
11581
11582 2016-08-09 Pedro Alves <palves@redhat.com>
11583 Simon Marchi <simon.marchi@ericsson.com>
11584
11585 PR gdb/20418
11586 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11587 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11588
11589 2016-08-09 Pedro Alves <palves@redhat.com>
11590
11591 PR mi/20431
11592 * gdb.mi/mi-cmd-error.exp: New file.
11593
11594 2016-08-09 Pedro Alves <palves@redhat.com>
11595
11596 PR gdb/18653
11597 * gdb.base/signals-state-child.c: New file.
11598 * gdb.base/signals-state-child.exp: New file.
11599 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11600
11601 2016-08-09 Pedro Alves <palves@redhat.com>
11602
11603 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11604
11605 2016-08-03 Tom Tromey <tom@tromey.com>
11606
11607 PR python/18565:
11608 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11609
11610 2016-08-01 Yao Qi <yao.qi@linaro.org>
11611
11612 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11613 variable mode to "multi-process" if $multi_process is 1, otherwise
11614 set it to "single-process".
11615
11616 2016-08-01 Yao Qi <yao.qi@linaro.org>
11617
11618 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11619 * gdb.cp/cpexprs.exp: Likewise.
11620 * gdb.cp/m-static.exp: Likewise.
11621
11622 2016-07-26 Tom Tromey <tom@tromey.com>
11623
11624 PR python/20190:
11625 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11626 test.
11627
11628 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11629
11630 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11631 selecting assembly source files.
11632 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11633 assembly source files.
11634 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11635 assembly source files.
11636 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11637 selecting assembly source files.
11638
11639 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11640
11641 * gdb.base/new-ui.exp (do_test_invalid_args): New
11642 procedure.
11643
11644 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11645
11646 * gdb.btrace/reconnect.c: New file.
11647 * gdb.btrace/reconnect.exp: New file.
11648
11649 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11650
11651 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11652 to test_catch_syscall_group.
11653 (test_catch_syscall_group): New.
11654
11655 2016-07-21 Tom Tromey <tom@tromey.com>
11656
11657 * gdb.rust/simple.rs (main): Use empty struct expression.
11658 * gdb.rust/simple.exp: Add tests for empty struct expression.
11659
11660 2016-07-21 Yao Qi <yao.qi@linaro.org>
11661
11662 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11663 if gdb_skip_xml_test is true on some targets.
11664
11665 2016-07-21 Yao Qi <yao.qi@linaro.org>
11666
11667 * gdb.server/solib-list.exp: Unset last_loaded_file.
11668
11669 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11670
11671 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11672 "step into captured_main (args)".
11673
11674 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11675
11676 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11677
11678 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11679
11680 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11681
11682 2016-07-19 Pedro Alves <palves@redhat.com>
11683
11684 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11685 * gdb.opt/inline-bt.exp: Likewise.
11686 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11687 additional_flags=-Winline.
11688 * gdb.opt/inline-locals.exp: Likewise.
11689 * gdb.opt/inline-markers.c (ATTR): Define.
11690 (inlined_fn): Use it.
11691
11692 2016-07-19 Yao Qi <yao.qi@linaro.org>
11693
11694 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11695 (test_with_self): Remove some code. Remove argument executable.
11696 (top-level): Use do_self_tests.
11697
11698 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
11699 Don Breazeal <donb@codesourcery.com>
11700
11701 * gdb.base/maint.exp: Escape paths used in regular expressions.
11702 * gdb.stabs/weird.exp: Likewise.
11703
11704 2016-07-13 Tom Tromey <tom@tromey.com>
11705
11706 PR python/15620, PR python/18620:
11707 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11708 (test_bkpt_events): New procs.
11709
11710 2016-07-13 Tom Tromey <tom@tromey.com>
11711
11712 PR python/17698:
11713 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11714 test.
11715 (test_watchpoints): Likewise.
11716 (test_bkpt_pending): New proc.
11717
11718 2016-07-13 Tom Tromey <tom@tromey.com>
11719
11720 PR cli/18053:
11721 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11722 completion test.
11723
11724 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11725
11726 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11727 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11728 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11729 f_label.
11730 (g): Rename g_end_lbl to g_label.
11731 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11732 low_pc and high_pc.
11733 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11734
11735 2016-07-12 Tom Tromey <tom@tromey.com>
11736
11737 PR python/19293:
11738 * gdb.python/py-unwind-maint.exp: Update tests.
11739
11740 2016-07-12 Yao Qi <yao.qi@linaro.org>
11741
11742 * lib/selftest-support.exp (selftest_setup): Match the output
11743 when captured_main is inlined.
11744
11745 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11746
11747 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11748 New variables.
11749 (print this%a, print this%b, print this): New tests.
11750 * gdb.fortran/derived-types.f90 (this): New object and
11751 initialization.
11752
11753 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11754
11755 * gdb.ada/arraydim.exp: Remove extra directory level in build
11756 directory.
11757
11758 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11759
11760 * lib/ada.exp: Remove extra directory level in build directory.
11761 * gdb.ada/cond_lang.exp: Likewise.
11762 * gdb.ada/exec_changed.exp: Likewise.
11763 * gdb.ada/lang_switch.exp: Likewise.
11764
11765 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11766
11767 * simple.rs: Add test for raw pointer subscripting.
11768 * simple.exp: Add test expectations.
11769
11770 2016-07-05 Yao Qi <yao.qi@linaro.org>
11771
11772 * gdb.mi/mi-reverse.exp: Match =record-started output.
11773
11774 2016-07-01 Pedro Alves <palves@redhat.com>
11775
11776 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11777 procedure.
11778 (jit_reader_test): Test the jit reader's unwinder.
11779 * gdb.base/jithost.c (jit_function_00_code): New global.
11780 (main): Use memcpy to fill in the mmapped code, instead of poking
11781 bytes manually here.
11782 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11783 value.
11784 (read_debug_info): Save the function's range.
11785 (read_sp): New function.
11786 (unwind_frame): Use it. Also unwind RBP.
11787 (get_frame_id): Use read_sp.
11788 (gdb_init_reader): Use calloc instead of malloc.
11789 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11790 parameter. Use gdb_test_multiple.
11791
11792 2016-07-01 Pedro Alves <palves@redhat.com>
11793 Antoine Tremblay <antoine.tremblay@ericsson.com>
11794
11795 * gdb.threads/process-dies-while-detaching.c: New file.
11796 * gdb.threads/process-dies-while-detaching.exp: New file.
11797
11798 2016-07-01 Pedro Alves <palves@redhat.com>
11799
11800 * gdb.multi/watchpoint-multi-exit.c: New file.
11801 * gdb.multi/watchpoint-multi-exit.exp: New file.
11802
11803 2016-06-30 Pedro Alves <palves@redhat.com>
11804
11805 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11806 unset inferior_spawn_id.
11807
11808 2016-06-30 Pedro Alves <palves@redhat.com>
11809
11810 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11811 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11812
11813 2016-06-29 Yao Qi <yao.qi@linaro.org>
11814
11815 * gdb.base/return.c: Add copyright header.
11816
11817 2016-06-29 Tom Tromey <tom@tromey.com>
11818
11819 PR python/20129:
11820 * gdb.python/py-framefilter.exp: Add tests for setting priority
11821 and disabling of non-existent frame filter.
11822
11823 2016-06-29 Yao Qi <yao.qi@linaro.org>
11824
11825 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11826 0x0f07ff.
11827
11828 2016-06-28 Yao Qi <yao.qi@linaro.org>
11829
11830 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11831 triplets. Start gdb, execute catch syscall, and continue. Check
11832 gdb's output to determine catch syscall is supported.
11833
11834 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11835
11836 * gdb.rust/simple.rs: Add test for returning unit in a function.
11837 * gdb.rust/simple.exp: Add expectation for functions returning
11838 unit.
11839
11840 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11841
11842 * gdb.python/py-breakpoint-create-fail.c,
11843 gdb.python/py-breakpoint-create-fail.exp,
11844 gdb.python/py-breakpoint-create-fail.py: New testcase.
11845
11846 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11847
11848 PR gdb/20239
11849 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11850 * gdb.rust/simple.exp: Add test expectations for new NonZero
11851 tests.
11852
11853 2016-06-24 David Taylor <dtaylor@emc.com>
11854
11855 * gdb.base/offsets.exp: New file.
11856 * gdb.base/offsets.c: New file.
11857
11858 2016-06-23 Tom Tromey <tom@tromey.com>
11859
11860 PR gdb/16483:
11861 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11862 before any filters are loaded.
11863
11864 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11865
11866 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11867 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11868 structs.
11869 * gdb.fortran/derived-type-function.exp: New file.
11870 * gdb.fortran/derived-type-function.f90: New file.
11871
11872
11873 2016-06-21 Pedro Alves <palves@redhat.com>
11874
11875 * gdb.base/new-ui.exp: New file.
11876 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11877 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11878 (with_spawn_id): New procedure.
11879
11880 2016-06-21 Pedro Alves <palves@redhat.com>
11881
11882 * gdb.mi/mi-exec-run.exp: New file.
11883
11884 2016-06-21 Pedro Alves <palves@redhat.com>
11885
11886 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11887 breakpoint command's output on the main UI.
11888 (test_break): New procedure, factored out from calls in the top
11889 level.
11890 (top level): Use foreach_with_prefix to test MI as main UI and as
11891 separate UI.
11892
11893 2016-06-21 Pedro Alves <palves@redhat.com>
11894
11895 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11896 (test_awatch_creation_and_listing)
11897 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11898 Remove 'type' parameter.
11899 (test_watchpoint_all): New parameter mi_mode. Remove
11900 with_test_prefix.
11901 (top level): Use foreach_with_prefix, and add main/separate UI MI
11902 testing axis.
11903
11904 2016-06-21 Pedro Alves <palves@redhat.com>
11905
11906 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11907 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11908 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11909 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11910 (gdb_main_spawn_id, mi_spawn_id): Declare and
11911 comment.
11912 (mi_create_inferior_pty): New procedure,
11913 factored out from default_mi_gdb_start.
11914 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11915 procedures.
11916 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11917 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11918 Use mi_create_inferior_pty.
11919 (mi_gdb_start): Use eval to pass down args list.
11920
11921 2016-06-21 Pedro Alves <palves@redhat.com>
11922
11923 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11924 * gdb.opt/inline-cmds.exp: Add MI tests.
11925
11926 2016-06-21 Pedro Alves <palves@redhat.com>
11927
11928 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11929
11930 2016-06-21 Pedro Alves <palves@redhat.com>
11931
11932 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11933 (top level): Use it instead of mi_execute_to.
11934
11935 2016-06-21 Pedro Alves <palves@redhat.com>
11936
11937 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11938 (cont_handler_str): New.
11939 (signal_stop_handler): Set stop_handler_str instead of printing to
11940 stdout.
11941 (continue_handler): Set cont_handler_str instead of printing to
11942 stdout.
11943 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11944 mi_send_resuming_command. Print stop_handler_str and
11945 cont_handler_str instead of expecting the python events print
11946 directly.
11947
11948 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11949
11950 * gdb.base/jit-reader.exp: New file.
11951 * gdb.base/jithost.c: New file.
11952 * gdb.base/jithost.h: New file.
11953 * gdb.base/jitreader.c : New file.
11954 * gdb.base/jit-protocol.h: New file.
11955
11956 2016-06-17 Yao Qi <yao.qi@linaro.org>
11957
11958 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11959 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11960 and detach-on-fork. Adjust tests.
11961 (top level): Invoke break_cond_on_syscall with combinations of
11962 syscall, follow-fork-mode and detach-on-fork.
11963
11964 2016-06-17 Yao Qi <yao.qi@linaro.org>
11965
11966 * gdb.base/step-over-exit.c: New.
11967 * gdb.base/step-over-exit.exp: New.
11968
11969 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11970
11971 * gdb.base/float.exp: Add target check for nds32*-*-*.
11972 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11973
11974 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11975
11976 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11977 for unsupported target features.
11978 * gdb.base/call-rt-st.exp: Likewise.
11979 * gdb.base/call-sc.exp: Likewise.
11980 * gdb.base/call-signal-resume.exp: Likewise.
11981 * gdb.base/call-strs.exp: Likewise.
11982 * gdb.base/callexit.exp: Likewise.
11983 * gdb.base/callfuncs.exp: Likewise.
11984 * gdb.base/nodebug.exp: Likewise.
11985 * gdb.base/printcmds.exp: Likewise.
11986 * gdb.base/ptype.exp: Likewise.
11987 * gdb.base/structs.exp: Likewise.
11988 * gdb.base/unwindonsignal.exp: Likewise.
11989 * gdb.cp/gdb2495.exp: Likewise.
11990 * gdb.cp/templates.exp: Likewise.
11991 * gdb.cp/virtfunc.exp: Likewise.
11992 * gdb.threads/hand-call-in-threads.exp: Likewise.
11993 * gdb.threads/interrupted-hand-call.exp: Likewise.
11994 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11995
11996 2016-06-10 Tom Tromey <tom@tromey.com>
11997
11998 PR rust/20110:
11999 * gdb.rust/expr.exp: Add test for integer constant larger than
12000 i32.
12001
12002 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12003
12004 * gdb.fortran/nested-funcs.exp: New.
12005 * gdb.fortran/nested-funcs.f90: New.
12006
12007 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12008
12009 * gdb.base/examine-backward.c: New file.
12010 * gdb.base/examine-backward.exp: New file.
12011
12012 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12013
12014 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12015 matching.
12016
12017 2016-06-02 Tom Tromey <tom@tromey.com>
12018
12019 PR python/18984:
12020 * gdb.python/py-shared.exp: Add solib_name test.
12021
12022 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12023
12024 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12025
12026 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12027
12028 PR c++/19893
12029 * gdb.dwarf2/implref.exp: Rename to...
12030 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12031 * gdb.dwarf2/implref-array.c: New file.
12032 * gdb.dwarf2/implref-array.exp: Likewise.
12033 * gdb.dwarf2/implref-global.c: Likewise.
12034 * gdb.dwarf2/implref-global.exp: Likewise.
12035 * gdb.dwarf2/implref-struct.c: Likewise.
12036 * gdb.dwarf2/implref-struct.exp: Likewise.
12037
12038 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12039
12040 * gdb.trace/trace-condition.exp: Add 64bit tests.
12041
12042 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12043
12044 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12045 bits types.
12046 (main): Adapt to 8 to 64 bits types.
12047 * gdb.trace/trace-condition.exp: Add new tests.
12048
12049 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12050
12051 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12052
12053 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12054
12055 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12056 Move condition tests...
12057 * gdb.trace/trace-condition.exp: Here.
12058
12059 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12060
12061 * gdb.trace/trace-condition.exp: Add counter-case tests.
12062
12063 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12064
12065 PR c++/15231
12066 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12067 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12068
12069 2016-05-27 Pedro Alves <palves@redhat.com>
12070
12071 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12072 New procedure.
12073 (top level): Call it, and bail out of DejaGnu is known to be bad.
12074
12075 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12076
12077 * gdb.base/whatis.c: Extend the test case.
12078 * gdb.base/whatis.exp: Add additional tests.
12079
12080 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12081
12082 * gdb.fortran/type.f90: Add pointer variable.
12083 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12084
12085 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12086
12087 * gdb.fortran/vla-type.exp: Fix testcase name.
12088
12089 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12090
12091 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12092
12093 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12094
12095 * gdb.fortran/type.f90: Add nested structures.
12096 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12097 * gdb.fortran/derived-type.exp: Adapt expected output.
12098 * gdb.fortran/vla-type.exp: Adapt expected output.
12099
12100 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12101
12102 * gdb.fortran/whatis_type.exp: Adapt expected output.
12103
12104 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12105
12106 * gdb.fortran/print_type.exp: Fix expected output.
12107 * gdb.fortran/whatis_type.exp: Fix expected output.
12108
12109 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12110
12111 * gdb.fortran/whatis_type.exp: Use multi_line.
12112
12113 2016-05-24 Tom Tromey <tom@tromey.com>
12114
12115 PR python/17386:
12116 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12117 use value as an index.
12118
12119 2016-05-23 Tom Tromey <tom@tromey.com>
12120
12121 PR python/17981:
12122 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12123 no-breakpoint case.
12124
12125 2016-05-24 Pedro Alves <palves@redhat.com>
12126
12127 PR gdb/19828
12128 * gdb.threads/clone-attach-detach.c: New file.
12129 * gdb.threads/clone-attach-detach.exp: New file.
12130
12131 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12132
12133 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12134
12135 2016-05-23 Tom Tromey <tom@tromey.com>
12136
12137 PR python/19438, PR python/18393:
12138 * gdb.python/py-progspace.exp: Add "dir" test.
12139 * gdb.python/py-objfile.exp: Add "dir" test.
12140
12141 2016-05-23 Yao Qi <yao.qi@linaro.org>
12142
12143 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12144 * gdb.arch/thumb2-it.exp: Likewise.
12145
12146 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12147
12148 * gdb.mi/mi-threads-interrupt.c: New file.
12149 * gdb.mi/mi-threads-interrupt.exp: New file.
12150
12151 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12152
12153 PR gdb/18077
12154 * gdb.mi/mi-async-run.exp: New file.
12155 * gdb.mi/mi-async-run.c: New file.
12156
12157 2016-05-17 Tom Tromey <tom@tromey.com>
12158 Manish Goregaokar <manishsmail@gmail.com>
12159
12160 * lib/rust-support.exp: New file.
12161 * lib/gdb.exp (skip_rust_tests): New proc.
12162 (build_executable_from_specs): Handle rust.
12163 * lib/future.exp (gdb_find_rustc): New proc.
12164 (gdb_default_target_compile): Handle rust.
12165 * gdb.rust/expr.exp: New file.
12166 * gdb.rust/generics.exp: New file.
12167 * gdb.rust/generics.rs: New file.
12168 * gdb.rust/methods.exp: New file.
12169 * gdb.rust/methods.rs: New file.
12170 * gdb.rust/modules.exp: New file.
12171 * gdb.rust/modules.rs: New file.
12172 * gdb.rust/simple.exp: New file.
12173 * gdb.rust/simple.rs: New file.
12174
12175 2016-05-17 Tom Tromey <tom@tromey.com>
12176
12177 * gdb.base/default.exp (set language): Add rust.
12178
12179 2016-05-17 Tom Tromey <tom@tromey.com>
12180
12181 * gdb.gdb/unittest.exp: New file.
12182
12183 2016-05-16 Yao Qi <yao.qi@linaro.org>
12184
12185 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12186 shell_prompt. Update shell_prompt_re.
12187
12188 2016-05-12 Doug Evans <dje@google.com>
12189
12190 PR symtab/19999
12191 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12192 $options when building executable.
12193 * gdb.dwarf2/fission-loclists-pie.S: New file.
12194 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12195
12196 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12197
12198 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12199 of [is_remote target],
12200
12201 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12202
12203 * lib/gdb.exp (use_gdb_stub): New procedure.
12204
12205 2016-05-03 Yunlian Jiang <yunlian@google.com>
12206 Doug Evans <dje@google.com>
12207
12208 PR symtab/19914
12209 * gdb.dwarf2/dwp-sepdebug.c: New file.
12210 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12211
12212 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12213
12214 * gdb.base/detach.exp: Remove is_remote check.
12215
12216 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12217
12218 * gdb.base/annota-input-while-running.exp: Don't check for
12219 [is_remote target]. Enable annotations after running to main.
12220 Remove unused "set test..." line.
12221
12222 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12223
12224 * gdb.trace/trace-enable-disable.exp: New file.
12225 * gdb.trace/trace-enable-disable.c: New file.
12226
12227 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12228
12229 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12230 use it in info sharedlibrary test.
12231 * gdb.trace/ftrace-lock.exp: Likewise.
12232 * gdb.trace/ftrace.exp: Likewise.
12233 * gdb.trace/range-stepping.exp: Likewise.
12234 * gdb.trace/trace-break.exp: Likewise.
12235 * gdb.trace/trace-condition.exp: Likewise.
12236 * gdb.trace/trace-mt.exp: Likewise.
12237
12238 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12239
12240 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12241 (gdb_load_shlib): ... this.
12242 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12243 gdb_load_shlib.
12244 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12245 * gdb.base/ctxobj.exp: Likewise.
12246 * gdb.base/dprintf-pending.exp: Likewise.
12247 * gdb.base/dso2dso.exp: Likewise.
12248 * gdb.base/fixsection.exp: Likewise.
12249 * gdb.base/gcore-relro.exp: Likewise.
12250 * gdb.base/gdb1555.exp: Likewise.
12251 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12252 * gdb.base/gnu-ifunc.exp: Likewise.
12253 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12254 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12255 * gdb.base/pending.exp: Likewise.
12256 * gdb.base/print-file-var.exp: Likewise.
12257 * gdb.base/print-symbol-loading.exp: Likewise.
12258 * gdb.base/shlib-call.exp: Likewise.
12259 * gdb.base/shreloc.exp: Likewise.
12260 * gdb.base/so-impl-ld.exp: Likewise.
12261 * gdb.base/solib-disc.exp: Likewise.
12262 * gdb.base/solib-nodir.exp: Likewise.
12263 * gdb.base/solib-overlap.exp: Likewise.
12264 * gdb.base/solib-symbol.exp: Likewise.
12265 * gdb.base/solib-weak.exp (do_test): Likewise.
12266 * gdb.base/sym-file.exp: Likewise.
12267 * gdb.base/symtab-search-order.exp: Likewise.
12268 * gdb.base/type-opaque.exp: Likewise.
12269 * gdb.base/unload.exp: Likewise.
12270 * gdb.base/watchpoint-solib.exp: Likewise.
12271 * gdb.compile/compile.exp: Likewise.
12272 * gdb.cp/gdb2384.exp: Likewise.
12273 * gdb.cp/infcall-dlopen.exp: Likewise.
12274 * gdb.cp/re-set-overloaded.exp: Likewise.
12275 * gdb.fortran/library-module.exp: Likewise.
12276 * gdb.opt/solib-intra-step.exp: Likewise.
12277 * gdb.python/py-finish-breakpoint.exp: Likewise.
12278 * gdb.python/py-shared.exp: Likewise.
12279 * gdb.reverse/solib-precsave.exp: Likewise.
12280 * gdb.reverse/solib-reverse.exp: Likewise.
12281 * gdb.server/solib-list.exp: Likewise.
12282 * gdb.threads/dlopen-libpthread.exp: Likewise.
12283 * gdb.threads/tls-shared.exp: Likewise.
12284 * gdb.threads/tls-so_extern.exp: Likewise.
12285 * gdb.trace/change-loc.exp: Likewise.
12286 * gdb.trace/ftrace-lock.exp: Likewise.
12287 * gdb.trace/ftrace.exp: Likewise.
12288 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12289 * gdb.trace/pending.exp: Likewise.
12290 * gdb.trace/range-stepping.exp: Likewise.
12291 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12292 (strace_info_marker): Likewise.
12293 (strace_probe_marker): Likewise.
12294 (strace_trace_on_same_addr): Likewise.
12295 (strace_trace_on_diff_addr): Likewise.
12296 * gdb.trace/trace-break.exp: Likewise.
12297 * gdb.trace/trace-condition.exp: Likewise.
12298 * gdb.trace/trace-mt.exp: Likewise.
12299
12300 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12301
12302 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12303 result of gdb_remote_download.
12304 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12305 * gdb.base/dso2dso.exp: Likewise.
12306 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12307 * gdb.base/print-file-var.exp: Likewise.
12308 * gdb.base/shlib-call.exp: Likewise.
12309 * gdb.base/shreloc.exp: Likewise.
12310 * gdb.base/solib-overlap.exp: Likewise.
12311 * gdb.base/solib-weak.exp (do_test): Likewise.
12312 * gdb.base/unload.exp: Likewise.
12313
12314 2016-04-27 Yao Qi <yao.qi@linaro.org>
12315
12316 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12317 exists.
12318
12319 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12320
12321 * vla-type.exp: Print structure from toplevel.
12322
12323 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12324
12325 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12326 of dynamic types.
12327 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12328 of dynamic types.
12329
12330 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12331
12332 * gdb.fortran/vla-type.f90: New file.
12333 * gdb.fortran/vla-type.exp: New file.
12334
12335 2016-04-25 Yao Qi <yao.qi@linaro.org>
12336
12337 * gdb.base/branch-to-self.c: New file.
12338 * gdb.base/branch-to-self.exp: New file.
12339
12340 2016-04-22 Yao Qi <yao.qi@linaro.org>
12341
12342 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12343 more after $hex.
12344
12345 2016-04-22 Yao Qi <yao.qi@linaro.org>
12346
12347 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12348 * gdb.base/annota3.exp: Likewise.
12349
12350 2016-04-22 Yao Qi <yao.qi@linaro.org>
12351
12352 * gdb.reverse/step-precsave.exp: Do one step and test program
12353 stops in "callee" and do multiple steps until program goes out
12354 of "callee".
12355 * gdb.reverse/step-reverse.exp: Likewise.
12356
12357 2016-04-22 Yao Qi <yao.qi@linaro.org>
12358
12359 * gdb.trace/signal.exp: Also pass if
12360 $tracepoint_hits($i) > $iterations.
12361
12362 2016-04-22 Yao Qi <yao.qi@linaro.org>
12363
12364 * gdb.trace/signal.c: New file.
12365 * gdb.trace/signal.exp: New file.
12366
12367 2016-04-19 Doug Evans <xdje42@gmail.com>
12368
12369 * gdb.base/bad-file.exp: New file.
12370
12371 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12372
12373 * gdb.dwarf2/implref.exp: New file.
12374
12375 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12376
12377 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12378 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12379 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12380 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12381 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12382 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12383 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12384 * lib/fortran.exp (fortran_int4): New procedure.
12385 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12386 (fortran_logical4): Likewise.
12387
12388 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12389
12390 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12391
12392 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12393
12394 * lib/compiler.c: Add Intel specific preprocessor macros.
12395 * lib/compiler.cc: Likewise.
12396
12397 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
12398
12399 * gdb.server/connect-with-no-symbol-file.c: New file.
12400 * gdb.server/connect-with-no-symbol-file.exp: New file.
12401
12402 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12403
12404 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12405
12406 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12407
12408 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12409 standard output directory.
12410
12411 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12412
12413 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12414
12415 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12416
12417 * gdb.btrace/instruction_history.c (loop): Add declaration.
12418
12419 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12420
12421 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12422
12423 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12424
12425 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12426 parentheses to print.
12427 (continue_handler): Likewise.
12428
12429 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12430
12431 * gdb.server/solib-list.exp: Remove is_remote check.
12432 Pass shlib= to gdb_compile. Don't link shared library with
12433 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12434 Run binary filename through "readlink -f" on the target.
12435
12436 2016-04-08 Pedro Alves <palves@redhat.com>
12437
12438 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12439 interpreter filename as argument to gdbserver_spawn.
12440 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12441 Return empty if $last_loaded_file does not exist.
12442
12443 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12444
12445 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12446 * gdb.base/jit-main.c: Use exit after usage.
12447
12448 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12449
12450 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12451 GDBHISTSIZE prior to the tests.
12452 * gdb.base/gdbinit-history.exp: Likewise.
12453
12454 2016-04-07 Pedro Alves <palves@redhat.com>
12455
12456 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12457 instead of build_executable. Use gdb_load_shlibs.
12458
12459 2016-04-07 Yao Qi <yao.qi@linaro.org>
12460
12461 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12462 Execute "si" command.
12463
12464 2016-04-07 Yao Qi <yao.qi@linaro.org>
12465
12466 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12467 number instead of the comments on some line.
12468
12469 2016-04-06 Don Breazeal <donb@codesourcery.com>
12470
12471 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12472 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12473
12474 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12475
12476 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12477 standard_output_file. Remove unused binfile variable.
12478
12479 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
12480
12481 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12482 * gdb.python/py-mi-objfile.exp: Match "list main" output
12483 in console format.
12484
12485 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12486
12487 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12488 absolute.
12489
12490 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12491
12492 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12493 absolute.
12494 * gdb.trace/ftrace.exp: Likewise.
12495 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12496 targets as well.
12497 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12498 (gdb_load_shlibs): Copy libraries to test directory when testing
12499 natively. Only set solib-search-path if testing remotely.
12500 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12501
12502 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12503
12504 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12505 gdb_download. Use it even if the target is not remote.
12506 * gdb.base/jit.exp (compile_jit_test): Likewise.
12507 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12508 output directory if the destination board is local, otherwise use
12509 the standard remote_download from DejaGnu.
12510 (gdb_download): Remove.
12511 (gdb_load_shlibs): Use gdb_remote_download instead of
12512 gdb_download.
12513 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12514 Use gdb_remote_download instead of gdb_download. Use it even if
12515 the target is not remote.
12516 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12517 instead of gdb_download.
12518
12519 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12520
12521 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12522 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12523 run.
12524
12525 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12526
12527 PR gdb/19820
12528 * gdb.base/printcmds.exp: Add artificial arrays tests.
12529
12530 2016-03-31 Pedro Alves <palves@redhat.com>
12531
12532 PR gdb/19858
12533 * gdb.base/jit-main.c: Include unistd.h.
12534 (ATTACH): Define to 0 if not already defined.
12535 (wait_for_gdb, mypid): New globals.
12536 (WAIT_FOR_GDB): New macro.
12537 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12538 some breakpoint locations.
12539 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12540 New procedures.
12541 (one_jit_test): Add REATTACH parameter, and handle it. Use
12542 continue_to_test_location.
12543 (top level): Test attach, and adjusts calls to one_jit_test.
12544
12545 2016-03-31 Pedro Alves <palves@redhat.com>
12546
12547 PR gdb/19858
12548 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12549 BINSUFFIX parameter, and handle it.
12550 (top level): Adjust calls compile_jit_test.
12551
12552 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12553
12554 PR python/19743
12555 * gdb.python/py-mi-events-gdb.py: New file.
12556 * gdb.python/py-mi-events.c: New file.
12557 * gdb.python/py-mi-events.exp: New file.
12558
12559 2016-03-30 Yao Qi <yao.qi@linaro.org>
12560
12561 * gdb.reverse/until-precsave.exp: Match function name only.
12562 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12563 Move malloc to a condition block.
12564 * gdb.reverse/until-reverse.exp: Match function name only.
12565
12566 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12567
12568 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12569 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12570 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12571 variable for GPR 0 instead of assuming it is register 0.
12572 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12573 * lib/trace-support.exp: Add s390 registers.
12574
12575 2016-03-29 Yao Qi <yao.qi@linaro.org>
12576
12577 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12578
12579 2016-03-24 Yao Qi <yao.qi@linaro.org>
12580
12581 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12582 test message.
12583
12584 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12585
12586 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12587 maintaining separate logic for constructing the output path.
12588
12589 2016-03-16 Don Breazeal <donb@codesourcery.com>
12590
12591 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12592 Retry fork and waitpid on interrupted system call errors.
12593 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12594 Use with_timeout_factor to increase timeout by factor of 10.
12595
12596 2016-03-15 Don Breazeal <donb@codesourcery.com>
12597
12598 * gdb.cp/scope-err.cc: New test program.
12599 * gdb.cp/scope-err.exp: New test script.
12600 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12601 lines and "set breakpoint here" comment.
12602 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12603 Fixed some whitespace and format issues.
12604 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12605 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12606
12607 2016-03-15 Doug Evans <dje@google.com>
12608
12609 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12610 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12611 All callers updated. Add tests for enums, mixed flags register.
12612
12613 2016-03-15 Doug Evans <dje@google.com>
12614
12615 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12616 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12617
12618 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12619
12620 * gdb.base/default.exp: Add $_as_string to the list of expected
12621 convenience functions.
12622
12623 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12624
12625 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12626
12627 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12628
12629 * gdb.python/py-as-string.exp: New file.
12630 * gdb.python/py-as-string.c: New file.
12631
12632 2016-03-09 Pedro Alves <palves@redhat.com>
12633
12634 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12635 signal" -> "Thread NN received signal" output change.
12636 * gdb.threads/ia64-sigill.exp: Likewise.
12637 * gdb.threads/linux-dp.exp: Likewise.
12638 * gdb.threads/manythreads.exp: Likewise.
12639 * gdb.threads/pending-step.exp: Likewise.
12640 * gdb.threads/print-threads.exp: Likewise.
12641 * gdb.threads/sigstep-threads.exp: Likewise.
12642 * gdb.threads/staticthreads.exp: Likewise.
12643 * gdb.threads/tls.exp: Likewise.
12644
12645 2016-03-09 Pedro Alves <palves@redhat.com>
12646
12647 * gdb.base/command-line-input.exp: New file.
12648
12649 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12650
12651 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12652 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12653 * gdb.trace/pending.exp: Accept leading dot before function name.
12654 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12655 * lib/trace-support.exp: Set registers for ppc.
12656
12657 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12658
12659 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12660 use it for disassembly; accept .main in addition to main in backtrace.
12661
12662 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
12663 Marcin Kościelnicki <koriakin@0x04.net>
12664
12665 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12666 (gdb_recursion_test_ptr): New global variable.
12667 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12668 gdb_recursion_test.
12669 (gdb_c_test): Ditto.
12670
12671 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12672
12673 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12674 ordering.
12675
12676 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12677
12678 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12679 (bar): Add bar_start_lbl label.
12680 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12681 of foo/bar for emitting DWARF and tracing.
12682
12683 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12684
12685 * analyze-racy-logs.py: Set executable bit.
12686
12687 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12688
12689 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12690 (CHECK_TARGET_TMP): Likewise.
12691 (check-single-racy): New rule.
12692 (check-parallel-racy): Likewise.
12693 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12694 (do-check-parallel-racy): New rule.
12695 (check-racy/%.exp): Likewise.
12696 * README (Racy testcases): New section.
12697 * analyze-racy-logs.py: New file.
12698
12699 2016-03-03 Doug Evans <dje@google.com>
12700
12701 * gdb.base/skip.exp: Use with_test_prefix.
12702
12703 2016-03-03 Yao Qi <yao.qi@linaro.org>
12704
12705 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12706 Invoke step_over_syscall "clone" and break_cond_on_syscall
12707 "clone".
12708 * gdb.base/step-over-clone.c: New file.
12709
12710 2016-03-03 Yao Qi <yao.qi@linaro.org>
12711
12712 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12713 code format.
12714
12715 2016-03-03 Yao Qi <yao.qi@linaro.org>
12716
12717 * gdb.base/disp-step-fork.c: Rename to ...
12718 * gdb.base/step-over-fork.c: ... it. New file.
12719 * gdb.base/disp-step-vfork.c: Rename to ...
12720 * gdb.base/step-over-vfork.c: ... it. New file.
12721 * gdb.base/disp-step-syscall.exp: Rename to ...
12722 * gdb.base/step-over-syscall.exp: ... it. New file.
12723 (disp_step_cross_syscall): Rename to ...
12724 (step_over_syscall): ... it.
12725
12726 2016-03-03 Yao Qi <yao.qi@linaro.org>
12727
12728 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12729 If target supports condition evaluation on target, invoke
12730 break_cond_on_syscall for fork and vfork.
12731
12732 2016-03-03 Yao Qi <yao.qi@linaro.org>
12733
12734 * gdb.base/disp-step-syscall.exp: Don't invoke
12735 support_displaced_stepping.
12736 (disp_step_cross_syscall): Test with displaced stepping off and
12737 on if supported.
12738
12739 2016-03-03 Yao Qi <yao.qi@linaro.org>
12740
12741 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12742 proc.
12743 (setup): New proc.
12744 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12745 and setup.
12746
12747 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12748
12749 * gdb.fortran/vla-history.exp: Remove breakpoint.
12750
12751 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12752
12753 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12754 exceeds timeout.
12755
12756 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12757
12758 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12759 breakpoint.
12760
12761 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12762
12763 * gdb.mi/vla.f90: Nullify pointer after declaration.
12764
12765 2016-03-01 Pedro Alves <palves@redhat.com>
12766
12767 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12768
12769 2016-03-01 Pedro Alves <palves@redhat.com>
12770
12771 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12772 before anything else.
12773 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12774 _GNU_SOURCE here.
12775 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12776 before anything else.
12777 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12778
12779 2016-03-01 Pedro Alves <palves@redhat.com>
12780
12781 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12782
12783 2016-03-01 Yao Qi <yao.qi@linaro.org>
12784
12785 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12786 prepare_for_testing.
12787
12788 2016-03-01 Yao Qi <yao.qi@linaro.org>
12789
12790 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12791
12792 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12793
12794 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12795 manually constructing the output path.
12796
12797 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12798
12799 * gdb.arch/s390-stackless.S: New.
12800 * gdb.arch/s390-stackless.exp: New.
12801
12802 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12803
12804 * gdb.dlang/circular.c: New file.
12805 * gdb.dlang/circular.exp: New file.
12806
12807 2016-02-26 Yao Qi <yao.qi@linaro.org>
12808
12809 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12810 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12811 (testcases): Update.
12812
12813 2016-02-26 Yao Qi <yao.qi@linaro.org>
12814
12815 * gdb.reverse/aarch64.c: Rename to ...
12816 * gdb.reverse/insn-reverse.c: ... it.
12817 * gdb.reverse/aarch64.exp: Rename to ...
12818 * gdb.reverse/insn-reverse.exp: ... it.
12819
12820 2016-02-26 Yao Qi <yao.qi@linaro.org>
12821
12822 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12823 (testcase_ftype): New.
12824 (testcases): New array.
12825 (n_testcases): New.
12826 (main): Call each element in testcases.
12827 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12828 (read_testcase): New.
12829 Do the tests in a loop.
12830
12831 2016-02-25 Yao Qi <yao.qi@linaro.org>
12832
12833 * gdb.base/branches.c: Remove.
12834
12835 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12836
12837 PR gdb/13808
12838 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12839
12840 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12841
12842 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12843
12844 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12845
12846 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12847 change x86_64 call_insn to 'callq'.
12848
12849 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12850
12851 * gdb.trace/tfile-avx.c: Move to...
12852 * gdb.trace/tracefile-pseudo-reg.c: Here.
12853 * gdb.trace/tfile-avx.exp: Move to...
12854 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12855
12856 2016-02-24 Gary Benson <gbenson@redhat.com>
12857
12858 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12859 message on attach.
12860
12861 2016-02-23 Doug Evans <dje@google.com>
12862
12863 * gdb.base/skip.c (test_skip): New function.
12864 (end_test_skip_file_and_function): New function.
12865 (test_skip_file_and_function): New function.
12866 * gdb.base/skip1.c (test_skip): New function.
12867 (skip1_test_skip_file_and_function): New function.
12868 * gdb.base/skip.exp: Add tests for new skip options.
12869 * gdb.base/skip-solib.exp: Update expected output.
12870 * gdb.perf/skip-command.cc: New file.
12871 * gdb.perf/skip-command.exp: New file.
12872 * gdb.perf/skip-command.py: New file.
12873
12874 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12875
12876 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12877 info registers pattern.
12878
12879 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12880
12881 * lib/future.exp: Add D support.
12882 (gdb_find_gdc): New proc.
12883 (gdb_default_target_compile): Add D support.
12884
12885 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12886
12887 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12888 user+system time.
12889 (trace_speed_test): Determine the iteration count for a time
12890 between 15..30 seconds.
12891
12892 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12893
12894 * gdb.arch/i386-mpx-sigsegv.c: New file.
12895 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12896 * gdb.arch/i386-mpx-simple_segv.c: New file.
12897 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12898
12899 2016-02-18 Yao Qi <yao.qi@linaro.org>
12900
12901 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12902 Don't call setup_kfail.
12903
12904 2016-02-18 Yao Qi <yao.qi@linaro.org>
12905
12906 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12907 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12908
12909 2016-02-16 Doug Evans <dje@google.com>
12910
12911 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12912 * gdb.base/skip1.c: Ditto.
12913 * gdb.base/skip.exp: Whitespace cleanup.
12914
12915 2016-02-16 Don Breazeal <donb@codesourcery.com>
12916
12917 PR remote/19496
12918 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12919 Remove kfail for PR remote/19496.
12920
12921 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12922
12923 * lib/gdb.exp (standard_temp_file): Return a path specific to
12924 the runtest invocation.
12925
12926 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12927
12928 * gdb.trace/save-trace.exp: Change relative path to be in the
12929 standard output directory.
12930
12931 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12932
12933 * gdb.arch/i386-prologue.c: Add missing prototypes.
12934
12935 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12936
12937 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12938 * gdb.arch/i386-prologue.exp: Likewise.
12939 * gdb.arch/i386-size.exp: Likewise.
12940
12941 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12942
12943 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12944 define object file path.
12945 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12946 file path.
12947 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12948 standard_output_file to define binfile.
12949
12950 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12951
12952 Fix compatibility with recent gfortran-5.3.1.
12953 * gdb.fortran/vla-history.exp (print vla1 allocated)
12954 (print vla2 allocated, print $2, print $3): Remove
12955 (print $4): Rename to ...
12956 (print $2): ... here.
12957 (print $9): Rename to ...
12958 (print $5): ... here.
12959 (print $10): Rename to ...
12960 (print $6): ... here.
12961 * gdb.fortran/vla.f90: Add pvla initialization.
12962
12963 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12964
12965 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12966 New test.
12967 * gdb.fortran/vla-value-sub.exp: Likewise.
12968
12969 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12970
12971 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12972
12973 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12974
12975 * i386-biarch-core.exp: Define corefile using
12976 standard_output_file.
12977
12978 2016-02-12 Yao Qi <yao.qi@linaro.org>
12979
12980 * gdb.arch/arm-single-step-kernel-helper.c: New.
12981 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12982
12983 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12984
12985 * gdb.btrace/tailcall-only.exp: New.
12986 * gdb.btrace/tailcall-only.c: New.
12987 * gdb.btrace/x86_64-tailcall-only.S: New.
12988 * gdb.btrace/i686-tailcall-only.S: New.
12989
12990 2016-02-11 Pedro Alves <palves@redhat.com>
12991
12992 * README (Parallel testing): Add missing double quotes.
12993
12994 2016-02-11 Pedro Alves <palves@redhat.com>
12995
12996 * README (Parallel testing): New section.
12997 (GDB_PARALLEL): Rewrite.
12998 (FORCE_PARALLEL): Document.
12999
13000 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13001
13002 * gdb.trace/tfile-avx.c: New test.
13003 * gdb.trace/tfile-avx.exp: New test.
13004
13005 2016-02-09 Keith Seitz <keiths@redhat.com>
13006
13007 PR breakpoints/19546
13008 * gdb.base/infcall-exec.c: New file.
13009 * gdb.base/infcall-exec2.c: New file.
13010 * gdb.base/infcall-exec.exp: New file.
13011
13012 2016-02-09 Keith Seitz <keiths@redhat.com>
13013
13014 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13015 (toplevel): Call test_bkpt_address.
13016
13017 2016-02-09 Keith Seitz <keiths@redhat.com>
13018
13019 PR python/19506
13020 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13021 (toplevel): Call test_bkpt_address.
13022
13023 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13024
13025 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13026 to AC_OUTPUT.
13027 * configure: Regenerate.
13028
13029 2016-02-09 Pedro Alves <palves@redhat.com>
13030
13031 PR breakpoints/19548
13032 * gdb.base/execl-update-breakpoints.c (some_function): New
13033 function.
13034 (main): Call it.
13035 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13036 Tighten expected GDB output.
13037
13038 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13039
13040 * Makefile.in (ALL_SUBDIRS): Remove.
13041 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13042 (distclean maintainer-clean realclean): Likewise.
13043 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13044 * configure: Regenerate.
13045 * gdb.ada/Makefile.in: Delete.
13046 * gdb.arch/Makefile.in: Likewise.
13047 * gdb.asm/Makefile.in: Likewise.
13048 * gdb.base/Makefile.in: Likewise.
13049 * gdb.btrace/Makefile.in: Likewise.
13050 * gdb.cell/Makefile.in: Likewise.
13051 * gdb.compile/Makefile.in: Likewise.
13052 * gdb.cp/Makefile.in: Likewise.
13053 * gdb.disasm/Makefile.in: Likewise.
13054 * gdb.dlang/Makefile.in: Likewise.
13055 * gdb.dwarf2/Makefile.in: Likewise.
13056 * gdb.fortran/Makefile.in: Likewise.
13057 * gdb.gdb/Makefile.in: Likewise.
13058 * gdb.go/Makefile.in: Likewise.
13059 * gdb.guile/Makefile.in: Likewise.
13060 * gdb.java/Makefile.in: Likewise.
13061 * gdb.linespec/Makefile.in: Likewise.
13062 * gdb.mi/Makefile.in: Likewise.
13063 * gdb.modula2/Makefile.in: Likewise.
13064 * gdb.multi/Makefile.in: Likewise.
13065 * gdb.objc/Makefile.in: Likewise.
13066 * gdb.opencl/Makefile.in: Likewise.
13067 * gdb.opt/Makefile.in: Likewise.
13068 * gdb.pascal/Makefile.in: Likewise.
13069 * gdb.perf/Makefile.in: Likewise.
13070 * gdb.python/Makefile.in: Likewise.
13071 * gdb.reverse/Makefile.in: Likewise.
13072 * gdb.server/Makefile.in: Likewise.
13073 * gdb.stabs/Makefile.in: Likewise.
13074 * gdb.threads/Makefile.in: Likewise.
13075 * gdb.trace/Makefile.in: Likewise.
13076 * gdb.xml/Makefile.in: Likewise.
13077 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13078 GDB_PARALLEL.
13079 (standard_output_file): Remove check for GDB_PARALLEL, always
13080 return path in outputs/$subdir/$testname.
13081
13082 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13083
13084 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13085 (site.exp): Assign abs_srcdir to tcl's srcdir.
13086
13087 2016-02-04 Yao Qi <yao.qi@linaro.org>
13088
13089 * gdb.base/foll-exec-mode.c: Include limits.h.
13090 (main): Add parameters argc and argv. Get directory from
13091 argv[0].
13092 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13093 compilation.
13094 * gdb.base/foll-exec.c: Include limits.h.
13095 (main): Add parameters argc and argv.
13096 Get directory from argv[0].
13097 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13098 Adjust tests on the number of lines as source code changed.
13099 * gdb.base/foll-vfork-exit.c: Include limits.h.
13100 (main): Add one line of statement before vfork.
13101 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13102 (main): Add parameters argc and argv. Get directory from
13103 argv[0].
13104 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13105 (setup_gdb): Set tbreak to skip some source lines.
13106 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13107 (main): Add parameters argc and argv. Get directory from
13108 argv[0].
13109 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13110 compilation.
13111 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13112 (main): Add parameters argc and argv. Get directory from
13113 argv[0].
13114 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13115 compilation.
13116
13117 2016-02-01 Doug Evans <dje@google.com>
13118
13119 * gdb.base/skip.exp: Clean up multiple references to same test name.
13120
13121 2016-02-01 Pedro Alves <palves@redhat.com>
13122
13123 PR remote/19496
13124 * gdb.threads/forking-threads-plus-breakpoint.exp
13125 (displaced_stepping_supported): New global.
13126 (probe_displaced_stepping_support): New procedure.
13127 (do_test): Add 'displaced' parameter, and use it.
13128 (top level): Check for displaced stepping support. Add displaced
13129 stepping on/off testing axis.
13130
13131 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13132
13133 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13134 pointer. Don't perform further tests on the unassociated pointer
13135 if the first test fails.
13136
13137 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13138
13139 * gdb.base/max-value-size.c: New file.
13140 * gdb.base/max-value-size.exp: New file.
13141 * gdb.base/huge.exp: Disable max-value-size for this test.
13142
13143 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13144
13145 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13146
13147 2016-01-28 Yao Qi <yao.qi@linaro.org>
13148
13149 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13150
13151 2016-01-25 Pedro Alves <palves@redhat.com>
13152
13153 PR threads/19461
13154 * gdb.base/fork-running-state.c: New file.
13155 * gdb.base/fork-running-state.exp: New file.
13156
13157 2016-01-25 Pedro Alves <palves@redhat.com>
13158
13159 PR gdb/19494
13160 * gdb.base/catch-fork-kill.c: New file.
13161 * gdb.base/catch-fork-kill.exp: New file.
13162
13163 2016-01-25 Pedro Alves <palves@redhat.com>
13164
13165 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13166 Delete, moved to lib/gdb.exp.
13167 * gdb.threads/forking-threads-plus-breakpoint.exp
13168 (foreach_with_prefix): Likewise.
13169 * gdb.threads/process-dies-while-handling-bp.exp
13170 (foreach_with_prefix): Likewise.
13171 * lib/gdb.exp (foreach_with_prefix): New procedure.
13172
13173 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13174
13175 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13176 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13177
13178 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13179
13180 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13181 endian targets.
13182
13183 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13184 Pedro Alves <palves@redhat.com>
13185
13186 Fix testsuite compatibility with Guile.
13187 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13188 number.
13189
13190 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13191
13192 Fix testsuite compatibility with Guile.
13193 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13194 (thread 1): New test for backtrace through signal handler.
13195
13196 2016-01-22 Yao Qi <yao.qi@linaro.org>
13197
13198 PR testsuite/19491
13199 * gdb.base/multi-forks.c: Include
13200 ../lib/unbuffer_output.c
13201 (main): Call gdb_unbuffer_output.
13202
13203 2016-01-21 Doug Evans <dje@google.com>
13204
13205 * lib/ada.exp (gdb_compile_ada): Fix typo.
13206
13207 2016-01-21 Joel Brobecker <brobecker@adacore.com>
13208
13209 * gdb.base/break-fun-addr.exp: New file.
13210 * gdb.base/break-fun-addr1.c: New file.
13211 * gdb.base/break-fun-addr2.c: New file.
13212
13213 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13214
13215 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13216 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13217 enum flag values.
13218
13219 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13220
13221 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13222 when GDB can not set the vector return value. Add more comments
13223 for clarification.
13224
13225 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13226
13227 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13228 command.
13229
13230 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13231
13232 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13233
13234 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13235
13236 * Makefile.in (check-single): Pass --status to runtest.
13237 (check/%.exp): Likewise.
13238
13239 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13240
13241 * Makefile.in (check-parallel): Propagate return code from make
13242 do-check-parallel.
13243
13244 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13245
13246 * gdb.trace/ftrace.exp: Fix expected message on continue.
13247 * gdb.trace/pending.exp: Fix expected message on continue.
13248 * gdb.trace/trace-break.exp: Fix expected message on continue.
13249
13250 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13251
13252 * lib/gdb.exp (gdb_test): Remove unused global references.
13253
13254 2016-01-18 Pedro Alves <palves@redhat.com>
13255
13256 * gdb.base/async-shell.exp: Adjust expected output.
13257 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13258 * gdb.base/siginfo-thread.exp: Adjust expected output.
13259 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13260 * gdb.java/jnpe.exp: Adjust expected output.
13261 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13262 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13263 * gdb.threads/leader-exit.exp: Adjust expected output.
13264 * gdb.threads/manythreads.exp: Adjust expected output.
13265 * gdb.threads/pthreads.exp: Adjust expected output.
13266 * gdb.threads/schedlock.exp: Adjust expected output.
13267 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13268 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13269 expected output.
13270 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13271 output.
13272 * gdb.threads/sigthread.exp: Adjust expected output.
13273 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13274
13275 2016-01-18 Yao Qi <yao.qi@linaro.org>
13276
13277 * gdb.guile/scm-section-script.c: Replace @progbits with
13278 %progbits.
13279 * gdb.python/py-section-script.c: Likewise.
13280
13281 2016-01-15 Pedro Alves <palves@redhat.com>
13282
13283 * gdb.multi/tids.exp: Test star wildcard ranges.
13284
13285 2016-01-15 Pedro Alves <palves@redhat.com>
13286
13287 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13288 command from "thread apply" invocation.
13289 (thr_apply_info_thr_invalid): Default the expected output to the
13290 input tid list.
13291 (top level): Add tests that use convenience variables. Add tests
13292 for "thread apply" with a valid TID list, but missing the command.
13293
13294 2016-01-13 Pedro Alves <palves@redhat.com>
13295
13296 * gdb.base/default.exp: Expect $_gthread as well.
13297 * gdb.multi/tids.exp: Test $_gthread.
13298 * gdb.threads/thread-specific.exp: Test $_gthread.
13299
13300 2016-01-13 Pedro Alves <palves@redhat.com>
13301
13302 * gdb.multi/tids.exp: Test "info threads -gid".
13303
13304 2016-01-13 Pedro Alves <palves@redhat.com>
13305
13306 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13307 Breakpoint.thread.
13308 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13309
13310 2016-01-07 Pedro Alves <palves@redhat.com>
13311
13312 * gdb.base/break.exp: Adjust to output changes.
13313 * gdb.base/hbreak2.exp: Likewise.
13314 * gdb.base/sepdebug.exp: Likewise.
13315 * gdb.base/watch_thread_num.exp: Likewise.
13316 * gdb.linespec/keywords.exp: Likewise.
13317 * gdb.multi/info-threads.exp: Likewise.
13318 * gdb.threads/thread-find.exp: Likewise.
13319 * gdb.multi/tids.c: New file.
13320 * gdb.multi/tids.exp: New file.
13321
13322 2016-01-13 Pedro Alves <palves@redhat.com>
13323
13324 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13325
13326 2016-01-13 Pedro Alves <palves@redhat.com>
13327
13328 * gdb.base/default.exp: Expect $_inferior as well.
13329 * gdb.multi/base.exp: Test $_inferior.
13330
13331 2016-01-13 Pedro Alves <palves@redhat.com>
13332
13333 PR breakpoints/19388
13334 * gdb.base/catch-signal-siginfo-cond.c: New file.
13335 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13336
13337 2016-01-12 Josh Stone <jistone@redhat.com>
13338 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13339
13340 * gdb.base/catch-syscall.c (do_execve): New variable.
13341 (main): Conditionally trigger an execve.
13342 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13343 (test_catch_syscall_execve): New, check entry/return across execve.
13344 (do_syscall_tests): Call test_catch_syscall_execve.
13345
13346 2016-01-12 Pedro Alves <palves@redhat.com>
13347
13348 * gdb.base/random-signal.exp (do_test): New procedure, with body
13349 of testcase moved in.
13350
13351 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13352 Pedro Alves <palves@redhat.com>
13353
13354 * gdb.base/funcargs.exp (finish from indirectly called function):
13355 Reintroduce the case for 'First'.
13356
13357 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13358 Pedro Alves <palves@redhat.com>
13359
13360 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13361 (tcatch_vfork_then_child_follow_exec)
13362 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13363 identification.
13364
13365 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13366
13367 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13368 and repeats to unlimited.
13369 * gdb.python/py-value.exp: Likewise.
13370 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13371 and repeats to unlimited.
13372
13373 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13374
13375 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13376 and reordering the functions.
13377 * gdb.multi/hangout.c: Likewise.
13378 * gdb.multi/hello.c: Likewise.
13379
13380 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13381
13382 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13383 absolute.
13384 (SingleStatisticTestResult.report): Use dict.keys instead of
13385 dict.iterkeys.
13386
13387 2016-01-06 Pedro Alves <palves@redhat.com>
13388
13389 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13390
13391 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13392
13393 * gdb.btrace/dlopen.exp: New.
13394 * gdb.btrace/dlopen.c: New.
13395 * gdb.btrace/dlopen-dso.c: New.
13396
13397 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13398
13399 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13400 PATTERN argument is optional.
13401
13402 2015-12-24 Joel Brobecker <brobecker@adacore.com>
13403
13404 * lib/ada.exp (target_compile_ada_from_dir): New function.
13405 (gdb_compile_ada): Reimplement avoiding the use of project files.
13406 * gdb.ada/gnat_ada.gpr: Delete.
13407 * gdb.ada/cond_lang.exp: Adjust test to make path before
13408 filename optional.
13409 * gdb.ada/small_reg_param.exp: Likewise.
13410
13411 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13412
13413 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13414
13415 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13416
13417 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13418 case.
13419
13420 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13421
13422 * gdb.base/break.exp: Remove dead code.
13423 * gdb.base/sepdebug.exp: Likewise.
13424
13425 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13426
13427 * gdb.asm/asm-source.exp: Remove HP-UX references.
13428 * gdb.base/annota1.exp: Likewise.
13429 * gdb.base/annota3.exp: Likewise.
13430 * gdb.base/attach.exp: Likewise.
13431 * gdb.base/bigcore.exp: Likewise.
13432 * gdb.base/break.exp: Likewise.
13433 * gdb.base/call-ar-st.exp: Likewise.
13434 * gdb.base/callfuncs.exp: Likewise.
13435 * gdb.base/catch-fork-static.exp: Likewise.
13436 * gdb.base/display.exp: Likewise.
13437 * gdb.base/foll-exec-mode.exp: Likewise.
13438 * gdb.base/foll-exec.exp: Likewise.
13439 * gdb.base/foll-fork.exp: Likewise.
13440 * gdb.base/foll-vfork.exp: Likewise.
13441 * gdb.base/funcargs.exp: Likewise.
13442 * gdb.base/hbreak2.exp: Likewise.
13443 * gdb.base/inferior-died.exp: Likewise.
13444 * gdb.base/interrupt.exp: Likewise.
13445 * gdb.base/multi-forks.exp: Likewise.
13446 * gdb.base/nodebug.exp: Likewise.
13447 * gdb.base/sepdebug.exp: Likewise.
13448 * gdb.base/solib1.c: Likewise.
13449 * gdb.base/step-test.exp: Likewise.
13450 * gdb.mi/non-stop.c: Likewise.
13451 * gdb.mi/pthreads.c: Likewise.
13452 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13453 * gdb.threads/pthreads.c: Likewise.
13454 * gdb.threads/staticthreads.exp: Likewise.
13455 * lib/future.exp: Likewise.
13456 * lib/gdb.exp: Likewise.
13457 * gdb.base/so-indr-cl.c: Remove.
13458 * gdb.base/so-indr-cl.exp: Likewise.
13459 * gdb.base/solib.c: Likewise.
13460 * gdb.base/solib.exp: Likewise.
13461 * gdb.base/solib2.c: Likewise.
13462
13463 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13464
13465 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13466 * gdb.base/call-ar-st.exp: Likewise.
13467 * gdb.base/callfuncs.exp: Likewise.
13468 * gdb.base/condbreak.exp: Likewise.
13469 * gdb.base/constvars.exp: Likewise.
13470 * gdb.base/hbreak2.exp: Likewise.
13471 * gdb.base/langs.exp: Likewise.
13472 * gdb.base/list.exp: Likewise.
13473 * gdb.base/long_long.exp: Likewise.
13474 * gdb.base/ptype.exp: Likewise.
13475 * gdb.base/scope.exp: Likewise.
13476 * gdb.base/signals.exp: Likewise.
13477 * gdb.base/so-impl-ld.exp: Likewise.
13478 * gdb.base/varargs.exp: Likewise.
13479 * gdb.base/volatile.exp: Likewise.
13480 * gdb.base/whatis.exp: Likewise.
13481 * gdb.cp/cplusfuncs.exp: Likewise.
13482 * gdb.cp/inherit.exp: Likewise.
13483 * gdb.cp/local.exp: Likewise.
13484 * gdb.cp/member-ptr.exp: Likewise.
13485 * gdb.cp/method.exp: Likewise.
13486 * gdb.cp/overload.exp: Likewise.
13487 * gdb.cp/templates.exp: Likewise.
13488 * gdb.stabs/weird.exp: Likewise.
13489 * lib/compiler.c: Likewise.
13490 * lib/compiler.cc: Likewise.
13491 * lib/cp-support.exp: Likewise.
13492 * lib/gdb.exp: Likewise.
13493
13494 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13495
13496 * configure.ac: Remove HP-UX case.
13497 * configure: Regenerate.
13498
13499 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13500
13501 * lib/gdb.exp (gdb_compile): Add function doc.
13502
13503 2015-12-17 Pedro Alves <palves@redhat.com>
13504
13505 PR threads/19354
13506 * gdb.multi/info-threads.exp: New file.
13507
13508 2015-12-15 Yao Qi <yao.qi@linaro.org>
13509
13510 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13511 is aarch64*-*-*.
13512
13513 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13514
13515 * gdb.base/history-duplicates.exp: Skip if no readline support.
13516
13517 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13518
13519 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13520
13521 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13522
13523 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13524
13525 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13526
13527 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13528 ctrl-C if nointerrupts target property is set.
13529 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13530 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13531 * gdb.base/paginate-bg-execution.exp: Likewise.
13532 * gdb.base/paginate-execution-startup.exp: Likewise.
13533 * gdb.base/random-signal.exp: Likewise.
13534 * gdb.base/range-stepping.exp: Likewise.
13535 * gdb.cp/annota2.exp: Likewise.
13536 * gdb.cp/annota3.exp: Likewise.
13537 * gdb.gdb/selftest.exp: Likewise.
13538 * gdb.threads/continue-pending-status.exp: Likewise.
13539 * gdb.threads/leader-exit.exp: Likewise.
13540 * gdb.threads/manythreads.exp: Likewise.
13541 * gdb.threads/pthreads.exp: Likewise.
13542 * gdb.threads/schedlock.exp: Likewise.
13543 * gdb.threads/sigthread.exp: Likewise.
13544
13545 2015-12-11 Don Breazeal <donb@codesourcery.com>
13546
13547 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13548 remote.
13549 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13550 * gdb.base/foll-exec.exp (main): Enable for target remote.
13551 * gdb.base/foll-fork.exp (main): Likewise.
13552 * gdb.base/foll-vfork.exp (main): Likewise.
13553 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13554 (proc continue_to_exit_bp_loc): Use clean_restart.
13555 * gdb.base/pie-execl.exp (main): Disable for target remote.
13556 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13557 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13558 * gdb.threads/execl.exp (main): Likewise.
13559 * gdb.threads/fork-child-threads.exp (main): Likewise.
13560 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13561 remote.
13562 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13563 remote.
13564 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13565 pid.tid style ptids, instead of just tid.
13566 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13567 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13568 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13569 ptids, instead of just tid.
13570
13571 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13572
13573 * gdb.base/list.exp (test_list_forward): Add end of file error
13574 test.
13575 (test_repeat_list_command): Add end of file error test.
13576 (test_list_backwards): Add beginning of file error test.
13577
13578 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13579
13580 * gdb.base/list.exp (test_list_invalid_args): New function,
13581 defined, and called.
13582
13583 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13584
13585 * gdb.base/list.exp (test_list): Make test names unique.
13586
13587 2015-12-11 Yao Qi <yao.qi@linaro.org>
13588
13589 * gdb.base/coremaker2.c: Remove.
13590
13591 2015-12-10 Pedro Alves <palves@redhat.com>
13592
13593 * gdb.multi/base.exp: Remove stale "spaces" references.
13594
13595 2015-12-10 Pedro Alves <palves@redhat.com>
13596
13597 * gdb.multi/base.exp: Don't use nowarnings.
13598 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13599 * gdb.multi/hangout.c: Include stdio.h.
13600 * gdb.multi/hello.c: Include stdlib.h.
13601 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13602 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13603 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13604
13605 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13606
13607 * gdb.dwarf2/dw2-ranges-base.c: New file.
13608 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13609 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13610 support additional line table, and debug ranges generation.
13611 (Dwarf::ranges): New function, generate .debug_ranges.
13612 (Dwarf::lines): Support generating simple line table programs.
13613 (Dwarf::assemble): Initialise new namespace variables.
13614
13615 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13616
13617 * gdb.base/async.exp (proc test_background): Add case for
13618 asynchronous execution not supported.
13619
13620 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
13621
13622 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13623 format and change test names to make them unique.
13624
13625 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13626 Pedro Alves <pedro@redhat.com>
13627
13628 PR gdb/18702
13629 Add checking of floatformats setup on x86_64 hosts.
13630 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13631 (smallval, bigval): New labels/constants.
13632 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13633 float" after loading bigval and smallval.
13634
13635 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13636
13637 * gdb.ada/fun_overload_menu.exp: New testcase.
13638 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13639
13640 2015-12-04 Josh Stone <jistone@redhat.com>
13641
13642 * gdb.base/catch-fork-static.exp: New.
13643
13644 2015-12-03 Yao Qi <yao.qi@linaro.org>
13645
13646 * gdb.base/sizeof.c: Don't include stdio.h and
13647 ../lib/unbuffer_output.c.
13648 (main): New variable 'size' and 'value'. Remove printf and
13649 gdb_unbuffer_output. Assign return value to size and value.
13650 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13651 at the beginning.
13652 (check_sizeof): Check the result by printing variable 'size'.
13653 (check_valueof): Check the result by printing variable 'value'.
13654
13655 2015-12-01 Yao Qi <yao.qi@linaro.org>
13656
13657 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13658 for aarch64*-*-linux* target.
13659
13660 2015-11-30 Pedro Alves <palves@redhat.com>
13661
13662 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13663
13664 2015-11-30 Pedro Alves <palves@redhat.com>
13665
13666 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13667 Handle non-stop mode vCont replies.
13668
13669 2015-11-30 Pedro Alves <palves@redhat.com>
13670
13671 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13672 prepare_for_testing. Start gdb with "set non-stop on" appended to
13673 GDBFLAGS. Lax expected stop output.
13674
13675 2015-11-27 Yao Qi <yao.qi@linaro.org>
13676
13677 * gdb.arch/arm-neon.exp: New.
13678 * gdb.arch/arm-neon.c: New.
13679
13680 2015-11-27 Yao Qi <yao.qi@linaro.org>
13681
13682 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13683
13684 2015-11-27 Yao Qi <yao.qi@linaro.org>
13685
13686 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13687 frames-invalid annotation.
13688
13689 2015-11-27 Yao Qi <yao.qi@linaro.org>
13690
13691 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13692
13693 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13694
13695 * gdb.threads/names.exp: New file.
13696 * gdb.threads/names.c: New file.
13697 * README: Mention gdb,no_thread_names.
13698
13699 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13700
13701 PR 19297
13702 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13703 support" error.
13704
13705 2015-11-24 Pedro Alves <palves@redhat.com>
13706
13707 PR 17539
13708 * gdb.base/display.exp: Expect displays to be sorted in ascending
13709 order. Use multi_line.
13710 * gdb.base/solib-display.exp: Likewise.
13711
13712 2015-11-24 Pedro Alves <palves@redhat.com>
13713
13714 PR 17539
13715 * gdb.base/display.exp: Expect displays to be sorted in ascending
13716 order. Use multi_line.
13717 * gdb.base/solib-display.exp: Likewise.
13718
13719 2015-11-24 Pedro Alves <palves@redhat.com>
13720
13721 PR 17539
13722 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13723 threads in ascending order.
13724 * gdb.base/foll-fork.exp: Likewise.
13725 * gdb.base/foll-vfork.exp: Likewise.
13726 * gdb.base/multi-forks.exp: Likewise.
13727 * gdb.mi/mi-nonstop.exp: Likewise.
13728 * gdb.mi/mi-nsintrall.exp: Likewise.
13729 * gdb.multi/base.exp: Likewise.
13730 * gdb.multi/multi-arch.exp: Likewise.
13731 * gdb.python/py-inferior.exp: Likewise.
13732 * gdb.threads/break-while-running.exp: Likewise.
13733 * gdb.threads/execl.exp: Likewise.
13734 * gdb.threads/gcore-thread.exp: Likewise.
13735 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13736 * gdb.threads/kill.exp: Likewise.
13737 * gdb.threads/linux-dp.exp: Likewise.
13738 * gdb.threads/multiple-step-overs.exp: Likewise.
13739 * gdb.threads/next-bp-other-thread.exp: Likewise.
13740 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13741 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13742 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13743 * gdb.threads/thread-find.exp: Likewise.
13744 * gdb.threads/tls.exp: Likewise.
13745 * lib/mi-support.exp (mi_reverse_list): Delete.
13746 (mi_check_thread_states): No longer reverse list.
13747
13748 2015-11-24 Pedro Alves <palves@redhat.com>
13749
13750 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13751 use lowercase.
13752
13753 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13754
13755 * gdb.trace/actions.c: Include trace-common.h.
13756 (main): Add a location for a fast tracepoint.
13757 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13758 the normal tracepoints.
13759 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13760
13761 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13762
13763 * save-trace.exp: Factor out code to these...
13764 (gdb_save_tracepoints): New.
13765 (gdb_load_tracepoints): New.
13766 (do_save_load_test): New.
13767
13768 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13769
13770 * gdb.base/asmlabel.exp: New test.
13771 * gdb.base/asmlabel.c: New test case.
13772
13773 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13774
13775 * gdb.base/wrong_frame_bt_full-main.c: New file.
13776 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13777 * gdb.base/wrong_frame_bt_full.exp: New file.
13778
13779 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13780
13781 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13782
13783 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13784
13785 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13786 pstate register when comparing registers values in
13787 sparc64-*-linux-gnu targets to avoid spurious differences.
13788
13789 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13790
13791 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13792
13793 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13794
13795 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13796 as type argument to gdb_compile.
13797 * gdb.base/nested-subp2.exp: Likewise.
13798 * gdb.base/nested-subp3.exp: Likewise.
13799
13800 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13801
13802 * lib/dwarf.exp (_note): Fix left shift of negative value.
13803 * gdb.trace/trace-condition.exp: Likewise.
13804
13805 2015-11-13 Yao Qi <yao.qi@linaro.org>
13806
13807 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13808 comments about d10v.
13809 (test_scalar_returns): Likewise.
13810 * gdb.base/d10v.ld: Remove.
13811 * gdb.base/overlays.exp: Remove the target triplet checking for
13812 d10v-*-*.
13813 * gdb.base/structs.exp (test_struct_returns): Remove the
13814 comments about d10v.
13815 (test_struct_calls): Likewise.
13816
13817 2015-11-13 Yao Qi <yao.qi@linaro.org>
13818
13819 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13820 * gdb.base/gnu_vector.c: Don't include stdio.h.
13821 (main): Don't print res and call add_some_intvecs.
13822
13823 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13824
13825 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13826 macro.
13827 (func5): Removed.
13828 (func4): Use FAST_TRACEPOINT_LABEL.
13829 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13830 macro.
13831 (func): Removed.
13832 (thread_function): Use FAST_TRACEPOINT_LABEL.
13833 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13834 (func): Remove.
13835 (marker): Use FAST_TRACEPOINT_LABEL.
13836 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13837 (pendfunc1): Remove.
13838 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13839 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13840 (foo): Remove.
13841 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13842 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13843 macro.
13844 (func): Remove.
13845 (marker): Use FAST_TRACEPOINT_LABEL.
13846 * gdb.trace/trace-common.h: New header.
13847 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13848 macro.
13849 (func): Remove.
13850 (marker): Use FAST_TRACEPOINT_LABEL.
13851 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13852 (func): Remove.
13853 (thread_function): Use FAST_TRACEPOINT_LABEL.
13854
13855 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13856
13857 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13858 in front.
13859 * gdb.trace/change-loc.exp: Use global pcreg definition.
13860 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13861 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13862 in front.
13863 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13864 * gdb.trace/pending.exp: Likewise.
13865 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13866 * gdb.trace/trace-break.exp: Likewise.
13867 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13868 in front.
13869 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13870 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13871 in front.
13872 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13873
13874 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13875
13876 * gdb.ada/fin_fun_out: New testcase.
13877
13878 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13879
13880 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13881 value associated with DW_AT_byte_size.
13882 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13883 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13884 DW_AT_upper_bound.
13885
13886 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13887
13888 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13889 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13890 version.
13891 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13892 gdb.dwarf2/dw2-canonicalize-type.exp,
13893 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13894 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13895 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13896 provided by gdb_target_symbol_prefix_flags_asm.
13897 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13898 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13899 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13900 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13901 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13902 macros where needed). Use this macro for symbols which require
13903 the prefix provided by SYMBOL_PREFIX.
13904
13905 2015-11-05 Kevin Buettner <kevinb@redhat.com>
13906
13907 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13908 New procs.
13909 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13910 representing expressions, of more than one list element.
13911 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13912 to prepend linker symbol prefix to f.
13913 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13914 table_1 and table_2.
13915 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13916 Likewise, for f and g.
13917 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13918 for ptr.
13919 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13920 for main.
13921 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13922 table_1_ptr and table_2_ptr.
13923
13924 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13925 Joel Brobecker <brobecker@adacore.com>
13926
13927 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13928
13929 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13930
13931 * gdb.reverse/s390-mvcle.c: New test.
13932 * gdb.reverse/s390-mvcle.exp: New file.
13933 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13934
13935 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13936
13937 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13938
13939 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13940
13941 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13942 reaching marker2.
13943 * gdb.reverse/getresuid-reverse.exp: Likewise.
13944 * gdb.reverse/pipe-reverse.exp: Likewise.
13945 * gdb.reverse/readv-reverse.exp: Likewise.
13946 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13947 * gdb.reverse/time-reverse.exp: Likewise.
13948 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13949
13950 2015-10-30 Yao Qi <yao.qi@linaro.org>
13951
13952 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13953 (empty_cycle): Remove.
13954 (main): Don't call empty_cycle. Don't use watch_count_done.
13955 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13956 empty_cycle. Rewrite the code counting HW watchpoints.
13957
13958 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13959
13960 * gdb.reverse/fstatat-reverse.c: New test.
13961 * gdb.reverse/fstatat-reverse.exp: New file.
13962 * gdb.reverse/getresuid-reverse.c: New test.
13963 * gdb.reverse/getresuid-reverse.exp: New file.
13964 * gdb.reverse/pipe-reverse.c: New test.
13965 * gdb.reverse/pipe-reverse.exp: New file.
13966 * gdb.reverse/readv-reverse.c: New test.
13967 * gdb.reverse/readv-reverse.exp: New file.
13968 * gdb.reverse/recvmsg-reverse.c: New test.
13969 * gdb.reverse/recvmsg-reverse.exp: New file.
13970 * gdb.reverse/time-reverse.c: New test.
13971 * gdb.reverse/time-reverse.exp: New file.
13972 * gdb.reverse/waitpid-reverse.c: New test.
13973 * gdb.reverse/waitpid-reverse.exp: New file.
13974
13975 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13976
13977 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13978
13979 2015-10-26 Doug Evans <dje@google.com>
13980
13981 PR symtab/17391
13982 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13983 * gdb.dwarf2/bad-regnum.c: New file.
13984 * gdb.dwarf2/bad-regnum.exp: New file.
13985
13986 2015-10-26 Doug Evans <dje@google.com>
13987
13988 PR python/18938
13989 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13990 file.
13991
13992 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13993
13994 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13995 for a change by "Mention language in compile error message".
13996
13997 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13998
13999 PR python/18073
14000 * gdb.python/py-type.c (C::a_method): New.
14001 (C::a_const_method): New.
14002 (C::a_static_method): New.
14003 (a_function): New.
14004 * gdb.python/py-type.exp (test_fields): Test getting fields
14005 from function and method.
14006
14007 2015-10-21 Keven Boell <keven.boell@intel.com>
14008
14009 * gdb.fortran/vla-alloc-assoc.exp: New file.
14010 * gdb.fortran/vla-datatypes.exp: New file.
14011 * gdb.fortran/vla-datatypes.f90: New file.
14012 * gdb.fortran/vla-history.exp: New file.
14013 * gdb.fortran/vla-ptype-sub.exp: New file.
14014 * gdb.fortran/vla-ptype.exp: New file.
14015 * gdb.fortran/vla-sizeof.exp: New file.
14016 * gdb.fortran/vla-sub.f90: New file.
14017 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14018 * gdb.fortran/vla-value-sub-finish.exp: New file.
14019 * gdb.fortran/vla-value-sub.exp: New file.
14020 * gdb.fortran/vla-value.exp: New file.
14021 * gdb.fortran/vla-ptr-info.exp: New file.
14022 * gdb.mi/mi-vla-fortran.exp: New file.
14023 * gdb.mi/vla.f90: New file.
14024
14025 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14026
14027 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14028 of hardwired timeout value.
14029
14030 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14031 Pedro Alves <palves@redhat.com>
14032
14033 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14034 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14035
14036 2015-10-19 Josh Stone <jistone@redhat.com>
14037
14038 * gdb.base/catch-syscall.c: Include <sched.h>.
14039 (unknown_syscall): New variable.
14040 (main): Trigger a vfork and an unknown syscall.
14041 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14042 (unknown_syscall_number): Likewise.
14043 (check_call_to_syscall): Accept an optional syscall pattern.
14044 (check_return_from_syscall): Likewise.
14045 (check_continue): Likewise.
14046 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14047 (test_catch_syscall_skipping_return): New test toggling off 'catch
14048 syscall' to step over the syscall return, then toggling back on.
14049 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14050 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14051 (do_syscall_tests): Call test_catch_syscall_without_args and
14052 test_catch_syscall_mid_vfork.
14053 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14054 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14055
14056 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
14057
14058 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14059 print g_vE): Add new pass patterns.
14060 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14061 print various symbol names for vptr fields.
14062
14063 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14064
14065 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14066 results.
14067
14068 2015-10-12 Yao Qi <yao.qi@linaro.org>
14069
14070 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14071
14072 2015-10-12 Yao Qi <yao.qi@linaro.org>
14073
14074 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14075 is aarch64*-*-linux*.
14076
14077 2015-10-12 Yao Qi <yao.qi@linaro.org>
14078
14079 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14080 (can_relocate_bcond_true): ... it.
14081 (can_relocate_bcond_false): New function.
14082 (foo): Likewise.
14083 (can_relocate_bl): Likewise.
14084 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14085 can_relocate_bl.
14086
14087 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14088
14089 * gdb.base/nested-addr.c: New file.
14090 * gdb.base/nested-addr.exp: New testcase.
14091
14092 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14093
14094 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14095 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14096 its output. Ignore the output of "record goto begin" and instead
14097 check that GDB is replaying.
14098
14099 2015-10-09 Pedro Alves <palves@redhat.com>
14100
14101 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14102 (top level): Use it in the run with no args test.
14103
14104 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14105
14106 * gdb.dlang/properties.exp: New file.
14107
14108 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14109
14110 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14111 whether or not address 0x1000 is mapped on the target.
14112
14113 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14114
14115 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14116 build.
14117
14118 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14119
14120 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14121 instruction-history test.
14122
14123 2015-09-28 Doug Evans <dje@google.com>
14124
14125 * gdb.base/gcore.c (array_func): Add reference to static_array.
14126
14127 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14128
14129 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14130 source line.
14131
14132 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14133
14134 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14135 short or char as base type.
14136
14137 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14138
14139 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14140 to allow any size enum.
14141
14142 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14143
14144 * gdb.ada/array_ptr_renaming.exp: New testcase.
14145 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14146 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14147
14148 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14149
14150 * gdb.trace/ftrace-lock.c: New file.
14151 * gdb.trace/ftrace-lock.exp: New file.
14152
14153 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14154
14155 * gdb.arch/insn-reloc.c: New file.
14156 * gdb.arch/ftrace-insn-reloc.exp: New file.
14157
14158 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14159
14160 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14161 instruction.
14162 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14163 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14164 * gdb.trace/range-stepping.c: Likewise.
14165 * gdb.trace/trace-break.c: Likewise.
14166 * gdb.trace/trace-mt.c (thread_function): Likewise.
14167 * gdb.trace/ftrace.c (marker): Likewise.
14168 * gdb.trace/trace-condition.c (marker): Likewise.
14169 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14170 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14171 is_aarch64_target.
14172
14173 2015-09-18 Doug Evans <xdje42@gmail.com>
14174
14175 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14176 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14177
14178 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14179
14180 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14181 the breakpoint.
14182
14183 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14184
14185 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14186 the pending breakpoint. Remove timeout override for "Run till
14187 MI pending breakpoint on pendfunc3 on thread 2" test.
14188
14189 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14190
14191 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14192 filename pattern.
14193
14194 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14195
14196 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14197 in breakpoint filename pattern.
14198
14199 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14200
14201 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14202
14203 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14204
14205 * gdb.linespec/explicit.exp: Check for readline support for
14206 tab-completion tests. Fix obvious typo.
14207
14208 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14209
14210 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14211 and replay.
14212
14213 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14214
14215 * gdb.btrace/non-stop.c: New.
14216 * gdb.btrace/non-stop.exp: New.
14217
14218 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14219 Yao Qi <yao.qi@linaro.org>
14220
14221 * gdb.trace/trace-condition.c: New file.
14222 * gdb.trace/trace-condition.exp: New file.
14223
14224 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
14225
14226 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14227 for testing bytecode compilation.
14228
14229 2015-09-16 Pedro Alves <palves@redhat.com>
14230 Sandra Loosemore <sandra@codesourcery.com>
14231
14232 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14233 (SECONDS): Redefine.
14234 (main): Call pthread_kill and alarm early.
14235 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14236 support.
14237 (test): If the target can't hardware step and doesn't support
14238 displaced stepping, increase the timeout.
14239
14240 2015-09-16 Pedro Alves <palves@redhat.com>
14241
14242 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14243 (enable_debug): New procedures.
14244 (test): Use them. Bail out if waiting for threads fails.
14245 (top level): Bail out if a test fails.
14246
14247 2015-09-16 Yao Qi <yao.qi@linaro.org>
14248
14249 * gdb.asm/asm-source.exp: Set asm-arch for
14250 aarch64*-*-* target.
14251 * gdb.asm/aarch64.inc: New file.
14252
14253 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14254
14255 * gdb.ada/array_of_variable_length.exp: New testcase.
14256 * gdb.ada/array_of_variable_length/foo.adb: New file.
14257 * gdb.ada/array_of_variable_length/pck.adb: New file.
14258 * gdb.ada/array_of_variable_length/pck.ads: New file.
14259
14260 2015-09-15 Doug Evans <dje@google.com>
14261
14262 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14263 of function static local variable.
14264
14265 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14266
14267 * gdb.threads/tls-so_extern.exp: New test file.
14268 * gdb.threads/tls-so_extern.c: New test file.
14269 * gdb.threads/tls-so_extern_main.c: New test file.
14270
14271 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14272
14273 * gdb.opt/solib-intra-step-lib.c: New file.
14274 * gdb.opt/solib-intra-step-main.c: New file.
14275 * gdb.opt/solib-intra-step.exp: New file.
14276
14277 2015-09-15 Pedro Alves <palves@redhat.com>
14278
14279 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14280 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14281
14282 2015-09-14 Pedro Alves <palves@redhat.com>
14283
14284 * gdb.base/hook-stop-continue.c: Delete.
14285 * gdb.base/hook-stop-continue.exp: Delete.
14286 * gdb.base/hook-stop-frame.c: Delete.
14287 * gdb.base/hook-stop-frame.exp: Delete.
14288 * gdb.base/hook-stop.c: New file.
14289 * gdb.base/hook-stop.exp: New file.
14290
14291 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14292
14293 * gdb.ada/access_to_packed_array.exp: New testcase.
14294 * gdb.ada/access_to_packed_array/foo.adb: New file.
14295 * gdb.ada/access_to_packed_array/pack.adb: New file.
14296 * gdb.ada/access_to_packed_array/pack.ads: New file.
14297
14298 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14299
14300 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14301 buffer size test.
14302
14303 2015-09-11 Don Breazeal <donb@codesourcery.com>
14304
14305 * gdb.base/foll-exec.c: Add copyright header. Fix
14306 formatting issues.
14307 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14308 (do_exec_tests): Use clean_restart in place of zap_session,
14309 and for test initialization. Fix formatting issues. Use
14310 fail in place of perror.
14311 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14312 an expect statement to match an expression with output from
14313 the program under debug.
14314 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14315 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14316 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14317 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14318 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14319
14320 2015-09-09 Doug Evans <dje@google.com>
14321
14322 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14323
14324 2015-09-09 Doug Evans <dje@google.com>
14325
14326 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14327
14328 2015-09-09 Doug Evans <dje@google.com>
14329
14330 * gdb.base/savedregs.exp: Fix typo.
14331
14332 2015-09-09 Pedro Alves <palves@redhat.com>
14333
14334 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14335
14336 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14337
14338 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14339 command actually switches threads. Give up on remaining
14340 tests if target fails to stop at breakpoint.
14341
14342 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14343
14344 * gdb.ada/funcall_char.exp: New testcase.
14345 * gdb.ada/funcall_char/foo.adb: New file.
14346
14347 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14348
14349 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14350 expected outputs. Add two testcases for completing ambiguous
14351 functions.
14352 * gdb.ada/complete/aux_pck.adb: New file.
14353 * gdb.ada/complete/aux_pck.ads: New file.
14354 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14355 Ambiguous_Func functions.
14356 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14357 * gdb.ada/complete/pck.adb: Likewise.
14358
14359 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14360
14361 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14362 failures to run the test program under GDB.
14363
14364 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
14365
14366 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14367 to C.
14368
14369 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14370
14371 * gdb.base/run-after-attach.exp: New test file.
14372 * gdb.base/run-after-attach.c: New test file.
14373
14374 2015-08-26 Don Breazeal <donb@codesourcery.com>
14375
14376 * gdb.base/foll-exec-2.c: New test program.
14377 * gdb.base/foll-exec-2.exp: New test.
14378
14379 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14380
14381 * gdb.base/nested-subp1.exp: New file.
14382 * gdb.base/nested-subp1.c: New file.
14383 * gdb.base/nested-subp2.exp: New file.
14384 * gdb.base/nested-subp2.c: New file.
14385 * gdb.base/nested-subp3.exp: New file.
14386 * gdb.base/nested-subp3.c: New file.
14387
14388 2015-08-24 Pedro Alves <palves@redhat.com>
14389
14390 * gdb.server/connect-without-multi-process.c: New file.
14391 * gdb.server/connect-without-multi-process.exp: New file.
14392
14393 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14394
14395 * gdb.opt/inline-markers.c: Make z int.
14396
14397 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14398
14399 * gdb.opt/inline-markers.c: Make z volatile.
14400
14401 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14402
14403 * gdb.opt/inline-bt.c: New volatile global z.
14404 * gdb.opt/inline-cmds.c: Likewise.
14405 * gdb.opt/inline-locals.c: Likewise.
14406 * gdb.opt/inline-markers.c: New extern global z.
14407 (marker): Use z.
14408 (inline_fn): Likewise.
14409
14410 2015-08-24 Pedro Alves <palves@redhat.com>
14411
14412 * config/m32r-stub.exp: Remove file.
14413 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14414 * gdb.base/call-rt-st.exp: Likewise.
14415 * gdb.base/call-strs.exp: Likewise.
14416 * gdb.base/default.exp: Remove references to h8300-*-hms and
14417 *-*-udi*.
14418 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14419
14420 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14421
14422 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14423 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14424 and "return" use KFAIL when GDB can not read/write the vector
14425 return value.
14426
14427 2015-08-21 Gary Benson <gbenson@redhat.com>
14428
14429 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14430
14431 2015-08-20 Pedro Alves <palves@redhat.com>
14432
14433 * gdb.server/solib-list.exp: No longer expect an interior stop in
14434 non-stop mode.
14435
14436 2015-08-20 Pedro Alves <palves@redhat.com>
14437
14438 * gdb.server/connect-stopped-target.c: New file.
14439 * gdb.server/connect-stopped-target.exp: New file.
14440
14441 2015-08-20 Pedro Alves <palves@redhat.com>
14442
14443 * gdb.dwarf2/comp-unit-lang.exp: New file.
14444 * gdb.dwarf2/comp-unit-lang.c: New file.
14445
14446 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14447
14448 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14449 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14450
14451 2015-08-19 Kevin Buettner <kevinb@redhat.com>
14452
14453 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14454 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14455
14456 2015-08-18 Doug Evans <dje@google.com>
14457 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14458
14459 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14460 skip_python_tests. New arg prompt_regexp.
14461 (skip_python_tests): New function.
14462 * lib/mi-support.exp (mi_skip_python_tests): New function.
14463 * gdb.python/py-mi-objfile-gdb.py: New file.
14464 * gdb.python/py-mi-objfile.c: New file.
14465 * gdb.python/py-mi-objfile.exp: New file.
14466
14467 2015-08-17 Keith Seitz <keiths@redhat.com>
14468
14469 * gdb.linespec/explicit.exp: Move strace test from here ...
14470 * gdb.trace/strace.exp: ... to here.
14471
14472 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14473
14474 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14475 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14476
14477 2015-08-14 Doug Evans <xdje42@gmail.com>
14478
14479 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14480 inferior before selecting a new file.
14481
14482 2015-08-14 Doug Evans <xdje42@gmail.com>
14483
14484 * gdb.mi/mi-disassemble.exp: Update.
14485 * gdb.base/disasm-optim.S: New file.
14486 * gdb.base/disasm-optim.c: New file.
14487 * gdb.base/disasm-optim.h: New file.
14488 * gdb.base/disasm-optim.exp: New file.
14489
14490 2015-08-14 Keith Seitz <keiths@redhat.com>
14491
14492 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14493 "evaluated-by".
14494
14495 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14496
14497 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14498
14499 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14500
14501 * gdb.ada/fun_renaming.exp: New testcase.
14502 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14503 * gdb.ada/fun_renaming/pack.adb: New file.
14504 * gdb.ada/fun_renaming/pack.ads: New file.
14505
14506 2015-08-12 Keith Seitz <keiths@redhat.com>
14507
14508 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14509 gdb_get_line_number.
14510
14511 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14512
14513 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14514 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14515 gdb.base/dso2dso.exp: New files.
14516
14517 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14518 Pedro Alves <palves@redhat.com>
14519 Keith Seitz <keiths@redhat.com>
14520
14521 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14522 GDBFLAGS.
14523
14524 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14525
14526 * gdb.base/gdbhistsize-history.exp
14527 (test_histsize_history_setting): Use save_vars.
14528 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14529 Use save_vars.
14530 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14531 * gdb.base/readline.exp: Use save_vars.
14532
14533 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14534
14535 * lib/gdb.exp (save_vars): New proc.
14536
14537 2015-08-11 Keith Seitz <keiths@redhat.com>
14538
14539 * gdb.base/help.exp: Update help_breakpoint_text.
14540
14541 2015-08-11 Keith Seitz <keiths@redhat.com>
14542
14543 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14544 (at toplevel): Call test_explicit_breakpoints.
14545 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14546 breakpoints.
14547 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14548 breakpoint conditions, "-cond".
14549
14550 2015-08-11 Keith Seitz <keiths@redhat.com>
14551
14552 * gdb.linespec/3explicit.c: New file.
14553 * gdb.linespec/cpexplicit.cc: New file.
14554 * gdb.linespec/cpexplicit.exp: New file.
14555 * gdb.linespec/explicit.c: New file.
14556 * gdb.linespec/explicit.exp: New file.
14557 * gdb.linespec/explicit2.c: New file.
14558 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14559 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14560 before using in the matching pattern.
14561 Clarify that `prefix' is a regular expression.
14562
14563 2015-08-11 Keith Seitz <keiths@redhat.com>
14564
14565 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14566 test.
14567 Add tests for missing ",FMT" and ",".
14568
14569 2015-08-10 Doug Evans <dje@google.com>
14570 Keith Seitz <keiths@redhat.com>
14571
14572 PR gdb/17960
14573 * gdb.base/completion.exp: Add location completer tests.
14574
14575 2015-08-07 Pedro Alves <palves@redhat.com>
14576
14577 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14578 tests here.
14579 (top level): Run do_test with and without displaced stepping.
14580
14581 2015-08-07 Pedro Alves <palves@redhat.com>
14582
14583 * gdb.base/valgrind-disp-step.c: New file.
14584 * gdb.base/valgrind-disp-step.exp: New file.
14585
14586 2015-08-07 Pedro Alves <palves@redhat.com>
14587
14588 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14589 Delete function.
14590 (main): Add alarm. Run an infinite loop instead of calling
14591 wait_threads.
14592 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14593 comment.
14594 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14595 Delete function.
14596 (main): Add alarm. Run an infinite loop instead of calling
14597 wait_threads.
14598 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14599 comment.
14600
14601 2015-08-07 Pedro Alves <palves@redhat.com>
14602
14603 * gdb.base/checkpoint-ns.exp: New file.
14604 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14605 standard_testfile.
14606
14607 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14608
14609 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14610 * gdb.btrace/instruction_history.exp: Update.
14611 * gdb.btrace/tsx.exp: New.
14612 * gdb.btrace/tsx.c: New.
14613
14614 2015-08-06 Pedro Alves <palves@redhat.com>
14615
14616 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14617 increase timeout.
14618 * gdb.reverse/until-precsave.exp: Bump timeouts.
14619
14620 2015-08-06 Pedro Alves <palves@redhat.com>
14621
14622 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14623
14624 2015-08-06 Pedro Alves <palves@redhat.com>
14625
14626 PR gdb/18749
14627 * gdb.threads/process-dies-while-handling-bp.c: New file.
14628 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14629
14630 2015-08-06 Pedro Alves <palves@redhat.com>
14631
14632 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14633 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14634
14635 2015-08-05 Pedro Alves <palves@redhat.com>
14636
14637 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14638 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14639
14640 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14641
14642 * gdb.base/bp-permanent.exp: Report test as unsupported if
14643 the target cannot stop at the permanent breakpoint.
14644
14645 2015-08-03 Doug Evans <dje@google.com>
14646
14647 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14648 10000.
14649
14650 2015-08-03 Doug Evans <dje@google.com>
14651
14652 * Makefile.in (workers/%.worker, build-perf): New rule.
14653 (GDB_PERFTEST_MODE): New variable.
14654 (check-perf): Use it.
14655 (clean): Clean up gdb.perf parallel build subdirs.
14656 * lib/build-piece.exp: New file.
14657 * lib/gdb.exp (make_gdb_parallel_path): New function
14658 (standard_output_file, standard_temp_file): Call it.
14659 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14660 of $GDB_PARALLEL.
14661 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14662
14663 2015-08-03 Doug Evans <dje@google.com>
14664
14665 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14666 (LOG_FILE_NAME): New global.
14667 (TextReporter.__init__): Initialize self.txt_sum.
14668 (TextReporter.report): Add support for multiple data-points.
14669 Move report to perftest.sum, put raw data in perftest.log.
14670 (TextReporter.start): Open sum and log files.
14671 (TextReporter.end): Close sum and log files.
14672 * gdb.perf/lib/perftest/testresult.py
14673 (SingleStatisticTestResult.record): Handle multiple data-points.
14674
14675 2015-07-31 Pedro Alves <palves@redhat.com>
14676
14677 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14678 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14679 kill_wait_spawned_process instead of explicit "kill -9".
14680 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14681 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14682 kill_wait_spawned_process.
14683 * gdb.base/attach-twice.exp: Likewise.
14684 * gdb.base/attach.exp: Likewise.
14685 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14686 gdb_test_multiple.
14687 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14688 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14689 kill_wait_spawned_process.
14690 * gdb.base/valgrind-infcall.exp: Likewise.
14691 * gdb.multi/multi-attach.exp: Likewise.
14692 * gdb.python/py-prompt.exp: Likewise.
14693 * gdb.python/py-sync-interp.exp: Likewise.
14694 * gdb.server/ext-attach.exp: Likewise.
14695 * gdb.threads/attach-into-signal.exp (corefunc): Use
14696 spawn_wait_for_attach, spawn_id_get_pid and
14697 kill_wait_spawned_process.
14698 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14699 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14700 spawn_id_get_pid and kill_wait_spawned_process.
14701 * gdb.threads/attach-stopped.exp (corefunc): Use
14702 spawn_wait_for_attach, spawn_id_get_pid and
14703 kill_wait_spawned_process.
14704 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14705 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14706 kill_wait_spawned_process instead of explicit "kill -9".
14707 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14708 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14709 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14710 processes. Don't map cygwin/windows pids here. Now returns a
14711 spawn id list.
14712
14713 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14714
14715 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14716 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14717 correct patch.
14718
14719 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14720
14721 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14722
14723 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14724
14725 Reapply:
14726 2014-05-21 Mark Wielaard <mjw@redhat.com>
14727
14728 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14729
14730 2015-07-30 Pedro Alves <palves@redhat.com>
14731
14732 * linux-low.c (handle_extended_wait): Set the child's last
14733 reported status to TARGET_WAITKIND_STOPPED.
14734
14735 2015-07-30 Pedro Alves <palves@redhat.com>
14736
14737 PR threads/18600
14738 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14739 only shows inferior 1.
14740
14741 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14742 Pedro Alves <palves@redhat.com>
14743
14744 PR threads/18600
14745 * gdb.threads/fork-plus-threads.c: New file.
14746 * gdb.threads/fork-plus-threads.exp: New file.
14747
14748 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14749
14750 * gdb.base/batch-preserve-term-settings.exp
14751 (test_terminal_settings_preserved_after_cli_exit): Use
14752 send_quit_command.
14753
14754 2015-07-29 Pedro Alves <palves@redhat.com>
14755 Don Breazeal <donb@codesourcery.com>
14756
14757 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14758 output from both inferior_spawn_id and gdb_spawn_id.
14759
14760 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14761
14762 * gdb.threads/attach-into-signal.exp (corefunc): Use
14763 with_test_prefix on nested loops, uniquefying the test messages.
14764
14765 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14766
14767 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14768 commit.
14769
14770 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14771
14772 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14773 New proc.
14774 (test_terminal_settings_preserved_after_sigterm): New test.
14775
14776 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14777
14778 * gdb.base/batch-preserve-term-settings.exp
14779 (test_terminal_settings_preserved_after_cli_exit): New test.
14780
14781 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14782
14783 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14784 manipulation of saved_gdbflags.
14785 (test_terminal_settings_preserved): Remove global declaration of
14786 the unused variable pagination_prompt. Remove manipulation of
14787 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14788 GDBFLAGS.
14789
14790 2015-07-29 Pedro Alves <palves@redhat.com>
14791
14792 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14793
14794 2015-07-29 Pedro Alves <palves@redhat.com>
14795
14796 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14797 at the top.
14798
14799 2015-07-29 Pedro Alves <palves@redhat.com>
14800
14801 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14802 (main): Call gdb_unbuffer_output.
14803 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14804 (main): Call gdb_unbuffer_output.
14805 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14806 (main): Call gdb_unbuffer_output.
14807 * gdb.base/call-strs.exp: Adjust to step over the
14808 gdb_unbuffer_output call.
14809 * gdb.base/catch-gdb-caused-signals.c: Include
14810 "../lib/unbuffer_output.c".
14811 (main): Call gdb_unbuffer_output.
14812 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14813 (main): Call gdb_unbuffer_output.
14814 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14815 (main): Call gdb_unbuffer_output.
14816 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14817 (main): Call gdb_unbuffer_output.
14818 * gdb.base/shlib-call.exp: Adjust to step over the
14819 gdb_unbuffer_output call.
14820 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14821 (main): Call gdb_unbuffer_output.
14822 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14823 (main): Call gdb_unbuffer_output.
14824 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14825 (main): Rename to ...
14826 (test): ... this.
14827 (main): Reimplement.
14828 * gdb.base/varargs.exp: Run to test instead of to main.
14829 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14830 (main): Call gdb_unbuffer_output.
14831
14832 2015-07-29 Pedro Alves <palves@redhat.com>
14833
14834 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14835 factore out from mi_continue_dprintf. For call-style dprintfs,
14836 expect dprintf output out of $inferior_spawn_id.
14837 (mi_continue_dprintf): Use mi_expect_dprintf.
14838 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14839 (main): Call gdb_unbuffer_output.
14840
14841 2015-07-29 Pedro Alves <palves@redhat.com>
14842
14843 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14844 (default_mi_gdb_start): Set inferior_spawn_id instead of
14845 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14846 gdb_spawn_id.
14847 (mi_gdb_test): Always expect inferior output from both
14848 $inferior_spawn_id and $gdb_spawn_id.
14849
14850 2015-07-29 Pedro Alves <palves@redhat.com>
14851
14852 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14853 send_inferior and $inferior_spawn_id.
14854
14855 2015-07-29 Pedro Alves <palves@redhat.com>
14856
14857 * gdb.gdb/complaints.exp (test_initial_complaints)
14858 (test_serial_complaints, test_short_complaints): Use
14859 gdb_test_stdio.
14860 (test_empty_complaint): Handle $inferior_spawn_id !=
14861 $gdb_spawn_id.
14862
14863 2015-07-29 Pedro Alves <palves@redhat.com>
14864
14865 * gdb.base/varargs.exp: Use gdb_test_stdio.
14866
14867 2015-07-29 Pedro Alves <palves@redhat.com>
14868
14869 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14870
14871 2015-07-29 Pedro Alves <palves@redhat.com>
14872
14873 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14874
14875 2015-07-29 Pedro Alves <palves@redhat.com>
14876
14877 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14878 parameter into two new parameters, "inf_result" and "gdb_result".
14879 Expect inferior output and gdb output from $inferior_spawn_id and
14880 $gdb_spawn_id, respectively. Adjust all callers.
14881
14882 2015-07-29 Pedro Alves <palves@redhat.com>
14883
14884 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14885 of gdb_test_sequence.
14886
14887 2015-07-29 Pedro Alves <palves@redhat.com>
14888
14889 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14890 (saw_spurious_output): Expect inferior output from
14891 $inferior_spawn_id. Use gdb_test_stdio.
14892
14893 2015-07-29 Pedro Alves <palves@redhat.com>
14894
14895 * gdb.base/dprintf.exp: Use standard_testfile. Change
14896 prepare_for_testing call.
14897 (srcfile): Don't set.
14898 (restart): New procedure.
14899 (test_dprintf): New procecure, use to continue over dprintfs.
14900 (test_call, test_agent): New procedures, tests moved here.
14901 Restart gdb and recreate dprintfs. Adjust expected output.
14902
14903 2015-07-29 Pedro Alves <palves@redhat.com>
14904
14905 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14906
14907 2015-07-29 Pedro Alves <palves@redhat.com>
14908
14909 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14910
14911 2015-07-29 Pedro Alves <palves@redhat.com>
14912
14913 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14914 gdb_test_stdio.
14915
14916 2015-07-29 Pedro Alves <palves@redhat.com>
14917
14918 * lib/gdb.exp (gdb_test_stdio): New procedure.
14919
14920 2015-07-29 Pedro Alves <palves@redhat.com>
14921
14922 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14923
14924 2015-07-29 Pedro Alves <palves@redhat.com>
14925
14926 * gdb.base/call-signal-resume.exp: Remove check for
14927 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14928 * gdb.base/unwindonsignal.exp: Likewise.
14929 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14930 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14931
14932 2015-07-29 Pedro Alves <palves@redhat.com>
14933
14934 * gdb.base/siginfo-addr.c (pass): New function.
14935 (handler): Call it iff si_addr is correct.
14936 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14937 Set a breakpoint at "pass" and continue to it.
14938
14939 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14940
14941 * gdb.python/py-objfile.exp: Make some tests have unique names.
14942 * gdb.python/py-pp-registration.exp: Likewise.
14943
14944 2015-07-28 Pedro Alves <palves@redhat.com>
14945
14946 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14947
14948 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14949
14950 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14951
14952 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14953
14954 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14955
14956 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14957
14958 * gdb.base/gdb-sigterm-2.exp: New test.
14959
14960 2015-07-25 Doug Evans <xdje42@gmail.com>
14961
14962 Revert:
14963 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14964 (workers/%.worker, build-perf): New rule.
14965 (GDB_PERFTEST_MODE): New variable.
14966 (check-perf): Use it.
14967 (clean): Clean up gdb.perf parallel build subdirs.
14968 * lib/build-piece.exp: New file.
14969 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14970 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14971 name.
14972 (standard_temp_file): Ditto.
14973 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14974 of $GDB_PARALLEL.
14975
14976 2015-07-24 Doug Evans <dje@google.com>
14977
14978 * gdb.perf/lib/perftest/utils.py: New file.
14979 * gdb.perf/gm-hello.cc: New file.
14980 * gdb.perf/gm-pervasive-typedef.cc: New file.
14981 * gdb.perf/gm-pervasive-typedef.h: New file.
14982 * gdb.perf/gm-std.cc: New file.
14983 * gdb.perf/gm-std.h: New file.
14984 * gdb.perf/gm-use-cerr.cc: New file.
14985 * gdb.perf/gm-utils.h: New file.
14986 * gdb.perf/gmonster-null-lookup.py: New file.
14987 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14988 * gdb.perf/gmonster-print-cerr.py: New file.
14989 * gdb.perf/gmonster-ptype-string.py: New file.
14990 * gdb.perf/gmonster-runto-main.py: New file.
14991 * gdb.perf/gmonster-select-file.py: New file.
14992 * gdb.perf/gmonster1-null-lookup.exp: New file.
14993 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14994 * gdb.perf/gmonster1-print-cerr.exp: New file.
14995 * gdb.perf/gmonster1-ptype-string.exp: New file.
14996 * gdb.perf/gmonster1-runto-main.exp: New file.
14997 * gdb.perf/gmonster1-select-file.exp: New file.
14998 * gdb.perf/gmonster1.cc: New file.
14999 * gdb.perf/gmonster1.exp: New file.
15000 * gdb.perf/gmonster2-null-lookup.exp: New file.
15001 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15002 * gdb.perf/gmonster2-print-cerr.exp: New file.
15003 * gdb.perf/gmonster2-ptype-string.exp: New file.
15004 * gdb.perf/gmonster2-runto-main.exp: New file.
15005 * gdb.perf/gmonster2-select-file.exp: New file.
15006 * gdb.perf/gmonster2.cc: New file.
15007 * gdb.perf/gmonster2.exp: New file.
15008
15009 2015-07-24 Doug Evans <dje@google.com>
15010
15011 * gdb.perf/README: New file.
15012 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15013 * lib/gen-perf-test.exp: New file.
15014
15015 2015-07-24 Doug Evans <dje@google.com>
15016
15017 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15018 (PerfTest::startup): New function.
15019 (PerfTest::run): Return result of calling body.
15020 (PerfTest::assemble): Rewrite.
15021 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15022 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15023 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15024 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15025 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15026
15027 2015-07-24 Doug Evans <dje@google.com>
15028
15029 * lib/gdb.exp (clean_restart): Make executable optional.
15030
15031 2015-07-24 Doug Evans <dje@google.com>
15032
15033 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15034 compiler_info references.
15035 * gdb.cp/temargs.exp: Ditto.
15036 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15037 (get_compiler_info): Early exit if already computed. Set compiler_info
15038 to "unknown" if there was a problem.
15039 (test_compiler_info): Add function comment. Call get_compiler_info.
15040
15041 2015-07-24 Doug Evans <dje@google.com>
15042
15043 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15044 (workers/%.worker, build-perf): New rule.
15045 (GDB_PERFTEST_MODE): New variable.
15046 (check-perf): Use it.
15047 (clean): Clean up gdb.perf parallel build subdirs.
15048 * lib/build-piece.exp: New file.
15049 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15050 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15051 name.
15052 (standard_temp_file): Ditto.
15053 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15054 of $GDB_PARALLEL.
15055
15056 2015-07-24 Doug Evans <dje@google.com>
15057
15058 * lib/future.exp (gdb_default_target_compile): New option
15059 "early_flags".
15060 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15061 --as-needed.
15062
15063 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15064
15065 * gdb.base/catch-syscall.exp: Call gdb_exit before
15066 gdb_skip_xml_test.
15067
15068 2015-07-24 Pedro Alves <palves@redhat.com>
15069
15070 * gdb.python/py-events.exp: Accept output between the stop event
15071 and the prompt.
15072 * gdb.python/py-evsignal.exp: Likewise.
15073 * gdb.python/py-evthreads.exp: Likewise.
15074
15075 2015-07-24 Pedro Alves <palves@redhat.com>
15076
15077 PR gdb/18717
15078 * gdb.threads/non-ldr-exit.c: New file.
15079 * gdb.threads/non-ldr-exit.exp: New file.
15080
15081 2015-07-24 Yao Qi <yao.qi@linaro.org>
15082
15083 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15084 restarting process.
15085
15086 2015-07-24 Yao Qi <yao.qi@linaro.org>
15087
15088 * gdb.server/ext-restart.exp: New file.
15089
15090 2015-07-24 Yao Qi <yao.qi@linaro.org>
15091
15092 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15093 argument options.
15094 * gdb.server/ext-wrapper.exp: New file.
15095
15096 2015-07-23 Doug Evans <dje@google.com>
15097
15098 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15099 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15100
15101 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15102
15103 * gdb.ada/var_arr_typedef.exp: New testcase.
15104 * gdb.ada/var_arr_typedef/pack.adb: New file.
15105 * gdb.ada/var_arr_typedef/pack.ads: New file.
15106 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15107
15108 2015-07-20 Joel Brobecker <brobecker@adacore.com>
15109
15110 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15111
15112 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15113
15114 * gdb.arch/i386-biarch-core.exp: Replace istarget
15115 by "complete set gnutarget". Remove expectation for the "core-file"
15116 command.
15117
15118 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15119
15120 Revert the previous commit:
15121 Tests for validate symbol file using build-id.
15122
15123 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15124
15125 Tests for validate symbol file using build-id.
15126 * gdb.base/solib-mismatch-lib.c: New file.
15127 * gdb.base/solib-mismatch-libmod.c: New file.
15128 * gdb.base/solib-mismatch.c: New file.
15129 * gdb.base/solib-mismatch.exp: New file.
15130
15131 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15132
15133 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15134 nios2-*-linux*.
15135 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15136 * gdb.base/siginfo.exp: Likewise.
15137 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15138
15139 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15140
15141 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15142 Move it to ...
15143 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15144 ... here.
15145 * gdb.trace/range-stepping.exp: Check that the target supports
15146 range stepping.
15147
15148 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15149
15150 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15151
15152 2015-07-14 Pedro Alves <palves@redhat.com>
15153
15154 * gdb.base/killed-outside.exp: New file.
15155 * gdb.base/killed-outside.c: New file.
15156
15157 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15158
15159 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15160 (n at main): New.
15161 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15162
15163 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15164
15165 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15166 infcall tests instead of setting up for KFAIL.
15167
15168 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15169
15170 * gdb.btrace/record_goto-step.exp: New.
15171
15172 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15173
15174 PR compile/18484
15175 * gdb.compile/compile.c (struct struct_type): Add volatile to
15176 selffield's type.
15177 * gdb.compile/compile.exp
15178 (compile code struct_object.selffield = &struct_object): Skip further
15179 struct_object tests if this one xfails.
15180
15181 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
15182
15183 PR exp/18617
15184 * gdb.trace/ax.exp: Add test.
15185
15186 2015-07-07 Yao Qi <yao.qi@linaro.org>
15187
15188 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15189 instead of istarget "aarch64*-*-*".
15190 * gdb.arch/aarch64-fp.exp: Likewise.
15191 * gdb.base/float.exp: Likewise.
15192 * gdb.reverse/aarch64.exp: Likewise.
15193 * lib/gdb.exp (is_aarch64_target): New proc.
15194
15195 2015-07-07 Yao Qi <yao.qi@linaro.org>
15196
15197 * lib/gdb.exp (is_aarch32_target): New proc.
15198 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15199 instead of "istarget "arm*-*-*"".
15200 * gdb.arch/arm-disp-step.exp: Likewise.
15201 * gdb.arch/thumb-bx-pc.exp: Likewise.
15202 * gdb.arch/thumb-prologue.exp: Likewise.
15203 * gdb.arch/thumb-singlestep.exp: Likewise.
15204 * gdb.base/disp-step-syscall.exp: Likewise.
15205 * gdb.base/float.exp: Likewise.
15206
15207 2015-07-07 Yao Qi <yao.qi@linaro.org>
15208
15209 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15210 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15211
15212 2015-07-07 Yao Qi <yao.qi@linaro.org>
15213
15214 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15215 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15216 if it exists.
15217 * gdb.multi/multi-arch.exp: Likewise.
15218
15219 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15220
15221 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15222 print.
15223
15224 2015-07-07 Yao Qi <yao.qi@linaro.org>
15225
15226 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15227
15228 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15229
15230 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15231 '[' and ']' characters.
15232
15233 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15234
15235 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15236
15237 2015-06-29 Pedro Alves <palves@redhat.com>
15238
15239 PR threads/18127
15240 * gdb.threads/hand-call-new-thread.c: New file.
15241 * gdb.threads/hand-call-new-thread.c: New file.
15242
15243 2015-06-26 Keith Seitz <keiths@redhat.com>
15244 Doug Evans <dje@google.com>
15245
15246 PR 16253
15247 * gdb.cp/var-tag-2.cc: New file.
15248 * gdb.cp/var-tag-3.cc: New file.
15249 * gdb.cp/var-tag-4.cc: New file.
15250 * gdb.cp/var-tag.cc: New file.
15251 * gdb.cp/var-tag.exp: New file.
15252
15253 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15254
15255 * gdb.base/history-duplicates.exp: New test.
15256
15257 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15258
15259 * gdb.base/completion.exp: Test the completion of the "focus"
15260 command.
15261
15262 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15263
15264 * gdb.arch/amd64-prologue-skip.S: New file.
15265 * gdb.arch/amd64-prologue-skip.exp: New file.
15266
15267 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15268
15269 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15270 is_address_zero_readable check.
15271
15272 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15273
15274 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15275 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15276
15277 2015-06-24 Yao Qi <yao.qi@linaro.org>
15278
15279 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15280 linux targets.
15281
15282 2015-06-24 Yao Qi <yao.qi@linaro.org>
15283
15284 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15285 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15286 * gdb.base/siginfo-thread.exp: Likewise.
15287
15288 2015-06-22 Yao Qi <yao.qi@linaro.org>
15289
15290 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15291
15292 2015-06-22 Yao Qi <yao.qi@linaro.org>
15293
15294 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15295 aarch64*-*-*.
15296 (skip_hw_watchpoint_tests): Likewise.
15297
15298 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15299
15300 * gdb.base/gdbinit-history.exp: Test the interaction between
15301 setting GDBHISTSIZE and setting the history size via .gdbinit.
15302
15303 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15304
15305 PR gdb/16999
15306 * gdb.base/gdbhistsize-history.exp: New test.
15307
15308 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15309
15310 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15311 with GDBHISTSIZE.
15312 * gdb.base/readline.exp: Likewise.
15313
15314 2015-06-17 Yao Qi <yao.qi@linaro.org>
15315
15316 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15317 line.
15318
15319 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15320
15321 * gdb.base/gdbinit-history.exp: Add test case to check that
15322 an unlimited history file does not get truncated on exit.
15323
15324 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15325
15326 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15327 (VECTOR): New macro. Use it...
15328 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15329 ...for these typedefs.
15330 (int8, char1, int1, double1): New typedefs.
15331 (struct just_int2, struct two_int2): New structures.
15332 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15333 (add_structvecs, add_singlevecs): New functions.
15334 (main): Call add_some_intvecs twice.
15335 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15336 the compile and exit upon failure. Try compiling for the "native"
15337 architecture. Test inferior function calls with vector arguments
15338 and vector return value handling with "finish" and "return".
15339
15340 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15341
15342 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15343 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15344 PE file.
15345 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15346
15347 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15348
15349 PR breakpoints/16465
15350 * gdb.mi/mi-dprintf-pending.c: New file.
15351 * gdb.mi/mi-dprintf-pending.exp: New test.
15352 * gdb.mi/mi-dprintf-pendshr.c: New file.
15353
15354 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15355 Mircea Gherzan <mircea.gherzan@intel.com>
15356
15357 * gdb.arch/i386-mpx-map.c: New file.
15358 * gdb.arch/i386-mpx-map.exp: New File.
15359
15360 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15361
15362 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15363 * gdb.arch/i386-mpx.exp: Indentation fixed.
15364
15365 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15366
15367 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15368 function and improved indentation.
15369 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15370 gdb_test_multiple. Added additional tests to skip the test.
15371
15372 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15373
15374 * gdb.arch/i386-avx512.c: Change path in include file.
15375 * gdb.arch/i386-avx512.exp: Change include dir path
15376 compilation flag.
15377 * gdb.arch/i386-mpx.c: Change path in include file.
15378 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15379 flag.
15380
15381 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15382
15383 * gdb.compile/compile-print.exp (compile print *vararray@3)
15384 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15385
15386 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15387
15388 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15389 (do not keep jit in memory): ... this.
15390 (expect 5): Change it to ...
15391 (expect no 5): ... this.
15392
15393 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15394
15395 PR gdb/15564
15396 * gdb.mi/mi-detach.exp: New file.
15397
15398 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15399
15400 PR symtab/18392
15401 * gdb.arch/amd64-tailcall-self.S: New file.
15402 * gdb.arch/amd64-tailcall-self.c: New file.
15403 * gdb.arch/amd64-tailcall-self.exp: New file.
15404
15405 2015-05-28 Don Breazeal <donb@codesourcery.com>
15406
15407 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15408 tests for remote targets by checking is_target_gdbserver.
15409
15410 2015-05-27 Doug Evans <dje@google.com>
15411
15412 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15413 * gdb.dwarf2/opaque-type-lookup.c: New file.
15414 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15415
15416 2015-05-26 Doug Evans <dje@google.com>
15417
15418 * gdb.cp/iostream.cc: New file.
15419 * gdb.cp/iostream.exp: New file.
15420
15421 2015-05-26 Doug Evans <dje@google.com>
15422
15423 * gdb.dwarf2/dw2-op-call.exp: Update.
15424 * gdb.dwarf2/dw4-sig-types.exp: Update.
15425 * gdb.dwarf2/implptr.exp: Update.
15426 * gdb.mi/mi-cmd-param-changed.exp: Update.
15427
15428 2015-05-26 Doug Evans <dje@google.com>
15429
15430 * gdb.python/py-lazy-string.c: New file.
15431 * gdb.python/py-lazy-string.exp: New file.
15432 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15433 (main): Update. Add estring3.
15434 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15435 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15436
15437 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15438 Yao Qi <yao.qi@linaro.org>
15439
15440 * gdb.reverse/aarch64.c: New.
15441 * gdb.reverse/aarch64.exp: New.
15442
15443 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15444
15445 * lib/gdb.exp (supports_process_record): Return true for
15446 aarch64*-linux*.
15447 (supports_reverse): Likewise.
15448
15449 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15450
15451 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15452 Use with_test_prefix.
15453
15454 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15455
15456 * gdb.base/completion.exp: Add test for completion of layout
15457 names.
15458
15459 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15460
15461 * lib/gdb.exp (skip_tui_tests): New proc.
15462 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15463
15464 2015-05-19 Pedro Alves <palves@redhat.com>
15465
15466 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15467 Save the whole env array instead of just HOME. Unset HISTSIZE in
15468 the environment while testing. Restore whole environment
15469 afterwards.
15470
15471 2015-05-16 Doug Evans <xdje42@gmail.com>
15472
15473 * gdb.guile/scm-ports.c: New file.
15474 * gdb.guile/scm-ports.exp: Add memory port tests.
15475
15476 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15477
15478 * gdb.compile/compile-print.c: New file.
15479 * gdb.compile/compile-print.exp: New file.
15480
15481 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15482
15483 * gdb.compile/compile-ops.exp: Cast param to void.
15484 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15485 (compile code struct_object.selffield = &struct_object): Add xfail.
15486
15487 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15488
15489 * gdb.ada/arr_enum_with_gap: New testcase.
15490
15491 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15492
15493 * gdb.ada/byte_packed_arr: New testcase.
15494
15495 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15496
15497 * gdb.ada/pckd_neg: New testcase.
15498
15499 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15500
15501 PR gdb/17820
15502 * gdb.base/gdbinit-history.exp: New test.
15503 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15504 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15505
15506 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15507
15508 * gdb.python/py-xmethods.cc: Enhance test case.
15509 * gdb.python/py-xmethods.exp: New tests.
15510 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15511 function.
15512 (B_indexoper): Likewise.
15513 (global_dm_list) : Add new xmethod worker functions.
15514
15515 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15516
15517 * gdb.base/coredump-filter.exp: Correctly unset
15518 "coredump_var_addr" array.
15519
15520 2015-05-08 Pedro Alves <palves@redhat.com>
15521
15522 * gdb.server/non-existing-program.exp: Unset spawn_id.
15523
15524 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15525
15526 PR python/18291
15527 * gdb.python/py-xmethods.exp: Add tests.
15528
15529 2015-05-08 Yao Qi <yao.qi@linaro.org>
15530
15531 PR gdb/18208
15532 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15533 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15534 function set_coredump_filter, and remove remote_exec call.
15535 Remove argument ipid. Callers update.
15536 (top level): Don't get inferior's PID.
15537
15538 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15539
15540 * gdb.base/watch_thread_num.exp: Skip test on targets without
15541 access watchpoints.
15542
15543 2015-05-06 Pedro Alves <palves@redhat.com>
15544
15545 PR server/18081
15546 * gdb.server/non-existing-program.exp: New file.
15547
15548 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15549
15550 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15551
15552 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15553
15554 * gdb.ada/out_of_line_in_inlined: New testcase.
15555
15556 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15557
15558 * gdb.ada/var_rec_arr: New testcase.
15559
15560 2015-04-30 Yao Qi <yao.qi@linaro.org>
15561
15562 * gdb.base/break-idempotent.exp: If
15563 skip_hw_watchpoint_multi_tests returns true, skip the tests
15564 on "rwatch" and "awatch".
15565
15566 2015-04-30 Yao Qi <yao.qi@linaro.org>
15567
15568 * gdb.base/relativedebug.exp: Invoke gdb command
15569 "info sharedlibrary", and if libc.so doesn't have debug info,
15570 skip the test.
15571
15572 2015-04-29 Doug Evans <dje@google.com>
15573
15574 * gdb.python/py-xmethods.exp: Add ptype tests.
15575 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15576 get_result_type method.
15577
15578 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15579
15580 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15581 the target does not support hardware watchpoints.
15582
15583 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15584
15585 * gdb.base/break-always.exp: Abort testing if writing to memory
15586 causes an error.
15587
15588 2015-04-28 Doug Evans <dje@google.com>
15589
15590 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15591 * gdb.python/py-pp-registration.exp: ... here. New file.
15592 * gdb.python/py-pp-registration.c: New file.
15593 * gdb.python/py-pp-registration.py: New file.
15594
15595 2015-04-28 Doug Evans <dje@google.com>
15596
15597 * gdb.python/py-bad-printers.c: New file.
15598 * gdb.python/py-bad-printers.py: New file.
15599 * gdb.python/py-bad-printers.exp: New file.
15600
15601 2015-04-28 Sasha Smundak <asmundak@google.com>
15602
15603 * gdb.python/py-type.exp: New test.
15604
15605 2015-04-28 Andy Wingo <wingo@igalia.com>
15606
15607 * gdb.python/py-parameter.exp:
15608 * gdb.guile/scm-parameter.exp: Escape the path that we are
15609 matching against, as it might contain characters that are special
15610 to regular expressions.
15611
15612 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15613
15614 * gdb.ada/rec_comp: New testcase.
15615
15616 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15617
15618 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15619 before using it.
15620
15621 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15622
15623 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15624 new tests for verilog output.
15625
15626 2015-04-24 Yao Qi <yao.qi@linaro.org>
15627
15628 * boards/remote-gdbserver-on-localhost.exp: New file.
15629
15630 2015-04-23 Pedro Alves <palves@redhat.com>
15631
15632 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15633 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15634 "end of file", remove $inferior_spawn_id from the indirect list.
15635
15636 2015-04-23 Pedro Alves <palves@redhat.com>
15637
15638 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15639
15640 2015-04-23 Pedro Alves <palves@redhat.com>
15641
15642 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15643 on $any_spawn_id instead of only on $gdb_spawn_id.
15644
15645 2015-04-21 Pierre Muller <muller@sourceware.org>
15646
15647 PR pascal/17815
15648 * lib/pascal.exp (gpc_compile): Add new option "class".
15649 (fpc_compile): Likewise.
15650 * gdb.pascal/case-insensitive-symbols.pas: New file.
15651 * gdb.pascal/case-insensitive-symbols.exp: New file.
15652
15653 2015-04-20 Gary Benson <gbenson@redhat.com>
15654
15655 * gdb.base/attach.exp: Fix three extended remote failures.
15656
15657 2015-04-17 Gary Benson <gbenson@redhat.com>
15658
15659 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15660 the main executable over the remote protocol.
15661
15662 2015-04-16 Pedro Alves <palves@redhat.com>
15663
15664 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15665 a new gdbserver if gdbserver_reconnect_p is set.
15666
15667 2015-04-16 Pedro Alves <palves@redhat.com>
15668
15669 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15670 is set, don't exit gdbserver.
15671
15672 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15673
15674 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15675 appropriate .insn, such that an older assembler can be used.
15676 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15677 the z/Architecture instruction set on 31-bit targets as well.
15678
15679 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15680
15681 * gdb.go/handcall.exp: Remove all logic related to the first
15682 breakpoint and rely on go_runto_main instead.
15683 * gdb.go/strings.exp: Likewise.
15684 * gdb.go/unsafe.exp: Likewise.
15685 * gdb.go/hello.exp: Likewise. Also rename the remaining
15686 breakpoint marker to "breakpoint 1".
15687 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15688 * gdb.go/strings.go: Likewise.
15689 * gdb.go/unsafe.go: Likewise.
15690 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15691 "set breakpoint 2 here" and rename the remaining breakpoint marker
15692 to "breakpoint 1".
15693
15694 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15695
15696 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15697 if itertools.imap is not present.
15698 * gdb.python/py-objfile.exp: Add parentheses.
15699 * gdb.python/py-type.exp: Same.
15700 * gdb.python/py-unwind-maint.py: Same.
15701
15702 2015-04-15 Yao Qi <yao.qi@linaro.org>
15703
15704 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15705 of ":$ptr_size" and set its form explicitly.
15706
15707 2015-04-15 Pedro Alves <palves@redhat.com>
15708 Yao Qi <yao.qi@linaro.org>
15709
15710 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15711 timeout by factor of 4.
15712 (test_regular_watch): Likewise.
15713 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15714 * gdb.reverse/sigall-reverse.exp: Likewise.
15715 * gdb.reverse/until-precsave.exp: Likewise.
15716 * lib/gdb.exp (with_timeout_factor): New proc.
15717 (gdb_expect): Move some code to ...
15718 (get_largest_timeout): ... here. New procedure.
15719
15720 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
15721
15722 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15723
15724 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15725
15726 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15727 to write to the .text section.
15728
15729 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15730
15731 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15732 Handle the case of targets that do not provide PID information.
15733
15734 2015-04-13 Yao Qi <yao.qi@linaro.org>
15735
15736 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15737 and use expect instead of gdb_expect.
15738
15739 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15740
15741 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15742 "coredump_var_addr" to avoid naming conflict with other testcases.
15743
15744 2015-04-10 Pedro Alves <palves@redhat.com>
15745
15746 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15747 gdb_test_sequence and gdb_assert.
15748
15749 2015-04-10 Pedro Alves <palves@redhat.com>
15750
15751 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15752 test messages that don't include the breakpoint address.
15753
15754 2015-04-10 Yao Qi <yao.qi@linaro.org>
15755
15756 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15757 false for some offset and width combinations which aren't
15758 supported by linux kernel.
15759
15760 2015-04-10 Pedro Alves <palves@redhat.com>
15761
15762 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15763 procedure, factored out from ...
15764 (top level): ... here. Add "set displaced-stepping" testing axis.
15765 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15766 parameter "displaced". Use it.
15767 (top level): Use foreach and add "set displaced-stepping" testing
15768 axis.
15769
15770 2015-04-10 Pedro Alves <palves@redhat.com>
15771
15772 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15773 Remove comment.
15774 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15775 both the address of the instruction that triggers the watchpoint
15776 and the address of the instruction immediately after, and use
15777 those addresses for the test. Fix comment.
15778
15779 2015-04-10 Pedro Alves <palves@redhat.com>
15780
15781 * gdb.base/sigstep.exp (breakpoint_to_handler)
15782 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15783 Test "backtrace" in handler.
15784 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15785 (top level): Add new "displaced" test axis to
15786 breakpoint_to_handler, breakpoint_to_handler_entry and
15787 breakpoint_over_handler.
15788
15789 2015-04-10 Pedro Alves <palves@redhat.com>
15790
15791 PR gdb/18216
15792 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15793
15794 2015-04-10 Yao Qi <yao.qi@linaro.org>
15795
15796 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15797 (test_add_rn_pc): New function.
15798 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15799 (top level): Invoke test_add_rn_pc.
15800
15801 2015-04-10 Pedro Alves <palves@redhat.com>
15802
15803 PR gdb/13858
15804 * gdb.base/step-over-no-symbols.exp: New file.
15805
15806 2015-04-09 Andy Wingo <wingo@igalia.com>
15807
15808 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15809 after the Python tests.
15810
15811 2015-04-08 Keith Seitz <keiths@redhat.com>
15812
15813 PR python/16699
15814 * gdb.python/py-completion.exp: New tests for completion.
15815 * gdb.python/py-completion.py (CompleteLimit1): New class.
15816 (CompleteLimit2): Likewise.
15817 (CompleteLimit3): Likewise.
15818 (CompleteLimit4): Likewise.
15819 (CompleteLimit5): Likewise.
15820 (CompleteLimit6): Likewise.
15821 (CompleteLimit7): Likewise.
15822
15823 2015-04-08 Pedro Alves <palves@redhat.com>
15824
15825 PR gdb/18214
15826 PR gdb/18216
15827 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15828 function.
15829 (main): Install it as SIGUSR1 handler.
15830 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15831 parameter. Always use "setup" as prefix. Toggle "set
15832 displaced-stepping" off/on depending on global. Don't switch to
15833 thread 1 here.
15834 (top level): Add displaced stepping "off/on" test axis. Update
15835 "setup" calls. Wrap each subtest with with_test_prefix. Test
15836 continuing with a queued signal in each thread.
15837
15838 2015-04-08 Pedro Alves <palves@redhat.com>
15839
15840 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15841 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15842 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15843 Return early if running to main fails.
15844 * gdb.trace/while-stepping.exp: Likewise.
15845
15846 2015-04-07 Pedro Alves <palves@redhat.com>
15847
15848 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15849 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15850 interact with inferior program.
15851
15852 2015-04-07 Pedro Alves <palves@redhat.com>
15853
15854 * lib/gdb.exp (inferior_spawn_id): New global.
15855 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15856 spawn id after processing the user code.
15857 (default_gdb_start): Set inferior_spawn_id.
15858 (send_inferior): New procedure.
15859 * lib/gdbserver-support.exp (gdbserver_start): Set
15860 inferior_spawn_id.
15861 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15862
15863 2015-04-07 Pedro Alves <palves@redhat.com>
15864
15865 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15866 * lib/gdbserver-support.exp (gdbserver_start): Make
15867 $server_spawn_id global.
15868 (gdbserver_start): Don't wait for gdbserver's spawn id with
15869 expect_background.
15870 (close_gdbserver): New procedure.
15871 (gdb_exit): Rename the default version and reimplement.
15872
15873 2015-04-07 Pedro Alves <palves@redhat.com>
15874
15875 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15876 append the substituted item, not the original item.
15877
15878 2015-04-07 Pedro Alves <palves@redhat.com>
15879
15880 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15881 gdb_expect.
15882
15883 2015-04-07 Pedro Alves <palves@redhat.com>
15884
15885 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15886 output appearing once only.
15887
15888 2015-04-07 Pedro Alves <palves@redhat.com>
15889
15890 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15891 that doesn't expect anything. Return early if running to main
15892 fails.
15893
15894 2015-04-07 Yao Qi <yao.qi@linaro.org>
15895
15896 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15897 (child_function): Call alarm.
15898 (main): Move call to alarm into the loop.
15899 * gdb.threads/non-stop-fair-events.exp: Build program with
15900 -DTIMEOUT=$timeout.
15901
15902 2015-04-06 Doug Evans <xdje42@gmail.com>
15903
15904 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15905 Fix dest parameter to board_info.
15906 (fpc_compile): Ditto.
15907 (gdb_compile_pascal): Rename dest arg to destfile.
15908
15909 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15910
15911 * gdb.ada/funcall_ref.exp: New file.
15912 * gdb.ada/funcall_ref/foo.adb: New file.
15913
15914 2015-04-02 Yao Qi <yao.qi@linaro.org>
15915
15916 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15917 is remote.
15918
15919 2015-04-02 Gary Benson <gbenson@redhat.com>
15920
15921 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15922
15923 2015-04-01 Sasha Smundak <asmundak@google.com>
15924
15925 * gdb.python/py-unwind-maint.c: New file.
15926 * gdb.python/py-unwind-maint.exp: New test.
15927 * gdb.python/py-unwind-maint.py: New file.
15928 * gdb.python/py-unwind.c: New file.
15929 * gdb.python/py-unwind.exp: New test.
15930 * gdb.python/py-unwind.py: New test.
15931
15932 2015-04-01 Pedro Alves <palves@redhat.com>
15933
15934 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15935 to fail instead of non-existent $test.
15936
15937 2015-04-01 Pedro Alves <palves@redhat.com>
15938
15939 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15940 GDBFLAGS if not empty.
15941
15942 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15943
15944 * gdb.ada/complete.exp: Remove "multi_line".
15945 * gdb.ada/info_exc.exp: Remove "multi_line".
15946 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15947 * gdb.ada/ptype_field.exp: Remove "multi_line".
15948 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15949 * gdb.ada/tagged.exp: Remove "multi_line".
15950 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15951 [multi_line ...]
15952 * gdb.btrace/delta.exp: Likewise.
15953 * gdb.btrace/exception.exp: Likewise.
15954 * gdb.btrace/function_call_history.exp: Likewise.
15955 * gdb.btrace/instruction_history.exp: Likewise.
15956 * gdb.btrace/nohist.exp: Likewise.
15957 * gdb.btrace/record_goto.exp: Likewise.
15958 * gdb.btrace/segv.exp: Likewise.
15959 * gdb.btrace/stepi.exp: Likewise.
15960 * gdb.btrace/tailcall.exp: Likewise.
15961 * gdb.btrace/unknown_functions.exp: Likewise.
15962 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15963 * lib/gdb.exp: Add the "multi_line" helper.
15964
15965 2015-04-01 Pedro Alves <palves@redhat.com>
15966
15967 * gdb.threads/tid-reuse.c: New file.
15968 * gdb.threads/tid-reuse.exp: New file.
15969
15970 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15971
15972 PR corefiles/16092
15973 * gdb.base/coredump-filter.c: New file.
15974 * gdb.base/coredump-filter.exp: Likewise.
15975
15976 2015-03-27 Petr Machata <pmachata@redhat.com>
15977
15978 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15979 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15980 (Dwarf::assemble): Initialize them.
15981 (Dwarf::lines): New function.
15982
15983 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15984
15985 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15986 SYMBOL_PREFIX for x86_64-*-cygwin.
15987
15988 2015-03-26 Andy Wingo <wingo@igalia.com>
15989
15990 PR symtab/18148
15991 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15992 const_value but not a location.
15993 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15994 location defined in non-main CUs are visible.
15995
15996 2015-03-26 Yao Qi <yao.qi@linaro.org>
15997
15998 PR testsuite/18139
15999 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16000 Add a line number entry for the same line.
16001 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16002 Add a line number entry for the same line.
16003
16004 2015-03-26 Yao Qi <yao.qi@linaro.org>
16005
16006 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16007 .int 0.
16008 (func): Likewise. Add .Lfunc_1 label.
16009 Use .Lfunc_1 label.
16010 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16011 .int 0.
16012 (func): Likewise.
16013 Use .Lfunc_1 label.
16014
16015 2015-03-26 Yao Qi <yao.qi@linaro.org>
16016
16017 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16018 Call gdb_compile instead to compile each .s files without debug
16019 information.
16020
16021 2015-03-26 Yao Qi <yao.qi@linaro.org>
16022
16023 * gdb.base/savedregs.exp (process_saved_regs): Make
16024 "Saved registers:" optional in the pattern.
16025
16026 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16027
16028 * gdb.btrace/next.exp: Merged into step.exp.
16029 * gdb.btrace/finish.exp: Merged into step.exp.
16030 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16031 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16032 "record goto" and checking the exact replay position.
16033 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16034 check for "Recording format" in "info record" output.
16035 * gdb.btrace/record_goto.exp: Choose test file based on target.
16036 * gdb.btrace/x86-record_goto.S: Renamed into ...
16037 * gdb.btrace/x86_64-record_goto.S: ... this.
16038 * gdb.btrace/i686-record_goto.S: New.
16039 * gdb.btrace/x86-tailcall.S: Renamed into ...
16040 * gdb.btrace/x86_64-tailcall.S: ... this.
16041 * gdb.btrace/i686-tailcall.S: New.
16042 * gdb.btrace/x86-tailcall.c: Renamed into ...
16043 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16044 separate statements. Update test.
16045 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16046 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16047 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16048 * gdb.btrace/tailcall.exp: Choose test file based on target.
16049 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16050
16051 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16052
16053 * gdb.btrace/exception.exp: Increase BTS buffer size.
16054
16055 2015-03-24 Pedro Alves <palves@redhat.com>
16056
16057 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16058
16059 2015-03-24 Pedro Alves <palves@redhat.com>
16060
16061 * gdb.threads/schedlock.exp (test_step): No longer expect that
16062 "set scheduler-locking step" with "next" over a function call runs
16063 threads unlocked.
16064
16065 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16066
16067 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16068
16069 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16070
16071 PR breakpoints/16466
16072 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16073 * gdb.mi/mi-pending.c (thread_func): New function.
16074 (int main): Add threading support required.
16075 * gdb.mi/mi-pending.exp: Add tests for this issue.
16076 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16077 (pendfunc2): Remove stdio dependency.
16078 * gdb.mi/mi-pendshr2.c: New file.
16079
16080 2015-03-23 Keith Seitz <keiths@redhat.com>
16081
16082 * gdb.linespec/keywords.c: New file.
16083 * gdb.linespec/keywords.exp: New file.
16084
16085 2015-03-23 Keith Seitz <keiths@redhat.com>
16086
16087 PR gdb/18021
16088 * gdb.dwarf2/staticvirtual.exp: New test.
16089
16090 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16091
16092 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16093 * README: Remove HP-UX and gdb.hp.
16094 (configuration):
16095 * configure: Regenerate.
16096 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16097 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16098 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16099 gdb.hp/gdb.defects/Makefile.
16100 * gdb.hp/Makefile.in: File deleted.
16101 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16102 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16103 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16104 * gdb.hp/gdb.aCC/run.c: File deleted.
16105 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16106 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16107 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16108 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16109 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16110 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16111 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16112 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16113 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16114 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16115 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16116 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16117 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16118 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16119 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16120 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16121 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16122 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16123 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16124 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16125 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16126 * gdb.hp/gdb.compat/average.c: File deleted.
16127 * gdb.hp/gdb.compat/sum.c: File deleted.
16128 * gdb.hp/gdb.compat/xdb.c: File deleted.
16129 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16130 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16131 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16132 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16133 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16134 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16135 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16136 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16137 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16138 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16139 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16140 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16141 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16142 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16143 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16144 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16145 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16146 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16147 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16148 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16149 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16150 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16151 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16152 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16153 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16154 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16155 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16156 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16157 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16158 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16159 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16160 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16161 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16162 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16163 * gdb.hp/tools/odump: File deleted.
16164
16165 2015-03-19 Pedro Alves <palves@redhat.com>
16166
16167 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16168 (saw_thread_3): New globals.
16169 (top level): Increment them when an event for the corresponding
16170 thread is seen.
16171 (no thread starvation): New test.
16172
16173 2015-03-19 Pedro Alves <palves@redhat.com>
16174
16175 * gdb.threads/continue-pending-status.c: New file.
16176 * gdb.threads/continue-pending-status.exp: New file.
16177
16178 2015-03-18 Pedro Alves <palves@redhat.com>
16179
16180 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16181 Use gdb_is_target_remote instead of is_remote. Use
16182 gdb_test_multiple instead of gdb_expect. Exit early if
16183 gdb_test_multiple hits its internal matches. Tighten stepi tests
16184 expected output. Fail on exit with any signal, instead of just
16185 SIGILL.
16186
16187 2015-03-18 Yao Qi <yao.qi@linaro.org>
16188
16189 PR tdep/18107
16190 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16191 variable.
16192 * gdb.base/catch-syscall.exp: Don't skip it on
16193 aarch64*-*-linux* target. Remove elements in all_syscalls.
16194 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16195 target.
16196 (setup_all_syscalls): New proc.
16197
16198 2015-03-16 Yao Qi <yao.qi@linaro.org>
16199
16200 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16201 (top level): Skip tests if valid_addr_p returns false for
16202 $cmd1 or $cmd2.
16203
16204 2015-03-11 Andy Wingo <wingo@igalia.com>
16205
16206 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16207
16208 2015-03-11 Yao Qi <yao.qi@linaro.org>
16209
16210 * gdb.base/catch-syscall.exp: Fix typo in comments.
16211
16212 2015-03-11 Yao Qi <yao.qi@linaro.org>
16213
16214 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16215
16216 2015-03-09 Pedro Alves <palves@redhat.com>
16217
16218 * dg-extract-results.py: Delete.
16219
16220 2015-03-09 Pedro Alves <palves@redhat.com>
16221
16222 Merge dg-extract-results.sh from GCC upstream (r218843).
16223
16224 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16225 * dg-extract-results.sh: Use --text with grep to avoid issues with
16226 binary files. Fall back to cat -v, if that doesn't work.
16227
16228 2015-03-05 Pedro Alves <palves@redhat.com>
16229
16230 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16231
16232 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16233
16234 * lib/mi-support.exp (mi_expect_interrupt): Accept
16235 alternative event for when in all-stop mode.
16236
16237 2015-03-04 Pedro Alves <palves@redhat.com>
16238
16239 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16240
16241 2015-03-04 Mark Kettenis <kettenis@gnu.org>
16242
16243 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16244
16245 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16246
16247 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16248 regexps for GDB's current line display, accept a hex address
16249 preceding the line number.
16250
16251 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16252
16253 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16254 the 'arch1' variable for "s390*-linux*" targets.
16255
16256 2015-03-04 Pedro Alves <palves@redhat.com>
16257
16258 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16259 (main): Pass missing retval argument to pthread_join call.
16260
16261 2015-03-02 Pedro Alves <palves@redhat.com>
16262
16263 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16264 (top level): Call do_test with non-stop as well.
16265
16266 2015-03-02 Pedro Alves <palves@redhat.com>
16267
16268 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16269 -1.
16270
16271 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16272
16273 * gdb.arch/s390-vregs.exp: New test.
16274 * gdb.arch/s390-vregs.S: New file.
16275
16276 2015-02-27 Pedro Alves <palves@redhat.com>
16277
16278 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16279 call to catch_command_errors.
16280 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16281 catch_command_errors.
16282
16283 2015-02-27 Pedro Alves <palves@redhat.com>
16284
16285 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16286 "true" for boolean result.
16287 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16288 prototype of main.
16289
16290 2015-02-27 Pedro Alves <palves@redhat.com>
16291
16292 * lib/unbuffer_output.c: New file.
16293 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16294 (main): Call gdb_unbuffer_output.
16295
16296 2015-02-27 Yao Qi <yao.qi@linaro.org>
16297
16298 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16299 target.
16300
16301 2015-02-26 Doug Evans <dje@google.com>
16302
16303 * gdb.cp/class2.cc (Dbase, D): New classes.
16304 (main): New local delta.
16305 * gdb.cp/class2.exp: Test printing delta.
16306 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16307 (dynbar): New global.
16308 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16309
16310 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16311
16312 * gdb.compile/compile-ifunc.c: New file.
16313 * gdb.compile/compile-ifunc.exp: New file.
16314
16315 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16316
16317 * gdb.base/structs.exp: Check for correct struct on finish.
16318
16319 2015-02-26 Yao Qi <yao.qi@linaro.org>
16320
16321 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16322 is zero.
16323
16324 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16325
16326 * gdb.arch/cordic.ko.bz2: New file.
16327 * gdb.arch/cordic.ko.debug.bz2: New file.
16328 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16329
16330 2015-02-25 Yao Qi <yao.qi@linaro.org>
16331
16332 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16333 aarch64*-*-* target.
16334
16335 2015-02-23 Pedro Alves <palves@redhat.com>
16336
16337 * lib/gdb.exp (delete_breakpoints): Rewrite using
16338 gdb_test_multiple.
16339
16340 2015-02-23 Pedro Alves <palves@redhat.com>
16341
16342 * gdb.base/info-os.c: Include stdlib.h.
16343
16344 2015-02-22 Doug Evans <xdje42@gmail.com>
16345
16346 PR symtab/17855
16347 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16348 is read after symbols have been re-read.
16349 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16350 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16351
16352 2015-02-21 Doug Evans <dje@google.com>
16353
16354 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16355
16356 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16357
16358 PR corefiles/17808
16359 * gdb.arch/i386-biarch-core.core.bz2: New file.
16360 * gdb.arch/i386-biarch-core.exp: New file.
16361
16362 2015-02-21 Pedro Alves <palves@redhat.com>
16363
16364 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16365 runto_main fails.
16366
16367 2015-02-20 Pedro Alves <palves@redhat.com>
16368
16369 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16370 info probes.
16371
16372 2015-02-20 Pedro Alves <palves@redhat.com>
16373
16374 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16375
16376 2015-02-20 Pedro Alves <palves@redhat.com>
16377
16378 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16379 clean_restart before gdb_target_supports_trace.
16380
16381 2015-02-20 Pedro Alves <palves@redhat.com>
16382
16383 PR threads/18006
16384 * gdb.threads/clone-thread_db.c: New file.
16385 * gdb.threads/clone-thread_db.exp: New file.
16386
16387 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16388
16389 PR breakpoints/16812
16390 * gdb.base/catch-gdb-caused-signals.c: New file.
16391 * gdb.base/catch-gdb-caused-signals.exp: New file.
16392
16393 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16394
16395 * configure: Regenerated.
16396 * configure.ac: Use GDB_AC_TRANSFORM.
16397 * aclocal.m4: sinclude ../transform.m4.
16398
16399 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16400
16401 * lib/dtrace.exp: New file.
16402 * gdb.base/dtrace-probe.exp: Likewise.
16403 * gdb.base/dtrace-probe.d: Likewise.
16404 * gdb.base/dtrace-probe.c: Likewise.
16405 * lib/pdtrace.in: Likewise.
16406 * configure.ac: Output variables with the transformed names of
16407 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16408 * configure: Regenerated.
16409
16410 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16411
16412 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16413 expected message when trying to access $_probe_* convenience
16414 variables while not on a probe.
16415
16416 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16417
16418 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16419
16420 2015-02-11 Pedro Alves <pedro@codesourcery.com>
16421
16422 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16423 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16424
16425 2015-02-10 Doug Evans <xdje42@gmail.com>
16426
16427 * lib/gdb.exp (gdb_load): Always return a result.
16428
16429 2015-02-10 Pedro Alves <palves@redhat.com>
16430
16431 * gdb.threads/signal-sigtrap.c: New file.
16432 * gdb.threads/signal-sigtrap.exp: New file.
16433
16434 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16435
16436 * gdb.trace/no-attach-trace.c: New file.
16437 * gdb.trace/no-attach-trace.exp: New file.
16438
16439 2015-02-09 Mark Wielaard <mjw@redhat.com>
16440
16441 * gdb.dwarf2/atomic.c: New file.
16442 * gdb.dwarf2/atomic-type.exp: Likewise.
16443
16444 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16445
16446 * gdb.btrace/buffer-size.exp: Update "info record" output.
16447 * gdb.btrace/delta.exp: Update "info record" output.
16448 * gdb.btrace/enable.exp: Update "info record" output.
16449 * gdb.btrace/finish.exp: Update "info record" output.
16450 * gdb.btrace/instruction_history.exp: Update "info record" output.
16451 * gdb.btrace/next.exp: Update "info record" output.
16452 * gdb.btrace/nexti.exp: Update "info record" output.
16453 * gdb.btrace/step.exp: Update "info record" output.
16454 * gdb.btrace/stepi.exp: Update "info record" output.
16455 * gdb.btrace/nohist.exp: Update "info record" output.
16456
16457 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16458
16459 * gdb.btrace/buffer-size: New.
16460
16461 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16462
16463 * gdb.btrace/delta.exp: Update "info record" output.
16464 * gdb.btrace/enable.exp: Update "info record" output.
16465 * gdb.btrace/finish.exp: Update "info record" output.
16466 * gdb.btrace/instruction_history.exp: Update "info record" output.
16467 * gdb.btrace/next.exp: Update "info record" output.
16468 * gdb.btrace/nexti.exp: Update "info record" output.
16469 * gdb.btrace/step.exp: Update "info record" output.
16470 * gdb.btrace/stepi.exp: Update "info record" output.
16471 * gdb.btrace/nohist.exp: Update "info record" output.
16472
16473 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16474
16475 PR gdb/15678
16476 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16477
16478 2015-02-06 Pedro Alves <palves@redhat.com>
16479
16480 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16481 macro.
16482 (seconds_left, again): New globals.
16483 (main): Wait seconds_left in a 1-second sleep loop instead of
16484 sleeping 180 seconds. If 'again' is set, reset the seconds
16485 counter.
16486 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16487 'again' in the inferior before detaching. Print the seconds left.
16488 (options): New global.
16489 (top level): Build program with -DTIMEOUT=$timeout.
16490
16491 2015-02-06 Pedro Alves <palves@redhat.com>
16492
16493 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16494 determine how many seconds to pass to 'alarm'.
16495 * gdb.base/gdb-sigterm.exp (top level): Build program with
16496 -DTIMEOUT=$timeout.
16497 (do_test): Return success/failure indication. Add more verbose
16498 logging. Don't fail if 200 single steps are seen. Instead, fail
16499 when the test times out.
16500 (passes): New global.
16501 (top level): Break the testing loop if testing fails on any
16502 iteration. Use gdb_assert.
16503
16504 2015-02-04 Don Breazeal <donb@codesourcery.com>
16505
16506 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16507 and initialize them.
16508 (ipc_cleanup): New function.
16509 (main): Don't declare shmid, semid, and msqid. Add a call to
16510 atexit so that we call ipc_cleanup on exit.
16511
16512 2015-02-04 Pedro Alves <palves@redhat.com>
16513
16514 * boards/native-extended-gdbserver.exp: Remove any target variant
16515 specifications from the board name before clearing the isremote
16516 flag from board_info.
16517
16518 2015-01-31 Doug Evans <xdje42@gmail.com>
16519
16520 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16521
16522 2015-01-31 Gary Benson <gbenson@redhat.com>
16523
16524 * gdb.base/completion.exp: Disable completion limiting for
16525 existing tests. Add new tests to check completion limiting.
16526 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16527
16528 2015-01-31 Doug Evans <xdje42@gmail.com>
16529
16530 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16531
16532 2015-01-31 Doug Evans <xdje42@gmail.com>
16533
16534 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16535 entries. Duplicate file section script entries.
16536 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16537 inlined entries. Add test for safe-path rejection.
16538 * gdb.python/py-section-script.c: Add duplicate inlined section script
16539 entries. Duplicate file section script entries.
16540 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16541 inlined entries. Add test for safe-path rejection.
16542
16543 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16544
16545 * gdb.ada/disc_arr_bound: New testcase.
16546
16547 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16548
16549 * gdb.ada/mi_var_array: New testcase.
16550
16551 2015-01-27 Doug Evans <dje@google.com>
16552
16553 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16554 Add test for objfile.filename, objfile.username after objfile
16555 has been unloaded.
16556
16557 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16558
16559 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16560 the second test to print the name attribute of value
16561 returned by the call to gdb.lookup_type, and adjust
16562 the expected output accordingly.
16563
16564 2015-01-25 Mark Wielaard <mjw@redhat.com>
16565
16566 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16567 * gdb.base/disp-step-fork.c: Include unistd.h.
16568 * gdb.base/siginfo-obj.c: Include stdio.h.
16569 * gdb.base/siginfo-thread.c: Likewise.
16570 * gdb.mi/non-stop.c: Include unistd.h.
16571 * gdb.mi/nsthrexec.c: Include stdio.h.
16572 * gdb.mi/pthreads.c: Include unistd.h.
16573 * gdb.modula2/unbounded1.c (main): Declare returns int.
16574 * gdb.reverse/consecutive-reverse.c: Likewise.
16575 * gdb.threads/create-fail.c: Include unistd.h.
16576 * gdb.threads/killed.c: Likewise.
16577 * gdb.threads/linux-dp.c: Likewise.
16578 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16579 * gdb.threads/non-ldr-exc-2.c: Likewise.
16580 * gdb.threads/non-ldr-exc-3.c: Likewise.
16581 * gdb.threads/non-ldr-exc-4.c: Likewise.
16582 * gdb.threads/pthreads.c: Include unistd.h.
16583 (main): Declare returns int.
16584 * gdb.threads/tls-main.c (foo): New declaration.
16585 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16586
16587 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16588
16589 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16590 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16591
16592 2015-01-15 Mark Wielaard <mjw@redhat.com>
16593
16594 * gdb.base/noreturn-return.c: New file.
16595 * gdb.base/noreturn-return.exp: New file.
16596 * gdb.base/noreturn-finish.c: New file.
16597 * gdb.base/noreturn-finish.exp: New file.
16598
16599 2015-01-23 Pedro Alves <palves@redhat.com>
16600
16601 * gdb.threads/continue-pending-after-query.c: New file.
16602 * gdb.threads/continue-pending-after-query.exp: New file.
16603
16604 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16605 Simon Marchi <simon.marchi@ericsson.com>
16606
16607 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16608 * gdb.base/valgrind-db-attach.exp: Same.
16609 * gdb.base/valgrind-infcall.exp: Same.
16610 * lib/mi-support.exp (default_mi_gdb_start): Same.
16611 * lib/prompt.exp (default_prompt_gdb_start): Same.
16612 * lib/gdb.exp (default_gdb_spawn): Same.
16613 (gdb_interact): New.
16614
16615
16616 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16617
16618 * gdb.compile/compile.exp (pointer to jit function): New test.
16619
16620 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
16621
16622 * lib/gdb.exp (supports_process_record): Return true for
16623 powerpc*-*-linux*.
16624 (supports_reverse): Likewise.
16625
16626 2015-01-15 Don Breazeal <donb@codesourcery.com>
16627
16628 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16629 instead of checking whether the target board is remote and
16630 use spawn_wait_for_attach instead of exec/sleep.
16631 * gdb.base/attach-twice.exp: Likewise.
16632
16633 2015-01-15 Joel Brobecker <brobecker@adacore.com>
16634
16635 * gdb.ada/var_arr_attrs: New testcase.
16636
16637 2015-01-14 Pedro Alves <palves@redhat.com>
16638 Joel Brobecker <brobecker@adacore.com>
16639
16640 PR gdb/17525
16641 * gdb.base/bp-cmds-execution-x-script.c: New file.
16642 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16643 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16644
16645 2015-01-14 Pedro Alves <palves@redhat.com>
16646
16647 PR cli/17828
16648 * gdb.base/batch-preserve-term-settings.c: New file.
16649 * gdb.base/batch-preserve-term-settings.exp: New file.
16650
16651 2015-01-13 Doug Evans <dje@google.com>
16652
16653 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16654 binary.
16655
16656 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16657
16658 * Makefile.in (clean mostlyclean): Do not delete *.py.
16659
16660 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16661
16662 * gdb.python/py-lookup-type.exp: New file.
16663
16664 2015-01-12 Pedro Alves <palves@redhat.com>
16665
16666 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16667 restore GDBFLAGS before returning.
16668
16669 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16670
16671 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16672 is_amd64_regs_target and is_x86_like_target.
16673
16674 2015-01-11 Doug Evans <xdje42@gmail.com>
16675
16676 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16677 is given without an explicit form.
16678 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16679 attributes.
16680 * gdb.dwarf/corrupt.exp: Ditto.
16681 * gdb.dwarf2/enum-type.exp: Ditto.
16682 * gdb.trace/entry-values.exp: Ditto.
16683 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16684
16685 2015-01-11 Doug Evans <xdje42@gmail.com>
16686
16687 PR gdb/15830
16688 * gdb.base/maint.exp: Remove references to "maint demangle".
16689 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16690 Add tests for explicitly specifying language to demangle.
16691 * gdb.dlang/demangle.exp: Ditto.
16692
16693 2015-01-09 Pedro Alves <palves@redhat.com>
16694
16695 * gdb.threads/non-stop-fair-events.c: New file.
16696 * gdb.threads/non-stop-fair-events.exp: New file.
16697
16698 2015-01-09 Pedro Alves <palves@redhat.com>
16699
16700 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16701 the global scope. Set a breakpoint after all threads are started
16702 rather than stepping over two source lines. Expect the prompt.
16703 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16704 global.
16705 (NUM): Now 15.
16706 (main): Use threads_started_barrier to wait for all threads to
16707 start. Main thread no longer calls thread_function. Exit after
16708 180 seconds.
16709 (loop): New function.
16710 (thread_function): Wait on threads_started_barrier barrier. Call
16711 'loop' at each iteration.
16712 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16713 threads have started, instead of hardcoding number of "next"
16714 steps. Use an access watchpoint instead of a write watchpoint.
16715
16716 2015-01-09 Pedro Alves <palves@redhat.com>
16717
16718 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16719 (thread_func): Wait on barrier.
16720 (main): Wait for all threads to start before stopping GDB.
16721 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16722 global.
16723 (thread1_func, thread2_func): Wait on barrier.
16724 (main): Wait for all threads to start before stopping GDB.
16725 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16726 New global.
16727 (thread1_func, thread2_func): Wait on barrier.
16728 (main): Wait for all threads to start before stopping GDB.
16729
16730 2015-01-09 Pedro Alves <palves@redhat.com>
16731
16732 * gdb.threads/attach-many-short-lived-threads.c: New file.
16733 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16734
16735 2014-01-09 Pedro Alves <palves@redhat.com>
16736
16737 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16738 instead of to thread 2.
16739 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16740 Add barrier around each pthread_create call instead of around all
16741 calls.
16742 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16743 Set a break on thread_function and have the child threads hit it
16744 one at at a time.
16745
16746 2015-01-09 Pedro Alves <palves@redhat.com>
16747
16748 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16749 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16750 false.
16751 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16752 checking whether the target board is remote.
16753 * gdb.multi/multi-attach.exp: Likewise.
16754 * gdb.python/py-sync-interp.exp: Likewise.
16755 * gdb.server/ext-attach.exp: Likewise.
16756 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16757 tests that need to attach, instead of checking whether the target
16758 board is remote at the top of the file.
16759
16760 2015-01-08 Yao Qi <yao@codesourcery.com>
16761
16762 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16763
16764 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16765
16766 Fix testcase compilation.
16767 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16768
16769 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16770
16771 * gdb.python/py-type.exp: Add a couple test about empty
16772 array creation, and negative-length array creation.
16773
16774 2015-01-02 Doug Evans <xdje42@gmail.com>
16775
16776 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16777
16778 2015-01-02 Doug Evans <dje@google.com>
16779
16780 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16781
16782 2014-12-29 Yao Qi <yao@codesourcery.com>
16783
16784 * gdb.trace/entry-values.exp: Update comments. Rename variable
16785 bar_call_foo to returned_from_foo.
16786
16787 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16788
16789 PR gdb/17394
16790 * gdb.linespec/break-asm-file.c: New file.
16791 * gdb.linespec/break-asm-file.exp: New file.
16792 * gdb.linespec/break-asm-file0.s: New file.
16793 * gdb.linespec/break-asm-file1.s: New file.
16794
16795 2014-12-18 Nigel Stephens <nigel@mips.com>
16796 Maciej W. Rozycki <macro@codesourcery.com>
16797
16798 * gdb.base/float.exp: Handle the new output from "info float" on
16799 MIPS targets.
16800
16801 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16802
16803 Fix MinGW compilation.
16804 * gdb.compile/compile-ops.exp: Update untested message if
16805 !skip_compile_feature_tests.
16806 * gdb.compile/compile-setjmp.exp: Likewise.
16807 * gdb.compile/compile-tls.exp: Likewise.
16808 * gdb.compile/compile.exp: Likewise.
16809 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16810 supported on this host".
16811
16812 2014-12-16 Doug Evans <xdje42@gmail.com>
16813
16814 * boards/stabs.exp: New file.
16815
16816 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16817
16818 * gdb.base/completion.exp: Adjust to format changes of "maint
16819 print user-registers".
16820
16821 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16822
16823 PR server/17457
16824 * gdb.arch/aarch64-fp.c: New file.
16825 * gdb.arch/aarch64-fp.exp: New file.
16826
16827 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16828
16829 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16830 r210637, r210913, r211666, r215400, r215817).
16831
16832 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16833 * dg-extract-results.py: New file.
16834 * dg-extract-results.sh: Use it if the environment seems
16835 suitable.
16836
16837 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16838
16839 * dg-extract-results.py (parse_run): Handle warnings that
16840 are printed before a test harness is run.
16841
16842 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16843
16844 * dg-extract-results.py (Named): Remove __cmp__ method.
16845 (output_variation): Use a key to sort variation.harnesses.
16846
16847 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16848
16849 * dg-extract-results.py: For Python 3, force sys.stdout to
16850 handle surrogate escape sequences.
16851 (safe_open): New function.
16852 (output_segment, main): Use it.
16853
16854 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16855
16856 * dg-extract-results.py (Prog.result_re): Include options
16857 in test name.
16858
16859 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16860
16861 * dg-extract-results.py (output_variation): Always sort if
16862 do_sum.
16863
16864 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16865
16866 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16867 as long as we get pagination notifications.
16868
16869 2014-12-15 Jason Merrill <jason@redhat.com>
16870
16871 * Makefile.in (check-gdb.%): Restore.
16872 * README: Mention it.
16873
16874 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16875
16876 * gdb.ada/str_uninit: New testcase.
16877
16878 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16879
16880 PR symtab/17642
16881 * gdb.base/vla-stub-define.c: New file.
16882 * gdb.base/vla-stub.c: New file.
16883 * gdb.base/vla-stub.exp: New file.
16884
16885 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16886 Jan Kratochvil <jan.kratochvil@redhat.com>
16887 Tom Tromey <tromey@redhat.com>
16888
16889 * configure.ac: Add gdb.compile/.
16890 * configure: Regenerate.
16891 * gdb.compile/Makefile.in: New file.
16892 * gdb.compile/compile-ops.exp: New file.
16893 * gdb.compile/compile-ops.c: New file.
16894 * gdb.compile/compile-tls.c: New file.
16895 * gdb.compile/compile-tls.exp: New file.
16896 * gdb.compile/compile-constvar.S: New file.
16897 * gdb.compile/compile-constvar.c: New file.
16898 * gdb.compile/compile-mod.c: New file.
16899 * gdb.compile/compile-nodebug.c: New file.
16900 * gdb.compile/compile-setjmp-mod.c: New file.
16901 * gdb.compile/compile-setjmp.c: New file.
16902 * gdb.compile/compile-setjmp.exp: New file.
16903 * gdb.compile/compile-shlib.c: New file.
16904 * gdb.compile/compile.c: New file.
16905 * gdb.compile/compile.exp: New file.
16906 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16907
16908 2014-12-12 Tom Tromey <tromey@redhat.com>
16909
16910 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16911 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16912
16913 2014-12-12 Doug Evans <dje@google.com>
16914
16915 * lib/gdb-python.exp (get_python_valueof): New function.
16916 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16917
16918 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16919
16920 * gdb.base/completion.exp: Add test for completion of "info
16921 registers ".
16922
16923 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16924
16925 * gdb.base/func-ptrs.c: New file.
16926 * gdb.base/func-ptrs.exp: New file.
16927
16928 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16929
16930 PR breakpoints/17012
16931 * gdb.base/dprintf-detach.c: New file.
16932 * gdb.base/dprintf-detach.exp: New file.
16933
16934 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16935
16936 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16937 * lib/gdb.exp (target_is_gdbserver): New procedure.
16938
16939 2014-12-08 Doug Evans <dje@google.com>
16940
16941 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16942
16943 2014-12-05 Yao Qi <yao@codesourcery.com>
16944
16945 * gdb.guile/scm-error.exp: Remove the third argument to
16946 gdb_remote_download.
16947 * gdb.guile/scm-frame-args.exp: Likewise.
16948 * gdb.guile/scm-section-script.exp: Likewise.
16949
16950 2014-12-05 Yao Qi <yao@codesourcery.com>
16951
16952 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16953
16954 2014-12-04 Doug Evans <dje@google.com>
16955
16956 * gdb.python/py-objfile.exp: Add tests for
16957 objfile.add_separate_debug_file.
16958
16959 2014-12-04 Doug Evans <dje@google.com>
16960
16961 * lib/gdb.exp (get_build_id): New function.
16962 (build_id_debug_filename_get): Rewrite to use it.
16963 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16964
16965 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16966
16967 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16968 `method(long)', not just 0x0.
16969 * gdb.cp/nsalias.exp: Align code labels to 4.
16970 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16971 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16972 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16973 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16974 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16975 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16976
16977 2014-12-02 Doug Evans <dje@google.com>
16978
16979 PR symtab/17602
16980 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16981 * gdb.cp/anon-ns2.cc: ... here. New file.
16982 * gdb.cp/anon-ns.exp: Update.
16983
16984 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
16985
16986 * gdb.python/py-events.py (inferior_call_handler): New.
16987 (register_changed_handler, memory_changed_handler): New.
16988 (test_events.invoke): Register new handlers.
16989 * gdb.python/py-events.exp: Add tests for inferior call,
16990 memory_changed and register_changed events.
16991
16992 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16993
16994 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16995 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16996 if the linker doesn't understand this.
16997
16998 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16999
17000 * gdb.python/python.exp: Change expected reply to help().
17001
17002 2014-12-01 Yao Qi <yao@codesourcery.com>
17003
17004 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17005 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17006 * configure: Re-generated.
17007
17008 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17009
17010 * gdb.cp/chained-calls.cc: New file.
17011 * gdb.cp/chained-calls.exp: New file.
17012 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17013
17014 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17015
17016 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17017 * gdb.dwarf2/symtab-producer.exp: Same.
17018 * gdb.gdb/python-interrupts.exp: Same.
17019 * gdb.gdb/python-selftest.exp: Same.
17020 * gdb.python/py-linetable.exp: Same.
17021 * gdb.python/py-type.exp: Same.
17022 * gdb.python/py-value-cc.exp: Same.
17023 * gdb.python/py-value.exp: Same.
17024
17025 2014-11-28 Yao Qi <yao@codesourcery.com>
17026
17027 * gdb.base/break-probes.exp: Match library name prefixed with
17028 sysroot.
17029
17030 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17031
17032 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17033 test expected output. Add parentheses for the call to print.
17034 Remove L suffix from integers.
17035
17036 2014-11-26 Doug Evans <dje@google.com>
17037
17038 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17039
17040 2014-11-22 Yao Qi <yao@codesourcery.com>
17041
17042 * gdb.trace/entry-values.c: Remove asms.
17043 (foo): Add foo_label.
17044 (bar): Add bar_label.
17045 * gdb.trace/entry-values.exp: Remove code computing foo's
17046 length and bar's length.
17047 (Dwarf::assemble): Invoke function_range for bar and use
17048 MACRO_AT_func for foo.
17049
17050 2014-11-22 Yao Qi <yao@codesourcery.com>
17051
17052 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17053 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17054 Use .Lgcc43_procstart instead of gcc43.
17055
17056 2014-11-21 Joel Brobecker <brobecker@adacore.com>
17057
17058 * gdb.ada/n_arr_bound: New testcase.
17059
17060 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17061
17062 PR breakpoints/10737
17063 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17064 test_catch_syscall_multi_arch.
17065 (test_catch_syscall_multi_arch): New function.
17066
17067 2014-11-20 Doug Evans <xdje42@gmail.com>
17068
17069 * gdb.base/maint.exp: Update expected output.
17070
17071 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17072
17073 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17074 4-byte instruction on S390.
17075
17076 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17077
17078 * gdb.ada/arr_arr: New testcase.
17079
17080 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17081
17082 * gdb.ada/pkd_arr_elem: New Testcase.
17083
17084 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
17085
17086 * gdb.reverse/break-precsave: Expect completion message for
17087 core file reads.
17088 * gdb.reverse/consecutive-precsave.exp: Likewise.
17089 * gdb.reverse/finish-precsave.exp: Likewise.
17090 * gdb.reverse/i386-precsave.exp: Likewise.
17091 * gdb.reverse/machinestate-precsave.exp: Likewise.
17092 * gdb.reverse/sigall-precsave.exp: Likewise.
17093 * gdb.reverse/solib-precsave.exp: Likewise.
17094 * gdb.reverse/step-precsave.exp: Likewise.
17095 * gdb.reverse/until-precsave.exp: Likewise.
17096 * gdb.reverse/watch-precsave.exp: Likewise.
17097
17098 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17099
17100 * gdb.base/bp-permanent.c: Include unistd.h.
17101 * gdb.python/py-framefilter-mi.c (main): Add return type.
17102 * gdb.python/py-framefilter.c (main): Likewise.
17103 * gdb.trace/actions-changed.c (main): Likewise.
17104
17105 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17106
17107 * gdb.mi/until.c: Add eye-catchers.
17108 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17109 line numbers.
17110
17111 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17112
17113 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17114 function header variants in break1.c.
17115 * gdb.base/ena-dis-br.exp: Likewise.
17116 * gdb.base/hbreak2.exp: Likewise.
17117 * gdb.reverse/until-precsave.exp: Drop references to removed
17118 non-prototype function header variants in ur1.c.
17119 * gdb.reverse/until-reverse.exp: Likewise.
17120
17121 2014-11-17 Petr Machata <pmachata@redhat.com>
17122
17123 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17124 ${_cu_offset_size} bytes abbrev offset.
17125
17126 2014-11-15 Doug Evans <xdje42@gmail.com>
17127
17128 PR symtab/17559
17129 * gdb.base/line-symtabs.exp: New file.
17130 * gdb.base/line-symtabs.c: New file.
17131 * gdb.base/line-symtabs.h: New file.
17132
17133 2014-11-14 Yao Qi <yao@codesourcery.com>
17134
17135 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17136 (func): Add label func_label.
17137 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17138 Replace low_pc and high_pc with MACRO_AT_range.
17139 Replace name, low_pc and high_pc with MACRO_AT_func.
17140
17141 2014-11-14 Yao Qi <yao@codesourcery.com>
17142
17143 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17144 Replace name, low_pc and high_pc with MACRO_AT_func.
17145
17146 2014-11-14 Yao Qi <yao@codesourcery.com>
17147
17148 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17149 produce debug information.
17150 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17151
17152 2014-11-14 Yao Qi <yao@codesourcery.com>
17153
17154 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17155 object and get function length.
17156 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17157 with MACRO_AT_func.
17158 (top-level): Replace gdb_compile and clean_restart with
17159 prepare_for_testing.
17160 * gdb.dwarf2/main.c (main): Add label main_label.
17161
17162 2014-11-14 Yao Qi <yao@codesourcery.com>
17163
17164 * lib/dwarf.exp (function_range): New procedure.
17165 (Dwarf::_handle_macro_at_func): New procedure.
17166 (Dwarf::_handle_macro_at_range): New procedure.
17167 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17168
17169 2014-11-14 Yao Qi <yao@codesourcery.com>
17170
17171 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17172 (_handle_attribute): New procedure.
17173
17174 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17175
17176 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17177 * gdb.base/call-sc.c (zed): Likewise.
17178 * gdb.base/checkpoint.c (main): Likewise.
17179 * gdb.base/dump.c (main): Likewise.
17180 * gdb.base/gcore.c (main): Likewise.
17181 * gdb.base/huge.c (main): Likewise.
17182 * gdb.base/multi-forks.c (main): Likewise.
17183 * gdb.base/pr10179-a.c (main): Likewise.
17184 * gdb.base/savedregs.c (main): Likewise.
17185 * gdb.base/sigaltstack.c (main): Likewise.
17186 * gdb.base/siginfo.c (main): Likewise.
17187 * gdb.base/structs.c (zed): Likewise.
17188 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17189 * gdb.mi/mi-syn-frame.c (main): Likewise.
17190 * gdb.mi/until.c (foo, main): Likewise.
17191 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17192 * gdb.base/solib-weak.c (foo): Declare.
17193 * gdb.base/attach-twice.c: Include stdio.h.
17194 * gdb.base/weaklib1.c: Likewise.
17195 * gdb.base/weaklib2.c: Likewise.
17196 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17197 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17198 unistd.h.
17199 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17200 * gdb.mi/mi-exit-code.c: Likewise.
17201 * gdb.base/break-interp-lib.c: Include string.h.
17202 * gdb.base/coremaker.c: Likewise.
17203 * gdb.base/testenv.c: Likewise.
17204 * gdb.python/py-finish-breakpoint.c: Likewise.
17205 * gdb.base/inferior-died.c: Include sys/wait.h.
17206 * gdb.base/fileio.c: Include time.h.
17207 * gdb.base/async-shell.c: Include unistd.h.
17208 * gdb.base/dprintf-non-stop.c: Likewise.
17209 * gdb.base/info-os.c: Likewise.
17210 * gdb.mi/mi-console.c: Likewise.
17211 * gdb.mi/watch-nonstop.c: Likewise.
17212 * gdb.python/py-events.c: Likewise.
17213 * gdb.base/async.c (baz): Move up before its invocation.
17214 * gdb.base/code_elim2.c (my_global_func): Likewise.
17215 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17216 * gdb.base/advance.c (func2): Likewise.
17217
17218 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17219
17220 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17221 variant.
17222 * gdb.base/annota3.c: Likewise.
17223 * gdb.base/async.c: Likewise.
17224 * gdb.base/average.c: Likewise.
17225 * gdb.base/call-ar-st.c: Likewise.
17226 * gdb.base/call-rt-st.c: Likewise.
17227 * gdb.base/call-sc.c: Likewise.
17228 * gdb.base/call-strs.c: Likewise.
17229 * gdb.base/ending-run.c: Likewise.
17230 * gdb.base/execd-prog.c: Likewise.
17231 * gdb.base/exprs.c: Likewise.
17232 * gdb.base/foll-exec.c: Likewise.
17233 * gdb.base/foll-fork.c: Likewise.
17234 * gdb.base/foll-vfork.c: Likewise.
17235 * gdb.base/funcargs.c: Likewise.
17236 * gdb.base/gcore.c: Likewise.
17237 * gdb.base/jump.c: Likewise.
17238 * gdb.base/langs0.c: Likewise.
17239 * gdb.base/langs1.c: Likewise.
17240 * gdb.base/langs2.c: Likewise.
17241 * gdb.base/mips_pro.c: Likewise.
17242 * gdb.base/nodebug.c: Likewise.
17243 * gdb.base/opaque0.c: Likewise.
17244 * gdb.base/opaque1.c: Likewise.
17245 * gdb.base/recurse.c: Likewise.
17246 * gdb.base/run.c: Likewise.
17247 * gdb.base/scope0.c: Likewise.
17248 * gdb.base/scope1.c: Likewise.
17249 * gdb.base/setshow.c: Likewise.
17250 * gdb.base/setvar.c: Likewise.
17251 * gdb.base/shmain.c: Likewise.
17252 * gdb.base/shr1.c: Likewise.
17253 * gdb.base/shr2.c: Likewise.
17254 * gdb.base/sigall.c: Likewise.
17255 * gdb.base/signals.c: Likewise.
17256 * gdb.base/so-indr-cl.c: Likewise.
17257 * gdb.base/solib2.c: Likewise.
17258 * gdb.base/structs.c: Likewise.
17259 * gdb.base/sum.c: Likewise.
17260 * gdb.base/vforked-prog.c: Likewise.
17261 * gdb.base/watchpoint.c: Likewise.
17262 * gdb.reverse/shr2.c: Likewise.
17263 * gdb.reverse/until-reverse.c: Likewise.
17264 * gdb.reverse/ur1.c: Likewise.
17265 * gdb.reverse/watch-reverse.c: Likewise.
17266
17267 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17268
17269 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17270 variant.
17271 * gdb.base/sepdebug.exp: Drop references to removed code.
17272
17273 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17274
17275 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17276 variant. Preserve original line numbering.
17277 * gdb.base/list1.c: Likewise.
17278
17279 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17280
17281 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17282 variant.
17283 * gdb.base/break1.c: Likewise.
17284 * gdb.base/break.exp: Drop references to removed code.
17285
17286 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17287
17288 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17289 variant.
17290
17291 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17292
17293 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17294
17295 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17296
17297 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17298 logic into perform_all_tests() and invoke it with and without
17299 function header prototypes.
17300 (do_function_calls): Remove conditional XFAIL for PR 5318.
17301 (rerun_and_prepare): Remove duplicate code.
17302 (perform_all_tests): New. Main logic moved here.
17303
17304 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17305
17306 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17307 code guarded by #ifdef NO_PROTOTYPES.
17308 (t_double_many_args): Likewise.
17309 (DEF_FUNC_MANY_ARGS_1): Likewise.
17310 (DEF_FUNC_VALUES_1): Likewise.
17311 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17312 guarded by #ifdef PROTOTYPES.
17313
17314 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17315
17316 * gdb.mi/mi-console.c: Add eye-catcher.
17317 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17318 instead of literal line number.
17319
17320 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17321
17322 * gdb.base/shr2.c: Add eye-catcher.
17323 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17324 line number.
17325
17326 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17327
17328 * gdb.base/jump.c: Add eye-catchers.
17329 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17330 numbers.
17331
17332 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17333
17334 * gdb.base/execd-prog.c: Add eye-catchers.
17335 * gdb.base/foll-exec.c: Likewise.
17336 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17337 line numbers.
17338
17339 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17340
17341 * gdb.base/ending-run.c: Add eye-catchers.
17342 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17343 literal line numbers.
17344
17345 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17346
17347 * gdb.base/call-rt-st.c: Add eye-catchers.
17348 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17349 literal line numbers.
17350
17351 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17352
17353 * gdb.base/call-ar-st.c: Add eye-catchers.
17354 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17355 literal line numbers.
17356
17357 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17358
17359 * gdb.base/average.c: Add eye-catchers.
17360 * gdb.base/sum.c: Likewise.
17361 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17362 regexps dynamically.
17363
17364 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17365
17366 * gdb.base/solib1.c: Add eye-catchers.
17367 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17368 literal line numbers.
17369
17370 2014-11-12 Pedro Alves <palves@redhat.com>
17371
17372 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17373 leader has exited.
17374
17375 2014-11-12 Pedro Alves <palves@redhat.com>
17376
17377 * gdb.arch/i386-bp_permanent.c: New file.
17378 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17379 (srcfile): Set to i386-bp_permanent.c.
17380 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17381 that stepi does not execute the 'leave' instruction, instead of
17382 testing it does execute.
17383 * gdb.base/bp-permanent.c: New file.
17384 * gdb.base/bp-permanent.exp: New file.
17385
17386 2014-11-10 Doug Evans <xdje42@gmail.com>
17387
17388 PR symtab/17564
17389 * gdb.base/symtab-search-order.exp: New file.
17390 * gdb.base/symtab-search-order.c: New file.
17391 * gdb.base/symtab-search-order-1.c: New file.
17392 * gdb.base/symtab-search-order-shlib-1.c: New file.
17393
17394 2014-11-07 Pedro Alves <palves@redhat.com>
17395
17396 PR gdb/17511
17397 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17398 i?86-*-linux*.
17399
17400 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17401
17402 PR c++/17494
17403 * gdb.cp/pr17494.cc: New file.
17404 * gdb.cp/pr17494.exp: New file.
17405
17406 2014-11-02 Yao Qi <yao@codesourcery.com>
17407
17408 * gdb.python/python.exp: Get working directory and match the
17409 output of "set extended-prompt \\w " with it.
17410
17411 2014-10-30 Doug Evans <dje@google.com>
17412
17413 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17414 in objfiles.
17415 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17416 in progspaces.
17417
17418 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
17419
17420 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17421 * gdb.base/realname-expand.exp: Likewise.
17422 * gdb.linespec/macro-relative.exp: Likewise.
17423
17424 2014-10-29 Pedro Alves <palves@redhat.com>
17425
17426 PR gdb/17408
17427 * gdb.threads/schedlock.c (some_function): New function.
17428 (call_function): New global.
17429 (MAYBE_CALL_SOME_FUNCTION): New macro.
17430 (thread_function): Call it.
17431 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17432 and use it instead of a global counter. Adjust all callers.
17433 (get_current_thread): Use "find current thread" for test message
17434 here rather than having all callers pass down the same string.
17435 (goto_loop): New procedure, factored out from ...
17436 (my_continue): ... this.
17437 (step_ten_loops): Change parameter from test message to command to
17438 use. Adjust.
17439 (list_count): Delete global.
17440 (check_result): New procedure, factored out from duplicate top
17441 level code.
17442 (continue tests): Wrap in with_test_prefix.
17443 (test_step): New procedure, factored out from duplicate top level
17444 code.
17445 (top level): Test "step" in combination with all scheduler-locking
17446 modes. Test "next" in combination with all scheduler-locking
17447 modes, and in combination with stepping over a function call or
17448 not.
17449 * gdb.threads/next-bp-other-thread.c: New file.
17450 * gdb.threads/next-bp-other-thread.exp: New file.
17451
17452 2014-10-29 Pedro Alves <palves@redhat.com>
17453
17454 PR python/17372
17455 * gdb.python/python.exp: Test a multi-line command that spawns
17456 interactive Python.
17457 * gdb.base/multi-line-starts-subshell.exp: New file.
17458
17459 2014-10-29 Yao Qi <yao@codesourcery.com>
17460
17461 * gdb.base/fileio.exp: Make directories on host.
17462
17463 2014-10-29 Yao Qi <yao@codesourcery.com>
17464
17465 * gdb.base/fileio.c (test_write): Close the file.
17466
17467 2014-10-28 Pedro Alves <palves@redhat.com>
17468
17469 PR gdb/12623
17470 * gdb.base/sigstep.c (no_handler): New global.
17471 (main): If 'no_handler is true, set the signal handlers to
17472 SIG_IGN.
17473 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17474 with_sw_watch and no_handler parameters. Handle them.
17475 (top level) <stepping over handler when stopped at a breakpoint
17476 test>: Add a test axis for testing with a software watchpoint, and
17477 another for testing with the signal handler set to SIG_IGN.
17478 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17479 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17480
17481 2014-10-28 Pedro Alves <palves@redhat.com>
17482
17483 PR gdb/17511
17484 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17485 * gdb.base/sigstep.exp (other_handler_location): New global.
17486 (advance): Support stepping into the signal handler, and running
17487 commands while in the handler.
17488 (in_handler_map): New global.
17489 (top level): In the advance test, add combinations for getting
17490 into the handler with stepping commands, and for running commands
17491 in the handler. Add comment descripting the advancei tests.
17492
17493 2014-10-28 Pedro Alves <palves@redhat.com>
17494
17495 * gdb.base/sigstep.exp: Use build_executable instead of
17496 prepare_for_testing.
17497 (top level): Move code that starts GDB, runs to main and creates a
17498 display to ...
17499 (restart): ... this new procedure.
17500 (top level): Move backtrace from signal handler test to ...
17501 (validate_backtrace): ... this new procedure.
17502 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17503 with_test_prefix. Always restart GDB.
17504 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17505 with_test_prefix. Always restart GDB. No need to delete
17506 breakpoints after the test.
17507 (test_skip_handler): Remove prefix parameter.
17508 (skip_over_handler, breakpoint_to_handler)
17509 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17510 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17511 restart GDB. No need to delete breakpoints after the test.
17512 (top level): Use foreach to call the test procedures with
17513 different commands.
17514
17515 2014-10-28 Pedro Alves <palves@redhat.com>
17516
17517 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17518 instead of GNATS numbers.
17519 * gdb.base/sigbpt.exp: Likewise.
17520 * gdb.base/siginfo.exp: Likewise.
17521 * gdb.base/sigstep.exp: Likewise.
17522
17523 2014-10-27 Pedro Alves <palves@redhat.com>
17524
17525 * gdb.base/sigstep.c (dummy): New global.
17526 (main): Issue a couple writes to the new global.
17527 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17528 procedures.
17529 (skip_over_handler): Use test_skip_handler.
17530 (top level): Call skip_over_handler for stepi and nexti too.
17531 (breakpoint_over_handler): Use test_skip_handler.
17532 (top level): Call breakpoint_over_handler for stepi and nexti too.
17533
17534 2014-10-27 Yao Qi <yao@codesourcery.com>
17535
17536 * gdb.trace/tfile.c (adjust_function_address)
17537 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17538 function descriptor.
17539
17540 2014-10-24 Don Breazeal <donb@codesourcery.com>
17541
17542 * gdb.base/foll-fork.exp (test_follow_fork,
17543 catch_fork_child_follow): Check for updated fork messages emitted
17544 from infrun.c.
17545 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17546 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17547 vfork_and_exec_child_follow_through_step): Check for updated vfork
17548 messages emitted from infrun.c.
17549
17550 2014-10-24 Pedro Alves <palves@redhat.com>
17551
17552 * gdb.base/corefile.exp: Remove references to ultrix.
17553 * gdb.base/interrupt.exp: Likewise.
17554 * gdb.base/whatis.exp: Likewise.
17555 * gdb.gdb/selftest.exp: Likewise.
17556 * gdb.threads/manythreads.exp: Likewise.
17557 * gdb.threads/print-threads.exp: Likewise.
17558 * gdb.threads/pthreads.exp:: Likewise.
17559 * gdb.threads/schedlock.exp: Likewise.
17560
17561 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17562
17563 * gdb.cp/non-trivial-retval.cc: Add a test case.
17564 * gdb.cp/non-trivial-retval.exp: Add a test.
17565
17566 2014-10-20 Yao Qi <yao@codesourcery.com>
17567
17568 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17569 * gdb.python/py-objfile-script-gdb.py: New file.
17570 * gdb.python/py-objfile-script.exp: Update reference to
17571 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17572 of remote_download. Remove the dest file.
17573
17574 2014-10-20 Yao Qi <yao@codesourcery.com>
17575
17576 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17577 * gdb.base/step-line.exp: Likewise.
17578 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17579 * gdb.dwarf2/dw2-basic.exp: Likewise.
17580 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17581 * gdb.dwarf2/dw2-filename.exp: Likewise.
17582 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17583 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17584 * gdb.dwarf2/dw2-producer.exp: Likewise.
17585 * gdb.dwarf2/mac-fileno.exp: Likewise.
17586 * gdb.python/py-frame-args.exp: Likewise.
17587 * gdb.python/py-framefilter.exp: Likewise.
17588 * gdb.python/py-mi.exp: Likewise.
17589 * gdb.python/py-objfile-script.exp: Likewise
17590 * gdb.python/py-pp-integral.exp: Likewise.
17591 * gdb.python/py-pp-re-notag.exp: Likewise.
17592 * gdb.python/py-prettyprint.exp: Likewise.
17593 * gdb.python/py-section-script.exp: Likewise.
17594 * gdb.python/py-typeprint.exp: Likewise.
17595 * gdb.python/py-xmethods.exp: Likewise.
17596 * gdb.stabs/weird.exp: Likewise.
17597 * gdb.xml/tdesc-regs.exp: Likewise.
17598
17599 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17600
17601 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17602 (out_cu): Use addr_len for the size of addresses.
17603 (out_line): Likewise. Size DW_LNE_set_address instruction
17604 according to addr_len.
17605 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17606 (FUNC): Add START_INSNS to definition.
17607
17608 2014-10-18 Yao Qi <yao@codesourcery.com>
17609
17610 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17611 gdb_has_argv0 return true.
17612 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17613 check [target_info exists noargs], check [gdb_has_argv0]
17614 instead.
17615 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17616 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17617 procedures.
17618
17619 2014-10-17 Doug Evans <dje@google.com>
17620
17621 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17622 event.
17623 * gdb.python/py-events.py: Add clear_objfiles event.
17624
17625 2014-10-17 Doug Evans <dje@google.com>
17626
17627 * gdb.python/py-objfile.exp: Test progspace attribute.
17628
17629 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
17630
17631 * gdb.guile/scm-breakpoint.exp: Do not assume any
17632 directory separators when matching source file paths.
17633 * gdb.python/py-breakpoint.exp: Likewise.
17634 * gdb.reverse/break-precsave.exp: Likewise.
17635 * gdb.reverse/break-reverse.exp: Likewise.
17636 * gdb.reverse/consecutive-precsave.exp: Likewise.
17637 * gdb.reverse/finish-precsave.exp: Likewise.
17638 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17639 * gdb.reverse/finish-reverse.exp: Likewise.
17640 * gdb.reverse/i386-precsave.exp: Likewise.
17641 * gdb.reverse/i387-env-reverse.exp: Likewise.
17642 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17643 * gdb.reverse/machinestate-precsave.exp: Likewise.
17644 * gdb.reverse/machinestate.exp: Likewise.
17645 * gdb.reverse/sigall-precsave.exp: Likewise.
17646 * gdb.reverse/solib-precsave.exp: Likewise.
17647 * gdb.reverse/step-precsave.exp: Likewise.
17648 * gdb.reverse/until-precsave.exp: Likewise.
17649 * gdb.reverse/watch-precsave.exp: Likewise.
17650 * gdb.reverse/watch-reverse.exp: Likewise.
17651
17652 2014-10-17 Yao Qi <yao@codesourcery.com>
17653
17654 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17655 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17656
17657 2014-10-17 Pedro Alves <palves@redhat.com>
17658
17659 PR gdb/17471
17660 * gdb.base/bg-execution-repeat.c: New file.
17661 * gdb.base/bg-execution-repeat.exp: New file.
17662
17663 2014-10-17 Pedro Alves <palves@redhat.com>
17664
17665 PR gdb/17300
17666 * gdb.base/continue-all-already-running.c: New file.
17667 * gdb.base/continue-all-already-running.exp: New file.
17668
17669 2014-10-17 Pedro Alves <palves@redhat.com>
17670
17671 PR gdb/17472
17672 * gdb.base/annota-input-while-running.c: New file.
17673 * gdb.base/annota-input-while-running.exp: New file.
17674
17675 2014-10-17 Pedro Alves <palves@redhat.com>
17676
17677 * gdb.base/callfuncs.exp: emove references to osf.
17678 * gdb.base/sigall.exp: Likewise.
17679 * gdb.gdb/selftest.exp: Likewise.
17680 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17681 * gdb.mi/non-stop.c: Likewise.
17682 * gdb.mi/pthreads.c: Likewise.
17683 * gdb.reverse/sigall-precsave.exp: Likewise.
17684 * gdb.reverse/sigall-reverse.exp: Likewise.
17685 * gdb.threads/pthreads.c: Likewise.
17686 * gdb.threads/pthreads.exp: Likewise.
17687
17688 2014-10-17 Yao Qi <yao@codesourcery.com>
17689
17690 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17691 check 'target_info exists noargs'.
17692 (test_command_prompt_position): Likewise.
17693 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17694 Remove "set args".
17695 (progvar_simple_while_test): Likewise.
17696 (progvar_complex_if_while_test): Likewise.
17697 (if_while_breakpoint_command_test): Likewise.
17698 (infrun_breakpoint_command_test): Likewise.
17699 (breakpoint_command_test): Likewise.
17700 (watchpoint_command_test): Likewise.
17701 (bp_deleted_in_command_test): Likewise.
17702 (temporary_breakpoint_commands): Likewise.
17703
17704 2014-10-16 Yao Qi <yao@codesourcery.com>
17705
17706 * gdb.base/remotetimeout.exp: Remove noargs checking.
17707
17708 2014-10-15 Pedro Alves <palves@redhat.com>
17709
17710 PR breakpoints/9649
17711 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17712 * gdb.base/breakpoint-in-ro-region.exp
17713 (probe_target_hardware_step): New procedure.
17714 (top level): Probe hardware stepping and hardware breakpoint
17715 support. Test stepping through a read-only region, with both
17716 "breakpoint auto-hw" on and off and both "always-inserted" on and
17717 off.
17718
17719 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17720
17721 * gdb.dlang/demangle.exp: Update for demangling changes.
17722
17723 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17724
17725 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17726 * gdb.cp/non-trivial-retval.exp: Add new tests.
17727
17728 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17729
17730 PR c++/13403
17731 PR c++/15154
17732 * gdb.cp/non-trivial-retval.cc: New file.
17733 * gdb.cp/non-trivial-retval.exp: New file.
17734
17735 2014-10-15 Yao Qi <yao@codesourcery.com>
17736
17737 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17738 remote host.
17739
17740 2014-10-15 Yao Qi <yao@codesourcery.com>
17741
17742 * gdb.python/py-symbol.exp: Match file base name if host is
17743 remote, otherwise match file name with dir name.
17744 * gdb.python/py-symtab.exp: Likewise.
17745 * gdb.python/python.exp: Likewise.
17746
17747 2014-10-15 Yao Qi <yao@codesourcery.com>
17748
17749 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17750 pattern.
17751 * gdb.python/py-symtab.exp: Likewise.
17752 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17753 locationn.
17754
17755 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17756
17757 * gdb.ada/addr_arith: New testcase.
17758
17759 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17760
17761 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17762 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17763 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17764 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17765
17766 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17767
17768 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17769 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17770 * gdb.arch/stap-eval-lang-ada.exp: New file.
17771
17772 2014-10-14 Yao Qi <yao@codesourcery.com>
17773
17774 * gdb.mi/mi-var-child.c (nothing1): New function.
17775 (nothing2): New function.
17776 (do_children_tests): Set function pointers by nothing1 and
17777 nothing2.
17778 * gdb.mi/mi-var-child.exp: Step over new added statements.
17779 Update test to match the new output.
17780 * gdb.mi/var-cmd.c (nothing1): New function.
17781 (nothing2): New function.
17782 (do_children_tests): Set function pointers by nothing1 and
17783 nothing2.
17784 * gdb.mi/mi-var-display.exp: Update test to match output.
17785 Step to the line specified by $line_dct_nothing.
17786 Increase the number of lines to step.
17787
17788 2014-10-14 Yao Qi <yao@codesourcery.com>
17789
17790 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17791 tests.
17792 * gdb.mi/mi2-var-child.exp: Likewise.
17793
17794 2014-10-13 Doug Evans <dje@google.com>
17795
17796 * gdb.python/py-objfile.exp: Change name of file name test.
17797
17798 2014-10-13 Doug Evans <dje@google.com>
17799
17800 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17801 from the start of the CU.
17802
17803 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17804 Yao Qi <yao@codesourcery.com>
17805
17806 Fix "save breakpoints" for "catch" command.
17807 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17808 Remove -nonewline. Match also the added "main" line.
17809
17810 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17811
17812 Fix "save breakpoints" for "disable $bpnum" command.
17813 * gdb.base/save-bp.c (main): Add label.
17814 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17815
17816 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17817
17818 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17819
17820 2014-10-11 Yao Qi <yao@codesourcery.com>
17821
17822 * gdb.server/server-kill.exp: Execute command
17823 "set remote trace-status-packet on" before "tstatus".
17824
17825 2014-10-11 Yao Qi <yao@codesourcery.com>
17826
17827 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17828 (main): Call getppid.
17829 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17830 and continue to it. Read variable "server_pid".
17831
17832 2014-10-11 Yao Qi <yao@codesourcery.com>
17833
17834 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17835
17836 2014-10-11 Yao Qi <yao@codesourcery.com>
17837
17838 * gdb.threads/thread-find.exp: Don't execute command
17839 "info threads".
17840 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17841 * gdb.threads/linux-dp.exp: Don't check the condition
17842 $threads_created equals to zero.
17843
17844 2014-10-10 Pedro Alves <palves@redhat.com>
17845
17846 * gdb.base/bigcore.exp: Remove references to IRIX.
17847 * gdb.base/funcargs.exp: Likewise.
17848 * gdb.base/interrupt.exp: Likewise.
17849 * gdb.base/mips_pro.exp: Likewise.
17850 * gdb.base/nodebug.exp: Likewise.
17851 * gdb.base/setvar.exp: Likewise.
17852 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17853
17854 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17855 Pedro Alves <palves@redhat.com>
17856
17857 PR symtab/14466
17858 * gdb.base/vdso-warning.c: New file.
17859 * gdb.base/vdso-warning.exp: New file.
17860
17861 2014-10-02 Doug Evans <dje@google.com>
17862
17863 * gdb.base/structs.c (main): Don't run forever.
17864
17865 2014-10-02 Pedro Alves <palves@redhat.com>
17866
17867 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17868 (top level) <stop threads 1, stop threads 2>: Use it.
17869
17870 2014-10-02 Pedro Alves <palves@redhat.com>
17871
17872 * gdb.threads/break-while-running.exp (test): Add new
17873 'update_thread_list' argument. Skip "info threads" if false.
17874 (top level): Add new 'update_thread_list' axis.
17875
17876 2014-10-02 Pedro Alves <palves@redhat.com>
17877
17878 PR breakpoints/17431
17879 * gdb.base/execl-update-breakpoints.c: New file.
17880 * gdb.base/execl-update-breakpoints.exp: New file.
17881
17882 2014-10-01 Pedro Alves <palves@redhat.com>
17883
17884 * gdb.base/breakpoint-in-ro-region.c: New file.
17885 * gdb.base/breakpoint-in-ro-region.exp: New file.
17886
17887 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17888
17889 * gdb.mi/mi-exit-code.exp: New file.
17890 * gdb.mi/mi-exit-code.c: New file.
17891
17892 2014-09-30 Yao Qi <yao@codesourcery.com>
17893
17894 * lib/prelink-support.exp (build_executable_own_libs): Error if
17895 the target isn't native.
17896
17897 2014-09-30 Yao Qi <yao@codesourcery.com>
17898
17899 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17900 false.
17901
17902 2014-09-22 Pedro Alves <palves@redhat.com>
17903
17904 * gdb.threads/break-while-running.exp: New file.
17905 * gdb.threads/break-while-running.c: New file.
17906
17907 2014-09-19 Yao Qi <yao@codesourcery.com>
17908
17909 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17910 Invoke test. Restart GDB with --readnow and invoke test again.
17911
17912 2014-09-19 Yao Qi <yao@codesourcery.com>
17913
17914 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17915 proc set_breakpoint_on_gcd_function. Invoke
17916 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17917 invoke set_breakpoint_on_gcd_function again.
17918
17919 2014-09-18 Doug Evans <dje@google.com>
17920
17921 * gdb.dwarf2/symtab-producer.exp: New file.
17922
17923 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17924
17925 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17926 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17927 * gdb.base/global-var-nested-by-dso.c: Likewise.
17928 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17929
17930 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17931 Pedro Alves <palves@redhat.com>
17932
17933 * gdb.base/watch-bitfields.exp: Pass string other than test file
17934 name to prepare_for_testing.
17935 (watch): New procedure.
17936 (expect_watchpoint): Use with_test_prefix.
17937 (top level): Factor out tests to ...
17938 (test_watch_location, test_regular_watch): ... these new
17939 procedures, and use with_test_prefix and gdb_continue_to_end.
17940
17941 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17942
17943 PR breakpoints/12526
17944 * gdb.base/watch-bitfields.exp: New file.
17945 * gdb.base/watch-bitfields.c: New file.
17946
17947 2014-09-16 Pedro Alves <palves@redhat.com>
17948
17949 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17950 software and hardware addresses, not software address against
17951 itself.
17952
17953 2014-09-16 Pedro Alves <palves@redhat.com>
17954
17955 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17956 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17957
17958 2014-09-16 Pedro Alves <palves@redhat.com>
17959
17960 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17961 files.
17962 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17963 "*-*-vxworks*" throughout.
17964 * gdb.base/break.exp: Likewise.
17965 * gdb.base/default.exp: Likewise.
17966 * gdb.base/scope.exp: Likewise.
17967 * gdb.base/sepdebug.exp: Likewise.
17968 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17969 throughout.
17970 * gdb.base/run.c: Likewise.
17971 * gdb.base/sepdebug.c: Likewise.
17972 * gdb.hp/gdb.aCC/run.c: Likewise.
17973 * gdb.reverse/until-reverse.c: Likewise.
17974 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17975
17976 2014-09-16 Yao Qi <yao@codesourcery.com>
17977
17978 * boards/local-remote-host-native.exp: New file.
17979
17980 2014-09-14 Doug Evans <xdje42@gmail.com>
17981
17982 * gdb.threads/queue-signal.c (thread_count): New variable.
17983 (thread_count_mutex, thread_count_condvar): New variables.
17984 (incr_thread_count, wait_all_threads_running): New functions.
17985 (main): Wait for all threads to be in their thread functions.
17986
17987 2014-09-13 Doug Evans <xdje42@gmail.com>
17988
17989 * gdb.threads/queue-signal.c: New file.
17990 * gdb.threads/queue-signal.exp: New file.
17991
17992 2014-09-13 Doug Evans <xdje42@gmail.com>
17993
17994 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17995 be consistent with what default_gdb_init uses.
17996 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17997 the plain text of the prompt. Add some logging printfs.
17998 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17999
18000 2014-09-12 Pedro Alves <palves@redhat.com>
18001
18002 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18003 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18004 * gdb.arch/i386-size-overlap.exp: Likewise.
18005 * gdb.arch/i386-size.exp: Likewise.
18006 * gdb.arch/i386-unwind.exp: Likewise.
18007 * gdb.base/a2-run.exp: Likewise.
18008 * gdb.base/break.exp: Likewise.
18009 * gdb.base/charset.exp: Likewise.
18010 * gdb.base/chng-syms.exp: Likewise.
18011 * gdb.base/commands.exp: Likewise.
18012 * gdb.base/dbx.exp: Likewise.
18013 * gdb.base/find.exp: Likewise.
18014 * gdb.base/funcargs.exp: Likewise.
18015 * gdb.base/jit-simple.exp: Likewise.
18016 * gdb.base/reread.exp: Likewise.
18017 * gdb.base/sepdebug.exp: Likewise.
18018 * gdb.base/step-bt.exp: Likewise.
18019 * gdb.cp/mb-inline.exp: Likewise.
18020 * gdb.cp/mb-templates.exp: Likewise.
18021 * gdb.objc/basicclass.exp: Likewise.
18022 * gdb.threads/killed.exp: Likewise.
18023
18024 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18025
18026 PR tdep/17379
18027 * gdb.arch/powerpc-stackless.S: New file.
18028 * gdb.arch/powerpc-stackless.exp: New file.
18029
18030 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18031
18032 * gdb.base/attach.c: Include unistd.h.
18033 (main): Call alarm. Add label postloop.
18034 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18035 gdb_breakpoint, gdb_continue_to_breakpoint.
18036 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18037
18038 2014-09-11 Pedro Alves <palves@redhat.com>
18039
18040 PR gdb/17347
18041 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18042 * gdb.base/attach.exp (test_command_line_attach_run): New
18043 procedure.
18044 (top level): Call it.
18045
18046 2014-09-11 Pedro Alves <palves@redhat.com>
18047
18048 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18049 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18050 (do_command_attach_tests): Use spawn_wait_for_attach.
18051 * gdb.base/solib-overlap.exp: Likewise.
18052 * gdb.multi/multi-attach.exp: Likewise.
18053 * gdb.python/py-prompt.exp: Likewise.
18054 * gdb.python/py-sync-interp.exp: Likewise.
18055 * gdb.server/ext-attach.exp: Likewise.
18056
18057 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18058
18059 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18060 command in testcase. Simplify testcase.
18061
18062 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18063
18064 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18065
18066 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18067
18068 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18069
18070 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18071
18072 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18073
18074 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18075
18076 * gdb.dwarf2/dynarr-ptr.c: New file.
18077 * gdb.dwarf2/dynarr-ptr.exp: New file.
18078
18079 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18080
18081 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18082 of 30 rather than hardcoding 120 for a slow test case. Take the
18083 `gdb,timeout' target setting into account for this calculation.
18084 Don't extend the timeout for the test cases that don't need it.
18085
18086 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18087
18088 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18089 a factor of 2 for a slow test case. Take the `gdb,timeout'
18090 target setting into account for this calculation.
18091 * gdb.reverse/until-precsave.exp: Increase the timeout by
18092 a factor of 15 and 3 respectively rather than adding 120
18093 for a pair of slow test cases. Take the `gdb,timeout'
18094 target setting into account for this calculation.
18095
18096 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18097
18098 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18099 timeout, don't pass one down to gdb_expect.
18100 (gdb_expect): Rework timeout selection.
18101
18102 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18103
18104 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18105 exception on timeout.
18106 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18107 (gdbserver_start_extended): Catch any `gdbserver_start' error
18108 exceptions.
18109 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18110 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18111 `gdbserver_gdb_load' error exceptions.
18112
18113 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18114
18115 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18116 120 on waiting for the TCP socket to open.
18117
18118 2014-09-09 Doug Evans <xdje42@gmail.com>
18119
18120 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18121 _caller_matches, _any_caller_is, _any_caller_matches.
18122
18123 2014-09-09 Doug Evans <xdje42@gmail.com>
18124
18125 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18126
18127 2014-09-09 Yao Qi <yao@codesourcery.com>
18128
18129 * gdb.mi/mi-var-display.exp: Set print symbol off.
18130
18131 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18132
18133 PR gdb/17035
18134 * gdb.base/commands.exp: Add tests to verify user-defined
18135 commands with empty bodies.
18136 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18137 python commands in `show user command`.
18138 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18139 scheme commands in `show user command`.
18140
18141 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18142
18143 PR python/17355
18144 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18145 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18146 * gdb.python/py-framefilter-invalidarg.exp: New file.
18147 * gdb.python/py-framefilter-invalidarg.py: New file.
18148
18149 2014-09-06 Doug Evans <xdje42@gmail.com>
18150
18151 PR 15276
18152 * gdb.python/py-caller-is.c: New file.
18153 * gdb.python/py-caller-is.exp: New file.
18154
18155 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18156
18157 PR gdb/17235
18158 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18159 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18160
18161 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18162
18163 PR fortran/17237
18164 * gdb.fortran/print-formatted.exp: New file.
18165 * gdb.fortran/print-formatted.f90: Likewise.
18166
18167 2014-09-03 Sasha Smundak <asmundak@google.com>
18168
18169 * gdb.python/py-frame.exp: Test Frame.read_register.
18170
18171 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18172
18173 PR python/16699
18174 * gdb.python/py-completion.exp: New file.
18175 * gdb.python/py-completion.py: Likewise.
18176
18177 2014-08-28 Doug Evans <dje@google.com>
18178
18179 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18180 eax,etc. are live with values set by gdb and thus the compiler can't
18181 use them.
18182 * gdb.arch/i386-pseudo.c (main): Ditto.
18183
18184 2014-08-27 Doug Evans <dje@google.com>
18185
18186 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18187
18188 2014-08-25 Doug Evans <dje@google.com>
18189
18190 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18191 (main): Ditto.
18192
18193 2014-08-25 Doug Evans <dje@google.com>
18194
18195 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18196
18197 2014-08-24 Yao Qi <yao@codesourcery.com>
18198
18199 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18200 symbol off.
18201 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18202
18203 2014-08-22 Doug Evans <dje@google.com>
18204
18205 PR 17276
18206 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18207 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18208 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18209
18210 2014-08-22 Yao Qi <yao@codesourcery.com>
18211
18212 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18213 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18214 * gdb.python/python.exp: Likewise. Use .py file on the host
18215 instead of the build.
18216
18217 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18218
18219 * gdb.threads/gcore-stale-thread.c: New file.
18220 * gdb.threads/gcore-stale-thread.exp: New file.
18221
18222 2014-08-21 Pedro Alves <palves@redhat.com>
18223
18224 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18225 * gdb.base/gcore-relro-pie.exp: Likewise.
18226 * gdb.base/gcore-relro.exp: Likewise.
18227 * gdb.base/gcore.exp: Likewise.
18228 * gdb.base/print-symbol-loading.exp: Likewise.
18229 * gdb.threads/gcore-thread.exp: Likewise.
18230 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18231
18232 2014-08-20 Pedro Alves <palves@redhat.com>
18233 Jan Kratochvil <jan.kratochvil@redhat.com>
18234
18235 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18236 configure.
18237 (EXPECT): Handle READ1 being set.
18238 (all): Depend on EXTRA_RULES.
18239 (check-read1, expect-read1, read1.so, read1): New rules.
18240 * README (Testsuite Parameters): Document the READ1 make variable.
18241 (Race detection): New section.
18242 * configure: Regenerate.
18243 * configure.ac: If build==host==target, and running under a
18244 GNU/glibc system, add read1 to the extra Makefile rules.
18245 (EXTRA_RULES): AC_SUBST it.
18246 * lib/read1.c: New file.
18247
18248 2014-08-20 Joel Brobecker <brobecker@adacore.com>
18249
18250 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18251 the handling of variables declared as a typedef to an array
18252 which a DW_AT_data_location attribute.
18253
18254 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
18255 Pedro Alves <palves@redhat.com>
18256
18257 PR symtab/14604
18258 PR symtab/14605
18259 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18260 gdb_test.
18261
18262 2014-08-19 Pedro Alves <palves@redhat.com>
18263
18264 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18265
18266 2014-08-19 Yao Qi <yao@codesourcery.com>
18267
18268 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18269 right line.
18270
18271 2014-08-18 David Blaikie <dblaikie@gmail.com>
18272
18273 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18274
18275 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18276
18277 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18278 attribute in array range.
18279
18280 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18281
18282 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18283
18284 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18285
18286 PR c++/17132
18287 * gdb.cp/pr17132.cc: New file.
18288 * gdb.cp/pr17132.exp: New file.
18289
18290 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18291
18292 * gdb.python/py-xmethods.py (A_getarrayind)
18293 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18294 Use 'print' with function call syntax.
18295 (E_method_matcher.match): Fix tab vs space indentation mixup.
18296
18297 2014-08-15 Yao Qi <yao@codesourcery.com>
18298
18299 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18300 false.
18301
18302 2014-08-15 Yao Qi <yao@codesourcery.com>
18303
18304 * gdb.cp/casts.exp: Set print symbol off.
18305 * gdb.cp/class2.exp: Likewise.
18306 * gdb.cp/overload.exp: Likewise.
18307 * gdb.cp/templates.exp: Likewise.
18308
18309 2014-08-11 Doug Evans <dje@google.com>
18310
18311 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18312 (test_load_shlib): Update.
18313
18314 2014-08-09 Yao Qi <yao@codesourcery.com>
18315
18316 * gdb.base/display.exp: Invoke is_address_zero_readable.
18317 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18318 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18319 * gdb.base/hbreak-unmapped.exp: Return if
18320 is_address_zero_readable returns true.
18321 * gdb.base/signest.exp: Likewise.
18322 * gdb.base/signull.exp: Likewise.
18323 * gdb.base/sigbpt.exp: Likewise.
18324 * gdb.guile/scm-disasm.exp: Do the test if
18325 is_address_zero_readable returns false.
18326 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18327 * gdb.python/py-arch.exp: Likewise.
18328 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18329 * lib/gdb.exp (is_address_zero_readable): New proc.
18330
18331 2014-08-09 Yao Qi <yao@codesourcery.com>
18332
18333 PR testsuite/13443
18334 * gdb.mi/mi-var-display.exp: Make test messages unique.
18335
18336 2014-08-04 Tom Tromey <tromey@redhat.com>
18337
18338 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18339 target 0".
18340
18341 2014-08-04 Tom Tromey <tromey@redhat.com>
18342
18343 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18344 "target_resume".
18345
18346 2014-08-01 Joel Brobecker <brobecker@adacore.com>
18347
18348 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18349 inner_vla_struct_object_size.
18350 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18351 as xfail.
18352
18353 2014-07-30 Pedro Alves <palves@redhat.com>
18354
18355 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18356 comment.
18357
18358 2014-07-29 Yao Qi <yao@codesourcery.com>
18359
18360 PR gdb/17206
18361 * gdb.base/until-nodebug.exp: New.
18362
18363 2014-07-28 Doug Evans <xdje42@gmail.com>
18364
18365 PR guile/17203
18366 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18367 previously existing parameter, and previously ambiguously spelled
18368 parameter.
18369
18370 2014-07-28 Will Newton <will.newton@linaro.org>
18371
18372 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18373
18374 2014-07-26 Ludovic Courtès <ludo@gnu.org>
18375 Doug Evans <xdje42@gmail.com>
18376
18377 PR guile/17146
18378 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18379
18380 2014-07-25 Pedro Alves <palves@redhat.com>
18381
18382 * gdb.threads/signal-command-handle-nopass.c: New file.
18383 * gdb.threads/signal-command-handle-nopass.exp: New file.
18384 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18385 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18386 * gdb.threads/signal-delivered-right-thread.c: New file.
18387 * gdb.threads/signal-delivered-right-thread.exp: New file.
18388
18389 2014-07-25 Pedro Alves <palves@redhat.com>
18390
18391 * gdb.base/double-prompt-target-event-error.exp
18392 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18393 match.
18394 (cancel_pagination_in_target_event): Rework double prompt
18395 detection.
18396 * gdb.base/paginate-after-ctrl-c-running.exp
18397 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18398 <return>' match.
18399 * gdb.base/paginate-bg-execution.exp
18400 (test_bg_execution_pagination_return)
18401 (test_bg_execution_pagination_cancel): Remove '-notransfer
18402 <return>' matches.
18403 * gdb.base/paginate-execution-startup.exp
18404 (test_fg_execution_pagination_return)
18405 (test_fg_execution_pagination_cancel): Remove '-notransfer
18406 <return>' matches.
18407 * gdb.base/paginate-inferior-exit.exp
18408 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18409 match.
18410 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18411 * lib/gdb.exp (pagination_prompt): Run text through
18412 string_to_regexp.
18413 (gdb_test_multiple): Match $pagination_prompt instead of
18414 "<return>".
18415 (string_to_regexp): Move to lib/gdb-utils.exp.
18416
18417 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18418
18419 * gdb.arch/amd64-entry-value-paramref.S: New file.
18420 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18421 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18422 * gdb.arch/amd64-optimout-repeat.S: New file.
18423 * gdb.arch/amd64-optimout-repeat.c: New file.
18424 * gdb.arch/amd64-optimout-repeat.exp: New file.
18425
18426 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18427
18428 PR gdb/17170
18429 * gdb.base/statistics.exp: New file.
18430
18431 2014-07-17 Doug Evans <dje@google.com>
18432
18433 PR gdb/17170
18434 * gdb.base/maint.exp: Update testing of per-command stats.
18435
18436 2014-07-16 Pedro Alves <palves@redhat.com>
18437
18438 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18439 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18440 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18441 (tfile_write_buf): New functions.
18442 (add_memory_block): Rewrite using the above.
18443 (adjust_function_address): New function.
18444 (FUNCTION_ADDRESS): New macro.
18445 (write_basic_trace_file): Remove short_x local, and use
18446 tfile_write_16. Change type of func_addr local to unsigned long
18447 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18448 here. Cast argument of add_memory_block to char pointer.
18449 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18450 (main): Remove parameters.
18451 * gdb.trace/tfile.exp: Remove nowarnings.
18452
18453 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18454
18455 * gdb.base/debug-expr.exp: Test string evaluation with
18456 "debug expression" on.
18457
18458 2014-07-15 Pedro Alves <palves@redhat.com>
18459
18460 * gdb.base/reread.exp: Use clean_restart.
18461
18462 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18463
18464 * gdb.arch/avr-flash-qualifer.c: New.
18465 * gdb.arch/avr-flash-qualifer.exp: New.
18466
18467 2014-07-14 Pedro Alves <palves@redhat.com>
18468
18469 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18470 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18471
18472 2014-07-14 Pedro Alves <palves@redhat.com>
18473
18474 * gdb.base/double-prompt-target-event-error.c: New file.
18475 * gdb.base/double-prompt-target-event-error.exp: New file.
18476
18477 2014-07-14 Pedro Alves <palves@redhat.com>
18478
18479 PR gdb/17072
18480 * gdb.base/paginate-inferior-exit.c: New file.
18481 * gdb.base/paginate-inferior-exit.exp: New file.
18482
18483 2014-07-14 Pedro Alves <palves@redhat.com>
18484
18485 PR gdb/17072
18486 * gdb.base/paginate-bg-execution.c: New file.
18487 * gdb.base/paginate-bg-execution.exp: New file.
18488
18489 2014-07-14 Pedro Alves <palves@redhat.com>
18490
18491 PR gdb/17072
18492 * gdb.base/paginate-execution-startup.c: New file.
18493 * gdb.base/paginate-execution-startup.exp: New file.
18494 * lib/gdb.exp (pagination_prompt): New global.
18495 (default_gdb_spawn): New procedure, factored out from
18496 default_gdb_spawn.
18497 (default_gdb_start): Adjust to call default_gdb_spawn.
18498 (gdb_spawn): New procedure.
18499
18500 2014-07-14 Pedro Alves <palves@redhat.com>
18501
18502 * lib/gdb.exp (gdb_assert): New procedure.
18503 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18504
18505 2014-07-14 Pedro Alves <palves@redhat.com>
18506
18507 * gdb.base/execution-termios.c: New file.
18508 * gdb.base/execution-termios.exp: New file.
18509
18510 2014-07-14 Tom Tromey <tromey@redhat.com>
18511
18512 * gdb.cp/vla-cxx.cc: New file.
18513 * gdb.cp/vla-cxx.exp: New file.
18514
18515 2014-07-14 Tom Tromey <tromey@redhat.com>
18516
18517 * gdb.reverse/rerun-prec.c: New file.
18518 * gdb.reverse/rerun-prec.exp: New file.
18519
18520 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18521 Maciej W. Rozycki <macro@codesourcery.com>
18522
18523 * lib/gdb-utils.exp: New file.
18524 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18525 inline `gdb_init_command' processing.
18526 (gdb_start_cmd): Likewise.
18527 * lib/mi-support.exp (mi_run_cmd): Likewise.
18528 * README: Document `gdb_init_command' and `gdb_init_commands'.
18529
18530 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18531
18532 Fix false FAIL running under a very long directory name.
18533 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18534 and "set print elements 10000". Twice.
18535
18536 2014-07-11 Yao Qi <yao@codesourcery.com>
18537
18538 * gdb.base/exprs.exp: "set print symbol off".
18539
18540 2014-07-11 Pedro Alves <palves@redhat.com>
18541
18542 * gdb.threads/kill.c: New file.
18543 * gdb.threads/kill.exp: New file.
18544
18545 2014-07-10 Yao Qi <yao@codesourcery.com>
18546
18547 * gdb.trace/tfile.c (write_basic_trace_file)
18548 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18549 address written to trace file.
18550
18551 2014-07-09 Pedro Alves <palves@redhat.com>
18552
18553 * gdb.base/attach-wait-input.exp: New file.
18554 * gdb.base/attach-wait-input.c: New file.
18555
18556 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18557
18558 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18559 setting up test structures.
18560 (main): Call new test function.
18561 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18562 test function, continue into test function and walk test
18563 structures.
18564
18565 2014-07-02 Yao Qi <yao@codesourcery.com>
18566
18567 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18568 'bar_start' at the beginning of functions 'foo' and 'bar'
18569 respectively.
18570 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18571 instead of 'foo' and 'bar'.
18572
18573 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18574
18575 * gdb.btrace/segv.exp: New.
18576 * gdb.btrace/segv.c: New.
18577
18578 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18579
18580 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18581 instruction.
18582
18583 2014-06-30 Mark Wielaard <mjw@redhat.com>
18584
18585 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18586 vulture, vilify, villar): New volatile array constants.
18587 (vindictive, vegetation): New const volatile array constants.
18588 * gdb.base/volatile.exp: Test volatile and const volatile array
18589 types.
18590
18591 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18592
18593 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18594 target lacks support for awatch, rwatch, or hbreak.
18595
18596 2014-06-27 Yao Qi <yao@codesourcery.com>
18597
18598 * gdb.multi/dummy-frame-restore.exp: New.
18599 * gdb.multi/dummy-frame-restore.c: New.
18600
18601 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18602
18603 * gdb.btrace/gcore.exp: New.
18604
18605 2014-06-23 Pedro Alves <palves@redhat.com>
18606
18607 * gdb.base/watchpoint-reuse-slot.c: New file.
18608 * gdb.base/watchpoint-reuse-slot.exp: New file.
18609
18610 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18611
18612 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18613 progspace's filename in 'info', 'enable' and 'disable' command
18614 tests.
18615
18616 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18617
18618 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18619 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18620 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18621
18622 2014-06-20 Gary Benson <gbenson@redhat.com>
18623
18624 * gdb.arch/i386-avx.exp: Fix include file location.
18625 * gdb.arch/i386-sse.exp: Likewise.
18626
18627 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18628
18629 * gdb.dlang/expression.exp: New file.
18630
18631 2014-06-19 Pedro Alves <palves@redhat.com>
18632
18633 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18634 out from ...
18635 (top level): ... here. Iterate running tests under different
18636 scheduler-locking settings.
18637
18638 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
18639
18640 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18641 to DW_FORM_addr and use non-zero addresses.
18642
18643 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18644
18645 PR gdb/17017
18646 * gdb.python/py-xmethods.cc: Add global function call counters and
18647 increment them in their respective functions. Remove "cout"
18648 statements.
18649 * gdb.python/py-xmethods.exp: Make tests check the global function
18650 call counters instead of depending on inferior IO.
18651
18652 2014-06-18 Don Breazeal <donb@codesourcery.com>
18653
18654 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18655 Deleted procedure.
18656 (explicit_fork_parent_follow): Deleted procedure.
18657 (explicit_fork_child_follow): Deleted procedure.
18658 (test_follow_fork): New procedure.
18659 (do_fork_tests): Replace calls to deleted procedures with
18660 calls to test_follow_fork and reset GDB for subsequent
18661 procedure calls.
18662
18663 2014-06-17 Yao Qi <yao@codesourcery.com>
18664
18665 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18666 CP1252.
18667
18668 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18669
18670 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18671 Initialize ptr and S explicitly.
18672 (skip_type_update_when_not_use_rtti_test): Likewise.
18673
18674 2014-06-16 Keith Seitz <keiths@redhat.com>
18675
18676 PR mi/15863
18677 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18678 the inferior is started.
18679
18680 2014-06-16 Pedro Alves <palves@redhat.com>
18681
18682 * gdb.base/break-main-file-remove-fail.c: New file.
18683 * gdb.base/break-main-file-remove-fail.exp: New file.
18684 * gdb.base/break-unload-file.exp: Use build_executable instead of
18685 prepare_for_testing.
18686 (test_break): New parameter "initial_load". Handle it.
18687 (top level): Add initial_load cmdline/file axis.
18688
18689 2014-06-12 Tom Tromey <tromey@redhat.com>
18690
18691 * gdb.base/completion.exp: Don't use directory name in test.
18692
18693 2014-06-09 Gary Benson <gbenson@redhat.com>
18694
18695 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18696 separate the always-available ANSI-standard signals from the
18697 signals that require checking.
18698 (main): Likewise.
18699 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18700 Likewise.
18701 (main): Likewise.
18702
18703 2014-06-07 Keith Seitz <keiths@redhat.com>
18704
18705 Revert:
18706 PR c++/16253
18707 * gdb.cp/var-tag.cc: New file.
18708 * gdb.cp/var-tag.exp: New file.
18709 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18710 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18711 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18712 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18713
18714 2014-06-06 Doug Evans <xdje42@gmail.com>
18715
18716 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18717
18718 2014-06-06 Pedro Alves <palves@redhat.com>
18719
18720 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18721 in target debug output instead of looking at RSP packets,
18722 disabling the test on any target that uses hardware stepping.
18723 Update comments.
18724
18725 2014-06-06 Pedro Alves <palves@redhat.com>
18726
18727 * gdb.base/break-unload-file.exp: Fix typo.
18728
18729 2014-06-06 Yao Qi <yao@codesourcery.com>
18730
18731 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18732 from "jit_function" to "^jit_function".
18733
18734 2014-06-06 Yao Qi <yao@codesourcery.com>
18735
18736 * gdb.base/async.c (foo): Add one statement.
18737 * gdb.base/async.exp: Get the next instruction address and
18738 match the output of "nexti" by instruction address. Match
18739 the hex address in the output of "finish".
18740
18741 2014-06-06 Gary Benson <gbenson@redhat.com>
18742
18743 * gdb.base/call-signals.c: Remove preprocessor conditionals
18744 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18745 SIGSEGV and SIGTERM.
18746 * gdb.base/sigall.c: Likewise.
18747 * gdb.base/unwindonsignal.c: Likewise.
18748 * gdb.reverse/sigall-reverse.c: Likewise.
18749
18750 2014-06-06 Yao Qi <yao@codesourcery.com>
18751
18752 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18753 readable, skip the test.
18754
18755 2014-06-06 Yao Qi <yao@codesourcery.com>
18756
18757 * gdb.threads/staticthreads.c (thread_function): Move the line
18758 setting breakpoint on forward.
18759 * gdb.threads/staticthreads.exp: Update comments.
18760
18761 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18762
18763 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18764 "history-append! type error".
18765
18766 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18767
18768 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18769 erroneous dprintf expected input.
18770
18771 2014-06-04 Doug Evans <xdje42@gmail.com>
18772
18773 * gdb.guile/scm-generics.exp: Delete.
18774
18775 2014-06-04 Doug Evans <xdje42@gmail.com>
18776
18777 * gdb.guile/scm-breakpoint.exp: Update.
18778 Add tests for breakpoint registration.
18779
18780 2014-06-04 Tom Tromey <tromey@redhat.com>
18781
18782 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18783 VLA-in-union.
18784 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18785 inner_vla_struct, vla_union types. Initialize objects of those
18786 types and compute their sizes.
18787
18788 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18789 Hui Zhu <hui@codesourcery.com>
18790
18791 * gdb.base/fileio.exp: Add test for shell not available as well as
18792 available.
18793 * gdb.base/fileio.c (test_system): Check for shell twice.
18794
18795 2014-06-04 Yao Qi <yao@codesourcery.com>
18796
18797 * gdb.base/auto-connect-native-target.exp: Remove redundant
18798 space from the regexp pattern.
18799
18800 2014-06-04 Yao Qi <yao@codesourcery.com>
18801
18802 * gdb.base/default.exp: Replace "child" with "native" in
18803 regexp pattern.
18804
18805 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18806
18807 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18808 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18809 * gdb.python/py-xmethods.py: Python script supporting the
18810 new testcase and tests.
18811
18812 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18813 Pedro Alves <palves@redhat.com>
18814
18815 PR breakpoints/17000
18816 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18817 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18818
18819 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18820
18821 * gdb.base/subst.exp: Add tests to verify partial path matching
18822 output.
18823
18824 2014-06-03 Pedro Alves <palves@redhat.com>
18825
18826 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18827 target that doesn't use software single-stepping.
18828
18829 2014-06-03 Pedro Alves <palves@redhat.com>
18830
18831 PR breakpoints/17000
18832 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18833 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18834
18835 2014-06-02 Doug Evans <xdje42@gmail.com>
18836
18837 * gdb.guile/scm-parameter.exp: New file.
18838
18839 2014-06-02 Doug Evans <xdje42@gmail.com>
18840
18841 * gdb.guile/scm-cmd.c: New file.
18842 * gdb.guile/scm-cmd.exp: New file.
18843
18844 2014-06-02 Doug Evans <xdje42@gmail.com>
18845
18846 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18847 pretty-printer lookup.
18848 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18849 (make-pp_s-printer): Call it.
18850 (make-pretty-printer-from-dict): New function.
18851 (lookup-pretty-printer-maker-from-dict): New function.
18852 (*pretty-printer*): Simplify.
18853 (make-objfile-pp_s-printer): New function.
18854 (install-objfile-pretty-printers!): New function.
18855 (make-progspace-pp_s-printer): New function.
18856 (install-progspace-pretty-printers!): New function.
18857 * gdb.guile/scm-progspace.c: New file.
18858 * gdb.guile/scm-progspace.exp: New file.
18859
18860 2014-06-02 Pedro Alves <palves@redhat.com>
18861
18862 * gdb.base/dprintf-bp-same-addr.c: New file.
18863 * gdb.base/dprintf-bp-same-addr.exp: New file.
18864
18865 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18866
18867 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18868 * gdb.arch/powerpc-power.s: Likewise.
18869
18870 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18871
18872 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18873
18874 2014-06-01 Yao Qi <yao@codesourcery.com>
18875
18876 * gdb.base/watchpoint.exp (test_watch_location): Check null
18877 pointer can be dereferenced. If not, do the test, otherwise
18878 skip it.
18879
18880 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18881
18882 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18883 results.
18884 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18885
18886 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18887
18888 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18889 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18890 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18891 * gdb.arch/amd64-invalid-stack-top.c: New file.
18892 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18893
18894 2014-05-30 Pedro Alves <palves@redhat.com>
18895
18896 PR breakpoints/17000
18897 * gdb.base/sss-bp-on-user-bp.c: New file.
18898 * gdb.base/sss-bp-on-user-bp.exp: New file.
18899
18900 2014-05-30 David Blaikie <dblaikie@gmail.com>
18901
18902 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18903 gnu_inline semantics via attribute.
18904 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18905 source explicitly specifies the required semantics.
18906
18907 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18908
18909 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18910
18911 2014-05-29 Pedro Alves <palves@redhat.com>
18912 Tom Tromey <tromey@redhat.com>
18913
18914 * gdb.base/async-shell.exp: Don't enable target-async.
18915 * gdb.base/async.exp
18916 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18917 parameter. Adjust.
18918 (top level): Don't test with "target-async".
18919 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18920 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18921 * gdb.base/inferior-died.exp: Don't enable target-async.
18922 * gdb.base/interrupt-noterm.exp: Likewise.
18923 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18924 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18925 * gdb.mi/mi-nonstop.exp: Likewise.
18926 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18927 * gdb.mi/mi-nsintrall.exp: Likewise.
18928 * gdb.mi/mi-nsmoribund.exp: Likewise.
18929 * gdb.mi/mi-nsthrexec.exp: Likewise.
18930 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18931 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18932 * gdb.python/py-evsignal.exp: Don't enable target-async.
18933 * gdb.python/py-evthreads.exp: Likewise.
18934 * gdb.python/py-prompt.exp: Likewise.
18935 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18936 * gdb.server/solib-list.exp: Don't enable target-async.
18937 * gdb.threads/thread-specific-bp.exp: Likewise.
18938 * lib/mi-support.exp: Adjust to use mi-async.
18939
18940 2014-05-29 Pedro Alves <palves@redhat.com>
18941
18942 PR gdb/13860
18943 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18944 reason, even in sync mode.
18945
18946 2014-05-29 Pedro Alves <palves@redhat.com>
18947 Hui Zhu <hui@codesourcery.com>
18948
18949 PR PR15693
18950 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18951 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18952 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18953 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18954
18955 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18956
18957 * config/monitor.exp (gdb_target_monitor): Replace use of
18958 "set remotebaud" by "set serial baud".
18959
18960 2014-05-26 Andy Wingo <wingo@igalia.com>
18961
18962 * gdb.guile/scm-breakpoint.exp:
18963 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18964 properties instead of gdb-object-properties.
18965
18966 2014-05-26 Yao Qi <yao@codesourcery.com>
18967
18968 * gdb.server/no-thread-db.exp: Specify source file name
18969 explicitly when setting a breakpoint.
18970
18971 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18972
18973 * gdb.btrace/vdso.c: New.
18974 * gdb.btrace/vdso.exp: New.
18975
18976 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18977
18978 * gdb.base/gcore.exp (capture_command_output): Move ...
18979 * lib/gdb.exp (capture_command_output): ... here.
18980
18981 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18982
18983 * gdb.btrace/data.exp: Test memory access during btrace replay.
18984
18985 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18986
18987 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18988
18989 2014-05-21 Pedro Alves <palves@redhat.com>
18990
18991 PR gdb/13860
18992 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18993 (top level): Test that output related to execution commands is
18994 sent to the console with CLI commands, but not with MI commands.
18995 Test that breakpoint events are always mirrored to the console.
18996 Also expect the new source line to be output after a "next" in
18997 async mode too. Make it a pass/fail test.
18998 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18999 output.
19000 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19001
19002 2014-05-21 Pedro Alves <palves@redhat.com>
19003
19004 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19005 Use them to test variations of "list" after reaching a breakpoint.
19006 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19007 Test "list" with listsize 10 after reaching a breakpoint.
19008 * gdb.python/python.exp (decode_line current location line
19009 number): Adjust expected line number.
19010
19011 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19012
19013 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19014 behavior for $args, pass it directly to "run".
19015
19016 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19017
19018 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19019 30000 to 65536.
19020
19021 2014-05-21 Pedro Alves <palves@redhat.com>
19022
19023 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19024 auto-connect-native-target off".
19025 * gdb.base/auto-connect-native-target.c: New file.
19026 * gdb.base/auto-connect-native-target.exp: New file.
19027
19028 2014-05-21 Pedro Alves <palves@redhat.com>
19029
19030 * gdb.base/default.exp: Test "target native" instead of "target
19031 child".
19032
19033 2014-05-21 Mark Wielaard <mjw@redhat.com>
19034
19035 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19036
19037 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19038
19039 Fix TLS access for -static -pthread.
19040 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19041 <HAVE_TLS> (thread_function, main): Initialize it.
19042 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19043 Add clean_restart.
19044 <$have_tls != "">: Check TLSVAR.
19045
19046 2014-05-21 Pedro Alves <palves@redhat.com>
19047
19048 * gdb.base/dcache-line-read-error.c: New.
19049 * gdb.base/dcache-line-read-error.exp: New.
19050
19051 2014-05-20 Pedro Alves <palves@redhat.com>
19052
19053 * gdb.base/compare-sections.c: New file.
19054 * gdb.base/compare-sections.exp: New file.
19055
19056 2014-05-20 Pedro Alves <palves@redhat.com>
19057
19058 * gdb.base/break-idempotent.c: New file.
19059 * gdb.base/break-idempotent.exp: New file.
19060
19061 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19062
19063 * gdb.btrace/nohist.exp: New.
19064
19065 2014-05-20 Yao Qi <yao@codesourcery.com>
19066
19067 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19068 gdb.reverse directory and gdb_reverse_timeout exists in board
19069 setting.
19070 * README: Document gdb_reverse_timeout.
19071
19072 2014-05-20 Yao Qi <yao@codesourcery.com>
19073
19074 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19075 'test_file_name'. Treat args as a string instead of a list.
19076 (gdb_init): Rename argument 'args' by 'test_file_name'.
19077
19078 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19079
19080 * gdb.arch/powerpc-power.exp: New file.
19081 * gdb.arch/powerpc-power.s: New file.
19082
19083 2014-05-16 Doug Evans <dje@google.com>
19084
19085 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
19086 * gdb.base/completion.exp: Check that all expected files exist
19087 before doing file completion.
19088
19089 2014-05-16 Doug Evans <dje@google.com>
19090
19091 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19092 Update.
19093 (do_syscall_tests_without_xml): Update.
19094
19095 2014-05-16 Pedro Alves <palves@redhat.com>
19096
19097 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19098 instead of "unknown output after running".
19099
19100 2014-05-16 Yao Qi <yao@codesourcery.com>
19101
19102 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19103 file1.txt from host at the end.
19104 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19105
19106 2014-05-15 Doug Evans <dje@google.com>
19107
19108 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19109 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19110 loading file. Add test for TU lookup.
19111
19112 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19113
19114 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19115 calling "-exec-arguments" or "set args" before running the
19116 inferior.
19117
19118 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19119
19120 * lib/mi-support.exp (mi_expect_stop): Expect message for
19121 inferiors that exit with non-zero exit code.
19122
19123 2014-05-14 Yao Qi <yao@codesourcery.com>
19124
19125 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19126 match absolute path on remote host.
19127 (test_file_list_exec_source_files): Remove "/" from the
19128 pattern.
19129
19130 2014-05-14 Yao Qi <yao@codesourcery.com>
19131
19132 * boards/local-remote-host-notty.exp (${board}_file): New
19133 proc.
19134
19135 2014-05-07 Kyle McMartin <kyle@redhat.com>
19136
19137 Pushed by Joel Brobecker <brobecker@adacore.com>.
19138 * gdb.arch/aarch64-atomic-inst.c: New file.
19139 * gdb.arch/aarch64-atomic-inst.exp: New file.
19140
19141 2014-05-07 Yao Qi <yao@codesourcery.com>
19142
19143 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19144 in current context" too.
19145
19146 2014-05-05 Keith Seitz <keiths@redhat.com>
19147
19148 * gdb.linespec/ls-dollar.exp: Add test for linespec
19149 file:convenience_variable.
19150
19151 2014-05-05 Yao Qi <yao@codesourcery.com>
19152
19153 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19154 traceframes into tfile and ctf trace files. Read data from
19155 trace file and test collected data.
19156 (gdb_collect_locals_test): Likewise.
19157 (gdb_unavailable_registers_test): Likewise.
19158 (gdb_unavailable_floats): Likewise.
19159 (gdb_collect_globals_test): Likewise.
19160 (top-level): Append "ctf" to trace_file_targets if GDB
19161 supports.
19162
19163 2014-05-05 Yao Qi <yao@codesourcery.com>
19164
19165 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19166 code to ...
19167 (gdb_collect_args_test_1): ... it. New proc.
19168 (gdb_collect_locals_test): Move some code to ...
19169 (gdb_collect_locals_test_1): ... it. New proc.
19170 (gdb_unavailable_registers_test): Move some code to ...
19171 (gdb_unavailable_registers_test_1): ... it. New proc.
19172 (gdb_unavailable_floats): Move some code to ...
19173 (gdb_unavailable_floats_1): ... it. New proc.
19174
19175 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19176
19177 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19178 probes to test for bitness recognition.
19179 * gdb.arch/amd64-stap-optional-prefix.exp
19180 (test_probe_value_without_reg): New procedure.
19181 Add code to test for different kinds of bitness.
19182
19183 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19184
19185 PR breakpoints/16889
19186 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19187 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19188
19189 2014-05-01 Pedro Alves <palves@redhat.com>
19190
19191 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19192 gdb_file_cmd if no file is specified.
19193 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19194 last_loaded_file to set the remote exec-file.
19195
19196 2014-05-01 Pedro Alves <palves@redhat.com>
19197
19198 * boards/local-remote-host.exp: New file.
19199
19200 2014-05-01 Pedro Alves <palves@redhat.com>
19201
19202 * boards/local-remote-host.exp: Rename to ...
19203 * boards/local-remote-host-notty.exp: ... this.
19204
19205 2014-04-28 Joel Brobecker <brobecker@adacore.com>
19206
19207 * gdb.ada/dyn_arrayidx: New testcase.
19208
19209 2014-04-26 Yao Qi <yao@codesourcery.com>
19210
19211 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19212 and compute the length of function main. Save it in
19213 $main_length.
19214 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19215 (top-level): Use gdb_compile to compile objects into
19216 executable and restart GDB. Remove invocation to
19217 prepare_for_testing.
19218
19219 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19220 Pedro Alves <palves@redhat.com>
19221
19222 PR server/16255
19223 * gdb.multi/multi-attach.c: New file.
19224 * gdb.multi/multi-attach.exp: New file.
19225
19226 2014-04-25 Pedro Alves <palves@redhat.com>
19227
19228 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19229 user.
19230 (top level): Test that "set remote conditional-breakpoints-packet
19231 off" works as intended.
19232 * gdb.base/dprintf.exp: Test that "set remote
19233 breakpoint-commands-packet off" works as intended.
19234 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19235 New function.
19236 (top level): Call it.
19237 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19238 remote fast-tracepoints-packet off" works as intended.
19239 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19240 * lib/gdb.exp (gdb_is_target_remote): ... here.
19241
19242 2014-04-24 David Blaikie <dblaikie@gmail.com>
19243
19244 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19245 ensure clang would not discard them.
19246 * gdb.base/gdbvars.c: Ditto.
19247 * gdb.base/memattr.c: Ditto.
19248 * gdb.base/whatis.c: Ditto.
19249 * gdb.python/py-prettyprint.c: Ditto.
19250 * gdb.trace/actions.c: Ditto.
19251 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19252 ensure clang would not discard it.
19253
19254 2014-04-24 David Blaikie <dblaikie@gmail.com>
19255
19256 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19257 clang to emit the full definition of type required by the test
19258 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19259
19260 2014-04-24 David Blaikie <dblaikie@gmail.com>
19261
19262 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19263 coax Clang into emitting the definition of the type.
19264 * gdb.cp/pr10728-x.h (y): Ditto.
19265 * gdb.cp/pr10728-y.cc (y): Ditto.
19266
19267 2014-04-24 David Blaikie <dblaikie@gmail.com>
19268
19269 * gdb.base/label.exp: XFAIL label related tests under Clang.
19270 * gdb.cp/cplabel.exp: Ditto.
19271 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19272 under Clang those using labels.
19273
19274 2014-04-25 Yao Qi <yao@codesourcery.com>
19275
19276 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19277 double_label.
19278 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19279 partial_label and double_label.
19280
19281 2014-04-24 David Blaikie <dblaikie@gmail.com>
19282
19283 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19284
19285 2014-04-24 David Blaikie <dblaikie@gmail.com>
19286
19287 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19288 of the function to work across GCC and Clang.
19289 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19290 pointer types (const void ** const V void **).
19291
19292 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
19293 Walfred Tedeschi <walfred.tedeschi@intel.com>
19294
19295 * Makefile.in (EXECUTABLES): Added i386-avx512.
19296 * gdb.arch/i386-avx512.c: New file.
19297 * gdb.arch/i386-avx512.exp: Likewise.
19298
19299 2014-04-23 Keith Seitz <keiths@redhat.com>
19300
19301 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19302 (mi_make_breakpoint_table): New procedure.
19303 (mi_create_breakpoint): Use mi_make_breakpoint
19304 and return the result.
19305 (mi_make_breakpoint): New procedure.
19306 (mi_build_kv_pairs): New procedure.
19307
19308 * gdb.mi/mi-break.exp: Remove unused globals,
19309 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19310 All callers updated.
19311 * gdb.mi/mi-dprintf.exp: Use variable to track command
19312 number.
19313 Update all callers of mi_create_breakpoint and use
19314 mi_make_breakpoint_table.
19315 Remove any unused global variables.
19316 * gdb.mi/mi-nonstop.exp: Likewise.
19317 * gdb.mi/mi-nsintrall.exp: Likewise.
19318 * gdb.mi/mi-nsmoribund.exp: Likewise.
19319 * gdb.mi/mi-nsthrexec.exp: Likewise.
19320 * gdb.mi/mi-reverse.exp: Likewise.
19321 * gdb.mi/mi-simplerun.exp: Likewise.
19322 * gdb.mi/mi-stepn.exp: Likewise.
19323 * gdb.mi/mi-syn-frame.exp: Likewise.
19324 * gdb.mi/mi-until.exp: Likewise.
19325 * gdb.mi/mi-var-cp.exp: Likewise.
19326 * gdb.mi/mi-var-display.exp: Likewise.
19327 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19328 * gdb.mi/mi2-var-child.exp: Likewise.
19329 * gdb.mi/mi-vla-c99.exp: Likewise.
19330 * lib/mi-support.exp: Likewise.
19331
19332 From Ian Lance Taylor <iant@cygnus.com>:
19333 * lib/gdb.exp (parse_args): New procedure.
19334
19335 2014-04-23 Pedro Alves <palves@redhat.com>
19336
19337 * gdb.base/break-unload-file.c: New file.
19338 * gdb.base/break-unload-file.exp: New file.
19339 * gdb.base/sym-file-lib.c (baz): New function.
19340 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19341 field.
19342 (load): Store the segment's mapped size.
19343 (unload): New function.
19344 (unload_shlib): New function.
19345 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19346 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19347 set a breakpoint at baz, and call it.
19348 * gdb.base/sym-file.exp: New tests for stale breakpoint
19349 instructions.
19350
19351 2014-04-23 Pedro Alves <palves@redhat.com>
19352
19353 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19354 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19355 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19356 * gdb.base/hbreak-unmapped.c: New file.
19357 * gdb.base/hbreak-unmapped.exp: New file.
19358 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19359 * lib/gdb.exp (gdb_is_target_remote): ... here.
19360
19361 2014-04-22 Pedro Alves <palves@redhat.com>
19362
19363 * gdb.base/consecutive-step-over.c: New file.
19364 * gdb.base/consecutive-step-over.exp: New file.
19365
19366 2014-04-22 Pedro Alves <palves@redhat.com>
19367
19368 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19369 instead of send_gdb/gdb_expect.
19370
19371 2014-04-22 Yao Qi <yao@codesourcery.com>
19372
19373 * lib/trace-support.exp (generate_tracefile): New procedure.
19374 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19375 return 0.
19376 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19377 if generate_tracefile returns 1.
19378
19379 2014-04-18 Tom Tromey <palves@redhat.com>
19380 Pedro alves <tromey@redhat.com>
19381
19382 PR backtrace/15558
19383 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19384 with a backtrace limit.
19385 * gdb.python/py-frame-inline.exp: Test running to an inline
19386 function with a backtrace limit, and printing the newest frame.
19387 * gdb.python/py-frame-inline.c (main): Call f.
19388
19389 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19390
19391 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19392
19393 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19394
19395 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19396 Drop prefix from unsupported source file path.
19397
19398 2014-04-17 Yao Qi <yao@codesourcery.com>
19399
19400 * lib/gdb.exp (with_target_charset): New proc.
19401 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19402 with_target_charset.
19403 (test_print_strings): Likewise.
19404 (test_repeat_bytes): Likewise.
19405 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19406 for some tests.
19407
19408 2014-04-16 Keith Seitz <keiths@redhat.com>
19409
19410 PR gdb/15827
19411 * gdb.dwarf2/corrupt.c: New file.
19412 * gdb.dwarf2/corrupt.exp: New file.
19413
19414 2014-04-16 Keith Seitz <keiths@redhat.com>
19415
19416 PR c++/16597
19417 * gdb.cp/namelessclass.cc: New file.
19418 * gdb.cp/namelessclass.exp: New file.
19419 * gdb.cp/namelessclass.S: New file.
19420
19421 2014-04-16 Doug Evans <dje@google.com>
19422
19423 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19424 Add comment.
19425 (gdbserver_default_get_comm_port): New function.
19426 (gdbserver_start): Check if board file provided
19427 "gdbserver,get_comm_port" and use it if so.
19428 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19429 (gdb,socketport): Set to "stdio".
19430 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19431 (stdio_gdbserver_template): Delete.
19432 (${board}_get_remote_address): Update.
19433 (${board}_build_remote_cmd): Delete.
19434 (${board}_get_comm_port): New function.
19435 (${board}_spawn): Update.
19436 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19437 Delete.
19438 (${board}_get_remote_address): Update.
19439 (${board}_get_comm_port): New function.
19440
19441 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
19442
19443 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19444 appearing in any order.
19445
19446 2014-04-15 Doug Evans <dje@google.com>
19447
19448 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19449 uninitialized value of "description".
19450
19451 2014-04-15 Keith Seitz <keiths@redhat.com>
19452
19453 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19454 Remove unused globals.
19455 (test_running_the_program): Likewise.
19456 (test_controlled_execution): Likewise.
19457 (test_controlling_breakpoints): Likewise.
19458 (test_program_termination): Likewise.
19459
19460 2014-04-15 Keith Seitz <keiths@redhat.com>
19461
19462 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19463 unused globals.
19464 (test_rbreak_creation_and_listing): Likewise.
19465 (test_ignore_count): Likewise.
19466 (test_error): Likewise.
19467
19468 2014-04-15 Pedro Alves <palves@redhat.com>
19469
19470 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19471 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19472 sym-file-loader.c.
19473 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19474 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19475 to sym-file-loader.c.
19476 (struct library): Forward declare.
19477 (load_shlib, lookup_function): Change prototypes.
19478 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19479 (translate_offset): Remove declarations.
19480 (get_text_addr): New declaration.
19481 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19482 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19483 sym-file-loader.h.
19484 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19485 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19486 here from sym-file-loader.h.
19487 (struct library): New structure.
19488 (load_shlib, lookup_function): Change prototypes and adjust to
19489 work with a struct library.
19490 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19491 (translate_offset): Make static.
19492 (get_text_addr): New function.
19493 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19494
19495 2014-04-15 Pedro Alves <palves@redhat.com>
19496
19497 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19498
19499 2014-04-15 Pedro Alves <palves@redhat.com>
19500
19501 * gdb.base/sym-file-loader.c: Include <limits.h>.
19502 (SELF_LINK): New define.
19503 (get_origin): New function.
19504 (load_shlib): Use it.
19505 * gdb.base/sym-file.exp: Don't early return if the target is
19506 remote. Use runto_main, and issue fail is that fails. Use
19507 gdb_load_shlibs.
19508 (shlib_name): Delete.
19509 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19510
19511 2014-04-15 Pedro Alves <palves@redhat.com>
19512
19513 * gdb.base/sym-file.exp: Remove regex characters from test
19514 message. Don't refer to breakpoint numbers in test messages.
19515
19516 2014-04-14 Keith Seitz <keiths@redhat.com>
19517
19518 PR c++/16253
19519 * gdb.cp/var-tag.cc: New file.
19520 * gdb.cp/var-tag.exp: New file.
19521 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19522 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19523 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19524 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19525
19526 2014-04-14 Tom Tromey <tromey@redhat.com>
19527
19528 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19529 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19530 type.
19531 * gdb.cp/enum-class.exp: New file.
19532 * gdb.cp/enum-class.cc: New file.
19533
19534 2014-04-14 Tom Tromey <tromey@redhat.com>
19535
19536 * gdb.dwarf2/enum-type.exp: New file.
19537
19538 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19539
19540 * gdb.mi/mi-vla-c99.exp: New file.
19541 * gdb.mi/vla.c: New file.
19542
19543 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19544
19545 * gdb.base/vla-datatypes.c: New file.
19546 * gdb.base/vla-datatypes.exp: New file.
19547
19548 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19549
19550 * gdb.base/vla-ptr.c: New file.
19551 * gdb.base/vla-ptr.exp: New file.
19552
19553 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19554
19555 * gdb.dwarf2/count.exp: New file.
19556
19557 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19558
19559 * gdb.base/vla-sideeffect.c: New file.
19560 * gdb.base/vla-sideeffect.exp: New file.
19561
19562 2014-04-14 David Blaikie <dblaikie@gmail.com>
19563
19564 * gdb.mi/non-stop.c: Add return value for non-void function return
19565 statement.
19566 * gdb.threads/staticthreads.c: Ditto.
19567
19568 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19569 Doug Evans <xdje42@gmail.com>
19570
19571 * gdb.guile/scm-value.c: Improve test case.
19572 * gdb.guile/scm-value.exp: Add new test.
19573
19574 2014-04-11 David Blaikie <dblaikie@gmail.com>
19575
19576 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19577 override Clang's default.
19578
19579 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19580
19581 Revert the following changes (regressions):
19582
19583 * gdb.base/vla-sideeffect.c: New file.
19584 * gdb.base/vla-sideeffect.exp: New file.
19585
19586 * gdb.dwarf2/count.exp: New file.
19587
19588 * gdb.base/vla-multi.c: New file.
19589 * gdb.base/vla-multi.exp: New file.
19590
19591 * gdb.base/vla-ptr.c: New file.
19592 * gdb.base/vla-ptr.exp: New file.
19593
19594 * gdb.base/vla-datatypes.c: New file.
19595 * gdb.base/vla-datatypes.exp: New file.
19596
19597 * gdb.mi/mi-vla-c99.exp: New file.
19598 * gdb.mi/vla.c: New file.
19599
19600 2014-04-11 Keith Seitz <keiths@redhat.com>
19601
19602 PR c++/16675
19603 * gdb.cp/cpsizeof.exp: New file.
19604 * gdb.cp/cpsizeof.cc: New file.
19605
19606 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19607
19608 * gdb.mi/mi-vla-c99.exp: New file.
19609 * gdb.mi/vla.c: New file.
19610
19611 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19612
19613 * gdb.base/vla-datatypes.c: New file.
19614 * gdb.base/vla-datatypes.exp: New file.
19615
19616 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19617
19618 * gdb.base/vla-ptr.c: New file.
19619 * gdb.base/vla-ptr.exp: New file.
19620
19621 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19622
19623 * gdb.base/vla-multi.c: New file.
19624 * gdb.base/vla-multi.exp: New file.
19625
19626 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19627
19628 * gdb.dwarf2/count.exp: New file.
19629
19630 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19631
19632 * gdb.base/vla-sideeffect.c: New file.
19633 * gdb.base/vla-sideeffect.exp: New file.
19634
19635 2014-04-11 Yao Qi <yao@codesourcery.com>
19636
19637 * gdb.base/completion.exp: Check file exists before running tests
19638 on file completion.
19639
19640 2014-04-10 Pedro Alves <palves@redhat.com>
19641
19642 * gdb.base/cond-eval-mode.c: New file.
19643 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19644 prepare_for_testing to build the new file. Check result of
19645 runto_main.
19646 (test_break, test_watch): New procedures.
19647 (top level): Use them.
19648
19649 2014-04-08 Pierre Muller <muller@sourceware.org>
19650
19651 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19652 Ctrl-V use for mingw hosts.
19653
19654 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19655
19656 * gdb.python/py-value.c: Improve test case.
19657 * gdb.python/py-value.exp: Add new test.
19658
19659 2014-04-07 David Blaikie <dblaikie@gmail.com>
19660
19661 * lib/compiler.c: Identify the clang compiler.
19662 * lib/compiler.cc: Ditto.
19663
19664 2014-04-03 Yao Qi <yao@codesourcery.com>
19665
19666 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19667
19668 2014-04-01 Anton Blanchard <anton@samba.org>
19669
19670 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19671 messages unique.
19672
19673 2014-04-01 Anton Blanchard <anton@samba.org>
19674
19675 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19676 prepare_for_testing.
19677
19678 2014-04-01 Anton Blanchard <anton@samba.org>
19679
19680 * gdb.arch/ppc64-atomic-inst.c: Remove.
19681 * gdb.arch/ppc64-atomic-inst.S: New file.
19682 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19683
19684 2014-03-31 Doug Evans <dje@google.com>
19685
19686 * gdb.base/print-symbol-loading-lib.c: New file.
19687 * gdb.base/print-symbol-loading-main.c: New file.
19688 * gdb.base/print-symbol-loading.exp: New file.
19689
19690 2014-03-31 Yao Qi <yao@codesourcery.com>
19691
19692 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19693
19694 2014-03-28 Joel Brobecker <brobecker@adacore.com>
19695
19696 * gdb.ada/mi_dyn_arr: New testcase.
19697
19698 2014-03-27 Doug Evans <dje@google.com>
19699
19700 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19701
19702 2014-03-27 Yao Qi <yao@codesourcery.com>
19703
19704 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19705 if target is nios2-*-*.
19706
19707 2014-03-26 Yao Qi <yao@codesourcery.com>
19708
19709 * lib/gdb.exp (readline_is_used): New proc.
19710 * gdb.base/completion.exp: Move tests on command complete up.
19711 Skip the rest of tests if readline is not used.
19712 * gdb.ada/complete.exp: Skp the test if readline is not
19713 used.
19714 * gdb.base/filesym.exp: Likewise.
19715 * gdb.base/macscp.exp: Likewise.
19716 * gdb.base/readline-ask.exp: Likewise.
19717 * gdb.base/readline.exp: Likewise.
19718 * gdb.python/py-cmd.exp: Likewise.
19719 * gdb.trace/tfile.exp: Likewise.
19720
19721 2014-03-26 Yao Qi <yao@codesourcery.com>
19722
19723 * gdb.base/macscp.exp: Fix code format issues.
19724
19725 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19726
19727 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19728 * gdb.asm/powerpc64le.inc: New file.
19729
19730 2014-03-25 Pedro Alves <palves@redhat.com>
19731 Doug Evans <dje@google.com>
19732
19733 * gdb.base/source-execution.c: New file.
19734 * gdb.base/source-execution.exp: New file.
19735 * gdb.base/source-execution.gdb: New file.
19736
19737 2014-03-24 Doug Evans <dje@google.com>
19738
19739 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19740 using fission.
19741
19742 2014-03-24 Hui Zhu <hui@codesourcery.com>
19743 Pedro Alves <palves@redhat.com>
19744
19745 PR breakpoints/16101
19746 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19747 test pass/fail messages. Detect missing support for dprintf when
19748 breakpoints are actually inserted.
19749 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19750 breakpoints are actually inserted.
19751 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19752 fails.
19753
19754 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19755
19756 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19757
19758 2014-03-22 Doug Evans <xdje42@gmail.com>
19759
19760 * gdb.python/python.exp (python not supported): Verify multi-line
19761 python command issues an error.
19762 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19763 guile command issues an error.
19764
19765 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19766
19767 * gdb.threads/thread-specific.exp: Handle the lack of usable
19768 $this_breakpoint and $this_thread.
19769
19770 2014-03-21 Hui Zhu <hui@codesourcery.com>
19771
19772 * gdb.base/attach.exp (do_command_attach_tests): New.
19773
19774 2014-03-20 Tom Tromey <tromey@redhat.com>
19775 Pedro Alves <palves@redhat.com>
19776
19777 PR cli/15718
19778 * gdb.base/condbreak-call-false.c: New file.
19779 * gdb.base/condbreak-call-false.exp: New file.
19780
19781 2014-03-20 Pedro Alves <palves@redhat.com>
19782
19783 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19784 Delete.
19785 (block_signals, unblock_signals): Delete.
19786 (child_function_2, main): Remove references to deleted variable
19787 and functions.
19788
19789 2014-03-20 Pedro Alves <palves@redhat.com>
19790
19791 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19792 Use pthread_kill to signal thread 2.
19793 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19794 Adjust to make the test send itself a signal rather than using the
19795 host's "kill" command.
19796
19797 2014-03-20 Pedro Alves <palves@redhat.com>
19798
19799 * gdb.threads/multiple-step-overs.c: New file.
19800 * gdb.threads/multiple-step-overs.exp: New file.
19801 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19802 Adjust expected infrun debug output.
19803
19804 2014-03-20 Pedro Alves <palves@redhat.com>
19805
19806 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19807 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19808
19809 2014-03-20 Pedro Alves <palves@redhat.com>
19810
19811 PR breakpoints/7143
19812 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19813 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19814 of gdb_test_multiple.
19815 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19816 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19817
19818 2014-03-20 Pedro Alves <palves@redhat.com>
19819
19820 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19821 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19822
19823 2014-03-19 Pedro Alves <palves@redhat.com>
19824
19825 * gdb.base/async.exp: Remove early return.
19826
19827 2014-03-19 Pedro Alves <palves@redhat.com>
19828
19829 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19830
19831 2014-03-19 Pedro Alves <palves@redhat.com>
19832
19833 * gdb.base/async.exp (test_background): Expect \r\n after
19834 "completed." in the fail pattern.
19835
19836 2014-03-19 Pedro Alves <palves@redhat.com>
19837
19838 * gdb.base/async.exp (test_background): New procedure.
19839 Use it for all background execution command tests.
19840
19841 2014-03-19 Pedro Alves <palves@redhat.com>
19842
19843 * gdb.base/async.exp: Use prepare_for_testing.
19844
19845 2014-03-19 Pedro Alves <palves@redhat.com>
19846
19847 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19848 the same line.
19849
19850 2014-03-19 Pedro Alves <palves@redhat.com>
19851
19852 * gdb.base/async.c (main): Add "jump here" and "until here" line
19853 marker comments.
19854 * gdb.base/async.exp (jump_here): New global.
19855 (jump& test): Use it.
19856 (until_here): New global.
19857 (until& test): Use it.
19858
19859 2014-03-19 Pedro Alves <palves@redhat.com>
19860
19861 * gdb.base/async.exp: Don't frob gdb_protocol.
19862
19863 2014-03-18 Doug Evans <xdje42@gmail.com>
19864
19865 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19866 Fix spelling of exec-done-display.
19867
19868 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19869
19870 PR gdb/15358
19871 * gdb.base/gdb-sigterm.c: New file.
19872 * gdb.base/gdb-sigterm.exp: New file.
19873
19874 2014-03-18 Pedro Alves <palves@redhat.com>
19875
19876 PR gdb/13860
19877 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19878 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19879 solib-event.
19880
19881 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19882
19883 * gdb.ada/pckd_arr_ren: New testcase.
19884
19885 2014-03-13 Doug Evans <xdje42@gmail.com>
19886
19887 PR guile/16612
19888 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19889 collect after discarding symbols.
19890
19891 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19892 Doug Evans <xdje42@gmail.com>
19893
19894 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19895 to history survives a gc.
19896
19897 2014-03-13 Pedro Alves <palves@redhat.com>
19898
19899 * gdb.base/default.exp: Don't test "target procfs".
19900
19901 2014-03-13 Pedro Alves <palves@redhat.com>
19902
19903 * gdb.base/default.exp: Update "target child" and "target procfs"
19904 tests to not expect "Unix".
19905
19906 2014-03-12 Tom Tromey <tromey@redhat.com>
19907
19908 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19909 New procs. Add target-async tests.
19910 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19911 Add target-async tests.
19912
19913 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19914
19915 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19916 'func_start' and 'func_end' for the beginning and end of the
19917 function code, respectively.
19918 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19919 'func_end' instead of 'func' and 'main'.
19920
19921 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19922
19923 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19924 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19925 generate the debug info assembler source.
19926
19927 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19928
19929 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19930 * gdb.dwarf2/arr-subrange.exp: Likewise.
19931 * gdb.dwarf2/dwz.exp: Likewise.
19932 * gdb.dwarf2/method-ptr.exp: Likewise.
19933 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19934 * gdb.dwarf2/subrange.exp: Likewise.
19935 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19936 * gdb.dwarf2/implptrpiece.exp: Likewise.
19937 * gdb.dwarf2/nostaticblock.exp: Likewise.
19938
19939 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19940
19941 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19942 directory to absolute path name arguments.
19943
19944 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19945
19946 * gdb.ada/tagged_access: New testcase.
19947
19948 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19949
19950 * gdb.btrace/data.exp: Update expected output.
19951
19952 2014-03-06 Yao Qi <yao@codesourcery.com>
19953
19954 * gdb.trace/pr16508.exp: New file.
19955
19956 2014-03-05 Pedro Alves <palves@redhat.com>
19957
19958 PR gdb/16575
19959 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19960 procedure.
19961 (top level): Adjust to use it. Add tests that exercise breakpoint
19962 interaction with the code-cache.
19963
19964 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19965
19966 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19967 test for 'history-append!'.
19968
19969 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19970
19971 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19972 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19973 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19974 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19975 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19976 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19977
19978 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19979
19980 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19981 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19982 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19983
19984 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19985
19986 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19987
19988 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19989
19990 * gdb.dwarf2/arr-stride.c: New file.
19991 * gdb.dwarf2/arr-stride.exp: New file.
19992
19993 2014-02-26 Pedro Alves <palves@redhat.com>
19994
19995 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19996 that won't ever trigger. Make sure that GDB reports the correct
19997 breakpoint that caused the stop.
19998
19999 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20000
20001 PR gdb/16626
20002 * gdb.base/auto-load-script: New file.
20003 * gdb.base/auto-load.c: New file.
20004 * gdb.base/auto-load.exp: New file.
20005
20006 PR gdb/16626
20007 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20008
20009 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20010
20011 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20012 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20013
20014 2014-02-24 Doug Evans <dje@google.com>
20015
20016 * lib/gdb.exp (run_on_host): Log error output if program fails.
20017
20018 2014-02-21 Pedro Alves <palves@redhat.com>
20019
20020 * gdb.threads/step-after-sr-lock.c: Rename to ...
20021 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20022 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20023 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20024 ... this.
20025
20026 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20027
20028 PR tdep/16397
20029 * gdb.arch/amd64-stap-special-operands.exp: New file.
20030 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20031 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20032 * gdb.arch/amd64-stap-triplet.S: Likewise.
20033 * gdb.arch/amd64-stap-triplet.c: Likewise.
20034
20035 2014-02-20 Joel Brobecker <brobecker@adacore.com>
20036
20037 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20038 in .section pseudo-op.
20039
20040 2014-02-20 lin zuojian <manjian2006@gmail.com>
20041 Joel Brobecker <brobecker@adacore.com>
20042 Doug Evans <xdje42@gmail.com>
20043
20044 PR symtab/16581
20045 * gdb.dwarf2/dw2-icycle.S: New file.
20046 * gdb.dwarf2/dw2-icycle.c: New file.
20047 * gdb.dwarf2/dw2-icycle.exp: New file.
20048
20049 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20050
20051 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20052 operations on gdb.Value objects.
20053 * gdb.python/py-value-cc.exp: Add new test to test operations on
20054 gdb.Value objects.
20055
20056 2014-02-18 Doug Evans <dje@google.com>
20057
20058 * Makefile.in (TESTS): New variable.
20059 (expanded_tests, expanded_tests_or_none): New variables
20060 (check-single): Pass $(expanded_tests_or_none) to runtest.
20061 (check-parallel): Only run tests in $(TESTS) if non-empty.
20062 (check/no-matching-tests-found): New rule.
20063 * README: Document TESTS makefile variable.
20064
20065 2014-02-18 Doug Evans <dje@google.com>
20066
20067 * Makefile.in (check-parallel): rm -rf outputs temp.
20068
20069 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20070
20071 Fix "ERROR: no fileid for" in the testsuite.
20072 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20073
20074 2014-02-12 Doug Evans <dje@google.com>
20075
20076 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20077 (MISCELLANEOUS): New variable.
20078 (clean): rm -rf $(MISCELLANEOUS).
20079 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20080 dwp live in the same directory as symlinks, with each symlink pointed
20081 to a differently named file in a different directory.
20082
20083 2014-02-11 Doug Evans <dje@google.com>
20084
20085 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20086 of Tcl file commands.
20087
20088 2014-02-10 Mark Kettenis <kettenis@gnu.org>
20089
20090 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20091 "kill -SIGUSR1 -1".
20092
20093 2014-02-10 Joel Brobecker <brobecker@adacore.com>
20094
20095 * gdb.ada/tick_length_array_enum_idx: New testcase.
20096
20097 2014-02-10 Doug Evans <xdje42@gmail.com>
20098
20099 * configure.ac (AC_OUTPUT): Add gdb.guile.
20100 * configure: Regenerate.
20101 * lib/gdb-guile.exp: New file.
20102 * lib/gdb.exp (get_target_charset): New function.
20103 * gdb.base/help.exp: Update expected output from "apropos apropos".
20104 * gdb.guile/Makefile.in: New file.
20105 * gdb.guile/guile.exp: New file.
20106 * gdb.guile/scm-arch.c: New file.
20107 * gdb.guile/scm-arch.exp: New file.
20108 * gdb.guile/scm-block.c: New file.
20109 * gdb.guile/scm-block.exp: New file.
20110 * gdb.guile/scm-breakpoint.c: New file.
20111 * gdb.guile/scm-breakpoint.exp: New file.
20112 * gdb.guile/scm-disasm.c: New file.
20113 * gdb.guile/scm-disasm.exp: New file.
20114 * gdb.guile/scm-equal.c: New file.
20115 * gdb.guile/scm-equal.exp: New file.
20116 * gdb.guile/scm-error.exp: New file.
20117 * gdb.guile/scm-error.scm: New file.
20118 * gdb.guile/scm-frame-args.c: New file.
20119 * gdb.guile/scm-frame-args.exp: New file.
20120 * gdb.guile/scm-frame-args.scm: New file.
20121 * gdb.guile/scm-frame-inline.c: New file.
20122 * gdb.guile/scm-frame-inline.exp: New file.
20123 * gdb.guile/scm-frame.c: New file.
20124 * gdb.guile/scm-frame.exp: New file.
20125 * gdb.guile/scm-generics.exp: New file.
20126 * gdb.guile/scm-gsmob.exp: New file.
20127 * gdb.guile/scm-iterator.c: New file.
20128 * gdb.guile/scm-iterator.exp: New file.
20129 * gdb.guile/scm-math.c: New file.
20130 * gdb.guile/scm-math.exp: New file.
20131 * gdb.guile/scm-objfile-script-gdb.in: New file.
20132 * gdb.guile/scm-objfile-script.c: New file.
20133 * gdb.guile/scm-objfile-script.exp: New file.
20134 * gdb.guile/scm-objfile.c: New file.
20135 * gdb.guile/scm-objfile.exp: New file.
20136 * gdb.guile/scm-ports.exp: New file.
20137 * gdb.guile/scm-pretty-print.c: New file.
20138 * gdb.guile/scm-pretty-print.exp: New file.
20139 * gdb.guile/scm-pretty-print.scm: New file.
20140 * gdb.guile/scm-section-script.c: New file.
20141 * gdb.guile/scm-section-script.exp: New file.
20142 * gdb.guile/scm-section-script.scm: New file.
20143 * gdb.guile/scm-symbol.c: New file.
20144 * gdb.guile/scm-symbol.exp: New file.
20145 * gdb.guile/scm-symtab-2.c: New file.
20146 * gdb.guile/scm-symtab.c: New file.
20147 * gdb.guile/scm-symtab.exp: New file.
20148 * gdb.guile/scm-type.c: New file.
20149 * gdb.guile/scm-type.exp: New file.
20150 * gdb.guile/scm-value-cc.cc: New file.
20151 * gdb.guile/scm-value-cc.exp: New file.
20152 * gdb.guile/scm-value.c: New file.
20153 * gdb.guile/scm-value.exp: New file.
20154 * gdb.guile/source2.scm: New file.
20155 * gdb.guile/types-module.cc: New file.
20156 * gdb.guile/types-module.exp: New file.
20157
20158 2014-02-10 Yao Qi <yao@codesourcery.com>
20159
20160 PR testsuite/16543
20161 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20162 * configure: Regenerated.
20163 * Makefile.in: New file.
20164
20165 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20166
20167 * gdb.python/py-framefilter.exp: Fix typo.
20168
20169 2014-02-08 Yao Qi <yao@codesourcery.com>
20170
20171 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20172 that no =breakpoint-modified is emitted when breakpoints are
20173 modified through MI commands.
20174
20175 2014-02-07 Pedro Alves <pedro@codesourcery.com>
20176 Pedro Alves <palves@redhat.com>
20177
20178 * gdb.threads/step-after-sr-lock.c: New file.
20179 * gdb.threads/step-after-sr-lock.exp: New file.
20180
20181 2014-02-07 Pedro Alves <palves@redhat.com>
20182
20183 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20184
20185 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20186
20187 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20188 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20189
20190 2014-02-06 Doug Evans <xdje42@gmail.com>
20191
20192 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20193 output.
20194
20195 * gdb.gdb/python-interrupts.exp: New file.
20196
20197 2014-02-05 Yao Qi <yao@codesourcery.com>
20198
20199 * gdb.trace/report.exp (use_collected_data): Test the output
20200 of "info threads" and "info inferiors".
20201
20202 2014-02-05 Yao Qi <yao@codesourcery.com>
20203
20204 Revert this patch:
20205
20206 2013-05-24 Yao Qi <yao@codesourcery.com>
20207
20208 * gdb.trace/tfile.exp: Test inferior and thread.
20209
20210 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20211
20212 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20213 on a function.
20214 * gdb.base/step-bt.c: Call hello via function pointer to make
20215 sure its first instruction is executed on powerpc64le-linux.
20216
20217 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20218
20219 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20220
20221 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20222
20223 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20224 of the test patterns for use on little-endian systems.
20225
20226 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20227
20228 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20229 (decimal_vector): Fix for little-endian.
20230
20231 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20232
20233 * gdb.arch/sparc-sysstep.exp: New file.
20234 * gdb.arch/sparc-sysstep.c: Likewise.
20235
20236 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20237
20238 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20239
20240 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20241
20242 2014-01-23 Tom Tromey <tromey@redhat.com>
20243
20244 * gdb.ada/array_char_idx: New testcase.
20245
20246 2014-01-23 Tom Tromey <tromey@redhat.com>
20247
20248 PR python/16487:
20249 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20250 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20251 classes.
20252
20253 2014-01-23 Tom Tromey <tromey@redhat.com>
20254
20255 PR python/16491:
20256 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20257 string from an inferior frame.
20258 * gdb.python/py-framefilter-mi.exp: Update.
20259
20260 2014-01-22 Doug Evans <dje@google.com>
20261
20262 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20263
20264 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20265
20266 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20267
20268 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20269
20270 * gdb.trace/entry-values.exp: Remove excess space character from
20271 regex patterns. Handle s390 call instruction.
20272
20273 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20274
20275 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20276 define "*_start" label. Make "name" static.
20277 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20278 ${name} by references to ${name}_start.
20279
20280 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20281
20282 * gdb.base/info-macros.exp: Remove "debug" from the compile
20283 options.
20284
20285 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20286
20287 * gdb.dlang/demangle.exp: New file.
20288
20289 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20290
20291 * gdb.dlang/primitive-types.exp: New file.
20292
20293 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20294
20295 * configure.ac: Create gdb.dlang/Makefile.
20296 * configure: Regenerate.
20297 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20298 * gdb.dlang/Makefile.in: New file.
20299 * lib/d-support.exp: New file.
20300 * lib/gdb.exp (skip_d_tests): New proc.
20301
20302 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20303
20304 * gdb.btrace/delta.exp: Check reverse stepi.
20305 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20306 * gdb.btrace/finish.exp: New.
20307 * gdb.btrace/next.exp: New.
20308 * gdb.btrace/nexti.exp: New.
20309 * gdb.btrace/record_goto.c: Add comments.
20310 * gdb.btrace/step.exp: New.
20311 * gdb.btrace/stepi.exp: New.
20312 * gdb.btrace/multi-thread-step.c: New.
20313 * gdb.btrace/multi-thread-step.exp: New.
20314 * gdb.btrace/rn-dl-bind.c: New.
20315 * gdb.btrace/rn-dl-bind.exp: New.
20316 * gdb.btrace/data.c: New.
20317 * gdb.btrace/data.exp: New.
20318 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20319
20320 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20321
20322 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20323 * gdb.btrace/exception.exp: Update.
20324 * gdb.btrace/instruction_history.exp: Update.
20325 * gdb.btrace/record_goto.exp: Update.
20326 * gdb.btrace/tailcall.exp: Update.
20327 * gdb.btrace/unknown_functions.exp: Update.
20328 * gdb.btrace/delta.exp: New.
20329
20330 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20331
20332 * gdb.btrace/record_goto.exp: Add backtrace test.
20333 * gdb.btrace/tailcall.exp: Add backtrace test.
20334
20335 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20336
20337 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20338 * gdb.btrace/record_goto.c: New.
20339 * gdb.btrace/record_goto.exp: New.
20340 * gdb.btrace/x86-record_goto.S: New.
20341
20342 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20343
20344 * gdb.btrace/function_call_history.exp: Update tests.
20345 * gdb.btrace/instruction_history.exp: Update tests.
20346
20347 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20348
20349 * gdb.btrace/function_call_history.exp: Fix expected field
20350 order for "record function-call-history".
20351 Add new tests for "record function-call-history /c".
20352 * gdb.btrace/exception.cc: New.
20353 * gdb.btrace/exception.exp: New.
20354 * gdb.btrace/tailcall.exp: New.
20355 * gdb.btrace/x86-tailcall.S: New.
20356 * gdb.btrace/x86-tailcall.c: New.
20357 * gdb.btrace/unknown_functions.c: New.
20358 * gdb.btrace/unknown_functions.exp: New.
20359 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20360
20361 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20362
20363 * gdb.btrace/instruction_history.exp: Update.
20364 * gdb.btrace/function_call_history.exp: Update.
20365
20366 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20367
20368 * gdb.btrace/function_call_history.exp: Fix expected function
20369 trace.
20370 * gdb.btrace/instruction_history.exp: Initialize traced.
20371 Remove traced_functions.
20372
20373 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20374
20375 * gdb.btrace/function_call_history.exp: Update
20376 * gdb.btrace/instruction_history.exp: Update.
20377
20378 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20379
20380 * gdb.btrace/enable.exp: Update expected text.
20381
20382 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20383
20384 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20385 bytes.
20386
20387 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20388
20389 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20390
20391 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
20392
20393 * lib/gdb.exp (supports_process_record): Return true for
20394 arm*-linux*. (supports_reverse): Likewise.
20395
20396 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20397
20398 PR python/15464
20399 PR python/16113
20400 * gdb.python/py-type.c: Enhance test case.
20401 * gdb.python/py-value-cc.cc: Likewise
20402 * gdb.python/py-type.exp: Add new tests.
20403 * gdb.python/py-value-cc.exp: Likewise
20404
20405 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20406 Pedro Alves <palves@redhat.com>
20407
20408 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20409 Make "name" extern.
20410 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20411 references to ${name}_start by references to ${name}.
20412
20413 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20414
20415 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20416
20417 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20418
20419 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20420
20421 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20422 Pedro Alves <palves@redhat.com>
20423
20424 * gdb.mi/mi-info-os.exp: Connect to the target with
20425 mi_gdb_target_load.
20426
20427 2014-01-08 Pedro Alves <palves@redhat.com>
20428
20429 * gdb.threads/reconnect-signal.c: New file.
20430 * gdb.threads/reconnect-signal.exp: New file.
20431
20432 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20433
20434 * gdb.base/source-dir.exp: New file.
20435
20436 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20437
20438 * gdb.ada/mi_interface: New testcase.
20439
20440 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20441
20442 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20443 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20444 gdb.ada/pp-rec-component/pck.ads: New files.
20445
20446 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20447
20448 * gdb.python/py-pp-integral.c: New file.
20449 * gdb.python/py-pp-integral.py: New file.
20450 * gdb.python/py-pp-integral.exp: New file.
20451
20452 For older changes see ChangeLog-1993-2013.
20453 \f
20454 ;; Local Variables:
20455 ;; mode: change-log
20456 ;; left-margin: 8
20457 ;; fill-column: 74
20458 ;; version-control: never
20459 ;; End:
20460
20461 Copyright 2014-2020 Free Software Foundation, Inc.
20462 Copying and distribution of this file, with or without modification,
20463 are permitted provided the copyright notice and this notice are preserved.
This page took 0.429369 seconds and 5 git commands to generate.