gdb/python: New method to access list of register groups
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.python/py-arch-reg-groups.exp: New file.
4
5 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6
7 * gdb.python/py-arch-reg-names.exp: New file.
8
9 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
10
11 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
12 gdb.PendingFrame.architecture method.
13
14 2020-07-06 Tom de Vries <tdevries@suse.de>
15
16 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
17
18 2020-07-03 Pedro Alves <palves@redhat.com>
19
20 * gdb.base/structs2.c (main): Adjust second parem_reg call to
21 explicitly write negative numbers.
22 * gdb.base/structs2.exp: Adjust expected output.
23
24 2020-07-03 Pedro Alves <palves@redhat.com>
25
26 * gdb.base/charset.c (init_string): Change all char parameters to
27 unsigned char parameters.
28
29 2020-07-03 Pedro Alves <palves@redhat.com>
30
31 * gdb.base/call-sc.exp (start_scalars_test): Use
32 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
33 * gdb.base/overlays.c: Remove references to PARAMS.
34 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
35 * gdb.base/reread.exp: Don't set 'prototypes' global.
36 * gdb.base/structs.exp (start_structs_test): Use
37 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
38 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
39 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
40 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
41 call.
42 * gdb.base/varargs.exp: Don't set 'prototypes' global.
43
44 2020-07-03 Pedro Alves <palves@redhat.com>
45
46 * gdb.base/m32rovly.c: Delete.
47 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
48
49 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
50
51 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
52 of gdb_py_test_multiple.
53 * gdb.python/py-cmd.exp: Likewise.
54 * gdb.python/py-events.exp: Likewise.
55 * gdb.python/py-function.exp: Likewise.
56 * gdb.python/py-inferior.exp: Likewise.
57 * gdb.python/py-infthread.exp: Likewise.
58 * gdb.python/py-linetable.exp: Likewise.
59 * gdb.python/py-parameter.exp: Likewise.
60 * gdb.python/py-value.exp: Likewise.
61
62 2020-06-30 Tom de Vries <tdevries@suse.de>
63
64 PR testsuite/26175
65 * lib/future.exp (gdb_default_target_compile): Detect and handle
66 early_flags.
67
68 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
69
70 * boards/simavr.exp (gdb_load): Catch errors when closing
71 previous connection. Close connection, wait for process and
72 unset simavr_spawn_id on failure.
73
74 2020-06-29 Tom de Vries <tdevries@suse.de>
75
76 * lib/gdb.exp (unknown): Make test-case unresolved.
77
78 2020-06-29 Tom de Vries <tdevries@suse.de>
79
80 PR gdb/25475
81 * gdb.server/solib-list.exp: Verify that the symbol reload
82 confirmation question is asked.
83
84 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
85
86 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
87 have a input seq nr in each pass message.
88 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
89 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
90 * gdb.python/python.exp: Make test names unique,
91 use gdb_test_multiline instead of gdb_py_test_multiple,
92 use $gdb_test_name.
93 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
94
95 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
96
97 * configure.ac: Add --enable-libctf.
98 * aclocal.m4: sinclude ../config/enable.m4.
99 * Makefile.in (site.exp): Add enable_libctf to site.exp.
100 * lib/gdb.exp (skip_ctf_tests): Use it.
101 * gdb.base/ctf-constvars.exp: Error message tweak.
102 * gdb.base/ctf-ptype.exp: Likewise.
103 * configure: Regenerate.
104
105 2020-06-26 Gary Benson <gbenson@redhat.com>
106
107 * gdb.cp/try_catch.cc: Include string.h.
108 (main): Replace comparison against string literal with
109 strcmp, avoiding build failure with -Wstring-compare.
110 Add "marker test-complete".
111 * gdb.cp/try_catch.exp: Run the test to the above marker,
112 then verify that the value of "test" is still true.
113
114 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
115
116 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
117
118 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
119
120 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
121
122 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
123
124 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
125 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
126 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
127 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
128 * gdb.arch/riscv-tdesc-loading.exp: New file.
129
130 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
131
132 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
133
134 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
135
136 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
137 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
138 * gdb.arch/riscv-tdesc-regs.c: New file.
139 * gdb.arch/riscv-tdesc-regs.exp: New file.
140
141 2020-06-24 Pedro Alves <palves@redhat.com>
142
143 * gdb.arch/amd64-entry-value-paramref.exp: Use
144 prepare_for_testing_full and don't pass "c++" for the .S file
145 build spec.
146 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
147 $options, since it's an assembly file. Remove -Wno-deprecated.
148 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
149 compiling C++ programs.
150
151 2020-06-24 Pedro Alves <palves@redhat.com>
152
153 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
154 Clang, add "-Wno-unknown-warning-option" to the options.
155
156 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
157
158 * gdb.xml/tdesc-reload.c: New file.
159 * gdb.xml/tdesc-reload.exp: New file.
160 * gdb.xml/maint-xml-dump-01.xml: New file.
161 * gdb.xml/maint-xml-dump-02.xml: New file.
162 * gdb.xml/maint-xml-dump.exp: New file.
163
164 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
165
166 * lib/completion-support.exp (test_gdb_completion_offers_commands):
167 Adjust for omitted commands when TUI is disabled.
168
169 2020-06-23 Gary Benson <gbenson@redhat.com>
170 Pedro Alves <palves@redhat.com>
171
172 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
173 * gdb.cp/nsimport.cc: Likewise.
174 * gdb.cp/nsnested.cc: Likewise.
175 * gdb.cp/nsnoimports.cc: Likewise.
176 * gdb.cp/nsusing.cc: Likewise.
177 * gdb.cp/smartp.cc: Likewise.
178 * gdb.python/py-pp-integral.c: Likewise.
179 * gdb.python/py-pp-re-notag.c: Likewise.
180
181 2020-06-23 Gary Benson <gbenson@redhat.com>
182
183 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
184 * gdb.cp/nsimport.cc: Likewise.
185 * gdb.cp/nsnested.cc: Likewise.
186 * gdb.cp/nsnoimports.cc: Likewise.
187 * gdb.cp/nsusing.cc: Likewise.
188 * gdb.cp/smartp.cc: Likewise.
189 * gdb.python/py-pp-integral.c: Likewise.
190 * gdb.python/py-pp-re-notag.c: Likewise.
191
192 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
193
194 * gdb.base/default-args.exp: New test.
195 * gdb.base/default-args.c: New file.
196 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
197 * gdb.base/default.exp: Update to new help text.
198 * gdb.base/help.exp: Likewise.
199 * gdb.base/page.exp: Likewise.
200 * gdb.base/style.exp: Likewise.
201 * gdb.guile/guile.exp: Likewise.
202 * gdb.python/python.exp: Likewise.
203
204 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
205
206 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
207 remote host. Fix search path syntax on Windows host.
208
209 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
210
211 * gdb.base/attach.exp: Test priority of 'exec-file' changed
212 over 'exec-file-mismatch'.
213 * gdb.base/attach.c: Mark should_exit volatile.
214 * gdb.base/attach2.c: Likewise. Add a comment explaining
215 why the sleep cannot be big.
216 * gdb.base/attach3.c: New file.
217
218 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
219
220 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
221 prefix optional.
222
223 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
224
225 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
226 for remote host.
227
228 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
229 Hafiz Abid Qadeer <abidh@codesourcery.com>
230
231 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
232 file sent to remote host.
233 (top level): Allow int32_t as type of 32-bit register.
234
235 2020-06-19 Tom de Vries <tdevries@suse.de>
236
237 * lib/gdb.exp (gdb_note): New proc.
238 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
239 (gdb_default_target_compile): ... here. Only call
240 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
241 (use_gdb_compile): Change to array.
242 (toplevel): Update sets of use_gdb_compile to specify language.
243 Warn about default_target_compile override. Store dejagnu's version
244 of default_target_compile in dejagnu_default_target_compile.
245
246 2020-06-18 Tom de Vries <tdevries@suse.de>
247
248 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
249 (default_gdb_init): ... here.
250
251 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
252
253 Fix TUI support checks in gdb.tui tests.
254
255 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
256 just say UNSUPPORTED.
257 * gdb.tui/corefile-run.exp: Likewise.
258 * gdb.tui/empty.exp: Likewise.
259 * gdb.tui/list-before.exp: Likewise.
260 * gdb.tui/list.exp: Likewise.
261 * gdb.tui/main.exp: Likewise.
262 * gdb.tui/regs.exp: Likewise.
263 * gdb.tui/resize.exp: Likewise.
264 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
265 * gdb.tui/tui-layout-asm.exp: Likewise.
266 * gdb.tui/tui-missing-src.exp: Likewise.
267 * gdb.tui/winheight.exp: Likewise.
268 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
269
270 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
271
272 Fix TCL error in gdb.python/py-format-string.exp.
273
274 * gdb.python/py-format-string.exp: Move test for python support
275 earlier, out of function body.
276
277 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
278
279 * gdb.base/index-cache-load-twice.c: New.
280 * gdb.base/index-cache-load-twice.exp: New.
281
282 2020-06-17 Keith Seitz <keiths@redhat.com>
283
284 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
285 when executing "gdb --configuration".
286
287 2020-06-17 Tom de Vries <tdevries@suse.de>
288
289 * lib/gdb.exp (gdb_tcl_unknown): New proc.
290 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
291 conditional on presence of gdb_tcl_unknown.
292 (gdb_finish): Make override undo conditional on presence of
293 gdb_tcl_unknown.
294
295 2020-06-16 Tom Tromey <tom@tromey.com>
296
297 * gdb.python/tui-window.py (failwin): New function. Register it
298 as a TUI window type.
299 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
300
301 2020-06-16 Gary Benson <gbenson@redhat.com>
302
303 * gdb.python/py-nested-maps.c (create_map): Add missing return
304 value.
305 (create_map_map): Likewise.
306
307 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
308
309 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
310 variable.
311 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
312 and use the already-defined 'options' variable.
313
314 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
315 Tom de Vries <tdevries@suse.de>
316
317 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
318 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
319 (gdb_setup_known_globals): New proc.
320 (gdb_cleanup_globals): New proc.
321 * lib/gdb.exp (load_lib): New override proc.
322 (gdb_stdin_log_init): Set var in_file as persistent global.
323 * lib/pascal.exp (gdb_stdin_log_init): Set vars
324 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
325 fpc_compiler as persistent global.
326
327 2020-06-12 Tom de Vries <tdevries@suse.de>
328
329 * lib/tuiterm.exp (spawn): Rename to ...
330 (tui_spawn): ... this.
331 (toplevel): Move rename of spawn ...
332 (gdb_init_tuiterm): ... here. New proc.
333 (gdb_finish_tuiterm): New proc.
334 * lib/gdb.exp (gdb_finish_hooks): New global var.
335 (gdb_finish): Handle gdb_finish_hooks.
336 (tuiterm_env): New proc.
337 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
338 tuiterm_env.
339 * gdb.tui/basic.exp: Same.
340 * gdb.tui/corefile-run.exp: Same.
341 * gdb.tui/empty.exp: Same.
342 * gdb.tui/list-before.exp: Same.
343 * gdb.tui/list.exp: Same.
344 * gdb.tui/main.exp: Same.
345 * gdb.tui/new-layout.exp: Same.
346 * gdb.tui/regs.exp: Same.
347 * gdb.tui/resize.exp: Same.
348 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
349 * gdb.tui/tui-layout-asm.exp: Same.
350 * gdb.tui/tui-missing-src.exp: Same.
351 * gdb.tui/winheight.exp: Same.
352
353 2020-06-12 Tom de Vries <tdevries@suse.de>
354
355 PR testsuite/26110
356 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
357 (gdb_finish): Reinstall dejagnu's override of ::unknown.
358
359 2020-06-11 Tom Tromey <tom@tromey.com>
360
361 PR gdb/18318:
362 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
363 floating point tests.
364
365 2020-06-11 Keith Seitz <keiths@redhat.com>
366
367 PR gdb/21356
368 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
369 vla_struct.
370 Add new struct vla_typedef and union vla_typedef_union and
371 corresponding instantiation objects.
372 Initialize new objects.
373 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
374 and vla_typedef_union_object.
375 Fixup type for vla_struct_object.
376
377 2020-06-11 Tom de Vries <tdevries@suse.de>
378
379 * lib/gdb.exp (with_override): New proc, factored out of ...
380 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
381
382 2020-06-10 Tom de Vries <tdevries@suse.de>
383
384 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
385
386 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
387
388 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
389 parameter, update callers.
390
391 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
392
393 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
394 * gdb.dwarf2/share-psymtabs-bt.c: New file.
395 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
396
397 2020-06-04 Tom de Vries <tdevries@suse.de>
398
399 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
400
401 2020-06-04 Tom de Vries <tdevries@suse.de>
402
403 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
404 exp_continue.
405
406 2020-06-04 Tom de Vries <tdevries@suse.de>
407
408 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
409
410 2020-06-03 Tom de Vries <tdevries@suse.de>
411
412 PR symtab/26046
413 * gdb.cp/breakpoint-locs-2.cc: New test.
414 * gdb.cp/breakpoint-locs.cc: New test.
415 * gdb.cp/breakpoint-locs.exp: New file.
416 * gdb.cp/breakpoint-locs.h: New test.
417
418 2020-06-03 Tom de Vries <tdevries@suse.de>
419
420 PR testsuite/25609
421 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
422 value of global verbose.
423 * gdb.base/jit-elf.exp: Same.
424 * gdb.base/jit-reader.exp: Same.
425
426 2020-06-02 Tom de Vries <tdevries@suse.de>
427
428 * gdb.dwarf2/multidictionary.exp: Don't use
429 gdb_spawn_with_cmdline_opts.
430
431 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
432
433 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
434 use_header case.
435 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
436 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
437 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
438 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
439 * gdb.dwarf2/dw2-inline-header.c: New file.
440 * gdb.dwarf2/dw2-inline-header.h: New file.
441
442 2020-05-30 Pedro Alves <palves@redhat.com>
443
444 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
445 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
446
447 2020-05-29 Gary Benson <gbenson@redhat.com>
448
449 * gdb.compile/compile-cplus.exp (additional_flags): Also
450 set when building with clang.
451 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
452 when building with clang.
453
454 2020-05-29 Gary Benson <gbenson@redhat.com>
455
456 * gdb.arch/i386-avx.exp (additional_flags): Also set when
457 building with clang.
458 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
459
460 2020-05-29 Gary Benson <gbenson@redhat.com>
461
462 * gdb.cp/koenig.exp (prepare_for_testing): Add
463 additional_flags=-Wno-unused-comparison.
464 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
465
466 2020-05-28 Gary Benson <gbenson@redhat.com>
467
468 * gdb.base/sigaltstack.c (catcher): Add default case to switch
469 statement.
470
471 2020-05-28 Gary Benson <gbenson@redhat.com>
472
473 * gdb.cp/classes.exp (prepare_for_testing): Add
474 additional_flags=-Wno-deprecated-register.
475 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
476 * gdb.cp/misc.exp: Likewise.
477
478 2020-05-28 Gary Benson <gbenson@redhat.com>
479
480 * gdb.linespec/cpls-ops.cc (dummy): New static global.
481 (test_op_new::operator new): Add return statement.
482 (test_op_new_array::operator new[]): Likewise.
483
484 2020-05-27 Pedro Alves <palves@redhat.com>
485
486 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
487 check. Use test_gdb_complete_unique instead of
488 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
489 test_gdb_complete_multiple instead of
490 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
491
492 2020-05-27 Luis Machado <luis.machado@linaro.org>
493
494 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
495 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
496 * gdb.arch/arm-disassembler-options.exp: Likewise.
497 * gdb.arch/arm-disp-step.exp: Likewise.
498 * gdb.arch/thumb-prologue.exp: Likewise.
499 * gdb.base/async.exp: Likewise.
500 * gdb.base/auxv.exp: Likewise.
501 * gdb.base/complex-parts.exp: Likewise.
502 * gdb.base/ena-dis-br.exp: Likewise.
503 * gdb.base/foll-exec.exp: Likewise.
504 * gdb.base/permissions.exp: Likewise.
505 * gdb.base/relocate.exp: Likewise.
506 * gdb.base/return2.exp: Likewise.
507 * gdb.base/sigbpt.exp: Likewise.
508 * gdb.base/siginfo-obj.exp: Likewise.
509 * gdb.cp/converts.exp: Likewise.
510 * gdb.cp/exceptprint.exp: Likewise.
511 * gdb.cp/inherit.exp: Likewise.
512 * gdb.cp/nsnoimports.exp: Likewise.
513 * gdb.cp/virtbase2.exp: Likewise.
514 * gdb.mi/mi-var-cmd.exp: Likewise.
515 * gdb.mi/var-cmd.c: Likewise.
516
517 2020-05-26 Tom Tromey <tromey@adacore.com>
518
519 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
520
521 2020-05-26 Tom Tromey <tromey@adacore.com>
522
523 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
524 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
525 type.
526 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
527 variable.
528
529 2020-05-26 Christian Biesinger <cbiesinger@google.com>
530
531 * Makefile.in: Use = instead of == for the test command
532 for portability.
533
534 2020-05-26 Tom de Vries <tdevries@suse.de>
535
536 * gdb.base/gold-gdb-index-2.c: New test.
537 * gdb.base/gold-gdb-index.c: New test.
538 * gdb.base/gold-gdb-index.exp: New file.
539 * gdb.base/gold-gdb-index.h: New test.
540
541 2020-05-25 Tom de Vries <tdevries@suse.de>
542
543 * boards/gold-gdb-index.exp: New file.
544
545 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
546
547 * boards/simavr.exp: New file.
548
549 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
550
551 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
552 * gdb.base/inferior-args.exp: New file.
553 * gdb.base/inferior-args.c: New file.
554
555 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
556
557 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
558 inferior_args. Pass it to gdb_reload.
559 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
560 inferior_args.
561 (gdb_reload): Add inferior_args argument.
562 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
563 pass it to gdbserver_run.
564 * boards/native-gdbserver.exp: Do not set noargs.
565 * boards/native-extended-gdbserver.exp (gdb_reload): Add
566 inferior_args argument.
567 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
568 * gdb.base/a2-run.exp: Check for use_gdb_stub.
569 * gdb.base/args.exp: Likewise.
570
571 2020-05-25 Tom de Vries <tdevries@suse.de>
572
573 * lib/gdb.exp (exec_is_pie): Add comment.
574
575 2020-05-25 Tom de Vries <tdevries@suse.de>
576
577 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
578 instead of $binfile in the untested message.
579
580 2020-05-25 Tom de Vries <tdevries@suse.de>
581
582 PR testsuite/26031
583 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
584
585 2020-05-25 Tom de Vries <tdevries@suse.de>
586
587 * boards/gold.exp: New file.
588
589 2020-05-23 Tom Tromey <tom@tromey.com>
590
591 * gdb.base/style.exp: Remove completion styling test.
592 * lib/gdb-utils.exp (style): Remove completion styles.
593
594 2020-05-23 Tom Tromey <tom@tromey.com>
595
596 * gdb.base/style.exp: Add completion styling test.
597 * lib/gdb-utils.exp (style): Add completion styles.
598
599 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
600
601 * gdb.base/annota1.exp: Update expected results.
602 * gdb.cp/annota2.exp: Update expected results, remove duplicate
603 test name.
604 * gdb.cp/annota3.exp: Update expected results.
605
606 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
607
608 PR gdb/26016
609 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
610 against MAP_FAILED.
611 * gdb.base/coremaker.c (mmapdata): Likewise.
612 * gdb.base/jit-reader-host.c (main): Likewise.
613 * gdb.base/sym-file-loader.c (load): Likewise.
614 (load_shlib): Likewise.
615
616 2020-05-20 Tom Tromey <tromey@adacore.com>
617
618 * gdb.ada/array_char_idx.exp: Recognize initialized array.
619
620 2020-05-20 Tom de Vries <tdevries@suse.de>
621
622 PR symtab/25833
623 * gdb.base/with-mf-inc.c: New test.
624 * gdb.base/with-mf-main.c: New test.
625 * gdb.base/with-mf.exp: New file.
626
627 2020-05-19 Tom Tromey <tromey@adacore.com>
628
629 * gdb.rust/simple.exp: Restore missing test result.
630
631 2020-05-19 Tom de Vries <tdevries@suse.de>
632
633 * gdb.base/gdb-caching-proc.exp: Fix typo.
634
635 2020-05-19 Tom Tromey <tromey@adacore.com>
636
637 * gdb.rust/simple.exp: Add some test descriptions.
638 (test_one_slice): Use with_test_prefix.
639
640 2020-05-18 Tom de Vries <tdevries@suse.de>
641
642 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
643
644 2020-05-17 Pedro Alves <palves@redhat.com>
645
646 PR gdb/25741
647 * gdb.base/hw-sw-break-same-address.exp: New file.
648
649 2020-05-16 Pedro Alves <palves@redhat.com>
650
651 * gdb.multi/multi-re-run.exp (test_re_run): Switch
652 LAST_LOADED_FILE accordingly.
653
654 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
655
656 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
657
658 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
659
660 * gdb.base/help.exp: Test apropos and help for commands
661 having aliases. Fixed comments not starting with an
662 upper-case letter or not finishing with a dot.
663
664 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
665
666 * gdb.base/alias.exp: Update help output check.
667
668 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
669
670 * gdb.base/default.exp: Update output following fixes.
671
672 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
673
674 * gdb.base/alias.exp: Test aliases starting with a prefix of
675 another alias.
676
677 2020-05-15 Gary Benson <gbenson@redhat.com>
678
679 * gdb.base/info-os.c (main): Add return statement.
680 * gdb.base/info_minsym.c (minsym_fun): Likewise.
681 * gdb.base/large-frame-2.c (func): Likewise.
682 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
683 * gdb.base/pr10179-b.c (foo2): Likewise.
684 * gdb.base/valgrind-disp-step.c (foo): Likewise.
685 * gdb.base/watch-cond.c (func): Likewise.
686 * gdb.multi/goodbye.c (verylongfun): Likewise.
687 * gdb.multi/hello.c (commonfun): Likewise.
688 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
689 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
690 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
691 Likewise.
692 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
693 * gdb.threads/interrupt-while-step-over.c (child_function):
694 Likewise.
695 * gdb.trace/actions-changed.c (end): Likewise.
696
697 2020-05-15 Gary Benson <gbenson@redhat.com>
698
699 * gdb.opencl/callfuncs.exp: Report when test skipped.
700 * gdb.opencl/convs_casts.exp: Likewise.
701 * gdb.opencl/datatypes.exp: Likewise.
702 * gdb.opencl/operators.exp: Likewise.
703 * gdb.opencl/vec_comps.exp: Likewise.
704
705 2020-05-15 Tom de Vries <tdevries@suse.de>
706
707 * gdb.base/align.exp.in: Rename to ...
708 * gdb.base/align.exp.tcl: ... this.
709 * gdb.base/align-c++.exp: Update.
710 * gdb.base/align-c.exp: Update.
711 * gdb.base/all-architectures.exp.in: Rename to ...
712 * gdb.base/all-architectures.exp: ... this.
713 * gdb.base/all-architectures-0.exp: Update.
714 * gdb.base/all-architectures-1.exp: Update.
715 * gdb.base/all-architectures-2.exp: Update.
716 * gdb.base/all-architectures-3.exp: Update.
717 * gdb.base/all-architectures-4.exp: Update.
718 * gdb.base/all-architectures-5.exp: Update.
719 * gdb.base/all-architectures-6.exp: Update.
720 * gdb.base/all-architectures-7.exp: Update.
721 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
722 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
723 * gdb.base/infcall-nested-structs-c++.exp: Update.
724 * gdb.base/infcall-nested-structs-c.exp: Update.
725 * gdb.base/info-types.exp.in: Rename to ...
726 * gdb.base/info-types.exp.tcl: ... this.
727 * gdb.base/info-types-c++.exp: Update.
728 * gdb.base/info-types-c.exp: Update.
729 * gdb.base/max-depth.exp.in: Rename to ...
730 * gdb.base/max-depth.exp.tcl: ... this.
731 * gdb.base/max-depth-c++.exp: Update.
732 * gdb.base/max-depth-c.exp: Update.
733 * gdb.cp/cpexprs.exp.in: Rename to ...
734 * gdb.cp/cpexprs.exp.tcl: ... this.
735 * gdb.cp/cpexprs-debug-types.exp: Update.
736 * gdb.cp/cpexprs.exp: Update.
737 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
738 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
739 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
740 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
741 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
742 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
743 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
744 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
745 * gdb.dwarf2/clang-debug-names-2.exp: Update.
746 * gdb.dwarf2/clang-debug-names.exp: Update.
747
748 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
749
750 * lib/check-test-names.exp: Remove code that prevents this file
751 loading when tests are run in parallel.
752
753 2020-05-15 Pedro Alves <palves@redhat.com>
754
755 * gdb.multi/multi-kill.exp (start_inferior): Remove
756 'testpid' parameter. Refer to namespace variable directly.
757 (testpid): Declare as namespace variable.
758
759 2020-05-15 Pedro Alves <palves@redhat.com>
760
761 * gdb.multi/multi-kill.exp: Wrap in namespace.
762 (start_inferior): Add TESTPID parameter. Use it instead of the
763 testpid global.
764 (top level): Define empty TESTPID array, and pass it down to
765 start_inferior.
766
767 2020-05-14 Tom de Vries <tdevries@suse.de>
768
769 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
770 output.
771
772 2020-05-14 Tom de Vries <tdevries@suse.de>
773
774 * gdb.base/align.exp: Split into ...
775 * gdb.base/align.exp.in: ...
776 * gdb.base/align-c++.exp: ...
777 * gdb.base/align-c.exp: ... these.
778 * gdb.base/infcall-nested-structs.exp: Split into ...
779 * gdb.base/infcall-nested-structs.exp.in: ...
780 * gdb.base/infcall-nested-structs-c++.exp: ...
781 * gdb.base/infcall-nested-structs-c.exp: ... these.
782 * gdb.base/info-types.exp: Split into ...
783 * gdb.base/info-types.exp.in: ...
784 * gdb.base/info-types-c++.exp: ...
785 * gdb.base/info-types-c.exp: ... these.
786 * gdb.base/max-depth.exp: Split into ...
787 * gdb.base/max-depth.exp.in: ...
788 * gdb.base/max-depth-c++.exp: ...
789 * gdb.base/max-depth-c.exp: ... these.
790 * gdb.cp/infcall-nodebug.exp: Split into ...
791 * gdb.cp/infcall-nodebug.exp.in: ...
792 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
793 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
794 * gdb.cp/infcall-nodebug-c-d0.exp: ...
795 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
796
797 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
798 Pedro Alves <palves@redhat.com>
799
800 * gdb.multi/multi-exit.c: New file.
801 * gdb.multi/multi-exit.exp: New file.
802 * gdb.multi/multi-kill.c: New file.
803 * gdb.multi/multi-kill.exp: New file.
804
805 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
806
807 * gdb.base/annota1.exp: Update the expected output.
808 * gdb.cp/annota2.exp: Ditto.
809
810 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
811
812 * lib/check-test-names.exp: Disable when testing is being run in
813 parallel.
814
815 2020-05-12 Tom de Vries <tdevries@suse.de>
816
817 * gdb.base/jit-elf.exp: Fix string concat.
818
819 2020-05-12 Tom de Vries <tdevries@suse.de>
820
821 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
822 messages.
823
824 2020-05-12 Tom de Vries <tdevries@suse.de>
825
826 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
827
828 2020-05-12 Tom de Vries <tdevries@suse.de>
829
830 * gdb.ada/catch_ex.exp: Use with_test_prefix.
831 * gdb.ada/mi_catch_ex.exp: Same.
832 * gdb.ada/mi_catch_ex_hand.exp: Same.
833
834 2020-05-12 Tom de Vries <tdevries@suse.de>
835
836 * gdb.fortran/complex.exp: Use with_test_prefix.
837
838 2020-05-12 Tom de Vries <tdevries@suse.de>
839
840 * gdb.trace/passcount.exp: Fix test-names.
841
842 2020-05-12 Tom de Vries <tdevries@suse.de>
843
844 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
845
846 2020-05-12 Tom de Vries <tdevries@suse.de>
847
848 * gdb.gdb/complaints.exp: Use with_test_prefix.
849 * gdb.xml/tdesc-regs.exp: Same.
850 * gdb.opt/inline-locals.exp: Fix test name.
851
852 2020-05-12 Tom de Vries <tdevries@suse.de>
853
854 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
855 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
856 * gdb.dwarf2/implref-struct.exp: Same.
857 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
858 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
859
860 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
861
862 * gdb.base/jit-so.exp (one_jit_test): Change test name.
863
864 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
865
866 * lib/check-test-names.exp (all_test_names): New module variable.
867 (counts): Add 'duplicates' field.
868 (_check_duplicates): New procedure.
869 (check): Also check for duplicates.
870 (do_log_summary): Print duplicates count.
871 (do_reset_vars): Reset counter for duplicate test names, and
872 discard all know test names.
873
874 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
875
876 * lib/gdb.exp: Include check-test-names.exp library.
877 * lib/check-test-names.exp: New file.
878
879 2020-05-11 Tom de Vries <tdevries@suse.de>
880
881 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
882
883 2020-05-11 Keith Seitz <keiths@redhat.com>
884
885 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
886
887 2020-05-11 Tom de Vries <tdevries@suse.de>
888
889 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
890 * gdb.cp/cpexprs.exp.in: .. here.
891 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
892 cpexprs.exp.
893
894 2020-05-11 Keith Seitz <keiths@redhat.com>
895
896 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
897 test names.
898 * gdb.ada/arrayptr.exp: Likewise.
899 * gdb.ada/assign_arr.exp: Likewise.
900 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
901 * gdb.ada/bp_on_var.exp: Likewise.
902 * gdb.ada/call_pn.exp: Likewise.
903 * gdb.ada/complete.exp: Likewise.
904 * gdb.ada/fun_overload_menu.exp: Likewise.
905 * gdb.ada/funcall_param.exp: Likewise.
906 * gdb.ada/funcall_ref.exp: Likewise.
907 * gdb.ada/packed_array_assign.exp: Likewise.
908 * gdb.ada/same_component_name.exp: Likewise.
909 * gdb.ada/type_coercion.exp: Likewise.
910 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
911 * gdb.ada/variant_record_packed_array.exp: Likewise.
912
913 2020-05-11 Tom de Vries <tdevries@suse.de>
914
915 PR symtab/25941
916 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
917 out of ...
918 * gdb.dwarf2/clang-debug-names.exp: ... here.
919 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
920 clang-debug-names.exp.in.
921 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
922 * gdb.dwarf2/clang-debug-names-2.c: New test.
923
924 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
925
926 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
927 (fortran_runto_main): New Proc, fortran version of runto_main.
928 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
929 * gdb.fortran/array-bounds.exp: Likewise.
930 * gdb.fortran/array-slices.exp: Likewise.
931 * gdb.fortran/block-data.exp: Likewise.
932 * gdb.fortran/charset.exp: Likewise.
933 * gdb.fortran/common-block.exp: Likewise.
934 * gdb.fortran/complex.exp: Likewise.
935 * gdb.fortran/derived-type-function.exp: Likewise.
936 * gdb.fortran/derived-type.exp: Likewise.
937 * gdb.fortran/info-modules.exp: Likewise.
938 * gdb.fortran/info-types.exp: Likewise.
939 * gdb.fortran/intrinsics.exp: Likewise.
940 * gdb.fortran/library-module.exp: Likewise.
941 * gdb.fortran/logical.exp: Likewise.
942 * gdb.fortran/max-depth.exp: Likewise.
943 * gdb.fortran/module.exp: Likewise.
944 * gdb.fortran/multi-dim.exp: Likewise.
945 * gdb.fortran/nested-funcs.exp: Likewise.
946 * gdb.fortran/print-formatted.exp: Likewise.
947 * gdb.fortran/print_type.exp: Likewise.
948 * gdb.fortran/printing-types.exp: Likewise.
949 * gdb.fortran/ptr-indentation.exp: Likewise.
950 * gdb.fortran/ptype-on-functions.exp: Likewise.
951 * gdb.fortran/subarray.exp: Likewise.
952 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
953 * gdb.fortran/vla-datatypes.exp: Likewise.
954 * gdb.fortran/vla-history.exp: Likewise.
955 * gdb.fortran/vla-ptr-info.exp: Likewise.
956 * gdb.fortran/vla-ptype-sub.exp: Likewise.
957 * gdb.fortran/vla-ptype.exp: Likewise.
958 * gdb.fortran/vla-sizeof.exp: Likewise.
959 * gdb.fortran/vla-type.exp: Likewise.
960 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
961 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
962 * gdb.fortran/vla-value-sub.exp: Likewise.
963 * gdb.fortran/vla-value.exp: Likewise.
964 * gdb.fortran/whatis_type.exp: Likewise.
965 * gdb.mi/mi-var-child-f.exp: Likewise.
966
967 2020-05-09 Tom de Vries <tdevries@suse.de>
968
969 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
970
971 2020-05-08 Tom de Vries <tdevries@suse.de>
972
973 * gdb.dwarf2/clang-debug-names.c: New test.
974 * gdb.dwarf2/clang-debug-names.exp: New file.
975
976 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
977
978 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
979 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
980
981 2020-05-06 Tom de Vries <tdevries@suse.de>
982
983 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
984 breakpoint is at a "recommended breakpoint location".
985 * gdb.reverse/consecutive-reverse.exp: Same.
986
987 2020-05-06 Tom de Vries <tdevries@suse.de>
988
989 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
990 address.
991
992 2020-05-06 Tom de Vries <tdevries@suse.de>
993
994 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
995
996 2020-05-06 Tom de Vries <tdevries@suse.de>
997
998 * gdb.base/store.exp (check_set, up_set): Allowing missing location
999 info for r.
1000
1001 2020-05-06 Tom de Vries <tdevries@suse.de>
1002
1003 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1004 necessary.
1005
1006 2020-05-06 Tom de Vries <tdevries@suse.de>
1007
1008 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1009 void.
1010
1011 2020-05-06 Tom de Vries <tdevries@suse.de>
1012
1013 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1014 of ...
1015 * gdb.base/async.exp: ... here.
1016 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1017 "recommended breakpoint location".
1018
1019 2020-05-06 Tom de Vries <tdevries@suse.de>
1020
1021 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1022
1023 2020-05-04 Tom de Vries <tdevries@suse.de>
1024
1025 * gdb.base/async.exp: Check whether instruction addresses are a
1026 "recommended breakpoint location".
1027
1028 2020-05-03 Tom Tromey <tom@tromey.com>
1029
1030 * gdb.base/sepdebug.exp: Remove "catch" test.
1031 * gdb.base/break.exp: Remove "catch" test.
1032 * gdb.base/default.exp: Update expected output.
1033
1034 2020-05-02 Tom de Vries <tdevries@suse.de>
1035
1036 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1037 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1038 * gdb.arch/i386-mpx-map.exp: Same.
1039 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1040 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1041 * gdb.arch/i386-mpx.exp: Same.
1042
1043 2020-05-02 Tom de Vries <tdevries@suse.de>
1044
1045 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1046
1047 2020-05-01 Tom de Vries <tdevries@suse.de>
1048
1049 * gdb.ada/operator_bp.exp: Allow more than required amount of
1050 breakpoint.
1051
1052 2020-05-01 Tom de Vries <tdevries@suse.de>
1053
1054 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1055
1056 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1057
1058 PR gdb/18706
1059 * gdb.cp/stub-array-size.cc: New test.
1060 * gdb.cp/stub-array-size.exp: New file.
1061 * gdb.cp/stub-array-size.h: New test.
1062 * gdb.cp/stub-array-size2.cc: New test.
1063
1064 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1065
1066 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1067 output to the new format.
1068
1069 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
1070
1071 * gdb.base/break.exp: Use with_test_prefix.
1072
1073 2020-04-29 Tom de Vries <tdevries@suse.de>
1074
1075 * lib/gdb.exp (debug_types): New proc.
1076 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1077 * gdb.python/py-symtab.exp: Same.
1078
1079 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
1080
1081 PR gdb/17320
1082 * gdb.base/pretty-array.c: New test.
1083 * gdb.base/pretty-array.exp: New file.
1084
1085 2020-04-29 Tom de Vries <tdevries@suse.de>
1086
1087 PR symtab/25889
1088 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1089 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1090 and include cpexprs.exp.
1091
1092 2020-04-28 Mark Williams <mark@myosotissp.com>
1093
1094 PR gdb/24480
1095 * dw4-toplevel-types.exp: Test for top level types.
1096 * dw4-toplevel-types.cc: Test for top level types.
1097
1098 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1099
1100 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1101 (theads -> threads).
1102
1103 2020-04-28 Tom de Vries <tdevries@suse.de>
1104
1105 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1106
1107 2020-04-28 Tom de Vries <tdevries@suse.de>
1108
1109 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1110
1111 2020-04-28 Tom de Vries <tdevries@suse.de>
1112
1113 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1114
1115 2020-04-28 Tom de Vries <tdevries@suse.de>
1116
1117 * gdb.dwarf2/main-foo.c: New test.
1118 * gdb.dwarf2/struct-with-sig.exp: New file.
1119
1120 2020-04-25 Tom de Vries <tdevries@suse.de>
1121
1122 * boards/debug-types.exp: New file.
1123
1124 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1125
1126 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1127
1128 2020-04-24 Tom Tromey <tom@tromey.com>
1129
1130 PR symtab/12707:
1131 * gdb.python/py-symbol.exp: Update expected results for
1132 linkage_name test.
1133 * gdb.cp/print-demangle.exp: New file.
1134 * gdb.base/c-linkage-name.exp: Fix test.
1135 * gdb.guile/scm-symbol.exp: Update expected results for
1136 linkage_name test.
1137
1138 2020-04-24 Tom Tromey <tom@tromey.com>
1139
1140 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1141 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1142 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1143 assembler.
1144
1145 2020-04-24 Tom de Vries <tdevries@suse.de>
1146
1147 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1148 C++.
1149
1150 2020-04-24 Tom Tromey <tromey@adacore.com>
1151
1152 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1153 values.
1154 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1155 values. Update test for minimal encodings.
1156 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1157 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1158 values. Update test for minimal encodings.
1159
1160 2020-04-24 Tom Tromey <tromey@adacore.com>
1161
1162 PR python/23662:
1163 * gdb.ada/variant.exp: Add Python checks.
1164 * gdb.rust/simple.exp: Add dynamic type checks.
1165
1166 2020-04-24 Tom Tromey <tromey@adacore.com>
1167
1168 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1169 Make array type matching more lax.
1170 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1171 * gdb.ada/mi_variant.exp: New file.
1172 * gdb.ada/mi_variant/pck.ads: New file.
1173 * gdb.ada/mi_variant/pkg.adb: New file.
1174 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1175 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1176
1177 2020-04-24 Tom Tromey <tromey@adacore.com>
1178
1179 * gdb.ada/variant.exp: Add dynamic field offset tests.
1180 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1181 * gdb.ada/variant/pkg.adb: Add new variables.
1182
1183 2020-04-24 Tom Tromey <tromey@adacore.com>
1184
1185 * gdb.ada/variant.exp: New file
1186 * gdb.ada/variant/pkg.adb: New file
1187 * gdb.ada/variant/pck.adb: New file
1188
1189 2020-04-24 Tom de Vries <tdevries@suse.de>
1190
1191 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1192
1193 2020-04-24 Tom de Vries <tdevries@suse.de>
1194
1195 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1196 flags.
1197
1198 2020-04-24 Tom de Vries <tdevries@suse.de>
1199
1200 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1201
1202 2020-04-24 Tom de Vries <tdevries@suse.de>
1203
1204 * lib/gdb.exp (default_gdb_start): Handle eof.
1205 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1206 failure.
1207 * gdb.base/readnever.exp: Handle clean_restart failure.
1208
1209 2020-04-23 Tom de Vries <tdevries@suse.de>
1210
1211 * gdb.base/decl-before-def.exp: Run to main and print a again.
1212
1213 2020-04-23 Tom de Vries <tdevries@suse.de>
1214
1215 * gdb.base/decl-before-def-decl.c: New test.
1216 * gdb.base/decl-before-def-def.c: New test.
1217 * gdb.base/decl-before-def.exp: New file.
1218
1219 2020-04-23 Tom de Vries <tdevries@suse.de>
1220
1221 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1222
1223 2020-04-22 Tom de Vries <tdevries@suse.de>
1224
1225 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1226 debug_info_offset.
1227 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1228 before $objsfile in the line line.
1229
1230 2020-04-22 Tom de Vries <tdevries@suse.de>
1231
1232 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1233
1234 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1235
1236 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1237 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1238 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1239 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1240 * gdb.base/jit-protocol.h: Update definitions to match all usage
1241 contexts.
1242
1243 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1244
1245 * gdb.base: Rename all jit related test and source files.
1246
1247 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1248
1249 * gdb.base/jit-reader.exp: Relax register output check.
1250
1251 2020-04-22 Tom de Vries <tdevries@suse.de>
1252
1253 PR symtab/25764
1254 * gdb.base/psym-external-decl-2.c: New test.
1255 * gdb.base/psym-external-decl.c: New test.
1256 * gdb.base/psym-external-decl.exp: New file.
1257 * gdb.threads/tls.exp: Add PR25807 kfail.
1258
1259 2020-04-22 Tom de Vries <tdevries@suse.de>
1260
1261 PR symtab/25801
1262 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1263 in "info source" output.
1264
1265 2020-04-22 Tom de Vries <tdevries@suse.de>
1266
1267 PR symtab/25700
1268 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1269 symtab for imported_unit.c.
1270
1271 2020-04-21 Gary Benson <gbenson@redhat.com>
1272
1273 * gdb.base/advance.c (func): New argument, to match call site.
1274 (func2, func3): Add return statements.
1275
1276 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1277
1278 * gdb.multi/run-only-second-inf.c: New file.
1279 * gdb.multi/run-only-second-inf.exp: New file.
1280
1281 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1282
1283 * gdb.btrace/multi-inferior.c: New test.
1284 * gdb.btrace/multi-inferior.exp: New file.
1285
1286 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1287
1288 * gdb.btrace/enable-new-thread.c: New test.
1289 * gdb.btrace/enable-new-thread.exp: New file.
1290
1291 2020-04-21 Tom de Vries <tdevries@suse.de>
1292
1293 PR gdb/25471
1294 * gdb.threads/killed-outside.c: New test.
1295 * gdb.threads/killed-outside.exp: New file.
1296
1297 2020-04-20 Gary Benson <gbenson@redhat.com>
1298
1299 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1300 * gdb.base/nested-subp2.exp: Likewise.
1301 * gdb.base/nested-subp3.exp: Likewise.
1302
1303 2020-04-20 Gary Benson <gbenson@redhat.com>
1304
1305 * gdb.base/nested-subp1.exp: Disable test when using clang.
1306 * gdb.base/nested-subp2.exp: Likewise.
1307 * gdb.base/nested-subp3.exp: Likewise.
1308
1309 2020-04-20 Gary Benson <gbenson@redhat.com>
1310
1311 * gdb.cp/exception.cc: Fix compilation error with clang.
1312
1313 2020-04-20 Gary Benson <gbenson@redhat.com>
1314
1315 * gdb.trace/tspeed.c: Fix compilation error with clang.
1316
1317 2020-04-20 Gary Benson <gbenson@redhat.com>
1318
1319 * gdb.base/jit-main.c: Fix compilation error with clang.
1320
1321 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1322
1323 * gdb.base/attach-twice.c: Include "sys/types.h".
1324 (PTRACE_ATTACH): Add fallback definition.
1325 (main): Pass `0' to the 4th argument of `ptrace'.
1326
1327 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1328
1329 * gdb.base/fork-running-state.c: Include "signal.h".
1330
1331 2020-04-17 Tom Tromey <tromey@adacore.com>
1332
1333 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1334 Update tests.
1335 * gdb.btrace/cpu.exp: Update tests.
1336 * gdb.base/maint.exp: Update tests.
1337 * gdb.base/default.exp: Update tests.
1338 * gdb.base/completion.exp: Update tests.
1339
1340 2020-04-16 Tom de Vries <tdevries@suse.de>
1341
1342 PR symtab/25791
1343 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1344 (ensure_gdb_index): and factor out and move ...
1345 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1346 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1347
1348 2020-04-16 Tom de Vries <tdevries@suse.de>
1349
1350 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1351 loading exec.
1352
1353 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1354
1355 * gdb.base/many-completions.exp: New file.
1356
1357 2020-04-14 Tom de Vries <tdevries@suse.de>
1358
1359 PR symtab/25718
1360 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1361
1362 2020-04-14 Tom de Vries <tdevries@suse.de>
1363
1364 PR symtab/25720
1365 * gdb.base/maint-expand-symbols-header-file.c: New test.
1366 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1367 * gdb.base/maint-expand-symbols-header-file.h: New test.
1368
1369 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1370
1371 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1372 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1373 get_func_info.
1374 (get_func_info): Delete.
1375 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1376 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1377 * lib/dwarf.exp (get_func_info): New function.
1378
1379 2020-04-13 Tom de Vries <tdevries@suse.de>
1380
1381 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1382 to what find_gnatmake does.
1383
1384 2020-04-10 Tom de Vries <tdevries@suse.de>
1385
1386 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1387 -readnow.
1388
1389 2020-04-10 Tom de Vries <tdevries@suse.de>
1390
1391 PR cli/25808
1392 * gdb.base/style.c: Add leading newlines.
1393 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1394 Check listing of main's one-line body.
1395
1396 2020-04-08 Tom de Vries <tdevries@suse.de>
1397
1398 * lib/gdb.exp (psymtabs_p): New proc.
1399 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1400 importing unit" unsupported if there are no partial symbols.
1401
1402 2020-04-08 Tom de Vries <tdevries@suse.de>
1403
1404 PR testsuite/25760
1405 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1406
1407 2020-04-07 Tom de Vries <tdevries@suse.de>
1408
1409 PR symtab/25796
1410 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1411
1412 2020-04-07 Tom de Vries <tdevries@suse.de>
1413
1414 * gdb.base/check-psymtab.c: New test.
1415 * gdb.base/check-psymtab.exp: New file.
1416
1417 2020-04-06 Tom Tromey <tromey@adacore.com>
1418
1419 * gdb.ada/variant-record/proc.adb: New file.
1420 * gdb.ada/variant-record/value.adb: New file.
1421 * gdb.ada/variant-record/value.s: New file.
1422 * gdb.ada/variant-record.exp: New file.
1423
1424 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
1425
1426 PR gdb/25325
1427 * gdb.cp/typed-enum.cc: New test.
1428 * gdb.cp/typed-enum.exp: New file.
1429
1430 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1431
1432 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1433 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1434 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1435 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1436 * gdb.opt/inline-small-func.c: New file.
1437 * gdb.opt/inline-small-func.exp: New file.
1438 * gdb.opt/inline-small-func.h: New file.
1439
1440 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1441
1442 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1443 function.
1444
1445 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1446
1447 * lib/dwarf.exp (function_range): Allow compiler options to be
1448 specified.
1449
1450 2020-04-02 Tom de Vries <tdevries@suse.de>
1451
1452 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1453 __attribute__((always_inline)).
1454 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1455
1456 2020-04-02 Tom de Vries <tdevries@suse.de>
1457
1458 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1459 (gdbserver_gdb_exit): ... here. Add timeout warning.
1460 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1461 (connect_target_extended_remote): Append new server_spawn_id to
1462 server_spawn_ids.
1463 (cleanup): New proc.
1464 (setup, <toplevel>): Call cleanup.
1465
1466 2020-04-02 Tom de Vries <tdevries@suse.de>
1467
1468 * gdb.base/main-psymtab.exp: New file.
1469
1470 2020-04-02 Tom de Vries <tdevries@suse.de>
1471
1472 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1473
1474 2020-04-01 Tom Tromey <tom@tromey.com>
1475
1476 * gdb.base/complex-parts.exp: Add type tests.
1477
1478 2020-04-01 Tom Tromey <tom@tromey.com>
1479
1480 * gdb.base/complex-parts.exp: Add arithmetic tests.
1481
1482 2020-04-01 Tom Tromey <tom@tromey.com>
1483
1484 * gdb.compile/compile.exp: Update.
1485 * gdb.compile/compile-cplus.exp: Update.
1486 * gdb.base/varargs.exp: Update.
1487 * gdb.base/floatn.exp: Update.
1488 * gdb.base/endianity.exp: Update.
1489 * gdb.base/callfuncs.exp (do_function_calls): Update.
1490 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1491 (complex_float_integral_args): Update.
1492 * gdb.base/complex.exp: Update.
1493 * gdb.base/complex-parts.exp: Update.
1494
1495 2020-04-01 Tom Tromey <tromey@adacore.com>
1496
1497 * gdb.rust/union.rs: New file.
1498 * gdb.rust/union.exp: New file.
1499 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1500 (main): Update.
1501 * gdb.rust/simple.exp: Move union tests to union.exp.
1502
1503 2020-04-01 Tom Tromey <tromey@adacore.com>
1504
1505 * gdb.rust/simple.rs (main): Remove "y0".
1506
1507 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1508
1509 * gdb.multi/stop-all-on-exit.c: New test.
1510 * gdb.multi/stop-all-on-exit.exp: New file.
1511
1512 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1513
1514 PR gdb/24789
1515 * gdb.cp/misc.cc: Add integer reference variable.
1516 * gdb.cp/misc.exp: Add test.
1517
1518 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1519
1520 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1521 scenario to cover execution until the end and also the case
1522
1523 2020-03-31 Tom de Vries <tdevries@suse.de>
1524
1525 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1526 c. Use "maint info symtabs" to check symtab expansion.
1527
1528 2020-03-30 Tom de Vries <tdevries@suse.de>
1529
1530 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1531 unsupported.
1532 (verify_psymtab_expanded): Move ...
1533 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1534 test.
1535 (readnow): New proc.
1536
1537 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1538
1539 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1540 with $hex.
1541
1542 2020-03-20 Tom Tromey <tromey@adacore.com>
1543
1544 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1545
1546 2020-03-20 Tom Tromey <tromey@adacore.com>
1547
1548 * gdb.ada/sub_variant/subv.adb: New file.
1549 * gdb.ada/sub_variant.exp: New file.
1550
1551 2020-03-20 Tom de Vries <tdevries@suse.de>
1552
1553 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1554 first break fails.
1555 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1556
1557 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1558
1559 * gdb.server/exit-multiple-threads.c: New file.
1560 * gdb.server/exit-multiple-threads.exp: New file.
1561
1562 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1563
1564 * gdb.fortran/mixed-lang-stack.c: New file.
1565 * gdb.fortran/mixed-lang-stack.cpp: New file.
1566 * gdb.fortran/mixed-lang-stack.exp: New file.
1567 * gdb.fortran/mixed-lang-stack.f90: New file.
1568
1569 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1570
1571 * gdb.linespec/cp-completion-aliases.cc: New file.
1572 * gdb.linespec/cp-completion-aliases.exp: New file.
1573
1574 2020-03-19 Tom de Vries <tdevries@suse.de>
1575
1576 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1577 more precise.
1578
1579 2020-03-18 Tom de Vries <tdevries@suse.de>
1580
1581 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1582 * gdb.dwarf2/break-inline-psymtab.c: New test.
1583 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1584
1585 2020-03-16 Tom de Vries <tdevries@suse.de>
1586
1587 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1588 cache_verify and cache_verify_proc.
1589
1590 2020-03-15 Tom de Vries <tdevries@suse.de>
1591
1592 * gdb.server/solib-list.exp: Handle
1593 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1594
1595 2020-03-15 Tom de Vries <tdevries@suse.de>
1596
1597 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1598 objfiles".
1599
1600 2020-03-14 Tom Tromey <tom@tromey.com>
1601
1602 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1603
1604 2020-03-14 Tom de Vries <tdevries@suse.de>
1605
1606 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1607
1608 2020-03-14 Tom de Vries <tdevries@suse.de>
1609
1610 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1611 result in line-by-line fashion.
1612
1613 2020-03-14 Tom de Vries <tdevries@suse.de>
1614
1615 * lib/gdb.exp (supports_statement_frontiers): New proc.
1616 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1617
1618 2020-03-14 Tom de Vries <tdevries@suse.de>
1619
1620 * gdb.base/printcmds.exp: Add missing quoting for "print
1621 teststring2".
1622
1623 2020-03-13 Tom Tromey <tom@tromey.com>
1624
1625 * gdb.base/printcmds.exp (test_print_strings): Add regression
1626 test.
1627 * gdb.base/printcmds.c (charptr): New typedef.
1628 (teststring2): New global.
1629
1630 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1631
1632 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1633 full path in the test name.
1634 (test_ld): Add some with_test_prefix blocks to make test names
1635 unique.
1636
1637 2020-03-13 Tom de Vries <tdevries@suse.de>
1638
1639 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1640
1641 2020-03-13 Tom de Vries <tdevries@suse.de>
1642
1643 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1644
1645 2020-03-13 Tom de Vries <tdevries@suse.de>
1646
1647 PR symtab/25646
1648 * gdb.dwarf2/imported-unit.exp: Add test.
1649
1650 2020-03-13 Tom de Vries <tdevries@suse.de>
1651
1652 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1653 (var1, var2): New variable.
1654 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1655 matching symbols.
1656
1657 2020-03-13 Tom de Vries <tdevries@suse.de>
1658
1659 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1660 (Term::command): Use prompt prefix.
1661 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1662 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1663 command_no_prompt_prefix instead of prefix.
1664 * gdb.tui/tui-layout-asm.exp: Same.
1665
1666 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1667
1668 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1669
1670 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1671
1672 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1673 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1674 on" while stepping over the test instruction, match printed
1675 message.
1676
1677 2020-03-12 Tom de Vries <tdevries@suse.de>
1678
1679 * gdb.base/info-types.exp: Use exp_continue during matching of output
1680 of "info types".
1681
1682 2020-03-12 Tom de Vries <tdevries@suse.de>
1683
1684 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1685
1686 2020-03-12 Tom de Vries <tdevries@suse.de>
1687
1688 * gdb.fortran/module.exp: Use exp_continue during matching of output
1689 of "info variable -n".
1690
1691 2020-03-12 Tom de Vries <tdevries@suse.de>
1692
1693 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1694 gdb.dwarf2/dw2-ranges-base.c.
1695
1696 2020-03-12 Tom de Vries <tdevries@suse.de>
1697
1698 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1699 in presence of GLIBC debuginfo.
1700
1701 2020-03-12 Tom de Vries <tdevries@suse.de>
1702
1703 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1704 $core.
1705
1706 2020-03-12 Tom de Vries <tdevries@suse.de>
1707
1708 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1709 more precise.
1710
1711 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
1712
1713 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1714 from Unix to Windows path.
1715
1716 2020-03-11 Tom de Vries <tdevries@suse.de>
1717
1718 * gdb.ada/minsyms.exp: Set language to ada.
1719
1720 2020-03-11 Tom de Vries <tdevries@suse.de>
1721
1722 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1723
1724 2020-03-11 Tom de Vries <tdevries@suse.de>
1725
1726 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1727
1728 2020-03-11 Tom Tromey <tromey@adacore.com>
1729
1730 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1731
1732 2020-03-11 Tom de Vries <tdevries@suse.de>
1733
1734 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1735
1736 2020-03-11 Tom de Vries <tdevries@suse.de>
1737
1738 * gdb.base/break-interp.exp: Limit verbose scope.
1739
1740 2020-03-11 Tom de Vries <tdevries@suse.de>
1741
1742 * gdb.fortran/logical.f90: Define variable with character type.
1743 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1744
1745 2020-03-11 Tom de Vries <tdevries@suse.de>
1746
1747 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1748
1749 2020-03-11 Tom de Vries <tdevries@suse.de>
1750
1751 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1752 symtabs.
1753
1754 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1755 Bernd Edlinger <bernd.edlinger@hotmail.de>
1756
1757 * gdb.cp/step-and-next-inline.cc: New file.
1758 * gdb.cp/step-and-next-inline.exp: New file.
1759 * gdb.cp/step-and-next-inline.h: New file.
1760 * gdb.dwarf2/dw2-is-stmt.c: New file.
1761 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1762 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1763 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1764 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1765
1766 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1767
1768 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1769 is-stmt flag in the line table.
1770
1771 2020-03-09 Tom de Vries <tdevries@suse.de>
1772
1773 * lib/gdb.exp (cached_file): Create cache dir.
1774
1775 2020-03-07 Tom de Vries <tdevries@suse.de>
1776
1777 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1778 * gdb.cp/rvalue-ref-params.exp: Same.
1779
1780 2020-03-06 Tom de Vries <tdevries@suse.de>
1781
1782 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1783 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1784
1785 2020-03-06 Tom de Vries <tdevries@suse.de>
1786
1787 * README: Fix "the the".
1788 * gdb.base/dprintf.exp: Same.
1789
1790 2020-03-05 Tom de Vries <tdevries@suse.de>
1791
1792 * gdb.base/maint.exp: Update "main print statistics" expected output.
1793
1794 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1795
1796 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1797 (fortran_int8): Likewise.
1798 (fortran_real4): Likewise.
1799 (fortran_real8): Likewise.
1800 (fortran_complex4): Likewise.
1801 (fortran_logical4): Likewise.
1802 (fortran_character1): Likewise.
1803
1804 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1805
1806 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1807 printed as true.
1808
1809 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1810
1811 * gdb.base/printcmds.exp: Add test to verify printf of a
1812 variable holding an address.
1813
1814 2020-03-03 Tom de Vries <tdevries@suse.de>
1815
1816 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1817
1818 2020-03-03 Tom de Vries <tdevries@suse.de>
1819
1820 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1821 gdb_test_multiple call.
1822
1823 2020-03-03 Tom de Vries <tdevries@suse.de>
1824
1825 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1826 gdb_test_multiple calls.
1827
1828 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1829
1830 * gdb.base/default.exp: Remove test of 'set history filename'.
1831 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1832 filename to the empty string.
1833 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1834 and GDBHISTSIZE.
1835
1836 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1837
1838 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1839 disabled.
1840
1841 2020-03-02 Pedro Alves <palves@redhat.com>
1842 Tom de Vries <tdevries@suse.de>
1843
1844 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1845 -prompt prefix, before user_code argument. Add -lbl option likewise.
1846 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1847 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1848 argument.
1849 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1850 have "\r\n" at start-of-line, instead of at end-of-line.
1851
1852 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1853
1854 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1855 libinproctrace.so.
1856
1857 2020-02-28 Luis Machado <luis.machado@linaro.org>
1858
1859 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1860 to "p/x".
1861
1862 2020-02-28 Luis Machado <luis.machado@linaro.org>
1863
1864 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1865 asm/ptrace.h and error.h.
1866
1867 2020-02-28 Tom de Vries <tdevries@suse.de>
1868
1869 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1870 (struct wrapper, do_something, mundane/symada__cS): Move ...
1871 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1872 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1873 Update "print symada__cS before partial symtab expansion" regexp.
1874 Update breakpoint location. Flush symbol cache after expansion.
1875
1876 2020-02-28 Luis Machado <luis.machado@linaro.org>
1877
1878 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1879
1880 2020-02-27 Tom de Vries <tdevries@suse.de>
1881
1882 * config/sid.exp: Remove unused globals.
1883 * gdb.base/attach.exp: Same.
1884 * gdb.base/catch-load.exp: Same.
1885 * gdb.base/dbx.exp: Same.
1886 * lib/gdb.exp: Same.
1887 * lib/mi-support.exp: Same.
1888 * lib/prompt.exp: Same.
1889
1890 2020-02-27 Tom de Vries <tdevries@suse.de>
1891
1892 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1893 not set.
1894
1895 2020-02-26 Aaron Merey <amerey@redhat.com>
1896
1897 * gdb.debuginfod: New directory for debuginfod tests.
1898 * gdb.debuginfod/main.c: New test file.
1899 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1900
1901 2020-02-26 Tom de Vries <tdevries@suse.de>
1902
1903 PR gdb/25603
1904 * gdb.base/persistent-lang.cc: New test.
1905 * gdb.base/persistent-lang.exp: New file.
1906
1907 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1908
1909 * gdb.fortran/derived-type-striding.exp: Add a new test.
1910 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1911 new test.
1912
1913 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1914
1915 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1916 names.
1917
1918 2020-02-25 Tom de Vries <tdevries@suse.de>
1919
1920 PR go/18926
1921 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1922
1923 2020-02-24 Tom de Vries <tdevries@suse.de>
1924
1925 PR gdb/25592
1926 * gdb.base/info-locals-unused-static-var.c: New test.
1927 * gdb.base/info-locals-unused-static-var.exp: New file.
1928
1929 2020-02-22 Tom Tromey <tom@tromey.com>
1930
1931 * gdb.python/tui-window.exp: New file.
1932 * gdb.python/tui-window.py: New file.
1933
1934 2020-02-22 Tom Tromey <tom@tromey.com>
1935
1936 PR tui/17850:
1937 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1938 tests.
1939
1940 2020-02-22 Tom Tromey <tom@tromey.com>
1941
1942 * gdb.tui/new-layout.exp: Add sub-layout tests.
1943
1944 2020-02-22 Tom Tromey <tom@tromey.com>
1945
1946 * gdb.tui/new-layout.exp: New file.
1947
1948 2020-02-22 Tom Tromey <tom@tromey.com>
1949
1950 * gdb.rust/rust-style.rs: New file.
1951 * gdb.rust/rust-style.exp: New file.
1952 * gdb.base/style.exp: Test structure printing.
1953 * gdb.base/style.c (struct some_struct): New type.
1954 (enum etype): New type.
1955 (struct_value): New global.
1956
1957 2020-02-21 Tom de Vries <tdevries@suse.de>
1958
1959 PR go/18926
1960 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1961 Remove blanket xfails. Use message argument for gdb_breakpoint.
1962 Make continuing to breakpoint test conditional on setting breakpoint.
1963 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1964 DW_AT_name attribute. Add xfail for GCC PR93866.
1965
1966 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1967
1968 * gdb.dwarf2/cpp-linkage-name.c: New file.
1969 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1970
1971 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1972
1973 * lib/gdb.exp (gdb_wrapper_init): Reset
1974 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1975 not exist.
1976
1977 2020-02-20 Tom de Vries <tdevries@suse.de>
1978
1979 PR go/17018
1980 * gdb.go/hello.exp: Copy ...
1981 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1982 print of st to print value of global definition. Add xfail for GCC
1983 PR93844.
1984 * gdb.go/hello.exp: Remove printing of st before definition.
1985 * gdb.go/hello.go: Copy ...
1986 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1987 to st.
1988 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1989
1990 2020-02-20 Tom de Vries <tdevries@suse.de>
1991
1992 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1993 (gdb_simple_compile): Handle compile_flags go by using .go extension
1994 for source file.
1995 * gdb.go/chan.exp: Use support_go_compile.
1996 * gdb.go/handcall.exp: Same.
1997 * gdb.go/hello.exp: Same.
1998 * gdb.go/integers.exp: Same.
1999 * gdb.go/max-depth.exp: Same.
2000 * gdb.go/methods.exp: Same.
2001 * gdb.go/package.exp: Same.
2002 * gdb.go/strings.exp: Same.
2003 * gdb.go/types.exp: Same.
2004 * gdb.go/unsafe.exp: Same.
2005
2006 2020-02-19 Tom de Vries <tdevries@suse.de>
2007
2008 * gdb.python/lib-types.exp: Make xfail more strict.
2009
2010 2020-02-19 Tom de Vries <tdevries@suse.de>
2011
2012 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2013
2014 2020-02-19 Doug Evans <dje@google.com>
2015
2016 PR rust/25535
2017 * gdb.rust/simple.exp: Add test.
2018 * gdb.rust/simple.rs: Add test.
2019
2020 2020-02-19 Tom de Vries <tdevries@suse.de>
2021
2022 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2023 output line-by-line.
2024
2025 2020-02-19 Tom de Vries <tdevries@suse.de>
2026
2027 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2028
2029 2020-02-19 Tom de Vries <tdevries@suse.de>
2030
2031 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2032 prelink.
2033
2034 2020-02-19 Tom de Vries <tdevries@suse.de>
2035
2036 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2037 (gdb_do_cache): Use gdb_do_cache_wrap.
2038 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2039
2040 2020-02-19 Tom de Vries <tdevries@suse.de>
2041
2042 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2043 gdb_compile option.
2044
2045 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2046
2047 * gdb.base/printcmds.exp (test_print_enums): Update expected
2048 output.
2049
2050 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2051
2052 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2053 for "unknown".
2054
2055 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2056
2057 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2058 enumerator.
2059
2060 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2061
2062 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2063 FE_, add FE_NONE.
2064 (three): Update.
2065 (enum flag_enum_without_zero): New enum.
2066 (flag_enum_without_zero): New variable.
2067 (enum not_flag_enum): New enum.
2068 (three_not_flag): New variable.
2069 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2070 (test_print_enums): Add more tests for printing flag enums.
2071
2072 2020-02-18 Tom de Vries <tdevries@suse.de>
2073
2074 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2075 (gdb_compile_ada): ... here.
2076 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2077 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2078
2079 2020-02-14 Tom Tromey <tom@tromey.com>
2080
2081 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2082 build directory.
2083 * boards/gdbserver-base.exp: Update path to gdbserver.
2084
2085 2020-02-13 Tom de Vries <tdevries@suse.de>
2086
2087 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2088
2089 2020-02-13 Tom de Vries <tdevries@suse.de>
2090
2091 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2092 are missing.
2093
2094 2020-02-13 Tom de Vries <tdevries@suse.de>
2095
2096 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2097 call.
2098
2099 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2100
2101 PR tui/25126
2102 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2103 * gdb.base/cached-source-file.c: New file.
2104 * gdb.base/cached-source-file.exp: New file.
2105
2106 2020-02-11 Tom de Vries <tdevries@suse.de>
2107
2108 PR testsuite/25488
2109 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2110
2111 2020-02-10 Tom de Vries <tdevries@suse.de>
2112
2113 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2114
2115 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
2116
2117 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2118 and $after_addr are both integers before making a comparison.
2119
2120 2020-02-09 Tom de Vries <tdevries@suse.de>
2121
2122 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2123 command output and paste it into gdb.log. If any, paste catch message
2124 to gdb.log.
2125
2126 2020-02-07 Tom Tromey <tromey@adacore.com>
2127
2128 PR breakpoints/24915:
2129 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2130
2131 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
2132
2133 * gdb.tui/tui-missing-src.exp: Add the "missing source
2134 file" test for the TUI.
2135
2136 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2137
2138 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2139 including a port number in the output.
2140
2141 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2142
2143 * lib/fortran.exp (fortran_int4): Handle clang.
2144 (fortran_int8): Likewise.
2145 (fortran_real4): Likewise.
2146 (fortran_real8): Likewise.
2147 (fortran_complex4): Likewise.
2148 (fortran_logical4): Likewise.
2149 (fortran_character1): Likewise.
2150
2151 2020-02-04 Tom de Vries <tdevries@suse.de>
2152
2153 * README (Race detection): Add note.
2154
2155 2020-02-04 Tom de Vries <tdevries@suse.de>
2156
2157 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2158
2159 2020-02-04 Tom de Vries <tdevries@suse.de>
2160
2161 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2162
2163 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2164
2165 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2166 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2167 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2168 blttar, bnetarl.
2169 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2170 binary for blttar, bnetarl.
2171 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2172 wait instruction. Delete ldmx test.
2173 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2174
2175 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2176
2177 * gdb.fortran/array-bounds-high.exp: New file.
2178 * gdb.fortran/array-bounds-high.f90: New file.
2179
2180 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2181
2182 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2183 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2184
2185 2020-02-01 Tom de Vries <tdevries@suse.de>
2186
2187 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2188
2189 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2190
2191 PR tui/9765
2192 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2193 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2194
2195 2020-01-29 Luis Machado <luis.machado@linaro.org>
2196
2197 * gdb.arch/aarch64-brk-patterns.c: New source file.
2198 * gdb.arch/aarch64-brk-patterns.exp: New test.
2199
2200 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2201
2202 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2203 GCC/Clang version.
2204 * gdb.cp/pass-by-ref.exp: Ditto.
2205
2206 2020-01-29 Tom de Vries <tdevries@suse.de>
2207
2208 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2209 * gdb.threads/watchpoint-fork-mt.c: Same.
2210 * gdb.threads/watchpoint-fork-parent.c: Same.
2211 * gdb.threads/watchpoint-fork-st.c: Same.
2212 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2213
2214 2020-01-27 Luis Machado <luis.machado@linaro.org>
2215
2216 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2217 sitting at a syscall instruction when we hit the syscall function's
2218 breakpoint.
2219 Check PC against one obtained with the x command.
2220 Validate syscall number.
2221 (step_over_syscall): Don't continue to the syscall instruction if
2222 we're already there.
2223
2224 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2225
2226 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2227
2228 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2229
2230 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2231 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2232
2233 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2234
2235 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2236 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2237
2238 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2239
2240 * gdb.base/maint.exp: Update line table parsing test.
2241 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2242
2243 2020-01-24 Pedro Alves <palves@redhat.com>
2244
2245 PR gdb/25410
2246 * gdb.multi/multi-re-run-1.c: New.
2247 * gdb.multi/multi-re-run-2.c: New.
2248 * gdb.multi/multi-re-run.exp: New.
2249
2250 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2251
2252 PR gdb/23718
2253 * gdb.server/server-kill-python.exp: New file.
2254
2255 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2256
2257 * gdb.server/multi-ui-errors.c: New file.
2258 * gdb.server/multi-ui-errors.exp: New file.
2259
2260 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2261
2262 PR tui/9765
2263 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2264
2265 2020-01-19 Tom Tromey <tom@tromey.com>
2266
2267 * gdb.tui/main.exp: Add check for plain "file".
2268
2269 2020-01-16 Christian Biesinger <cbiesinger@google.com>
2270
2271 * lib/gdb.exp: Fix spelling error (seperatelly).
2272
2273 2020-01-14 Tom Tromey <tom@tromey.com>
2274
2275 PR symtab/12535:
2276 * gdb.python/python.exp: Test decode_line with empty string
2277 argument.
2278
2279 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2280
2281 * gdb.base/skip-inline.exp: Extend test.
2282
2283 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2284
2285 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2286 * gdb.dwarf2/dw2-bad-elf.c: New file.
2287 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2288
2289 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2290
2291 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2292 _line_saw_file.
2293
2294 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2295
2296 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2297 border.
2298
2299 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2300
2301 * gdb.multi/multi-target.exp (setup): Factor out "info
2302 connections" and "info inferiors" tests to ...
2303 (test_info_inferiors): ... this new procedure.
2304 (top level): Run new "info-inferiors" tests.
2305
2306 2020-01-10 Pedro Alves <palves@redhat.com>
2307
2308 * gdb.server/bkpt-other-inferior.exp: New file.
2309
2310 2020-01-10 Pedro Alves <palves@redhat.com>
2311
2312 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2313 of "add-inferior".
2314 * gdb.base/quit-live.exp: Likewise.
2315 * gdb.base/remote-exec-file.exp: Likewise.
2316 * gdb.guile/scm-progspace.exp: Likewise.
2317 * gdb.linespec/linespec.exp: Likewise.
2318 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2319 * gdb.mi/user-selected-context-sync.exp: Likewise.
2320 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2321 "info inferiors" tests.
2322 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2323 "add-inferior".
2324 * gdb.multi/watchpoint-multi.exp: Likewise.
2325 * gdb.python/py-inferior.exp: Likewise.
2326 * gdb.server/extended-remote-restart.exp: Likewise.
2327 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2328 "info inferiors".
2329 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2330 * gdb.trace/report.exp: Likewise.
2331
2332 2020-01-10 Pedro Alves <palves@redhat.com>
2333
2334 * gdb.multi/multi-target.c: New file.
2335 * gdb.multi/multi-target.exp: New file.
2336 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2337 mode requested, but remote does not support non-stop".
2338
2339 2020-01-10 Pedro Alves <palves@redhat.com>
2340
2341 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2342 disconnect before reconnecting.
2343
2344 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2345 Pedro Alves <palves@redhat.com>
2346
2347 * gdb.server/connect-without-multi-process.exp: Also test
2348 continuing to end.
2349
2350 2020-01-10 Pedro Alves <palves@redhat.com>
2351
2352 * gdb.base/remote-exec-file.exp: New file.
2353
2354 2020-01-10 Pedro Alves <palves@redhat.com>
2355
2356 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2357 output.
2358 * gdb.threads/async.c: New.
2359 * gdb.threads/async.exp: New.
2360 * gdb.multi/tids-gid-reset.c: New.
2361 * gdb.multi/tids-gid-reset.exp: New.
2362
2363 2020-01-10 George Barrett <bob@bob131.so>
2364
2365 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2366 to help in finding the image relocation offset.
2367 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2368 options in arguments.
2369 (stap_test_no_debuginfo): Likewise.
2370 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2371 test variants.
2372 (stap_test): Add null semaphore relocation test.
2373
2374 2020-01-10 George Barrett <bob@bob131.so>
2375
2376 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2377 * gdb.base/stap-probe.exp: Likewise.
2378 (stap_test): Pass argument as an additional flag.
2379 (stap_test_no_debuginfo): Likewise.
2380 (stap_test): Check `info probes stap' output for semaphore
2381 addresses if the test binary is supposed to have them.
2382
2383 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2384
2385 * gdb.tui/basic.exp: Add more scrolling tests.
2386
2387 2020-01-09 Tom Tromey <tom@tromey.com>
2388
2389 PR tui/18932:
2390 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2391 meangingful value.
2392 (Term::command, Term::resize): Update.
2393 * gdb.tui/basic.exp: Add scrolling test.
2394
2395 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2396
2397 * gdb.tui/tui-layout-asm.exp: New file.
2398
2399 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2400
2401 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2402
2403 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2404
2405 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2406 (Term::enter_tui): Use Term::prepare_for_tui.
2407
2408 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2409
2410 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2411 called.
2412
2413 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2414
2415 * gdb.base/skip.exp: Fix race condition in test.
2416
2417 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2418
2419 * gdb.base/backtrace.c: New file.
2420 * gdb.base/backtrace.exp: New file.
2421
2422 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2423
2424 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2425
2426 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2427
2428 * gdb.base/style.exp: Test that warnings are styled.
2429
2430 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2431
2432 * gdb.base/line65535.exp: New file.
2433 * gdb.base/line65535.c: New file.
2434
2435 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2436
2437 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2438 * lib/gnat_debug_info_test.adb: New file.
2439 * gdb.ada/ptype_tagged_param.exp: Use
2440 gnat_runtime_has_debug_info, expect a different output if
2441 runtime does not have debug info.
2442
2443 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2444
2445 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2446 (another) quote in test name.
2447
2448 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2449
2450 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2451 Add quote in test name.
2452
2453 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2454
2455 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2456 directory instead.
2457 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2458 * gdb.cp/pass-by-ref-2.cc: New file.
2459 * gdb.cp/pass-by-ref-2.exp: New file.
2460
2461 2019-12-20 Tom Tromey <tom@tromey.com>
2462
2463 * gdb.tui/list-before.exp: New file.
2464
2465 2019-12-20 Tom Tromey <tom@tromey.com>
2466
2467 * gdb.tui/list.exp: Check for source on initial listing.
2468
2469 2019-12-11 Tom Tromey <tromey@adacore.com>
2470
2471 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2472 Add crlf test.
2473
2474 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
2475
2476 * gdb.base/default.exp: Update value of $_gdb_major.
2477
2478 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2479
2480 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2481
2482 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2483
2484 * gdb.base/skip.exp: Whitespace fix.
2485
2486 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2487
2488 * gdb.base/skip-inline.c: New file.
2489 * gdb.base/skip-inline.exp: New file.
2490
2491 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2492
2493 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2494 jit_function_00 to jit_function_stack_mangle.
2495 * gdb.base/jithost.c (jit_function_t): Rename to...
2496 (jit_function_stack_mangle_t): ... this.
2497 (jit_function_add_t): New typedef.
2498 (jit_function_00_code): Rename to...
2499 (jit_function_stack_mangle_code): ... this, make static.
2500 (jit_function_add_code): New.
2501 (main): Generate "add" function and call it. Adjust to changes
2502 in jithost_abi.
2503 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2504 (struct jithost_abi) <begin, end>: Remove fields.
2505 <object, function_stack_mangle, function_add>: New fields.
2506 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2507 code_end>: Remove fields.
2508 <func_stack_mangle>: New field.
2509 (read_debug_info): Adjust to renaming, create block for "add"
2510 function.
2511 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2512
2513 2019-12-11 Tom Tromey <tom@tromey.com>
2514
2515 * gdb.tui/resize.exp: Fix regexp.
2516 * gdb.tui/regs.exp: Fix regexps.
2517 * gdb.tui/main.exp: Fix regexp.
2518
2519 2019-12-11 Tom Tromey <tom@tromey.com>
2520
2521 * gdb.tui/resize.exp: Update.
2522 * gdb.tui/empty.exp (layouts): Update.
2523
2524 2019-12-11 Tom Tromey <tom@tromey.com>
2525
2526 * gdb.tui/regs.exp: Update.
2527 * gdb.tui/empty.exp (layouts): Update.
2528 * gdb.tui/basic.exp: Update.
2529 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2530
2531 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2532
2533 * gdb.base/options.exp: Add -raw-values in the print completion list.
2534 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2535
2536 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2537
2538 * gdb.threads/omp-par-scope.c: New file.
2539 * gdb/threads/omp-par-scope.exp: New file.
2540
2541 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2542
2543 * lib/gdb.exp (support_nested_function_tests): New proc.
2544
2545 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2546
2547 * lib/gdb.exp (gdb_compile_openmp): New proc.
2548 (build_executable_from_specs): Add an "openmp" option.
2549 (gdb_compile_pthreads): Add non-executable case.
2550
2551 2019-12-10 Tom Tromey <tromey@adacore.com>
2552
2553 * gdb.ada/unchecked_union.exp: New file.
2554 * gdb.ada/unchecked_union/pck.adb: New file.
2555 * gdb.ada/unchecked_union/pck.ads: New file.
2556 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2557 * gdb-utils.exp (string_to_regexp): Also quote "?".
2558
2559 2019-12-10 George Barrett <bob@bob131.so>
2560
2561 Test scripted probe breakpoints.
2562 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2563 * gdb.python/py-breakpoint.c (main): Likewise.
2564 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2565 specifier test.
2566 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2567
2568 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2569
2570 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2571 an rvalue parameter.
2572 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2573 parameter.
2574
2575 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2576
2577 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2578 modules.
2579
2580 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2581
2582 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2583 broken version of GCC.
2584
2585 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2586
2587 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2588 sym-info-cmds library.
2589 * gdb.fortran/info-types.exp: Likewise.
2590 * lib/sym-info-cmds.exp: New file.
2591
2592 2019-12-08 Tom de Vries <tdevries@suse.de>
2593
2594 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2595
2596 2019-12-07 Keith Seitz <keiths@redhat.com>
2597
2598 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2599 * gdb.base/corefile-buildid-shlib.c: New file.
2600 * gdb.base/corefile-buildid.c: New file.
2601 * gdb.base/corefile-buildid.exp: New file.
2602
2603 2019-12-06 Tom de Vries <tdevries@suse.de>
2604
2605 * gdb.dwarf2/varval.exp: Add decl before def test.
2606
2607 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2608
2609 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2610
2611 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2612
2613 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2614 CV and reference conversion for overload resolution.
2615 * gdb.cp/rvalue-ref-overload.exp: Test it.
2616
2617 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2618
2619 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2620 * gdb.base/frameapply.exp: Test faas without command.
2621
2622 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2623
2624 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2625 Fortran tests.
2626 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2627 order.
2628
2629 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2630
2631 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2632 casting to type with no kind specified.
2633 (test_basic_parsing_of_type_kinds): Additional tests for types
2634 with no kind specified, and add tests for single/double
2635 precision/complex types.
2636
2637 2019-12-04 Tom Tromey <tromey@adacore.com>
2638
2639 * gdb.base/endianity.c (struct other) <x>: New field.
2640 (main): Initialize it.
2641 * gdb.base/endianity.exp: Update.
2642
2643 2019-12-04 Tom Tromey <tromey@adacore.com>
2644
2645 * gdb.ada/scalar_storage/storage.adb: New file.
2646 * gdb.ada/scalar_storage/pck.adb: New file.
2647 * gdb.ada/scalar_storage/pck.ads: New file.
2648 * gdb.ada/scalar_storage.exp: New file.
2649
2650 2019-12-04 Tom Tromey <tromey@adacore.com>
2651
2652 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2653 (main): Initialize it.
2654 * gdb.base/endianity.exp: Update.
2655
2656 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2657
2658 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2659
2660 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2661
2662 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2663 -symbol-info-module-functions and -symbol-info-module-variables.
2664
2665 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2666
2667 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2668
2669 2019-12-01 Richard Bunt <richard.bunt@arm.com>
2670 Andrew Burgess <andrew.burgess@embecosm.com>
2671
2672 * gdb.fortran/derived-type-striding.exp: New file.
2673 * gdb.fortran/derived-type-striding.f90: New file.
2674 * gdb.fortran/array-slices.exp: New file.
2675 * gdb.fortran/array-slices.f90: New file.
2676
2677 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2678
2679 * gdb.base/define.exp: Test . in command names.
2680 * gdb.base/setshow.exp: Update test, as . is now part of
2681 command name.
2682
2683 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2684
2685 * gdb.base/define-prefix.exp: New file.
2686
2687 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2688
2689 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2690 compile.
2691 (skip_btrace_pt_tests): Likewise.
2692
2693 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2694
2695 * gdb.fortran/info-modules.exp: Compile source files in correct
2696 order.
2697
2698 2019-11-27 Kevin Buettner <kevinb@redhat.com>
2699
2700 * gdb.dwarf2/imported-unit.exp: New file.
2701 * gdb.dwarf2/imported-unit.c: New file.
2702
2703 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2704
2705 * gdb.mi/mi-fortran-modules-2.f90: New file.
2706 * gdb.mi/mi-fortran-modules.exp: New file.
2707 * gdb.mi/mi-fortran-modules.f90: New file.
2708
2709 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2710
2711 * gdb.mi/mi-sym-info-1.c: New file.
2712 * gdb.mi/mi-sym-info-2.c: New file.
2713 * gdb.mi/mi-sym-info.exp: New file.
2714
2715 2019-11-22 Tom Tromey <tromey@adacore.com>
2716
2717 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2718 * gdb.ada/tasks/foo.adb: Add another stopping location.
2719
2720 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2721
2722 * gdb.base/endianity.c: New test.
2723 * gdb.base/endianity.exp: New file.
2724
2725 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2726
2727 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2728
2729 2019-11-21 Tom de Vries <tdevries@suse.de>
2730
2731 PR gdb/24956
2732 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2733
2734 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2735
2736 * gdb.python/py-progspace.exp: Add missing parentheses on some
2737 'print' commands.
2738
2739 2019-11-19 Tom Tromey <tom@tromey.com>
2740
2741 * gdb.tui/winheight.exp: New file.
2742
2743 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2744
2745 * gdb.base/ctf-whatis.c: Delete.
2746 * gdb.base/ctf-whatis.exp: Delete.
2747 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2748
2749 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2750
2751 * gdb.base/ctf-cvexpr.exp: Delete.
2752 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2753
2754 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2755
2756 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2757 the compiler. Clean up header comment a little.
2758 * gdb.base/ctf-ptype.exp: Likewise.
2759 * gdb.base/ctf-whatis.exp: Likewise.
2760 * lib/gdb.exp (skip_ctf_tests): New proc.
2761
2762 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2763
2764 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2765 * gdb.tui/corefile-run.exp: New file.
2766
2767 2019-11-14 Tom Tromey <tromey@adacore.com>
2768
2769 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2770 regression tests.
2771
2772 2019-11-12 Tom Tromey <tom@tromey.com>
2773
2774 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2775 after any command. Expect prompt after WAIT_FOR is seen.
2776 (enter_tui): Enable resize messages.
2777 (command): Expect command in output.
2778 (get_line): Avoid error when cursor appears to be off-screen.
2779 (dump_screen): Include screen size in title.
2780 (_do_resize): New proc, from "resize".
2781 (resize): Rewrite. Do resize in two steps.
2782 * gdb.tui/empty.exp (layouts): Fix entries.
2783 (check_boxes): Remove xfail.
2784 (check_text): Dump screen on failure.
2785
2786 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2787
2788 * gdb.python/py-symbol.exp: Add test for
2789 gdb.lookup_static_symbols.
2790
2791 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2792
2793 * gdb.python/py-symbol.c: Declare and call function from new
2794 py-symbol-2.c file.
2795 * gdb.python/py-symbol.exp: Compile both source files, and add new
2796 tests for gdb.lookup_static_symbol.
2797 * gdb.python/py-symbol-2.c: New file.
2798
2799 2019-11-02 Tom de Vries <tdevries@suse.de>
2800
2801 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2802 * gdb.base/anon.exp: Same.
2803 * gdb.base/auto-connect-native-target.exp: Same.
2804 * gdb.base/call-ar-st.exp: Same.
2805 * gdb.base/catch-syscall.exp: Same.
2806 * gdb.base/commands.exp: Same.
2807 * gdb.base/default.exp: Same.
2808 * gdb.base/display.exp: Same.
2809 * gdb.base/float.exp: Same.
2810 * gdb.base/foll-fork.exp: Same.
2811 * gdb.base/help.exp: Same.
2812 * gdb.base/info-macros.exp: Same.
2813 * gdb.base/info-proc.exp: Same.
2814 * gdb.base/info-target.exp: Same.
2815 * gdb.base/long_long.exp: Same.
2816 * gdb.base/macscp.exp: Same.
2817 * gdb.base/memattr.exp: Same.
2818 * gdb.base/nofield.exp: Same.
2819 * gdb.base/pointers.exp: Same.
2820 * gdb.base/printcmds.exp: Same.
2821 * gdb.base/ptype.exp: Same.
2822 * gdb.base/restore.exp: Same.
2823 * gdb.base/return.exp: Same.
2824 * gdb.base/scope.exp: Same.
2825 * gdb.base/set-noassign.exp: Same.
2826 * gdb.base/setshow.exp: Same.
2827 * gdb.base/shlib-call.exp: Same.
2828 * gdb.base/signals.exp: Same.
2829 * gdb.base/sigstep.exp: Same.
2830 * gdb.base/skip.exp: Same.
2831 * gdb.base/solib-symbol.exp: Same.
2832 * gdb.base/stap-probe.exp: Same.
2833 * gdb.base/step-line.exp: Same.
2834 * gdb.base/step-test.exp: Same.
2835 * gdb.base/style.exp: Same.
2836 * gdb.base/varargs.exp: Same.
2837 * gdb.base/vla-datatypes.exp: Same.
2838 * gdb.base/vla-ptr.exp: Same.
2839 * gdb.base/vla-sideeffect.exp: Same.
2840 * gdb.base/volatile.exp: Same.
2841 * gdb.base/watch-cond-infcall.exp: Same.
2842 * gdb.base/watchpoint.exp: Same.
2843
2844 2019-11-02 Tom de Vries <tdevries@suse.de>
2845
2846 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2847 * gdb.cp/cpexprs.exp: Same.
2848 * gdb.cp/except-multi-location.exp: Same.
2849 * gdb.cp/exceptprint.exp: Same.
2850 * gdb.cp/gdb2384.exp: Same.
2851 * gdb.cp/inherit.exp: Same.
2852 * gdb.cp/m-static.exp: Same.
2853 * gdb.cp/meth-typedefs.exp: Same.
2854 * gdb.cp/misc.exp: Same.
2855 * gdb.cp/namespace.exp: Same.
2856 * gdb.cp/non-trivial-retval.exp: Same.
2857 * gdb.cp/overload.exp: Same.
2858 * gdb.cp/pr17132.exp: Same.
2859 * gdb.cp/re-set-overloaded.exp: Same.
2860 * gdb.cp/rvalue-ref-types.exp: Same.
2861 * gdb.cp/templates.exp: Same.
2862
2863 2019-11-01 Luis Machado <luis.machado@linaro.org>
2864
2865 PR gdb/25124
2866
2867 * gdb.arch/pr25124.S: New file.
2868 * gdb.arch/pr25124.exp: New file.
2869
2870 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2871
2872 * gdb.fortran/info-modules.exp: Update expected results, and add
2873 additional tests for 'info module functinos', and 'info module
2874 variables'.
2875 * gdb.fortran/info-types.exp: Update expected results.
2876 * gdb.fortran/info-types.f90: Extend testcase with additional
2877 module variables and functions.
2878
2879 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2880
2881 * gdb.fortran/info-modules.exp: New file.
2882 * gdb.fortran/info-types.exp: Build with new file.
2883 * gdb.fortran/info-types.f90: Include and use new module.
2884 * gdb.fortran/info-types-2.f90: New file.
2885
2886 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2887
2888 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2889 * gdb.base/settings.exp: Test all settings types using
2890 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2891 that now verifies that the value of "maint show" is the same as
2892 returned by the settings functions. Test the type of the
2893 maintenance settings.
2894 * gdb.base/default.exp: Update show_conv_list.
2895
2896 2019-10-31 Tom de Vries <tdevries@suse.de>
2897
2898 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2899 gdb_test.
2900 * gdb.arch/amd64-disp-step.exp: Same.
2901 * gdb.asm/asm-source.exp: Same.
2902 * gdb.btrace/buffer-size.exp: Same.
2903 * gdb.btrace/cpu.exp: Same.
2904 * gdb.btrace/enable.exp: Same.
2905 * gdb.dwarf2/count.exp: Same.
2906 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2907 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2908 * gdb.fortran/vla-datatypes.exp: Same.
2909 * gdb.fortran/vla-history.exp: Same.
2910 * gdb.fortran/vla-ptype.exp: Same.
2911 * gdb.fortran/vla-value.exp: Same.
2912 * gdb.fortran/whatis_type.exp: Same.
2913 * gdb.guile/guile.exp: Same.
2914 * gdb.multi/tids.exp: Same.
2915 * gdb.python/py-finish-breakpoint.exp: Same.
2916 * gdb.python/py-framefilter.exp: Same.
2917 * gdb.python/py-pp-registration.exp: Same.
2918 * gdb.python/py-xmethods.exp: Same.
2919 * gdb.python/python.exp: Same.
2920 * gdb.server/connect-with-no-symbol-file.exp: Same.
2921 * gdb.server/no-thread-db.exp: Same.
2922 * gdb.server/run-without-local-binary.exp: Same.
2923 * gdb.stabs/weird.exp: Same.
2924 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2925 * gdb.threads/thread-find.exp: Same.
2926 * gdb.threads/tls-shared.exp: Same.
2927 * gdb.threads/tls.exp: Same.
2928 * gdb.threads/wp-replication.exp: Same.
2929 * gdb.trace/ax.exp: Same.
2930 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2931
2932 2019-10-31 Tom de Vries <tdevries@suse.de>
2933
2934 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2935 * gdb.ada/array_subscript_addr.exp: Same.
2936 * gdb.ada/arrayidx.exp: Same.
2937 * gdb.ada/arrayparam.exp: Same.
2938 * gdb.ada/arrayptr.exp: Same.
2939 * gdb.ada/boolean_expr.exp: Same.
2940 * gdb.ada/call_pn.exp: Same.
2941 * gdb.ada/complete.exp: Same.
2942 * gdb.ada/fixed_cmp.exp: Same.
2943 * gdb.ada/fun_addr.exp: Same.
2944 * gdb.ada/funcall_param.exp: Same.
2945 * gdb.ada/interface.exp: Same.
2946 * gdb.ada/mod_from_name.exp: Same.
2947 * gdb.ada/null_array.exp: Same.
2948 * gdb.ada/packed_array.exp: Same.
2949 * gdb.ada/packed_tagged.exp: Same.
2950 * gdb.ada/print_chars.exp: Same.
2951 * gdb.ada/print_pc.exp: Same.
2952 * gdb.ada/ptype_arith_binop.exp: Same.
2953 * gdb.ada/ptype_field.exp: Same.
2954 * gdb.ada/ptype_tagged_param.exp: Same.
2955 * gdb.ada/rec_return.exp: Same.
2956 * gdb.ada/ref_tick_size.exp: Same.
2957 * gdb.ada/str_ref_cmp.exp: Same.
2958 * gdb.ada/taft_type.exp: Same.
2959 * gdb.ada/tagged.exp: Same.
2960 * gdb.ada/type_coercion.exp: Same.
2961 * gdb.ada/uninitialized_vars.exp: Same.
2962
2963 2019-10-30 Tom de Vries <tdevries@suse.de>
2964
2965 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2966
2967 2019-10-26 Tom de Vries <tdevries@suse.de>
2968
2969 * gdb.base/bigcore.c: Fix typos in comments.
2970 * gdb.base/ctf-ptype.c: Same.
2971 * gdb.base/long_long.c: Same.
2972 * gdb.dwarf2/dw2-op-out-param.S: Same.
2973 * gdb.python/py-evthreads.c: Same.
2974 * gdb.reverse/i387-stack-reverse.c: Same.
2975 * gdb.trace/tfile.c: Same.
2976 * lib/compiler.c: Same.
2977 * lib/compiler.cc: Same.
2978
2979 2019-10-25 Tom de Vries <tdevries@suse.de>
2980
2981 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2982 gdb_test_multiple calls.
2983 * gdb.reverse/sigall-reverse.exp: Same.
2984 * gdb.reverse/solib-precsave.exp: Same.
2985 * gdb.reverse/solib-reverse.exp: Same.
2986 * gdb.reverse/until-precsave.exp: Same.
2987 * gdb.reverse/until-reverse.exp: Same.
2988
2989 2019-10-24 Tom de Vries <tdevries@suse.de>
2990
2991 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2992 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2993 kfail using -wrap pattern flag and convenience variable
2994 gdb_test_name.
2995
2996 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2997
2998 * gdb.python/py-progspace.exp: Add tests for the
2999 Progspace.block_for_pc method.
3000
3001 2019-10-23 Tom Tromey <tom@tromey.com>
3002
3003 * configure: Rebuild.
3004 * aclocal.m4: Use m4_include, not sinclude.
3005
3006 2019-10-21 Tom de Vries <tdevries@suse.de>
3007
3008 * gdb.base/infcall-nested-structs.c: Add
3009 __attribute__((noinline,noclone)) to all functions.
3010 (call_all): Add missing variable initialization. Simplify return value.
3011 (breakpt): Increment volatile variable, to prevent call from being
3012 optimized out.
3013 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3014
3015 2019-10-17 Tom de Vries <tdevries@suse.de>
3016
3017 * gdb.fortran/module.exp: Allow info variables to print info for files
3018 other than module.f90.
3019
3020 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3021
3022 * gdb.fortran/module.exp: Extend with 'info variables' test.
3023
3024 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3025
3026 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3027 F77_FOR_TARGET.
3028
3029 2019-10-16 Tom de Vries <tdevries@suse.de>
3030
3031 PR tdep/25096
3032 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3033
3034 2019-10-16 Tom de Vries <tdevries@suse.de>
3035
3036 PR tdep/24104
3037 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3038 Add KFAIL for PR tdep/25096.
3039
3040 2019-10-16 Tom de Vries <tdevries@suse.de>
3041
3042 PR testsuite/25059
3043 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3044
3045 2019-10-16 Tom de Vries <tdevries@suse.de>
3046
3047 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3048 as signed.
3049
3050 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3051
3052 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3053 one instead of increasing timeout.
3054
3055 2019-10-13 Tom de Vries <tdevries@suse.de>
3056
3057 PR record/25038
3058 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3059 * gdb.reverse/sigall-reverse.exp: Same.
3060 * gdb.reverse/solib-precsave.exp: Same.
3061 * gdb.reverse/solib-reverse.exp: Same.
3062 * gdb.reverse/step-precsave.exp: Same.
3063 * gdb.reverse/until-precsave.exp: Same.
3064 * gdb.reverse/until-reverse.exp: Same.
3065 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3066
3067 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3068
3069 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3070 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3071 (cmp_struct_05_01, cmp_struct_static_02_01)
3072 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3073 comparisons.
3074
3075 2019-10-10 Tom de Vries <tdevries@suse.de>
3076
3077 PR testsuite/24888
3078 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3079 gnatlink.
3080
3081 2019-10-09 Tom de Vries <tdevries@suse.de>
3082
3083 PR testsuite/25048
3084 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3085
3086 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3087
3088 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3089 exceptions due to missing debug information.
3090
3091 2019-10-07 Tom de Vries <tdevries@suse.de>
3092
3093 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3094
3095 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3096
3097 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3098 * gdb.base/annota1.exp: Update to use gdb_test_name.
3099
3100 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
3101
3102 * gdb.base/ctf-whatis.exp: New file.
3103 * gdb.base/ctf-whatis.c: New file.
3104 * gdb.base/ctf-ptype.exp: New file.
3105 * gdb.base/ctf-ptype.c: New file.
3106 * gdb.base/ctf-constvars.exp: New file.
3107 * gdb.base/ctf-constvars.c: New file.
3108 * gdb.base/ctf-cvexpr.exp: New file.
3109
3110 2019-10-04 Tom de Vries <tdevries@suse.de>
3111
3112 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3113 for loop.
3114
3115 2019-10-03 Tom Tromey <tom@tromey.com>
3116
3117 PR rust/24976:
3118 * gdb.rust/simple.rs (Union2): New type.
3119 (main): Use Union2.
3120 * gdb.rust/simple.exp: Add test.
3121
3122 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3123
3124 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3125 nested function prefix.
3126
3127 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3128 Richard Bunt <richard.bunt@arm.com>
3129 Andrew Burgess <andrew.burgess@embecosm.com>
3130
3131 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3132 nested functions.
3133 * gdb.fortran/nested-funcs.f90: Update expected results.
3134 * gdb.fortran/nested-funcs-2.exp: New file.
3135 * gdb.fortran/nested-funcs-2.f90: New file.
3136
3137 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3138
3139 * gdb.python/py-parameter.exp: Make test names unique.
3140 * gdb.python/py-template.exp: Likewise.
3141 * gdb.python/py-value.exp: Likewise.
3142
3143 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3144
3145 * gdb.base/break-interp.exp: Reduce test name duplication.
3146 * gdb.base/call-sc.exp: Likewise.
3147 * gdb.base/callfuncs.exp: Likewise.
3148 * gdb.base/charset.exp: Likewise.
3149 * gdb.base/dump.exp: Likewise.
3150 * gdb.base/ena-dis-br.exp: Likewise.
3151 * gdb.base/relational.exp: Likewise.
3152 * gdb.base/step-over-syscall.exp: Likewise.
3153 * gdb.base/structs.exp: Likewise.
3154
3155 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3156
3157 * gdb.linespec/explicit.exp: Make test names unique.
3158 * gdb.linespec/ls-errs.exp: Likewise.
3159
3160 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3161
3162 * gdb.reverse/break-precsave.exp: Make test names unique.
3163 * gdb.reverse/break-reverse.exp: Likewise.
3164 * gdb.reverse/finish-precsave.exp: Likewise.
3165 * gdb.reverse/finish-reverse.exp: Likewise.
3166 * gdb.reverse/machinestate-precsave.exp: Likewise.
3167 * gdb.reverse/machinestate.exp: Likewise.
3168 * gdb.reverse/readv-reverse.exp: Likewise.
3169 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3170 * gdb.reverse/sigall-precsave.exp: Likewise.
3171 * gdb.reverse/sigall-reverse.exp: Likewise.
3172 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3173 * gdb.reverse/watch-precsave.exp: Likewise.
3174 * gdb.reverse/watch-reverse.exp: Likewise.
3175
3176 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3177
3178 * gdb.threads/stop-with-handle.c: New file.
3179 * gdb.threads/stop-with-handle.exp: New file.
3180
3181 2019-10-03 Tom de Vries <tdevries@suse.de>
3182
3183 PR testsuite/25059
3184 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3185 directory" line to be missing.
3186
3187 2019-10-03 Tom de Vries <tdevries@suse.de>
3188
3189 PR testsuite/25059
3190 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3191 type optional.
3192
3193 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3194
3195 * gdb.python/py-format-string.c (string.h): New include.
3196 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3197 the same value, for endianness-independence.
3198 * gdb.python/py-format-string.exp (default_regexp_dict)
3199 (test_pretty_structs, test_format): Adjust expected output to the
3200 changed initialization.
3201
3202 2019-10-02 Tom Tromey <tromey@adacore.com>
3203
3204 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3205
3206 2019-10-02 Pedro Alves <palves@redhat.com>
3207 Andrew Burgess <andrew.burgess@embecosm.com>
3208
3209 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3210 "print-file-var.h".
3211 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3212 (get_version_1): Print this_version_id and its address.
3213 Add extern "C" wrappers around interface functions.
3214 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3215 "print-file-var.h".
3216 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3217 (get_version_2): Print this_version_id and its address.
3218 Add extern "C" wrappers around interface functions.
3219 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3220 <stddef.h> and "print-file-var.h".
3221 Add extern "C" wrappers around interface functions.
3222 [VERSION_ID_MAIN] (this_version_id): Define.
3223 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3224 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3225 up extern "C" blocks.
3226 * gdb.base/print-file-var.exp (test): New, factored out from top
3227 level.
3228 (top level): Test all combinations of attribute hidden or not,
3229 dlopen or not, and this_version_id symbol in main file or not.
3230 Compile tests as both C++ and C, make test names unique.
3231
3232 2019-10-01 Tom Tromey <tom@tromey.com>
3233
3234 * gdb.base/style.exp: Test "show logging filename".
3235
3236 2019-10-01 Tom Tromey <tom@tromey.com>
3237
3238 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3239 * gdb.base/style.exp: Add metadata style test.
3240
3241 2019-10-01 Tom Tromey <tom@tromey.com>
3242
3243 * gdb.base/style.exp: Test "pwd".
3244
3245 2019-10-01 Tom Tromey <tom@tromey.com>
3246
3247 * gdb.base/style.exp: Update tests.
3248
3249 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3250
3251 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3252 'six' to unsigned.
3253 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3254 'five'. Use an all-ones bit pattern for each.
3255 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3256 to its changed values.
3257
3258 2019-09-30 Tom Tromey <tromey@adacore.com>
3259
3260 * gdb.rust/traits.rs: Disable all warnings.
3261
3262 2019-09-29 Tom de Vries <tdevries@suse.de>
3263
3264 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
3265
3266 2019-09-29 Tom de Vries <tdevries@suse.de>
3267
3268 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3269
3270 2019-09-27 Tom de Vries <tdevries@suse.de>
3271
3272 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3273
3274 2019-09-27 Tom de Vries <tdevries@suse.de>
3275
3276 PR record/23188
3277 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3278
3279 2019-09-26 Tom Tromey <tromey@adacore.com>
3280
3281 * gdb.ada/py_taft.exp: New file.
3282 * gdb.ada/py_taft/main.adb: New file.
3283 * gdb.ada/py_taft/pkg.adb: New file.
3284 * gdb.ada/py_taft/pkg.ads: New file.
3285
3286 2019-09-24 Tom de Vries <tdevries@suse.de>
3287
3288 PR gdb/24598
3289 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3290
3291 2019-09-22 Tom de Vries <tdevries@suse.de>
3292
3293 * gdb.base/restore.exp: Allow register variables to be optimized out at
3294 -O0.
3295
3296 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3297
3298 * gdb.arch/spu-info.exp: Remove file.
3299 * gdb.arch/spu-info.c: Remove file.
3300 * gdb.arch/spu-ls.exp: Remove file.
3301 * gdb.arch/spu-ls.c: Remove file.
3302
3303 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3304 * gdb.asm/spu.inc: Remove file.
3305
3306 * gdb.base/dump.exp: Remove support for spu*-*-*.
3307 * gdb.base/stack-checking.exp: Likewise.
3308 * gdb.base/overlays.exp: Likewise.
3309 * gdb.base/ovlymgr.c: Likewise.
3310 * gdb.base/spu.ld: Remove file.
3311
3312 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3313 * gdb.cp/cpexprs.exp: Likewise.
3314 * gdb.cp/exception.exp: Likewise.
3315 * gdb.cp/gdb2495.exp: Likewise.
3316 * gdb.cp/mb-templates.exp: Likewise.
3317 * gdb.cp/pr9167.exp: Likewise.
3318 * gdb.cp/userdef.exp: Likewise.
3319
3320 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3321
3322 * gdb.cell: Remove directory.
3323 * lib/cell.exp: Remove file.
3324
3325 2019-09-19 Tom de Vries <tdevries@suse.de>
3326
3327 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3328
3329 2019-09-19 Tom de Vries <tdevries@suse.de>
3330
3331 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3332
3333 2019-09-19 Tom de Vries <tdevries@suse.de>
3334
3335 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3336 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3337 (gdb_target_cmd): ... here.
3338 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3339 value 2.
3340
3341 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3342
3343 * gdb.base/source-dir.exp: Avoid having directory names in test
3344 names.
3345
3346 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3347
3348 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3349 directory.
3350
3351 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3352
3353 * gdb.base/list-missing-source.exp: New file.
3354
3355 2019-09-14 Tom de Vries <tdevries@suse.de>
3356
3357 PR teststuite/24599
3358 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3359 * lib/ada.exp (gnatmake_version_at_least): New proc.
3360
3361 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3362
3363 * gdb.base/maint.exp: Use exec_has_index_section.
3364
3365 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3366
3367 * gdb.base/maint.exp: Add test for 'maint info sections'.
3368
3369 2019-09-12 Tom de Vries <tdevries@suse.de>
3370
3371 * gdb.base/store.exp: Allow register variables to be optimized out at
3372 -O0.
3373
3374 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3375
3376 * gdb.ada/rdv_wait.exp: Update to new task names.
3377 * gdb.base/task_switch_in_core.exp: Likewise.
3378 * gdb.base/info_sources_base.c: Likewise.
3379
3380 2019-09-10 Tom Tromey <tromey@adacore.com>
3381
3382 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3383
3384 2019-09-10 Tom Tromey <tromey@adacore.com>
3385
3386 * gdb.ada/dgopt.exp: New file.
3387 * gdb.ada/dgopt/x.adb: New file.
3388
3389 2019-09-08 Tom Tromey <tom@tromey.com>
3390
3391 * gdb.tui/resize.exp: Remove setup_xfail.
3392 * gdb.tui/regs.exp: Remove setup_xfail.
3393 * gdb.tui/basic.exp: Remove setup_xfail.
3394
3395 2019-09-06 David Blaikie <dblaikie@gmail.com>
3396
3397 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3398 * gdb.cp/cplabel.exp: Ditto.
3399 * gdb.linespec/ls-errs.exp: Ditto.
3400
3401 2019-09-05 Tom de Vries <tdevries@suse.de>
3402
3403 * lib/gdb.exp (cmp_file_string): New proc.
3404 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3405 runto_main. Verify save breakpoints output.
3406
3407 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3408
3409 * gdb.base/info-var.exp: Test info variables without running
3410 to main, to avoid expect's buffer overflow.
3411
3412 2019-09-03 Tom Tromey <tromey@adacore.com>
3413
3414 * gdb.ada/bias.exp: New file.
3415 * gdb.ada/bias/bias.adb: New file.
3416 * gdb.ada/print_chars.exp: Add regression test.
3417 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3418 (MC): New variable.
3419
3420 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3421
3422 * gdb.base/argv0-symlink.exp: Run only on native target
3423 and local host.
3424
3425 2019-08-29 Tom de Vries <tdevries@suse.de>
3426
3427 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3428 diverse debug info.
3429 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3430
3431 2019-08-28 Tom de Vries <tdevries@suse.de>
3432
3433 * gdb.base/info-var.exp: Allow info variables to print info for files
3434 other than info-var-f1.c and info-var-f2.c.
3435
3436 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3437
3438 * gdb.fortran/info-types.exp: Add module.
3439 * gdb.fortran/info-types.f90: Update expected results.
3440
3441 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3442
3443 * gdb.fortran/info-types.exp: New file.
3444 * gdb.fortran/info-types.f90: New file.
3445 * lib/fortran.exp (fortran_character1): New proc.
3446
3447 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3448
3449 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3450 functions'. Reindent as needed.
3451 * gdb.base/info-var-f1.c: New file.
3452 * gdb.base/info-var-f2.c: New file.
3453 * gdb.base/info-var.exp: New file.
3454 * gdb.base/info-var.h: New file.
3455
3456 2019-08-26 Tom de Vries <tdevries@suse.de>
3457
3458 PR c++/24852
3459 * gdb.cp/no-libstdcxx-probe.exp: New test.
3460
3461 2019-08-26 Tom de Vries <tdevries@suse.de>
3462
3463 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3464 * tests need to be skipped.
3465 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3466 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3467 mi_skip_libstdcxx_probe_tests.
3468
3469 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3470
3471 * gdb.python/py-xmethods.exp: Use raw strings when passing
3472 arguments to SimpleXMethodMatcher.
3473
3474 2019-08-22 Tom de Vries <tdevries@suse.de>
3475
3476 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3477 more informative.
3478
3479 2019-08-21 Pedro Alves <palves@redhat.com>
3480
3481 * gdb.base/with.exp: Test "with" with no arguments.
3482
3483 2019-08-21 Tom de Vries <tdevries@suse.de>
3484
3485 * gdb.base/gdb-caching-proc.exp: Sort files.
3486
3487 2019-08-20 Tom de Vries <tdevries@suse.de>
3488
3489 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3490 compilation.
3491
3492 2019-08-16 Tom de Vries <tdevries@suse.de>
3493
3494 * gdb.base/compare-sections.exp ("after run to main"): Allow
3495 mismatched read-only sections for PIE executables.
3496
3497 2019-08-16 Tom Tromey <tom@tromey.com>
3498
3499 * lib/tuiterm.exp (_csi_Z): New proc.
3500 * gdb.tui/basic.exp: Update window positions.
3501 * gdb.tui/empty.exp: Update window positions.
3502
3503 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3504
3505 * gdb.base/examine-backward.exp: Correct regexp for
3506 "examine 3 bytes backward from ${address_zero}".
3507
3508 2019-08-15 Tom Tromey <tom@tromey.com>
3509
3510 * gdb.tui/empty.exp: Enable resizing tests.
3511
3512 2019-08-15 Tom Tromey <tromey@adacore.com>
3513
3514 * gdb.ada/char_enum.exp: Add regression tests.
3515 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3516 and '0'.
3517 (Char, Gchar): Update.
3518 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3519
3520 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3521
3522 * gdb.python/python.exp: Expect a leading underscore on
3523 GdbOutput{,Error}File.
3524
3525 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3526
3527 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3528 Windows host.
3529
3530 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3531
3532 * gdb.base/batch-preserve-term-settings.exp
3533 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3534
3535 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3536
3537 * lib/gdb.exp: When running on a mingw target, replace
3538 /x/ with x:/.
3539
3540 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3541
3542 * gdb.arch/aarch64-prologue.c: New test.
3543 * gdb.arch/aarch64-prologue.exp: New file.
3544
3545 2019-08-13 Tom de Vries <tdevries@suse.de>
3546
3547 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3548 Thread.
3549
3550 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3551
3552 * gdb.python/py-completion.exp: Download the .py file to the host
3553 and use its host pathname. Conditionalize tests that use
3554 tab completion and manipulate files on the build machine.
3555 * gdb.python/py-events.exp: Download the .py file to the host
3556 and use its host pathname.
3557 * gdb.python/py-evsignal.exp: Likewise.
3558 * gdb.python/py-evthreads.exp: Likewise.
3559 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3560 pathname syntax.
3561 * gdb.python/py-framefilter.exp: Download the .py file to the right
3562 place on the host. Match Windows pathname syntax.
3563 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3564 .py file to the host and use its host pathname.
3565 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3566 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3567 build pathname. Skip symlink test on Windows host. Add missing
3568 newline at end of file.
3569 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3570 and use its host pathname.
3571 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3572 * gdb.python/py-section-script.exp: Use host location of binfile
3573 on safe-path. Use correct path separator on Windows host.
3574 Reorder alternatives in gdb_test_multiple to prevent matching
3575 the wrong alternative on success.
3576 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3577
3578 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3579
3580 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3581 expect the GDB inferior to no longer immediately stop after
3582 being resumed with "signal SIGINT".
3583
3584 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3585
3586 * gdb.linespec/break-ask.exp: Generalize regexps to match
3587 Windows pathnames too.
3588
3589 2019-08-08 Tom de Vries <tdevries@suse.de>
3590
3591 PR testsuite/24862
3592 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3593
3594 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3595
3596 * gdb.base/style.exp: Update tests for help doc new invariants.
3597 * gdb.base/help.exp: Likewise.
3598
3599 2019-08-06 Tom Tromey <tom@tromey.com>
3600
3601 * gdb.base/style.exp: Add disassemble test.
3602 * gdb.base/style.c (some_called_function): New function.
3603 (main): Use it.
3604
3605 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3606
3607 * gdb.python/py-block.exp: Test dictionary access on blocks.
3608
3609 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3610
3611 PR gdb/24863
3612 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3613 -list-thread-groups --available test when running under
3614 check-read1.
3615
3616 2019-08-05 Tom de Vries <tdevries@suse.de>
3617
3618 PR testsuite/24863
3619 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3620 * gdb.base/help.exp: Use with_read1_timeout_factor.
3621 * gdb.base/info-macros.exp: Same.
3622 * gdb.cp/nested-types.exp: Same.
3623
3624 2019-08-05 Tom de Vries <tdevries@suse.de>
3625
3626 * lib/gdb.exp (version_at_least): Factor out of ...
3627 (tcl_version_at_least): ... here.
3628 (gdb_compile): Fail if pie results in non-PIE executable.
3629 (readelf_version, readelf_prints_pie): New proc.
3630 (exec_is_pie): Return -1 if unknown.
3631
3632 2019-08-05 Tom de Vries <tdevries@suse.de>
3633
3634 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3635
3636 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3637
3638 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3639
3640 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3641
3642 * lib/completion-support.exp (test_gdb_complete_none): Skip
3643 tab completion tests if no readline support.
3644 (test_gdb_complete_unique_re): Likewise.
3645 (test_gdb_complete_multiple): Likewise.
3646
3647 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3648
3649 * gdb.base/info_sources.exp: New file.
3650 * gdb.base/info_sources.c: New file.
3651 * gdb.base/info_sources_base.c: New file.
3652
3653 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3654
3655 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3656 prefix argument.
3657 (test_exit_status): Add prefix argument.
3658
3659 2019-08-01 Tom de Vries <tdevries@suse.de>
3660
3661 PR testsuite/24863
3662 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3663 calling exp_continue for new thread and thread exited messages.
3664
3665 2019-08-01 Tom de Vries <tdevries@suse.de>
3666
3667 PR testsuite/24863
3668 * gdb.base/structs.exp: Fix check-read1 timeout using
3669 gdb_test_sequence.
3670 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3671
3672 2019-08-01 Tom de Vries <tdevries@suse.de>
3673
3674 PR testsuite/24863
3675 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3676 line.
3677
3678 2019-08-01 Tom de Vries <tdevries@suse.de>
3679
3680 PR testsuite/24863
3681 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3682
3683 2019-07-30 Tom Tromey <tromey@adacore.com>
3684
3685 * gdb.ada/display_nested.exp: New file.
3686 * gdb.ada/display_nested/foo.adb: New file.
3687 * gdb.ada/display_nested/pack.adb: New file.
3688 * gdb.ada/display_nested/pack.ads: New file.
3689
3690 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3691
3692 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3693 namespace.
3694 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3695
3696 2019-07-30 Tom de Vries <tdevries@suse.de>
3697
3698 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3699 instead.
3700
3701 2019-07-30 Tom de Vries <tdevries@suse.de>
3702
3703 PR testsuite/24834
3704 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3705 (exec_is_pie): New proc.
3706
3707 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3708
3709 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3710
3711 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3712
3713 * gdb.python/py-objfile.c: Add global and static vars.
3714 * gdb.python/py-objfile.exp: Test new functions Objfile.
3715 lookup_global_symbol and lookup_static_symbol.
3716
3717 2019-07-29 Tom Tromey <tom@tromey.com>
3718
3719 * lib/tuiterm.exp (Term::_csi_@): New proc.
3720 (Term::_csi_X): Don't move cursor.
3721
3722 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3723
3724 * gdb.base/options.exp: Update backtrace - completion to
3725 new option -frame-info.
3726 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3727 Test new 'set print frame-info'. Test backtrace -frame-info
3728 overriding 'set print frame-info'.
3729 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3730 Test new 'set print frame-info'.
3731 Verify consistency of backtrace with and without filters, with and
3732 without -no-filters.
3733 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3734 default.
3735
3736 2019-07-29 Tom de Vries <tdevries@suse.de>
3737
3738 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3739 no arguments".
3740
3741 2019-07-29 Tom de Vries <tdevries@suse.de>
3742
3743 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3744 is a substring of the first for "complete non-unique file name".
3745
3746 2019-07-29 Tom de Vries <tdevries@suse.de>
3747
3748 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3749 with ".*".
3750
3751 2019-07-29 Tom de Vries <tdevries@suse.de>
3752
3753 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3754 Pass prompt_regexp parameter to gdb_test_multiple calls.
3755
3756 2019-07-29 Tom de Vries <tdevries@suse.de>
3757
3758 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3759 print registers" regexps.
3760
3761 2019-07-29 Tom de Vries <tdevries@suse.de>
3762
3763 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3764
3765 2019-07-29 Tom de Vries <tdevries@suse.de>
3766
3767 PR gdb/24855
3768 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3769 (skip_python_tests_prompt): Add prompt_regexp argument to
3770 gdb_test_multiple calls.
3771
3772 2019-07-27 Tom Tromey <tom@tromey.com>
3773
3774 * gdb.tui/main.exp: New file.
3775
3776 2019-07-27 Tom Tromey <tom@tromey.com>
3777
3778 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3779 optional.
3780 * gdb.tui/empty.exp: New file.
3781
3782 2019-07-27 Tom Tromey <tom@tromey.com>
3783
3784 * lib/tuiterm.exp (spawn): New proc.
3785 (Term::resize): New proc.
3786 * gdb.tui/resize.exp: New file.
3787
3788 2019-07-27 Tom Tromey <tom@tromey.com>
3789
3790 * gdb.tui/list.exp: New file.
3791
3792 2019-07-27 Tom Tromey <tom@tromey.com>
3793
3794 * gdb.tui/regs.exp: New file.
3795
3796 2019-07-27 Tom Tromey <tom@tromey.com>
3797
3798 * gdb.tui/basic.exp: Add "layout split" test.
3799
3800 2019-07-27 Tom Tromey <tom@tromey.com>
3801
3802 * gdb.tui/basic.exp: Add "layout asm" test.
3803
3804 2019-07-27 Tom Tromey <tom@tromey.com>
3805
3806 * lib/tuiterm.exp: New file.
3807 * gdb.tui/basic.exp: New file.
3808
3809 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3810
3811 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3812 Enable tests associated with this flag. Adjust regex
3813 referencing "foo_low" to now refer to "foo_cold" instead.
3814
3815 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3816
3817 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3818 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3819 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3820 foo_cold. Revise comments to match.
3821 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3822 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3823 were wrapped into this proc; Call do_test in loop from outermost
3824 level.
3825 (foo_low): Rename all occurrences to "foo_cold".
3826 (backtrace from baz): New test.
3827 (x2/i foo_cold): New test.
3828 (info line *foo_cold): New test.
3829
3830 2019-07-26 Tom de Vries <tdevries@suse.de>
3831
3832 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3833
3834 2019-07-25 Tom de Vries <tdevries@suse.de>
3835
3836 PR testsuite/24830
3837 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3838 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3839 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3840 (skip_libstdcxx_probe_tests): ... here.
3841 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3842
3843 2019-07-24 Tom de Vries <tdevries@suse.de>
3844
3845 PR testsuite/24807
3846 * gdb.objc/basicclass.m: Include stdio.h.
3847 * gdb.objc/nondebug.m: Same.
3848 * gdb.objc/objcdecode.m: Same.
3849
3850 2019-07-24 Tom de Vries <tdevries@suse.de>
3851
3852 PR testsuite/24612
3853 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3854 additional_flags.
3855
3856 2019-07-24 Tom de Vries <tdevries@suse.de>
3857
3858 PR testsuite/24831
3859 * gdb.multi/tids.exp: Update error messages for info threads.
3860
3861 2019-07-24 Tom de Vries <tdevries@suse.de>
3862
3863 * gdb.base/info-types.exp: Allow info types to print info for more than
3864 one file.
3865
3866 2019-07-23 Tom de Vries <tdevries@suse.de>
3867
3868 PR testsuite/24842
3869 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3870 gdb_spawn_with_cmdline_opts.
3871
3872 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3873
3874 * gdb.arch/arm-cmse-sgstubs.c: New test.
3875 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3876
3877 2019-07-23 Tom de Vries <tdevries@suse.de>
3878
3879 PR testsuite/24711
3880 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3881 issuing next command.
3882
3883 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3884
3885 * gdb.ada/info_auto_lang.exp: Update expected results.
3886 * gdb.base/info-types.c: Add additional types to check.
3887 * gdb.base/info-types.exp: Update expected results.
3888
3889 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3890
3891 * gdb.base/info-types.c: New file.
3892 * gdb.base/info-types.exp: New file.
3893
3894 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3895
3896 * gdb.arch/riscv-bp-infcall.c: New file.
3897 * gdb.arch/riscv-bp-infcall.exp: New file.
3898
3899 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3900
3901 PR breakpoints/24541
3902 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3903
3904 2019-07-14 Tom de Vries <tdevries@suse.de>
3905
3906 PR testsuite/24760
3907 * gdb.objc/basicclass.exp: Fix unterminated string.
3908
3909 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3910 Andrew Burgess <andrew.burgess@embecosm.com>
3911
3912 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3913 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3914 negative bounds.
3915 * gdb.fortran/vla-value.exp: Print elements of an array with
3916 negative bounds.
3917 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3918 testing.
3919
3920 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3921
3922 * gdb.base/options.exp (expect_string): Dequote strings in
3923 results.
3924 (test-string): Test strings with different quoting and reindent.
3925
3926 2019-07-10 Tom Tromey <tromey@adacore.com>
3927
3928 * gdb.ada/mi_ex_cond.exp: Update expected results.
3929 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3930 * gdb.ada/mi_catch_ex.exp: Update expected results.
3931 * gdb.ada/mi_catch_assert.exp: Update expected results.
3932 * gdb.ada/catch_ex.exp (catch_exception_info)
3933 (catch_exception_entry, catch_assert_entry)
3934 (catch_unhandled_entry): Update.
3935 * gdb.ada/catch_assert_if.exp: Update expected results.
3936
3937 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3938 Stephen Roberts <stephen.roberts@arm.com>
3939
3940 * gdb.base/define.exp: Restore original prompt.
3941
3942 2019-07-09 Pedro Alves <palves@redhat.com>
3943
3944 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3945 breakpoints" output.
3946 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3947 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3948 throw" creates breakpoint.
3949 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3950 'type="catchpoint"'.
3951
3952 2019-07-09 Pedro Alves <palves@redhat.com>
3953
3954 PR c++/15468
3955 * gdb.cp/except-multi-location-lib.cc: New.
3956 * gdb.cp/except-multi-location-main.cc: New.
3957 * gdb.cp/except-multi-location.exp: New.
3958
3959 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3960
3961 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3962 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3963 argument and update callers.
3964
3965 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3966
3967 * gdb.arch/amd64-break-on-asm-line.S: New file.
3968 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3969
3970 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3971
3972 * gdb.base/printcmds.exp: Test printing C string and
3973 C wide string convenience vars without transiting via the inferior.
3974 Also make test names unique.
3975
3976 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3977
3978 PR breakpoints/25011
3979 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3980
3981 2019-07-04 Pedro Alves <palves@redhat.com>
3982
3983 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3984 body returned ok(0), break(3) or continue(4).
3985 * gdb.testsuite/foreach_with_prefix.exp: New file.
3986
3987 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3988
3989 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3990
3991 2019-07-03 Pedro Alves <palves@redhat.com>
3992
3993 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3994 "return -code".
3995
3996 2019-07-03 Pedro Alves <palves@redhat.com>
3997
3998 PR cli/24732
3999 * gdb.base/shell.exp: Load completion-support.exp.
4000 Adjust expected error output. Add completion tests.
4001
4002 2019-07-03 Pedro Alves <palves@redhat.com>
4003
4004 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4005 string_to_regexp.
4006
4007 2019-07-03 Pedro Alves <palves@redhat.com>
4008
4009 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4010 (expect_integer): Adjust to expect "-string".
4011 (expect_string): New.
4012 (all_options): Expect "-string".
4013 (test-flag, test-boolean): Adjust to expect "-string".
4014 (test-string): New proc.
4015 (top level): Call it.
4016
4017 2019-07-03 Pedro Alves <palves@redhat.com>
4018
4019 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4020 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4021 the expected output in the success.
4022
4023 2019-07-03 Pedro Alves <palves@redhat.com>
4024
4025 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4026 Split one gdb_test_multiple call in two to avoid a race.
4027
4028 2019-07-03 Pedro Alves <palves@redhat.com>
4029
4030 * gdb.base/with.c: New file.
4031 * gdb.base/with.exp: New file.
4032
4033 2019-07-03 Pedro Alves <palves@redhat.com>
4034
4035 * gdb.base/settings.exp: Replace all references to "maint
4036 test-settings set" with references to "maint set test-settings",
4037 and all references to "maint test-settings show" with references
4038 to "maint show test-settings".
4039
4040 2019-07-03 Pedro Alves <palves@redhat.com>
4041
4042 * gdb.base/settings.exp (test-string): Adjust expected out when
4043 testing "maint test-settings show filename"
4044
4045 2019-07-02 Pedro Alves <palves@redhat.com>
4046
4047 * gdb.base/options.exp (test-info-threads): New procedure.
4048 (top level): Call it.
4049
4050 2019-06-28 Tom Tromey <tromey@adacore.com>
4051
4052 * gdb.dwarf2/ada-linkage-name.c: New file.
4053 * gdb.dwarf2/ada-linkage-name.exp: New file.
4054
4055 2019-06-27 Tom Tromey <tromey@adacore.com>
4056
4057 PR c++/20020:
4058 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4059
4060 2019-06-26 Tom de Vries <tdevries@suse.de>
4061
4062 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4063
4064 2019-06-26 Tom de Vries <tdevries@suse.de>
4065
4066 * gdb.base/index-cache.exp: Add back missing debug option.
4067
4068 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4069
4070 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4071
4072 2019-06-25 Tom de Vries <tdevries@suse.de>
4073
4074 PR testsuite/24727
4075 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4076
4077 2019-06-24 Tom de Vries <tdevries@suse.de>
4078
4079 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4080
4081 2019-06-24 Tom de Vries <tdevries@suse.de>
4082
4083 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4084 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4085 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4086
4087 2019-06-24 Tom de Vries <tdevries@suse.de>
4088
4089 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4090
4091 2019-06-21 Tom de Vries <tdevries@suse.de>
4092
4093 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4094
4095 2019-06-21 Tom de Vries <tdevries@suse.de>
4096
4097 PR testsuite/24518
4098 PR ada/24713
4099 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4100 index.
4101
4102 2019-06-19 Tom Tromey <tromey@adacore.com>
4103
4104 * gdb.ada/length_cond.exp: Add intro comment.
4105
4106 2019-06-19 Tom Tromey <tromey@adacore.com>
4107
4108 * gdb.ada/length_cond.exp: New file.
4109 * gdb.ada/length_cond/length_cond.adb: New file.
4110 * gdb.ada/length_cond/pck.adb: New file.
4111 * gdb.ada/length_cond/pck.ads: New file.
4112
4113 2019-06-18 Tom de Vries <tdevries@suse.de>
4114
4115 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4116
4117 2019-06-18 Tom Tromey <tromey@adacore.com>
4118
4119 * gdb.base/list0.h: Add comment explaining control character.
4120
4121 2019-06-18 Tom de Vries <tdevries@suse.de>
4122
4123 * boards/fission.exp: Break up long debug_flags line.
4124
4125 2019-06-16 Tom de Vries <tdevries@suse.de>
4126
4127 PR gdb/24445
4128 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4129 generated index.
4130
4131 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4132
4133 PR gdb/24686
4134 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4135 improve detection of bug gdb/24541.
4136
4137 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4138
4139 PR gdb/24669
4140 * gdb.base/index-cache.exp (uses_readnow,
4141 expecting_index_cache_use): Define global variable.
4142 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4143 expecting_index_cache_use.
4144
4145 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4146 Andrew Burgess <andrew.burgess@embecosm.com>
4147
4148 * gdb.fortran/pointers.f90: New file.
4149 * gdb.fortran/print_type.exp: New file.
4150 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4151 * gdb.fortran/vla-type.exp: Likewise.
4152 * gdb.fortran/vla-value.exp: Likewise.
4153 * gdb.mi/mi-vla-fortran.exp: Likewise.
4154
4155 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4156
4157 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4158 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4159 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4160 as a stop reason.
4161
4162 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4163
4164 * gdb.base/annota1.exp: Update expected results.
4165 * gdb.cp/annota2.exp: Likewise.
4166 * gdb.cp/annota3.exp: Likewise.
4167
4168 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4169
4170 * gdb.base/style-logging.exp: Remove path from test name.
4171
4172 2019-06-14 Tom Tromey <tromey@adacore.com>
4173
4174 PR gdb/24502:
4175 * gdb.base/style-logging.exp: New file.
4176
4177 2019-06-14 Tom Tromey <tromey@adacore.com>
4178
4179 * gdb.base/symfile-warn.exp: New file.
4180 * gdb.base/symfile-warn.c: New file.
4181
4182 2019-06-14 Tom Tromey <tromey@adacore.com>
4183
4184 * gdb.base/annotate-symlink.exp: New file.
4185
4186 2019-06-14 Tom Tromey <tromey@adacore.com>
4187
4188 * gdb.ada/set_wstr.exp: Add reassignment test.
4189
4190 2019-06-14 Tom Tromey <tromey@adacore.com>
4191
4192 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4193 'unchecked_access and 'unrestricted_access as well.
4194
4195 2019-06-14 Tom Tromey <tromey@adacore.com>
4196
4197 PR ada/24539:
4198 * gdb.ada/vla.exp: Update tests.
4199 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4200 pragma.
4201
4202 2019-06-13 Pedro Alves <palves@redhat.com>
4203
4204 * gdb.base/settings.exp (test-integer): Test junk after
4205 "unlimited".
4206
4207 2019-06-13 Pedro Alves <palves@redhat.com>
4208
4209 * gdb.base/options.exp (test-thread-apply): New.
4210 (top level): Call it.
4211
4212 2019-06-13 Pedro Alves <palves@redhat.com>
4213
4214 * gdb.base/options.exp (test-frame-apply): New.
4215 (top level): Test print commands with different "frame apply"
4216 prefixes.
4217
4218 2019-06-13 Pedro Alves <palves@redhat.com>
4219
4220 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
4221 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4222 'max_completions' parameter and handle it.
4223 (test_gdb_completion_offers_commands): New.
4224
4225 2019-06-13 Pedro Alves <palves@redhat.com>
4226
4227 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4228
4229 2019-06-13 Pedro Alves <palves@redhat.com>
4230
4231 * gdb.base/options.exp (test-backtrace): New.
4232 (top level): Call it.
4233
4234 2019-06-13 Pedro Alves <palves@redhat.com>
4235
4236 * gdb.guile/scm-frame-args.exp: Use "set print
4237 raw-frame-arguments" instead of "set print raw frame-arguments".
4238 * gdb.python/py-frame-args.exp: Likewise.
4239
4240 2019-06-13 Pedro Alves <palves@redhat.com>
4241
4242 * gdb.compile/compile.exp: Adjust expected output to option
4243 processing changes.
4244
4245 2019-06-13 Pedro Alves <palves@redhat.com>
4246
4247 * gdb.base/options.exp: Build executable.
4248 (test-print): New procedure.
4249 (top level): Call it, once for "print" and another for "compile
4250 print".
4251
4252 2019-06-13 Pedro Alves <palves@redhat.com>
4253
4254 * gdb.base/options.c: New file.
4255 * gdb.base/options.exp: New file.
4256
4257 2019-06-13 Pedro Alves <palves@redhat.com>
4258
4259 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4260 that "o" is ambiguous.
4261
4262 2019-06-13 Pedro Alves <palves@redhat.com>
4263
4264 * gdb.base/settings.c: New file.
4265 * gdb.base/settings.exp: New file.
4266
4267 2019-06-13 Pedro Alves <palves@redhat.com>
4268
4269 * gdb.base/completion.exp: Fix comment typo.
4270
4271 2019-06-13 Pedro Alves <palves@redhat.com>
4272
4273 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4274 foo --1" test.
4275
4276 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4277
4278 * gdb.fortran/block-data.f: New.
4279 * gdb.fortran/block-data.exp: New.
4280
4281 2019-06-11 Tom de Vries <tdevries@suse.de>
4282
4283 PR testsuite/24521
4284 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4285 message.
4286
4287 2019-06-11 Tom de Vries <tdevries@suse.de>
4288
4289 PR testsuite/24521
4290 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4291
4292 2019-06-11 Tom de Vries <tdevries@suse.de>
4293
4294 * boards/readnow.exp: New file.
4295
4296 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4297
4298 * gdb.fortran/vla-sizeof.exp: Update expected results.
4299
4300 2019-06-06 Amos Bird <amosbird@gmail.com>
4301
4302 * gdb.base/annota1.exp (thread_switch): Add test for
4303 thread-exited annotation.
4304
4305 2019-06-06 Tom Tromey <tromey@adacore.com>
4306
4307 * gdb.base/maint.exp: Expect command started/finished output.
4308
4309 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4310
4311 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4312 comment.
4313 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4314
4315 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4316
4317 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4318 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4319 * gdb.arch/riscv-unwind-long-insn.c: New file.
4320 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4321
4322 2019-06-04 Christian Biesinger <cbiesinger@google.com>
4323
4324 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
4325
4326 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4327
4328 * lib/gdb.exp (help_list_trailer): New regexp variable
4329 factorizing the help trailer message.
4330 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4331 arg to allow to better factorize various tests.
4332 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4333 (test_prefix_command_help): Use help_list_trailer.
4334 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4335 * gdb.guile/scm-cmd.exp: Likewise.
4336 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4337 * gdb.base/help.exp: Use test_user_defined_class_help.
4338 * gdb.base/style.exp: Add tests for styling of help and apropos.
4339 * lib/gdb-utils.exp (style): Add title and highlight styles.
4340
4341 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4342
4343 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4344 $_shell_exitsignal.
4345 * gdb.base/default.exp: Update for new convenience variables.
4346
4347 2019-05-29 Tom Tromey <tromey@adacore.com>
4348
4349 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4350 to "break complete ada" test case's regexp.
4351
4352 2019-05-29 Tom Tromey <tromey@adacore.com>
4353
4354 PR c++/20020:
4355 * gdb.cp/constexpr-field.exp: New file.
4356 * gdb.cp/constexpr-field.cc: New file.
4357
4358 2019-05-29 Tom Tromey <tromey@adacore.com>
4359
4360 * gdb.base/finish.exp (finish_no_print): New proc.
4361 (finish_tests): Call it.
4362
4363 2019-05-24 Tom de Vries <tdevries@suse.de>
4364
4365 * gdb.dwarf2/gdb-add-index.exp: New file.
4366
4367 2019-05-22 Tom Tromey <tromey@adacore.com>
4368
4369 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4370 * gdb.base/style.exp: Use "style".
4371 * lib/gdb-utils.exp (style): New proc.
4372
4373 2019-05-22 Tom de Vries <tdevries@suse.de>
4374
4375 * gdb.base/align.exp: Require c++11.
4376
4377 2019-05-22 Tom de Vries <tdevries@suse.de>
4378
4379 PR testsuite/24586
4380 * gdb.python/py-mi-var-info-path-expression.exp: Call
4381 mi_skip_python_tests to check if python is supported.
4382
4383 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4384
4385 * gdb.arch/aarch64-pauth.c: New test.
4386 * gdb.arch/aarch64-pauth.exp: New file.
4387
4388 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4389
4390 * README (Re-running Tests Outside The Testsuite): New section.
4391
4392 2019-05-21 Tom de Vries <tdevries@suse.de>
4393
4394 * gdb.arch/amd64-eval.exp: Require c++11.
4395 * gdb.base/max-depth.exp: Same.
4396 * gdb.compile/compile-cplus-array-decay.exp: Same.
4397 * gdb.cp/meth-typedefs.exp: Same.
4398 * gdb.cp/subtypes.exp: Same.
4399 * gdb.cp/temargs.exp: Same.
4400
4401 2019-05-21 Alan Hayward <alan.hayward@arm.com>
4402
4403 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4404
4405 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4406
4407 PR gdb/18644
4408 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4409 * gdb.fortran/printing-types.exp: Add new test.
4410 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4411 testing.
4412 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4413 setup_kfail call.
4414
4415 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4416
4417 * README (Running the Testsuite): Change example.
4418 (Testsuite Parameters): Remove TRANSCRIPT.
4419 * lib/gdb.exp: Remove TRANSCRIPT check.
4420
4421 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4422
4423 * README (Testsuite Parameters): Add replay logging to
4424 GDBSERVER_DEBUG.
4425 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4426 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4427 as a comma separated list.
4428 (gdb_debug_init): Override procedure.
4429
4430 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4431
4432 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4433 (gdb_write_cmd_file): New procedure.
4434 * lib/gdbserver-support.exp (gdbserver_start): Call
4435 gdbserver_write_cmd_file.
4436 (gdbserver_write_cmd_file): New procedure.
4437
4438 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4439
4440 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4441 (delete_breakpoints): Likewise.
4442 (gdb_run_cmd): Likewise.
4443 (gdb_start_cmd): Likewise.
4444 (gdb_starti_cmd): Likewise.
4445 (gdb_internal_error_resync): Likewise.
4446 (gdb_test_multiple): Likewise.
4447 (gdb_reinitialize_dir): Likewise.
4448 (default_gdb_exit): Likewise.
4449 (gdb_file_cmd): Mark kill as optional.
4450 (default_gdb_start): Call gdb_stdin_log_init.
4451 (send_gdb): Call gdb_stdin_log_write.
4452 (rerun_to_main): Mark Y as an answer.
4453 (gdb_stdin_log_init): New function.
4454 (gdb_stdin_log_write): Likewise.
4455
4456 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4457
4458 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4459 * gdb.base/debug-expr.exp: Likewise.
4460 * gdb.base/foll-fork.exp: Likewise.
4461 * gdb.base/foll-vfork.exp: Likewise.
4462 * gdb.base/fork-print-inferior-events.exp: Likewise.
4463 * gdb.base/gdb-sigterm.exp: Likewise.
4464 * gdb.base/gdbinit-history.exp: Likewise.
4465 * gdb.base/osabi.exp: Likewise.
4466 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4467 * gdb.base/ui-redirect.exp: Likewise.
4468 * gdb.gdb/unittest.exp: Likewise.
4469 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4470 * gdb.mi/mi-watch.exp: Likewise.
4471 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4472 * gdb.mi/user-selected-context-sync.exp: Likewise.
4473 * gdb.python/python.exp: Disable debug test when debugging.
4474 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4475 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4476 Likewise.
4477 * gdb.threads/stepi-random-signal.exp: Likewise.
4478
4479 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4480
4481 * Makefile.in: Pass through GDB_DEBUG.
4482 * README (Testsuite Parameters): Add GDB_DEBUG.
4483 (gdb,debug): Add board setting.
4484 * lib/gdb.exp (default_gdb_start): Start debugging.
4485 (gdb_debug_enabled): New procedure.
4486 (gdb_debug_init): Likewise.
4487
4488 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4489
4490 * Makefile.in: Pass through GDB_DEBUG.
4491 * README (Testsuite Parameters): Add GDB_DEBUG.
4492 (gdb,debug): Add board setting.
4493 * lib/gdb.exp (default_gdb_start): Start debugging.
4494 (gdb_debug_enabled): New procedure.
4495 (gdb_debug_init): Likewise.
4496
4497 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4498
4499 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4500
4501 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4502
4503 * gdb.base/ui-redirect.exp: Test redirection.
4504
4505 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4506
4507 * gdb.mi/mi-complete.exp: New file.
4508 * gdb.mi/mi-complete.cc: Likewise.
4509
4510 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4511
4512 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4513 indexed and sliced arrays, and pointers to arrays.
4514
4515 2019-05-14 Tom Tromey <tromey@adacore.com>
4516
4517 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4518 styling test.
4519
4520 2019-05-14 Tom de Vries <tdevries@suse.de>
4521
4522 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4523 selection entry encoding.
4524
4525 2019-05-10 Tom Tromey <tromey@adacore.com>
4526
4527 * gdb.ada/info_exc.exp: Add "complete" test.
4528
4529 2019-05-09 Tom de Vries <tdevries@suse.de>
4530
4531 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4532 CU-relative.
4533
4534 2019-05-09 Tom de Vries <tdevries@suse.de>
4535
4536 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4537 CU-relative.
4538
4539 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4540
4541 * gdb.ada/frame_arg_lang.exp: New testcase.
4542 * gdb.ada/frame_arg_lang/bla.adb: New file.
4543 * gdb.ada/frame_arg_lang/pck.ads: New file.
4544 * gdb.ada/frame_arg_lang/pck.adb: New file.
4545 * gdb.ada/frame_arg_lang/foo.c: New file.
4546
4547 2019-05-08 Tom Tromey <tromey@adacore.com>
4548
4549 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4550
4551 2019-05-08 Tom Tromey <tromey@adacore.com>
4552
4553 * gdb.base/ptype-offsets.exp: Update tests.
4554
4555 2019-05-08 Tom Tromey <tromey@adacore.com>
4556
4557 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4558 cases.
4559 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4560 "short".
4561
4562 2019-05-08 Tom Tromey <tromey@adacore.com>
4563
4564 * gdb.ada/vla.exp: New file.
4565 * gdb.ada/vla/vla.adb: New file.
4566
4567 2019-05-07 Tom de Vries <tdevries@suse.de>
4568
4569 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4570
4571 2019-05-07 Tom de Vries <tdevries@suse.de>
4572
4573 PR testsuite/24522
4574 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4575 section.
4576
4577 2019-05-07 Tom de Vries <tdevries@suse.de>
4578
4579 PR testsuite/24522
4580 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4581 .debug_aranges section.
4582
4583 2019-05-07 Tom de Vries <tdevries@suse.de>
4584
4585 PR testsuite/24159
4586 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4587
4588 2019-05-06 Tom de Vries <tdevries@suse.de>
4589
4590 * lib/gdb.exp (exec_has_index_section): New proc.
4591 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4592 section.
4593
4594 2019-05-04 Tom de Vries <tdevries@suse.de>
4595
4596 * boards/cc-with-debug-names.exp: New file.
4597
4598 2019-05-03 Tom Tromey <tromey@adacore.com>
4599
4600 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4601 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4602 * gdb.ada/char_enum.exp: Add test.
4603
4604 2019-05-03 Tom de Vries <tdevries@suse.de>
4605
4606 * boards/cc-with-gdb-index.exp: New file.
4607
4608 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4609
4610 * gdb.rust/simple.exp: Add new test case.
4611 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4612 (main): Initialise an instance of the new struct.
4613
4614 2019-05-01 Tom Tromey <tromey@adacore.com>
4615
4616 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4617 record.
4618 (NPR): New variable.
4619 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4620 test.
4621
4622 2019-05-01 Tom Tromey <tromey@adacore.com>
4623
4624 * gdb.ada/packed_array_assign.exp: Add packed assignment
4625 regression test.
4626
4627 2019-05-01 Tom de Vries <tdevries@suse.de>
4628
4629 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4630
4631 2019-05-01 Tom de Vries <tdevries@suse.de>
4632
4633 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4634
4635 2019-04-30 Ali Tamur <tamur@google.com>
4636
4637 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4638
4639 2019-04-30 Tom Tromey <tromey@adacore.com>
4640
4641 * lib/ada.exp (find_ada_tool): New proc.
4642 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4643 * gdb.ada/catch_ex_std.exp: New file.
4644 * gdb.ada/catch_ex_std/foo.adb: New file.
4645 * gdb.ada/catch_ex_std/some_package.adb: New file.
4646 * gdb.ada/catch_ex_std/some_package.ads: New file.
4647
4648 2019-04-30 Tom Tromey <tromey@adacore.com>
4649
4650 PR c++/24470:
4651 * gdb.cp/temargs.cc: Add test code from PR.
4652
4653 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4654
4655 * gdb.fortran/vla-datatypes.exp: Update expected results.
4656 * gdb.fortran/vla-ptype.exp: Likewise.
4657 * gdb.fortran/vla-type.exp: Likewise.
4658 * gdb.fortran/vla-value.exp: Likewise.
4659
4660 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4661
4662 * gdb.fortran/ptr-indentation.exp: Update expected results.
4663 * gdb.fortran/ptype-on-functions.exp: Likewise.
4664 * gdb.fortran/vla-ptr-info.exp: Likewise.
4665 * gdb.fortran/vla-value.exp: Likewise.
4666
4667 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4668
4669 * gdb.fortran/ptype-on-functions.exp: New file.
4670 * gdb.fortran/ptype-on-functions.f90: New file.
4671
4672 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4673
4674 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4675 case void string.
4676
4677 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4678
4679 * gdb.fortran/complex.exp: Expand.
4680 * gdb.fortran/complex.f: Renamed to...
4681 * gdb.fortran/complex.f90: ...this, and extended to add more
4682 complex values.
4683
4684 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4685
4686 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4687 MODULO, CMPLX.
4688
4689 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4690 Richard Bunt <richard.bunt@arm.com>
4691
4692 * gdb.base/max-depth.c: New file.
4693 * gdb.base/max-depth.exp: New file.
4694 * gdb.python/py-nested-maps.c: New file.
4695 * gdb.python/py-nested-maps.exp: New file.
4696 * gdb.python/py-nested-maps.py: New file.
4697 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4698 (test_all_common): Call test_max_depth.
4699 * gdb.fortran/max-depth.exp: New file.
4700 * gdb.fortran/max-depth.f90: New file.
4701 * gdb.go/max-depth.exp: New file.
4702 * gdb.go/max-depth.go: New file.
4703 * gdb.modula2/max-depth.exp: New file.
4704 * gdb.modula2/max-depth.c: New file.
4705 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4706
4707 2019-04-29 Tom de Vries <tdevries@suse.de>
4708
4709 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4710
4711 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4712
4713 * gdb.base/callexit.exp: Test may-call-functions off.
4714
4715 2019-04-25 Keith Seitz <keiths@redhat.com>
4716
4717 PR c++/24367
4718 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4719 (another_incomplete_struct, test_incomplete): New definitions.
4720 (main): Use new definitions.
4721 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4722 functions.
4723
4724 2019-04-25 Ali Tamur <tamur@google.com>
4725
4726 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4727
4728 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4729
4730 PR corefiles/11608
4731 PR corefiles/18187
4732 * gdb.base/coredump-filter-build-id.exp: New file.
4733
4734 2019-04-25 Alan Hayward <alan.hayward@arm.com>
4735
4736 * Makefile.in: Pass through GDBSERVER_DEBUG.
4737 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4738 (gdbserver,debug): Add board setting.
4739 * gdb.trace/tspeed.exp: Skip when debugging.
4740 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4741 * lib/gdbserver-support.exp: Likewise
4742
4743 2019-04-24 Tom Tromey <tromey@adacore.com>
4744
4745 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4746 Rust.
4747
4748 2019-04-24 Tom Tromey <tromey@adacore.com>
4749
4750 * gdb.arch/amd64-eval.exp: Test bitfield return.
4751 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4752 (class Foo) <return_bitfields>: New method.
4753 (main): Call it.
4754
4755 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4756
4757 * gdb.cp/many-args.cc: New file.
4758 * gdb.cp/many-args.exp: New file.
4759
4760 2019-04-23 Tom de Vries <tdevries@suse.de>
4761
4762 PR gdb/24433
4763 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4764
4765 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4766
4767 * gdb.trace/backtrace.exp: Use nopie flag.
4768 * gdb.trace/circ.exp: Likewise.
4769 * gdb.trace/collection.exp: Likewise.
4770 * gdb.trace/ftrace.exp: Likewise.
4771 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4772 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4773 * gdb.trace/qtro.exp: Likewise.
4774 * gdb.trace/read-memory.exp: Likewise.
4775 * gdb.trace/report.exp: Likewise.
4776 * gdb.trace/tfile.exp: Likewise.
4777 * gdb.trace/tfind.exp: Likewise.
4778 * gdb.trace/unavailable.exp: Likewise.
4779
4780 2019-04-22 Pedro Alves <palves@redhat.com>
4781
4782 * gdb.base/solib-probes-nosharedlibrary.c,
4783 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4784
4785 2019-04-19 Tom Tromey <tromey@adacore.com>
4786
4787 * gdb.ada/ptype_union.c: New file.
4788 * gdb.ada/ptype_union.exp: New file.
4789
4790 2019-04-19 Tom Tromey <tromey@adacore.com>
4791
4792 PR symtab/24423:
4793 * gdb.base/list0.h (foo): Add a control-l character.
4794
4795 2019-04-18 Tom de Vries <tdevries@suse.de>
4796
4797 PR gdb/24433
4798 * boards/local-board.exp: Set sysroot to "".
4799
4800 2019-04-18 Tom de Vries <tdevries@suse.de>
4801 Pedro Alves <palves@redhat.com>
4802
4803 PR gdb/24454
4804 * gdb.threads/vfork-follow-child-exec.c: New file.
4805 * gdb.threads/vfork-follow-child-exec.exp: New file.
4806 * gdb.threads/vfork-follow-child-exit.c: New file.
4807 * gdb.threads/vfork-follow-child-exit.exp: New file.
4808
4809 2019-04-15 Leszek Swirski <leszeks@google.com>
4810
4811 * gdb.arch/amd64-eval.cc: New file.
4812 * gdb.arch/amd64-eval.exp: New file.
4813
4814 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4815
4816 * gdb.server/sysroot.c: New test.
4817 * gdb.server/sysroot.exp: New file.
4818 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4819 matching param.
4820
4821 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4822
4823 * gdb.base/align.exp: Extend test to cover structures containing
4824 only static fields.
4825
4826 2019-04-11 Tom de Vries <tdevries@suse.de>
4827
4828 * boards/cc-with-dwz-m.exp: New file.
4829 * boards/cc-with-dwz.exp: New file.
4830 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4831
4832 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4833
4834 * gdb.base/start-cpp.exp: New file.
4835 * gdb.base/start-cpp.cc: New file.
4836
4837 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4838
4839 * gdb.python/py-thrhandle.exp: Adjust tests to call
4840 thread_from_handle instead of thread_from_thread_handle.
4841
4842 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4843
4844 * gdb.python/py-thrhandle.exp: Add tests for
4845 gdb.InferiorThread.handle.
4846
4847 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4848
4849 * gdb.python/py-function.exp: Check calling helper function from
4850 all languages.
4851 * lib/gdb.exp (gdb_supported_languages): New proc.
4852
4853 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4854
4855 * gdb.base/complex-parts.c: New file.
4856 * gdb.base/complex-parts.exp: New file.
4857
4858 2019-04-01 Tom Tromey <tromey@adacore.com>
4859
4860 PR symtab/23331:
4861 * gdb.dwarf2/dw2-ranges-main.c: New file.
4862 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4863 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4864
4865 2019-03-30 Simon Marchi <simark@simark.ca>
4866
4867 * gdb.base/default.exp: Add values for $_gdb_major and
4868 $_gdb_minor.
4869
4870 2019-03-29 Tom Tromey <tromey@adacore.com>
4871
4872 * gdb.base/help.exp: Tighten apropos regexp.
4873
4874 2019-03-29 Keith Seitz <keiths@redhat.com>
4875
4876 * gdb.fortran/array-bounds.exp: New file.
4877 * gdb.fortran/array-bounds.f90: New file.
4878
4879 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4880
4881 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4882
4883 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4884
4885 * gdb.multi/hello.c (main): Increase alarm timer.
4886
4887 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4888
4889 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4890 factor when no hardware watchpoint support.
4891
4892 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4893 Pedro Alves <palves@redhat.com>
4894
4895 * boards/local-board.exp: set sysroot to /.
4896
4897 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4898
4899 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4900 in child.
4901
4902 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4903
4904 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4905 field.
4906 (make_container): Initialise new field.
4907 * gdb.python/py-prettyprint.exp: Add new tests.
4908 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4909 <display_hint>: New method.
4910
4911 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4912
4913 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4914 gdb_continue_to_breakpoint more throughout this test.
4915 (run_lang_tests) Supply unique test names, and use
4916 gdb_test_no_output.
4917
4918 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4919
4920 * gdb.base/finish-pretty.exp: Update expected results.
4921 * gdb.base/pretty-print.c: New file.
4922 * gdb.base/pretty-print.exp: New file.
4923
4924 2019-03-25 Pedro Alves <palves@redhat.com>
4925
4926 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4927 move comments outside list. Append '-i "" eof' section.
4928
4929 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4930
4931 PR testsuite/25016
4932 * README: Add pie options.
4933 * gdb.base/break-interp.exp: Ensure pie is disabled.
4934 * gdb.base/dump.exp: Likewise.
4935 * lib/gdb.exp (gdb_compile): Add pie option.
4936
4937 2019-03-19 Tom Tromey <tromey@adacore.com>
4938
4939 * gdb.mi/mi2-cli-display.c: New file.
4940 * gdb.mi/mi2-cli-display.exp: New file.
4941
4942 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4943 Tom Tromey <tromey@adacore.com>
4944
4945 * gdb.ada/ptype_array/pck.adb: New file.
4946 * gdb.ada/ptype_array/pck.ads: New file.
4947 * gdb.ada/ptype_array/foo.adb: New file.
4948 * gdb.ada/ptype_array.exp: New file.
4949
4950 2019-03-14 Tom Tromey <tromey@adacore.com>
4951
4952 * gdb.base/style.exp: Add "set style sources" test.
4953
4954 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4955
4956 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4957 * mi-breakpoint-multiple-locations.exp: ... this.
4958 (make_breakpoints_pattern): New proc.
4959 (do_test): Add mi_version parameter, test -break-insert,
4960 -break-info and =breakpoint-created.
4961
4962 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4963
4964 * config/default.exp: Remove 'load_lib gdb.exp'.
4965 * config/monitor.exp: Likewise.
4966 * config/sid.exp: Likewise.
4967 * config/sim.exp: Likewise.
4968 * config/slite.exp: Likewise.
4969 * config/unix.exp: Likewise.
4970 * gdb.base/default.exp: Remove unhelpful comment.
4971
4972 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4973
4974 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4975
4976 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4977
4978 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4979
4980 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4981
4982 * gdb.fortran/type-kinds.exp: Update expected results.
4983
4984 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4985
4986 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4987
4988 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4989
4990 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4991 function.
4992 (test_basic_parsing_of_type_kinds): Expand types tested.
4993 (test_parsing_invalid_type_kinds): New function.
4994
4995 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4996
4997 * gdb.fortran/intrinsics.exp: New file.
4998 * gdb.fortran/intrinsics.f90: New file.
4999 * gdb.fortran/type-kinds.exp: New file.
5000
5001 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5002
5003 * gdb.fortran/dot-ops.exp: New file.
5004
5005 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5006
5007 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5008 Check upper and lower case logical literals.
5009
5010 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5011
5012 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5013 Remove duplicate tests.
5014
5015 2019-03-06 Alan Hayward <alan.hayward@arm.com>
5016
5017 * lib/gdb.exp (builtin_cd): rename of cd.
5018 (cd): Override builtin.
5019
5020 2019-03-06 Richard Bunt <richard.bunt@arm.com>
5021
5022 * gdb.fortran/function-calls.exp: New file.
5023 * gdb.fortran/function-calls.f90: New test.
5024
5025 2019-03-04 Richard Bunt <richard.bunt@arm.com>
5026
5027 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5028 on user program standard output.
5029 * gdb.fortran/short-circuit-argument-list.f90: Record function
5030 calls.
5031
5032 2019-02-28 Alan Hayward <alan.hayward@arm.com>
5033
5034 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5035 failure.
5036
5037 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5038
5039 PR gdb/8527
5040 * gdb.base/interrupt-daemon-attach.c,
5041 gdb.base/interrupt-daemon-attach.exp: New test.
5042
5043 2019-02-27 Pedro Alves <palves@redhat.com>
5044
5045 * gdb.base/page.exp: Add tests for "set width/height -1".
5046
5047 2019-02-27 Pedro Alves <palves@redhat.com>
5048
5049 * gdb.base/page.exp: Add tests for "set/show width/height" with
5050 "infinite" values.
5051
5052 2019-02-27 Tom Tromey <tromey@adacore.com>
5053
5054 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5055 2.4.
5056 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5057 workaround.
5058
5059 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5060
5061 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5062 tests for structs with static members.
5063
5064 2019-02-26 Tom Tromey <tromey@adacore.com>
5065
5066 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5067 ValueError, not TypeError.
5068
5069 2019-02-26 Kevin Buettner <kevinb@redhat.com>
5070
5071 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5072 call from main program.
5073
5074 2019-02-23 Joel Brobecker <brobecker@adacore.com>
5075
5076 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5077 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5078 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5079 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5080 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5081
5082 2019-02-22 Keith Seitz <keiths@redhat.com>
5083
5084 PR symtab/23853
5085 * gdb.base/symlink-sourcefile.c: New file.
5086 * gdb.base/symlink-sourcefile.exp: New file.
5087
5088 2019-02-20 Tom Tromey <tom@tromey.com>
5089
5090 * gdb.base/info_qt.exp: Update.
5091
5092 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5093
5094 * gdb.base/source.exp: Move "error in sourced script" code to
5095 the end.
5096 * gdb.base/source-error.gdb: Move contents to
5097 source-error-1.gdb. Add new code to source source-error-1.gdb.
5098 * gdb.base/source-error-1.gdb: New file, from previous
5099 source-error.gdb.
5100
5101 2019-02-17 Tom Tromey <tom@tromey.com>
5102
5103 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5104 for macro styling.
5105 * gdb.base/style.c (SOME_MACRO): New macro.
5106
5107 2019-02-17 Tom Tromey <tom@tromey.com>
5108
5109 * gdb.base/style.exp: Add line-wrapping tests.
5110 * gdb.base/page.exp: Add test for quitting during pagination.
5111
5112 2019-02-17 Joel Brobecker <brobecker@adacore.com>
5113
5114 * gdb.ada/big_packed_array: New testcase.
5115 * gdb.ada/homonym.exp: Fix incorrect expected output for
5116 "break <homonym__get_value>" test.
5117
5118 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
5119
5120 PR breakpoints/21870
5121 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5122 and prepare_for_testing. Add comment.
5123 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5124 redundant cleanup call. Clean up comment.
5125
5126 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
5127
5128 PR breakpoints/21870
5129 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5130 * gdb.arch/aarch64-dbreg-contents.c: New file.
5131
5132 2019-02-10 Joel Brobecker <brobecker@adacore.com>
5133
5134 * gdb.ada/mi_ref_changeable: New testcase.
5135
5136 2019-02-07 Alan Hayward <alan.hayward@arm.com>
5137
5138 * gdb.base/attach.exp: Add double attach test.
5139
5140 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5141
5142 * lib/gdb.exp (default_gdb_start): Don't match pagination
5143 prompt.
5144 (gdb_init): Set stty_init.
5145
5146 2019-01-27 Tom Tromey <tom@tromey.com>
5147
5148 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5149 skip_python_tests.
5150
5151 2019-01-24 Alan Hayward <alan.hayward@arm.com>
5152
5153 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5154 New structure.
5155 (struct struct_static_02_02): Likewise.
5156 (struct struct_static_02_03): Likewise.
5157 (struct struct_static_02_04): Likewise.
5158 (struct struct_static_04_01): Likewise.
5159 (struct struct_static_04_02): Likewise.
5160 (struct struct_static_04_03): Likewise.
5161 (struct struct_static_04_04): Likewise.
5162 (struct struct_static_06_01): Likewise.
5163 (struct struct_static_06_02): Likewise.
5164 (struct struct_static_06_03): Likewise.
5165 (struct struct_static_06_04): Likewise.
5166 (cmp_struct_static_02_01): Likewise.
5167 (cmp_struct_static_02_02): Likewise.
5168 (cmp_struct_static_02_03): Likewise.
5169 (cmp_struct_static_02_04): Likewise.
5170 (cmp_struct_static_04_01): Likewise.
5171 (cmp_struct_static_04_02): Likewise.
5172 (cmp_struct_static_04_03): Likewise.
5173 (cmp_struct_static_04_04): Likewise.
5174 (cmp_struct_static_06_01): Likewise.
5175 (cmp_struct_static_06_02): Likewise.
5176 (cmp_struct_static_06_03): Likewise.
5177 (cmp_struct_static_06_04): Likewise.
5178 (call_all): Test new structs.
5179 * gdb.base/infcall-nested-structs.exp: Likewise.
5180
5181 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5182 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5183
5184 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5185 * gdb.base/stack-protector.c: New test.
5186 * gdb.base/stack-protector.exp: New file.
5187 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5188 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5189 option.
5190 (gdb_compile): Remove stack protector for GCC and prevent
5191 recursion.
5192
5193 2019-01-16 Keith Seitz <keiths@redhat.com>
5194
5195 PR gdb/23773
5196 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5197
5198 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5199
5200 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5201 aliases.
5202 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5203 tests.
5204 * gdb.arch/powerpc-vector-regs.c: New file.
5205 * gdb.arch/powerpc-vector-regs.exp: New file.
5206
5207 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5208
5209 * gdb.arch/altivec-regs.exp: Fix the list passed to
5210 gdb_expect_list when testing "info vector".
5211
5212 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5213
5214 * gdb.base/style.exp: Don't include path in testname.
5215
5216 2019-01-10 Keith Seitz <keiths@redhat.com>
5217
5218 PR gdb/23712
5219 PR symtab/23010
5220 * gdb.dwarf2/multidictionary.exp: New file.
5221
5222 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5223
5224 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5225 (test_gnuv3_style_demangling): ... this.
5226 (test_lucid_style_demangling): Remove.
5227 (test_arm_style_demangling): Remove.
5228 (test_hp_style_demangling): Remove.
5229 (do_tests): Remove calls to the above.
5230
5231 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5232
5233 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5234 case.
5235
5236 2019-01-06 Tom Tromey <tom@tromey.com>
5237
5238 PR gdb/28155:
5239 * gdb.dwarf2/typedef-void-finish.exp: New file.
5240
5241 2018-12-28 Tom Tromey <tom@tromey.com>
5242 Simon Marchi <simark@simark.ca>
5243
5244 * gdb.base/jit-exec.exp: New file.
5245 * gdb.base/jit-exec.c: New file.
5246 * gdb.base/jit-execd.c: New file.
5247
5248 2018-12-28 Tom Tromey <tom@tromey.com>
5249
5250 * gdb.base/style.exp: Update test to check for address styling.
5251
5252 2018-12-28 Tom Tromey <tom@tromey.com>
5253
5254 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5255 message.
5256
5257 2018-12-28 Tom Tromey <tom@tromey.com>
5258
5259 * gdb.base/style.exp: Add test for version number styling.
5260
5261 2018-12-28 Tom Tromey <tom@tromey.com>
5262
5263 * gdb.base/style.exp: Add test for print_address_symbolic.
5264
5265 2018-12-28 Tom Tromey <tom@tromey.com>
5266
5267 * gdb.base/style.exp: Add test for breakpoint setting.
5268
5269 2018-12-28 Tom Tromey <tom@tromey.com>
5270
5271 * gdb.base/style.exp: Add test for variable names.
5272
5273 2018-12-28 Tom Tromey <tom@tromey.com>
5274
5275 * gdb.base/style.exp: New file.
5276 * gdb.base/style.c: New file.
5277
5278 2018-12-28 Tom Tromey <tom@tromey.com>
5279
5280 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5281 "dumb".
5282 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5283 the TERM environment variable.
5284
5285 2018-12-27 Tom Tromey <tom@tromey.com>
5286
5287 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5288 pagination test.
5289
5290 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5291
5292 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5293 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5294
5295 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5296
5297 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5298 Filename a.adb changed to bp_fun_addr.adb.
5299 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5300
5301 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5302
5303 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5304 non-PIE executables.
5305 * README: Mention the gdb,nopie_flag board setting.
5306 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5307 non-PIE executable.
5308 * gdb.arch/amd64-entry-value.exp: Likewise.
5309 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5310 * gdb.arch/i386-float.exp: Likewise.
5311 * gdb.arch/i386-signal.exp: Likewise.
5312 * gdb.mi/mi-reg-undefined.exp: Likewise.
5313
5314 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5315
5316 PR gdb/23974
5317 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5318
5319 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5320
5321 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5322 Update order of results accordingly.
5323
5324 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5325
5326 * gdb.base/annota1.exp: Update a test regexp.
5327
5328 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5329
5330 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5331
5332 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5333
5334 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5335 (reuse_time): Initialize to REUSE_TIME_CAP.
5336 (check_rc): New function.
5337 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5338 Check pthread_create rc.
5339 (spawner_thread_func): Check pthread_create and pthread_join rc.
5340
5341 2018-12-08 Pedro Alves <palves@redhat.com>
5342
5343 * gdb.base/list.exp (test_forward_search): Rename to ...
5344 (test_forward_reverse_search): ... this. Also test reverse-search
5345 and the forward-search alias.
5346
5347 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5348
5349 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5350 local timeout variable before return, and remove all local timeout
5351 variable entirely.
5352 (gdb_load): Likewise.
5353
5354 2018-12-01 Tom de Vries <tdevries@suse.de>
5355
5356 * gdb.base/gdb-caching-proc.exp: New file.
5357
5358 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5359
5360 * Makefile.in (TIMESTAMP): New variable.
5361 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5362 command.
5363 (check-single-racy): Likewise.
5364 (check/%.exp): Likewise.
5365 (check-racy/%.exp): Likewise.
5366 (workers/%.worker): Likewise.
5367 (build-perf): Likewise.
5368 (check-perf): Likewise.
5369 * README: Describe new "TS" and "TS_FORMAT" variables.
5370 * print-ts.py: New file.
5371
5372 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5373
5374 PR python/23714
5375 * gdb.python/python.exp: Test command repetition after
5376 gdb.execute.
5377
5378 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5379
5380 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5381 is correctly aligned.
5382
5383 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5384
5385 * gdb.ada/info_auto_lang.exp: New testcase.
5386 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5387 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5388 * gdb.ada/info_auto_lang/some_c.c: New file.
5389
5390 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5391
5392 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5393 FUNC_lang language syntax.
5394
5395 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5396
5397 * gdb.base/info_minsym.c: New file.
5398 * gdb.base/info_minsym.exp: New file.
5399
5400 2018-11-19 Tom Tromey <tom@tromey.com>
5401
5402 PR rust/23625:
5403 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5404 * gdb.rust/expr.exp: Update expected output. Change one test.
5405
5406 2018-11-19 Tom Tromey <tom@tromey.com>
5407
5408 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5409
5410 2018-11-19 Pedro Alves <palves@redhat.com>
5411
5412 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5413 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5414 see the expected warning.
5415
5416 2018-11-16 Alan Hayward <alan.hayward@arm.com>
5417
5418 PR gdb/22736:
5419 * gdb.cp/infcall-nodebug-lib.c: New test.
5420 * gdb.cp/infcall-nodebug-main.c: New test.
5421 * gdb.cp/infcall-nodebug.exp: New file.
5422
5423 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5424
5425 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5426 completer tests.
5427
5428 2018-11-09 Tom de Vries <tdevries@suse.de>
5429
5430 * gdb.base/msym-lang.c: New test.
5431 * gdb.base/msym-lang.exp: New file.
5432 * gdb.base/msym-lang-main.c: New test.
5433
5434 2018-11-08 Tom Tromey <tom@tromey.com>
5435
5436 PR gdb/23555:
5437 PR gdb/23838:
5438 * gdb.base/warning.exp: New file.
5439
5440 2018-11-08 Jan Beulich <jbeulich@suse.com>
5441
5442 * testsuite/gdb.arch/i386-avx512.c,
5443 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5444
5445 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5446
5447 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5448 point hardware.
5449
5450 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5451
5452 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5453 * gdb.dwarf2/missing-type-name.exp: New file.
5454
5455 2018-11-06 Tom de Vries <tdevries@suse.de>
5456
5457 * gdb.base/many-headers.c: New test.
5458 * gdb.base/many-headers.exp: New file.
5459
5460 2018-11-06 Jim Wilson <jimw@sifive.com>
5461
5462 * gdb.base/code_elim.exp: For riscv, set additional_flags
5463 to include -msmall-data-limit=0.
5464
5465 2018-11-01 Joel Brobecker <brobecker@adacore.com>
5466
5467 * gdb.ada/watch_minus_l: New testcase.
5468
5469 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5470
5471 * gdb.arch/aix-sighandle.c: New file.
5472 * gdb.arch/aix-sighandle.exp: New file.
5473
5474 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5475
5476 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5477 registers being unions.
5478
5479 2018-10-31 Tom de Vries <tdevries@suse.de>
5480
5481 * lib/valgrind.exp: New file.
5482 (vgdb_start, vgdb_stop): New procs, factored out of ...
5483 * gdb.base/valgrind-bt.exp: ... here, ...
5484 * gdb.base/valgrind-disp-step.exp: ... here and ...
5485 * gdb.base/valgrind-infcall.exp: ... here.
5486
5487 2018-10-31 Tom de Vries <tdevries@suse.de>
5488
5489 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5490
5491 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5492
5493 * gdb.dwarf2/void-type.c: New file.
5494 * gdb.dwarf2/void-type.exp: New file.
5495
5496 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5497
5498 * gdb.base/info_qt.c: New file.
5499 * gdb.base/info_qt.exp: New file.
5500
5501 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5502
5503 * gdb.arch/powerpc-htm-regs.c: New file.
5504 * gdb.arch/powerpc-htm-regs.exp: New file.
5505
5506 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5507
5508 * gdb.arch/powerpc-tar.c: New file.
5509 * gdb.arch/powerpc-tar.exp: New file.
5510
5511 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5512
5513 * gdb.arch/powerpc-ppr-dscr.c: New file.
5514 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5515
5516 2018-10-25 Tom de Vries <tdevries@suse.de>
5517
5518 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5519
5520 2018-10-24 Tom de Vries <tdevries@suse.de>
5521
5522 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5523 longer exists error.
5524
5525 2018-10-24 Tom de Vries <tdevries@suse.de>
5526
5527 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5528
5529 2018-10-24 Tom de Vries <tdevries@suse.de>
5530
5531 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5532 --db-attach in valgrind.
5533
5534 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5535
5536 * gdb.arch/riscv-reg-aliases.c: New file.
5537 * gdb.arch/riscv-reg-aliases.exp: New file.
5538
5539 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5540
5541 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5542
5543 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5544
5545 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5546
5547 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5548
5549 * gdb.cp/ovldbreak.exp: Fix regexps.
5550
5551 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5552
5553 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5554
5555 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5556
5557 PR cli/23785
5558 * gdb.base/restore.exp: New test to check if "restore" with an
5559 invalid file doesn't segfault.
5560
5561 2018-10-18 Tom de Vries <tdevries@suse.de>
5562
5563 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5564 * gdb.ada/excep_handle.exp: Same.
5565 * gdb.ada/mi_string_access.exp: Same.
5566 * gdb.ada/mi_var_union.exp: Same.
5567 * gdb.arch/arc-analyze-prologue.exp: Same.
5568 * gdb.arch/arc-decode-insn.exp: Same.
5569 * gdb.base/readnever.exp: Same.
5570 * gdb.fortran/printing-types.exp: Same.
5571 * gdb.guile/scm-lazy-string.exp: Same.
5572
5573 2018-10-16 Tom de Vries <tdevries@suse.de>
5574
5575 PR gdb/23730
5576 * gdb.base/catch-follow-exec.c: Add copyright notice.
5577 * gdb.base/catch-follow-exec.exp: Rewrite to use
5578 gdb_spawn_with_cmdline_opts. Require gdb-native.
5579
5580 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5581
5582 * gdb.trace/actions-changed.exp: Check for arch support.
5583 * gdb.trace/actions.exp: Likewise.
5584 * gdb.trace/ax.exp: Likewise.
5585 * gdb.trace/backtrace.exp: Likewise.
5586 * gdb.trace/change-loc.exp: Likewise.
5587 * gdb.trace/deltrace.exp: Likewise.
5588 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5589 * gdb.trace/ftrace.exp: Likewise.
5590 * gdb.trace/infotrace.exp: Check for arch support.
5591 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5592 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5593 * gdb.trace/mi-tsv-changed.exp: Likewise.
5594 * gdb.trace/packetlen.exp: Likewise.
5595 * gdb.trace/passc-dyn.exp: Likewise.
5596 * gdb.trace/passcount.exp: Likewise.
5597 * gdb.trace/pending.exp: Likewise.
5598 * gdb.trace/range-stepping.exp: Check for shlib support.
5599 * gdb.trace/report.exp: Check for arch support.
5600 * gdb.trace/save-trace.exp: Likewise.
5601 * gdb.trace/signal.exp: Check for signal support.
5602 * gdb.trace/tfind.exp: Check for arch support.
5603 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5604 * gdb.trace/trace-common.h: Add comment.
5605 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5606 * gdb.trace/trace-enable-disable.exp: Likewise.
5607 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5608 * gdb.trace/tracecmd.exp: Check for arch support.
5609 * gdb.trace/tspeed.exp: Check for shlib and target support.
5610 * gdb.trace/tstatus.exp: Check for arch support.
5611 * gdb.trace/tsv.exp: Likewise.
5612 * gdb.trace/while-dyn.exp: Likewise.
5613 * gdb.trace/while-stepping.exp: Likewise.
5614 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5615
5616 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5617
5618 * gdb.trace/tspeed.exp: Remove nowarnings.
5619 (prepare_for_trace_test): Declare "global ipalib".
5620 * gdb.trace/tspeed.c: Include unistd.h.
5621 (main): Remove superfluous printf argument.
5622
5623 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5624
5625 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5626 directory prefix on the filename.
5627
5628 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5629
5630 * gdb.gdb/unittest.exp: Update expected message informing that
5631 selftests have been disabled.
5632 * gdb.server/unittest.exp: Likewise.
5633
5634 2018-10-09 Tom de Vries <tdevries@suse.de>
5635
5636 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5637 with runto_main.
5638
5639 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
5640
5641 PR c++/16841
5642 * gdb.cp/virtbase2.cc: New file.
5643 * gdb.cp/virtbase2.exp: New file.
5644
5645 2018-10-06 Tom Tromey <tom@tromey.com>
5646
5647 PR python/19399:
5648 * gdb.python/py-inferior.exp: Add architecture test.
5649
5650 2018-10-06 Tom Tromey <tom@tromey.com>
5651
5652 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5653 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5654
5655 2018-10-06 Tom Tromey <tom@tromey.com>
5656
5657 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5658 of a "throw" catchpoint.
5659
5660 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5661
5662 * gdb.base/info-proc.exp: Update string expected from "help info
5663 proc".
5664
5665 2018-10-04 Tom Tromey <tom@tromey.com>
5666
5667 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5668 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5669 (test_initial_complaints, test_empty_complaints): Update.
5670 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5671
5672 2018-10-04 Tom Tromey <tom@tromey.com>
5673
5674 PR cli/19551:
5675 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5676 * lib/gdb.exp (gdb_file_cmd): Update.
5677 * gdb.stabs/weird.exp (print_weird_var): Update.
5678 * gdb.server/solib-list.exp: Update.
5679 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5680 * gdb.mi/mi-cli.exp: Update.
5681 * gdb.linespec/linespec.exp: Update.
5682 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5683 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5684 * gdb.cp/cp-relocate.exp: Update.
5685 * gdb.base/sym-file.exp: Update.
5686 * gdb.base/relocate.exp: Update.
5687 * gdb.base/readnever.exp: Update.
5688 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5689 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5690 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5691 * gdb.base/code_elim.exp: Update.
5692 * gdb.base/break-unload-file.exp (test_break): Update.
5693 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5694 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5695 Update.
5696 * gdb.base/attach.exp (do_attach_tests): Update.
5697 * gdb.base/sepdebug.exp: Update.
5698 * gdb.python/py-section-script.exp: Update.
5699
5700 2018-10-04 Tom Tromey <tom@tromey.com>
5701
5702 PR cli/22234:
5703 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5704 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5705 output.
5706
5707 2018-10-04 Tom Tromey <tom@tromey.com>
5708
5709 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5710 set width and height to 0.
5711 (test_command_line_attach_run): Use -quiet.
5712
5713 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5714
5715 * lib/gdb.exp (skip_ifunc_tests): New.
5716 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5717 other compile failures.
5718 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5719
5720 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5721
5722 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5723 is_amd64_regs_target.
5724
5725 2018-10-01 Alan Hayward <alan.hayward@arm.com>
5726
5727 * gdb.arch/aarch64-sighandler-regs.c: New test.
5728 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5729 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5730
5731 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5732
5733 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5734 assembly.
5735
5736 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5737
5738 * gdb.base/frame-selection.exp: New file.
5739 * gdb.base/frame-selection.c: New file.
5740
5741 2018-09-27 Alan Hayward <alan.hayward@arm.com>
5742
5743 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5744 pthread barrier.
5745 (main): Likewise.
5746
5747 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5748
5749 * gdb.base/large-frame-1.c: New file.
5750 * gdb.base/large-frame-2.c: New file.
5751 * gdb.base/large-frame.exp: New file.
5752 * gdb.base/large-frame.h: New file.
5753
5754 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5755
5756 PR gdb/20948
5757 * gdb.base/write_mem.exp: New test.
5758 * gdb.base/write_mem.c: Likewise.
5759
5760 2018-09-23 Tom Tromey <tom@tromey.com>
5761
5762 PR python/18852:
5763 * gdb.python/py-parameter.exp: Add test for parameter that throws
5764 on "set".
5765
5766 2018-09-23 Tom Tromey <tom@tromey.com>
5767
5768 PR python/17284:
5769 * gdb.python/py-template.exp (test_template_arg): Add test for
5770 negative template argument number.
5771
5772 2018-09-23 Tom Tromey <tom@tromey.com>
5773
5774 PR python/14062:
5775 * gdb.python/python.exp: Add test for post_event error.
5776
5777 2018-09-23 Tom Tromey <tom@tromey.com>
5778
5779 PR python/18170:
5780 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5781 convert pointers to int and long.
5782
5783 2018-09-23 Tom Tromey <tom@tromey.com>
5784
5785 PR python/20126:
5786 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5787 signed-ness conversion tests.
5788
5789 2018-09-23 Tom Tromey <tom@tromey.com>
5790
5791 PR python/18352;
5792 * gdb.python/py-value.exp (test_float_conversion): New proc.
5793 Use it.
5794
5795 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5796
5797 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5798
5799 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5800
5801 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5802 no readline.
5803 * gdb.base/utf8-identifiers.exp: Likewise.
5804 * gdb.cp/cpcompletion.exp: Likewise.
5805 * gdb.linespec/cpcompletion.exp: Likewise.
5806 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5807 * gdb.linespec/cpls-ops.exp: Likewise.
5808
5809 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5810 Chris January <chris.january@arm.com>
5811
5812 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5813 * gdb.fortran/short-circuit-argument-list.exp: New file.
5814 * gdb.fortran/short-circuit-argument-list.f90: New test.
5815
5816 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5817
5818 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5819 "arch=" keyword when executing "-stack-list-frames".
5820
5821 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5822
5823 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5824 "arch=" keyword when executing "-stack-list-frames".
5825
5826 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5827
5828 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5829 break ada".
5830
5831 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5832
5833 PR python/23669
5834 * gdb.python/python.exp: Test gdb.execute("show commands").
5835
5836 2018-09-16 Tom Tromey <tom@tromey.com>
5837
5838 * gdb.base/new-ui.exp (do_execution_tests): Update.
5839 * gdb.base/dbx.exp (test_breakpoints): Update.
5840
5841 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5842
5843 * lib/gdb.exp (gdb_simple_compile): Add proc.
5844 (is_elf_target): Use gdb_simple_compile.
5845 (skip_altivec_tests): Likewise.
5846 (skip_vsx_tests): Likewise.
5847 (skip_tsx_tests): Likewise.
5848 (skip_btrace_tests): Likewise.
5849 (skip_btrace_pt_tests): Likewise.
5850 (gdb_can_simple_compile): Likewise.
5851 (gdb_has_argv0): Likewise.
5852 (gdb_target_symbol_prefix): Likewise.
5853 (target_supports_scheduler_locking): Likewise.
5854
5855 2018-09-13 Tom Tromey <tom@tromey.com>
5856
5857 * Makefile.in (TAGS): Recognize proc_with_prefix and
5858 gdb_caching_proc.
5859
5860 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5861
5862 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5863 method.
5864
5865 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5866
5867 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5868 and a few other Inferior properties when the Inferior is no
5869 longer valid.
5870
5871 2018-09-13 Tom Tromey <tom@tromey.com>
5872
5873 PR rust/23650:
5874 * gdb.rust/simple.exp: Add test for enum field access error.
5875
5876 2018-09-13 Tom Tromey <tom@tromey.com>
5877
5878 PR rust/23626:
5879 * gdb.rust/simple.rs (EmptyEnum): New type.
5880 (main): Use it.
5881 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5882
5883 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5884
5885 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5886 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5887 * gdb.python/py-symtab.exp: Update test printing an objfile.
5888
5889 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5890
5891 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5892 object.
5893
5894 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5895
5896 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5897 (support_complex_tests): Use gdb_can_simple_compile.
5898 (is_ilp32_target): Likewise.
5899 (is_lp64_target): Likewise.
5900 (is_64_target): Likewise.
5901 (is_amd64_regs_target): Likewise.
5902 (is_aarch32_target): Likewise.
5903 (gdb_int128_helper): Likewise.
5904
5905 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5906
5907 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5908
5909 2018-09-10 Jerome Guitton <guitton@adacore.com>
5910
5911 * gdb.ada/same_component_name: Add test for case of tagged record
5912 with variable-length fields.
5913
5914 2018-09-10 Xavier Roirand <roirand@adacore.com>
5915
5916 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5917 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5918 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5919 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5920
5921 2018-09-10 Xavier Roirand <roirand@adacore.com>
5922
5923 * gdb.ada/mi_string_access.exp: New testcase.
5924 * gdb.ada/mi_string_access/bar.adb: New file.
5925 * gdb.ada/mi_string_access/pck.adb: New file.
5926 * gdb.ada/mi_string_access/pck.asd: New file.
5927
5928 2018-09-10 Xavier Roirand <roirand@adacore.com>
5929
5930 * gdb.ada/mi_var_union.exp: New testcase.
5931 * gdb.ada/mi_var_union/bar.adb: New file.
5932 * gdb.ada/mi_var_union/pck.adb: New file.
5933 * gdb.ada/mi_var_union/pck.asd: New file.
5934
5935 2018-09-08 Tom Tromey <tom@tromey.com>
5936
5937 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5938
5939 2018-09-08 Tom Tromey <tom@tromey.com>
5940
5941 PR python/16047:
5942 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5943 (register_pretty_printers): Register new printer.
5944 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5945 test.
5946 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5947 (an_int_type3): New global.
5948
5949 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5950
5951 * gdb.ada/expr_with_funcall: New testcase.
5952
5953 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5954
5955 * gdb.ada/packed_array_assign: New testcase.
5956
5957 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5958
5959 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5960 names, and add test prefixes to make test names unique.
5961
5962 2018-09-05 Tom de Vries <tdevries@suse.de>
5963
5964 * gdb.dwarf2/varval.exp: Add test.
5965
5966 2018-09-04 Gary Benson <gbenson@redhat.com>
5967
5968 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5969 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5970
5971 2018-08-31 Tom Tromey <tom@tromey.com>
5972
5973 * gdb.rust/simple.rs: Rename second variable "v".
5974
5975 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5976
5977 * gdb.base/funcargs.c (use_a): New function.
5978 (recurse): Call use_a.
5979
5980 2018-08-29 Keith Seitz <keiths@redhat.com>
5981
5982 * gdb.compile/compile-cplus-anonymous.cc: New file.
5983 * gdb.compile/compile-cplus-anonymous.exp: New file.
5984 * gdb.compile/compile-cplus-array-decay.cc: New file.
5985 * gdb.compile/compile-cplus-array-decay.exp: New file.
5986 * gdb.compile/compile-cplus-inherit.cc: New file.
5987 * gdb.compile/compile-cplus-inherit.exp: New file.
5988 * gdb.compile/compile-cplus-member.cc: New file.
5989 * gdb.compile/compile-cplus-member.exp: New file.
5990 * gdb.compile/compile-cplus-method.cc: New file.
5991 * gdb.compile/compile-cplus-method.exp: New file.
5992 * gdb.compile/compile-cplus-mod.c: "New" file.
5993 * gdb.compile/compile-cplus-namespace.cc: New file.
5994 * gdb.compile/compile-cplus-namespace.exp: New file.
5995 * gdb.compile/compile-cplus-nested.cc: New file.
5996 * gdb.compile/compile-cplus-nested.exp: New file.
5997 * gdb.compile/compile-cplus-print.c: "New" file.
5998 * gdb.compile/compile-cplus-print.exp: "New" file.
5999 * gdb.compile/compile-cplus-virtual.cc: New file.
6000 * gdb.compile/compile-cplus-virtual.exp: New file.
6001 * gdb.compile/compile-cplus.c: "New" file.
6002 * gdb.compile/compile-cplus.exp: "New" file.
6003 * lib/compile-support.exp: New file.
6004
6005 2018-08-16 Gary Benson <gbenson@redhat.com>
6006
6007 PR gdb/13000:
6008 * gdb.base/batch-exit-status.exp: New file.
6009 * gdb.base/batch-exit-status.good-commands: Likewise.
6010 * gdb.base/batch-exit-status.bad-commands: Likewise.
6011
6012 2018-08-29 Alan Hayward <alan.hayward@arm.com>
6013
6014 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6015 (struct struct02): Likewise.
6016 (struct struct03): Likewise.
6017 (struct struct04): Likewise.
6018 (struct struct_01_01): New struct.
6019 (struct struct_01_02): Likewise.
6020 (struct struct_01_03): Likewise.
6021 (struct struct_01_04): Likewise.
6022 (struct struct_02_01): Likewise.
6023 (struct struct_02_02): Likewise.
6024 (struct struct_02_03): Likewise.
6025 (struct struct_02_04): Likewise.
6026 (struct struct_04_01): Likewise.
6027 (struct struct_04_02): Likewise.
6028 (struct struct_04_03): Likewise.
6029 (struct struct_04_04): Likewise.
6030 (struct struct_05_01): Likewise.
6031 (struct struct_05_02): Likewise.
6032 (struct struct_05_03): Likewise.
6033 (struct struct_05_04): Likewise.
6034 (cmp_struct01): Remove function.
6035 (cmp_struct02): Likewise.
6036 (cmp_struct03): Likewise.
6037 (cmp_struct04): Likewise.
6038 (cmp_struct_01_01): Add Function.
6039 (cmp_struct_01_02): Likewise.
6040 (cmp_struct_01_03): Likewise.
6041 (cmp_struct_01_04): Likewise.
6042 (cmp_struct_02_01): Likewise.
6043 (cmp_struct_02_02): Likewise.
6044 (cmp_struct_02_03): Likewise.
6045 (cmp_struct_02_04): Likewise.
6046 (cmp_struct_04_01): Likewise.
6047 (cmp_struct_04_02): Likewise.
6048 (cmp_struct_04_03): Likewise.
6049 (cmp_struct_04_04): Likewise.
6050 (cmp_struct_05_01): Likewise.
6051 (cmp_struct_05_02): Likewise.
6052 (cmp_struct_05_03): Likewise.
6053 (cmp_struct_05_04): Likewise.
6054 (call_all): Add new structs.
6055 * gdb.base/infcall-nested-structs.exp: Likewise.
6056
6057 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6058
6059 * gdb.python/py-framefilter-mi.exp: Update regexp to
6060 check for "arch" field in frame output.
6061
6062 2018-08-23 Kevin Buettner <kevinb@redhat.com>
6063
6064 * gdb.dwarf2/dw2-ranges-func.c: New file.
6065 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6066
6067 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6068
6069 * gdb.base/term.exp: Compare terminal settings with values from
6070 the inferior.
6071 * gdb.base/term.c: Get and set terminal settings.
6072
6073 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6074
6075 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6076 accommodate new "arch" field in frame output.
6077 * gdb.mi/mi-return.exp: Likewise.
6078 * gdb.mi/mi-stack.exp: Likewise.
6079 * gdb.mi/mi-syn-frame.exp: Likewise.
6080 * gdb.mi/user-selected-context-sync.exp: Likewise.
6081
6082 2018-08-19 Michael Spang <spang@google.com>
6083
6084 PR gdb/11786
6085 * gdb.base/gcore-tls-pie.c: New file.
6086 * gdb.base/gcore-tls-pie.exp: New file.
6087
6088 2018-08-18 Kevin Buettner <kevinb@redhat.com>
6089
6090 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
6091 * gdb.dwarf2/varval.c: New file.
6092 * gdb.dwarf2/varval.exp: New file.
6093
6094 2018-08-17 Alan Hayward <alan.hayward@arm.com>
6095
6096 PR gdb/18931
6097 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6098
6099 2018-08-16 Keith Seitz <keiths@redhat.com>
6100
6101 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6102 tests expected to pass.
6103
6104 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6105
6106 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6107 -data-disassemble -a.
6108 (test_disassembly_bogus_args): Likewise.
6109
6110 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6111
6112 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6113
6114 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6115
6116 * gdb.base/vla-optimized-out.exp: Add new test.
6117
6118 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6119
6120 * gdb.base/vla-optimized-out-o3.exp: Delete.
6121 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6122 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6123 deleted tests.
6124
6125 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6126
6127 PR gdb/18050:
6128 * gdb.server/extended-remote-restart.c: New file.
6129 * gdb.server/extended-remote-restart.exp: New file.
6130
6131 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6132
6133 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6134 "set variable index = 42".
6135
6136 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6137
6138 * boards/index-cache-gdb.exp: New file.
6139 * gdb.dwarf2/index-cache.exp: New file.
6140 * gdb.dwarf2/index-cache.c: New file.
6141 * gdb.base/maint.exp: Check if we are using the index cache.
6142
6143 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6144
6145 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6146 MAKEFLAGS.
6147
6148 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6149
6150 * dg-extract-results.sh: Move to toplevel contrib.
6151 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6152 * Makefile.in (check-parallel-racy): Likewise.
6153
6154 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6155
6156 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6157 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6158 tests if the target supports scheduler locking.
6159
6160 2018-08-04 Tom de Vries <tdevries@suse.de>
6161
6162 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6163
6164 2018-08-02 Tom Tromey <tom@tromey.com>
6165
6166 PR symtab/16842.
6167 * gdb.cp/temargs.exp: Test "info address" of a template
6168 parameter.
6169
6170 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6171
6172 * gdb.python/py-mi-var-info-path-expression.c: New file.
6173 * gdb.python/py-mi-var-info-path-expression.py: New file.
6174 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6175
6176 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6177
6178 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6179 error after "cannot resolve name" string.
6180
6181 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6182
6183 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6184 started.
6185 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6186
6187 2018-07-28 Tom de Vries <tdevries@suse.de>
6188
6189 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6190
6191 2018-07-26 Tom de Vries <tdevries@suse.de>
6192
6193 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6194
6195 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6196
6197 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6198 is visible.
6199
6200 2018-07-26 Tom de Vries <tdevries@suse.de>
6201
6202 PR breakpoints/23366
6203 * gdb.base/catch-follow-exec.c: New test.
6204 * gdb.base/catch-follow-exec.exp: New file.
6205
6206 2018-07-25 Tom de Vries <tdevries@suse.de>
6207
6208 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6209 vla-optimized-out.c.
6210
6211 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6212
6213 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6214 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6215
6216 2018-07-20 Tom de Vries <tdevries@suse.de>
6217
6218 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6219 NOCLONE macro.
6220 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6221
6222 2018-07-19 Tom de Vries <tdevries@suse.de>
6223
6224 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6225 regular expression.
6226
6227 2018-07-18 Tom de Vries <tdevries@suse.de>
6228
6229 * gdb.base/vla-optimized-out.c: New test.
6230 * gdb.base/vla-optimized-out.exp: New file.
6231
6232 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6233
6234 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6235 message "No address associated with hostname" when gdbserver
6236 cannot resolve the hostname.
6237
6238 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6239
6240 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6241 Add some test prefixes to make tests unique.
6242
6243 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6244
6245 * gdb.base/frameapply.c: New file.
6246 * gdb.base/frameapply.exp: New file.
6247
6248 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6249
6250 * gdb.base/skip.exp: Update expected error message.
6251
6252 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6253 Jan Kratochvil <jan.kratochvil@redhat.com>
6254 Paul Fertser <fercerpav@gmail.com>
6255 Tsutomu Seki <sekiriki@gmail.com>
6256
6257 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6258 parameter.
6259 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6260 by default.
6261 * boards/native-gdbserver.exp: Likewise.
6262 * gdb.server/run-without-local-binary.exp: Improve regexp used
6263 for detecting when a remote debugging connection succeeds.
6264 * gdb.server/server-connect.exp: New file.
6265 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6266 Do not prefix the port number with ":".
6267 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6268 support for detecting and using it. Add '$debughost_gdbserver'
6269 to the list of arguments used to start gdbserver. Handle case
6270 when gdbserver cannot resolve a network name.
6271
6272 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6273
6274 PR c++/23373
6275 * gdb.base/ptype-offsets.cc (struct static_member): New
6276 struct.
6277 (main) <stmember>: New variable.
6278 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6279 with a static member in it.
6280
6281 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6282
6283 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6284 watchpoints enabled and disabled.
6285
6286 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6287
6288 * gdb.base/examine-backward.exp: Still run tests around address
6289 0x0, even if address 0x0 is not readable. Update the pattern for
6290 matching address 0x0 in expected output.
6291
6292 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6293
6294 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6295 malloc/free.
6296
6297 2018-07-04 Tom de Vries <tdevries@suse.de>
6298
6299 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6300
6301 2018-07-02 Maciej W. Rozycki <macro@mips.com>
6302
6303 PR tdep/8282
6304 * gdb.arch/mips-disassembler-options.exp: New test.
6305 * gdb.arch/mips-disassembler-options.s: New test source.
6306
6307 2018-06-29 Pedro Alves <palves@redhat.com>
6308
6309 * gdb.threads/names.exp: Adjust expected "info threads" output.
6310
6311 2018-06-29 Pedro Alves <palves@redhat.com>
6312
6313 * gdb.opt/inline-break.exp (line number, address): Add "info
6314 break" tests.
6315
6316 2018-06-29 Pedro Alves <palves@redhat.com>
6317
6318 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6319 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6320 number and address and running to them.
6321
6322 2018-06-29 Richard Bunt <richard.bunt@arm.com>
6323
6324 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6325
6326 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6327
6328 * lib/compiler.c: Remove executable permission flag.
6329
6330 2018-06-28 Richard Bunt <richard.bunt@arm.com>
6331
6332 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6333 code.
6334 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6335
6336 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6337
6338 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6339
6340 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6341
6342 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6343 address argument is omitted.
6344
6345 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6346
6347 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6348
6349 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
6350
6351 PR gdb/21695
6352 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6353 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6354
6355 2018-06-26 Tom Tromey <tom@tromey.com>
6356
6357 PR rust/22574:
6358 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6359 * gdb.rust/simple.rs (struct SimpleLayout): New.
6360
6361 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6362
6363 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6364 "info registers" output.
6365
6366 2018-06-21 Richard Bunt <richard.bunt@arm.com>
6367
6368 * gdb.base/watchpoint-hw-attach.c: New test.
6369 * gdb.base/watchpoint-hw-attach.exp: New file.
6370
6371 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6372
6373 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6374 through /bin/sh.
6375 * boards/dwarf4-gdb-index.exp: Likewise.
6376 * boards/fission-dwp.exp: Likewise.
6377
6378 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6379
6380 * gdb.base/float128.exp: Add comment and improved fail message
6381 to the failure case of "print large128" test.
6382
6383 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6384
6385 * configure.ac: Remove AC_PREREQ.
6386 * configure: Re-generate.
6387
6388 2018-06-19 Pedro Alves <palves@redhat.com>
6389
6390 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6391 (func_extern_caller): New.
6392 (main): Call func_extern_caller.
6393 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6394 logic change.
6395
6396 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
6397
6398 PR gdb/16841
6399 * gdb.cp/typedef-base.cc: New file.
6400 * gdb.cp/typedef-base.exp: New file.
6401
6402 2018-06-18 Tom de Vries <tdevries@suse.de>
6403
6404 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6405
6406 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6407 Richard Bunt <Richard.Bunt@arm.com>
6408
6409 * gdb.threads/attach-slow-waitpid.c: New file.
6410 * gdb.threads/attach-slow-waitpid.exp: New file.
6411 * gdb.threads/slow-waitpid.c: New file.
6412
6413 2018-06-14 Pedro Alves <palves@redhat.com>
6414
6415 * gdb.base/fork-running-state.c: Include <errno.h>.
6416 (exit_if_relative_exits): New.
6417 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6418 exits.
6419 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6420 child exits.
6421
6422 2018-06-14 Tom de Vries <tdevries@suse.de>
6423
6424 PR cli/22573
6425 * gdb.base/finish-pretty.c: New test.
6426 * gdb.base/finish-pretty.exp: New file.
6427
6428 2018-06-14 Pedro Alves <palves@redhat.com>
6429
6430 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6431 gdb's expected startup output.
6432
6433 2018-06-14 Pedro Alves <palves@redhat.com>
6434
6435 * lib/selftest-support.exp (selftest_setup): Remove inlined
6436 function handling.
6437
6438 2018-06-14 Tom de Vries <tdevries@suse.de>
6439
6440 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6441 matching of breakpoint printing.
6442
6443 2018-06-13 Tom de Vries <tdevries@suse.de>
6444
6445 PR testsuite/23269
6446 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6447 (fork_child): ... here, and ...
6448 (fork_parent): ... here.
6449
6450 2018-06-12 Tom de Vries <tdevries@suse.de>
6451
6452 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6453
6454 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6455 Stephen Roberts <stephen.roberts@arm.com>
6456
6457 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6458 rewrite test to describe action performed, rather than possible
6459 failure.
6460
6461 2018-06-08 Gary Benson <gbenson@redhat.com>
6462
6463 * gdb.threads/check-libthread-db.exp: New file.
6464 * gdb.threads/check-libthread-db.c: Likewise.
6465
6466 2018-06-05 Tom Tromey <tom@tromey.com>
6467
6468 * gdb.base/default.exp: Update expected "show version" output.
6469
6470 2018-06-05 Tom Tromey <tom@tromey.com>
6471
6472 PR cli/12326:
6473 * gdb.cp/static-print-quit.exp: Update.
6474 * lib/gdb.exp (pagination_prompt): Update.
6475 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6476 * gdb.python/python.exp: Update.
6477
6478 2018-06-04 Joel Brobecker <brobecker@adacore.com>
6479
6480 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6481
6482 2018-06-01 Joel Brobecker <brobecker@adacore.com>
6483
6484 * gdb.ada/bp_fun_addr: New testcase.
6485
6486 2018-06-01 Tom Tromey <tom@tromey.com>
6487
6488 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6489 results.
6490 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6491 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6492 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6493 * gdb.base/maint.exp (maint_pass_if): Update.
6494
6495 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6496
6497 * gdb.base/endian.exp: New test.
6498 * gdb.base/endian.c: New test source.
6499
6500 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6501
6502 PR gdb/23203
6503 * gdb.base/bt-selected-frame.c: New file.
6504 * gdb.base/bt-selected-frame.exp: New file.
6505 * lib/gdb.exp (get_current_frame_number): New function.
6506
6507 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6508 Pedro Alves <palves@redhat.com>
6509
6510 * gdb.threads/tls-core.c: Include <stdlib.h>
6511 (thread_proc): Call `abort'.
6512 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6513 (tls_core_test): New procedure, bits factored out from ...
6514 (top level): ... here. Test both native cores and gcore cores.
6515
6516 2018-05-23 Tom Tromey <tom@tromey.com>
6517
6518 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6519
6520 2018-05-23 Tom Tromey <tom@tromey.com>
6521
6522 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6523 symfile_complaints.
6524 (test_short_complaints): Likewise.
6525 (test_empty_complaints): Likewise.
6526 (test_initial_complaints): Update.
6527
6528 2018-05-23 Tom Tromey <tom@tromey.com>
6529
6530 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6531
6532 2018-05-23 Tom Tromey <tom@tromey.com>
6533
6534 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6535 (test_short_complaints): Update.
6536
6537 2018-05-22 Pedro Alves <palves@redhat.com>
6538
6539 * gdb.base/remote.exp: Only gdb_start after compiling the
6540 testcase. Issue "disconnect" before testing "set remote" command
6541 defaults. Issue clean_restart before running to main.
6542
6543 2018-05-22 Pedro Alves <palves@redhat.com>
6544
6545 * gdb.base/remote.exp: Adjust expected output of "show remote
6546 memory-write-packet-size". Add tests for "set remote
6547 memory-write-packet-size 0" and "set remote
6548 memory-write-packet-size fixed/limit".
6549
6550 2018-05-22 Pedro Alves <palves@redhat.com>
6551
6552 PR gdb/22973
6553 * gdb.base/utf8-identifiers.c: New file.
6554 * gdb.base/utf8-identifiers.exp: New file.
6555
6556 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6557
6558 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6559
6560 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6561
6562 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6563
6564 2018-05-18 Tom Tromey <tom@tromey.com>
6565
6566 * gdb.base/ptype-offsets.exp: Update.
6567
6568 2018-05-17 Keith Seitz <keiths@redhat.com>
6569
6570 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6571 in expected breakpoint stop locations.
6572 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6573 move to proper scope to test variable values.
6574 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6575 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6576 New functions.
6577 (main): Call not_inline_func3.
6578 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6579 inline_func1, inline_func2, and inline_func3. Test that when each
6580 breakpoint is hit, GDB properly reports both the stop location
6581 and the backtrace. Repeat tests for temporary breakpoints.
6582
6583 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6584
6585 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6586 rather then trying to access it in determining whether the PID
6587 of `gdbserver' could have been retrieved.
6588
6589 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6590
6591 * gdb.arch/amd64-init-x87-values.S: New file.
6592 * gdb.arch/amd64-init-x87-values.exp: New file.
6593
6594 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6595
6596 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6597
6598 2018-05-04 Tom Tromey <tom@tromey.com>
6599
6600 PR python/22730:
6601 * gdb.python/python.exp: Test multi-line execute.
6602
6603 2018-05-04 Tom Tromey <tom@tromey.com>
6604
6605 PR python/22731:
6606 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6607
6608 2018-05-04 Tom Tromey <tom@tromey.com>
6609
6610 PR gdb/11750:
6611 * gdb.base/define.exp: Test defining a user command inside a user
6612 command.
6613 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6614
6615 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6616 Pedro Alves <palves@redhat.com>
6617
6618 PR breakpoints/19806 and support for PR external/20207.
6619 * gdb.base/watchpoint-unaligned.c: New file.
6620 * gdb.base/watchpoint-unaligned.exp: New file.
6621
6622 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6623
6624 * gdb.base/maint.exp: Make test names unique, use
6625 test_prefix_command_help to test 'help maint info', and remove
6626 repeated test of 'help maint'.
6627
6628 2018-05-04 Tom Tromey <tom@tromey.com>
6629
6630 PR gdb/22619:
6631 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6632 behavior.
6633
6634 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6635
6636 * gdb.base/maint.exp: Process output from 'maint print registers'
6637 line at a time.
6638
6639 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6640
6641 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6642 timeout.
6643
6644 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6645
6646 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6647 filter pattern.
6648
6649 2018-05-02 Pedro Alves <palves@redhat.com>
6650
6651 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6652 to_log_command renames.
6653 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6654
6655 2018-05-02 Tom Tromey <tom@tromey.com>
6656
6657 * gdb.python/py-parameter.exp: Set test message.
6658
6659 2018-05-02 Tom Tromey <tom@tromey.com>
6660
6661 PR python/20084:
6662 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6663 PARAM_ZUINTEGER_UNLIMITED tests.
6664
6665 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6666
6667 PR rust/23124
6668 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6669 when casting.
6670
6671 2018-04-30 Tom Tromey <tom@tromey.com>
6672
6673 * gdb.python/py-type.exp: Check align attribute.
6674 * gdb.python/py-type.c: New "aligncheck" global.
6675
6676 2018-04-30 Tom Tromey <tom@tromey.com>
6677
6678 PR exp/17095:
6679 * gdb.dwarf2/dw2-align.exp: New file.
6680 * gdb.cp/align.exp: New file.
6681 * gdb.base/align.exp: New file.
6682 * lib/gdb.exp (gdb_int128_helper): New proc.
6683 (has_int128_c, has_int128_cxx): New caching procs.
6684
6685 2018-04-27 Tom Tromey <tom@tromey.com>
6686
6687 PR rust/22545:
6688 * gdb.rust/simple.exp: Add inclusive range tests.
6689
6690 2018-04-26 Pedro Alves <palves@redhat.com>
6691
6692 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6693 ifunc breakpoint locations correctly of ifunc breakpoints set
6694 while the program resolves the ifunc.
6695
6696 2018-04-26 Pedro Alves <palves@redhat.com>
6697
6698 * gdb.base/gnu-ifunc-final.c: New file.
6699 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6700 * gdb.base/gnu-ifunc.exp (executable): Delete.
6701 (staticexecutable): Adjust.
6702 (lib_opts, exec_opts): Delete.
6703 (make_binsuffix, build, set-break): New procedures.
6704 (misc_tests): New, with tests factored out from the top level.
6705 (top level): Test different combinations of ifunc resolver name,
6706 resolver with and with debug info, and ifunc target with and
6707 without debug info. Wrap static tests with with_target_prefix.
6708
6709 2018-04-26 Pedro Alves <palves@redhat.com>
6710
6711 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6712 return type" warnings.
6713
6714 2018-04-25 Pedro Alves <palves@redhat.com>
6715
6716 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6717 killed".
6718 * gdb.base/kill-after-signal.exp: Likewise.
6719 * gdb.threads/kill.exp: Likewise.
6720
6721 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6722 Sergio Durigan Junior <sergiodj@redhat.com>
6723 Pedro Alves <palves@redhat.com>
6724
6725 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6726 regexps to expect for '[Inferior ... detached]' as well.
6727 * gdb.base/attach.exp: Likewise.
6728 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6729 "gdb_continue_to_end".
6730 (test_catch_syscall_with_wrong_args): Likewise.
6731 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6732 ']'. Don't set 'verbose' on.
6733 * gdb.base/foll-vfork.exp: Likewise.
6734 * gdb.base/fork-print-inferior-events.c: New file.
6735 * gdb.base/fork-print-inferior-events.exp: New file.
6736 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6737 '[Inferior ... has been killed]' message.
6738 * gdb.base/kill-after-signal.exp: Likewise.
6739 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6740 detach message.
6741 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6742 message.
6743 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6744 regexps to expect for '[Inferior ... detached]' as well.
6745 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6746
6747 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6748
6749 PR gdb/23104
6750 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6751
6752 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6753
6754 PR gdb/23095
6755 * gdb.base/break-probes.exp: Pass shlib_load to
6756 prepare_for_testing. Set normal_bp to r_debug_state if target is
6757 bsd.
6758
6759 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6760
6761 * gdb.threads/multiple-successive-infcall.c: New test.
6762 * gdb.threads/multiple-successive-infcall.exp: New file.
6763
6764 2018-04-17 Tom Tromey <tom@tromey.com>
6765
6766 * gdb.rust/simple.rs (Union): New type.
6767 (main): New local "u".
6768 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6769
6770 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6771
6772 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6773 number information in output of "whereis" command.
6774 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6775
6776 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6777
6778 * gdb.ada/info_types.exp: Adjust expected output to the line
6779 numbers now printed by "info var/func/type".
6780 * gdb.base/completion.exp: Likewise.
6781 * gdb.base/included.exp: Likewise.
6782 * gdb.cp/cp-relocate.exp: Likewise.
6783 * gdb.cp/cplusfuncs.exp: Likewise.
6784 * gdb.cp/namespace.exp: Likewise.
6785 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6786
6787 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6788
6789 * gdb.btrace/cpu.exp: New.
6790
6791 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6792
6793 * gdb.base/step-indirect-call-thunk.exp: New.
6794 * gdb.base/step-indirect-call-thunk.c: New.
6795 * gdb.reverse/step-indirect-call-thunk.exp: New.
6796 * gdb.reverse/step-indirect-call-thunk.c: New.
6797
6798 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6799
6800 * gdb.base/pie-fork.c: New file.
6801 * gdb.base/pie-fork.exp: New file.
6802
6803 2018-04-11 Tom Tromey <tom@tromey.com>
6804
6805 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6806
6807 2018-04-10 Pedro Alves <palves@redhat.com>
6808
6809 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6810 exits. Instead loop running forever.
6811 (fork_parent): Run forever too.
6812
6813 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6814
6815 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6816 mi_continue_to_line.
6817 * gdb.mi/mi-stack.c (callee4): Add comment.
6818
6819 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6820
6821 * gdb.mi/mi-stack.exp: Fix indentation.
6822
6823 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6824
6825 PR gdb/22979
6826 * gdb.arch/amd64-osabi.exp: New file.
6827
6828 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6829
6830 PR gdb/22980
6831 * gdb.base/osabi.exp: New file.
6832
6833 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6834
6835 * gdb.cp/static-typedef-print.exp: New file.
6836 * gdb.cp/static-typedef-print.cc: New file.
6837
6838 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6839
6840 * gdb.ada/varsize_limit: New testcase.
6841
6842 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6843
6844 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6845
6846 * gdb.ada/notcplusplus: New testcase.
6847
6848 * gdb.base/c-linkage-name.c: New file.
6849 * gdb.base/c-linkage-name.exp: New testcase.
6850
6851 2018-03-26 Tom Tromey <tom@tromey.com>
6852
6853 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6854 * gdb.python/py-framefilter.py (name_error): New global.
6855 (ErrorInName.function): Use name_error.
6856
6857 2018-03-26 Tom Tromey <tom@tromey.com>
6858
6859 PR backtrace/15582:
6860 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6861
6862 2018-03-23 Keith Seitz <keiths@redhat.com>
6863
6864 PR c++/22968
6865 * gdb.cp/subtypes.exp: New file.
6866 * gdb.cp/subtypes.h: New file.
6867 * gdb.cp/subtypes.cc: New file.
6868 * gdb.cp/subtypes-2.cc: New file.
6869
6870 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6871
6872 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6873 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6874 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6875 -nostartfiles when compiling the test. Confirm that all registers
6876 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6877
6878 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6879
6880 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6881 option, syntax was wrong anyway.
6882 * gdb.arch/arm-disp-step.exp: Likewise.
6883 * gdb.arch/sparc64-regs.exp: Likewise.
6884 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6885 option, syntax was wrong anyway, switch to use
6886 prepare_for_testing.
6887 * gdb.arch/i386-disp-step.exp: Likewise.
6888
6889 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6890
6891 * gdb.ada/exec_changed.exp: Replace "target_info exists
6892 use_gdb_stub" by "use_gdb_stub".
6893 * gdb.ada/start.exp: Likewise.
6894 * gdb.base/async-shell.exp: Likewise.
6895 * gdb.base/attach-pie-misread.exp: Likewise.
6896 * gdb.base/attach-wait-input.exp: Likewise.
6897 * gdb.base/break-entry.exp: Likewise.
6898 * gdb.base/break-interp.exp: Likewise.
6899 * gdb.base/dprintf-detach.exp: Likewise.
6900 * gdb.base/nostdlib.exp: Likewise.
6901 * gdb.base/solib-nodir.exp: Likewise.
6902 * gdb.base/statistics.exp: Likewise.
6903 * gdb.base/testenv.exp: Likewise.
6904 * gdb.mi/mi-exec-run.exp: Likewise.
6905 * gdb.mi/mi-start.exp: Likewise.
6906 * gdb.multi/dummy-frame-restore.exp: Likewise.
6907 * gdb.multi/multi-arch-exec.exp: Likewise.
6908 * gdb.multi/multi-arch.exp: Likewise.
6909 * gdb.multi/tids.exp: Likewise.
6910 * gdb.multi/watchpoint-multi.exp: Likewise.
6911 * gdb.python/py-events.exp: Likewise.
6912 * gdb.threads/attach-into-signal.exp: Likewise.
6913 * gdb.threads/attach-stopped.exp: Likewise.
6914 * gdb.threads/threadapply.exp: Likewise.
6915 * lib/selftest-support.exp: Likewise.
6916
6917 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6918
6919 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6920
6921 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6922
6923 * gdb.perf/template-breakpoints.cc: New file.
6924 * gdb.perf/template-breakpoints.exp: New file.
6925 * gdb.perf/template-breakpoints.py: New file.
6926
6927 2018-03-19 Tom Tromey <tom@tromey.com>
6928
6929 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6930 y0.
6931 * gdb.rust/simple.exp: Test bare identifier form of struct
6932 initializer.
6933
6934 2018-03-19 Tom Tromey <tom@tromey.com>
6935
6936 * gdb.gdb/observer.exp: Remove.
6937
6938 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6939
6940 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6941 "qualified" option when setting breakpoints.
6942 * gdb.trace/backtrace.exp: Likewise.
6943 * gdb.trace/circ.exp: Likewise.
6944 * gdb.trace/collection.exp: Likewise.
6945 * gdb.trace/disconnected-tracing.exp: Likewise.
6946 * gdb.trace/ftrace-lock.exp: Likewise.
6947 * gdb.trace/ftrace.exp: Likewise.
6948 * gdb.trace/infotrace.exp: Likewise.
6949 * gdb.trace/packetlen.exp: Likewise.
6950 * gdb.trace/passc-dyn.exp: Likewise.
6951 * gdb.trace/qtro.exp: Likewise.
6952 * gdb.trace/read-memory.exp: Likewise.
6953 * gdb.trace/report.exp: Likewise.
6954 * gdb.trace/signal.exp: Likewise.
6955 * gdb.trace/status-stop.exp: Likewise.
6956 * gdb.trace/strace.exp: Likewise.
6957 * gdb.trace/tfind.exp: Likewise.
6958 * gdb.trace/trace-break.exp: Likewise.
6959 * gdb.trace/trace-condition.exp: Likewise.
6960 * gdb.trace/trace-mt.exp: Likewise.
6961 * gdb.trace/tstatus.exp: Likewise.
6962 * gdb.trace/tsv.exp: Likewise.
6963 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6964 * gdb.trace/unavailable.exp: Likewise.
6965 * gdb.trace/while-dyn.exp: Likewise.
6966
6967 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6968
6969 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6970 that libinproctrace is copied to the target.
6971
6972 2018-03-14 Tom Tromey <tom@tromey.com>
6973
6974 PR cli/14977:
6975 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6976 a null pointer.
6977 * gdb.base/wchar.exp: Likewise.
6978
6979 2018-03-14 Tom Tromey <tom@tromey.com>
6980
6981 PR cli/19918:
6982 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6983 flag.
6984
6985 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6986
6987 PR gdb/22841
6988 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6989 "target" to remote_exec.
6990
6991 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6992
6993 PR gdb/22841
6994 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6995 ${board}_upload): Remove.
6996
6997 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6998
6999 * gdb.cp/watch-cp.cc: New test.
7000 * gdb.cp/watch-cp.exp: New file.
7001
7002 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7003
7004 * gdb.base/infcall-nested-structs.exp: New file.
7005 * gdb.base/infcall-nested-structs.c: New file.
7006 * gdb.base/float.exp: Add riscv support.
7007
7008 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7009
7010 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7011 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7012
7013 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7014
7015 * gdb.server/abspath.exp: New file.
7016 * lib/gdb.exp (with_cwd): New procedure.
7017
7018 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7019
7020 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7021 use it.
7022 (gdb_is_target_remote_prompt): New proc.
7023 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7024 (gdb_is_target_native): Pass prompt parameter to
7025 gdb_is_target_1.
7026
7027 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7028
7029 * gdb.base/load-command.c: New file.
7030 * gdb.base/load-command.exp: New file.
7031 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7032 (gdb_is_target_1): ...this, and generalize for other targets
7033 than just remote.
7034 (gdb_is_target_remote): Use gdb_is_target_1.
7035 (gdb_is_target_native): use gdb_is_target_1.
7036
7037 2018-02-26 Tom Tromey <tom@tromey.com>
7038
7039 PR python/16497:
7040 * gdb.python/py-framefilter.exp: Update test.
7041
7042 2018-02-26 Tom Tromey <tom@tromey.com>
7043
7044 * gdb.dwarf2/variant.c: New file.
7045 * gdb.dwarf2/variant.exp: New file.
7046
7047 2018-02-26 Tom Tromey <tom@tromey.com>
7048
7049 * gdb.rust/simple.exp: Accept more possible results in enum test.
7050
7051 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7052
7053 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7054 parentheses.
7055
7056 2018-02-23 Maciej W. Rozycki <macro@mips.com>
7057
7058 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7059 name of a variable: $actual_linejj -> $actual_line.
7060
7061 2018-02-21 John Baldwin <jhb@FreeBSD.org>
7062
7063 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7064
7065 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7066
7067 * gdb.btrace/buffer-size.exp: Do not force BTS.
7068
7069 2018-02-14 Pedro Alves <palves@redhat.com>
7070
7071 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7072 getting a "Quit".
7073
7074 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7075
7076 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7077 Fix test name.
7078
7079 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7080
7081 * gdb.cp/m-static.exp: Check type of optimized out static
7082 member.
7083
7084 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7085
7086 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7087 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7088
7089 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7090 Leszek Swirski <leszeks@google.com>
7091
7092 * gdb.python/py-prettyprint.c
7093 (struct to_string_returns_value_inner,
7094 struct to_string_returns_value_wrapper): New.
7095 (main): Add tsrvw variable.
7096 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7097 ToStringReturnsValueWrapper): New classes.
7098 (register_pretty_printers): Register new pretty-printers.
7099 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7100 recursive pretty printer.
7101 * gdb.python/py-mi.exp: Likewise.
7102
7103 2018-02-01 Leszek Swirski <leszeks@google.com>
7104
7105 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7106 functions with the same name as an include file are parsed
7107 correctly.
7108
7109 2018-02-01 Yao Qi <yao.qi@linaro.org>
7110
7111 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7112 "\[^\r\n\]*".
7113
7114 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7115
7116 * gdb.arch/powerpc-prologue-frame.s: New file.
7117 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7118 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7119
7120 2018-01-31 Joel Brobecker <brobecker@adacore.com>
7121
7122 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7123
7124 2018-01-30 Pedro Alves <palves@redhat.com>
7125
7126 PR gdb/13211
7127 * gdb.base/interrupt-daemon.c: New.
7128 * gdb.base/interrupt-daemon.exp: New.
7129 * gdb.multi/multi-term-settings.c: New.
7130 * gdb.multi/multi-term-settings.exp: New.
7131
7132 2018-01-30 Joel Brobecker <brobecker@adacore.com>
7133
7134 * gdb.base/break.exp: Save the location where the breakpoint
7135 on break.c:47 was actually inserted when debugging the version
7136 compiled at -O2 and use it in the expected output of the "info
7137 break" test performed soon after.
7138
7139 2018-01-22 Pedro Alves <palves@redhat.com>
7140 Sergio Durigan Junior <sergiodj@redhat.com>
7141
7142 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7143 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7144
7145 2018-01-22 Joel Brobecker <brobecker@adacore.com>
7146
7147 * gdb.base/break-include.c, gdb.base/break-include.inc,
7148 gdb.base/break-include.exp: New files.
7149 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7150 line number now being the actual line number where the breakpoint
7151 was inserted.
7152 * gdb.mi/mi-break.exp: Likewise.
7153 * gdb.mi/mi-reverse.exp: Likewise.
7154 * gdb.mi/mi-simplerun.exp: Ditto.
7155
7156 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7157
7158 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7159 varobj.
7160 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7161
7162 2018-01-21 Don Breazeal <donb@codesourcery.com>
7163 Andrew Burgess <andrew.burgess@embecosm.com>
7164
7165 * gdb.mi/basics.c: Add new global.
7166 * gdb.mi/mi-frame-regs.exp: New file.
7167 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7168 case.
7169
7170 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7171
7172 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7173 non-parameter, and on an unknown symbol.
7174
7175 2018-01-19 Tom Tromey <tom@tromey.com>
7176
7177 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7178 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7179
7180 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7181
7182 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7183 setrlimit and chdir to int.
7184
7185 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7186
7187 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7188 function.
7189 (my_tend): Likewise.
7190 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7191 rationale of avoiding FP- and vector instructions.
7192
7193 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7194
7195 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7196 "info reg" with "\[ \t\]*".
7197 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7198 "\[ \t\]+".
7199 * gdb.arch/s390-multiarch.exp: Ditto.
7200 * gdb.base/pc-fp.exp: Ditto.
7201 * gdb.reverse/i386-precsave.exp: Ditto.
7202 * gdb.reverse/i386-reverse.exp: Ditto.
7203 * gdb.reverse/i387-env-reverse.exp: Ditto.
7204 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7205
7206 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7207
7208 * lib/gdb.exp (gdb_compile): Re-enable use of
7209 universal_compile_options for languages other than Rust.
7210
7211 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7212
7213 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7214
7215 2018-01-17 Mike Gulick <mgulick@mathworks.com>
7216
7217 PR gdb/16577
7218 * gdb.base/solib-vanish.exp: New.
7219 * gdb.base/solib-vanish-main.c: New.
7220 * gdb.base/solib-vanish-lib1.c: New.
7221 * gdb.base/solib-vanish-lib2.c: New.
7222
7223 2018-01-17 Yao Qi <yao.qi@linaro.org>
7224
7225 * gdb.compile/compile.exp: Match the address printed for
7226 frame in the output of command "bt".
7227
7228 2018-01-15 Tom Tromey <tom@tromey.com>
7229
7230 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7231 compute sp_reg.
7232
7233 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7234
7235 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7236 to prepare.
7237 (prepare): Return 0 on error, 1 on success.
7238
7239 2018-01-12 Pedro Alves <palves@redhat.com>
7240
7241 * gdb.base/continue-after-aborted-step-over.c: New.
7242 * gdb.base/continue-after-aborted-step-over.exp: New.
7243
7244 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7245
7246 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7247 options when not creating an executable.
7248
7249 2018-01-11 Pedro Alves <palves@redhat.com>
7250
7251 PR remote/22597
7252 * gdb.server/stop-reply-no-thread.c: New file.
7253 * gdb.server/stop-reply-no-thread.exp: New file.
7254
7255 2018-01-10 Pedro Alves <palves@redhat.com>
7256
7257 PR gdb/22670
7258 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7259 functions too. Test setting breakpoints and printing C functions
7260 with no debug info too.
7261 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7262
7263 2018-01-10 Pedro Alves <palves@redhat.com>
7264
7265 PR gdb/22670
7266 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7267 a fail.
7268
7269 2018-01-10 Pedro Alves <palves@redhat.com>
7270
7271 PR gdb/22670
7272 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7273
7274 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7275
7276 * gdb.server/unittest.exp: Match the output in non-development
7277 mode.
7278
7279 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7280
7281 * gdb.gdb/unittest.exp: Match output in non-development mode.
7282
7283 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7284
7285 * gdb.ada/access_tagged_param.exp: Relax expected output
7286 for value of "ObjL" in "continue" to pck.inspect breakpoint
7287 test.
7288
7289 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7290
7291 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7292 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
7293
7294 2018-01-05 Pedro Alves <palves@redhat.com>
7295
7296 PR gdb/18653
7297 * gdb.base/libsegfault.exp: New.
7298
7299 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7300
7301 PR gdb/22670
7302 * gdb.ada/access_tagged_param.exp: New file.
7303 * gdb.ada/access_tagged_param/foo.adb: New file.
7304
7305 2018-01-05 Pedro Alves <palves@redhat.com>
7306
7307 PR gdb/22670
7308 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7309 exercise lower case too, and to exercise both full matching and
7310 wild matching.
7311
7312 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7313
7314 * gdb.ada/rename_subscript_param: New testcase.
7315
7316 2018-01-05 Jerome Guitton <guitton@adacore.com>
7317
7318 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7319
7320 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7321
7322 * gdb.ada/convvar_comp: New testcase.
7323
7324 2018-01-05 Xavier Roirand <roirand@adacore.com>
7325
7326 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7327 (My_Table): New global variable.
7328 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7329
7330 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7331
7332 PR gdb/22670
7333 * gdb.ada/maint_with_ada: New testcase.
7334
7335 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7336
7337 PR gdb/22670
7338 * gdb.ada/bp_c_mixed_case: New testcase.
7339
7340 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7341
7342 PR gdb/22670
7343 * gdb.ada/complete.exp: Add "complete break ada" test.
7344
7345 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7346
7347 PR gdb/22670
7348 * gdb.ada/info_addr_mixed_case: New testcase.
7349
7350 2018-01-03 Xavier Roirand <roirand@adacore.com>
7351
7352 * gdb.ada/excep_handle.exp: New testcase.
7353 * gdb.ada/excep_handle/foo.adb: New file.
7354 * gdb.ada/excep_handle/pck.ads: New file.
7355
7356 2018-01-03 Joel Brobecker <brobecker@adacore.com>
7357
7358 * gdb.base/step-line.c: Add extra empty line in copyright header.
7359 * gdb.base/step-line.inp: Likewise.
7360
7361 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7362
7363 * gdb.ada/dyn_stride.exp: Add slice test.
7364
7365 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7366
7367 * gdb.ada/dyn_stride: New testcase.
7368
7369 2017-12-27 Stafford Horne <shorne@gmail.com>
7370
7371 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7372 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7373
7374 2017-12-27 Stafford Horne <shorne@gmail.com>
7375
7376 * gdb.base/reggroups.c: New file.
7377 * gdb.base/reggroups.exp: New file.
7378
7379 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7380
7381 * gdb.dwarf2/ada-valprint-error.c: New file.
7382 * gdb.dwarf2/ada-valprint-error.exp: New file.
7383
7384 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7385
7386 * gdb.ada/assign_arr: New testcase.
7387
7388 2017-12-18 Xavier Roirand <roirand@adacore.com>
7389
7390 * gdb.ada/funcall_ptr: New testcase.
7391
7392 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7393
7394 PR cli/16224
7395 * gdb.base/ptype-offsets.cc: New file.
7396 * gdb.base/ptype-offsets.exp: New file.
7397
7398 2017-12-15 Yao Qi <yao.qi@linaro.org>
7399
7400 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7401 if XML is disabled.
7402
7403 2017-12-15 Xavier Roirand <roirand@adacore.com>
7404
7405 * gdb.ada/same_component_name: New testcase.
7406
7407 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7408
7409 * gdb.ada/str_binop_equal: New testcase.
7410
7411 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7412
7413 * gdb.ada/task_switch_in_core: New testcase.
7414
7415 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7416
7417 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7418 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7419 call test_bkpt_qualified.
7420 (test_bkpt_qualified): New proc.
7421
7422 2017-12-13 Pedro Alves <palves@redhat.com>
7423
7424 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7425 Tighten regexp by matching with an anchor.
7426
7427 2017-12-13 Pedro Alves <palves@redhat.com>
7428
7429 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7430 ("expression with namespace"): New set of tests.
7431 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7432 (Nested::Test_NS::qux): New.
7433 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7434 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7435
7436 2017-12-13 Joel Brobecker <brobecker@adacore.com>
7437
7438 * gdb.base/server-del-break.c: New file.
7439 * gdb.base/server-del-break.exp: New file.
7440
7441 2017-12-12 Stafford Horne <shorne@gmail.com>
7442
7443 * gdb.xml/tdesc-regs.exp: Add or1k support.
7444
7445 2017-12-12 Stafford Horne <shorne@gmail.com>
7446
7447 * gdb.base/bp-permanent.c: Define nop of or1k.
7448
7449 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7450
7451 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7452 output with components being reordered.
7453
7454 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7455
7456 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7457 output with components being reordered.
7458
7459 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7460 Pedro Alves <palves@redhat.com>
7461
7462 * gdb.base/maint.exp (check for .gdb_index): Check also for
7463 .debug_names.
7464 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7465 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7466 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7467 (.gdb_index used after symbol reloading): Support also .debug_names.
7468 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7469
7470 2017-12-08 Yao Qi <yao.qi@linaro.org>
7471
7472 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7473 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7474
7475 2017-12-08 Yao Qi <yao.qi@linaro.org>
7476
7477 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7478 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7479
7480 2017-12-08 Yao Qi <yao.qi@linaro.org>
7481
7482 * gdb.arch/aarch64-tagged-pointer.c: New file.
7483 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7484
7485 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7486
7487 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7488 "int".
7489
7490 2017-12-07 Keith Seitz <keiths@redhat.com>
7491
7492 PR breakpoints/22569
7493 * gdb.linespec/ls-errs.exp: Change expected result of "break
7494 -source this file has spaces.c -line 3".
7495 Check that an explicit source file followed by whitespace is
7496 identified as an invalid explicit location.
7497
7498 2017-12-07 Keith Seitz <keiths@redhat.com>
7499
7500 * gdb.cp/nested-types.cc: New file.
7501 * gdb.cp/nested-types.exp: New file.
7502 * lib/cp-support.exp: Load data-structures.exp library.
7503 (debug_cp_test_ptype_class): New global.
7504 (cp_ptype_class_verbose, next_line): New procedures.
7505 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7506 Add and document new return value.
7507 Switch the list of lines to a queue.
7508 Add support for new `type' key for nested type definitions.
7509 Add debugging/troubleshooting messages.
7510 * lib/data-structures.exp: New file.
7511
7512 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7513
7514 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7515 with proc_with_prefix, don't use with_test_prefix.
7516
7517 2017-12-07 Tom Tromey <tom@tromey.com>
7518
7519 * gdb.base/break.exp: Add test for empty "commands".
7520
7521 2017-12-07 Yao Qi <yao.qi@linaro.org>
7522
7523 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7524 malloc and catch syscall.
7525
7526 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7527
7528 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7529 tests for explicit locations.
7530
7531 2017-12-06 Pedro Alves <palves@redhat.com>
7532
7533 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7534 force-disabling XML descriptions.
7535
7536 2017-12-04 Pedro Alves <palves@redhat.com>
7537
7538 PR gdb/22499
7539 * gdb.arch/amd64-disp-step-avx.S: New file.
7540 * gdb.arch/amd64-disp-step-avx.exp: New file.
7541
7542 2017-12-03 Pedro Alves <palves@redhat.com>
7543
7544 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7545 and <string.h>.
7546 (parent_function): Print distinct messages when waitpid fails, or
7547 the child exits with a signal, or the child exits for an unhandled
7548 reason.
7549 * gdb.threads/process-dies-while-detaching.exp
7550 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7551 it. Wait for both inferior output and GDB's prompt. Use an
7552 indirect spawn id list.
7553 (do_detach): New parameter 'child_exit'. Use it to compute
7554 expected inferior output.
7555 (test_detach, test_detach_watch, test_detach_killed_outside):
7556 Adjust to pass down the expected child exit kind.
7557
7558 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7559 Sergio Durigan Junior <sergiodj@redhat.com>
7560 Pedro Alves <palves@redhat.com>
7561
7562 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7563
7564 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7565
7566 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7567 to 'symbol-file' and 'add-symbol-file' can be
7568 position-independent.
7569
7570 2017-12-01 Yao Qi <yao.qi@linaro.org>
7571
7572 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7573 the URL in copyright header.
7574 * gdb.arch/aarch64-fp.exp: Likewise.
7575 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7576 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7577 * gdb.base/expand-psymtabs.exp: Likewise.
7578 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7579 * gdb.fortran/common-block.exp: Likewise.
7580 * gdb.fortran/common-block.f90: Likewise.
7581 * gdb.fortran/logical.exp: Likewise.
7582 * gdb.fortran/vla-datatypes.f90: Likewise.
7583 * gdb.fortran/vla-sub.f90: Likewise.
7584
7585 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7586
7587 * gdb.ada/repeat_dyn: New testcase.
7588
7589 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7590
7591 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7592 Update for changed thread numbering.
7593 * gdb.cell/bt.exp: Update for changed GDB output.
7594
7595 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7596
7597 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7598 setting isremote by hand.
7599 * boards/dwarf4-gdb-index.exp: Likewise.
7600 * boards/fission.exp: Likewise.
7601 * boards/stabs.exp: Likewise.
7602
7603 2017-11-30 Pedro Alves <palves@redhat.com>
7604
7605 * gdb.linespec/cpls-ops.exp
7606 (check_explicit_skips_function_argument): Extract the underlying
7607 type of size_t instead of hardcoding it.
7608
7609 2017-11-29 Pedro Alves <palves@redhat.com>
7610
7611 PR c++/19436
7612 * gdb.linespec/cpls-abi-tag.cc: New file.
7613 * gdb.linespec/cpls-abi-tag.exp: New file.
7614
7615 2017-11-29 Pedro Alves <palves@redhat.com>
7616
7617 * gdb.base/langs.exp: Use -qualified.
7618 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7619 it.
7620 * gdb.cp/namespace.exp: Use -qualified.
7621 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7622 (overload-3, template-overload, template-ret-type, const-overload)
7623 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7624 procedures.
7625 (test_driver): Call them.
7626 * gdb.cp/save-bp-qualified.cc: New.
7627 * gdb.cp/save-bp-qualified.exp: New.
7628 * gdb.linespec/explicit.exp: Test -qualified.
7629 * lib/completion-support.exp (completion::explicit_opts_list): Add
7630 "-qualified".
7631 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7632
7633 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7634
7635 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7636
7637 2017-11-29 Tom Tromey <tom@tromey.com>
7638
7639 * gdb.base/relocate.exp: Update invalid argument test.
7640 Add new tests for invalid arguments.
7641
7642 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7643
7644 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7645 Return 0 as a long.
7646 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7647
7648 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7649
7650 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7651 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7652 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7653 func ().
7654 * gdb.cp/shadow.cc (B.func): Return 0.
7655
7656 2017-11-27 Joel Brobecker <brobecker@adacore.com>
7657
7658 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7659 expected output in gdb_expect call to allow the exception
7660 message to be present as well. Fix syntax confusion to avoid
7661 TCL thinking that exception_name is an array.
7662
7663 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7664
7665 * gdb.arch/spu-info.c: Include <unistd.h>.
7666 (do_signal_test): Fix broken calls to write.
7667 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7668 Fix checks for empty mailboxes. Update signal tests for corrected
7669 do_signal_test routine. Allow nonzero event status.
7670 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7671 * gdb.cell/arch.exp: Use standard_output_file.
7672 * gdb.cell/break.exp: Likewise.
7673 * gdb.cell/bt.exp: Likewise.
7674 * gdb.cell/core.exp: Likewise.
7675 * gdb.cell/dwarfaddr.exp: Likewise.
7676 * gdb.cell/ea-cache.exp: Likewise.
7677 * gdb.cell/ea-standalone.exp: Likewise.
7678 * gdb.cell/f-regs.exp: Likewise.
7679 * gdb.cell/fork.exp: Likewise.
7680 * gdb.cell/gcore.exp: Likewise.
7681 * gdb.cell/mem-access.exp: Likewise.
7682 * gdb.cell/ptype.exp: Likewise.
7683 * gdb.cell/registers.exp: Likewise.
7684 * gdb.cell/sizeof.exp: Likewise.
7685 * gdb.cell/solib-symbol.exp: Likewise.
7686 * gdb.cell/solib.exp: Likewise.
7687
7688 2017-11-25 Pedro Alves <palves@redhat.com>
7689
7690 * gdb.base/complete-empty.exp: New file.
7691 * gdb.base/completion.exp: Adjust.
7692
7693 2017-11-25 Pedro Alves <palves@redhat.com>
7694
7695 * gdb.linespec/cpls-ops.cc: New file.
7696 * gdb.linespec/cpls-ops.exp: New file.
7697 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7698 factored out from ...
7699 (test_complete_prefix_range): ... this.
7700
7701 2017-11-24 Pedro Alves <palves@redhat.com>
7702
7703 * gdb.linespec/cpcompletion.exp: New file.
7704 * gdb.linespec/cpls-hyphen.cc: New file.
7705 * gdb.linespec/cpls.cc: New file.
7706 * gdb.linespec/cpls2.cc: New file.
7707 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7708 test to use test_gdb_complete_unique. Add label completion,
7709 keyword completion and explicit location completion tests.
7710 * lib/completion-support.exp: New file.
7711
7712 2017-11-24 Joel Brobecker <brobecker@adacore.com>
7713
7714 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7715 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7716 when hitting an exception catchpoint.
7717
7718 2017-11-22 Yao Qi <yao.qi@linaro.org>
7719
7720 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7721
7722 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7723
7724 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7725 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7726 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7727
7728 2017-11-22 Yao Qi <yao.qi@linaro.org>
7729
7730 * gdb.base/info-os.exp: Pass pthreads.
7731 * gdb.multi/multi-attach.exp: Likewise.
7732
7733 2017-11-22 Yao Qi <yao.qi@linaro.org>
7734
7735 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7736 compiler.
7737
7738 2017-11-22 Yao Qi <yao.qi@linaro.org>
7739
7740 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7741 * gdb.base/break-interp.exp: Likewise.
7742 * gdb.base/jit-attach-pie.exp: Likewise.
7743
7744 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7745
7746 * gdb.base/float128.c (large128): New variable.
7747 * gdb.base/float128.exp: Add test to print largest __float128 value.
7748
7749 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7750
7751 * gdb.arch/vsx-regs.exp: Update register content checks.
7752
7753 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7754
7755 * gdb.arch/ppc-longdouble.exp: New file.
7756 * gdb.arch/ppc-longdouble.c: Likewise.
7757
7758 2017-11-21 Pedro Alves <palves@redhat.com>
7759
7760 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7761
7762 2017-11-20 Pedro Alves <palves@redhat.com>
7763
7764 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7765 (long_double_typedef): New typedefs.
7766 Use DEF on double and long double.
7767 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7768 cases.
7769 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7770 and 'long_double_ptr_same_size' locals. Use them to decide
7771 whether cast from array/function to float is valid/invalid.
7772
7773 2017-11-17 Tom Tromey <tom@tromey.com>
7774
7775 * gdb.rust/traits.rs: New file.
7776 * gdb.rust/traits.exp: New file.
7777
7778 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7779
7780 * gdb.ada/minsyms: New testcase.
7781
7782 2017-11-16 Pedro Alves <palves@redhat.com>
7783
7784 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7785 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7786
7787 2017-11-16 Pedro Alves <palves@redhat.com>
7788
7789 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7790 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7791
7792 2017-11-16 Pedro Alves <palves@redhat.com>
7793
7794 * gdb.server/reconnect-ctrl-c.c: New file.
7795 * gdb.server/reconnect-ctrl-c.exp: New file.
7796
7797 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7798
7799 * gdb.python/py-rbreak.exp: New file.
7800 * gdb.python/py-rbreak.c: New file.
7801 * gdb.python/py-rbreak-func2.c: New file.
7802
7803 2017-11-16 Pedro Alves <palves@redhat.com>
7804
7805 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7806 pattern.
7807 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7808 GDB.
7809
7810 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7811
7812 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7813 regex.
7814
7815 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7816
7817 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7818 test names.
7819
7820 2017-11-09 Pedro Alves <palves@redhat.com>
7821
7822 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7823 factored out from ...
7824 (top level): ... here, and adjusted to avoid expecting beyond the
7825 prompt in a single gdb_test_multiple.
7826
7827 2017-11-09 Pedro Alves <palves@redhat.com>
7828
7829 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7830 output.
7831 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7832 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7833 * gdb.server/ext-run.exp ("kill" test): Likewise.
7834 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7835
7836 2017-11-09 Pedro Alves <palves@redhat.com>
7837
7838 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7839 match till end of line.
7840
7841 2017-11-09 Pedro Alves <palves@redhat.com>
7842
7843 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7844
7845 2017-11-09 Pedro Alves <palves@redhat.com>
7846
7847 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7848 New procedures, factored out from ...
7849 (top level): ... here, and adjusted to avoid expecting beyond the
7850 prompt in one go.
7851
7852 2017-11-09 Pedro Alves <palves@redhat.com>
7853
7854 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7855 output. Fix '?' match.
7856
7857 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7858
7859 * gdb.ada/scoped_watch: New testcase.
7860 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7861 which is actually correct.
7862 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7863 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7864
7865 2017-11-08 Pedro Alves <palves@redhat.com>
7866
7867 * gdb.gdb/complaints.exp (test_initial_complaints)
7868 (test_serial_complaints, test_short_complaints): Call
7869 complaint_internal instead of complaint.
7870
7871 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7872
7873 * gdb.threads/tls-core.c: New file.
7874 * gdb.threads/tls-core.exp: Likewise.
7875
7876 2017-11-08 Pedro Alves <palves@redhat.com>
7877
7878 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7879 (p Exported_Capitalized): New test.
7880 (p exported_capitalized): New test.
7881
7882 2017-11-07 Pedro Alves <palves@redhat.com>
7883
7884 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7885
7886 2017-11-07 Pedro Alves <palves@redhat.com>
7887
7888 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7889 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7890 (disable_invalid, disable_inverted, disable_negative): New
7891 procedures.
7892 ("bad numbers"): New set of tests.
7893
7894 2017-11-07 Pedro Alves <palves@redhat.com>
7895
7896 * gdb.cp/ena-dis-br-range.exp: Add tests.
7897
7898 2017-11-07 Pedro Alves <palves@redhat.com>
7899
7900 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7901
7902 2017-11-07 Xavier Roirand <roirand@adacore.com>
7903 Pedro Alves <palves@redhat.com>
7904
7905 * gdb.base/ena-dis-br.exp: Add reference to
7906 gdb.cp/ena-dis-br-range.exp.
7907 * gdb.cp/ena-dis-br-range.exp: New file.
7908 * gdb.cp/ena-dis-br-range.cc: New file.
7909
7910 2017-11-06 Pedro Alves <palves@redhat.com>
7911
7912 * gdb.base/attach-non-pgrp-leader.c: New.
7913 * gdb.base/attach-non-pgrp-leader.exp: New.
7914
7915 2017-11-06 Pedro Alves <palves@redhat.com>
7916
7917 * configure.ac: No longer check for termio.h and sgtty.h.
7918 * configure: Regenerate.
7919 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7920 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7921 Remove termio and sgtty code.
7922
7923 2017-11-03 Yao Qi <yao.qi@linaro.org>
7924
7925 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7926 in GDB is disabled.
7927
7928 2017-11-03 Yao Qi <yao.qi@linaro.org>
7929
7930 * gdb.python/py-thrhandle.exp: Skip it if python is not
7931 enabled.
7932
7933 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7934
7935 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7936 as a breakpoint command.
7937
7938 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7939
7940 PR python/21213
7941 * gdb.python/py-infthread.exp: Test calling
7942 InferiorThread.inferior () multiple times in a row.
7943
7944 2017-10-27 Keith Seitz <keiths@redhat.com>
7945
7946 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7947 Test "info break" for every inlined function breakpoint.
7948
7949 2017-10-27 Yao Qi <yao.qi@linaro.org>
7950
7951 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7952
7953 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7954
7955 * gdb.cp/classes.exp (test_static_members): Test printing
7956 Outer::instance.
7957 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7958 (Inner::instance, Outer::instance): New.
7959
7960 2017-10-24 Pedro Alves <palves@redhat.com>
7961
7962 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7963 extra console" test in two stages.
7964
7965 2017-10-24 Pedro Alves <palves@redhat.com>
7966
7967 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7968
7969 2017-10-24 Pedro Alves <palves@redhat.com>
7970
7971 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7972 loop.
7973
7974 2017-10-24 Pedro Alves <palves@redhat.com>
7975
7976 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7977 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7978
7979 2017-10-24 Pedro Alves <palves@redhat.com>
7980
7981 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7982 parameter and handle it. Don't output read value in test name.
7983
7984 2017-10-24 Pedro Alves <palves@redhat.com>
7985
7986 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7987 custom test name.
7988
7989 2017-10-24 Pedro Alves <palves@redhat.com>
7990
7991 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7992 include the unstable output directory name in the test's name.
7993 (initial_setup_simple) <'set args'>: Use custom test name.
7994
7995 2017-10-24 Pedro Alves <palves@redhat.com>
7996
7997 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7998 with explicit test name.
7999
8000 2017-10-20 Pedro Alves <palves@redhat.com>
8001
8002 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8003 'wait -i'. Use gdb_assert and remote_close.
8004
8005 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8006
8007 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8008 number from variable rather than hard-coded.
8009
8010 2017-10-19 Pedro Alves <palves@redhat.com>
8011
8012 * gdb.base/long-inferior-output.c: New file.
8013 * gdb.base/long-inferior-output.exp: New file.
8014
8015 2017-11-18 Keith Seitz <keiths@redhat.com>
8016
8017 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8018 method.
8019 (main): Call it.
8020 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8021 Add additional user-defined conversion operator tests.
8022
8023 2017-10-17 Pedro Alves <palves@redhat.com>
8024
8025 * boards/native-stdio-gdbserver.exp: Load "local-board".
8026
8027 2017-10-17 Pedro Alves <palves@redhat.com>
8028
8029 * gdb.base/quit-live.c: New file.
8030 * gdb.base/quit-live.exp: New file.
8031
8032 2017-10-16 Keith Seitz <keiths@redhat.com>
8033
8034 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8035 (class_with_protected_typedef, class_with_private_typedef)
8036 (struct_with_public_typedef, struct_with_protected_typedef)
8037 (struct_with_private_typedef): New classes/structs.
8038 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8039 typedefs and access specifiers.
8040
8041 2017-10-16 Pedro Alves <palves@redhat.com>
8042 Simon Marchi <simon.marchi@polymtl.ca>
8043
8044 * README (Local vs Remote vs Native): New section.
8045 * boards/local-board.exp: New file, with bits factored out from
8046 ...
8047 * boards/native-extended-gdbserver.exp: ... here. Load
8048 "local-board".
8049 * boards/native-gdbserver.exp: Load "local-board".
8050 (${board}_spawn, ${board}_exec): Delete.
8051 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8052 ...
8053 * boards/stdio-gdbserver-base.exp: ... this new file.
8054 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8055 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8056 procedure.
8057 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8058 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8059 stdio_gdbserver_command.
8060 (${board}_get_remote_address, ${board}_get_comm_port)
8061 (${board}_download, ${board}_upload): Delete.
8062 (get_target_remote_pipe_cmd): New.
8063
8064 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8065
8066 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8067 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8068 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8069 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8070 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8071 remove with_test_prefix.
8072
8073 2017-10-13 Pedro Alves <palves@redhat.com>
8074
8075 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8076 * gdb.base/annota1.exp: Use it instead of is_remote.
8077 * gdb.base/annota3.exp: Use it instead of is_remote.
8078 * gdb.cp/annota2.exp: Use it instead of is_remote.
8079 * gdb.cp/annota3.exp: Use it instead of is_remote.
8080 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8081
8082 2017-10-13 Pedro Alves <palves@redhat.com>
8083
8084 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8085 (test_num_test_vars, run_and_count_vars, find_env)
8086 (test_set_unset_env, test_inherit_env_var): New procedures.
8087 (top level): Use them.
8088
8089 2017-10-13 Pedro Alves <palves@redhat.com>
8090
8091 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8092 also skip on stub-like targets.
8093
8094 2017-10-13 Pedro Alves <palves@redhat.com>
8095
8096 PR gdb/22293
8097 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8098 (top level): Move some tests to ...
8099 (test_not_found): ... this new procedure.
8100 (top level): Call it.
8101
8102 2017-10-13 Pedro Alves <palves@redhat.com>
8103
8104 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8105 expect different "info terminal" output if testing with a
8106 non-native target.
8107
8108 2017-10-13 Pedro Alves <palves@redhat.com>
8109 Simon Marchi <simon.marchi@polymtl.ca>
8110
8111 PR python/12966
8112 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8113
8114 2017-10-13 Pedro Alves <palves@redhat.com>
8115
8116 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8117 already.
8118
8119 2017-10-13 Pedro Alves <palves@redhat.com>
8120
8121 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8122 is_remote.
8123
8124 2017-10-13 Pedro Alves <palves@redhat.com>
8125
8126 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8127 is_remote.
8128
8129 2017-10-13 Pedro Alves <palves@redhat.com>
8130
8131 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8132 is set.
8133 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8134 instead of is_remote.
8135
8136 2017-10-13 Pedro Alves <palves@redhat.com>
8137
8138 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8139 (top level): Add comment.
8140
8141 2017-10-13 Pedro Alves <palves@redhat.com>
8142
8143 * gdb.base/remote.exp (top level): Fix comment typo and add
8144 missing return.
8145
8146 2017-10-13 Pedro Alves <palves@redhat.com>
8147 Simon Marchi <simon.marchi@polymtl.ca>
8148
8149 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8150 calls and add comments. Skip test if use_gdb_stub is set.
8151 (top level): Use "set cwd" command instead of "cd" command.
8152
8153 2017-10-13 Pedro Alves <palves@redhat.com>
8154
8155 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8156 is_remote target check.
8157
8158 2017-10-13 Pedro Alves <palves@redhat.com>
8159
8160 * gdb.base/scope.exp: Use build_executable + clean_restart +
8161 gdb_file_cmd instead of prepare_for_testing and no longer skip
8162 "before run" tests on is_remote target boards. Update comments.
8163 * boards/native-extended-gdbserver.exp
8164 (extended_gdbserver_load_last_file): New, factored out from ...
8165 (gdb_load): ... this. Move further below and add comment.
8166 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8167
8168 2017-10-12 Pedro Alves <palves@redhat.com>
8169
8170 * gdb.base/attach.exp: Remove references to gdb64.
8171 * gdb.base/dbx.exp: Remove references to gdb64.
8172
8173 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8174 Pedro Alves <palves@redhat.com>
8175
8176 * gdb.base/label.exp: Remove is_remote target check.
8177
8178 2017-10-12 Pedro Alves <palves@redhat.com>
8179
8180 * gdb.base/auvx.exp (coredir): Update comment.
8181 (top level) <core_works>: Use "set cwd" command instead of "cd"
8182 command.
8183
8184 2017-10-12 Pedro Alves <palves@redhat.com>
8185 Simon Marchi <simon.marchi@polymtl.ca>
8186
8187 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8188 target boards.
8189
8190 2017-10-12 Pedro Alves <palves@redhat.com>
8191 Simon Marchi <simon.marchi@polymtl.ca>
8192
8193 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8194 Instead skip if there's any gdb_protocol set.
8195
8196 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8197 Pedro Alves <palves@redhat.com>
8198
8199 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8200
8201 2017-10-12 Pedro Alves <palves@redhat.com>
8202 Simon Marchi <simon.marchi@polymtl.ca>
8203
8204 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8205 instead of on dejagnu remote boards.
8206
8207 2017-10-12 Pedro Alves <palves@redhat.com>
8208 Simon Marchi <simon.marchi@polymtl.ca>
8209
8210 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8211 checks. Use build_executable + clean_restart instead of
8212 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8213 of enabling non-stop after starting gdb.
8214
8215 2017-10-12 Pedro Alves <palves@redhat.com>
8216
8217 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8218 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8219 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8220 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8221
8222 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8223
8224 * gdb.arch/arc-tdesc-cpu.exp: New file.
8225 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8226
8227 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8228
8229 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8230
8231 2017-10-10 Pedro Alves <palves@redhat.com>
8232
8233 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8234 expect CLI output.
8235
8236 2017-10-10 Pedro Alves <palves@redhat.com>
8237
8238 * lib/selftest-support.exp (selftest_setup): Update for
8239 captured_command_loop's prototype change.
8240
8241 2017-10-09 Pedro Alves <palves@redhat.com>
8242
8243 Test both arch1=>arch2 and arch2=>arch1.
8244
8245 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8246 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8247 factored out to...
8248 (append_arch1_options, append_arch2_options, append_arch_options)
8249 (build_executables): New procedures.
8250 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8251 local.
8252 (top level): Add new 'first_arch' testing axis.
8253
8254 2017-10-09 Pedro Alves <palves@redhat.com>
8255
8256 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8257 (barrier): New.
8258 (thread_start, all_started): New functions.
8259 (main): Spawn new thread and wait until it is scheduled.
8260 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8261 option.
8262 (do_test): Add 'selected_thread' parameter. Run to all_started
8263 instead of main. Explicitly set the breakpoint at main. Switch
8264 to the SELECTED_THREAD thread.
8265 (top level): Test handling the exec event with either the main
8266 thread or the second thread selected.
8267
8268 2017-10-09 Pedro Alves <palves@redhat.com>
8269
8270 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8271 logic. Move STOP marker after the value checks.
8272 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8273 regexp.
8274
8275 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8276
8277 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8278
8279 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8280
8281 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8282 integer-to-dfp conversion.
8283 * gdb.base/dfp-test.exp: Likewise.
8284
8285 2017-10-04 Pedro Alves <palves@redhat.com>
8286
8287 * gdb.multi/hangout.c: Include <unistd.h>.
8288 (hangout_loop): New function.
8289 (main): Call alarm. Call hangout_loop in a loop.
8290 * gdb.multi/hello.c: Include <unistd.h>.
8291 (hello_loop): New function.
8292 (main): Call alarm. Call hangout_loop in a loop.
8293 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8294 inferior with the other selected.
8295
8296 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8297
8298 * gdb.mi/list-thread-groups-available.exp: New file.
8299 * gdb.mi/list-thread-groups-available.c: New file.
8300
8301 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8302
8303 * gdb.base/set-cwd.exp: Make it available on
8304 native-extended-gdbserver.
8305
8306 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8307
8308 * gdb.base/set-cwd.c: New file.
8309 * gdb.base/set-cwd.exp: Likewise.
8310
8311 2017-10-02 Tom Tromey <tom@tromey.com>
8312
8313 PR rust/22236:
8314 * gdb.rust/simple.rs (main): New variable "fslice".
8315 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8316
8317 2017-10-02 Tom Tromey <tom@tromey.com>
8318
8319 * gdb.rust/simple.exp: Test ptype of a slice.
8320
8321 2017-10-02 Tom Tromey <tom@tromey.com>
8322
8323 * gdb.rust/simple.exp: Test index of slice.
8324
8325 2017-09-27 Tom Tromey <tom@tromey.com>
8326
8327 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8328
8329 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8330 Pedro Alves <palves@redhat.com>
8331
8332 * gdb.base/compare-sections.exp (get value of read-only section): Read
8333 as unsigned value.
8334 (corrupt read-only section): Likewise and don't set written if patching
8335 failed.
8336
8337 2017-09-21 Kevin Buettner <kevinb@redhat.com>
8338
8339 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8340 files.
8341
8342 2017-09-20 Pedro Alves <palves@redhat.com>
8343
8344 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8345 symbol names in gdb's output.
8346 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8347
8348 2017-09-20 Pedro Alves <palves@redhat.com>
8349
8350 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8351 Rename to ...
8352 (test_list_ambiguous_symbol): ... this and add a symbol name
8353 parameter. Adjust.
8354 (test_list_ambiguous_function): Reimplement on top of
8355 test_list_ambiguous_symbol and also test listing ambiguous
8356 variables.
8357 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8358 (ambiguous_fun): ... this.
8359 (ambiguous_var): New.
8360 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8361 (ambiguous_fun): ... this.
8362 (ambiguous_var): New.
8363
8364 2017-09-19 John Baldwin <jhb@FreeBSD.org>
8365
8366 * gdb.base/starti.c: New file.
8367 * gdb.base/starti.exp: New file.
8368 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8369
8370 2017-09-14 Pedro Alves <palves@redhat.com>
8371
8372 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8373 (top level): Use it instead of runto.
8374
8375 2017-09-11 Tom Tromey <tom@tromey.com>
8376
8377 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8378
8379 2017-09-11 Tom Tromey <tom@tromey.com>
8380
8381 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8382 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8383
8384 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8385
8386 * gdb.fortran/printing-types.exp: New file.
8387 * gdb.fortran/printing-types.exp: New file.
8388
8389 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8390
8391 * gdb.fortran/vla-ptype.exp: Fix typos.
8392 * gdb.fortran/vla-value.exp: Same.
8393
8394 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8395
8396 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8397 * gdb.mi/mi-var-child-f.exp: Likewise.
8398 * gdb.mi/mi-vla-fortran.exp: Likewise.
8399
8400 2017-09-08 Frank Penczek <frank.penczek@intel.com>
8401 Christoph Weinmann <christoph.t.weinmann@intel.com>
8402 Bernhard Heckel <bernhard.heckel@intel.com>
8403
8404 * gdb.fortran/ptr-indentation.f90: New file.
8405 * gdb.fortran/ptr-indentation.exp: New file.
8406
8407 2017-09-05 Tom Tromey <tom@tromey.com>
8408
8409 PR gdb/22010:
8410 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8411
8412 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8413
8414 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8415
8416 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8417
8418 * gdb.threads/tls-nodebug-pie.c: New file.
8419 * gdb.threads/tls-nodebug-pie.exp: New file.
8420
8421 2017-09-05 Tom Tromey <tom@tromey.com>
8422
8423 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8424 for rust.
8425
8426 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8427
8428 * gdb.multi/multi-arch-exec.exp: Test with different
8429 "follow-exec-mode" settings.
8430 (do_test): New procedure.
8431
8432 2017-09-04 Pedro Alves <palves@redhat.com>
8433
8434 * gdb.base/func-static.c (S::method const, S::method volatile)
8435 (S::method volatile const): New methods.
8436 (c_s, v_s, cv_s): New instances.
8437 (main): Call method() on them.
8438 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8439 (cannot_resolve): New procedure.
8440 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8441 print-quote-unquoted columns.
8442 (do_test): Test printing each scope too.
8443
8444 2017-09-04 Pedro Alves <palves@redhat.com>
8445
8446 * gdb.base/local-static.exp: Also test with
8447 class::method::variable wholly quoted.
8448 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8449
8450 2017-09-04 Pedro Alves <palves@redhat.com>
8451
8452 * gdb.base/local-static.c: New.
8453 * gdb.base/local-static.cc: New.
8454 * gdb.base/local-static.exp: New.
8455
8456 2017-09-04 Pedro Alves <palves@redhat.com>
8457
8458 * gdb.asm/asm-source.exp: Add casts to int.
8459 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8460 (dataglobal64_1, dataglobal64_2): New globals.
8461 * gdb.base/nodebug.exp: Test different expressions involving the
8462 new globals, with print, whatis and ptype. Add casts to int.
8463 * gdb.base/solib-display.exp: Add casts to int.
8464 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8465 * gdb.cp/m-static.exp: Add cast to int.
8466 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8467 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8468 tls variable with no debug info without a cast. Test with a cast
8469 to int too.
8470 * gdb.trace/entry-values.exp: Add casts.
8471
8472 2017-09-04 Pedro Alves <palves@redhat.com>
8473
8474 * gdb.base/nodebug.exp: Test that ptype's error about functions
8475 with unknown return type includes the function name too.
8476
8477 2017-09-04 Pedro Alves <palves@redhat.com>
8478
8479 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8480 return type of munmap in infcall.
8481 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8482 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8483 type of ftell in infcall.
8484 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8485 type of getpid in infcall.
8486 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8487 infcall.
8488 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8489 Bail on failure to extract the pid.
8490 * gdb.base/nodebug.c: #include <stdint.h>.
8491 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8492 New functions.
8493 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8494 Change expected output of print/whatis/ptype with functions with
8495 no debug info. Test all supported languages. Call
8496 test_call_promotion.
8497 * gdb.compile/compile.exp: Adjust expected output to expect
8498 warning.
8499 * gdb.threads/siginfo-threads.exp: Likewise.
8500
8501 2017-09-04 Pedro Alves <palves@redhat.com>
8502
8503 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8504 "prototypes". Test calling float functions via prototyped and
8505 unprototyped function pointers.
8506 (perform_all_tests): New parameter "prototypes". Pass it down.
8507 (top level): Pass down "prototypes" parameter to
8508 perform_all_tests.
8509
8510 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8511
8512 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8513 Test with nested loops.
8514
8515 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8516
8517 * gdb.base/commands.exp: Call the new procedures.
8518 (loop_break_test, loop_continue_test): New procedures.
8519
8520 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8521
8522 * gdb.base/commands.exp: Call new procedure.
8523 (define_if_without_arg_test): New procedure.
8524
8525 2017-09-04 Pedro Alves <palves@redhat.com>
8526
8527 * gdb.base/list-ambiguous.exp: New file.
8528 * gdb.base/list-ambiguous0.c: New file.
8529 * gdb.base/list-ambiguous1.c: New file.
8530 * gdb.base/list.exp (test_list_range): Adjust expected output.
8531
8532 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8533
8534 * gdb.base/share-env-with-gdbserver.c: New file.
8535 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8536
8537 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8538
8539 * gdb.base/commands.exp (gdbvar_simple_if_test,
8540 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8541 progvar_simple_if_test, progvar_simple_while_test,
8542 progvar_complex_if_while_test, user_defined_command_test,
8543 user_defined_command_args_eval,
8544 user_defined_command_args_stack_test,
8545 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8546 temporary_breakpoint_commands,
8547 gdb_test_no_prompt, redefine_hook_test,
8548 redefine_backtrace_test): Remove "global gdb_prompt".
8549
8550 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8551
8552 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8553 New proc, call it from toplevel.
8554
8555 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8556
8557 PR remote/21852
8558 * gdb.server/normal.c: New file, copied from gdb.base.
8559 * gdb.server/run-without-local-binary.exp: New file.
8560
8561 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8562
8563 * gdb.arch/sparc64-adi.exp: New file.
8564 * gdb.arch/sparc64-adi.c: New file.
8565
8566 2017-08-22 Pedro Alves <palves@redhat.com>
8567
8568 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8569 (top level): Add "list all overloads" tests.
8570
8571 2017-08-22 Tom Tromey <tom@tromey.com>
8572
8573 * gdb.gdb/xfullpath.exp: Remove.
8574
8575 2017-08-21 Pedro Alves <palves@redhat.com>
8576
8577 PR gdb/19487
8578 * gdb.base/symbol-alias.c: New.
8579 * gdb.base/symbol-alias2.c: New.
8580 * gdb.base/symbol-alias.exp: New.
8581
8582 2017-08-21 Pedro Alves <palves@redhat.com>
8583
8584 * gdb.base/dfp-test.c
8585 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8586 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8587 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8588 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8589 * gdb.base/whatis-ptype-typedefs.c: New.
8590 * gdb.base/whatis-ptype-typedefs.exp: New.
8591 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8592 (an_int, an_int_type, an_int_type2): New globals.
8593 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8594 involving typedefs and cast expressions.
8595 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8596 (lookup_typedefs_function): New.
8597 (typedefs_pretty_printers_dict): New.
8598 (top level): Register lookup_typedefs_function in
8599 gdb.pretty_printers.
8600
8601 2017-08-18 Yao Qi <yao.qi@linaro.org>
8602
8603 * gdb.server/unittest.exp: New.
8604
8605 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8606
8607 PR gdb/21954
8608 * gdb.base/environ.exp: Add test to check if 'unset environment'
8609 works.
8610
8611 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8612
8613 * lib/gdb.exp (universal_compile_options): New caching proc.
8614 (gdb_compile): Suppress GCC's coloring of messages.
8615
8616 2017-08-14 Tom Tromey <tom@tromey.com>
8617
8618 PR gdb/21675:
8619 * gdb.base/printcmds.exp (test_radices): New function.
8620 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8621 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8622 * lib/gdb.exp (get_integer_valueof): Use p/d.
8623
8624 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8625
8626 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8627 characters.
8628
8629 2017-08-05 Tom Tromey <tom@tromey.com>
8630
8631 * gdb.rust/simple.exp: Allow String to appear in a different
8632 namespace.
8633
8634 2017-07-26 Yao Qi <yao.qi@linaro.org>
8635
8636 * gdb.gdb/unittest.exp: Invoke command
8637 "maintenance check xml-descriptions".
8638
8639 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8640
8641 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8642 calling context.
8643 (hex128): Drop erroneous calculation of parameters.
8644
8645 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8646
8647 * gdb.python/py-unwind.exp: Disable stack protection when
8648 building test file.
8649
8650 2017-07-20 Pedro Alves <palves@redhat.com>
8651
8652 * gdb.base/default.exp (set language): Adjust expected output.
8653
8654 2017-07-20 Pedro Alves <palves@redhat.com>
8655
8656 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8657 (test_minsym): ... this, and make static.
8658 (get_pck__foo__bar__minsym): Rename to ...
8659 (get_test_minsym): ... this.
8660 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8661 symbol names and comments.
8662 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8663 (get_test_minsym): ... this.
8664 (pck__foo__bar__minsym__2): Rename to ...
8665 (test_minsym): ... this.
8666 (main): Adjust.
8667
8668 2017-07-17 Pedro Alves <palves@redhat.com>
8669
8670 * gdb.base/completion.exp: Adjust expected output.
8671 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8672 the completer works.
8673
8674 2017-07-17 Pedro Alves <palves@redhat.com>
8675
8676 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8677
8678 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8679
8680 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8681
8682 2017-07-14 Tom Tromey <tom@tromey.com>
8683
8684 PR rust/21764:
8685 * gdb.rust/simple.exp: Add tests.
8686
8687 2017-07-14 Tom Tromey <tom@tromey.com>
8688
8689 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8690
8691 2017-07-14 Pedro Alves <palves@redhat.com>
8692
8693 * gdb.linespec/base/one/thefile.cc (z1): New function.
8694 * gdb.linespec/base/two/thefile.cc (z2): New function.
8695 * gdb.linespec/linespec.exp: Add tests.
8696
8697 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8698
8699 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8700 to mi_create_breakpoint.
8701
8702 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8703
8704 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8705 mi_create_breakpoint.
8706
8707 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8708
8709 * gdb.dlang/demangle.exp: Update for demangling changes.
8710
8711 2017-07-09 Tom Tromey <tom@tromey.com>
8712
8713 * gdb.dwarf2/shortpiece.exp: New file.
8714
8715 2017-07-06 David Blaikie <dblaikie@gmail.com>
8716
8717 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8718 built from fissiont-multi-cu{1,2}.c.
8719 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8720 except putting 'main' and 'func' in separate CUs in the same DWO file.
8721 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8722 test.
8723 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8724 test.
8725
8726 2017-07-06 Pedro Alves <palves@redhat.com>
8727
8728 * gdb.python/py-unwind.exp: Test flushregs.
8729
8730 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8731
8732 PR cli/21688
8733 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8734 tests for alias commands and trailing whitespace.
8735
8736 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8737
8738 PR cli/21688
8739 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8740 procedure. Call it.
8741
8742 2017-06-29 Pedro Alves <palves@redhat.com>
8743
8744 * gdb.base/printcmds.exp: Add tests.
8745
8746 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8747
8748 PR gdb/21337
8749 * gdb.base/reread-readsym.exp: New file.
8750 * gdb.base/reread-readsym.c: New file.
8751
8752 2017-06-21 Kevin Buettner <kevinb@redhat.com>
8753
8754 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8755 subpattern.
8756
8757 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8758
8759 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8760 extended mnemonic.
8761 * gdb.arch/powerpc-power9.s: Likewise.
8762
8763 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8764
8765 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8766 on 32-bit x86 targets. Exploit is_*_target macros where
8767 appropriate.
8768
8769 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8770
8771 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8772 register pieces.
8773
8774 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8775
8776 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8777 located in one or more DWARF pieces.
8778
8779 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8780
8781 * lib/gdb.exp (get_endianness): New proc.
8782 * gdb.arch/aarch64-fp.exp: Use it.
8783 * gdb.arch/altivec-regs.exp: Likewise.
8784 * gdb.arch/e500-regs.exp: Likewise.
8785 * gdb.arch/vsx-regs.exp: Likewise.
8786 * gdb.base/dump.exp: Likewise.
8787 * gdb.base/funcargs.exp: Likewise.
8788 * gdb.base/gnu_vector.exp: Likewise.
8789 * gdb.dwarf2/formdata16.exp: Likewise.
8790 * gdb.dwarf2/implptrpiece.exp: Likewise.
8791 * gdb.dwarf2/nonvar-access.exp: Likewise.
8792 * gdb.python/py-inferior.exp: Likewise.
8793 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8794
8795 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8796
8797 PR gdb/21226
8798 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8799 stack value pieces are taken from the LSB end.
8800
8801 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8802
8803 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8804 variable at nonzero offset.
8805
8806 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8807
8808 * gdb.dwarf2/var-access.c: New file.
8809 * gdb.dwarf2/var-access.exp: New test.
8810 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8811
8812 2017-06-12 Tom Tromey <tom@tromey.com>
8813
8814 * gdb.dwarf2/formdata16.exp: Add tests.
8815
8816 2017-06-12 Tom Tromey <tom@tromey.com>
8817
8818 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8819
8820 2017-06-12 Tom Tromey <tom@tromey.com>
8821
8822 PR exp/16225:
8823 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8824 * gdb.arch/vsx-regs.exp: Update tests.
8825 * gdb.arch/s390-vregs.exp (hex128): New proc.
8826 Update test.
8827 * gdb.arch/altivec-regs.exp: Update tests.
8828
8829 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8830
8831 * gdb.base/startup-with-shell.c: New file.
8832 * gdb.base/startup-with-shell.exp: Likewise.
8833
8834 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8835
8836 * gdb.server/non-existing-program.exp: Update regex in order to
8837 reflect the fact that gdbserver is now using fork_inferior (with a
8838 shell) to startup the inferior.
8839
8840 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8841
8842 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8843 support function calls from GDB.
8844
8845 2017-05-21 Tom Tromey <tom@tromey.com>
8846
8847 PR rust/21466:
8848 * gdb.rust/unsized.exp: New file.
8849 * gdb.rust/unsized.rs: New file.
8850
8851 2017-05-19 Tom Tromey <tom@tromey.com>
8852
8853 PR rust/21484:
8854 * gdb.rust/watch.exp: New file.
8855 * gdb.rust/watch.rs: New file.
8856
8857 2017-05-18 Tom Tromey <tom@tromey.com>
8858
8859 * gdb.rust/simple.exp: Allow Box to be qualified.
8860
8861 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8862
8863 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8864
8865 2017-05-18 Pedro Alves <palves@redhat.com>
8866
8867 * gdb.base/fileio.c (test_write, test_read, test_close)
8868 (test_fstat): Don't print 'ret' in the fail path.
8869
8870 2017-05-18 Pedro Alves <palves@redhat.com>
8871
8872 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8873 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8874 (test_system, test_rename, test_unlink, test_time): Change
8875 prototypes.
8876 * gdb.base/fileio.exp (stop_msg): Adjust.
8877
8878 2017-05-18 Pedro Alves <palves@redhat.com>
8879
8880 * gdb.base/fileio.c (null_str): New global.
8881 (test_stat): Use it.
8882 * gdb.base/fileio.exp: Remove nowarnings.
8883
8884 2017-05-17 Yao Qi <yao.qi@linaro.org>
8885
8886 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8887
8888 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8889
8890 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8891 argument command.
8892 (top-level): Invoke test_set_inferior_tty.
8893
8894 2017-05-04 Pedro Alves <palves@redhat.com>
8895
8896 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8897 Add parens to print call for Python 3.
8898
8899 2017-05-03 Keith Seitz <keiths@redhat.com>
8900
8901 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8902 (main): Call it.
8903
8904 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8905
8906 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8907 to prev and next.
8908
8909 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8910
8911 * gdb.python/py-record-btrace.exp: Remove test for
8912 gdb.BtraceInstruction.error.
8913
8914 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8915
8916 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8917
8918 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8919
8920 * gdb.python/py-record-btrace-threads.c: New file.
8921 * gdb.python/py-record-btrace-threads.exp: New file.
8922
8923 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8924
8925 PR testsuite/8595
8926 * gdb.base/environ.exp: Make test available in all architectures.
8927 Move bits related to "info program" testing to
8928 gdb.base/info-program.exp. Rewrite tests to use the two new
8929 procedures mentione below.
8930 (test_set_show_env_var) New procedure.
8931 (test_set_show_env_var_equal): Likewise.
8932 * gdb.base/info-program.exp: New file.
8933
8934 2017-04-27 Keith Seitz <keiths@redhat.com>
8935
8936 * gdb.cp/oranking.cc (test15): New function.
8937 (main): Call test15 and declare additional variables for testing.
8938 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8939 "p foo101('abc')" tests.
8940 Add tests for cv qualifier overloads.
8941 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8942 "lvalue reference overload" test.
8943 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8944 "print value of f1 on Child&& in f2" test.
8945
8946 2017-04-19 Pedro Alves <palves@redhat.com>
8947
8948 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8949 procedure.
8950 (top level): Call it.
8951 * lib/gdb.exp (gdb_define_cmd): New procedure.
8952
8953 2017-04-12 Pedro Alves <palves@redhat.com>
8954
8955 PR gdb/21323
8956 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8957 (wchar): New global.
8958 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8959 (do_test_wide_char, wide_char_types_no_program, top level): Add
8960 wchar_t testing.
8961
8962 2017-04-12 Pedro Alves <palves@redhat.com>
8963
8964 PR c++/21323
8965 * gdb.cp/wide_char_types.c: New file.
8966 * gdb.cp/wide_char_types.exp: New file.
8967
8968 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8969
8970 PR gdb/21352
8971 * gdb.trace/tsv.exp: Add test for "tsave -r".
8972
8973 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8974
8975 * gdb.dlang/watch-loc.c: New file.
8976 * gdb.dlang/watch-loc.exp: New file.
8977
8978 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8979
8980 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8981
8982 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8983
8984 * gdb.arch/arc-analyze-prologue.S: New file.
8985 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8986
8987 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8988
8989 * gdb.arch/arc-decode-insn.S: New file.
8990 * gdb.arch/arc-decode-insn.exp: Likewise.
8991
8992 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8993
8994 PR tdep/20928
8995 * gdb.arch/sparc64-regs.exp: New file.
8996 * gdb.arch/sparc64-regs.S: Likewise.
8997
8998 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8999
9000 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9001 and memory view on Python 3.
9002
9003 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
9004 Keith Seitz <keiths@redhat.com>
9005
9006 PR gdb/14441
9007 * gdb.cp/demangle.exp: Add rvalue reference tests.
9008 * gdb.cp/rvalue-ref-casts.cc: New file.
9009 * gdb.cp/rvalue-ref-casts.exp: New file.
9010 * gdb.cp/rvalue-ref-overload.cc: New file.
9011 * gdb.cp/rvalue-ref-overload.exp: New file.
9012 * gdb.cp/rvalue-ref-params.cc: New file.
9013 * gdb.cp/rvalue-ref-params.exp: New file.
9014 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9015 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9016 * gdb.cp/rvalue-ref-types.cc: New file.
9017 * gdb.cp/rvalue-ref-types.exp: New file.
9018 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9019 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9020
9021 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9022
9023 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9024 New procedure.
9025
9026 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9027
9028 * lib/mi-support.exp (mi_gdb_test): Add additional message
9029 for unexpected output.
9030
9031 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9032
9033 * gdb.base/examine-backward.c (Barrier): New character array
9034 constant, to ensure that TestStrings is preceded by a string
9035 terminator.
9036
9037 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9038
9039 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9040 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9041 and implicit pointer into such a location.
9042
9043 2017-03-16 Doug Evans <dje@google.com>
9044
9045 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9046
9047 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9048
9049 * gdb.cp/m-static.exp: Fix expectation for prototype of
9050 test5.single_constructor and single_constructor::single_constructor.
9051
9052 2017-03-16 Doug Evans <dje@google.com>
9053
9054 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9055 * gdb.guile/scm-lazy-string.c: New file.
9056 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9057 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9058 for pointer, array, typedef lazy strings.
9059
9060 2017-03-16 Doug Evans <dje@google.com>
9061
9062 PR python/17728, python/18439, python/18779
9063 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9064 * gdb.python/py-lazy-string.c (pointer): New typedef.
9065 (main): New locals ptr, array, typedef_ptr.
9066 * gdb.python/py-value.exp: Move lazy string tests to ...
9067 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9068 array, typedef lazy strings.
9069
9070 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9071
9072 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9073 Add optional 'test' parameter.
9074
9075 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9076
9077 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9078 Skip for versions of DejaGnu < 1.5.
9079
9080 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9081
9082 * lib/gdb.exp (dejagnu_version): New proc.
9083 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9084 Use dejagnu_version.
9085
9086 2017-03-10 Keith Seitz <keiths@redhat.com>
9087
9088 PR c++/8128
9089 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9090 type from destructor regexps.
9091 Add a branch which actually passes the test.
9092 Adjust "ptype t5i" test names.
9093
9094 2017-03-08 Pedro Alves <palves@redhat.com>
9095
9096 * gdb.base/step-over-exit.exp: Add explicit test message.
9097
9098 2017-03-08 Pedro Alves <palves@redhat.com>
9099
9100 PR gdb/18360
9101 * gdb.threads/interrupt-while-step-over.c: New file.
9102 * gdb.threads/interrupt-while-step-over.exp: New file.
9103
9104 2017-03-08 Pedro Alves <palves@redhat.com>
9105
9106 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9107 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9108
9109 2017-03-08 Pedro Alves <palves@redhat.com>
9110
9111 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9112 PKRU as not supported as a PASS.
9113
9114 2017-03-08 Pedro Alves <palves@redhat.com>
9115
9116 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9117 prefix instead of $binfile1/$binfile2.
9118 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9119 in test message.
9120 * gdb.python/py-completion.exp: Use "load python file" as test
9121 messages instead of unstable path names.
9122
9123 2017-03-08 Pedro Alves <palves@redhat.com>
9124 Jan Kratochvil <jan.kratochvil@redhat.com>
9125
9126 PR cli/21218
9127 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9128 New proc.
9129 (top level): Call it.
9130
9131 2017-03-08 Pedro Alves <palves@redhat.com>
9132
9133 PR tui/21216
9134 * gdb.tui/tui-nl-filtered-output.exp: New file.
9135
9136 2017-03-08 Pedro Alves <palves@redhat.com>
9137
9138 * gdb.base/completion.exp: Move TUI completion tests to ...
9139 * gdb.tui/completion.exp: ... this new file.
9140
9141 2017-03-08 Pedro Alves <palves@redhat.com>
9142
9143 * gdb.base/tui-disasm-long-lines.c,
9144 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9145 gdb.base/tui-layout.exp: Move to ...
9146 * gdb.tui/: ... this new directory.
9147
9148 2017-03-07 Pedro Alves <palves@redhat.com>
9149
9150 * gdb.base/tui-layout.c: New file.
9151 * gdb.base/tui-layout.exp: New file.
9152
9153 2017-03-07 Pedro Alves <palves@redhat.com>
9154
9155 * gdb.base/tui-layout.c: Rename to ...
9156 * gdb.base/tui-disasm-long-lines.c: ... this.
9157 * gdb.base/tui-layout.exp: Rename to ...
9158 * gdb.base/tui-disasm-long-lines.exp: ... this.
9159
9160 2017-03-07 Pedro Alves <palves@redhat.com>
9161
9162 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9163
9164 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9165
9166 * i386-mpx-call.c: New file.
9167 * i386-mpx-call.exp: New file.
9168
9169 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9170
9171 * gdb.arch/powerpc-power.exp: Delete test.
9172 * gdb.arch/powerpc-power.s: Likewise.
9173 * gdb.disasm/disassembler-options.exp: New test.
9174 * gdb.arch/powerpc-altivec.exp: Likewise.
9175 * gdb.arch/powerpc-altivec.s: Likewise.
9176 * gdb.arch/powerpc-altivec2.exp: Likewise.
9177 * gdb.arch/powerpc-altivec2.s: Likewise.
9178 * gdb.arch/powerpc-altivec3.exp: Likewise.
9179 * gdb.arch/powerpc-altivec3.s: Likewise.
9180 * gdb.arch/powerpc-power7.exp: Likewise.
9181 * gdb.arch/powerpc-power7.s: Likewise.
9182 * gdb.arch/powerpc-power8.exp: Likewise.
9183 * gdb.arch/powerpc-power8.s: Likewise.
9184 * gdb.arch/powerpc-power9.exp: Likewise.
9185 * gdb.arch/powerpc-power9.s: Likewise.
9186 * gdb.arch/powerpc-vsx.exp: Likewise.
9187 * gdb.arch/powerpc-vsx.s: Likewise.
9188 * gdb.arch/powerpc-vsx2.exp: Likewise.
9189 * gdb.arch/powerpc-vsx2.s: Likewise.
9190 * gdb.arch/powerpc-vsx3.exp: Likewise.
9191 * gdb.arch/powerpc-vsx3.s: Likewise.
9192 * gdb.arch/arm-disassembler-options.exp: Likewise.
9193 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9194 * gdb.arch/s390-disassembler-options.exp: Likewise.
9195
9196 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
9197
9198 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9199 (check_supported_features): ... this. Changed return type to void.
9200 (supports_rdseed): New static global.
9201 (rdseed): Check supports_rdseed.
9202 (initialize): Call check_supported_features.
9203
9204 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9205
9206 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9207 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9208 and lqarx/stqcx.
9209 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9210 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9211
9212 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9213
9214 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9215 uppercase.
9216
9217 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9218
9219 * gdb.dwarf2/formdata16.c: New file.
9220 * gdb.dwarf2/formdata16.exp: New file.
9221 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9222
9223 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9224
9225 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9226 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9227 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9228 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9229 DW_AT_GNU_*.
9230
9231 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9232
9233 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9234
9235 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9236
9237 PR gdb/21164
9238 * gdb.base/maint.exp: Add testcases for when the commands do
9239 not have arguments.
9240
9241 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9242
9243 * gdb.cp/chained-calls.exp: Use p instead of P.
9244
9245 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9246
9247 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9248 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9249
9250 2017-02-14 Tom Tromey <tom@tromey.com>
9251
9252 PR python/13598:
9253 * gdb.python/py-events.exp: Add before_prompt event tests.
9254
9255 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9256
9257 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9258
9259 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9260
9261 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9262 (main): Call my_unique_function_name.
9263 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9264 completion of patterns with a single match.
9265 Add missing -re switches to gdb_test_multiple calls.
9266
9267 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9268
9269 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9270 return if core file is not recognized.
9271
9272 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9273
9274 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9275 and extra UIs.
9276
9277 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9278
9279 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9280 proc_with_prefix.
9281
9282 2017-02-10 Tom Tromey <tom@tromey.com>
9283
9284 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9285
9286 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
9287
9288 PR gdb/21122
9289 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9290
9291 2017-02-08 Jerome Guitton <guitton@adacore.com>
9292
9293 * gdb.base/define.exp: Add test for command abbreviations
9294 in define.
9295
9296 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
9297
9298 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9299 * gdb.reverse/insn-reverse-x86.c: New file.
9300
9301 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9302
9303 PR tdep/20936
9304 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9305
9306 2017-02-03 Tom Tromey <tom@tromey.com>
9307
9308 PR rust/21097:
9309 * gdb.rust/simple.exp: Add new tests.
9310
9311 2017-02-02 Pedro Alves <palves@redhat.com>
9312
9313 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9314 tests.
9315
9316 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9317
9318 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9319 taking a 2-byte value out of a 4-byte DWARF implicit value on
9320 big-endian targets.
9321 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9322 logic. Add test cases for DW_OP_implicit.
9323
9324 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9325
9326 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9327
9328 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9329
9330 * gdb.btrace/enable.exp: Call gdb_exit before
9331 skip_gdbserver_tests.
9332
9333 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9334
9335 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9336 GDBFLAGS.
9337
9338 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9339
9340 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9341 the test is skipped.
9342 * gdb.btrace/data.exp: Likewise.
9343 * gdb.btrace/delta.exp: Likewise.
9344 * gdb.btrace/dlopen.exp: Likewise.
9345 * gdb.btrace/enable-running.exp: Likewise.
9346 * gdb.btrace/enable.exp: Likewise.
9347 * gdb.btrace/exception.exp: Likewise.
9348 * gdb.btrace/function_call_history.exp: Likewise.
9349 * gdb.btrace/gcore.exp: Likewise.
9350 * gdb.btrace/instruction_history.exp: Likewise.
9351 * gdb.btrace/multi-thread-step.exp: Likewise.
9352 * gdb.btrace/nohist.exp: Likewise.
9353 * gdb.btrace/non-stop.exp: Likewise.
9354 * gdb.btrace/reconnect.exp: Likewise.
9355 * gdb.btrace/record_goto-step.exp: Likewise.
9356 * gdb.btrace/record_goto.exp: Likewise.
9357 * gdb.btrace/rn-dl-bind.exp: Likewise.
9358 * gdb.btrace/segv.exp: Likewise.
9359 * gdb.btrace/step.exp: Likewise.
9360 * gdb.btrace/stepi.exp: Likewise.
9361 * gdb.btrace/tailcall-only.exp: Likewise.
9362 * gdb.btrace/tailcall.exp: Likewise.
9363 * gdb.btrace/tsx.exp: Likewise.
9364 * gdb.btrace/unknown_functions.exp: Likewise.
9365 * gdb.btrace/vdso.exp: Likewise.
9366
9367 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9368
9369 * gdb.btrace/enable-running.c: New.
9370 * gdb.btrace/enable-running.exp: New.
9371
9372 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9373
9374 * gdb.arch/amd64-gs_base.c: New file.
9375 * gdb.arch/amd64-gs_base.exp: New file.
9376
9377 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9378
9379 * lib/memory.exp: Remove spurious empty newlines.
9380
9381 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9382
9383 * gdb.python/py-bad-printers.exp: Load python file using "source".
9384 * gdb.python/py-events.exp: Likewise.
9385 * gdb.python/py-evsignal.exp: Likewise.
9386 * gdb.python/py-evthreads.exp: Likewise.
9387 * gdb.python/py-frame-args.exp: Likewise.
9388 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9389 * gdb.python/py-framefilter-mi.exp: Likewise.
9390 * gdb.python/py-framefilter.exp: Likewise.
9391 * gdb.python/py-mi.exp: Likewise.
9392 * gdb.python/py-pp-maint.exp: Likewise.
9393 * gdb.python/py-pp-registration.exp: Likewise.
9394 * gdb.python/py-prettyprint.exp: Likewise.
9395 (run_lang_tests): Likewise.
9396 * gdb.python/py-typeprint.exp: Likewise.
9397
9398 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9399
9400 * lib/memory.exp: New file.
9401 * lib/gdb.exp: Load memory.exp.
9402 * gdb.base/memattr.exp (delete_memory): Move proc to
9403 lib/memory.exp and rename to delete_memory_regions.
9404 Replace delete_memory with delete_memory_regions.
9405 Cleanup memory regions before tests.
9406 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9407 before tests.
9408
9409 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9410
9411 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9412 files.
9413 (initialize): New function conditionally defined.
9414 (testcases): Move within conditional block.
9415 (main): Call initialize.
9416 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9417 of gdb.reverse/insn-reverse.c.
9418 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9419 gdb.reverse/insn-reverse.c.
9420
9421 2017-01-26 Yao Qi <yao.qi@linaro.org>
9422
9423 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9424 disassemble on address 0.
9425
9426 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9427 Yao Qi <yao.qi@linaro.org>
9428
9429 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9430 * gdb.dwarf2/implptr-64bit.S: Remove.
9431 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9432 variables in caller's context. Add DW_OP_implicit_value.
9433
9434 2017-01-25 Yao Qi <yao.qi@linaro.org>
9435
9436 * lib/dwarf.exp (Dwarf::_location): Handle
9437 DW_OP_GNU_implicit_pointer with proper size.
9438
9439 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9440
9441 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9442 and add untested calls.
9443
9444 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9445
9446 * gdb.python/python.exp: Check line number against what GDB thinks
9447 the line number is for func1.
9448
9449 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9450
9451 * gdb.dlang/debug-expr.exp: New file.
9452
9453 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
9454
9455 Fix test names for the following files:
9456
9457 * gdb.ada/exec_changed.exp
9458 * gdb.ada/info_types.exp
9459 * gdb.arch/aarch64-atomic-inst.exp
9460 * gdb.arch/aarch64-fp.exp
9461 * gdb.arch/altivec-abi.exp
9462 * gdb.arch/altivec-regs.exp
9463 * gdb.arch/amd64-byte.exp
9464 * gdb.arch/amd64-disp-step.exp
9465 * gdb.arch/amd64-dword.exp
9466 * gdb.arch/amd64-entry-value-inline.exp
9467 * gdb.arch/amd64-entry-value-param.exp
9468 * gdb.arch/amd64-entry-value-paramref.exp
9469 * gdb.arch/amd64-entry-value.exp
9470 * gdb.arch/amd64-i386-address.exp
9471 * gdb.arch/amd64-invalid-stack-middle.exp
9472 * gdb.arch/amd64-invalid-stack-top.exp
9473 * gdb.arch/amd64-optimout-repeat.exp
9474 * gdb.arch/amd64-prologue-skip.exp
9475 * gdb.arch/amd64-prologue-xmm.exp
9476 * gdb.arch/amd64-stap-special-operands.exp
9477 * gdb.arch/amd64-stap-wrong-subexp.exp
9478 * gdb.arch/amd64-tailcall-cxx.exp
9479 * gdb.arch/amd64-tailcall-noret.exp
9480 * gdb.arch/amd64-tailcall-ret.exp
9481 * gdb.arch/amd64-tailcall-self.exp
9482 * gdb.arch/amd64-word.exp
9483 * gdb.arch/arm-bl-branch-dest.exp
9484 * gdb.arch/arm-disp-step.exp
9485 * gdb.arch/arm-neon.exp
9486 * gdb.arch/arm-single-step-kernel-helper.exp
9487 * gdb.arch/avr-flash-qualifier.exp
9488 * gdb.arch/disp-step-insn-reloc.exp
9489 * gdb.arch/e500-abi.exp
9490 * gdb.arch/e500-regs.exp
9491 * gdb.arch/ftrace-insn-reloc.exp
9492 * gdb.arch/i386-avx512.exp
9493 * gdb.arch/i386-bp_permanent.exp
9494 * gdb.arch/i386-byte.exp
9495 * gdb.arch/i386-cfi-notcurrent.exp
9496 * gdb.arch/i386-disp-step.exp
9497 * gdb.arch/i386-dr3-watch.exp
9498 * gdb.arch/i386-float.exp
9499 * gdb.arch/i386-gnu-cfi.exp
9500 * gdb.arch/i386-mpx-map.exp
9501 * gdb.arch/i386-mpx-sigsegv.exp
9502 * gdb.arch/i386-mpx-simple_segv.exp
9503 * gdb.arch/i386-mpx.exp
9504 * gdb.arch/i386-permbkpt.exp
9505 * gdb.arch/i386-prologue.exp
9506 * gdb.arch/i386-signal.exp
9507 * gdb.arch/i386-size-overlap.exp
9508 * gdb.arch/i386-unwind.exp
9509 * gdb.arch/i386-word.exp
9510 * gdb.arch/mips-fcr.exp
9511 * gdb.arch/powerpc-d128-regs.exp
9512 * gdb.arch/powerpc-stackless.exp
9513 * gdb.arch/ppc64-atomic-inst.exp
9514 * gdb.arch/s390-stackless.exp
9515 * gdb.arch/s390-tdbregs.exp
9516 * gdb.arch/s390-vregs.exp
9517 * gdb.arch/sparc-sysstep.exp
9518 * gdb.arch/thumb-bx-pc.exp
9519 * gdb.arch/thumb-singlestep.exp
9520 * gdb.arch/thumb2-it.exp
9521 * gdb.arch/vsx-regs.exp
9522 * gdb.asm/asm-source.exp
9523 * gdb.base/a2-run.exp
9524 * gdb.base/advance.exp
9525 * gdb.base/all-bin.exp
9526 * gdb.base/anon.exp
9527 * gdb.base/args.exp
9528 * gdb.base/arithmet.exp
9529 * gdb.base/async-shell.exp
9530 * gdb.base/async.exp
9531 * gdb.base/attach-pie-noexec.exp
9532 * gdb.base/attach-twice.exp
9533 * gdb.base/auto-load.exp
9534 * gdb.base/bang.exp
9535 * gdb.base/bitfields.exp
9536 * gdb.base/break-always.exp
9537 * gdb.base/break-caller-line.exp
9538 * gdb.base/break-entry.exp
9539 * gdb.base/break-inline.exp
9540 * gdb.base/break-on-linker-gcd-function.exp
9541 * gdb.base/break-probes.exp
9542 * gdb.base/break.exp
9543 * gdb.base/breakpoint-shadow.exp
9544 * gdb.base/call-ar-st.exp
9545 * gdb.base/call-sc.exp
9546 * gdb.base/call-signal-resume.exp
9547 * gdb.base/call-strs.exp
9548 * gdb.base/callfuncs.exp
9549 * gdb.base/catch-fork-static.exp
9550 * gdb.base/catch-gdb-caused-signals.exp
9551 * gdb.base/catch-load.exp
9552 * gdb.base/catch-signal-fork.exp
9553 * gdb.base/catch-signal.exp
9554 * gdb.base/catch-syscall.exp
9555 * gdb.base/charset.exp
9556 * gdb.base/checkpoint.exp
9557 * gdb.base/chng-syms.exp
9558 * gdb.base/code-expr.exp
9559 * gdb.base/code_elim.exp
9560 * gdb.base/commands.exp
9561 * gdb.base/completion.exp
9562 * gdb.base/complex.exp
9563 * gdb.base/cond-expr.exp
9564 * gdb.base/condbreak.exp
9565 * gdb.base/consecutive.exp
9566 * gdb.base/continue-all-already-running.exp
9567 * gdb.base/coredump-filter.exp
9568 * gdb.base/corefile.exp
9569 * gdb.base/dbx.exp
9570 * gdb.base/debug-expr.exp
9571 * gdb.base/define.exp
9572 * gdb.base/del.exp
9573 * gdb.base/disabled-location.exp
9574 * gdb.base/disasm-end-cu.exp
9575 * gdb.base/disasm-optim.exp
9576 * gdb.base/display.exp
9577 * gdb.base/duplicate-bp.exp
9578 * gdb.base/ena-dis-br.exp
9579 * gdb.base/ending-run.exp
9580 * gdb.base/enumval.exp
9581 * gdb.base/environ.exp
9582 * gdb.base/eu-strip-infcall.exp
9583 * gdb.base/eval-avoid-side-effects.exp
9584 * gdb.base/eval-skip.exp
9585 * gdb.base/exitsignal.exp
9586 * gdb.base/expand-psymtabs.exp
9587 * gdb.base/filesym.exp
9588 * gdb.base/find-unmapped.exp
9589 * gdb.base/finish.exp
9590 * gdb.base/float.exp
9591 * gdb.base/foll-exec-mode.exp
9592 * gdb.base/foll-exec.exp
9593 * gdb.base/foll-fork.exp
9594 * gdb.base/fortran-sym-case.exp
9595 * gdb.base/freebpcmd.exp
9596 * gdb.base/func-ptr.exp
9597 * gdb.base/func-ptrs.exp
9598 * gdb.base/funcargs.exp
9599 * gdb.base/gcore-buffer-overflow.exp
9600 * gdb.base/gcore-relro-pie.exp
9601 * gdb.base/gcore-relro.exp
9602 * gdb.base/gcore.exp
9603 * gdb.base/gdb1090.exp
9604 * gdb.base/gdb11530.exp
9605 * gdb.base/gdb11531.exp
9606 * gdb.base/gdb1821.exp
9607 * gdb.base/gdbindex-stabs.exp
9608 * gdb.base/gdbvars.exp
9609 * gdb.base/hbreak.exp
9610 * gdb.base/hbreak2.exp
9611 * gdb.base/included.exp
9612 * gdb.base/infcall-input.exp
9613 * gdb.base/inferior-died.exp
9614 * gdb.base/infnan.exp
9615 * gdb.base/info-macros.exp
9616 * gdb.base/info-os.exp
9617 * gdb.base/info-proc.exp
9618 * gdb.base/info-shared.exp
9619 * gdb.base/info-target.exp
9620 * gdb.base/infoline.exp
9621 * gdb.base/interp.exp
9622 * gdb.base/interrupt.exp
9623 * gdb.base/jit-reader.exp
9624 * gdb.base/jit-simple.exp
9625 * gdb.base/kill-after-signal.exp
9626 * gdb.base/kill-detach-inferiors-cmd.exp
9627 * gdb.base/label.exp
9628 * gdb.base/langs.exp
9629 * gdb.base/ldbl_e308.exp
9630 * gdb.base/line-symtabs.exp
9631 * gdb.base/linespecs.exp
9632 * gdb.base/list.exp
9633 * gdb.base/long_long.exp
9634 * gdb.base/longest-types.exp
9635 * gdb.base/maint.exp
9636 * gdb.base/max-value-size.exp
9637 * gdb.base/memattr.exp
9638 * gdb.base/mips_pro.exp
9639 * gdb.base/morestack.exp
9640 * gdb.base/moribund-step.exp
9641 * gdb.base/multi-forks.exp
9642 * gdb.base/nested-addr.exp
9643 * gdb.base/nextoverexit.exp
9644 * gdb.base/noreturn-finish.exp
9645 * gdb.base/noreturn-return.exp
9646 * gdb.base/nostdlib.exp
9647 * gdb.base/offsets.exp
9648 * gdb.base/opaque.exp
9649 * gdb.base/pc-fp.exp
9650 * gdb.base/permissions.exp
9651 * gdb.base/print-symbol-loading.exp
9652 * gdb.base/prologue-include.exp
9653 * gdb.base/psymtab.exp
9654 * gdb.base/ptype.exp
9655 * gdb.base/random-signal.exp
9656 * gdb.base/randomize.exp
9657 * gdb.base/range-stepping.exp
9658 * gdb.base/readline-ask.exp
9659 * gdb.base/recpar.exp
9660 * gdb.base/recurse.exp
9661 * gdb.base/relational.exp
9662 * gdb.base/restore.exp
9663 * gdb.base/return-nodebug.exp
9664 * gdb.base/return.exp
9665 * gdb.base/run-after-attach.exp
9666 * gdb.base/save-bp.exp
9667 * gdb.base/scope.exp
9668 * gdb.base/sect-cmd.exp
9669 * gdb.base/set-lang-auto.exp
9670 * gdb.base/set-noassign.exp
9671 * gdb.base/setvar.exp
9672 * gdb.base/sigall.exp
9673 * gdb.base/sigbpt.exp
9674 * gdb.base/siginfo-addr.exp
9675 * gdb.base/siginfo-infcall.exp
9676 * gdb.base/siginfo-obj.exp
9677 * gdb.base/siginfo.exp
9678 * gdb.base/signals-state-child.exp
9679 * gdb.base/signest.exp
9680 * gdb.base/sigstep.exp
9681 * gdb.base/sizeof.exp
9682 * gdb.base/skip.exp
9683 * gdb.base/solib-corrupted.exp
9684 * gdb.base/solib-nodir.exp
9685 * gdb.base/solib-search.exp
9686 * gdb.base/stack-checking.exp
9687 * gdb.base/stale-infcall.exp
9688 * gdb.base/stap-probe.exp
9689 * gdb.base/start.exp
9690 * gdb.base/step-break.exp
9691 * gdb.base/step-bt.exp
9692 * gdb.base/step-line.exp
9693 * gdb.base/step-over-exit.exp
9694 * gdb.base/step-over-syscall.exp
9695 * gdb.base/step-resume-infcall.exp
9696 * gdb.base/step-test.exp
9697 * gdb.base/store.exp
9698 * gdb.base/structs3.exp
9699 * gdb.base/sym-file.exp
9700 * gdb.base/symbol-without-target_section.exp
9701 * gdb.base/term.exp
9702 * gdb.base/testenv.exp
9703 * gdb.base/ui-redirect.exp
9704 * gdb.base/until.exp
9705 * gdb.base/unwindonsignal.exp
9706 * gdb.base/value-double-free.exp
9707 * gdb.base/vla-datatypes.exp
9708 * gdb.base/vla-ptr.exp
9709 * gdb.base/vla-sideeffect.exp
9710 * gdb.base/volatile.exp
9711 * gdb.base/watch-cond-infcall.exp
9712 * gdb.base/watch-cond.exp
9713 * gdb.base/watch-non-mem.exp
9714 * gdb.base/watch-read.exp
9715 * gdb.base/watch-vfork.exp
9716 * gdb.base/watchpoint-cond-gone.exp
9717 * gdb.base/watchpoint-delete.exp
9718 * gdb.base/watchpoint-hw-hit-once.exp
9719 * gdb.base/watchpoint-hw.exp
9720 * gdb.base/watchpoint-stops-at-right-insn.exp
9721 * gdb.base/watchpoints.exp
9722 * gdb.base/wchar.exp
9723 * gdb.base/whatis-exp.exp
9724 * gdb.btrace/buffer-size.exp
9725 * gdb.btrace/data.exp
9726 * gdb.btrace/delta.exp
9727 * gdb.btrace/dlopen.exp
9728 * gdb.btrace/enable.exp
9729 * gdb.btrace/exception.exp
9730 * gdb.btrace/function_call_history.exp
9731 * gdb.btrace/gcore.exp
9732 * gdb.btrace/instruction_history.exp
9733 * gdb.btrace/nohist.exp
9734 * gdb.btrace/reconnect.exp
9735 * gdb.btrace/record_goto-step.exp
9736 * gdb.btrace/record_goto.exp
9737 * gdb.btrace/rn-dl-bind.exp
9738 * gdb.btrace/segv.exp
9739 * gdb.btrace/step.exp
9740 * gdb.btrace/stepi.exp
9741 * gdb.btrace/tailcall-only.exp
9742 * gdb.btrace/tailcall.exp
9743 * gdb.btrace/tsx.exp
9744 * gdb.btrace/unknown_functions.exp
9745 * gdb.btrace/vdso.exp
9746 * gdb.compile/compile-ifunc.exp
9747 * gdb.compile/compile-ops.exp
9748 * gdb.compile/compile-print.exp
9749 * gdb.compile/compile-setjmp.exp
9750 * gdb.cp/abstract-origin.exp
9751 * gdb.cp/ambiguous.exp
9752 * gdb.cp/annota2.exp
9753 * gdb.cp/annota3.exp
9754 * gdb.cp/anon-ns.exp
9755 * gdb.cp/anon-struct.exp
9756 * gdb.cp/anon-union.exp
9757 * gdb.cp/arg-reference.exp
9758 * gdb.cp/baseenum.exp
9759 * gdb.cp/bool.exp
9760 * gdb.cp/breakpoint.exp
9761 * gdb.cp/bs15503.exp
9762 * gdb.cp/call-c.exp
9763 * gdb.cp/casts.exp
9764 * gdb.cp/chained-calls.exp
9765 * gdb.cp/class2.exp
9766 * gdb.cp/classes.exp
9767 * gdb.cp/cmpd-minsyms.exp
9768 * gdb.cp/converts.exp
9769 * gdb.cp/cp-relocate.exp
9770 * gdb.cp/cpcompletion.exp
9771 * gdb.cp/cpexprs.exp
9772 * gdb.cp/cplabel.exp
9773 * gdb.cp/cplusfuncs.exp
9774 * gdb.cp/cpsizeof.exp
9775 * gdb.cp/ctti.exp
9776 * gdb.cp/derivation.exp
9777 * gdb.cp/destrprint.exp
9778 * gdb.cp/dispcxx.exp
9779 * gdb.cp/enum-class.exp
9780 * gdb.cp/exception.exp
9781 * gdb.cp/exceptprint.exp
9782 * gdb.cp/expand-psymtabs-cxx.exp
9783 * gdb.cp/expand-sals.exp
9784 * gdb.cp/extern-c.exp
9785 * gdb.cp/filename.exp
9786 * gdb.cp/formatted-ref.exp
9787 * gdb.cp/fpointer.exp
9788 * gdb.cp/gdb1355.exp
9789 * gdb.cp/gdb2495.exp
9790 * gdb.cp/hang.exp
9791 * gdb.cp/impl-this.exp
9792 * gdb.cp/infcall-dlopen.exp
9793 * gdb.cp/inherit.exp
9794 * gdb.cp/iostream.exp
9795 * gdb.cp/koenig.exp
9796 * gdb.cp/local.exp
9797 * gdb.cp/m-data.exp
9798 * gdb.cp/m-static.exp
9799 * gdb.cp/mb-ctor.exp
9800 * gdb.cp/mb-inline.exp
9801 * gdb.cp/mb-templates.exp
9802 * gdb.cp/member-name.exp
9803 * gdb.cp/member-ptr.exp
9804 * gdb.cp/meth-typedefs.exp
9805 * gdb.cp/method.exp
9806 * gdb.cp/method2.exp
9807 * gdb.cp/minsym-fallback.exp
9808 * gdb.cp/misc.exp
9809 * gdb.cp/namelessclass.exp
9810 * gdb.cp/namespace-enum.exp
9811 * gdb.cp/namespace-nested-import.exp
9812 * gdb.cp/namespace.exp
9813 * gdb.cp/nextoverthrow.exp
9814 * gdb.cp/no-dmgl-verbose.exp
9815 * gdb.cp/non-trivial-retval.exp
9816 * gdb.cp/noparam.exp
9817 * gdb.cp/nsdecl.exp
9818 * gdb.cp/nsimport.exp
9819 * gdb.cp/nsnested.exp
9820 * gdb.cp/nsnoimports.exp
9821 * gdb.cp/nsrecurs.exp
9822 * gdb.cp/nsstress.exp
9823 * gdb.cp/nsusing.exp
9824 * gdb.cp/operator.exp
9825 * gdb.cp/oranking.exp
9826 * gdb.cp/overload-const.exp
9827 * gdb.cp/overload.exp
9828 * gdb.cp/ovldbreak.exp
9829 * gdb.cp/ovsrch.exp
9830 * gdb.cp/paren-type.exp
9831 * gdb.cp/parse-lang.exp
9832 * gdb.cp/pass-by-ref.exp
9833 * gdb.cp/pr-1023.exp
9834 * gdb.cp/pr-1210.exp
9835 * gdb.cp/pr-574.exp
9836 * gdb.cp/pr10687.exp
9837 * gdb.cp/pr12028.exp
9838 * gdb.cp/pr17132.exp
9839 * gdb.cp/pr17494.exp
9840 * gdb.cp/pr9067.exp
9841 * gdb.cp/pr9167.exp
9842 * gdb.cp/pr9631.exp
9843 * gdb.cp/printmethod.exp
9844 * gdb.cp/psmang.exp
9845 * gdb.cp/psymtab-parameter.exp
9846 * gdb.cp/ptype-cv-cp.exp
9847 * gdb.cp/ptype-flags.exp
9848 * gdb.cp/re-set-overloaded.exp
9849 * gdb.cp/ref-types.exp
9850 * gdb.cp/rtti.exp
9851 * gdb.cp/scope-err.exp
9852 * gdb.cp/shadow.exp
9853 * gdb.cp/smartp.exp
9854 * gdb.cp/static-method.exp
9855 * gdb.cp/static-print-quit.exp
9856 * gdb.cp/temargs.exp
9857 * gdb.cp/templates.exp
9858 * gdb.cp/try_catch.exp
9859 * gdb.cp/typedef-operator.exp
9860 * gdb.cp/typeid.exp
9861 * gdb.cp/userdef.exp
9862 * gdb.cp/using-crash.exp
9863 * gdb.cp/var-tag.exp
9864 * gdb.cp/virtbase.exp
9865 * gdb.cp/virtfunc.exp
9866 * gdb.cp/virtfunc2.exp
9867 * gdb.cp/vla-cxx.exp
9868 * gdb.disasm/t01_mov.exp
9869 * gdb.disasm/t02_mova.exp
9870 * gdb.disasm/t03_add.exp
9871 * gdb.disasm/t04_sub.exp
9872 * gdb.disasm/t05_cmp.exp
9873 * gdb.disasm/t06_ari2.exp
9874 * gdb.disasm/t07_ari3.exp
9875 * gdb.disasm/t08_or.exp
9876 * gdb.disasm/t09_xor.exp
9877 * gdb.disasm/t10_and.exp
9878 * gdb.disasm/t11_logs.exp
9879 * gdb.disasm/t12_bit.exp
9880 * gdb.disasm/t13_otr.exp
9881 * gdb.dlang/circular.exp
9882 * gdb.dwarf2/arr-stride.exp
9883 * gdb.dwarf2/arr-subrange.exp
9884 * gdb.dwarf2/atomic-type.exp
9885 * gdb.dwarf2/bad-regnum.exp
9886 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9887 * gdb.dwarf2/callframecfa.exp
9888 * gdb.dwarf2/clztest.exp
9889 * gdb.dwarf2/corrupt.exp
9890 * gdb.dwarf2/data-loc.exp
9891 * gdb.dwarf2/dup-psym.exp
9892 * gdb.dwarf2/dw2-anon-mptr.exp
9893 * gdb.dwarf2/dw2-anonymous-func.exp
9894 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9895 * gdb.dwarf2/dw2-bad-unresolved.exp
9896 * gdb.dwarf2/dw2-basic.exp
9897 * gdb.dwarf2/dw2-canonicalize-type.exp
9898 * gdb.dwarf2/dw2-case-insensitive.exp
9899 * gdb.dwarf2/dw2-common-block.exp
9900 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9901 * gdb.dwarf2/dw2-compressed.exp
9902 * gdb.dwarf2/dw2-const.exp
9903 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9904 * gdb.dwarf2/dw2-cu-size.exp
9905 * gdb.dwarf2/dw2-dup-frame.exp
9906 * gdb.dwarf2/dw2-entry-value.exp
9907 * gdb.dwarf2/dw2-icycle.exp
9908 * gdb.dwarf2/dw2-ifort-parameter.exp
9909 * gdb.dwarf2/dw2-inline-break.exp
9910 * gdb.dwarf2/dw2-inline-param.exp
9911 * gdb.dwarf2/dw2-intercu.exp
9912 * gdb.dwarf2/dw2-intermix.exp
9913 * gdb.dwarf2/dw2-lexical-block-bare.exp
9914 * gdb.dwarf2/dw2-linkage-name-trust.exp
9915 * gdb.dwarf2/dw2-minsym-in-cu.exp
9916 * gdb.dwarf2/dw2-noloc.exp
9917 * gdb.dwarf2/dw2-op-call.exp
9918 * gdb.dwarf2/dw2-op-out-param.exp
9919 * gdb.dwarf2/dw2-opt-structptr.exp
9920 * gdb.dwarf2/dw2-param-error.exp
9921 * gdb.dwarf2/dw2-producer.exp
9922 * gdb.dwarf2/dw2-ranges-base.exp
9923 * gdb.dwarf2/dw2-ref-missing-frame.exp
9924 * gdb.dwarf2/dw2-reg-undefined.exp
9925 * gdb.dwarf2/dw2-regno-invalid.exp
9926 * gdb.dwarf2/dw2-restore.exp
9927 * gdb.dwarf2/dw2-restrict.exp
9928 * gdb.dwarf2/dw2-single-line-discriminators.exp
9929 * gdb.dwarf2/dw2-strp.exp
9930 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9931 * gdb.dwarf2/dw2-unresolved.exp
9932 * gdb.dwarf2/dw2-var-zero-addr.exp
9933 * gdb.dwarf2/dw4-sig-types.exp
9934 * gdb.dwarf2/dwz.exp
9935 * gdb.dwarf2/dynarr-ptr.exp
9936 * gdb.dwarf2/enum-type.exp
9937 * gdb.dwarf2/gdb-index.exp
9938 * gdb.dwarf2/implptr-64bit.exp
9939 * gdb.dwarf2/implptr-optimized-out.exp
9940 * gdb.dwarf2/implptr.exp
9941 * gdb.dwarf2/implref-array.exp
9942 * gdb.dwarf2/implref-const.exp
9943 * gdb.dwarf2/implref-global.exp
9944 * gdb.dwarf2/implref-struct.exp
9945 * gdb.dwarf2/mac-fileno.exp
9946 * gdb.dwarf2/main-subprogram.exp
9947 * gdb.dwarf2/member-ptr-forwardref.exp
9948 * gdb.dwarf2/method-ptr.exp
9949 * gdb.dwarf2/missing-sig-type.exp
9950 * gdb.dwarf2/nonvar-access.exp
9951 * gdb.dwarf2/opaque-type-lookup.exp
9952 * gdb.dwarf2/pieces-optimized-out.exp
9953 * gdb.dwarf2/pieces.exp
9954 * gdb.dwarf2/pr10770.exp
9955 * gdb.dwarf2/pr13961.exp
9956 * gdb.dwarf2/staticvirtual.exp
9957 * gdb.dwarf2/subrange.exp
9958 * gdb.dwarf2/symtab-producer.exp
9959 * gdb.dwarf2/trace-crash.exp
9960 * gdb.dwarf2/typeddwarf.exp
9961 * gdb.dwarf2/valop.exp
9962 * gdb.dwarf2/watch-notconst.exp
9963 * gdb.fortran/array-element.exp
9964 * gdb.fortran/charset.exp
9965 * gdb.fortran/common-block.exp
9966 * gdb.fortran/complex.exp
9967 * gdb.fortran/derived-type-function.exp
9968 * gdb.fortran/derived-type.exp
9969 * gdb.fortran/logical.exp
9970 * gdb.fortran/module.exp
9971 * gdb.fortran/multi-dim.exp
9972 * gdb.fortran/nested-funcs.exp
9973 * gdb.fortran/print-formatted.exp
9974 * gdb.fortran/subarray.exp
9975 * gdb.fortran/vla-alloc-assoc.exp
9976 * gdb.fortran/vla-datatypes.exp
9977 * gdb.fortran/vla-history.exp
9978 * gdb.fortran/vla-ptr-info.exp
9979 * gdb.fortran/vla-ptype-sub.exp
9980 * gdb.fortran/vla-ptype.exp
9981 * gdb.fortran/vla-sizeof.exp
9982 * gdb.fortran/vla-type.exp
9983 * gdb.fortran/vla-value-sub-arbitrary.exp
9984 * gdb.fortran/vla-value-sub-finish.exp
9985 * gdb.fortran/vla-value-sub.exp
9986 * gdb.fortran/vla-value.exp
9987 * gdb.fortran/whatis_type.exp
9988 * gdb.go/chan.exp
9989 * gdb.go/handcall.exp
9990 * gdb.go/hello.exp
9991 * gdb.go/integers.exp
9992 * gdb.go/methods.exp
9993 * gdb.go/package.exp
9994 * gdb.go/strings.exp
9995 * gdb.go/types.exp
9996 * gdb.go/unsafe.exp
9997 * gdb.guile/scm-arch.exp
9998 * gdb.guile/scm-block.exp
9999 * gdb.guile/scm-breakpoint.exp
10000 * gdb.guile/scm-cmd.exp
10001 * gdb.guile/scm-disasm.exp
10002 * gdb.guile/scm-equal.exp
10003 * gdb.guile/scm-frame-args.exp
10004 * gdb.guile/scm-frame-inline.exp
10005 * gdb.guile/scm-frame.exp
10006 * gdb.guile/scm-iterator.exp
10007 * gdb.guile/scm-math.exp
10008 * gdb.guile/scm-objfile.exp
10009 * gdb.guile/scm-ports.exp
10010 * gdb.guile/scm-symbol.exp
10011 * gdb.guile/scm-symtab.exp
10012 * gdb.guile/scm-value-cc.exp
10013 * gdb.guile/types-module.exp
10014 * gdb.linespec/break-ask.exp
10015 * gdb.linespec/cpexplicit.exp
10016 * gdb.linespec/explicit.exp
10017 * gdb.linespec/keywords.exp
10018 * gdb.linespec/linespec.exp
10019 * gdb.linespec/ls-dollar.exp
10020 * gdb.linespec/ls-errs.exp
10021 * gdb.linespec/skip-two.exp
10022 * gdb.linespec/thread.exp
10023 * gdb.mi/mi-async.exp
10024 * gdb.mi/mi-basics.exp
10025 * gdb.mi/mi-break.exp
10026 * gdb.mi/mi-catch-load.exp
10027 * gdb.mi/mi-cli.exp
10028 * gdb.mi/mi-cmd-param-changed.exp
10029 * gdb.mi/mi-console.exp
10030 * gdb.mi/mi-detach.exp
10031 * gdb.mi/mi-disassemble.exp
10032 * gdb.mi/mi-eval.exp
10033 * gdb.mi/mi-file-transfer.exp
10034 * gdb.mi/mi-file.exp
10035 * gdb.mi/mi-fill-memory.exp
10036 * gdb.mi/mi-inheritance-syntax-error.exp
10037 * gdb.mi/mi-linespec-err-cp.exp
10038 * gdb.mi/mi-logging.exp
10039 * gdb.mi/mi-memory-changed.exp
10040 * gdb.mi/mi-read-memory.exp
10041 * gdb.mi/mi-record-changed.exp
10042 * gdb.mi/mi-reg-undefined.exp
10043 * gdb.mi/mi-regs.exp
10044 * gdb.mi/mi-return.exp
10045 * gdb.mi/mi-reverse.exp
10046 * gdb.mi/mi-simplerun.exp
10047 * gdb.mi/mi-solib.exp
10048 * gdb.mi/mi-stack.exp
10049 * gdb.mi/mi-stepi.exp
10050 * gdb.mi/mi-syn-frame.exp
10051 * gdb.mi/mi-until.exp
10052 * gdb.mi/mi-var-block.exp
10053 * gdb.mi/mi-var-child.exp
10054 * gdb.mi/mi-var-cmd.exp
10055 * gdb.mi/mi-var-cp.exp
10056 * gdb.mi/mi-var-display.exp
10057 * gdb.mi/mi-var-invalidate.exp
10058 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10059 * gdb.mi/mi-vla-fortran.exp
10060 * gdb.mi/mi-watch.exp
10061 * gdb.mi/mi2-var-child.exp
10062 * gdb.mi/user-selected-context-sync.exp
10063 * gdb.modula2/unbounded-array.exp
10064 * gdb.multi/dummy-frame-restore.exp
10065 * gdb.multi/multi-arch-exec.exp
10066 * gdb.multi/multi-arch.exp
10067 * gdb.multi/tids.exp
10068 * gdb.multi/watchpoint-multi.exp
10069 * gdb.opencl/callfuncs.exp
10070 * gdb.opencl/convs_casts.exp
10071 * gdb.opencl/datatypes.exp
10072 * gdb.opencl/operators.exp
10073 * gdb.opencl/vec_comps.exp
10074 * gdb.opt/clobbered-registers-O2.exp
10075 * gdb.opt/inline-break.exp
10076 * gdb.opt/inline-bt.exp
10077 * gdb.opt/inline-cmds.exp
10078 * gdb.opt/inline-locals.exp
10079 * gdb.pascal/case-insensitive-symbols.exp
10080 * gdb.pascal/floats.exp
10081 * gdb.pascal/gdb11492.exp
10082 * gdb.python/lib-types.exp
10083 * gdb.python/py-arch.exp
10084 * gdb.python/py-as-string.exp
10085 * gdb.python/py-bad-printers.exp
10086 * gdb.python/py-block.exp
10087 * gdb.python/py-breakpoint-create-fail.exp
10088 * gdb.python/py-breakpoint.exp
10089 * gdb.python/py-caller-is.exp
10090 * gdb.python/py-cmd.exp
10091 * gdb.python/py-explore-cc.exp
10092 * gdb.python/py-explore.exp
10093 * gdb.python/py-finish-breakpoint.exp
10094 * gdb.python/py-finish-breakpoint2.exp
10095 * gdb.python/py-frame-args.exp
10096 * gdb.python/py-frame-inline.exp
10097 * gdb.python/py-frame.exp
10098 * gdb.python/py-framefilter-mi.exp
10099 * gdb.python/py-infthread.exp
10100 * gdb.python/py-lazy-string.exp
10101 * gdb.python/py-linetable.exp
10102 * gdb.python/py-mi-events.exp
10103 * gdb.python/py-mi-objfile.exp
10104 * gdb.python/py-mi.exp
10105 * gdb.python/py-objfile.exp
10106 * gdb.python/py-pp-integral.exp
10107 * gdb.python/py-pp-maint.exp
10108 * gdb.python/py-pp-re-notag.exp
10109 * gdb.python/py-pp-registration.exp
10110 * gdb.python/py-recurse-unwind.exp
10111 * gdb.python/py-strfns.exp
10112 * gdb.python/py-symbol.exp
10113 * gdb.python/py-symtab.exp
10114 * gdb.python/py-sync-interp.exp
10115 * gdb.python/py-typeprint.exp
10116 * gdb.python/py-unwind-maint.exp
10117 * gdb.python/py-unwind.exp
10118 * gdb.python/py-value-cc.exp
10119 * gdb.python/py-xmethods.exp
10120 * gdb.reverse/amd64-tailcall-reverse.exp
10121 * gdb.reverse/break-precsave.exp
10122 * gdb.reverse/break-reverse.exp
10123 * gdb.reverse/consecutive-precsave.exp
10124 * gdb.reverse/consecutive-reverse.exp
10125 * gdb.reverse/finish-precsave.exp
10126 * gdb.reverse/finish-reverse-bkpt.exp
10127 * gdb.reverse/finish-reverse.exp
10128 * gdb.reverse/fstatat-reverse.exp
10129 * gdb.reverse/getresuid-reverse.exp
10130 * gdb.reverse/i386-precsave.exp
10131 * gdb.reverse/i386-reverse.exp
10132 * gdb.reverse/i386-sse-reverse.exp
10133 * gdb.reverse/i387-env-reverse.exp
10134 * gdb.reverse/i387-stack-reverse.exp
10135 * gdb.reverse/insn-reverse.exp
10136 * gdb.reverse/machinestate-precsave.exp
10137 * gdb.reverse/machinestate.exp
10138 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10139 * gdb.reverse/pipe-reverse.exp
10140 * gdb.reverse/readv-reverse.exp
10141 * gdb.reverse/recvmsg-reverse.exp
10142 * gdb.reverse/rerun-prec.exp
10143 * gdb.reverse/s390-mvcle.exp
10144 * gdb.reverse/step-precsave.exp
10145 * gdb.reverse/step-reverse.exp
10146 * gdb.reverse/time-reverse.exp
10147 * gdb.reverse/until-precsave.exp
10148 * gdb.reverse/until-reverse.exp
10149 * gdb.reverse/waitpid-reverse.exp
10150 * gdb.reverse/watch-precsave.exp
10151 * gdb.reverse/watch-reverse.exp
10152 * gdb.rust/generics.exp
10153 * gdb.rust/methods.exp
10154 * gdb.rust/modules.exp
10155 * gdb.rust/simple.exp
10156 * gdb.server/connect-with-no-symbol-file.exp
10157 * gdb.server/ext-attach.exp
10158 * gdb.server/ext-restart.exp
10159 * gdb.server/ext-wrapper.exp
10160 * gdb.server/file-transfer.exp
10161 * gdb.server/server-exec-info.exp
10162 * gdb.server/server-kill.exp
10163 * gdb.server/server-mon.exp
10164 * gdb.server/wrapper.exp
10165 * gdb.stabs/exclfwd.exp
10166 * gdb.stabs/gdb11479.exp
10167 * gdb.threads/clone-new-thread-event.exp
10168 * gdb.threads/corethreads.exp
10169 * gdb.threads/current-lwp-dead.exp
10170 * gdb.threads/dlopen-libpthread.exp
10171 * gdb.threads/gcore-thread.exp
10172 * gdb.threads/sigstep-threads.exp
10173 * gdb.threads/watchpoint-fork.exp
10174 * gdb.trace/actions-changed.exp
10175 * gdb.trace/backtrace.exp
10176 * gdb.trace/change-loc.exp
10177 * gdb.trace/circ.exp
10178 * gdb.trace/collection.exp
10179 * gdb.trace/disconnected-tracing.exp
10180 * gdb.trace/ftrace.exp
10181 * gdb.trace/mi-trace-frame-collected.exp
10182 * gdb.trace/mi-trace-unavailable.exp
10183 * gdb.trace/mi-traceframe-changed.exp
10184 * gdb.trace/mi-tsv-changed.exp
10185 * gdb.trace/no-attach-trace.exp
10186 * gdb.trace/passc-dyn.exp
10187 * gdb.trace/qtro.exp
10188 * gdb.trace/range-stepping.exp
10189 * gdb.trace/read-memory.exp
10190 * gdb.trace/save-trace.exp
10191 * gdb.trace/signal.exp
10192 * gdb.trace/status-stop.exp
10193 * gdb.trace/tfile.exp
10194 * gdb.trace/trace-break.exp
10195 * gdb.trace/trace-buffer-size.exp
10196 * gdb.trace/trace-condition.exp
10197 * gdb.trace/tracefile-pseudo-reg.exp
10198 * gdb.trace/tstatus.exp
10199 * gdb.trace/unavailable.exp
10200 * gdb.trace/while-dyn.exp
10201 * gdb.trace/while-stepping.exp
10202
10203 2016-12-22 Doug Evans <xdje42@gmail.com>
10204
10205 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10206 and msymbols.
10207
10208 2016-12-19 Yao Qi <yao.qi@linaro.org>
10209
10210 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10211 (test_with_self): Don't call do_steps_and_nexts, and remove
10212 code about stepping into xmalloc.
10213
10214 2016-12-09 Yao Qi <yao.qi@linaro.org>
10215
10216 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10217
10218 2016-12-09 Yao Qi <yao.qi@linaro.org>
10219
10220 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10221
10222 2016-12-09 Pedro Alves <palves@redhat.com>
10223
10224 * gdb.base/all-architectures-0.exp: New file.
10225 * gdb.base/all-architectures-1.exp: New file.
10226 * gdb.base/all-architectures-2.exp: New file.
10227 * gdb.base/all-architectures-3.exp: New file.
10228 * gdb.base/all-architectures-4.exp: New file.
10229 * gdb.base/all-architectures-5.exp: New file.
10230 * gdb.base/all-architectures-6.exp: New file.
10231 * gdb.base/all-architectures-7.exp: New file.
10232 * gdb.base/all-architectures.exp.in: New file.
10233
10234 2016-12-09 Yao Qi <yao.qi@linaro.org>
10235
10236 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10237
10238 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10239
10240 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10241 possible.
10242 Remove useless pattern-matching code.
10243
10244 2016-12-02 Pedro Alves <palves@redhat.com>
10245
10246 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10247 procedure.
10248 (top level): Call it.
10249
10250 2016-12-02 Pedro Alves <palves@redhat.com>
10251
10252 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10253 New procedure.
10254 (top level): Call it.
10255
10256 2016-12-02 Pedro Alves <palves@redhat.com>
10257
10258 PR cli/20559
10259 * gdb.base/commands.exp (user_defined_command_args_eval): New
10260 procedure.
10261 (top level): Call it.
10262
10263 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10264
10265 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10266 timeout handling.
10267
10268 2016-12-02 Tom Tromey <tom@tromey.com>
10269
10270 * gdb.dwarf2/main-subprogram.c: New file.
10271 * gdb.dwarf2/main-subprogram.exp: New file.
10272
10273 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10274
10275 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10276 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10277 gdb_test_no_output for a couple of cases.
10278 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10279
10280 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10281
10282 Fix test names and standardize compilation error messages throughout
10283 the following files:
10284
10285 * gdb.ada/start.exp
10286 * gdb.arch/alpha-step.exp
10287 * gdb.arch/e500-prologue.exp
10288 * gdb.arch/ftrace-insn-reloc.exp
10289 * gdb.arch/gdb1291.exp
10290 * gdb.arch/gdb1431.exp
10291 * gdb.arch/gdb1558.exp
10292 * gdb.arch/i386-dr3-watch.exp
10293 * gdb.arch/i386-sse-stack-align.exp
10294 * gdb.arch/ia64-breakpoint-shadow.exp
10295 * gdb.arch/pa-nullify.exp
10296 * gdb.arch/powerpc-aix-prologue.exp
10297 * gdb.arch/thumb-bx-pc.exp
10298 * gdb.base/annota1.exp
10299 * gdb.base/annota3.exp
10300 * gdb.base/arrayidx.exp
10301 * gdb.base/assign.exp
10302 * gdb.base/attach.exp
10303 * gdb.base/auxv.exp
10304 * gdb.base/bang.exp
10305 * gdb.base/bfp-test.exp
10306 * gdb.base/bigcore.exp
10307 * gdb.base/bitfields2.exp
10308 * gdb.base/break-fun-addr.exp
10309 * gdb.base/break-probes.exp
10310 * gdb.base/call-rt-st.exp
10311 * gdb.base/callexit.exp
10312 * gdb.base/catch-fork-kill.exp
10313 * gdb.base/charset.exp
10314 * gdb.base/checkpoint.exp
10315 * gdb.base/comprdebug.exp
10316 * gdb.base/constvars.exp
10317 * gdb.base/coredump-filter.exp
10318 * gdb.base/cursal.exp
10319 * gdb.base/cvexpr.exp
10320 * gdb.base/detach.exp
10321 * gdb.base/display.exp
10322 * gdb.base/dmsym.exp
10323 * gdb.base/dprintf-pending.exp
10324 * gdb.base/dso2dso.exp
10325 * gdb.base/dtrace-probe.exp
10326 * gdb.base/dump.exp
10327 * gdb.base/enum_cond.exp
10328 * gdb.base/exe-lock.exp
10329 * gdb.base/exec-invalid-sysroot.exp
10330 * gdb.base/execl-update-breakpoints.exp
10331 * gdb.base/exprs.exp
10332 * gdb.base/fileio.exp
10333 * gdb.base/find.exp
10334 * gdb.base/finish.exp
10335 * gdb.base/fixsection.exp
10336 * gdb.base/foll-vfork.exp
10337 * gdb.base/frame-args.exp
10338 * gdb.base/gcore.exp
10339 * gdb.base/gdb1250.exp
10340 * gdb.base/global-var-nested-by-dso.exp
10341 * gdb.base/gnu-ifunc.exp
10342 * gdb.base/hashline1.exp
10343 * gdb.base/hashline2.exp
10344 * gdb.base/hashline3.exp
10345 * gdb.base/hbreak-in-shr-unsupported.exp
10346 * gdb.base/huge.exp
10347 * gdb.base/infcall-input.exp
10348 * gdb.base/info-fun.exp
10349 * gdb.base/info-shared.exp
10350 * gdb.base/jit-simple.exp
10351 * gdb.base/jit-so.exp
10352 * gdb.base/jit.exp
10353 * gdb.base/jump.exp
10354 * gdb.base/label.exp
10355 * gdb.base/lineinc.exp
10356 * gdb.base/logical.exp
10357 * gdb.base/longjmp.exp
10358 * gdb.base/macscp.exp
10359 * gdb.base/miscexprs.exp
10360 * gdb.base/new-ui-echo.exp
10361 * gdb.base/new-ui-pending-input.exp
10362 * gdb.base/new-ui.exp
10363 * gdb.base/nodebug.exp
10364 * gdb.base/nofield.exp
10365 * gdb.base/offsets.exp
10366 * gdb.base/overlays.exp
10367 * gdb.base/pending.exp
10368 * gdb.base/pointers.exp
10369 * gdb.base/pr11022.exp
10370 * gdb.base/printcmds.exp
10371 * gdb.base/prologue.exp
10372 * gdb.base/ptr-typedef.exp
10373 * gdb.base/realname-expand.exp
10374 * gdb.base/relativedebug.exp
10375 * gdb.base/relocate.exp
10376 * gdb.base/remote.exp
10377 * gdb.base/reread.exp
10378 * gdb.base/return2.exp
10379 * gdb.base/savedregs.exp
10380 * gdb.base/sep.exp
10381 * gdb.base/sepdebug.exp
10382 * gdb.base/sepsymtab.exp
10383 * gdb.base/set-inferior-tty.exp
10384 * gdb.base/setshow.exp
10385 * gdb.base/shlib-call.exp
10386 * gdb.base/sigaltstack.exp
10387 * gdb.base/siginfo-addr.exp
10388 * gdb.base/signals.exp
10389 * gdb.base/signull.exp
10390 * gdb.base/sigrepeat.exp
10391 * gdb.base/so-impl-ld.exp
10392 * gdb.base/solib-display.exp
10393 * gdb.base/solib-overlap.exp
10394 * gdb.base/solib-search.exp
10395 * gdb.base/solib-symbol.exp
10396 * gdb.base/structs.exp
10397 * gdb.base/structs2.exp
10398 * gdb.base/symtab-search-order.exp
10399 * gdb.base/twice.exp
10400 * gdb.base/unload.exp
10401 * gdb.base/varargs.exp
10402 * gdb.base/watchpoint-solib.exp
10403 * gdb.base/watchpoint.exp
10404 * gdb.base/whatis.exp
10405 * gdb.base/wrong_frame_bt_full.exp
10406 * gdb.btrace/dlopen.exp
10407 * gdb.cell/ea-standalone.exp
10408 * gdb.cell/ea-test.exp
10409 * gdb.cp/dispcxx.exp
10410 * gdb.cp/gdb2384.exp
10411 * gdb.cp/method2.exp
10412 * gdb.cp/nextoverthrow.exp
10413 * gdb.cp/pr10728.exp
10414 * gdb.disasm/am33.exp
10415 * gdb.disasm/h8300s.exp
10416 * gdb.disasm/mn10300.exp
10417 * gdb.disasm/sh3.exp
10418 * gdb.dwarf2/dw2-dir-file-name.exp
10419 * gdb.fortran/complex.exp
10420 * gdb.fortran/library-module.exp
10421 * gdb.guile/scm-pretty-print.exp
10422 * gdb.guile/scm-symbol.exp
10423 * gdb.guile/scm-type.exp
10424 * gdb.guile/scm-value.exp
10425 * gdb.linespec/linespec.exp
10426 * gdb.mi/gdb701.exp
10427 * gdb.mi/gdb792.exp
10428 * gdb.mi/mi-breakpoint-changed.exp
10429 * gdb.mi/mi-dprintf-pending.exp
10430 * gdb.mi/mi-dprintf.exp
10431 * gdb.mi/mi-exit-code.exp
10432 * gdb.mi/mi-pending.exp
10433 * gdb.mi/mi-solib.exp
10434 * gdb.mi/new-ui-mi-sync.exp
10435 * gdb.mi/pr11022.exp
10436 * gdb.mi/user-selected-context-sync.exp
10437 * gdb.opt/solib-intra-step.exp
10438 * gdb.python/py-events.exp
10439 * gdb.python/py-finish-breakpoint.exp
10440 * gdb.python/py-mi.exp
10441 * gdb.python/py-prettyprint.exp
10442 * gdb.python/py-shared.exp
10443 * gdb.python/py-symbol.exp
10444 * gdb.python/py-template.exp
10445 * gdb.python/py-type.exp
10446 * gdb.python/py-value.exp
10447 * gdb.reverse/solib-precsave.exp
10448 * gdb.reverse/solib-reverse.exp
10449 * gdb.server/solib-list.exp
10450 * gdb.stabs/weird.exp
10451 * gdb.threads/reconnect-signal.exp
10452 * gdb.threads/stepi-random-signal.exp
10453 * gdb.trace/actions.exp
10454 * gdb.trace/ax.exp
10455 * gdb.trace/backtrace.exp
10456 * gdb.trace/change-loc.exp
10457 * gdb.trace/deltrace.exp
10458 * gdb.trace/ftrace-lock.exp
10459 * gdb.trace/ftrace.exp
10460 * gdb.trace/infotrace.exp
10461 * gdb.trace/mi-tracepoint-changed.exp
10462 * gdb.trace/packetlen.exp
10463 * gdb.trace/passcount.exp
10464 * gdb.trace/pending.exp
10465 * gdb.trace/range-stepping.exp
10466 * gdb.trace/report.exp
10467 * gdb.trace/stap-trace.exp
10468 * gdb.trace/tfind.exp
10469 * gdb.trace/trace-break.exp
10470 * gdb.trace/trace-condition.exp
10471 * gdb.trace/trace-enable-disable.exp
10472 * gdb.trace/trace-mt.exp
10473 * gdb.trace/tracecmd.exp
10474 * gdb.trace/tspeed.exp
10475 * gdb.trace/tsv.exp
10476 * lib/perftest.exp
10477
10478 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10479
10480 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10481 with gdb_test_no_output.
10482 Use command as test name.
10483
10484 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10485
10486 Fix test names starting with uppercase throughout the files.
10487
10488 * gdb.ada/assign_1.exp
10489 * gdb.ada/boolean_expr.exp
10490 * gdb.base/arrayidx.exp
10491 * gdb.base/del.exp
10492 * gdb.base/gcore-buffer-overflow.exp
10493 * gdb.base/testenv.exp
10494 * gdb.compile/compile.exp
10495 * gdb.python/py-framefilter-invalidarg.exp
10496 * gdb.python/py-framefilter.exp
10497
10498 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10499
10500 Fix test names starting with uppercase throughout the files.
10501
10502 * gdb.ada/array_return.exp
10503 * gdb.ada/expr_delims.exp
10504 * gdb.ada/mi_dyn_arr.exp
10505 * gdb.ada/mi_interface.exp
10506 * gdb.ada/mi_var_array.exp
10507 * gdb.ada/watch_arg.exp
10508 * gdb.arch/alpha-step.exp
10509 * gdb.arch/altivec-regs.exp
10510 * gdb.arch/e500-regs.exp
10511 * gdb.arch/powerpc-d128-regs.exp
10512 * gdb.base/arrayidx.exp
10513 * gdb.base/break.exp
10514 * gdb.base/checkpoint.exp
10515 * gdb.base/debug-expr.exp
10516 * gdb.base/dmsym.exp
10517 * gdb.base/radix.exp
10518 * gdb.base/sepdebug.exp
10519 * gdb.base/testenv.exp
10520 * gdb.base/watch_thread_num.exp
10521 * gdb.base/watchpoint-cond-gone.exp
10522 * gdb.cell/break.exp
10523 * gdb.cell/ea-cache.exp
10524 * gdb.compile/compile.exp
10525 * gdb.cp/gdb2495.exp
10526 * gdb.gdb/selftest.exp
10527 * gdb.gdb/xfullpath.exp
10528 * gdb.go/hello.exp
10529 * gdb.go/integers.exp
10530 * gdb.objc/basicclass.exp
10531 * gdb.pascal/hello.exp
10532 * gdb.pascal/integers.exp
10533 * gdb.python/py-breakpoint.exp
10534 * gdb.python/py-cmd.exp
10535 * gdb.python/py-linetable.exp
10536 * gdb.python/py-xmethods.exp
10537 * gdb.python/python.exp
10538 * gdb.reverse/consecutive-precsave.exp
10539 * gdb.reverse/finish-precsave.exp
10540 * gdb.reverse/i386-precsave.exp
10541 * gdb.reverse/machinestate-precsave.exp
10542 * gdb.reverse/sigall-precsave.exp
10543 * gdb.reverse/solib-precsave.exp
10544 * gdb.reverse/step-precsave.exp
10545 * gdb.reverse/until-precsave.exp
10546 * gdb.reverse/watch-precsave.exp
10547 * gdb.threads/leader-exit.exp
10548 * gdb.threads/pthreads.exp
10549 * gdb.threads/wp-replication.exp
10550 * gdb.trace/actions.exp
10551 * gdb.trace/mi-tsv-changed.exp
10552 * gdb.trace/tsv.exp
10553
10554 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10555
10556 Fix test names starting with uppercase throughout the files.
10557
10558 * gdb.arch/i386-bp_permanent.exp
10559 * gdb.arch/i386-gnu-cfi.exp
10560 * gdb.base/disasm-end-cu.exp
10561 * gdb.base/macscp.exp
10562 * gdb.base/pending.exp
10563 * gdb.base/watch_thread_num.exp
10564 * gdb.cp/exception.exp
10565 * gdb.cp/gdb2495.exp
10566 * gdb.cp/local.exp
10567 * gdb.python/py-evsignal.exp
10568 * gdb.python/python.exp
10569 * gdb.trace/tracecmd.exp
10570
10571 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10572
10573 Fix test names starting with uppercase throughout the files.
10574
10575 * gdb.base/charset.exp
10576 * gdb.base/eval.exp
10577 * gdb.base/multi-forks.exp
10578 * gdb.guile/scm-progspace.exp
10579 * gdb.opencl/datatypes.exp
10580 * gdb.python/py-block.exp
10581 * gdb.python/py-function.exp
10582 * gdb.python/py-symbol.exp
10583 * gdb.python/py-symtab.exp
10584 * gdb.python/py-xmethods.exp
10585 * gdb.reverse/break-precsave.exp
10586 * gdb.reverse/break-reverse.exp
10587 * gdb.reverse/consecutive-precsave.exp
10588 * gdb.reverse/consecutive-reverse.exp
10589 * gdb.reverse/finish-precsave.exp
10590 * gdb.reverse/finish-reverse-bkpt.exp
10591 * gdb.reverse/finish-reverse.exp
10592 * gdb.reverse/fstatat-reverse.exp
10593 * gdb.reverse/getresuid-reverse.exp
10594 * gdb.reverse/i386-precsave.exp
10595 * gdb.reverse/i386-reverse.exp
10596 * gdb.reverse/i386-sse-reverse.exp
10597 * gdb.reverse/i387-stack-reverse.exp
10598 * gdb.reverse/insn-reverse.exp
10599 * gdb.reverse/machinestate-precsave.exp
10600 * gdb.reverse/machinestate.exp
10601 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10602 * gdb.reverse/pipe-reverse.exp
10603 * gdb.reverse/readv-reverse.exp
10604 * gdb.reverse/recvmsg-reverse.exp
10605 * gdb.reverse/rerun-prec.exp
10606 * gdb.reverse/s390-mvcle.exp
10607 * gdb.reverse/sigall-precsave.exp
10608 * gdb.reverse/sigall-reverse.exp
10609 * gdb.reverse/solib-precsave.exp
10610 * gdb.reverse/solib-reverse.exp
10611 * gdb.reverse/step-precsave.exp
10612 * gdb.reverse/step-reverse.exp
10613 * gdb.reverse/time-reverse.exp
10614 * gdb.reverse/until-precsave.exp
10615 * gdb.reverse/until-reverse.exp
10616 * gdb.reverse/waitpid-reverse.exp
10617 * gdb.reverse/watch-precsave.exp
10618 * gdb.reverse/watch-reverse.exp
10619
10620 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10621
10622 Fix test names starting with uppercase throughout the files.
10623
10624 * gdb.arch/i386-mpx-simple_segv.exp
10625 * gdb.arch/i386-mpx.exp
10626 * gdb.arch/i386-permbkpt.exp
10627 * gdb.arch/pa-nullify.exp
10628 * gdb.arch/powerpc-d128-regs.exp
10629 * gdb.arch/vsx-regs.exp
10630 * gdb.base/bfp-test.exp
10631 * gdb.base/break.exp
10632 * gdb.base/breakpoint-shadow.exp
10633 * gdb.base/callfuncs.exp
10634 * gdb.base/charset.exp
10635 * gdb.base/commands.exp
10636 * gdb.base/completion.exp
10637 * gdb.base/dfp-test.exp
10638 * gdb.base/echo.exp
10639 * gdb.base/ending-run.exp
10640 * gdb.base/eval.exp
10641 * gdb.base/expand-psymtabs.exp
10642 * gdb.base/float128.exp
10643 * gdb.base/floatn.exp
10644 * gdb.base/foll-exec-mode.exp
10645 * gdb.base/gdb1056.exp
10646 * gdb.base/gdb11531.exp
10647 * gdb.base/kill-after-signal.exp
10648 * gdb.base/multi-forks.exp
10649 * gdb.base/overlays.exp
10650 * gdb.base/pending.exp
10651 * gdb.base/sepdebug.exp
10652 * gdb.base/testenv.exp
10653 * gdb.base/valgrind-db-attach.exp
10654 * gdb.base/watch_thread_num.exp
10655 * gdb.base/watchpoint-cond-gone.exp
10656 * gdb.base/watchpoint.exp
10657 * gdb.base/watchpoints.exp
10658 * gdb.cp/arg-reference.exp
10659 * gdb.cp/baseenum.exp
10660 * gdb.cp/operator.exp
10661 * gdb.cp/shadow.exp
10662 * gdb.dwarf2/dw2-op-out-param.exp
10663 * gdb.dwarf2/dw2-reg-undefined.exp
10664 * gdb.go/chan.exp
10665 * gdb.go/hello.exp
10666 * gdb.go/integers.exp
10667 * gdb.go/methods.exp
10668 * gdb.go/package.exp
10669 * gdb.guile/scm-parameter.exp
10670 * gdb.guile/scm-progspace.exp
10671 * gdb.guile/scm-value.exp
10672 * gdb.mi/mi-pending.exp
10673 * gdb.mi/user-selected-context-sync.exp
10674 * gdb.multi/multi-attach.exp
10675 * gdb.multi/tids.exp
10676 * gdb.opt/clobbered-registers-O2.exp
10677 * gdb.pascal/floats.exp
10678 * gdb.pascal/integers.exp
10679 * gdb.python/py-block.exp
10680 * gdb.python/py-events.exp
10681 * gdb.python/py-parameter.exp
10682 * gdb.python/py-symbol.exp
10683 * gdb.python/py-symtab.exp
10684 * gdb.python/py-type.exp
10685 * gdb.python/py-value.exp
10686 * gdb.python/py-xmethods.exp
10687 * gdb.python/python.exp
10688 * gdb.reverse/break-precsave.exp
10689 * gdb.reverse/consecutive-precsave.exp
10690 * gdb.reverse/finish-precsave.exp
10691 * gdb.reverse/i386-precsave.exp
10692 * gdb.reverse/machinestate-precsave.exp
10693 * gdb.reverse/sigall-precsave.exp
10694 * gdb.reverse/solib-precsave.exp
10695 * gdb.reverse/step-precsave.exp
10696 * gdb.reverse/until-precsave.exp
10697 * gdb.reverse/watch-precsave.exp
10698 * gdb.server/ext-attach.exp
10699 * gdb.server/ext-restart.exp
10700 * gdb.server/ext-run.exp
10701 * gdb.server/ext-wrapper.exp
10702 * gdb.stabs/gdb11479.exp
10703 * gdb.stabs/weird.exp
10704 * gdb.threads/attach-many-short-lived-threads.exp
10705 * gdb.threads/kill.exp
10706 * gdb.threads/watchpoint-fork.exp
10707
10708 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10709
10710 Fix test names starting with uppercase throughout all the files below.
10711
10712 * gdb.ada/array_return.exp
10713 * gdb.ada/catch_ex.exp
10714 * gdb.ada/info_exc.exp
10715 * gdb.ada/mi_catch_ex.exp
10716 * gdb.ada/mi_dyn_arr.exp
10717 * gdb.ada/mi_ex_cond.exp
10718 * gdb.ada/mi_exc_info.exp
10719 * gdb.ada/mi_interface.exp
10720 * gdb.ada/mi_task_arg.exp
10721 * gdb.ada/mi_task_info.exp
10722 * gdb.ada/mi_var_array.exp
10723 * gdb.arch/alpha-step.exp
10724 * gdb.arch/amd64-disp-step.exp
10725 * gdb.arch/arm-disp-step.exp
10726 * gdb.arch/disp-step-insn-reloc.exp
10727 * gdb.arch/e500-prologue.exp
10728 * gdb.arch/ftrace-insn-reloc.exp
10729 * gdb.arch/gdb1558.exp
10730 * gdb.arch/i386-bp_permanent.exp
10731 * gdb.arch/i386-disp-step.exp
10732 * gdb.arch/i386-float.exp
10733 * gdb.arch/i386-gnu-cfi.exp
10734 * gdb.arch/ia64-breakpoint-shadow.exp
10735 * gdb.arch/mips16-thunks.exp
10736 * gdb.arch/pa-nullify.exp
10737 * gdb.arch/powerpc-aix-prologue.exp
10738 * gdb.arch/powerpc-power.exp
10739 * gdb.arch/ppc-dfp.exp
10740 * gdb.arch/s390-tdbregs.exp
10741 * gdb.arch/spu-info.exp
10742 * gdb.arch/spu-ls.exp
10743 * gdb.arch/thumb-bx-pc.exp
10744 * gdb.base/advance.exp
10745 * gdb.base/annota-input-while-running.exp
10746 * gdb.base/arrayidx.exp
10747 * gdb.base/asmlabel.exp
10748 * gdb.base/async.exp
10749 * gdb.base/attach-wait-input.exp
10750 * gdb.base/auto-connect-native-target.exp
10751 * gdb.base/batch-preserve-term-settings.exp
10752 * gdb.base/bfp-test.exp
10753 * gdb.base/bigcore.exp
10754 * gdb.base/bp-permanent.exp
10755 * gdb.base/break-always.exp
10756 * gdb.base/break-fun-addr.exp
10757 * gdb.base/break-idempotent.exp
10758 * gdb.base/break-main-file-remove-fail.exp
10759 * gdb.base/break-probes.exp
10760 * gdb.base/break-unload-file.exp
10761 * gdb.base/break.exp
10762 * gdb.base/call-ar-st.exp
10763 * gdb.base/call-rt-st.exp
10764 * gdb.base/call-sc.exp
10765 * gdb.base/call-signal-resume.exp
10766 * gdb.base/call-strs.exp
10767 * gdb.base/callexit.exp
10768 * gdb.base/callfuncs.exp
10769 * gdb.base/catch-gdb-caused-signals.exp
10770 * gdb.base/catch-signal-siginfo-cond.exp
10771 * gdb.base/catch-syscall.exp
10772 * gdb.base/compare-sections.exp
10773 * gdb.base/cond-eval-mode.exp
10774 * gdb.base/condbreak-call-false.exp
10775 * gdb.base/consecutive-step-over.exp
10776 * gdb.base/cursal.exp
10777 * gdb.base/disabled-location.exp
10778 * gdb.base/disasm-end-cu.exp
10779 * gdb.base/display.exp
10780 * gdb.base/double-prompt-target-event-error.exp
10781 * gdb.base/dprintf-bp-same-addr.exp
10782 * gdb.base/dprintf-detach.exp
10783 * gdb.base/dprintf-next.exp
10784 * gdb.base/dprintf-non-stop.exp
10785 * gdb.base/dprintf-pending.exp
10786 * gdb.base/dso2dso.exp
10787 * gdb.base/ending-run.exp
10788 * gdb.base/enum_cond.exp
10789 * gdb.base/examine-backward.exp
10790 * gdb.base/exe-lock.exp
10791 * gdb.base/exec-invalid-sysroot.exp
10792 * gdb.base/execl-update-breakpoints.exp
10793 * gdb.base/execution-termios.exp
10794 * gdb.base/fileio.exp
10795 * gdb.base/fixsection.exp
10796 * gdb.base/foll-exec-mode.exp
10797 * gdb.base/foll-exec.exp
10798 * gdb.base/fork-running-state.exp
10799 * gdb.base/frame-args.exp
10800 * gdb.base/fullpath-expand.exp
10801 * gdb.base/func-ptr.exp
10802 * gdb.base/gcore-relro-pie.exp
10803 * gdb.base/gdb1090.exp
10804 * gdb.base/gdb1555.exp
10805 * gdb.base/global-var-nested-by-dso.exp
10806 * gdb.base/gnu-ifunc.exp
10807 * gdb.base/hbreak-in-shr-unsupported.exp
10808 * gdb.base/hbreak-unmapped.exp
10809 * gdb.base/hook-stop.exp
10810 * gdb.base/infcall-input.exp
10811 * gdb.base/info-fun.exp
10812 * gdb.base/info-shared.exp
10813 * gdb.base/interrupt-noterm.exp
10814 * gdb.base/jit-so.exp
10815 * gdb.base/jit.exp
10816 * gdb.base/line-symtabs.exp
10817 * gdb.base/list.exp
10818 * gdb.base/longjmp.exp
10819 * gdb.base/macscp.exp
10820 * gdb.base/max-value-size.exp
10821 * gdb.base/nodebug.exp
10822 * gdb.base/nofield.exp
10823 * gdb.base/overlays.exp
10824 * gdb.base/paginate-after-ctrl-c-running.exp
10825 * gdb.base/paginate-bg-execution.exp
10826 * gdb.base/paginate-inferior-exit.exp
10827 * gdb.base/pending.exp
10828 * gdb.base/pr11022.exp
10829 * gdb.base/printcmds.exp
10830 * gdb.base/ptr-typedef.exp
10831 * gdb.base/ptype.exp
10832 * gdb.base/randomize.exp
10833 * gdb.base/range-stepping.exp
10834 * gdb.base/realname-expand.exp
10835 * gdb.base/relativedebug.exp
10836 * gdb.base/remote.exp
10837 * gdb.base/savedregs.exp
10838 * gdb.base/sepdebug.exp
10839 * gdb.base/set-noassign.exp
10840 * gdb.base/shlib-call.exp
10841 * gdb.base/shreloc.exp
10842 * gdb.base/sigaltstack.exp
10843 * gdb.base/sigbpt.exp
10844 * gdb.base/siginfo-addr.exp
10845 * gdb.base/siginfo-obj.exp
10846 * gdb.base/siginfo-thread.exp
10847 * gdb.base/signest.exp
10848 * gdb.base/signull.exp
10849 * gdb.base/sigrepeat.exp
10850 * gdb.base/skip.exp
10851 * gdb.base/so-impl-ld.exp
10852 * gdb.base/solib-corrupted.exp
10853 * gdb.base/solib-disc.exp
10854 * gdb.base/solib-display.exp
10855 * gdb.base/solib-overlap.exp
10856 * gdb.base/solib-search.exp
10857 * gdb.base/solib-symbol.exp
10858 * gdb.base/source-execution.exp
10859 * gdb.base/sss-bp-on-user-bp-2.exp
10860 * gdb.base/sss-bp-on-user-bp.exp
10861 * gdb.base/stack-checking.exp
10862 * gdb.base/stale-infcall.exp
10863 * gdb.base/step-break.exp
10864 * gdb.base/step-line.exp
10865 * gdb.base/step-over-exit.exp
10866 * gdb.base/step-test.exp
10867 * gdb.base/structs.exp
10868 * gdb.base/sym-file.exp
10869 * gdb.base/symtab-search-order.exp
10870 * gdb.base/term.exp
10871 * gdb.base/type-opaque.exp
10872 * gdb.base/unload.exp
10873 * gdb.base/until-nodebug.exp
10874 * gdb.base/until.exp
10875 * gdb.base/unwindonsignal.exp
10876 * gdb.base/watch-cond.exp
10877 * gdb.base/watch-non-mem.exp
10878 * gdb.base/watch_thread_num.exp
10879 * gdb.base/watchpoint-reuse-slot.exp
10880 * gdb.base/watchpoint-solib.exp
10881 * gdb.base/watchpoint.exp
10882 * gdb.btrace/dlopen.exp
10883 * gdb.cell/arch.exp
10884 * gdb.cell/break.exp
10885 * gdb.cell/bt.exp
10886 * gdb.cell/core.exp
10887 * gdb.cell/data.exp
10888 * gdb.cell/dwarfaddr.exp
10889 * gdb.cell/ea-cache.exp
10890 * gdb.cell/ea-standalone.exp
10891 * gdb.cell/ea-test.exp
10892 * gdb.cell/f-regs.exp
10893 * gdb.cell/fork.exp
10894 * gdb.cell/gcore.exp
10895 * gdb.cell/mem-access.exp
10896 * gdb.cell/ptype.exp
10897 * gdb.cell/registers.exp
10898 * gdb.cell/sizeof.exp
10899 * gdb.cell/solib-symbol.exp
10900 * gdb.cell/solib.exp
10901 * gdb.compile/compile-tls.exp
10902 * gdb.cp/exception.exp
10903 * gdb.cp/gdb2495.exp
10904 * gdb.cp/local.exp
10905 * gdb.cp/mb-inline.exp
10906 * gdb.cp/mb-templates.exp
10907 * gdb.cp/pr10687.exp
10908 * gdb.cp/pr9167.exp
10909 * gdb.cp/scope-err.exp
10910 * gdb.cp/templates.exp
10911 * gdb.cp/virtfunc.exp
10912 * gdb.dwarf2/dw2-dir-file-name.exp
10913 * gdb.dwarf2/dw2-single-line-discriminators.exp
10914 * gdb.fortran/complex.exp
10915 * gdb.fortran/library-module.exp
10916 * gdb.guile/guile.exp
10917 * gdb.guile/scm-cmd.exp
10918 * gdb.guile/scm-frame-inline.exp
10919 * gdb.guile/scm-objfile.exp
10920 * gdb.guile/scm-pretty-print.exp
10921 * gdb.guile/scm-symbol.exp
10922 * gdb.guile/scm-type.exp
10923 * gdb.guile/scm-value.exp
10924 * gdb.linespec/keywords.exp
10925 * gdb.linespec/ls-errs.exp
10926 * gdb.linespec/macro-relative.exp
10927 * gdb.linespec/thread.exp
10928 * gdb.mi/mi-breakpoint-changed.exp
10929 * gdb.mi/mi-dprintf-pending.exp
10930 * gdb.mi/mi-fullname-deleted.exp
10931 * gdb.mi/mi-logging.exp
10932 * gdb.mi/mi-pending.exp
10933 * gdb.mi/mi-solib.exp
10934 * gdb.mi/new-ui-mi-sync.exp
10935 * gdb.mi/user-selected-context-sync.exp
10936 * gdb.multi/dummy-frame-restore.exp
10937 * gdb.multi/multi-arch-exec.exp
10938 * gdb.multi/remove-inferiors.exp
10939 * gdb.multi/watchpoint-multi-exit.exp
10940 * gdb.opt/solib-intra-step.exp
10941 * gdb.perf/backtrace.exp
10942 * gdb.perf/single-step.exp
10943 * gdb.perf/skip-command.exp
10944 * gdb.perf/skip-prologue.exp
10945 * gdb.perf/solib.exp
10946 * gdb.python/lib-types.exp
10947 * gdb.python/py-as-string.exp
10948 * gdb.python/py-bad-printers.exp
10949 * gdb.python/py-block.exp
10950 * gdb.python/py-breakpoint.exp
10951 * gdb.python/py-cmd.exp
10952 * gdb.python/py-events.exp
10953 * gdb.python/py-evthreads.exp
10954 * gdb.python/py-finish-breakpoint.exp
10955 * gdb.python/py-finish-breakpoint2.exp
10956 * gdb.python/py-frame-inline.exp
10957 * gdb.python/py-frame.exp
10958 * gdb.python/py-inferior.exp
10959 * gdb.python/py-infthread.exp
10960 * gdb.python/py-mi.exp
10961 * gdb.python/py-objfile.exp
10962 * gdb.python/py-pp-maint.exp
10963 * gdb.python/py-pp-registration.exp
10964 * gdb.python/py-prettyprint.exp
10965 * gdb.python/py-recurse-unwind.exp
10966 * gdb.python/py-shared.exp
10967 * gdb.python/py-symbol.exp
10968 * gdb.python/py-symtab.exp
10969 * gdb.python/py-template.exp
10970 * gdb.python/py-type.exp
10971 * gdb.python/py-unwind-maint.exp
10972 * gdb.python/py-unwind.exp
10973 * gdb.python/py-value.exp
10974 * gdb.python/python.exp
10975 * gdb.reverse/finish-reverse-bkpt.exp
10976 * gdb.reverse/insn-reverse.exp
10977 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10978 * gdb.reverse/solib-precsave.exp
10979 * gdb.reverse/solib-reverse.exp
10980 * gdb.stabs/gdb11479.exp
10981 * gdb.stabs/weird.exp
10982 * gdb.threads/fork-child-threads.exp
10983 * gdb.threads/fork-plus-threads.exp
10984 * gdb.threads/fork-thread-pending.exp
10985 * gdb.threads/forking-threads-plus-breakpoint.exp
10986 * gdb.threads/hand-call-in-threads.exp
10987 * gdb.threads/interrupted-hand-call.exp
10988 * gdb.threads/linux-dp.exp
10989 * gdb.threads/local-watch-wrong-thread.exp
10990 * gdb.threads/next-while-other-thread-longjmps.exp
10991 * gdb.threads/non-ldr-exit.exp
10992 * gdb.threads/pending-step.exp
10993 * gdb.threads/print-threads.exp
10994 * gdb.threads/process-dies-while-detaching.exp
10995 * gdb.threads/process-dies-while-handling-bp.exp
10996 * gdb.threads/pthreads.exp
10997 * gdb.threads/queue-signal.exp
10998 * gdb.threads/reconnect-signal.exp
10999 * gdb.threads/signal-command-handle-nopass.exp
11000 * gdb.threads/signal-command-multiple-signals-pending.exp
11001 * gdb.threads/signal-delivered-right-thread.exp
11002 * gdb.threads/signal-sigtrap.exp
11003 * gdb.threads/sigthread.exp
11004 * gdb.threads/staticthreads.exp
11005 * gdb.threads/stepi-random-signal.exp
11006 * gdb.threads/thread-unwindonsignal.exp
11007 * gdb.threads/thread_check.exp
11008 * gdb.threads/thread_events.exp
11009 * gdb.threads/tid-reuse.exp
11010 * gdb.threads/tls-nodebug.exp
11011 * gdb.threads/tls-shared.exp
11012 * gdb.threads/tls-so_extern.exp
11013 * gdb.threads/tls.exp
11014 * gdb.threads/wp-replication.exp
11015 * gdb.trace/actions-changed.exp
11016 * gdb.trace/actions.exp
11017 * gdb.trace/backtrace.exp
11018 * gdb.trace/change-loc.exp
11019 * gdb.trace/collection.exp
11020 * gdb.trace/deltrace.exp
11021 * gdb.trace/disconnected-tracing.exp
11022 * gdb.trace/entry-values.exp
11023 * gdb.trace/ftrace-lock.exp
11024 * gdb.trace/ftrace.exp
11025 * gdb.trace/infotrace.exp
11026 * gdb.trace/mi-trace-frame-collected.exp
11027 * gdb.trace/mi-trace-unavailable.exp
11028 * gdb.trace/mi-traceframe-changed.exp
11029 * gdb.trace/mi-tracepoint-changed.exp
11030 * gdb.trace/mi-tsv-changed.exp
11031 * gdb.trace/no-attach-trace.exp
11032 * gdb.trace/packetlen.exp
11033 * gdb.trace/passc-dyn.exp
11034 * gdb.trace/passcount.exp
11035 * gdb.trace/pending.exp
11036 * gdb.trace/pr16508.exp
11037 * gdb.trace/qtro.exp
11038 * gdb.trace/range-stepping.exp
11039 * gdb.trace/read-memory.exp
11040 * gdb.trace/report.exp
11041 * gdb.trace/save-trace.exp
11042 * gdb.trace/signal.exp
11043 * gdb.trace/stap-trace.exp
11044 * gdb.trace/status-stop.exp
11045 * gdb.trace/strace.exp
11046 * gdb.trace/tfile.exp
11047 * gdb.trace/tfind.exp
11048 * gdb.trace/trace-break.exp
11049 * gdb.trace/trace-condition.exp
11050 * gdb.trace/trace-enable-disable.exp
11051 * gdb.trace/trace-mt.exp
11052 * gdb.trace/tracecmd.exp
11053 * gdb.trace/tracefile-pseudo-reg.exp
11054 * gdb.trace/tspeed.exp
11055 * gdb.trace/tstatus.exp
11056 * gdb.trace/tsv.exp
11057 * gdb.trace/unavailable.exp
11058 * gdb.trace/while-dyn.exp
11059 * gdb.trace/while-stepping.exp
11060 * lib/gdb-guile.exp
11061 * lib/gdb.exp
11062 * lib/mi-support.exp
11063 * lib/pascal.exp
11064 * lib/perftest.exp
11065 * lib/prelink-support.exp
11066 * lib/selftest-support.exp
11067
11068 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11069
11070 * Makefile.in: Include disable-implicit-rules.mk.
11071
11072 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11073
11074 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11075 non-byte-aligned bit fields.
11076
11077 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11078
11079 PR gdb/12616
11080 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11081 respects the DW_AT_data_bit_offset attribute.
11082
11083 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11084
11085 * gdb.base/default.exp: Fix output of "set language".
11086
11087 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11088
11089 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11090 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11091 make.
11092 * configure.ac: Remove checks for the make program.
11093 * configure: Re-generate.
11094
11095 2016-11-16 Kevin Buettner <kevinb@redhat.com>
11096
11097 * gdb.python/py-recurse-unwind.c (main): Add loop.
11098 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11099 to read_register() and gdb.parse_and_eval(). Make each code
11100 call a separate case that can be individually tested.
11101 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11102 proc. Call cont_and_backtrace for each of the code paths that
11103 we want to test in the unwinder.
11104
11105 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11106
11107 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11108 the definition of struct S.
11109
11110 2016-11-11 Catherine Moore <clm@codesourcery.com>
11111
11112 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11113
11114 2016-11-09 Pedro Alves <palves@redhat.com>
11115
11116 * gdb.base/commands.exp (runto_or_return): New procedure.
11117 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11118 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11119 (progvar_simple_while_test, progvar_complex_if_while_test)
11120 (if_while_breakpoint_command_test)
11121 (infrun_breakpoint_command_test, breakpoint_command_test)
11122 (user_defined_command_test, watchpoint_command_test)
11123 (test_command_prompt_position, redefine_hook_test)
11124 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11125 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11126 multi_line_input and multi_line. Remove gdb_expect and
11127 gdb_stop_suppressing_tests uses.
11128 * lib/gdb.exp (valnum_re): New global.
11129 (multi_line_input): New procedure.
11130
11131 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11132
11133 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11134 Remove.
11135 (test_setup): Define with proc_with_prefix.
11136 (test_cli_inferior): Likewise.
11137 (test_cli_thread): Likewise.
11138 (test_cli_frame): Likewise.
11139 (test_cli_select_frame): Likewise.
11140 (test_cli_up_down): Likewise.
11141 (test_mi_thread_select): Likewise.
11142 (test_mi_stack_select_frame): Likewise.
11143 (test_cli_in_mi_inferior): Likewise.
11144 (test_cli_in_mi_thread): Likewise.
11145 (test_cli_in_mi_frame): Likewise.
11146 (top level): Do not use with_test_prefix_procname.
11147
11148 2016-11-09 Pedro Alves <palves@redhat.com>
11149
11150 * gdb.base/commands.exp (gdbvar_simple_if_test)
11151 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11152 (progvar_simple_if_test, progvar_simple_while_test)
11153 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11154 (infrun_breakpoint_command_test, breakpoint_command_test)
11155 (user_defined_command_test, watchpoint_command_test)
11156 (test_command_prompt_position, deprecated_command_test)
11157 (bp_deleted_in_command, temporary_breakpoint_commands)
11158 (stray_arg0_test, source_file_with_indented_comment)
11159 (recursive_source_test, if_commands_test)
11160 (error_clears_commands_left, redefine_hook_test)
11161 (redefine_backtrace_test): Use proc_with_prefix.
11162 * lib/gdb.exp (proc_with_prefix): New proc.
11163
11164 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11165
11166 * gdb.base/tui-layout.c: New file.
11167 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11168 disassembly window contains very long lines.
11169
11170 2016-11-08 Tom Tromey <tom@tromey.com>
11171
11172 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11173 depend on Python 2.
11174
11175 2016-11-08 Tom Tromey <tom@tromey.com>
11176
11177 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11178 New method.
11179
11180 2016-10-29 Manish Goregaokar <manish@mozilla.com>
11181
11182 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
11183
11184 2016-10-27 Manish Goregaokar <manish@mozilla.com>
11185
11186 * gdb.rust/simple.rs: Add test for univariant enums without
11187 discriminants and for encoded struct-like enums.
11188
11189 2016-10-28 Pedro Alves <palves@redhat.com>
11190
11191 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11192 gdb_test_multiple, tighten regexps and match symtabs and line
11193 tables incrementally.
11194
11195 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
11196
11197 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11198 general.
11199
11200 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
11201
11202 * gdb.base/exec-invalid-sysroot.exp: New file.
11203
11204 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11205
11206 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11207
11208 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11209
11210 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11211
11212 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11213
11214 * gdb.base/killed-outside.exp: Remove $options from a call to
11215 `prepare_for_testing'.
11216
11217 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11218
11219 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11220 Change test message.
11221
11222 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11223
11224 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11225 Update comment.
11226
11227 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11228
11229 * gdb.trace/mi-trace-save.exp: New file.
11230
11231 2016-10-13 Yao Qi <yao.qi@linaro.org>
11232
11233 * gdb.base/code_elim.exp (get_var_address): Remove.
11234 * gdb.base/relocate.exp: Likewise.
11235 * gdb.base/shreloc.exp: Likewise.
11236 * lib/gdb.exp (get_var_address): New.
11237
11238 2016-10-13 Yao Qi <yao.qi@linaro.org>
11239
11240 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11241 floating point tests if $skip_float_test is false.
11242
11243 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
11244
11245 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11246 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11247 argc values.
11248 Add 1 to argc so we guarantee distinct initial/modified argc values.
11249
11250 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11251
11252 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11253
11254 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11255
11256 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11257 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11258 * gdb.arch/vsx-regs.exp: Likewise.
11259
11260 2016-10-07 Yao Qi <yao.qi@linaro.org>
11261
11262 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11263
11264 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11265
11266 * gdb.python/python.exp: Test decode_line("*0").
11267
11268 2016-10-06 Doug Evans <dje@google.com>
11269
11270 * gdb.python/py-value.exp (test_value_creation): Add test for large
11271 unsigned 64-bit value.
11272
11273 2016-10-06 Tom Tromey <tom@tromey.com>
11274
11275 * gdb.compile/compile.exp: Change java tests to rust.
11276 * gdb.base/setshow.exp: Change java tests to rust.
11277 * gdb.base/default.exp: Remove java from language list.
11278 * README (Examples): Update language example.
11279 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11280 test.
11281 * lib/gdb.exp (skip_java_tests): Remove.
11282 * lib/java.exp: Remove.
11283 * gdb.java: Remove.
11284
11285 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11286
11287 * gdb.arch/mips-fcr.exp: New test.
11288 * gdb.arch/mips-fcr.c: Source for the new test.
11289
11290 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11291
11292 * gdb.base/solib-disc.exp: Use `standard_output_file'
11293 throughout.
11294
11295 2016-10-06 Pedro Alves <palves@redhat.com>
11296
11297 * gdb.base/jit-simple-dl.c: New file.
11298 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11299 * gdb.base/jit-simple.c: ... this.
11300 * gdb.base/jit-simple.exp (jit_run): Delete.
11301 (build_jit): New proc.
11302 (jit_test_reread): Recompile either the main program or the shared
11303 library, depending on what is being tested. Skip changing address
11304 if caller wants to. Compare before/after addresses. If testing
11305 standalone, explicitly load the binary. Test "maint info
11306 breakpoints".
11307 (top level): Add "standalone vs shared lib" and "change address"
11308 vs "same address" axes.
11309
11310 2016-10-06 Pedro Alves <palves@redhat.com>
11311
11312 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11313 call.
11314 (jit_run): Delete.
11315 (jit_test_reread): Use with_test_prefix. Reload the main binary
11316 explicitly. Compare the before/after addresses of the JIT
11317 descriptor.
11318
11319 2016-08-15 Doug Evans <dje@google.com>
11320
11321 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11322 for single bitfields is bool.
11323 * gdb.xml/tdesc-regs.exp: Ditto.
11324
11325 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11326
11327 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11328
11329 2016-10-05 Yao Qi <yao.qi@linaro.org>
11330
11331 * lib/gdb.exp (support_complex_tests): Return zero if
11332 gdb_skip_float_test return true.
11333
11334 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11335 Simon Marchi <simon.marchi@ericsson.com>
11336
11337 PR gdb/20487
11338 * gdb.mi/user-selected-context-sync.exp: New file.
11339 * gdb.mi/user-selected-context-sync.c: New file.
11340
11341 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11342 Simon Marchi <simon.marchi@ericsson.com>
11343
11344 PR gdb/20487
11345 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11346 =thread-select-event check.
11347
11348 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11349
11350 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11351 the compulsory L operand changes.
11352 * gdb.arch/powerpc-power.s: Likewise.
11353
11354 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11355
11356 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11357 * gdb.base/jit-attach-pie.c: New file.
11358 * gdb.base/jit-attach-pie.exp: New file.
11359
11360 2016-09-28 Pedro Alves <palves@redhat.com>
11361
11362 * gdb.base/infcall-input.c: New file.
11363 * gdb.base/infcall-input.exp: New file.
11364
11365 2016-09-22 Yao Qi <yao.qi@linaro.org>
11366
11367 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11368 (gdb_exit): Rename it to ...
11369 (gdbserver_gdb_exit): ... Close GDBserver.
11370 (gdb_exit): New proc, call gdbserver_gdb_exit.
11371 (mi_gdb_exit): Likewise.
11372
11373 2016-09-22 Yao Qi <yao.qi@linaro.org>
11374
11375 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11376 path.
11377 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11378 Remove duplication.
11379
11380 2016-09-22 Yao Qi <yao.qi@linaro.org>
11381
11382 * lib/gdbserver-support.exp: Check the existence of
11383 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11384
11385 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11386
11387 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11388
11389 2016-09-21 Tom Tromey <tom@tromey.com>
11390
11391 PR gdb/20604:
11392 * gdb.base/quit.exp: New file.
11393
11394 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11395
11396 * .gitignore: New file.
11397
11398 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11399
11400 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11401 throughout.
11402
11403 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11404
11405 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11406
11407 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11408
11409 * gdb.cp/casts.cc (decltype): Move it ...
11410 (main): ... with its call to ...
11411 * gdb.cp/casts03.cc: ... a new file.
11412 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11413
11414 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11415
11416 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11417
11418 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11419
11420 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11421 and sync up the test with tests in gas/testsuite/gas/ppc.
11422 * gdb.arch/powerpc-power.exp: Likewise.
11423
11424 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11425
11426 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11427
11428 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11429 Jan Kratochvil <jan.kratochvil@redhat.com>
11430
11431 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11432 make m1's definition to be different from m2's. Use 'dummy' as an
11433 argument for probe 'two'.
11434
11435 2016-09-10 Jon Beniston <jon@beniston.com>
11436
11437 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11438 for sim target.
11439
11440 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11441
11442 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11443 variable declaration.
11444 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11445 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11446 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11447 received HWCAP as its argument.
11448
11449 2016-09-06 Pedro Alves <palves@redhat.com>
11450
11451 * gdb.base/new-ui-pending-input.c: New file.
11452 * gdb.base/new-ui-pending-input.exp: New file.
11453 * gdb.exp (clear_gdb_spawn_id): New procedure.
11454 (with_spawn_id): Check whether gdb_spawn_id exists before
11455 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11456 on exit.
11457
11458 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11459
11460 * gdb.base/float128.c: New file.
11461 * gdb.base/float128.exp: Likewise.
11462 * gdb.base/floatn.c: Likewise.
11463 * gdb.base/floatn.exp: Likewise.
11464
11465 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11466
11467 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11468
11469 2016-09-05 Pedro Alves <palves@redhat.com>
11470
11471 PR backtrace/19927
11472 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11473 unwinders are immediately called as side effect of "source" or
11474 "disable unwinder" commands.
11475 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11476
11477 2016-09-02 Yao Qi <yao.qi@linaro.org>
11478
11479 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11480 is true and $type is "float" or "double".
11481
11482 2016-09-02 Yao Qi <yao.qi@linaro.org>
11483
11484 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11485 true.
11486 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11487 * gdb.base/call-rt-st.exp: Likewise.
11488 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11489 return value instead of gdb,skip_float_test.
11490 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11491 (do_function_calls): Use its return value instead of
11492 gdb,skip_float_test.
11493 * gdb.base/finish.exp: Likewise.
11494 * gdb.base/funcargs.exp: Likewise.
11495 * gdb.base/return.exp: Likewise.
11496 * gdb.base/return2.exp: Likewise.
11497 * gdb.base/varargs.exp: Likewise.
11498 * lib/gdb.exp (gdb_skip_float_test): Change it to
11499 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11500
11501 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11502
11503 * gdb.multi/tids.exp: Test "thread apply all".
11504
11505 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11506
11507 * gdb.base/default.exp (tty): Remove.
11508
11509 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11510
11511 * gdb.python/py-recurse-unwind.c: New file.
11512 * gdb.python/py-recurse-unwind.py: New file.
11513 * gdb.python/py-recurse-unwind.exp: New file.
11514
11515 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11516
11517 * gdb.base/set-inferior-tty.exp: New file.
11518 * gdb.base/set-inferior-tty.c: New file.
11519
11520 2016-08-23 Pedro Alves <palves@redhat.com>
11521
11522 PR gdb/20494
11523 * gdb.base/new-ui-echo.c: New file.
11524 * gdb.base/new-ui-echo.exp: New file.
11525
11526 2016-08-23 Yao Qi <yao.qi@linaro.org>
11527
11528 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11529 gdbserver_spawn.
11530 * gdb.server/connect-without-multi-process.exp (do_test):
11531 Likewise.
11532
11533 2016-08-23 Yao Qi <yao.qi@linaro.org>
11534
11535 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11536 standalone_txt. Delete gdb_txt and standalone_txt on host
11537 and target. Spawn the binary on target. Copy files from
11538 target to host.
11539
11540 2016-08-22 Pedro Alves <palves@redhat.com>
11541
11542 PR gdb/20505
11543 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11544 with_test_prefix. Factor out bits to ...
11545 (test_no_vdso): ... this new procedure.
11546
11547 2016-08-19 Carl Love <cel@us.ibm.com>
11548
11549 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11550 maintaining separate logic for constructing the output path.
11551 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11552 * gdb.arch/ppc-dfp.exp: Likewise.
11553 * gdb.arch/ppc-fp.exp: Likewise.
11554 * gdb.arch/vsx-regs.exp: Likewise.
11555 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11556 binprefix for generating the additional binary files.
11557
11558 2016-08-19 Pedro Alves <palves@redhat.com>
11559
11560 * gdb.trace/mi-trace-frame-collected.exp
11561 (test_trace_frame_collected): On x32, expect two registers.
11562
11563 2016-08-18 Carl Love <cel@us.ibm.com>
11564
11565 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11566 and sync up the test with tests in gas/testsuite/gas/ppc.
11567 * gdb.arch/powerpc-power.exp: Likewise.
11568
11569 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11570
11571 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11572 expected error message.
11573
11574 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11575
11576 * gdb.multi/remove-inferiors.exp: New file.
11577 * gdb.multi/remove-inferiors.c: New file.
11578
11579 2016-08-12 Yao Qi <yao.qi@linaro.org>
11580
11581 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11582 argument list.
11583
11584 2016-08-10 Pedro Alves <palves@redhat.com>
11585
11586 PR gdb/19187
11587 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11588 setup_kfails.
11589
11590 2016-08-09 Pedro Alves <palves@redhat.com>
11591 Simon Marchi <simon.marchi@ericsson.com>
11592
11593 PR gdb/20418
11594 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11595 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11596
11597 2016-08-09 Pedro Alves <palves@redhat.com>
11598
11599 PR mi/20431
11600 * gdb.mi/mi-cmd-error.exp: New file.
11601
11602 2016-08-09 Pedro Alves <palves@redhat.com>
11603
11604 PR gdb/18653
11605 * gdb.base/signals-state-child.c: New file.
11606 * gdb.base/signals-state-child.exp: New file.
11607 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11608
11609 2016-08-09 Pedro Alves <palves@redhat.com>
11610
11611 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11612
11613 2016-08-03 Tom Tromey <tom@tromey.com>
11614
11615 PR python/18565:
11616 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11617
11618 2016-08-01 Yao Qi <yao.qi@linaro.org>
11619
11620 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11621 variable mode to "multi-process" if $multi_process is 1, otherwise
11622 set it to "single-process".
11623
11624 2016-08-01 Yao Qi <yao.qi@linaro.org>
11625
11626 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11627 * gdb.cp/cpexprs.exp: Likewise.
11628 * gdb.cp/m-static.exp: Likewise.
11629
11630 2016-07-26 Tom Tromey <tom@tromey.com>
11631
11632 PR python/20190:
11633 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11634 test.
11635
11636 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11637
11638 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11639 selecting assembly source files.
11640 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11641 assembly source files.
11642 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11643 assembly source files.
11644 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11645 selecting assembly source files.
11646
11647 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11648
11649 * gdb.base/new-ui.exp (do_test_invalid_args): New
11650 procedure.
11651
11652 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11653
11654 * gdb.btrace/reconnect.c: New file.
11655 * gdb.btrace/reconnect.exp: New file.
11656
11657 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11658
11659 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11660 to test_catch_syscall_group.
11661 (test_catch_syscall_group): New.
11662
11663 2016-07-21 Tom Tromey <tom@tromey.com>
11664
11665 * gdb.rust/simple.rs (main): Use empty struct expression.
11666 * gdb.rust/simple.exp: Add tests for empty struct expression.
11667
11668 2016-07-21 Yao Qi <yao.qi@linaro.org>
11669
11670 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11671 if gdb_skip_xml_test is true on some targets.
11672
11673 2016-07-21 Yao Qi <yao.qi@linaro.org>
11674
11675 * gdb.server/solib-list.exp: Unset last_loaded_file.
11676
11677 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11678
11679 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11680 "step into captured_main (args)".
11681
11682 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11683
11684 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11685
11686 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11687
11688 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11689
11690 2016-07-19 Pedro Alves <palves@redhat.com>
11691
11692 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11693 * gdb.opt/inline-bt.exp: Likewise.
11694 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11695 additional_flags=-Winline.
11696 * gdb.opt/inline-locals.exp: Likewise.
11697 * gdb.opt/inline-markers.c (ATTR): Define.
11698 (inlined_fn): Use it.
11699
11700 2016-07-19 Yao Qi <yao.qi@linaro.org>
11701
11702 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11703 (test_with_self): Remove some code. Remove argument executable.
11704 (top-level): Use do_self_tests.
11705
11706 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
11707 Don Breazeal <donb@codesourcery.com>
11708
11709 * gdb.base/maint.exp: Escape paths used in regular expressions.
11710 * gdb.stabs/weird.exp: Likewise.
11711
11712 2016-07-13 Tom Tromey <tom@tromey.com>
11713
11714 PR python/15620, PR python/18620:
11715 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11716 (test_bkpt_events): New procs.
11717
11718 2016-07-13 Tom Tromey <tom@tromey.com>
11719
11720 PR python/17698:
11721 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11722 test.
11723 (test_watchpoints): Likewise.
11724 (test_bkpt_pending): New proc.
11725
11726 2016-07-13 Tom Tromey <tom@tromey.com>
11727
11728 PR cli/18053:
11729 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11730 completion test.
11731
11732 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11733
11734 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11735 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11736 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11737 f_label.
11738 (g): Rename g_end_lbl to g_label.
11739 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11740 low_pc and high_pc.
11741 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11742
11743 2016-07-12 Tom Tromey <tom@tromey.com>
11744
11745 PR python/19293:
11746 * gdb.python/py-unwind-maint.exp: Update tests.
11747
11748 2016-07-12 Yao Qi <yao.qi@linaro.org>
11749
11750 * lib/selftest-support.exp (selftest_setup): Match the output
11751 when captured_main is inlined.
11752
11753 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11754
11755 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11756 New variables.
11757 (print this%a, print this%b, print this): New tests.
11758 * gdb.fortran/derived-types.f90 (this): New object and
11759 initialization.
11760
11761 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11762
11763 * gdb.ada/arraydim.exp: Remove extra directory level in build
11764 directory.
11765
11766 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11767
11768 * lib/ada.exp: Remove extra directory level in build directory.
11769 * gdb.ada/cond_lang.exp: Likewise.
11770 * gdb.ada/exec_changed.exp: Likewise.
11771 * gdb.ada/lang_switch.exp: Likewise.
11772
11773 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11774
11775 * simple.rs: Add test for raw pointer subscripting.
11776 * simple.exp: Add test expectations.
11777
11778 2016-07-05 Yao Qi <yao.qi@linaro.org>
11779
11780 * gdb.mi/mi-reverse.exp: Match =record-started output.
11781
11782 2016-07-01 Pedro Alves <palves@redhat.com>
11783
11784 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11785 procedure.
11786 (jit_reader_test): Test the jit reader's unwinder.
11787 * gdb.base/jithost.c (jit_function_00_code): New global.
11788 (main): Use memcpy to fill in the mmapped code, instead of poking
11789 bytes manually here.
11790 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11791 value.
11792 (read_debug_info): Save the function's range.
11793 (read_sp): New function.
11794 (unwind_frame): Use it. Also unwind RBP.
11795 (get_frame_id): Use read_sp.
11796 (gdb_init_reader): Use calloc instead of malloc.
11797 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11798 parameter. Use gdb_test_multiple.
11799
11800 2016-07-01 Pedro Alves <palves@redhat.com>
11801 Antoine Tremblay <antoine.tremblay@ericsson.com>
11802
11803 * gdb.threads/process-dies-while-detaching.c: New file.
11804 * gdb.threads/process-dies-while-detaching.exp: New file.
11805
11806 2016-07-01 Pedro Alves <palves@redhat.com>
11807
11808 * gdb.multi/watchpoint-multi-exit.c: New file.
11809 * gdb.multi/watchpoint-multi-exit.exp: New file.
11810
11811 2016-06-30 Pedro Alves <palves@redhat.com>
11812
11813 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11814 unset inferior_spawn_id.
11815
11816 2016-06-30 Pedro Alves <palves@redhat.com>
11817
11818 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11819 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11820
11821 2016-06-29 Yao Qi <yao.qi@linaro.org>
11822
11823 * gdb.base/return.c: Add copyright header.
11824
11825 2016-06-29 Tom Tromey <tom@tromey.com>
11826
11827 PR python/20129:
11828 * gdb.python/py-framefilter.exp: Add tests for setting priority
11829 and disabling of non-existent frame filter.
11830
11831 2016-06-29 Yao Qi <yao.qi@linaro.org>
11832
11833 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11834 0x0f07ff.
11835
11836 2016-06-28 Yao Qi <yao.qi@linaro.org>
11837
11838 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11839 triplets. Start gdb, execute catch syscall, and continue. Check
11840 gdb's output to determine catch syscall is supported.
11841
11842 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11843
11844 * gdb.rust/simple.rs: Add test for returning unit in a function.
11845 * gdb.rust/simple.exp: Add expectation for functions returning
11846 unit.
11847
11848 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11849
11850 * gdb.python/py-breakpoint-create-fail.c,
11851 gdb.python/py-breakpoint-create-fail.exp,
11852 gdb.python/py-breakpoint-create-fail.py: New testcase.
11853
11854 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11855
11856 PR gdb/20239
11857 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11858 * gdb.rust/simple.exp: Add test expectations for new NonZero
11859 tests.
11860
11861 2016-06-24 David Taylor <dtaylor@emc.com>
11862
11863 * gdb.base/offsets.exp: New file.
11864 * gdb.base/offsets.c: New file.
11865
11866 2016-06-23 Tom Tromey <tom@tromey.com>
11867
11868 PR gdb/16483:
11869 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11870 before any filters are loaded.
11871
11872 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11873
11874 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11875 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11876 structs.
11877 * gdb.fortran/derived-type-function.exp: New file.
11878 * gdb.fortran/derived-type-function.f90: New file.
11879
11880
11881 2016-06-21 Pedro Alves <palves@redhat.com>
11882
11883 * gdb.base/new-ui.exp: New file.
11884 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11885 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11886 (with_spawn_id): New procedure.
11887
11888 2016-06-21 Pedro Alves <palves@redhat.com>
11889
11890 * gdb.mi/mi-exec-run.exp: New file.
11891
11892 2016-06-21 Pedro Alves <palves@redhat.com>
11893
11894 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11895 breakpoint command's output on the main UI.
11896 (test_break): New procedure, factored out from calls in the top
11897 level.
11898 (top level): Use foreach_with_prefix to test MI as main UI and as
11899 separate UI.
11900
11901 2016-06-21 Pedro Alves <palves@redhat.com>
11902
11903 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11904 (test_awatch_creation_and_listing)
11905 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11906 Remove 'type' parameter.
11907 (test_watchpoint_all): New parameter mi_mode. Remove
11908 with_test_prefix.
11909 (top level): Use foreach_with_prefix, and add main/separate UI MI
11910 testing axis.
11911
11912 2016-06-21 Pedro Alves <palves@redhat.com>
11913
11914 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11915 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11916 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11917 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11918 (gdb_main_spawn_id, mi_spawn_id): Declare and
11919 comment.
11920 (mi_create_inferior_pty): New procedure,
11921 factored out from default_mi_gdb_start.
11922 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11923 procedures.
11924 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11925 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11926 Use mi_create_inferior_pty.
11927 (mi_gdb_start): Use eval to pass down args list.
11928
11929 2016-06-21 Pedro Alves <palves@redhat.com>
11930
11931 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11932 * gdb.opt/inline-cmds.exp: Add MI tests.
11933
11934 2016-06-21 Pedro Alves <palves@redhat.com>
11935
11936 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11937
11938 2016-06-21 Pedro Alves <palves@redhat.com>
11939
11940 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11941 (top level): Use it instead of mi_execute_to.
11942
11943 2016-06-21 Pedro Alves <palves@redhat.com>
11944
11945 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11946 (cont_handler_str): New.
11947 (signal_stop_handler): Set stop_handler_str instead of printing to
11948 stdout.
11949 (continue_handler): Set cont_handler_str instead of printing to
11950 stdout.
11951 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11952 mi_send_resuming_command. Print stop_handler_str and
11953 cont_handler_str instead of expecting the python events print
11954 directly.
11955
11956 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11957
11958 * gdb.base/jit-reader.exp: New file.
11959 * gdb.base/jithost.c: New file.
11960 * gdb.base/jithost.h: New file.
11961 * gdb.base/jitreader.c : New file.
11962 * gdb.base/jit-protocol.h: New file.
11963
11964 2016-06-17 Yao Qi <yao.qi@linaro.org>
11965
11966 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11967 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11968 and detach-on-fork. Adjust tests.
11969 (top level): Invoke break_cond_on_syscall with combinations of
11970 syscall, follow-fork-mode and detach-on-fork.
11971
11972 2016-06-17 Yao Qi <yao.qi@linaro.org>
11973
11974 * gdb.base/step-over-exit.c: New.
11975 * gdb.base/step-over-exit.exp: New.
11976
11977 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11978
11979 * gdb.base/float.exp: Add target check for nds32*-*-*.
11980 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11981
11982 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11983
11984 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11985 for unsupported target features.
11986 * gdb.base/call-rt-st.exp: Likewise.
11987 * gdb.base/call-sc.exp: Likewise.
11988 * gdb.base/call-signal-resume.exp: Likewise.
11989 * gdb.base/call-strs.exp: Likewise.
11990 * gdb.base/callexit.exp: Likewise.
11991 * gdb.base/callfuncs.exp: Likewise.
11992 * gdb.base/nodebug.exp: Likewise.
11993 * gdb.base/printcmds.exp: Likewise.
11994 * gdb.base/ptype.exp: Likewise.
11995 * gdb.base/structs.exp: Likewise.
11996 * gdb.base/unwindonsignal.exp: Likewise.
11997 * gdb.cp/gdb2495.exp: Likewise.
11998 * gdb.cp/templates.exp: Likewise.
11999 * gdb.cp/virtfunc.exp: Likewise.
12000 * gdb.threads/hand-call-in-threads.exp: Likewise.
12001 * gdb.threads/interrupted-hand-call.exp: Likewise.
12002 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12003
12004 2016-06-10 Tom Tromey <tom@tromey.com>
12005
12006 PR rust/20110:
12007 * gdb.rust/expr.exp: Add test for integer constant larger than
12008 i32.
12009
12010 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12011
12012 * gdb.fortran/nested-funcs.exp: New.
12013 * gdb.fortran/nested-funcs.f90: New.
12014
12015 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12016
12017 * gdb.base/examine-backward.c: New file.
12018 * gdb.base/examine-backward.exp: New file.
12019
12020 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12021
12022 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12023 matching.
12024
12025 2016-06-02 Tom Tromey <tom@tromey.com>
12026
12027 PR python/18984:
12028 * gdb.python/py-shared.exp: Add solib_name test.
12029
12030 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12031
12032 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12033
12034 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12035
12036 PR c++/19893
12037 * gdb.dwarf2/implref.exp: Rename to...
12038 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12039 * gdb.dwarf2/implref-array.c: New file.
12040 * gdb.dwarf2/implref-array.exp: Likewise.
12041 * gdb.dwarf2/implref-global.c: Likewise.
12042 * gdb.dwarf2/implref-global.exp: Likewise.
12043 * gdb.dwarf2/implref-struct.c: Likewise.
12044 * gdb.dwarf2/implref-struct.exp: Likewise.
12045
12046 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12047
12048 * gdb.trace/trace-condition.exp: Add 64bit tests.
12049
12050 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12051
12052 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12053 bits types.
12054 (main): Adapt to 8 to 64 bits types.
12055 * gdb.trace/trace-condition.exp: Add new tests.
12056
12057 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12058
12059 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12060
12061 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12062
12063 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12064 Move condition tests...
12065 * gdb.trace/trace-condition.exp: Here.
12066
12067 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12068
12069 * gdb.trace/trace-condition.exp: Add counter-case tests.
12070
12071 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12072
12073 PR c++/15231
12074 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12075 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12076
12077 2016-05-27 Pedro Alves <palves@redhat.com>
12078
12079 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12080 New procedure.
12081 (top level): Call it, and bail out of DejaGnu is known to be bad.
12082
12083 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12084
12085 * gdb.base/whatis.c: Extend the test case.
12086 * gdb.base/whatis.exp: Add additional tests.
12087
12088 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12089
12090 * gdb.fortran/type.f90: Add pointer variable.
12091 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12092
12093 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12094
12095 * gdb.fortran/vla-type.exp: Fix testcase name.
12096
12097 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12098
12099 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12100
12101 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12102
12103 * gdb.fortran/type.f90: Add nested structures.
12104 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12105 * gdb.fortran/derived-type.exp: Adapt expected output.
12106 * gdb.fortran/vla-type.exp: Adapt expected output.
12107
12108 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12109
12110 * gdb.fortran/whatis_type.exp: Adapt expected output.
12111
12112 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12113
12114 * gdb.fortran/print_type.exp: Fix expected output.
12115 * gdb.fortran/whatis_type.exp: Fix expected output.
12116
12117 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12118
12119 * gdb.fortran/whatis_type.exp: Use multi_line.
12120
12121 2016-05-24 Tom Tromey <tom@tromey.com>
12122
12123 PR python/17386:
12124 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12125 use value as an index.
12126
12127 2016-05-23 Tom Tromey <tom@tromey.com>
12128
12129 PR python/17981:
12130 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12131 no-breakpoint case.
12132
12133 2016-05-24 Pedro Alves <palves@redhat.com>
12134
12135 PR gdb/19828
12136 * gdb.threads/clone-attach-detach.c: New file.
12137 * gdb.threads/clone-attach-detach.exp: New file.
12138
12139 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12140
12141 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12142
12143 2016-05-23 Tom Tromey <tom@tromey.com>
12144
12145 PR python/19438, PR python/18393:
12146 * gdb.python/py-progspace.exp: Add "dir" test.
12147 * gdb.python/py-objfile.exp: Add "dir" test.
12148
12149 2016-05-23 Yao Qi <yao.qi@linaro.org>
12150
12151 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12152 * gdb.arch/thumb2-it.exp: Likewise.
12153
12154 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12155
12156 * gdb.mi/mi-threads-interrupt.c: New file.
12157 * gdb.mi/mi-threads-interrupt.exp: New file.
12158
12159 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12160
12161 PR gdb/18077
12162 * gdb.mi/mi-async-run.exp: New file.
12163 * gdb.mi/mi-async-run.c: New file.
12164
12165 2016-05-17 Tom Tromey <tom@tromey.com>
12166 Manish Goregaokar <manishsmail@gmail.com>
12167
12168 * lib/rust-support.exp: New file.
12169 * lib/gdb.exp (skip_rust_tests): New proc.
12170 (build_executable_from_specs): Handle rust.
12171 * lib/future.exp (gdb_find_rustc): New proc.
12172 (gdb_default_target_compile): Handle rust.
12173 * gdb.rust/expr.exp: New file.
12174 * gdb.rust/generics.exp: New file.
12175 * gdb.rust/generics.rs: New file.
12176 * gdb.rust/methods.exp: New file.
12177 * gdb.rust/methods.rs: New file.
12178 * gdb.rust/modules.exp: New file.
12179 * gdb.rust/modules.rs: New file.
12180 * gdb.rust/simple.exp: New file.
12181 * gdb.rust/simple.rs: New file.
12182
12183 2016-05-17 Tom Tromey <tom@tromey.com>
12184
12185 * gdb.base/default.exp (set language): Add rust.
12186
12187 2016-05-17 Tom Tromey <tom@tromey.com>
12188
12189 * gdb.gdb/unittest.exp: New file.
12190
12191 2016-05-16 Yao Qi <yao.qi@linaro.org>
12192
12193 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12194 shell_prompt. Update shell_prompt_re.
12195
12196 2016-05-12 Doug Evans <dje@google.com>
12197
12198 PR symtab/19999
12199 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12200 $options when building executable.
12201 * gdb.dwarf2/fission-loclists-pie.S: New file.
12202 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12203
12204 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12205
12206 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12207 of [is_remote target],
12208
12209 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12210
12211 * lib/gdb.exp (use_gdb_stub): New procedure.
12212
12213 2016-05-03 Yunlian Jiang <yunlian@google.com>
12214 Doug Evans <dje@google.com>
12215
12216 PR symtab/19914
12217 * gdb.dwarf2/dwp-sepdebug.c: New file.
12218 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12219
12220 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12221
12222 * gdb.base/detach.exp: Remove is_remote check.
12223
12224 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12225
12226 * gdb.base/annota-input-while-running.exp: Don't check for
12227 [is_remote target]. Enable annotations after running to main.
12228 Remove unused "set test..." line.
12229
12230 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12231
12232 * gdb.trace/trace-enable-disable.exp: New file.
12233 * gdb.trace/trace-enable-disable.c: New file.
12234
12235 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12236
12237 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12238 use it in info sharedlibrary test.
12239 * gdb.trace/ftrace-lock.exp: Likewise.
12240 * gdb.trace/ftrace.exp: Likewise.
12241 * gdb.trace/range-stepping.exp: Likewise.
12242 * gdb.trace/trace-break.exp: Likewise.
12243 * gdb.trace/trace-condition.exp: Likewise.
12244 * gdb.trace/trace-mt.exp: Likewise.
12245
12246 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12247
12248 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12249 (gdb_load_shlib): ... this.
12250 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12251 gdb_load_shlib.
12252 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12253 * gdb.base/ctxobj.exp: Likewise.
12254 * gdb.base/dprintf-pending.exp: Likewise.
12255 * gdb.base/dso2dso.exp: Likewise.
12256 * gdb.base/fixsection.exp: Likewise.
12257 * gdb.base/gcore-relro.exp: Likewise.
12258 * gdb.base/gdb1555.exp: Likewise.
12259 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12260 * gdb.base/gnu-ifunc.exp: Likewise.
12261 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12262 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12263 * gdb.base/pending.exp: Likewise.
12264 * gdb.base/print-file-var.exp: Likewise.
12265 * gdb.base/print-symbol-loading.exp: Likewise.
12266 * gdb.base/shlib-call.exp: Likewise.
12267 * gdb.base/shreloc.exp: Likewise.
12268 * gdb.base/so-impl-ld.exp: Likewise.
12269 * gdb.base/solib-disc.exp: Likewise.
12270 * gdb.base/solib-nodir.exp: Likewise.
12271 * gdb.base/solib-overlap.exp: Likewise.
12272 * gdb.base/solib-symbol.exp: Likewise.
12273 * gdb.base/solib-weak.exp (do_test): Likewise.
12274 * gdb.base/sym-file.exp: Likewise.
12275 * gdb.base/symtab-search-order.exp: Likewise.
12276 * gdb.base/type-opaque.exp: Likewise.
12277 * gdb.base/unload.exp: Likewise.
12278 * gdb.base/watchpoint-solib.exp: Likewise.
12279 * gdb.compile/compile.exp: Likewise.
12280 * gdb.cp/gdb2384.exp: Likewise.
12281 * gdb.cp/infcall-dlopen.exp: Likewise.
12282 * gdb.cp/re-set-overloaded.exp: Likewise.
12283 * gdb.fortran/library-module.exp: Likewise.
12284 * gdb.opt/solib-intra-step.exp: Likewise.
12285 * gdb.python/py-finish-breakpoint.exp: Likewise.
12286 * gdb.python/py-shared.exp: Likewise.
12287 * gdb.reverse/solib-precsave.exp: Likewise.
12288 * gdb.reverse/solib-reverse.exp: Likewise.
12289 * gdb.server/solib-list.exp: Likewise.
12290 * gdb.threads/dlopen-libpthread.exp: Likewise.
12291 * gdb.threads/tls-shared.exp: Likewise.
12292 * gdb.threads/tls-so_extern.exp: Likewise.
12293 * gdb.trace/change-loc.exp: Likewise.
12294 * gdb.trace/ftrace-lock.exp: Likewise.
12295 * gdb.trace/ftrace.exp: Likewise.
12296 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12297 * gdb.trace/pending.exp: Likewise.
12298 * gdb.trace/range-stepping.exp: Likewise.
12299 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12300 (strace_info_marker): Likewise.
12301 (strace_probe_marker): Likewise.
12302 (strace_trace_on_same_addr): Likewise.
12303 (strace_trace_on_diff_addr): Likewise.
12304 * gdb.trace/trace-break.exp: Likewise.
12305 * gdb.trace/trace-condition.exp: Likewise.
12306 * gdb.trace/trace-mt.exp: Likewise.
12307
12308 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12309
12310 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12311 result of gdb_remote_download.
12312 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12313 * gdb.base/dso2dso.exp: Likewise.
12314 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12315 * gdb.base/print-file-var.exp: Likewise.
12316 * gdb.base/shlib-call.exp: Likewise.
12317 * gdb.base/shreloc.exp: Likewise.
12318 * gdb.base/solib-overlap.exp: Likewise.
12319 * gdb.base/solib-weak.exp (do_test): Likewise.
12320 * gdb.base/unload.exp: Likewise.
12321
12322 2016-04-27 Yao Qi <yao.qi@linaro.org>
12323
12324 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12325 exists.
12326
12327 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12328
12329 * vla-type.exp: Print structure from toplevel.
12330
12331 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12332
12333 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12334 of dynamic types.
12335 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12336 of dynamic types.
12337
12338 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12339
12340 * gdb.fortran/vla-type.f90: New file.
12341 * gdb.fortran/vla-type.exp: New file.
12342
12343 2016-04-25 Yao Qi <yao.qi@linaro.org>
12344
12345 * gdb.base/branch-to-self.c: New file.
12346 * gdb.base/branch-to-self.exp: New file.
12347
12348 2016-04-22 Yao Qi <yao.qi@linaro.org>
12349
12350 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12351 more after $hex.
12352
12353 2016-04-22 Yao Qi <yao.qi@linaro.org>
12354
12355 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12356 * gdb.base/annota3.exp: Likewise.
12357
12358 2016-04-22 Yao Qi <yao.qi@linaro.org>
12359
12360 * gdb.reverse/step-precsave.exp: Do one step and test program
12361 stops in "callee" and do multiple steps until program goes out
12362 of "callee".
12363 * gdb.reverse/step-reverse.exp: Likewise.
12364
12365 2016-04-22 Yao Qi <yao.qi@linaro.org>
12366
12367 * gdb.trace/signal.exp: Also pass if
12368 $tracepoint_hits($i) > $iterations.
12369
12370 2016-04-22 Yao Qi <yao.qi@linaro.org>
12371
12372 * gdb.trace/signal.c: New file.
12373 * gdb.trace/signal.exp: New file.
12374
12375 2016-04-19 Doug Evans <xdje42@gmail.com>
12376
12377 * gdb.base/bad-file.exp: New file.
12378
12379 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12380
12381 * gdb.dwarf2/implref.exp: New file.
12382
12383 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12384
12385 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12386 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12387 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12388 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12389 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12390 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12391 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12392 * lib/fortran.exp (fortran_int4): New procedure.
12393 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12394 (fortran_logical4): Likewise.
12395
12396 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12397
12398 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12399
12400 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12401
12402 * lib/compiler.c: Add Intel specific preprocessor macros.
12403 * lib/compiler.cc: Likewise.
12404
12405 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
12406
12407 * gdb.server/connect-with-no-symbol-file.c: New file.
12408 * gdb.server/connect-with-no-symbol-file.exp: New file.
12409
12410 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12411
12412 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12413
12414 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12415
12416 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12417 standard output directory.
12418
12419 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12420
12421 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12422
12423 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12424
12425 * gdb.btrace/instruction_history.c (loop): Add declaration.
12426
12427 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12428
12429 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12430
12431 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12432
12433 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12434 parentheses to print.
12435 (continue_handler): Likewise.
12436
12437 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12438
12439 * gdb.server/solib-list.exp: Remove is_remote check.
12440 Pass shlib= to gdb_compile. Don't link shared library with
12441 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12442 Run binary filename through "readlink -f" on the target.
12443
12444 2016-04-08 Pedro Alves <palves@redhat.com>
12445
12446 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12447 interpreter filename as argument to gdbserver_spawn.
12448 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12449 Return empty if $last_loaded_file does not exist.
12450
12451 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12452
12453 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12454 * gdb.base/jit-main.c: Use exit after usage.
12455
12456 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12457
12458 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12459 GDBHISTSIZE prior to the tests.
12460 * gdb.base/gdbinit-history.exp: Likewise.
12461
12462 2016-04-07 Pedro Alves <palves@redhat.com>
12463
12464 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12465 instead of build_executable. Use gdb_load_shlibs.
12466
12467 2016-04-07 Yao Qi <yao.qi@linaro.org>
12468
12469 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12470 Execute "si" command.
12471
12472 2016-04-07 Yao Qi <yao.qi@linaro.org>
12473
12474 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12475 number instead of the comments on some line.
12476
12477 2016-04-06 Don Breazeal <donb@codesourcery.com>
12478
12479 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12480 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12481
12482 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12483
12484 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12485 standard_output_file. Remove unused binfile variable.
12486
12487 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
12488
12489 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12490 * gdb.python/py-mi-objfile.exp: Match "list main" output
12491 in console format.
12492
12493 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12494
12495 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12496 absolute.
12497
12498 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12499
12500 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12501 absolute.
12502 * gdb.trace/ftrace.exp: Likewise.
12503 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12504 targets as well.
12505 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12506 (gdb_load_shlibs): Copy libraries to test directory when testing
12507 natively. Only set solib-search-path if testing remotely.
12508 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12509
12510 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12511
12512 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12513 gdb_download. Use it even if the target is not remote.
12514 * gdb.base/jit.exp (compile_jit_test): Likewise.
12515 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12516 output directory if the destination board is local, otherwise use
12517 the standard remote_download from DejaGnu.
12518 (gdb_download): Remove.
12519 (gdb_load_shlibs): Use gdb_remote_download instead of
12520 gdb_download.
12521 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12522 Use gdb_remote_download instead of gdb_download. Use it even if
12523 the target is not remote.
12524 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12525 instead of gdb_download.
12526
12527 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12528
12529 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12530 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12531 run.
12532
12533 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12534
12535 PR gdb/19820
12536 * gdb.base/printcmds.exp: Add artificial arrays tests.
12537
12538 2016-03-31 Pedro Alves <palves@redhat.com>
12539
12540 PR gdb/19858
12541 * gdb.base/jit-main.c: Include unistd.h.
12542 (ATTACH): Define to 0 if not already defined.
12543 (wait_for_gdb, mypid): New globals.
12544 (WAIT_FOR_GDB): New macro.
12545 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12546 some breakpoint locations.
12547 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12548 New procedures.
12549 (one_jit_test): Add REATTACH parameter, and handle it. Use
12550 continue_to_test_location.
12551 (top level): Test attach, and adjusts calls to one_jit_test.
12552
12553 2016-03-31 Pedro Alves <palves@redhat.com>
12554
12555 PR gdb/19858
12556 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12557 BINSUFFIX parameter, and handle it.
12558 (top level): Adjust calls compile_jit_test.
12559
12560 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12561
12562 PR python/19743
12563 * gdb.python/py-mi-events-gdb.py: New file.
12564 * gdb.python/py-mi-events.c: New file.
12565 * gdb.python/py-mi-events.exp: New file.
12566
12567 2016-03-30 Yao Qi <yao.qi@linaro.org>
12568
12569 * gdb.reverse/until-precsave.exp: Match function name only.
12570 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12571 Move malloc to a condition block.
12572 * gdb.reverse/until-reverse.exp: Match function name only.
12573
12574 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12575
12576 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12577 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12578 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12579 variable for GPR 0 instead of assuming it is register 0.
12580 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12581 * lib/trace-support.exp: Add s390 registers.
12582
12583 2016-03-29 Yao Qi <yao.qi@linaro.org>
12584
12585 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12586
12587 2016-03-24 Yao Qi <yao.qi@linaro.org>
12588
12589 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12590 test message.
12591
12592 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12593
12594 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12595 maintaining separate logic for constructing the output path.
12596
12597 2016-03-16 Don Breazeal <donb@codesourcery.com>
12598
12599 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12600 Retry fork and waitpid on interrupted system call errors.
12601 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12602 Use with_timeout_factor to increase timeout by factor of 10.
12603
12604 2016-03-15 Don Breazeal <donb@codesourcery.com>
12605
12606 * gdb.cp/scope-err.cc: New test program.
12607 * gdb.cp/scope-err.exp: New test script.
12608 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12609 lines and "set breakpoint here" comment.
12610 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12611 Fixed some whitespace and format issues.
12612 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12613 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12614
12615 2016-03-15 Doug Evans <dje@google.com>
12616
12617 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12618 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12619 All callers updated. Add tests for enums, mixed flags register.
12620
12621 2016-03-15 Doug Evans <dje@google.com>
12622
12623 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12624 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12625
12626 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12627
12628 * gdb.base/default.exp: Add $_as_string to the list of expected
12629 convenience functions.
12630
12631 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12632
12633 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12634
12635 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12636
12637 * gdb.python/py-as-string.exp: New file.
12638 * gdb.python/py-as-string.c: New file.
12639
12640 2016-03-09 Pedro Alves <palves@redhat.com>
12641
12642 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12643 signal" -> "Thread NN received signal" output change.
12644 * gdb.threads/ia64-sigill.exp: Likewise.
12645 * gdb.threads/linux-dp.exp: Likewise.
12646 * gdb.threads/manythreads.exp: Likewise.
12647 * gdb.threads/pending-step.exp: Likewise.
12648 * gdb.threads/print-threads.exp: Likewise.
12649 * gdb.threads/sigstep-threads.exp: Likewise.
12650 * gdb.threads/staticthreads.exp: Likewise.
12651 * gdb.threads/tls.exp: Likewise.
12652
12653 2016-03-09 Pedro Alves <palves@redhat.com>
12654
12655 * gdb.base/command-line-input.exp: New file.
12656
12657 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12658
12659 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12660 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12661 * gdb.trace/pending.exp: Accept leading dot before function name.
12662 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12663 * lib/trace-support.exp: Set registers for ppc.
12664
12665 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12666
12667 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12668 use it for disassembly; accept .main in addition to main in backtrace.
12669
12670 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
12671 Marcin Kościelnicki <koriakin@0x04.net>
12672
12673 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12674 (gdb_recursion_test_ptr): New global variable.
12675 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12676 gdb_recursion_test.
12677 (gdb_c_test): Ditto.
12678
12679 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12680
12681 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12682 ordering.
12683
12684 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12685
12686 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12687 (bar): Add bar_start_lbl label.
12688 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12689 of foo/bar for emitting DWARF and tracing.
12690
12691 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12692
12693 * analyze-racy-logs.py: Set executable bit.
12694
12695 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12696
12697 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12698 (CHECK_TARGET_TMP): Likewise.
12699 (check-single-racy): New rule.
12700 (check-parallel-racy): Likewise.
12701 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12702 (do-check-parallel-racy): New rule.
12703 (check-racy/%.exp): Likewise.
12704 * README (Racy testcases): New section.
12705 * analyze-racy-logs.py: New file.
12706
12707 2016-03-03 Doug Evans <dje@google.com>
12708
12709 * gdb.base/skip.exp: Use with_test_prefix.
12710
12711 2016-03-03 Yao Qi <yao.qi@linaro.org>
12712
12713 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12714 Invoke step_over_syscall "clone" and break_cond_on_syscall
12715 "clone".
12716 * gdb.base/step-over-clone.c: New file.
12717
12718 2016-03-03 Yao Qi <yao.qi@linaro.org>
12719
12720 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12721 code format.
12722
12723 2016-03-03 Yao Qi <yao.qi@linaro.org>
12724
12725 * gdb.base/disp-step-fork.c: Rename to ...
12726 * gdb.base/step-over-fork.c: ... it. New file.
12727 * gdb.base/disp-step-vfork.c: Rename to ...
12728 * gdb.base/step-over-vfork.c: ... it. New file.
12729 * gdb.base/disp-step-syscall.exp: Rename to ...
12730 * gdb.base/step-over-syscall.exp: ... it. New file.
12731 (disp_step_cross_syscall): Rename to ...
12732 (step_over_syscall): ... it.
12733
12734 2016-03-03 Yao Qi <yao.qi@linaro.org>
12735
12736 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12737 If target supports condition evaluation on target, invoke
12738 break_cond_on_syscall for fork and vfork.
12739
12740 2016-03-03 Yao Qi <yao.qi@linaro.org>
12741
12742 * gdb.base/disp-step-syscall.exp: Don't invoke
12743 support_displaced_stepping.
12744 (disp_step_cross_syscall): Test with displaced stepping off and
12745 on if supported.
12746
12747 2016-03-03 Yao Qi <yao.qi@linaro.org>
12748
12749 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12750 proc.
12751 (setup): New proc.
12752 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12753 and setup.
12754
12755 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12756
12757 * gdb.fortran/vla-history.exp: Remove breakpoint.
12758
12759 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12760
12761 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12762 exceeds timeout.
12763
12764 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12765
12766 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12767 breakpoint.
12768
12769 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12770
12771 * gdb.mi/vla.f90: Nullify pointer after declaration.
12772
12773 2016-03-01 Pedro Alves <palves@redhat.com>
12774
12775 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12776
12777 2016-03-01 Pedro Alves <palves@redhat.com>
12778
12779 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12780 before anything else.
12781 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12782 _GNU_SOURCE here.
12783 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12784 before anything else.
12785 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12786
12787 2016-03-01 Pedro Alves <palves@redhat.com>
12788
12789 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12790
12791 2016-03-01 Yao Qi <yao.qi@linaro.org>
12792
12793 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12794 prepare_for_testing.
12795
12796 2016-03-01 Yao Qi <yao.qi@linaro.org>
12797
12798 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12799
12800 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12801
12802 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12803 manually constructing the output path.
12804
12805 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12806
12807 * gdb.arch/s390-stackless.S: New.
12808 * gdb.arch/s390-stackless.exp: New.
12809
12810 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12811
12812 * gdb.dlang/circular.c: New file.
12813 * gdb.dlang/circular.exp: New file.
12814
12815 2016-02-26 Yao Qi <yao.qi@linaro.org>
12816
12817 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12818 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12819 (testcases): Update.
12820
12821 2016-02-26 Yao Qi <yao.qi@linaro.org>
12822
12823 * gdb.reverse/aarch64.c: Rename to ...
12824 * gdb.reverse/insn-reverse.c: ... it.
12825 * gdb.reverse/aarch64.exp: Rename to ...
12826 * gdb.reverse/insn-reverse.exp: ... it.
12827
12828 2016-02-26 Yao Qi <yao.qi@linaro.org>
12829
12830 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12831 (testcase_ftype): New.
12832 (testcases): New array.
12833 (n_testcases): New.
12834 (main): Call each element in testcases.
12835 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12836 (read_testcase): New.
12837 Do the tests in a loop.
12838
12839 2016-02-25 Yao Qi <yao.qi@linaro.org>
12840
12841 * gdb.base/branches.c: Remove.
12842
12843 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12844
12845 PR gdb/13808
12846 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12847
12848 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12849
12850 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12851
12852 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12853
12854 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12855 change x86_64 call_insn to 'callq'.
12856
12857 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12858
12859 * gdb.trace/tfile-avx.c: Move to...
12860 * gdb.trace/tracefile-pseudo-reg.c: Here.
12861 * gdb.trace/tfile-avx.exp: Move to...
12862 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12863
12864 2016-02-24 Gary Benson <gbenson@redhat.com>
12865
12866 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12867 message on attach.
12868
12869 2016-02-23 Doug Evans <dje@google.com>
12870
12871 * gdb.base/skip.c (test_skip): New function.
12872 (end_test_skip_file_and_function): New function.
12873 (test_skip_file_and_function): New function.
12874 * gdb.base/skip1.c (test_skip): New function.
12875 (skip1_test_skip_file_and_function): New function.
12876 * gdb.base/skip.exp: Add tests for new skip options.
12877 * gdb.base/skip-solib.exp: Update expected output.
12878 * gdb.perf/skip-command.cc: New file.
12879 * gdb.perf/skip-command.exp: New file.
12880 * gdb.perf/skip-command.py: New file.
12881
12882 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12883
12884 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12885 info registers pattern.
12886
12887 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12888
12889 * lib/future.exp: Add D support.
12890 (gdb_find_gdc): New proc.
12891 (gdb_default_target_compile): Add D support.
12892
12893 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12894
12895 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12896 user+system time.
12897 (trace_speed_test): Determine the iteration count for a time
12898 between 15..30 seconds.
12899
12900 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12901
12902 * gdb.arch/i386-mpx-sigsegv.c: New file.
12903 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12904 * gdb.arch/i386-mpx-simple_segv.c: New file.
12905 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12906
12907 2016-02-18 Yao Qi <yao.qi@linaro.org>
12908
12909 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12910 Don't call setup_kfail.
12911
12912 2016-02-18 Yao Qi <yao.qi@linaro.org>
12913
12914 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12915 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12916
12917 2016-02-16 Doug Evans <dje@google.com>
12918
12919 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12920 * gdb.base/skip1.c: Ditto.
12921 * gdb.base/skip.exp: Whitespace cleanup.
12922
12923 2016-02-16 Don Breazeal <donb@codesourcery.com>
12924
12925 PR remote/19496
12926 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12927 Remove kfail for PR remote/19496.
12928
12929 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12930
12931 * lib/gdb.exp (standard_temp_file): Return a path specific to
12932 the runtest invocation.
12933
12934 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12935
12936 * gdb.trace/save-trace.exp: Change relative path to be in the
12937 standard output directory.
12938
12939 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12940
12941 * gdb.arch/i386-prologue.c: Add missing prototypes.
12942
12943 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12944
12945 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12946 * gdb.arch/i386-prologue.exp: Likewise.
12947 * gdb.arch/i386-size.exp: Likewise.
12948
12949 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12950
12951 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12952 define object file path.
12953 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12954 file path.
12955 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12956 standard_output_file to define binfile.
12957
12958 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12959
12960 Fix compatibility with recent gfortran-5.3.1.
12961 * gdb.fortran/vla-history.exp (print vla1 allocated)
12962 (print vla2 allocated, print $2, print $3): Remove
12963 (print $4): Rename to ...
12964 (print $2): ... here.
12965 (print $9): Rename to ...
12966 (print $5): ... here.
12967 (print $10): Rename to ...
12968 (print $6): ... here.
12969 * gdb.fortran/vla.f90: Add pvla initialization.
12970
12971 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12972
12973 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12974 New test.
12975 * gdb.fortran/vla-value-sub.exp: Likewise.
12976
12977 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12978
12979 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12980
12981 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12982
12983 * i386-biarch-core.exp: Define corefile using
12984 standard_output_file.
12985
12986 2016-02-12 Yao Qi <yao.qi@linaro.org>
12987
12988 * gdb.arch/arm-single-step-kernel-helper.c: New.
12989 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12990
12991 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12992
12993 * gdb.btrace/tailcall-only.exp: New.
12994 * gdb.btrace/tailcall-only.c: New.
12995 * gdb.btrace/x86_64-tailcall-only.S: New.
12996 * gdb.btrace/i686-tailcall-only.S: New.
12997
12998 2016-02-11 Pedro Alves <palves@redhat.com>
12999
13000 * README (Parallel testing): Add missing double quotes.
13001
13002 2016-02-11 Pedro Alves <palves@redhat.com>
13003
13004 * README (Parallel testing): New section.
13005 (GDB_PARALLEL): Rewrite.
13006 (FORCE_PARALLEL): Document.
13007
13008 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13009
13010 * gdb.trace/tfile-avx.c: New test.
13011 * gdb.trace/tfile-avx.exp: New test.
13012
13013 2016-02-09 Keith Seitz <keiths@redhat.com>
13014
13015 PR breakpoints/19546
13016 * gdb.base/infcall-exec.c: New file.
13017 * gdb.base/infcall-exec2.c: New file.
13018 * gdb.base/infcall-exec.exp: New file.
13019
13020 2016-02-09 Keith Seitz <keiths@redhat.com>
13021
13022 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13023 (toplevel): Call test_bkpt_address.
13024
13025 2016-02-09 Keith Seitz <keiths@redhat.com>
13026
13027 PR python/19506
13028 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13029 (toplevel): Call test_bkpt_address.
13030
13031 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13032
13033 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13034 to AC_OUTPUT.
13035 * configure: Regenerate.
13036
13037 2016-02-09 Pedro Alves <palves@redhat.com>
13038
13039 PR breakpoints/19548
13040 * gdb.base/execl-update-breakpoints.c (some_function): New
13041 function.
13042 (main): Call it.
13043 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13044 Tighten expected GDB output.
13045
13046 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13047
13048 * Makefile.in (ALL_SUBDIRS): Remove.
13049 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13050 (distclean maintainer-clean realclean): Likewise.
13051 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13052 * configure: Regenerate.
13053 * gdb.ada/Makefile.in: Delete.
13054 * gdb.arch/Makefile.in: Likewise.
13055 * gdb.asm/Makefile.in: Likewise.
13056 * gdb.base/Makefile.in: Likewise.
13057 * gdb.btrace/Makefile.in: Likewise.
13058 * gdb.cell/Makefile.in: Likewise.
13059 * gdb.compile/Makefile.in: Likewise.
13060 * gdb.cp/Makefile.in: Likewise.
13061 * gdb.disasm/Makefile.in: Likewise.
13062 * gdb.dlang/Makefile.in: Likewise.
13063 * gdb.dwarf2/Makefile.in: Likewise.
13064 * gdb.fortran/Makefile.in: Likewise.
13065 * gdb.gdb/Makefile.in: Likewise.
13066 * gdb.go/Makefile.in: Likewise.
13067 * gdb.guile/Makefile.in: Likewise.
13068 * gdb.java/Makefile.in: Likewise.
13069 * gdb.linespec/Makefile.in: Likewise.
13070 * gdb.mi/Makefile.in: Likewise.
13071 * gdb.modula2/Makefile.in: Likewise.
13072 * gdb.multi/Makefile.in: Likewise.
13073 * gdb.objc/Makefile.in: Likewise.
13074 * gdb.opencl/Makefile.in: Likewise.
13075 * gdb.opt/Makefile.in: Likewise.
13076 * gdb.pascal/Makefile.in: Likewise.
13077 * gdb.perf/Makefile.in: Likewise.
13078 * gdb.python/Makefile.in: Likewise.
13079 * gdb.reverse/Makefile.in: Likewise.
13080 * gdb.server/Makefile.in: Likewise.
13081 * gdb.stabs/Makefile.in: Likewise.
13082 * gdb.threads/Makefile.in: Likewise.
13083 * gdb.trace/Makefile.in: Likewise.
13084 * gdb.xml/Makefile.in: Likewise.
13085 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13086 GDB_PARALLEL.
13087 (standard_output_file): Remove check for GDB_PARALLEL, always
13088 return path in outputs/$subdir/$testname.
13089
13090 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13091
13092 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13093 (site.exp): Assign abs_srcdir to tcl's srcdir.
13094
13095 2016-02-04 Yao Qi <yao.qi@linaro.org>
13096
13097 * gdb.base/foll-exec-mode.c: Include limits.h.
13098 (main): Add parameters argc and argv. Get directory from
13099 argv[0].
13100 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13101 compilation.
13102 * gdb.base/foll-exec.c: Include limits.h.
13103 (main): Add parameters argc and argv.
13104 Get directory from argv[0].
13105 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13106 Adjust tests on the number of lines as source code changed.
13107 * gdb.base/foll-vfork-exit.c: Include limits.h.
13108 (main): Add one line of statement before vfork.
13109 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13110 (main): Add parameters argc and argv. Get directory from
13111 argv[0].
13112 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13113 (setup_gdb): Set tbreak to skip some source lines.
13114 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13115 (main): Add parameters argc and argv. Get directory from
13116 argv[0].
13117 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13118 compilation.
13119 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13120 (main): Add parameters argc and argv. Get directory from
13121 argv[0].
13122 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13123 compilation.
13124
13125 2016-02-01 Doug Evans <dje@google.com>
13126
13127 * gdb.base/skip.exp: Clean up multiple references to same test name.
13128
13129 2016-02-01 Pedro Alves <palves@redhat.com>
13130
13131 PR remote/19496
13132 * gdb.threads/forking-threads-plus-breakpoint.exp
13133 (displaced_stepping_supported): New global.
13134 (probe_displaced_stepping_support): New procedure.
13135 (do_test): Add 'displaced' parameter, and use it.
13136 (top level): Check for displaced stepping support. Add displaced
13137 stepping on/off testing axis.
13138
13139 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13140
13141 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13142 pointer. Don't perform further tests on the unassociated pointer
13143 if the first test fails.
13144
13145 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13146
13147 * gdb.base/max-value-size.c: New file.
13148 * gdb.base/max-value-size.exp: New file.
13149 * gdb.base/huge.exp: Disable max-value-size for this test.
13150
13151 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13152
13153 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13154
13155 2016-01-28 Yao Qi <yao.qi@linaro.org>
13156
13157 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13158
13159 2016-01-25 Pedro Alves <palves@redhat.com>
13160
13161 PR threads/19461
13162 * gdb.base/fork-running-state.c: New file.
13163 * gdb.base/fork-running-state.exp: New file.
13164
13165 2016-01-25 Pedro Alves <palves@redhat.com>
13166
13167 PR gdb/19494
13168 * gdb.base/catch-fork-kill.c: New file.
13169 * gdb.base/catch-fork-kill.exp: New file.
13170
13171 2016-01-25 Pedro Alves <palves@redhat.com>
13172
13173 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13174 Delete, moved to lib/gdb.exp.
13175 * gdb.threads/forking-threads-plus-breakpoint.exp
13176 (foreach_with_prefix): Likewise.
13177 * gdb.threads/process-dies-while-handling-bp.exp
13178 (foreach_with_prefix): Likewise.
13179 * lib/gdb.exp (foreach_with_prefix): New procedure.
13180
13181 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13182
13183 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13184 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13185
13186 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13187
13188 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13189 endian targets.
13190
13191 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13192 Pedro Alves <palves@redhat.com>
13193
13194 Fix testsuite compatibility with Guile.
13195 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13196 number.
13197
13198 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13199
13200 Fix testsuite compatibility with Guile.
13201 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13202 (thread 1): New test for backtrace through signal handler.
13203
13204 2016-01-22 Yao Qi <yao.qi@linaro.org>
13205
13206 PR testsuite/19491
13207 * gdb.base/multi-forks.c: Include
13208 ../lib/unbuffer_output.c
13209 (main): Call gdb_unbuffer_output.
13210
13211 2016-01-21 Doug Evans <dje@google.com>
13212
13213 * lib/ada.exp (gdb_compile_ada): Fix typo.
13214
13215 2016-01-21 Joel Brobecker <brobecker@adacore.com>
13216
13217 * gdb.base/break-fun-addr.exp: New file.
13218 * gdb.base/break-fun-addr1.c: New file.
13219 * gdb.base/break-fun-addr2.c: New file.
13220
13221 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13222
13223 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13224 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13225 enum flag values.
13226
13227 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13228
13229 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13230 when GDB can not set the vector return value. Add more comments
13231 for clarification.
13232
13233 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13234
13235 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13236 command.
13237
13238 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13239
13240 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13241
13242 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13243
13244 * Makefile.in (check-single): Pass --status to runtest.
13245 (check/%.exp): Likewise.
13246
13247 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13248
13249 * Makefile.in (check-parallel): Propagate return code from make
13250 do-check-parallel.
13251
13252 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13253
13254 * gdb.trace/ftrace.exp: Fix expected message on continue.
13255 * gdb.trace/pending.exp: Fix expected message on continue.
13256 * gdb.trace/trace-break.exp: Fix expected message on continue.
13257
13258 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13259
13260 * lib/gdb.exp (gdb_test): Remove unused global references.
13261
13262 2016-01-18 Pedro Alves <palves@redhat.com>
13263
13264 * gdb.base/async-shell.exp: Adjust expected output.
13265 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13266 * gdb.base/siginfo-thread.exp: Adjust expected output.
13267 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13268 * gdb.java/jnpe.exp: Adjust expected output.
13269 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13270 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13271 * gdb.threads/leader-exit.exp: Adjust expected output.
13272 * gdb.threads/manythreads.exp: Adjust expected output.
13273 * gdb.threads/pthreads.exp: Adjust expected output.
13274 * gdb.threads/schedlock.exp: Adjust expected output.
13275 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13276 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13277 expected output.
13278 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13279 output.
13280 * gdb.threads/sigthread.exp: Adjust expected output.
13281 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13282
13283 2016-01-18 Yao Qi <yao.qi@linaro.org>
13284
13285 * gdb.guile/scm-section-script.c: Replace @progbits with
13286 %progbits.
13287 * gdb.python/py-section-script.c: Likewise.
13288
13289 2016-01-15 Pedro Alves <palves@redhat.com>
13290
13291 * gdb.multi/tids.exp: Test star wildcard ranges.
13292
13293 2016-01-15 Pedro Alves <palves@redhat.com>
13294
13295 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13296 command from "thread apply" invocation.
13297 (thr_apply_info_thr_invalid): Default the expected output to the
13298 input tid list.
13299 (top level): Add tests that use convenience variables. Add tests
13300 for "thread apply" with a valid TID list, but missing the command.
13301
13302 2016-01-13 Pedro Alves <palves@redhat.com>
13303
13304 * gdb.base/default.exp: Expect $_gthread as well.
13305 * gdb.multi/tids.exp: Test $_gthread.
13306 * gdb.threads/thread-specific.exp: Test $_gthread.
13307
13308 2016-01-13 Pedro Alves <palves@redhat.com>
13309
13310 * gdb.multi/tids.exp: Test "info threads -gid".
13311
13312 2016-01-13 Pedro Alves <palves@redhat.com>
13313
13314 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13315 Breakpoint.thread.
13316 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13317
13318 2016-01-07 Pedro Alves <palves@redhat.com>
13319
13320 * gdb.base/break.exp: Adjust to output changes.
13321 * gdb.base/hbreak2.exp: Likewise.
13322 * gdb.base/sepdebug.exp: Likewise.
13323 * gdb.base/watch_thread_num.exp: Likewise.
13324 * gdb.linespec/keywords.exp: Likewise.
13325 * gdb.multi/info-threads.exp: Likewise.
13326 * gdb.threads/thread-find.exp: Likewise.
13327 * gdb.multi/tids.c: New file.
13328 * gdb.multi/tids.exp: New file.
13329
13330 2016-01-13 Pedro Alves <palves@redhat.com>
13331
13332 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13333
13334 2016-01-13 Pedro Alves <palves@redhat.com>
13335
13336 * gdb.base/default.exp: Expect $_inferior as well.
13337 * gdb.multi/base.exp: Test $_inferior.
13338
13339 2016-01-13 Pedro Alves <palves@redhat.com>
13340
13341 PR breakpoints/19388
13342 * gdb.base/catch-signal-siginfo-cond.c: New file.
13343 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13344
13345 2016-01-12 Josh Stone <jistone@redhat.com>
13346 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13347
13348 * gdb.base/catch-syscall.c (do_execve): New variable.
13349 (main): Conditionally trigger an execve.
13350 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13351 (test_catch_syscall_execve): New, check entry/return across execve.
13352 (do_syscall_tests): Call test_catch_syscall_execve.
13353
13354 2016-01-12 Pedro Alves <palves@redhat.com>
13355
13356 * gdb.base/random-signal.exp (do_test): New procedure, with body
13357 of testcase moved in.
13358
13359 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13360 Pedro Alves <palves@redhat.com>
13361
13362 * gdb.base/funcargs.exp (finish from indirectly called function):
13363 Reintroduce the case for 'First'.
13364
13365 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13366 Pedro Alves <palves@redhat.com>
13367
13368 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13369 (tcatch_vfork_then_child_follow_exec)
13370 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13371 identification.
13372
13373 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13374
13375 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13376 and repeats to unlimited.
13377 * gdb.python/py-value.exp: Likewise.
13378 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13379 and repeats to unlimited.
13380
13381 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13382
13383 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13384 and reordering the functions.
13385 * gdb.multi/hangout.c: Likewise.
13386 * gdb.multi/hello.c: Likewise.
13387
13388 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13389
13390 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13391 absolute.
13392 (SingleStatisticTestResult.report): Use dict.keys instead of
13393 dict.iterkeys.
13394
13395 2016-01-06 Pedro Alves <palves@redhat.com>
13396
13397 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13398
13399 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13400
13401 * gdb.btrace/dlopen.exp: New.
13402 * gdb.btrace/dlopen.c: New.
13403 * gdb.btrace/dlopen-dso.c: New.
13404
13405 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13406
13407 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13408 PATTERN argument is optional.
13409
13410 2015-12-24 Joel Brobecker <brobecker@adacore.com>
13411
13412 * lib/ada.exp (target_compile_ada_from_dir): New function.
13413 (gdb_compile_ada): Reimplement avoiding the use of project files.
13414 * gdb.ada/gnat_ada.gpr: Delete.
13415 * gdb.ada/cond_lang.exp: Adjust test to make path before
13416 filename optional.
13417 * gdb.ada/small_reg_param.exp: Likewise.
13418
13419 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13420
13421 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13422
13423 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13424
13425 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13426 case.
13427
13428 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13429
13430 * gdb.base/break.exp: Remove dead code.
13431 * gdb.base/sepdebug.exp: Likewise.
13432
13433 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13434
13435 * gdb.asm/asm-source.exp: Remove HP-UX references.
13436 * gdb.base/annota1.exp: Likewise.
13437 * gdb.base/annota3.exp: Likewise.
13438 * gdb.base/attach.exp: Likewise.
13439 * gdb.base/bigcore.exp: Likewise.
13440 * gdb.base/break.exp: Likewise.
13441 * gdb.base/call-ar-st.exp: Likewise.
13442 * gdb.base/callfuncs.exp: Likewise.
13443 * gdb.base/catch-fork-static.exp: Likewise.
13444 * gdb.base/display.exp: Likewise.
13445 * gdb.base/foll-exec-mode.exp: Likewise.
13446 * gdb.base/foll-exec.exp: Likewise.
13447 * gdb.base/foll-fork.exp: Likewise.
13448 * gdb.base/foll-vfork.exp: Likewise.
13449 * gdb.base/funcargs.exp: Likewise.
13450 * gdb.base/hbreak2.exp: Likewise.
13451 * gdb.base/inferior-died.exp: Likewise.
13452 * gdb.base/interrupt.exp: Likewise.
13453 * gdb.base/multi-forks.exp: Likewise.
13454 * gdb.base/nodebug.exp: Likewise.
13455 * gdb.base/sepdebug.exp: Likewise.
13456 * gdb.base/solib1.c: Likewise.
13457 * gdb.base/step-test.exp: Likewise.
13458 * gdb.mi/non-stop.c: Likewise.
13459 * gdb.mi/pthreads.c: Likewise.
13460 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13461 * gdb.threads/pthreads.c: Likewise.
13462 * gdb.threads/staticthreads.exp: Likewise.
13463 * lib/future.exp: Likewise.
13464 * lib/gdb.exp: Likewise.
13465 * gdb.base/so-indr-cl.c: Remove.
13466 * gdb.base/so-indr-cl.exp: Likewise.
13467 * gdb.base/solib.c: Likewise.
13468 * gdb.base/solib.exp: Likewise.
13469 * gdb.base/solib2.c: Likewise.
13470
13471 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13472
13473 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13474 * gdb.base/call-ar-st.exp: Likewise.
13475 * gdb.base/callfuncs.exp: Likewise.
13476 * gdb.base/condbreak.exp: Likewise.
13477 * gdb.base/constvars.exp: Likewise.
13478 * gdb.base/hbreak2.exp: Likewise.
13479 * gdb.base/langs.exp: Likewise.
13480 * gdb.base/list.exp: Likewise.
13481 * gdb.base/long_long.exp: Likewise.
13482 * gdb.base/ptype.exp: Likewise.
13483 * gdb.base/scope.exp: Likewise.
13484 * gdb.base/signals.exp: Likewise.
13485 * gdb.base/so-impl-ld.exp: Likewise.
13486 * gdb.base/varargs.exp: Likewise.
13487 * gdb.base/volatile.exp: Likewise.
13488 * gdb.base/whatis.exp: Likewise.
13489 * gdb.cp/cplusfuncs.exp: Likewise.
13490 * gdb.cp/inherit.exp: Likewise.
13491 * gdb.cp/local.exp: Likewise.
13492 * gdb.cp/member-ptr.exp: Likewise.
13493 * gdb.cp/method.exp: Likewise.
13494 * gdb.cp/overload.exp: Likewise.
13495 * gdb.cp/templates.exp: Likewise.
13496 * gdb.stabs/weird.exp: Likewise.
13497 * lib/compiler.c: Likewise.
13498 * lib/compiler.cc: Likewise.
13499 * lib/cp-support.exp: Likewise.
13500 * lib/gdb.exp: Likewise.
13501
13502 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13503
13504 * configure.ac: Remove HP-UX case.
13505 * configure: Regenerate.
13506
13507 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13508
13509 * lib/gdb.exp (gdb_compile): Add function doc.
13510
13511 2015-12-17 Pedro Alves <palves@redhat.com>
13512
13513 PR threads/19354
13514 * gdb.multi/info-threads.exp: New file.
13515
13516 2015-12-15 Yao Qi <yao.qi@linaro.org>
13517
13518 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13519 is aarch64*-*-*.
13520
13521 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13522
13523 * gdb.base/history-duplicates.exp: Skip if no readline support.
13524
13525 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13526
13527 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13528
13529 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13530
13531 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13532
13533 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13534
13535 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13536 ctrl-C if nointerrupts target property is set.
13537 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13538 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13539 * gdb.base/paginate-bg-execution.exp: Likewise.
13540 * gdb.base/paginate-execution-startup.exp: Likewise.
13541 * gdb.base/random-signal.exp: Likewise.
13542 * gdb.base/range-stepping.exp: Likewise.
13543 * gdb.cp/annota2.exp: Likewise.
13544 * gdb.cp/annota3.exp: Likewise.
13545 * gdb.gdb/selftest.exp: Likewise.
13546 * gdb.threads/continue-pending-status.exp: Likewise.
13547 * gdb.threads/leader-exit.exp: Likewise.
13548 * gdb.threads/manythreads.exp: Likewise.
13549 * gdb.threads/pthreads.exp: Likewise.
13550 * gdb.threads/schedlock.exp: Likewise.
13551 * gdb.threads/sigthread.exp: Likewise.
13552
13553 2015-12-11 Don Breazeal <donb@codesourcery.com>
13554
13555 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13556 remote.
13557 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13558 * gdb.base/foll-exec.exp (main): Enable for target remote.
13559 * gdb.base/foll-fork.exp (main): Likewise.
13560 * gdb.base/foll-vfork.exp (main): Likewise.
13561 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13562 (proc continue_to_exit_bp_loc): Use clean_restart.
13563 * gdb.base/pie-execl.exp (main): Disable for target remote.
13564 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13565 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13566 * gdb.threads/execl.exp (main): Likewise.
13567 * gdb.threads/fork-child-threads.exp (main): Likewise.
13568 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13569 remote.
13570 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13571 remote.
13572 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13573 pid.tid style ptids, instead of just tid.
13574 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13575 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13576 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13577 ptids, instead of just tid.
13578
13579 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13580
13581 * gdb.base/list.exp (test_list_forward): Add end of file error
13582 test.
13583 (test_repeat_list_command): Add end of file error test.
13584 (test_list_backwards): Add beginning of file error test.
13585
13586 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13587
13588 * gdb.base/list.exp (test_list_invalid_args): New function,
13589 defined, and called.
13590
13591 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13592
13593 * gdb.base/list.exp (test_list): Make test names unique.
13594
13595 2015-12-11 Yao Qi <yao.qi@linaro.org>
13596
13597 * gdb.base/coremaker2.c: Remove.
13598
13599 2015-12-10 Pedro Alves <palves@redhat.com>
13600
13601 * gdb.multi/base.exp: Remove stale "spaces" references.
13602
13603 2015-12-10 Pedro Alves <palves@redhat.com>
13604
13605 * gdb.multi/base.exp: Don't use nowarnings.
13606 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13607 * gdb.multi/hangout.c: Include stdio.h.
13608 * gdb.multi/hello.c: Include stdlib.h.
13609 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13610 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13611 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13612
13613 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13614
13615 * gdb.dwarf2/dw2-ranges-base.c: New file.
13616 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13617 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13618 support additional line table, and debug ranges generation.
13619 (Dwarf::ranges): New function, generate .debug_ranges.
13620 (Dwarf::lines): Support generating simple line table programs.
13621 (Dwarf::assemble): Initialise new namespace variables.
13622
13623 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13624
13625 * gdb.base/async.exp (proc test_background): Add case for
13626 asynchronous execution not supported.
13627
13628 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
13629
13630 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13631 format and change test names to make them unique.
13632
13633 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13634 Pedro Alves <pedro@redhat.com>
13635
13636 PR gdb/18702
13637 Add checking of floatformats setup on x86_64 hosts.
13638 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13639 (smallval, bigval): New labels/constants.
13640 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13641 float" after loading bigval and smallval.
13642
13643 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13644
13645 * gdb.ada/fun_overload_menu.exp: New testcase.
13646 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13647
13648 2015-12-04 Josh Stone <jistone@redhat.com>
13649
13650 * gdb.base/catch-fork-static.exp: New.
13651
13652 2015-12-03 Yao Qi <yao.qi@linaro.org>
13653
13654 * gdb.base/sizeof.c: Don't include stdio.h and
13655 ../lib/unbuffer_output.c.
13656 (main): New variable 'size' and 'value'. Remove printf and
13657 gdb_unbuffer_output. Assign return value to size and value.
13658 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13659 at the beginning.
13660 (check_sizeof): Check the result by printing variable 'size'.
13661 (check_valueof): Check the result by printing variable 'value'.
13662
13663 2015-12-01 Yao Qi <yao.qi@linaro.org>
13664
13665 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13666 for aarch64*-*-linux* target.
13667
13668 2015-11-30 Pedro Alves <palves@redhat.com>
13669
13670 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13671
13672 2015-11-30 Pedro Alves <palves@redhat.com>
13673
13674 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13675 Handle non-stop mode vCont replies.
13676
13677 2015-11-30 Pedro Alves <palves@redhat.com>
13678
13679 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13680 prepare_for_testing. Start gdb with "set non-stop on" appended to
13681 GDBFLAGS. Lax expected stop output.
13682
13683 2015-11-27 Yao Qi <yao.qi@linaro.org>
13684
13685 * gdb.arch/arm-neon.exp: New.
13686 * gdb.arch/arm-neon.c: New.
13687
13688 2015-11-27 Yao Qi <yao.qi@linaro.org>
13689
13690 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13691
13692 2015-11-27 Yao Qi <yao.qi@linaro.org>
13693
13694 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13695 frames-invalid annotation.
13696
13697 2015-11-27 Yao Qi <yao.qi@linaro.org>
13698
13699 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13700
13701 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13702
13703 * gdb.threads/names.exp: New file.
13704 * gdb.threads/names.c: New file.
13705 * README: Mention gdb,no_thread_names.
13706
13707 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13708
13709 PR 19297
13710 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13711 support" error.
13712
13713 2015-11-24 Pedro Alves <palves@redhat.com>
13714
13715 PR 17539
13716 * gdb.base/display.exp: Expect displays to be sorted in ascending
13717 order. Use multi_line.
13718 * gdb.base/solib-display.exp: Likewise.
13719
13720 2015-11-24 Pedro Alves <palves@redhat.com>
13721
13722 PR 17539
13723 * gdb.base/display.exp: Expect displays to be sorted in ascending
13724 order. Use multi_line.
13725 * gdb.base/solib-display.exp: Likewise.
13726
13727 2015-11-24 Pedro Alves <palves@redhat.com>
13728
13729 PR 17539
13730 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13731 threads in ascending order.
13732 * gdb.base/foll-fork.exp: Likewise.
13733 * gdb.base/foll-vfork.exp: Likewise.
13734 * gdb.base/multi-forks.exp: Likewise.
13735 * gdb.mi/mi-nonstop.exp: Likewise.
13736 * gdb.mi/mi-nsintrall.exp: Likewise.
13737 * gdb.multi/base.exp: Likewise.
13738 * gdb.multi/multi-arch.exp: Likewise.
13739 * gdb.python/py-inferior.exp: Likewise.
13740 * gdb.threads/break-while-running.exp: Likewise.
13741 * gdb.threads/execl.exp: Likewise.
13742 * gdb.threads/gcore-thread.exp: Likewise.
13743 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13744 * gdb.threads/kill.exp: Likewise.
13745 * gdb.threads/linux-dp.exp: Likewise.
13746 * gdb.threads/multiple-step-overs.exp: Likewise.
13747 * gdb.threads/next-bp-other-thread.exp: Likewise.
13748 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13749 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13750 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13751 * gdb.threads/thread-find.exp: Likewise.
13752 * gdb.threads/tls.exp: Likewise.
13753 * lib/mi-support.exp (mi_reverse_list): Delete.
13754 (mi_check_thread_states): No longer reverse list.
13755
13756 2015-11-24 Pedro Alves <palves@redhat.com>
13757
13758 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13759 use lowercase.
13760
13761 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13762
13763 * gdb.trace/actions.c: Include trace-common.h.
13764 (main): Add a location for a fast tracepoint.
13765 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13766 the normal tracepoints.
13767 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13768
13769 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13770
13771 * save-trace.exp: Factor out code to these...
13772 (gdb_save_tracepoints): New.
13773 (gdb_load_tracepoints): New.
13774 (do_save_load_test): New.
13775
13776 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13777
13778 * gdb.base/asmlabel.exp: New test.
13779 * gdb.base/asmlabel.c: New test case.
13780
13781 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13782
13783 * gdb.base/wrong_frame_bt_full-main.c: New file.
13784 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13785 * gdb.base/wrong_frame_bt_full.exp: New file.
13786
13787 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13788
13789 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13790
13791 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13792
13793 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13794 pstate register when comparing registers values in
13795 sparc64-*-linux-gnu targets to avoid spurious differences.
13796
13797 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13798
13799 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13800
13801 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13802
13803 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13804 as type argument to gdb_compile.
13805 * gdb.base/nested-subp2.exp: Likewise.
13806 * gdb.base/nested-subp3.exp: Likewise.
13807
13808 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13809
13810 * lib/dwarf.exp (_note): Fix left shift of negative value.
13811 * gdb.trace/trace-condition.exp: Likewise.
13812
13813 2015-11-13 Yao Qi <yao.qi@linaro.org>
13814
13815 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13816 comments about d10v.
13817 (test_scalar_returns): Likewise.
13818 * gdb.base/d10v.ld: Remove.
13819 * gdb.base/overlays.exp: Remove the target triplet checking for
13820 d10v-*-*.
13821 * gdb.base/structs.exp (test_struct_returns): Remove the
13822 comments about d10v.
13823 (test_struct_calls): Likewise.
13824
13825 2015-11-13 Yao Qi <yao.qi@linaro.org>
13826
13827 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13828 * gdb.base/gnu_vector.c: Don't include stdio.h.
13829 (main): Don't print res and call add_some_intvecs.
13830
13831 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13832
13833 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13834 macro.
13835 (func5): Removed.
13836 (func4): Use FAST_TRACEPOINT_LABEL.
13837 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13838 macro.
13839 (func): Removed.
13840 (thread_function): Use FAST_TRACEPOINT_LABEL.
13841 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13842 (func): Remove.
13843 (marker): Use FAST_TRACEPOINT_LABEL.
13844 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13845 (pendfunc1): Remove.
13846 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13847 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13848 (foo): Remove.
13849 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13850 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13851 macro.
13852 (func): Remove.
13853 (marker): Use FAST_TRACEPOINT_LABEL.
13854 * gdb.trace/trace-common.h: New header.
13855 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13856 macro.
13857 (func): Remove.
13858 (marker): Use FAST_TRACEPOINT_LABEL.
13859 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13860 (func): Remove.
13861 (thread_function): Use FAST_TRACEPOINT_LABEL.
13862
13863 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13864
13865 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13866 in front.
13867 * gdb.trace/change-loc.exp: Use global pcreg definition.
13868 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13869 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13870 in front.
13871 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13872 * gdb.trace/pending.exp: Likewise.
13873 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13874 * gdb.trace/trace-break.exp: Likewise.
13875 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13876 in front.
13877 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13878 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13879 in front.
13880 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13881
13882 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13883
13884 * gdb.ada/fin_fun_out: New testcase.
13885
13886 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13887
13888 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13889 value associated with DW_AT_byte_size.
13890 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13891 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13892 DW_AT_upper_bound.
13893
13894 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13895
13896 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13897 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13898 version.
13899 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13900 gdb.dwarf2/dw2-canonicalize-type.exp,
13901 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13902 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13903 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13904 provided by gdb_target_symbol_prefix_flags_asm.
13905 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13906 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13907 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13908 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13909 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13910 macros where needed). Use this macro for symbols which require
13911 the prefix provided by SYMBOL_PREFIX.
13912
13913 2015-11-05 Kevin Buettner <kevinb@redhat.com>
13914
13915 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13916 New procs.
13917 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13918 representing expressions, of more than one list element.
13919 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13920 to prepend linker symbol prefix to f.
13921 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13922 table_1 and table_2.
13923 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13924 Likewise, for f and g.
13925 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13926 for ptr.
13927 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13928 for main.
13929 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13930 table_1_ptr and table_2_ptr.
13931
13932 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13933 Joel Brobecker <brobecker@adacore.com>
13934
13935 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13936
13937 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13938
13939 * gdb.reverse/s390-mvcle.c: New test.
13940 * gdb.reverse/s390-mvcle.exp: New file.
13941 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13942
13943 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13944
13945 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13946
13947 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13948
13949 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13950 reaching marker2.
13951 * gdb.reverse/getresuid-reverse.exp: Likewise.
13952 * gdb.reverse/pipe-reverse.exp: Likewise.
13953 * gdb.reverse/readv-reverse.exp: Likewise.
13954 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13955 * gdb.reverse/time-reverse.exp: Likewise.
13956 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13957
13958 2015-10-30 Yao Qi <yao.qi@linaro.org>
13959
13960 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13961 (empty_cycle): Remove.
13962 (main): Don't call empty_cycle. Don't use watch_count_done.
13963 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13964 empty_cycle. Rewrite the code counting HW watchpoints.
13965
13966 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13967
13968 * gdb.reverse/fstatat-reverse.c: New test.
13969 * gdb.reverse/fstatat-reverse.exp: New file.
13970 * gdb.reverse/getresuid-reverse.c: New test.
13971 * gdb.reverse/getresuid-reverse.exp: New file.
13972 * gdb.reverse/pipe-reverse.c: New test.
13973 * gdb.reverse/pipe-reverse.exp: New file.
13974 * gdb.reverse/readv-reverse.c: New test.
13975 * gdb.reverse/readv-reverse.exp: New file.
13976 * gdb.reverse/recvmsg-reverse.c: New test.
13977 * gdb.reverse/recvmsg-reverse.exp: New file.
13978 * gdb.reverse/time-reverse.c: New test.
13979 * gdb.reverse/time-reverse.exp: New file.
13980 * gdb.reverse/waitpid-reverse.c: New test.
13981 * gdb.reverse/waitpid-reverse.exp: New file.
13982
13983 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13984
13985 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13986
13987 2015-10-26 Doug Evans <dje@google.com>
13988
13989 PR symtab/17391
13990 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13991 * gdb.dwarf2/bad-regnum.c: New file.
13992 * gdb.dwarf2/bad-regnum.exp: New file.
13993
13994 2015-10-26 Doug Evans <dje@google.com>
13995
13996 PR python/18938
13997 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13998 file.
13999
14000 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14001
14002 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14003 for a change by "Mention language in compile error message".
14004
14005 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14006
14007 PR python/18073
14008 * gdb.python/py-type.c (C::a_method): New.
14009 (C::a_const_method): New.
14010 (C::a_static_method): New.
14011 (a_function): New.
14012 * gdb.python/py-type.exp (test_fields): Test getting fields
14013 from function and method.
14014
14015 2015-10-21 Keven Boell <keven.boell@intel.com>
14016
14017 * gdb.fortran/vla-alloc-assoc.exp: New file.
14018 * gdb.fortran/vla-datatypes.exp: New file.
14019 * gdb.fortran/vla-datatypes.f90: New file.
14020 * gdb.fortran/vla-history.exp: New file.
14021 * gdb.fortran/vla-ptype-sub.exp: New file.
14022 * gdb.fortran/vla-ptype.exp: New file.
14023 * gdb.fortran/vla-sizeof.exp: New file.
14024 * gdb.fortran/vla-sub.f90: New file.
14025 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14026 * gdb.fortran/vla-value-sub-finish.exp: New file.
14027 * gdb.fortran/vla-value-sub.exp: New file.
14028 * gdb.fortran/vla-value.exp: New file.
14029 * gdb.fortran/vla-ptr-info.exp: New file.
14030 * gdb.mi/mi-vla-fortran.exp: New file.
14031 * gdb.mi/vla.f90: New file.
14032
14033 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14034
14035 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14036 of hardwired timeout value.
14037
14038 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14039 Pedro Alves <palves@redhat.com>
14040
14041 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14042 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14043
14044 2015-10-19 Josh Stone <jistone@redhat.com>
14045
14046 * gdb.base/catch-syscall.c: Include <sched.h>.
14047 (unknown_syscall): New variable.
14048 (main): Trigger a vfork and an unknown syscall.
14049 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14050 (unknown_syscall_number): Likewise.
14051 (check_call_to_syscall): Accept an optional syscall pattern.
14052 (check_return_from_syscall): Likewise.
14053 (check_continue): Likewise.
14054 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14055 (test_catch_syscall_skipping_return): New test toggling off 'catch
14056 syscall' to step over the syscall return, then toggling back on.
14057 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14058 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14059 (do_syscall_tests): Call test_catch_syscall_without_args and
14060 test_catch_syscall_mid_vfork.
14061 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14062 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14063
14064 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
14065
14066 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14067 print g_vE): Add new pass patterns.
14068 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14069 print various symbol names for vptr fields.
14070
14071 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14072
14073 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14074 results.
14075
14076 2015-10-12 Yao Qi <yao.qi@linaro.org>
14077
14078 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14079
14080 2015-10-12 Yao Qi <yao.qi@linaro.org>
14081
14082 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14083 is aarch64*-*-linux*.
14084
14085 2015-10-12 Yao Qi <yao.qi@linaro.org>
14086
14087 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14088 (can_relocate_bcond_true): ... it.
14089 (can_relocate_bcond_false): New function.
14090 (foo): Likewise.
14091 (can_relocate_bl): Likewise.
14092 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14093 can_relocate_bl.
14094
14095 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14096
14097 * gdb.base/nested-addr.c: New file.
14098 * gdb.base/nested-addr.exp: New testcase.
14099
14100 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14101
14102 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14103 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14104 its output. Ignore the output of "record goto begin" and instead
14105 check that GDB is replaying.
14106
14107 2015-10-09 Pedro Alves <palves@redhat.com>
14108
14109 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14110 (top level): Use it in the run with no args test.
14111
14112 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14113
14114 * gdb.dlang/properties.exp: New file.
14115
14116 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14117
14118 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14119 whether or not address 0x1000 is mapped on the target.
14120
14121 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14122
14123 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14124 build.
14125
14126 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14127
14128 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14129 instruction-history test.
14130
14131 2015-09-28 Doug Evans <dje@google.com>
14132
14133 * gdb.base/gcore.c (array_func): Add reference to static_array.
14134
14135 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14136
14137 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14138 source line.
14139
14140 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14141
14142 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14143 short or char as base type.
14144
14145 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14146
14147 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14148 to allow any size enum.
14149
14150 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14151
14152 * gdb.ada/array_ptr_renaming.exp: New testcase.
14153 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14154 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14155
14156 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14157
14158 * gdb.trace/ftrace-lock.c: New file.
14159 * gdb.trace/ftrace-lock.exp: New file.
14160
14161 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14162
14163 * gdb.arch/insn-reloc.c: New file.
14164 * gdb.arch/ftrace-insn-reloc.exp: New file.
14165
14166 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14167
14168 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14169 instruction.
14170 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14171 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14172 * gdb.trace/range-stepping.c: Likewise.
14173 * gdb.trace/trace-break.c: Likewise.
14174 * gdb.trace/trace-mt.c (thread_function): Likewise.
14175 * gdb.trace/ftrace.c (marker): Likewise.
14176 * gdb.trace/trace-condition.c (marker): Likewise.
14177 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14178 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14179 is_aarch64_target.
14180
14181 2015-09-18 Doug Evans <xdje42@gmail.com>
14182
14183 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14184 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14185
14186 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14187
14188 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14189 the breakpoint.
14190
14191 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14192
14193 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14194 the pending breakpoint. Remove timeout override for "Run till
14195 MI pending breakpoint on pendfunc3 on thread 2" test.
14196
14197 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14198
14199 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14200 filename pattern.
14201
14202 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14203
14204 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14205 in breakpoint filename pattern.
14206
14207 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14208
14209 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14210
14211 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14212
14213 * gdb.linespec/explicit.exp: Check for readline support for
14214 tab-completion tests. Fix obvious typo.
14215
14216 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14217
14218 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14219 and replay.
14220
14221 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14222
14223 * gdb.btrace/non-stop.c: New.
14224 * gdb.btrace/non-stop.exp: New.
14225
14226 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14227 Yao Qi <yao.qi@linaro.org>
14228
14229 * gdb.trace/trace-condition.c: New file.
14230 * gdb.trace/trace-condition.exp: New file.
14231
14232 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
14233
14234 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14235 for testing bytecode compilation.
14236
14237 2015-09-16 Pedro Alves <palves@redhat.com>
14238 Sandra Loosemore <sandra@codesourcery.com>
14239
14240 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14241 (SECONDS): Redefine.
14242 (main): Call pthread_kill and alarm early.
14243 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14244 support.
14245 (test): If the target can't hardware step and doesn't support
14246 displaced stepping, increase the timeout.
14247
14248 2015-09-16 Pedro Alves <palves@redhat.com>
14249
14250 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14251 (enable_debug): New procedures.
14252 (test): Use them. Bail out if waiting for threads fails.
14253 (top level): Bail out if a test fails.
14254
14255 2015-09-16 Yao Qi <yao.qi@linaro.org>
14256
14257 * gdb.asm/asm-source.exp: Set asm-arch for
14258 aarch64*-*-* target.
14259 * gdb.asm/aarch64.inc: New file.
14260
14261 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14262
14263 * gdb.ada/array_of_variable_length.exp: New testcase.
14264 * gdb.ada/array_of_variable_length/foo.adb: New file.
14265 * gdb.ada/array_of_variable_length/pck.adb: New file.
14266 * gdb.ada/array_of_variable_length/pck.ads: New file.
14267
14268 2015-09-15 Doug Evans <dje@google.com>
14269
14270 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14271 of function static local variable.
14272
14273 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14274
14275 * gdb.threads/tls-so_extern.exp: New test file.
14276 * gdb.threads/tls-so_extern.c: New test file.
14277 * gdb.threads/tls-so_extern_main.c: New test file.
14278
14279 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14280
14281 * gdb.opt/solib-intra-step-lib.c: New file.
14282 * gdb.opt/solib-intra-step-main.c: New file.
14283 * gdb.opt/solib-intra-step.exp: New file.
14284
14285 2015-09-15 Pedro Alves <palves@redhat.com>
14286
14287 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14288 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14289
14290 2015-09-14 Pedro Alves <palves@redhat.com>
14291
14292 * gdb.base/hook-stop-continue.c: Delete.
14293 * gdb.base/hook-stop-continue.exp: Delete.
14294 * gdb.base/hook-stop-frame.c: Delete.
14295 * gdb.base/hook-stop-frame.exp: Delete.
14296 * gdb.base/hook-stop.c: New file.
14297 * gdb.base/hook-stop.exp: New file.
14298
14299 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14300
14301 * gdb.ada/access_to_packed_array.exp: New testcase.
14302 * gdb.ada/access_to_packed_array/foo.adb: New file.
14303 * gdb.ada/access_to_packed_array/pack.adb: New file.
14304 * gdb.ada/access_to_packed_array/pack.ads: New file.
14305
14306 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14307
14308 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14309 buffer size test.
14310
14311 2015-09-11 Don Breazeal <donb@codesourcery.com>
14312
14313 * gdb.base/foll-exec.c: Add copyright header. Fix
14314 formatting issues.
14315 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14316 (do_exec_tests): Use clean_restart in place of zap_session,
14317 and for test initialization. Fix formatting issues. Use
14318 fail in place of perror.
14319 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14320 an expect statement to match an expression with output from
14321 the program under debug.
14322 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14323 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14324 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14325 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14326 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14327
14328 2015-09-09 Doug Evans <dje@google.com>
14329
14330 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14331
14332 2015-09-09 Doug Evans <dje@google.com>
14333
14334 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14335
14336 2015-09-09 Doug Evans <dje@google.com>
14337
14338 * gdb.base/savedregs.exp: Fix typo.
14339
14340 2015-09-09 Pedro Alves <palves@redhat.com>
14341
14342 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14343
14344 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14345
14346 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14347 command actually switches threads. Give up on remaining
14348 tests if target fails to stop at breakpoint.
14349
14350 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14351
14352 * gdb.ada/funcall_char.exp: New testcase.
14353 * gdb.ada/funcall_char/foo.adb: New file.
14354
14355 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14356
14357 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14358 expected outputs. Add two testcases for completing ambiguous
14359 functions.
14360 * gdb.ada/complete/aux_pck.adb: New file.
14361 * gdb.ada/complete/aux_pck.ads: New file.
14362 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14363 Ambiguous_Func functions.
14364 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14365 * gdb.ada/complete/pck.adb: Likewise.
14366
14367 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14368
14369 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14370 failures to run the test program under GDB.
14371
14372 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
14373
14374 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14375 to C.
14376
14377 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14378
14379 * gdb.base/run-after-attach.exp: New test file.
14380 * gdb.base/run-after-attach.c: New test file.
14381
14382 2015-08-26 Don Breazeal <donb@codesourcery.com>
14383
14384 * gdb.base/foll-exec-2.c: New test program.
14385 * gdb.base/foll-exec-2.exp: New test.
14386
14387 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14388
14389 * gdb.base/nested-subp1.exp: New file.
14390 * gdb.base/nested-subp1.c: New file.
14391 * gdb.base/nested-subp2.exp: New file.
14392 * gdb.base/nested-subp2.c: New file.
14393 * gdb.base/nested-subp3.exp: New file.
14394 * gdb.base/nested-subp3.c: New file.
14395
14396 2015-08-24 Pedro Alves <palves@redhat.com>
14397
14398 * gdb.server/connect-without-multi-process.c: New file.
14399 * gdb.server/connect-without-multi-process.exp: New file.
14400
14401 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14402
14403 * gdb.opt/inline-markers.c: Make z int.
14404
14405 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14406
14407 * gdb.opt/inline-markers.c: Make z volatile.
14408
14409 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14410
14411 * gdb.opt/inline-bt.c: New volatile global z.
14412 * gdb.opt/inline-cmds.c: Likewise.
14413 * gdb.opt/inline-locals.c: Likewise.
14414 * gdb.opt/inline-markers.c: New extern global z.
14415 (marker): Use z.
14416 (inline_fn): Likewise.
14417
14418 2015-08-24 Pedro Alves <palves@redhat.com>
14419
14420 * config/m32r-stub.exp: Remove file.
14421 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14422 * gdb.base/call-rt-st.exp: Likewise.
14423 * gdb.base/call-strs.exp: Likewise.
14424 * gdb.base/default.exp: Remove references to h8300-*-hms and
14425 *-*-udi*.
14426 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14427
14428 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14429
14430 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14431 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14432 and "return" use KFAIL when GDB can not read/write the vector
14433 return value.
14434
14435 2015-08-21 Gary Benson <gbenson@redhat.com>
14436
14437 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14438
14439 2015-08-20 Pedro Alves <palves@redhat.com>
14440
14441 * gdb.server/solib-list.exp: No longer expect an interior stop in
14442 non-stop mode.
14443
14444 2015-08-20 Pedro Alves <palves@redhat.com>
14445
14446 * gdb.server/connect-stopped-target.c: New file.
14447 * gdb.server/connect-stopped-target.exp: New file.
14448
14449 2015-08-20 Pedro Alves <palves@redhat.com>
14450
14451 * gdb.dwarf2/comp-unit-lang.exp: New file.
14452 * gdb.dwarf2/comp-unit-lang.c: New file.
14453
14454 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14455
14456 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14457 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14458
14459 2015-08-19 Kevin Buettner <kevinb@redhat.com>
14460
14461 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14462 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14463
14464 2015-08-18 Doug Evans <dje@google.com>
14465 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14466
14467 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14468 skip_python_tests. New arg prompt_regexp.
14469 (skip_python_tests): New function.
14470 * lib/mi-support.exp (mi_skip_python_tests): New function.
14471 * gdb.python/py-mi-objfile-gdb.py: New file.
14472 * gdb.python/py-mi-objfile.c: New file.
14473 * gdb.python/py-mi-objfile.exp: New file.
14474
14475 2015-08-17 Keith Seitz <keiths@redhat.com>
14476
14477 * gdb.linespec/explicit.exp: Move strace test from here ...
14478 * gdb.trace/strace.exp: ... to here.
14479
14480 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14481
14482 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14483 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14484
14485 2015-08-14 Doug Evans <xdje42@gmail.com>
14486
14487 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14488 inferior before selecting a new file.
14489
14490 2015-08-14 Doug Evans <xdje42@gmail.com>
14491
14492 * gdb.mi/mi-disassemble.exp: Update.
14493 * gdb.base/disasm-optim.S: New file.
14494 * gdb.base/disasm-optim.c: New file.
14495 * gdb.base/disasm-optim.h: New file.
14496 * gdb.base/disasm-optim.exp: New file.
14497
14498 2015-08-14 Keith Seitz <keiths@redhat.com>
14499
14500 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14501 "evaluated-by".
14502
14503 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14504
14505 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14506
14507 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14508
14509 * gdb.ada/fun_renaming.exp: New testcase.
14510 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14511 * gdb.ada/fun_renaming/pack.adb: New file.
14512 * gdb.ada/fun_renaming/pack.ads: New file.
14513
14514 2015-08-12 Keith Seitz <keiths@redhat.com>
14515
14516 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14517 gdb_get_line_number.
14518
14519 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14520
14521 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14522 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14523 gdb.base/dso2dso.exp: New files.
14524
14525 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14526 Pedro Alves <palves@redhat.com>
14527 Keith Seitz <keiths@redhat.com>
14528
14529 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14530 GDBFLAGS.
14531
14532 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14533
14534 * gdb.base/gdbhistsize-history.exp
14535 (test_histsize_history_setting): Use save_vars.
14536 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14537 Use save_vars.
14538 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14539 * gdb.base/readline.exp: Use save_vars.
14540
14541 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14542
14543 * lib/gdb.exp (save_vars): New proc.
14544
14545 2015-08-11 Keith Seitz <keiths@redhat.com>
14546
14547 * gdb.base/help.exp: Update help_breakpoint_text.
14548
14549 2015-08-11 Keith Seitz <keiths@redhat.com>
14550
14551 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14552 (at toplevel): Call test_explicit_breakpoints.
14553 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14554 breakpoints.
14555 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14556 breakpoint conditions, "-cond".
14557
14558 2015-08-11 Keith Seitz <keiths@redhat.com>
14559
14560 * gdb.linespec/3explicit.c: New file.
14561 * gdb.linespec/cpexplicit.cc: New file.
14562 * gdb.linespec/cpexplicit.exp: New file.
14563 * gdb.linespec/explicit.c: New file.
14564 * gdb.linespec/explicit.exp: New file.
14565 * gdb.linespec/explicit2.c: New file.
14566 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14567 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14568 before using in the matching pattern.
14569 Clarify that `prefix' is a regular expression.
14570
14571 2015-08-11 Keith Seitz <keiths@redhat.com>
14572
14573 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14574 test.
14575 Add tests for missing ",FMT" and ",".
14576
14577 2015-08-10 Doug Evans <dje@google.com>
14578 Keith Seitz <keiths@redhat.com>
14579
14580 PR gdb/17960
14581 * gdb.base/completion.exp: Add location completer tests.
14582
14583 2015-08-07 Pedro Alves <palves@redhat.com>
14584
14585 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14586 tests here.
14587 (top level): Run do_test with and without displaced stepping.
14588
14589 2015-08-07 Pedro Alves <palves@redhat.com>
14590
14591 * gdb.base/valgrind-disp-step.c: New file.
14592 * gdb.base/valgrind-disp-step.exp: New file.
14593
14594 2015-08-07 Pedro Alves <palves@redhat.com>
14595
14596 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14597 Delete function.
14598 (main): Add alarm. Run an infinite loop instead of calling
14599 wait_threads.
14600 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14601 comment.
14602 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14603 Delete function.
14604 (main): Add alarm. Run an infinite loop instead of calling
14605 wait_threads.
14606 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14607 comment.
14608
14609 2015-08-07 Pedro Alves <palves@redhat.com>
14610
14611 * gdb.base/checkpoint-ns.exp: New file.
14612 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14613 standard_testfile.
14614
14615 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14616
14617 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14618 * gdb.btrace/instruction_history.exp: Update.
14619 * gdb.btrace/tsx.exp: New.
14620 * gdb.btrace/tsx.c: New.
14621
14622 2015-08-06 Pedro Alves <palves@redhat.com>
14623
14624 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14625 increase timeout.
14626 * gdb.reverse/until-precsave.exp: Bump timeouts.
14627
14628 2015-08-06 Pedro Alves <palves@redhat.com>
14629
14630 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14631
14632 2015-08-06 Pedro Alves <palves@redhat.com>
14633
14634 PR gdb/18749
14635 * gdb.threads/process-dies-while-handling-bp.c: New file.
14636 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14637
14638 2015-08-06 Pedro Alves <palves@redhat.com>
14639
14640 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14641 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14642
14643 2015-08-05 Pedro Alves <palves@redhat.com>
14644
14645 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14646 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14647
14648 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14649
14650 * gdb.base/bp-permanent.exp: Report test as unsupported if
14651 the target cannot stop at the permanent breakpoint.
14652
14653 2015-08-03 Doug Evans <dje@google.com>
14654
14655 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14656 10000.
14657
14658 2015-08-03 Doug Evans <dje@google.com>
14659
14660 * Makefile.in (workers/%.worker, build-perf): New rule.
14661 (GDB_PERFTEST_MODE): New variable.
14662 (check-perf): Use it.
14663 (clean): Clean up gdb.perf parallel build subdirs.
14664 * lib/build-piece.exp: New file.
14665 * lib/gdb.exp (make_gdb_parallel_path): New function
14666 (standard_output_file, standard_temp_file): Call it.
14667 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14668 of $GDB_PARALLEL.
14669 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14670
14671 2015-08-03 Doug Evans <dje@google.com>
14672
14673 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14674 (LOG_FILE_NAME): New global.
14675 (TextReporter.__init__): Initialize self.txt_sum.
14676 (TextReporter.report): Add support for multiple data-points.
14677 Move report to perftest.sum, put raw data in perftest.log.
14678 (TextReporter.start): Open sum and log files.
14679 (TextReporter.end): Close sum and log files.
14680 * gdb.perf/lib/perftest/testresult.py
14681 (SingleStatisticTestResult.record): Handle multiple data-points.
14682
14683 2015-07-31 Pedro Alves <palves@redhat.com>
14684
14685 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14686 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14687 kill_wait_spawned_process instead of explicit "kill -9".
14688 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14689 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14690 kill_wait_spawned_process.
14691 * gdb.base/attach-twice.exp: Likewise.
14692 * gdb.base/attach.exp: Likewise.
14693 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14694 gdb_test_multiple.
14695 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14696 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14697 kill_wait_spawned_process.
14698 * gdb.base/valgrind-infcall.exp: Likewise.
14699 * gdb.multi/multi-attach.exp: Likewise.
14700 * gdb.python/py-prompt.exp: Likewise.
14701 * gdb.python/py-sync-interp.exp: Likewise.
14702 * gdb.server/ext-attach.exp: Likewise.
14703 * gdb.threads/attach-into-signal.exp (corefunc): Use
14704 spawn_wait_for_attach, spawn_id_get_pid and
14705 kill_wait_spawned_process.
14706 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14707 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14708 spawn_id_get_pid and kill_wait_spawned_process.
14709 * gdb.threads/attach-stopped.exp (corefunc): Use
14710 spawn_wait_for_attach, spawn_id_get_pid and
14711 kill_wait_spawned_process.
14712 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14713 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14714 kill_wait_spawned_process instead of explicit "kill -9".
14715 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14716 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14717 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14718 processes. Don't map cygwin/windows pids here. Now returns a
14719 spawn id list.
14720
14721 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14722
14723 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14724 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14725 correct patch.
14726
14727 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14728
14729 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14730
14731 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14732
14733 Reapply:
14734 2014-05-21 Mark Wielaard <mjw@redhat.com>
14735
14736 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14737
14738 2015-07-30 Pedro Alves <palves@redhat.com>
14739
14740 * linux-low.c (handle_extended_wait): Set the child's last
14741 reported status to TARGET_WAITKIND_STOPPED.
14742
14743 2015-07-30 Pedro Alves <palves@redhat.com>
14744
14745 PR threads/18600
14746 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14747 only shows inferior 1.
14748
14749 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14750 Pedro Alves <palves@redhat.com>
14751
14752 PR threads/18600
14753 * gdb.threads/fork-plus-threads.c: New file.
14754 * gdb.threads/fork-plus-threads.exp: New file.
14755
14756 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14757
14758 * gdb.base/batch-preserve-term-settings.exp
14759 (test_terminal_settings_preserved_after_cli_exit): Use
14760 send_quit_command.
14761
14762 2015-07-29 Pedro Alves <palves@redhat.com>
14763 Don Breazeal <donb@codesourcery.com>
14764
14765 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14766 output from both inferior_spawn_id and gdb_spawn_id.
14767
14768 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14769
14770 * gdb.threads/attach-into-signal.exp (corefunc): Use
14771 with_test_prefix on nested loops, uniquefying the test messages.
14772
14773 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14774
14775 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14776 commit.
14777
14778 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14779
14780 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14781 New proc.
14782 (test_terminal_settings_preserved_after_sigterm): New test.
14783
14784 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14785
14786 * gdb.base/batch-preserve-term-settings.exp
14787 (test_terminal_settings_preserved_after_cli_exit): New test.
14788
14789 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14790
14791 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14792 manipulation of saved_gdbflags.
14793 (test_terminal_settings_preserved): Remove global declaration of
14794 the unused variable pagination_prompt. Remove manipulation of
14795 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14796 GDBFLAGS.
14797
14798 2015-07-29 Pedro Alves <palves@redhat.com>
14799
14800 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14801
14802 2015-07-29 Pedro Alves <palves@redhat.com>
14803
14804 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14805 at the top.
14806
14807 2015-07-29 Pedro Alves <palves@redhat.com>
14808
14809 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14810 (main): Call gdb_unbuffer_output.
14811 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14812 (main): Call gdb_unbuffer_output.
14813 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14814 (main): Call gdb_unbuffer_output.
14815 * gdb.base/call-strs.exp: Adjust to step over the
14816 gdb_unbuffer_output call.
14817 * gdb.base/catch-gdb-caused-signals.c: Include
14818 "../lib/unbuffer_output.c".
14819 (main): Call gdb_unbuffer_output.
14820 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14821 (main): Call gdb_unbuffer_output.
14822 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14823 (main): Call gdb_unbuffer_output.
14824 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14825 (main): Call gdb_unbuffer_output.
14826 * gdb.base/shlib-call.exp: Adjust to step over the
14827 gdb_unbuffer_output call.
14828 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14829 (main): Call gdb_unbuffer_output.
14830 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14831 (main): Call gdb_unbuffer_output.
14832 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14833 (main): Rename to ...
14834 (test): ... this.
14835 (main): Reimplement.
14836 * gdb.base/varargs.exp: Run to test instead of to main.
14837 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14838 (main): Call gdb_unbuffer_output.
14839
14840 2015-07-29 Pedro Alves <palves@redhat.com>
14841
14842 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14843 factore out from mi_continue_dprintf. For call-style dprintfs,
14844 expect dprintf output out of $inferior_spawn_id.
14845 (mi_continue_dprintf): Use mi_expect_dprintf.
14846 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14847 (main): Call gdb_unbuffer_output.
14848
14849 2015-07-29 Pedro Alves <palves@redhat.com>
14850
14851 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14852 (default_mi_gdb_start): Set inferior_spawn_id instead of
14853 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14854 gdb_spawn_id.
14855 (mi_gdb_test): Always expect inferior output from both
14856 $inferior_spawn_id and $gdb_spawn_id.
14857
14858 2015-07-29 Pedro Alves <palves@redhat.com>
14859
14860 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14861 send_inferior and $inferior_spawn_id.
14862
14863 2015-07-29 Pedro Alves <palves@redhat.com>
14864
14865 * gdb.gdb/complaints.exp (test_initial_complaints)
14866 (test_serial_complaints, test_short_complaints): Use
14867 gdb_test_stdio.
14868 (test_empty_complaint): Handle $inferior_spawn_id !=
14869 $gdb_spawn_id.
14870
14871 2015-07-29 Pedro Alves <palves@redhat.com>
14872
14873 * gdb.base/varargs.exp: Use gdb_test_stdio.
14874
14875 2015-07-29 Pedro Alves <palves@redhat.com>
14876
14877 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14878
14879 2015-07-29 Pedro Alves <palves@redhat.com>
14880
14881 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14882
14883 2015-07-29 Pedro Alves <palves@redhat.com>
14884
14885 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14886 parameter into two new parameters, "inf_result" and "gdb_result".
14887 Expect inferior output and gdb output from $inferior_spawn_id and
14888 $gdb_spawn_id, respectively. Adjust all callers.
14889
14890 2015-07-29 Pedro Alves <palves@redhat.com>
14891
14892 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14893 of gdb_test_sequence.
14894
14895 2015-07-29 Pedro Alves <palves@redhat.com>
14896
14897 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14898 (saw_spurious_output): Expect inferior output from
14899 $inferior_spawn_id. Use gdb_test_stdio.
14900
14901 2015-07-29 Pedro Alves <palves@redhat.com>
14902
14903 * gdb.base/dprintf.exp: Use standard_testfile. Change
14904 prepare_for_testing call.
14905 (srcfile): Don't set.
14906 (restart): New procedure.
14907 (test_dprintf): New procecure, use to continue over dprintfs.
14908 (test_call, test_agent): New procedures, tests moved here.
14909 Restart gdb and recreate dprintfs. Adjust expected output.
14910
14911 2015-07-29 Pedro Alves <palves@redhat.com>
14912
14913 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14914
14915 2015-07-29 Pedro Alves <palves@redhat.com>
14916
14917 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14918
14919 2015-07-29 Pedro Alves <palves@redhat.com>
14920
14921 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14922 gdb_test_stdio.
14923
14924 2015-07-29 Pedro Alves <palves@redhat.com>
14925
14926 * lib/gdb.exp (gdb_test_stdio): New procedure.
14927
14928 2015-07-29 Pedro Alves <palves@redhat.com>
14929
14930 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14931
14932 2015-07-29 Pedro Alves <palves@redhat.com>
14933
14934 * gdb.base/call-signal-resume.exp: Remove check for
14935 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14936 * gdb.base/unwindonsignal.exp: Likewise.
14937 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14938 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14939
14940 2015-07-29 Pedro Alves <palves@redhat.com>
14941
14942 * gdb.base/siginfo-addr.c (pass): New function.
14943 (handler): Call it iff si_addr is correct.
14944 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14945 Set a breakpoint at "pass" and continue to it.
14946
14947 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14948
14949 * gdb.python/py-objfile.exp: Make some tests have unique names.
14950 * gdb.python/py-pp-registration.exp: Likewise.
14951
14952 2015-07-28 Pedro Alves <palves@redhat.com>
14953
14954 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14955
14956 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14957
14958 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14959
14960 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14961
14962 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14963
14964 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14965
14966 * gdb.base/gdb-sigterm-2.exp: New test.
14967
14968 2015-07-25 Doug Evans <xdje42@gmail.com>
14969
14970 Revert:
14971 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14972 (workers/%.worker, build-perf): New rule.
14973 (GDB_PERFTEST_MODE): New variable.
14974 (check-perf): Use it.
14975 (clean): Clean up gdb.perf parallel build subdirs.
14976 * lib/build-piece.exp: New file.
14977 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14978 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14979 name.
14980 (standard_temp_file): Ditto.
14981 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14982 of $GDB_PARALLEL.
14983
14984 2015-07-24 Doug Evans <dje@google.com>
14985
14986 * gdb.perf/lib/perftest/utils.py: New file.
14987 * gdb.perf/gm-hello.cc: New file.
14988 * gdb.perf/gm-pervasive-typedef.cc: New file.
14989 * gdb.perf/gm-pervasive-typedef.h: New file.
14990 * gdb.perf/gm-std.cc: New file.
14991 * gdb.perf/gm-std.h: New file.
14992 * gdb.perf/gm-use-cerr.cc: New file.
14993 * gdb.perf/gm-utils.h: New file.
14994 * gdb.perf/gmonster-null-lookup.py: New file.
14995 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14996 * gdb.perf/gmonster-print-cerr.py: New file.
14997 * gdb.perf/gmonster-ptype-string.py: New file.
14998 * gdb.perf/gmonster-runto-main.py: New file.
14999 * gdb.perf/gmonster-select-file.py: New file.
15000 * gdb.perf/gmonster1-null-lookup.exp: New file.
15001 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15002 * gdb.perf/gmonster1-print-cerr.exp: New file.
15003 * gdb.perf/gmonster1-ptype-string.exp: New file.
15004 * gdb.perf/gmonster1-runto-main.exp: New file.
15005 * gdb.perf/gmonster1-select-file.exp: New file.
15006 * gdb.perf/gmonster1.cc: New file.
15007 * gdb.perf/gmonster1.exp: New file.
15008 * gdb.perf/gmonster2-null-lookup.exp: New file.
15009 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15010 * gdb.perf/gmonster2-print-cerr.exp: New file.
15011 * gdb.perf/gmonster2-ptype-string.exp: New file.
15012 * gdb.perf/gmonster2-runto-main.exp: New file.
15013 * gdb.perf/gmonster2-select-file.exp: New file.
15014 * gdb.perf/gmonster2.cc: New file.
15015 * gdb.perf/gmonster2.exp: New file.
15016
15017 2015-07-24 Doug Evans <dje@google.com>
15018
15019 * gdb.perf/README: New file.
15020 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15021 * lib/gen-perf-test.exp: New file.
15022
15023 2015-07-24 Doug Evans <dje@google.com>
15024
15025 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15026 (PerfTest::startup): New function.
15027 (PerfTest::run): Return result of calling body.
15028 (PerfTest::assemble): Rewrite.
15029 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15030 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15031 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15032 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15033 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15034
15035 2015-07-24 Doug Evans <dje@google.com>
15036
15037 * lib/gdb.exp (clean_restart): Make executable optional.
15038
15039 2015-07-24 Doug Evans <dje@google.com>
15040
15041 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15042 compiler_info references.
15043 * gdb.cp/temargs.exp: Ditto.
15044 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15045 (get_compiler_info): Early exit if already computed. Set compiler_info
15046 to "unknown" if there was a problem.
15047 (test_compiler_info): Add function comment. Call get_compiler_info.
15048
15049 2015-07-24 Doug Evans <dje@google.com>
15050
15051 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15052 (workers/%.worker, build-perf): New rule.
15053 (GDB_PERFTEST_MODE): New variable.
15054 (check-perf): Use it.
15055 (clean): Clean up gdb.perf parallel build subdirs.
15056 * lib/build-piece.exp: New file.
15057 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15058 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15059 name.
15060 (standard_temp_file): Ditto.
15061 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15062 of $GDB_PARALLEL.
15063
15064 2015-07-24 Doug Evans <dje@google.com>
15065
15066 * lib/future.exp (gdb_default_target_compile): New option
15067 "early_flags".
15068 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15069 --as-needed.
15070
15071 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15072
15073 * gdb.base/catch-syscall.exp: Call gdb_exit before
15074 gdb_skip_xml_test.
15075
15076 2015-07-24 Pedro Alves <palves@redhat.com>
15077
15078 * gdb.python/py-events.exp: Accept output between the stop event
15079 and the prompt.
15080 * gdb.python/py-evsignal.exp: Likewise.
15081 * gdb.python/py-evthreads.exp: Likewise.
15082
15083 2015-07-24 Pedro Alves <palves@redhat.com>
15084
15085 PR gdb/18717
15086 * gdb.threads/non-ldr-exit.c: New file.
15087 * gdb.threads/non-ldr-exit.exp: New file.
15088
15089 2015-07-24 Yao Qi <yao.qi@linaro.org>
15090
15091 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15092 restarting process.
15093
15094 2015-07-24 Yao Qi <yao.qi@linaro.org>
15095
15096 * gdb.server/ext-restart.exp: New file.
15097
15098 2015-07-24 Yao Qi <yao.qi@linaro.org>
15099
15100 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15101 argument options.
15102 * gdb.server/ext-wrapper.exp: New file.
15103
15104 2015-07-23 Doug Evans <dje@google.com>
15105
15106 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15107 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15108
15109 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15110
15111 * gdb.ada/var_arr_typedef.exp: New testcase.
15112 * gdb.ada/var_arr_typedef/pack.adb: New file.
15113 * gdb.ada/var_arr_typedef/pack.ads: New file.
15114 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15115
15116 2015-07-20 Joel Brobecker <brobecker@adacore.com>
15117
15118 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15119
15120 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15121
15122 * gdb.arch/i386-biarch-core.exp: Replace istarget
15123 by "complete set gnutarget". Remove expectation for the "core-file"
15124 command.
15125
15126 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15127
15128 Revert the previous commit:
15129 Tests for validate symbol file using build-id.
15130
15131 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15132
15133 Tests for validate symbol file using build-id.
15134 * gdb.base/solib-mismatch-lib.c: New file.
15135 * gdb.base/solib-mismatch-libmod.c: New file.
15136 * gdb.base/solib-mismatch.c: New file.
15137 * gdb.base/solib-mismatch.exp: New file.
15138
15139 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15140
15141 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15142 nios2-*-linux*.
15143 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15144 * gdb.base/siginfo.exp: Likewise.
15145 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15146
15147 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15148
15149 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15150 Move it to ...
15151 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15152 ... here.
15153 * gdb.trace/range-stepping.exp: Check that the target supports
15154 range stepping.
15155
15156 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15157
15158 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15159
15160 2015-07-14 Pedro Alves <palves@redhat.com>
15161
15162 * gdb.base/killed-outside.exp: New file.
15163 * gdb.base/killed-outside.c: New file.
15164
15165 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15166
15167 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15168 (n at main): New.
15169 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15170
15171 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15172
15173 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15174 infcall tests instead of setting up for KFAIL.
15175
15176 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15177
15178 * gdb.btrace/record_goto-step.exp: New.
15179
15180 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15181
15182 PR compile/18484
15183 * gdb.compile/compile.c (struct struct_type): Add volatile to
15184 selffield's type.
15185 * gdb.compile/compile.exp
15186 (compile code struct_object.selffield = &struct_object): Skip further
15187 struct_object tests if this one xfails.
15188
15189 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
15190
15191 PR exp/18617
15192 * gdb.trace/ax.exp: Add test.
15193
15194 2015-07-07 Yao Qi <yao.qi@linaro.org>
15195
15196 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15197 instead of istarget "aarch64*-*-*".
15198 * gdb.arch/aarch64-fp.exp: Likewise.
15199 * gdb.base/float.exp: Likewise.
15200 * gdb.reverse/aarch64.exp: Likewise.
15201 * lib/gdb.exp (is_aarch64_target): New proc.
15202
15203 2015-07-07 Yao Qi <yao.qi@linaro.org>
15204
15205 * lib/gdb.exp (is_aarch32_target): New proc.
15206 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15207 instead of "istarget "arm*-*-*"".
15208 * gdb.arch/arm-disp-step.exp: Likewise.
15209 * gdb.arch/thumb-bx-pc.exp: Likewise.
15210 * gdb.arch/thumb-prologue.exp: Likewise.
15211 * gdb.arch/thumb-singlestep.exp: Likewise.
15212 * gdb.base/disp-step-syscall.exp: Likewise.
15213 * gdb.base/float.exp: Likewise.
15214
15215 2015-07-07 Yao Qi <yao.qi@linaro.org>
15216
15217 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15218 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15219
15220 2015-07-07 Yao Qi <yao.qi@linaro.org>
15221
15222 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15223 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15224 if it exists.
15225 * gdb.multi/multi-arch.exp: Likewise.
15226
15227 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15228
15229 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15230 print.
15231
15232 2015-07-07 Yao Qi <yao.qi@linaro.org>
15233
15234 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15235
15236 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15237
15238 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15239 '[' and ']' characters.
15240
15241 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15242
15243 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15244
15245 2015-06-29 Pedro Alves <palves@redhat.com>
15246
15247 PR threads/18127
15248 * gdb.threads/hand-call-new-thread.c: New file.
15249 * gdb.threads/hand-call-new-thread.c: New file.
15250
15251 2015-06-26 Keith Seitz <keiths@redhat.com>
15252 Doug Evans <dje@google.com>
15253
15254 PR 16253
15255 * gdb.cp/var-tag-2.cc: New file.
15256 * gdb.cp/var-tag-3.cc: New file.
15257 * gdb.cp/var-tag-4.cc: New file.
15258 * gdb.cp/var-tag.cc: New file.
15259 * gdb.cp/var-tag.exp: New file.
15260
15261 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15262
15263 * gdb.base/history-duplicates.exp: New test.
15264
15265 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15266
15267 * gdb.base/completion.exp: Test the completion of the "focus"
15268 command.
15269
15270 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15271
15272 * gdb.arch/amd64-prologue-skip.S: New file.
15273 * gdb.arch/amd64-prologue-skip.exp: New file.
15274
15275 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15276
15277 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15278 is_address_zero_readable check.
15279
15280 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15281
15282 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15283 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15284
15285 2015-06-24 Yao Qi <yao.qi@linaro.org>
15286
15287 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15288 linux targets.
15289
15290 2015-06-24 Yao Qi <yao.qi@linaro.org>
15291
15292 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15293 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15294 * gdb.base/siginfo-thread.exp: Likewise.
15295
15296 2015-06-22 Yao Qi <yao.qi@linaro.org>
15297
15298 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15299
15300 2015-06-22 Yao Qi <yao.qi@linaro.org>
15301
15302 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15303 aarch64*-*-*.
15304 (skip_hw_watchpoint_tests): Likewise.
15305
15306 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15307
15308 * gdb.base/gdbinit-history.exp: Test the interaction between
15309 setting GDBHISTSIZE and setting the history size via .gdbinit.
15310
15311 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15312
15313 PR gdb/16999
15314 * gdb.base/gdbhistsize-history.exp: New test.
15315
15316 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15317
15318 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15319 with GDBHISTSIZE.
15320 * gdb.base/readline.exp: Likewise.
15321
15322 2015-06-17 Yao Qi <yao.qi@linaro.org>
15323
15324 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15325 line.
15326
15327 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15328
15329 * gdb.base/gdbinit-history.exp: Add test case to check that
15330 an unlimited history file does not get truncated on exit.
15331
15332 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15333
15334 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15335 (VECTOR): New macro. Use it...
15336 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15337 ...for these typedefs.
15338 (int8, char1, int1, double1): New typedefs.
15339 (struct just_int2, struct two_int2): New structures.
15340 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15341 (add_structvecs, add_singlevecs): New functions.
15342 (main): Call add_some_intvecs twice.
15343 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15344 the compile and exit upon failure. Try compiling for the "native"
15345 architecture. Test inferior function calls with vector arguments
15346 and vector return value handling with "finish" and "return".
15347
15348 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15349
15350 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15351 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15352 PE file.
15353 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15354
15355 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15356
15357 PR breakpoints/16465
15358 * gdb.mi/mi-dprintf-pending.c: New file.
15359 * gdb.mi/mi-dprintf-pending.exp: New test.
15360 * gdb.mi/mi-dprintf-pendshr.c: New file.
15361
15362 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15363 Mircea Gherzan <mircea.gherzan@intel.com>
15364
15365 * gdb.arch/i386-mpx-map.c: New file.
15366 * gdb.arch/i386-mpx-map.exp: New File.
15367
15368 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15369
15370 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15371 * gdb.arch/i386-mpx.exp: Indentation fixed.
15372
15373 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15374
15375 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15376 function and improved indentation.
15377 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15378 gdb_test_multiple. Added additional tests to skip the test.
15379
15380 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15381
15382 * gdb.arch/i386-avx512.c: Change path in include file.
15383 * gdb.arch/i386-avx512.exp: Change include dir path
15384 compilation flag.
15385 * gdb.arch/i386-mpx.c: Change path in include file.
15386 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15387 flag.
15388
15389 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15390
15391 * gdb.compile/compile-print.exp (compile print *vararray@3)
15392 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15393
15394 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15395
15396 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15397 (do not keep jit in memory): ... this.
15398 (expect 5): Change it to ...
15399 (expect no 5): ... this.
15400
15401 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15402
15403 PR gdb/15564
15404 * gdb.mi/mi-detach.exp: New file.
15405
15406 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15407
15408 PR symtab/18392
15409 * gdb.arch/amd64-tailcall-self.S: New file.
15410 * gdb.arch/amd64-tailcall-self.c: New file.
15411 * gdb.arch/amd64-tailcall-self.exp: New file.
15412
15413 2015-05-28 Don Breazeal <donb@codesourcery.com>
15414
15415 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15416 tests for remote targets by checking is_target_gdbserver.
15417
15418 2015-05-27 Doug Evans <dje@google.com>
15419
15420 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15421 * gdb.dwarf2/opaque-type-lookup.c: New file.
15422 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15423
15424 2015-05-26 Doug Evans <dje@google.com>
15425
15426 * gdb.cp/iostream.cc: New file.
15427 * gdb.cp/iostream.exp: New file.
15428
15429 2015-05-26 Doug Evans <dje@google.com>
15430
15431 * gdb.dwarf2/dw2-op-call.exp: Update.
15432 * gdb.dwarf2/dw4-sig-types.exp: Update.
15433 * gdb.dwarf2/implptr.exp: Update.
15434 * gdb.mi/mi-cmd-param-changed.exp: Update.
15435
15436 2015-05-26 Doug Evans <dje@google.com>
15437
15438 * gdb.python/py-lazy-string.c: New file.
15439 * gdb.python/py-lazy-string.exp: New file.
15440 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15441 (main): Update. Add estring3.
15442 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15443 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15444
15445 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15446 Yao Qi <yao.qi@linaro.org>
15447
15448 * gdb.reverse/aarch64.c: New.
15449 * gdb.reverse/aarch64.exp: New.
15450
15451 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15452
15453 * lib/gdb.exp (supports_process_record): Return true for
15454 aarch64*-linux*.
15455 (supports_reverse): Likewise.
15456
15457 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15458
15459 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15460 Use with_test_prefix.
15461
15462 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15463
15464 * gdb.base/completion.exp: Add test for completion of layout
15465 names.
15466
15467 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15468
15469 * lib/gdb.exp (skip_tui_tests): New proc.
15470 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15471
15472 2015-05-19 Pedro Alves <palves@redhat.com>
15473
15474 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15475 Save the whole env array instead of just HOME. Unset HISTSIZE in
15476 the environment while testing. Restore whole environment
15477 afterwards.
15478
15479 2015-05-16 Doug Evans <xdje42@gmail.com>
15480
15481 * gdb.guile/scm-ports.c: New file.
15482 * gdb.guile/scm-ports.exp: Add memory port tests.
15483
15484 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15485
15486 * gdb.compile/compile-print.c: New file.
15487 * gdb.compile/compile-print.exp: New file.
15488
15489 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15490
15491 * gdb.compile/compile-ops.exp: Cast param to void.
15492 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15493 (compile code struct_object.selffield = &struct_object): Add xfail.
15494
15495 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15496
15497 * gdb.ada/arr_enum_with_gap: New testcase.
15498
15499 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15500
15501 * gdb.ada/byte_packed_arr: New testcase.
15502
15503 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15504
15505 * gdb.ada/pckd_neg: New testcase.
15506
15507 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15508
15509 PR gdb/17820
15510 * gdb.base/gdbinit-history.exp: New test.
15511 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15512 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15513
15514 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15515
15516 * gdb.python/py-xmethods.cc: Enhance test case.
15517 * gdb.python/py-xmethods.exp: New tests.
15518 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15519 function.
15520 (B_indexoper): Likewise.
15521 (global_dm_list) : Add new xmethod worker functions.
15522
15523 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15524
15525 * gdb.base/coredump-filter.exp: Correctly unset
15526 "coredump_var_addr" array.
15527
15528 2015-05-08 Pedro Alves <palves@redhat.com>
15529
15530 * gdb.server/non-existing-program.exp: Unset spawn_id.
15531
15532 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15533
15534 PR python/18291
15535 * gdb.python/py-xmethods.exp: Add tests.
15536
15537 2015-05-08 Yao Qi <yao.qi@linaro.org>
15538
15539 PR gdb/18208
15540 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15541 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15542 function set_coredump_filter, and remove remote_exec call.
15543 Remove argument ipid. Callers update.
15544 (top level): Don't get inferior's PID.
15545
15546 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15547
15548 * gdb.base/watch_thread_num.exp: Skip test on targets without
15549 access watchpoints.
15550
15551 2015-05-06 Pedro Alves <palves@redhat.com>
15552
15553 PR server/18081
15554 * gdb.server/non-existing-program.exp: New file.
15555
15556 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15557
15558 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15559
15560 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15561
15562 * gdb.ada/out_of_line_in_inlined: New testcase.
15563
15564 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15565
15566 * gdb.ada/var_rec_arr: New testcase.
15567
15568 2015-04-30 Yao Qi <yao.qi@linaro.org>
15569
15570 * gdb.base/break-idempotent.exp: If
15571 skip_hw_watchpoint_multi_tests returns true, skip the tests
15572 on "rwatch" and "awatch".
15573
15574 2015-04-30 Yao Qi <yao.qi@linaro.org>
15575
15576 * gdb.base/relativedebug.exp: Invoke gdb command
15577 "info sharedlibrary", and if libc.so doesn't have debug info,
15578 skip the test.
15579
15580 2015-04-29 Doug Evans <dje@google.com>
15581
15582 * gdb.python/py-xmethods.exp: Add ptype tests.
15583 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15584 get_result_type method.
15585
15586 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15587
15588 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15589 the target does not support hardware watchpoints.
15590
15591 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15592
15593 * gdb.base/break-always.exp: Abort testing if writing to memory
15594 causes an error.
15595
15596 2015-04-28 Doug Evans <dje@google.com>
15597
15598 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15599 * gdb.python/py-pp-registration.exp: ... here. New file.
15600 * gdb.python/py-pp-registration.c: New file.
15601 * gdb.python/py-pp-registration.py: New file.
15602
15603 2015-04-28 Doug Evans <dje@google.com>
15604
15605 * gdb.python/py-bad-printers.c: New file.
15606 * gdb.python/py-bad-printers.py: New file.
15607 * gdb.python/py-bad-printers.exp: New file.
15608
15609 2015-04-28 Sasha Smundak <asmundak@google.com>
15610
15611 * gdb.python/py-type.exp: New test.
15612
15613 2015-04-28 Andy Wingo <wingo@igalia.com>
15614
15615 * gdb.python/py-parameter.exp:
15616 * gdb.guile/scm-parameter.exp: Escape the path that we are
15617 matching against, as it might contain characters that are special
15618 to regular expressions.
15619
15620 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15621
15622 * gdb.ada/rec_comp: New testcase.
15623
15624 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15625
15626 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15627 before using it.
15628
15629 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15630
15631 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15632 new tests for verilog output.
15633
15634 2015-04-24 Yao Qi <yao.qi@linaro.org>
15635
15636 * boards/remote-gdbserver-on-localhost.exp: New file.
15637
15638 2015-04-23 Pedro Alves <palves@redhat.com>
15639
15640 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15641 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15642 "end of file", remove $inferior_spawn_id from the indirect list.
15643
15644 2015-04-23 Pedro Alves <palves@redhat.com>
15645
15646 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15647
15648 2015-04-23 Pedro Alves <palves@redhat.com>
15649
15650 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15651 on $any_spawn_id instead of only on $gdb_spawn_id.
15652
15653 2015-04-21 Pierre Muller <muller@sourceware.org>
15654
15655 PR pascal/17815
15656 * lib/pascal.exp (gpc_compile): Add new option "class".
15657 (fpc_compile): Likewise.
15658 * gdb.pascal/case-insensitive-symbols.pas: New file.
15659 * gdb.pascal/case-insensitive-symbols.exp: New file.
15660
15661 2015-04-20 Gary Benson <gbenson@redhat.com>
15662
15663 * gdb.base/attach.exp: Fix three extended remote failures.
15664
15665 2015-04-17 Gary Benson <gbenson@redhat.com>
15666
15667 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15668 the main executable over the remote protocol.
15669
15670 2015-04-16 Pedro Alves <palves@redhat.com>
15671
15672 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15673 a new gdbserver if gdbserver_reconnect_p is set.
15674
15675 2015-04-16 Pedro Alves <palves@redhat.com>
15676
15677 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15678 is set, don't exit gdbserver.
15679
15680 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15681
15682 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15683 appropriate .insn, such that an older assembler can be used.
15684 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15685 the z/Architecture instruction set on 31-bit targets as well.
15686
15687 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15688
15689 * gdb.go/handcall.exp: Remove all logic related to the first
15690 breakpoint and rely on go_runto_main instead.
15691 * gdb.go/strings.exp: Likewise.
15692 * gdb.go/unsafe.exp: Likewise.
15693 * gdb.go/hello.exp: Likewise. Also rename the remaining
15694 breakpoint marker to "breakpoint 1".
15695 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15696 * gdb.go/strings.go: Likewise.
15697 * gdb.go/unsafe.go: Likewise.
15698 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15699 "set breakpoint 2 here" and rename the remaining breakpoint marker
15700 to "breakpoint 1".
15701
15702 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15703
15704 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15705 if itertools.imap is not present.
15706 * gdb.python/py-objfile.exp: Add parentheses.
15707 * gdb.python/py-type.exp: Same.
15708 * gdb.python/py-unwind-maint.py: Same.
15709
15710 2015-04-15 Yao Qi <yao.qi@linaro.org>
15711
15712 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15713 of ":$ptr_size" and set its form explicitly.
15714
15715 2015-04-15 Pedro Alves <palves@redhat.com>
15716 Yao Qi <yao.qi@linaro.org>
15717
15718 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15719 timeout by factor of 4.
15720 (test_regular_watch): Likewise.
15721 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15722 * gdb.reverse/sigall-reverse.exp: Likewise.
15723 * gdb.reverse/until-precsave.exp: Likewise.
15724 * lib/gdb.exp (with_timeout_factor): New proc.
15725 (gdb_expect): Move some code to ...
15726 (get_largest_timeout): ... here. New procedure.
15727
15728 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
15729
15730 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15731
15732 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15733
15734 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15735 to write to the .text section.
15736
15737 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15738
15739 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15740 Handle the case of targets that do not provide PID information.
15741
15742 2015-04-13 Yao Qi <yao.qi@linaro.org>
15743
15744 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15745 and use expect instead of gdb_expect.
15746
15747 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15748
15749 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15750 "coredump_var_addr" to avoid naming conflict with other testcases.
15751
15752 2015-04-10 Pedro Alves <palves@redhat.com>
15753
15754 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15755 gdb_test_sequence and gdb_assert.
15756
15757 2015-04-10 Pedro Alves <palves@redhat.com>
15758
15759 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15760 test messages that don't include the breakpoint address.
15761
15762 2015-04-10 Yao Qi <yao.qi@linaro.org>
15763
15764 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15765 false for some offset and width combinations which aren't
15766 supported by linux kernel.
15767
15768 2015-04-10 Pedro Alves <palves@redhat.com>
15769
15770 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15771 procedure, factored out from ...
15772 (top level): ... here. Add "set displaced-stepping" testing axis.
15773 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15774 parameter "displaced". Use it.
15775 (top level): Use foreach and add "set displaced-stepping" testing
15776 axis.
15777
15778 2015-04-10 Pedro Alves <palves@redhat.com>
15779
15780 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15781 Remove comment.
15782 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15783 both the address of the instruction that triggers the watchpoint
15784 and the address of the instruction immediately after, and use
15785 those addresses for the test. Fix comment.
15786
15787 2015-04-10 Pedro Alves <palves@redhat.com>
15788
15789 * gdb.base/sigstep.exp (breakpoint_to_handler)
15790 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15791 Test "backtrace" in handler.
15792 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15793 (top level): Add new "displaced" test axis to
15794 breakpoint_to_handler, breakpoint_to_handler_entry and
15795 breakpoint_over_handler.
15796
15797 2015-04-10 Pedro Alves <palves@redhat.com>
15798
15799 PR gdb/18216
15800 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15801
15802 2015-04-10 Yao Qi <yao.qi@linaro.org>
15803
15804 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15805 (test_add_rn_pc): New function.
15806 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15807 (top level): Invoke test_add_rn_pc.
15808
15809 2015-04-10 Pedro Alves <palves@redhat.com>
15810
15811 PR gdb/13858
15812 * gdb.base/step-over-no-symbols.exp: New file.
15813
15814 2015-04-09 Andy Wingo <wingo@igalia.com>
15815
15816 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15817 after the Python tests.
15818
15819 2015-04-08 Keith Seitz <keiths@redhat.com>
15820
15821 PR python/16699
15822 * gdb.python/py-completion.exp: New tests for completion.
15823 * gdb.python/py-completion.py (CompleteLimit1): New class.
15824 (CompleteLimit2): Likewise.
15825 (CompleteLimit3): Likewise.
15826 (CompleteLimit4): Likewise.
15827 (CompleteLimit5): Likewise.
15828 (CompleteLimit6): Likewise.
15829 (CompleteLimit7): Likewise.
15830
15831 2015-04-08 Pedro Alves <palves@redhat.com>
15832
15833 PR gdb/18214
15834 PR gdb/18216
15835 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15836 function.
15837 (main): Install it as SIGUSR1 handler.
15838 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15839 parameter. Always use "setup" as prefix. Toggle "set
15840 displaced-stepping" off/on depending on global. Don't switch to
15841 thread 1 here.
15842 (top level): Add displaced stepping "off/on" test axis. Update
15843 "setup" calls. Wrap each subtest with with_test_prefix. Test
15844 continuing with a queued signal in each thread.
15845
15846 2015-04-08 Pedro Alves <palves@redhat.com>
15847
15848 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15849 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15850 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15851 Return early if running to main fails.
15852 * gdb.trace/while-stepping.exp: Likewise.
15853
15854 2015-04-07 Pedro Alves <palves@redhat.com>
15855
15856 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15857 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15858 interact with inferior program.
15859
15860 2015-04-07 Pedro Alves <palves@redhat.com>
15861
15862 * lib/gdb.exp (inferior_spawn_id): New global.
15863 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15864 spawn id after processing the user code.
15865 (default_gdb_start): Set inferior_spawn_id.
15866 (send_inferior): New procedure.
15867 * lib/gdbserver-support.exp (gdbserver_start): Set
15868 inferior_spawn_id.
15869 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15870
15871 2015-04-07 Pedro Alves <palves@redhat.com>
15872
15873 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15874 * lib/gdbserver-support.exp (gdbserver_start): Make
15875 $server_spawn_id global.
15876 (gdbserver_start): Don't wait for gdbserver's spawn id with
15877 expect_background.
15878 (close_gdbserver): New procedure.
15879 (gdb_exit): Rename the default version and reimplement.
15880
15881 2015-04-07 Pedro Alves <palves@redhat.com>
15882
15883 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15884 append the substituted item, not the original item.
15885
15886 2015-04-07 Pedro Alves <palves@redhat.com>
15887
15888 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15889 gdb_expect.
15890
15891 2015-04-07 Pedro Alves <palves@redhat.com>
15892
15893 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15894 output appearing once only.
15895
15896 2015-04-07 Pedro Alves <palves@redhat.com>
15897
15898 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15899 that doesn't expect anything. Return early if running to main
15900 fails.
15901
15902 2015-04-07 Yao Qi <yao.qi@linaro.org>
15903
15904 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15905 (child_function): Call alarm.
15906 (main): Move call to alarm into the loop.
15907 * gdb.threads/non-stop-fair-events.exp: Build program with
15908 -DTIMEOUT=$timeout.
15909
15910 2015-04-06 Doug Evans <xdje42@gmail.com>
15911
15912 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15913 Fix dest parameter to board_info.
15914 (fpc_compile): Ditto.
15915 (gdb_compile_pascal): Rename dest arg to destfile.
15916
15917 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15918
15919 * gdb.ada/funcall_ref.exp: New file.
15920 * gdb.ada/funcall_ref/foo.adb: New file.
15921
15922 2015-04-02 Yao Qi <yao.qi@linaro.org>
15923
15924 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15925 is remote.
15926
15927 2015-04-02 Gary Benson <gbenson@redhat.com>
15928
15929 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15930
15931 2015-04-01 Sasha Smundak <asmundak@google.com>
15932
15933 * gdb.python/py-unwind-maint.c: New file.
15934 * gdb.python/py-unwind-maint.exp: New test.
15935 * gdb.python/py-unwind-maint.py: New file.
15936 * gdb.python/py-unwind.c: New file.
15937 * gdb.python/py-unwind.exp: New test.
15938 * gdb.python/py-unwind.py: New test.
15939
15940 2015-04-01 Pedro Alves <palves@redhat.com>
15941
15942 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15943 to fail instead of non-existent $test.
15944
15945 2015-04-01 Pedro Alves <palves@redhat.com>
15946
15947 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15948 GDBFLAGS if not empty.
15949
15950 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15951
15952 * gdb.ada/complete.exp: Remove "multi_line".
15953 * gdb.ada/info_exc.exp: Remove "multi_line".
15954 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15955 * gdb.ada/ptype_field.exp: Remove "multi_line".
15956 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15957 * gdb.ada/tagged.exp: Remove "multi_line".
15958 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15959 [multi_line ...]
15960 * gdb.btrace/delta.exp: Likewise.
15961 * gdb.btrace/exception.exp: Likewise.
15962 * gdb.btrace/function_call_history.exp: Likewise.
15963 * gdb.btrace/instruction_history.exp: Likewise.
15964 * gdb.btrace/nohist.exp: Likewise.
15965 * gdb.btrace/record_goto.exp: Likewise.
15966 * gdb.btrace/segv.exp: Likewise.
15967 * gdb.btrace/stepi.exp: Likewise.
15968 * gdb.btrace/tailcall.exp: Likewise.
15969 * gdb.btrace/unknown_functions.exp: Likewise.
15970 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15971 * lib/gdb.exp: Add the "multi_line" helper.
15972
15973 2015-04-01 Pedro Alves <palves@redhat.com>
15974
15975 * gdb.threads/tid-reuse.c: New file.
15976 * gdb.threads/tid-reuse.exp: New file.
15977
15978 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15979
15980 PR corefiles/16092
15981 * gdb.base/coredump-filter.c: New file.
15982 * gdb.base/coredump-filter.exp: Likewise.
15983
15984 2015-03-27 Petr Machata <pmachata@redhat.com>
15985
15986 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15987 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15988 (Dwarf::assemble): Initialize them.
15989 (Dwarf::lines): New function.
15990
15991 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15992
15993 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15994 SYMBOL_PREFIX for x86_64-*-cygwin.
15995
15996 2015-03-26 Andy Wingo <wingo@igalia.com>
15997
15998 PR symtab/18148
15999 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16000 const_value but not a location.
16001 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16002 location defined in non-main CUs are visible.
16003
16004 2015-03-26 Yao Qi <yao.qi@linaro.org>
16005
16006 PR testsuite/18139
16007 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16008 Add a line number entry for the same line.
16009 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16010 Add a line number entry for the same line.
16011
16012 2015-03-26 Yao Qi <yao.qi@linaro.org>
16013
16014 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16015 .int 0.
16016 (func): Likewise. Add .Lfunc_1 label.
16017 Use .Lfunc_1 label.
16018 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16019 .int 0.
16020 (func): Likewise.
16021 Use .Lfunc_1 label.
16022
16023 2015-03-26 Yao Qi <yao.qi@linaro.org>
16024
16025 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16026 Call gdb_compile instead to compile each .s files without debug
16027 information.
16028
16029 2015-03-26 Yao Qi <yao.qi@linaro.org>
16030
16031 * gdb.base/savedregs.exp (process_saved_regs): Make
16032 "Saved registers:" optional in the pattern.
16033
16034 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16035
16036 * gdb.btrace/next.exp: Merged into step.exp.
16037 * gdb.btrace/finish.exp: Merged into step.exp.
16038 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16039 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16040 "record goto" and checking the exact replay position.
16041 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16042 check for "Recording format" in "info record" output.
16043 * gdb.btrace/record_goto.exp: Choose test file based on target.
16044 * gdb.btrace/x86-record_goto.S: Renamed into ...
16045 * gdb.btrace/x86_64-record_goto.S: ... this.
16046 * gdb.btrace/i686-record_goto.S: New.
16047 * gdb.btrace/x86-tailcall.S: Renamed into ...
16048 * gdb.btrace/x86_64-tailcall.S: ... this.
16049 * gdb.btrace/i686-tailcall.S: New.
16050 * gdb.btrace/x86-tailcall.c: Renamed into ...
16051 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16052 separate statements. Update test.
16053 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16054 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16055 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16056 * gdb.btrace/tailcall.exp: Choose test file based on target.
16057 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16058
16059 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16060
16061 * gdb.btrace/exception.exp: Increase BTS buffer size.
16062
16063 2015-03-24 Pedro Alves <palves@redhat.com>
16064
16065 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16066
16067 2015-03-24 Pedro Alves <palves@redhat.com>
16068
16069 * gdb.threads/schedlock.exp (test_step): No longer expect that
16070 "set scheduler-locking step" with "next" over a function call runs
16071 threads unlocked.
16072
16073 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16074
16075 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16076
16077 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16078
16079 PR breakpoints/16466
16080 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16081 * gdb.mi/mi-pending.c (thread_func): New function.
16082 (int main): Add threading support required.
16083 * gdb.mi/mi-pending.exp: Add tests for this issue.
16084 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16085 (pendfunc2): Remove stdio dependency.
16086 * gdb.mi/mi-pendshr2.c: New file.
16087
16088 2015-03-23 Keith Seitz <keiths@redhat.com>
16089
16090 * gdb.linespec/keywords.c: New file.
16091 * gdb.linespec/keywords.exp: New file.
16092
16093 2015-03-23 Keith Seitz <keiths@redhat.com>
16094
16095 PR gdb/18021
16096 * gdb.dwarf2/staticvirtual.exp: New test.
16097
16098 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16099
16100 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16101 * README: Remove HP-UX and gdb.hp.
16102 (configuration):
16103 * configure: Regenerate.
16104 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16105 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16106 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16107 gdb.hp/gdb.defects/Makefile.
16108 * gdb.hp/Makefile.in: File deleted.
16109 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16110 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16111 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16112 * gdb.hp/gdb.aCC/run.c: File deleted.
16113 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16114 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16115 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16116 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16117 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16118 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16119 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16120 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16121 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16122 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16123 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16124 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16125 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16126 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16127 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16128 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16129 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16130 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16131 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16132 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16133 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16134 * gdb.hp/gdb.compat/average.c: File deleted.
16135 * gdb.hp/gdb.compat/sum.c: File deleted.
16136 * gdb.hp/gdb.compat/xdb.c: File deleted.
16137 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16138 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16139 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16140 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16141 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16142 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16143 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16144 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16145 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16146 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16147 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16148 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16149 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16150 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16151 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16152 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16153 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16154 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16155 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16156 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16157 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16158 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16159 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16160 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16161 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16162 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16163 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16164 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16165 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16166 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16167 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16168 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16169 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16170 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16171 * gdb.hp/tools/odump: File deleted.
16172
16173 2015-03-19 Pedro Alves <palves@redhat.com>
16174
16175 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16176 (saw_thread_3): New globals.
16177 (top level): Increment them when an event for the corresponding
16178 thread is seen.
16179 (no thread starvation): New test.
16180
16181 2015-03-19 Pedro Alves <palves@redhat.com>
16182
16183 * gdb.threads/continue-pending-status.c: New file.
16184 * gdb.threads/continue-pending-status.exp: New file.
16185
16186 2015-03-18 Pedro Alves <palves@redhat.com>
16187
16188 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16189 Use gdb_is_target_remote instead of is_remote. Use
16190 gdb_test_multiple instead of gdb_expect. Exit early if
16191 gdb_test_multiple hits its internal matches. Tighten stepi tests
16192 expected output. Fail on exit with any signal, instead of just
16193 SIGILL.
16194
16195 2015-03-18 Yao Qi <yao.qi@linaro.org>
16196
16197 PR tdep/18107
16198 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16199 variable.
16200 * gdb.base/catch-syscall.exp: Don't skip it on
16201 aarch64*-*-linux* target. Remove elements in all_syscalls.
16202 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16203 target.
16204 (setup_all_syscalls): New proc.
16205
16206 2015-03-16 Yao Qi <yao.qi@linaro.org>
16207
16208 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16209 (top level): Skip tests if valid_addr_p returns false for
16210 $cmd1 or $cmd2.
16211
16212 2015-03-11 Andy Wingo <wingo@igalia.com>
16213
16214 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16215
16216 2015-03-11 Yao Qi <yao.qi@linaro.org>
16217
16218 * gdb.base/catch-syscall.exp: Fix typo in comments.
16219
16220 2015-03-11 Yao Qi <yao.qi@linaro.org>
16221
16222 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16223
16224 2015-03-09 Pedro Alves <palves@redhat.com>
16225
16226 * dg-extract-results.py: Delete.
16227
16228 2015-03-09 Pedro Alves <palves@redhat.com>
16229
16230 Merge dg-extract-results.sh from GCC upstream (r218843).
16231
16232 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16233 * dg-extract-results.sh: Use --text with grep to avoid issues with
16234 binary files. Fall back to cat -v, if that doesn't work.
16235
16236 2015-03-05 Pedro Alves <palves@redhat.com>
16237
16238 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16239
16240 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16241
16242 * lib/mi-support.exp (mi_expect_interrupt): Accept
16243 alternative event for when in all-stop mode.
16244
16245 2015-03-04 Pedro Alves <palves@redhat.com>
16246
16247 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16248
16249 2015-03-04 Mark Kettenis <kettenis@gnu.org>
16250
16251 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16252
16253 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16254
16255 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16256 regexps for GDB's current line display, accept a hex address
16257 preceding the line number.
16258
16259 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16260
16261 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16262 the 'arch1' variable for "s390*-linux*" targets.
16263
16264 2015-03-04 Pedro Alves <palves@redhat.com>
16265
16266 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16267 (main): Pass missing retval argument to pthread_join call.
16268
16269 2015-03-02 Pedro Alves <palves@redhat.com>
16270
16271 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16272 (top level): Call do_test with non-stop as well.
16273
16274 2015-03-02 Pedro Alves <palves@redhat.com>
16275
16276 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16277 -1.
16278
16279 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16280
16281 * gdb.arch/s390-vregs.exp: New test.
16282 * gdb.arch/s390-vregs.S: New file.
16283
16284 2015-02-27 Pedro Alves <palves@redhat.com>
16285
16286 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16287 call to catch_command_errors.
16288 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16289 catch_command_errors.
16290
16291 2015-02-27 Pedro Alves <palves@redhat.com>
16292
16293 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16294 "true" for boolean result.
16295 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16296 prototype of main.
16297
16298 2015-02-27 Pedro Alves <palves@redhat.com>
16299
16300 * lib/unbuffer_output.c: New file.
16301 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16302 (main): Call gdb_unbuffer_output.
16303
16304 2015-02-27 Yao Qi <yao.qi@linaro.org>
16305
16306 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16307 target.
16308
16309 2015-02-26 Doug Evans <dje@google.com>
16310
16311 * gdb.cp/class2.cc (Dbase, D): New classes.
16312 (main): New local delta.
16313 * gdb.cp/class2.exp: Test printing delta.
16314 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16315 (dynbar): New global.
16316 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16317
16318 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16319
16320 * gdb.compile/compile-ifunc.c: New file.
16321 * gdb.compile/compile-ifunc.exp: New file.
16322
16323 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16324
16325 * gdb.base/structs.exp: Check for correct struct on finish.
16326
16327 2015-02-26 Yao Qi <yao.qi@linaro.org>
16328
16329 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16330 is zero.
16331
16332 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16333
16334 * gdb.arch/cordic.ko.bz2: New file.
16335 * gdb.arch/cordic.ko.debug.bz2: New file.
16336 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16337
16338 2015-02-25 Yao Qi <yao.qi@linaro.org>
16339
16340 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16341 aarch64*-*-* target.
16342
16343 2015-02-23 Pedro Alves <palves@redhat.com>
16344
16345 * lib/gdb.exp (delete_breakpoints): Rewrite using
16346 gdb_test_multiple.
16347
16348 2015-02-23 Pedro Alves <palves@redhat.com>
16349
16350 * gdb.base/info-os.c: Include stdlib.h.
16351
16352 2015-02-22 Doug Evans <xdje42@gmail.com>
16353
16354 PR symtab/17855
16355 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16356 is read after symbols have been re-read.
16357 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16358 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16359
16360 2015-02-21 Doug Evans <dje@google.com>
16361
16362 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16363
16364 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16365
16366 PR corefiles/17808
16367 * gdb.arch/i386-biarch-core.core.bz2: New file.
16368 * gdb.arch/i386-biarch-core.exp: New file.
16369
16370 2015-02-21 Pedro Alves <palves@redhat.com>
16371
16372 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16373 runto_main fails.
16374
16375 2015-02-20 Pedro Alves <palves@redhat.com>
16376
16377 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16378 info probes.
16379
16380 2015-02-20 Pedro Alves <palves@redhat.com>
16381
16382 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16383
16384 2015-02-20 Pedro Alves <palves@redhat.com>
16385
16386 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16387 clean_restart before gdb_target_supports_trace.
16388
16389 2015-02-20 Pedro Alves <palves@redhat.com>
16390
16391 PR threads/18006
16392 * gdb.threads/clone-thread_db.c: New file.
16393 * gdb.threads/clone-thread_db.exp: New file.
16394
16395 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16396
16397 PR breakpoints/16812
16398 * gdb.base/catch-gdb-caused-signals.c: New file.
16399 * gdb.base/catch-gdb-caused-signals.exp: New file.
16400
16401 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16402
16403 * configure: Regenerated.
16404 * configure.ac: Use GDB_AC_TRANSFORM.
16405 * aclocal.m4: sinclude ../transform.m4.
16406
16407 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16408
16409 * lib/dtrace.exp: New file.
16410 * gdb.base/dtrace-probe.exp: Likewise.
16411 * gdb.base/dtrace-probe.d: Likewise.
16412 * gdb.base/dtrace-probe.c: Likewise.
16413 * lib/pdtrace.in: Likewise.
16414 * configure.ac: Output variables with the transformed names of
16415 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16416 * configure: Regenerated.
16417
16418 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16419
16420 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16421 expected message when trying to access $_probe_* convenience
16422 variables while not on a probe.
16423
16424 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16425
16426 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16427
16428 2015-02-11 Pedro Alves <pedro@codesourcery.com>
16429
16430 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16431 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16432
16433 2015-02-10 Doug Evans <xdje42@gmail.com>
16434
16435 * lib/gdb.exp (gdb_load): Always return a result.
16436
16437 2015-02-10 Pedro Alves <palves@redhat.com>
16438
16439 * gdb.threads/signal-sigtrap.c: New file.
16440 * gdb.threads/signal-sigtrap.exp: New file.
16441
16442 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16443
16444 * gdb.trace/no-attach-trace.c: New file.
16445 * gdb.trace/no-attach-trace.exp: New file.
16446
16447 2015-02-09 Mark Wielaard <mjw@redhat.com>
16448
16449 * gdb.dwarf2/atomic.c: New file.
16450 * gdb.dwarf2/atomic-type.exp: Likewise.
16451
16452 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16453
16454 * gdb.btrace/buffer-size.exp: Update "info record" output.
16455 * gdb.btrace/delta.exp: Update "info record" output.
16456 * gdb.btrace/enable.exp: Update "info record" output.
16457 * gdb.btrace/finish.exp: Update "info record" output.
16458 * gdb.btrace/instruction_history.exp: Update "info record" output.
16459 * gdb.btrace/next.exp: Update "info record" output.
16460 * gdb.btrace/nexti.exp: Update "info record" output.
16461 * gdb.btrace/step.exp: Update "info record" output.
16462 * gdb.btrace/stepi.exp: Update "info record" output.
16463 * gdb.btrace/nohist.exp: Update "info record" output.
16464
16465 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16466
16467 * gdb.btrace/buffer-size: New.
16468
16469 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16470
16471 * gdb.btrace/delta.exp: Update "info record" output.
16472 * gdb.btrace/enable.exp: Update "info record" output.
16473 * gdb.btrace/finish.exp: Update "info record" output.
16474 * gdb.btrace/instruction_history.exp: Update "info record" output.
16475 * gdb.btrace/next.exp: Update "info record" output.
16476 * gdb.btrace/nexti.exp: Update "info record" output.
16477 * gdb.btrace/step.exp: Update "info record" output.
16478 * gdb.btrace/stepi.exp: Update "info record" output.
16479 * gdb.btrace/nohist.exp: Update "info record" output.
16480
16481 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16482
16483 PR gdb/15678
16484 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16485
16486 2015-02-06 Pedro Alves <palves@redhat.com>
16487
16488 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16489 macro.
16490 (seconds_left, again): New globals.
16491 (main): Wait seconds_left in a 1-second sleep loop instead of
16492 sleeping 180 seconds. If 'again' is set, reset the seconds
16493 counter.
16494 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16495 'again' in the inferior before detaching. Print the seconds left.
16496 (options): New global.
16497 (top level): Build program with -DTIMEOUT=$timeout.
16498
16499 2015-02-06 Pedro Alves <palves@redhat.com>
16500
16501 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16502 determine how many seconds to pass to 'alarm'.
16503 * gdb.base/gdb-sigterm.exp (top level): Build program with
16504 -DTIMEOUT=$timeout.
16505 (do_test): Return success/failure indication. Add more verbose
16506 logging. Don't fail if 200 single steps are seen. Instead, fail
16507 when the test times out.
16508 (passes): New global.
16509 (top level): Break the testing loop if testing fails on any
16510 iteration. Use gdb_assert.
16511
16512 2015-02-04 Don Breazeal <donb@codesourcery.com>
16513
16514 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16515 and initialize them.
16516 (ipc_cleanup): New function.
16517 (main): Don't declare shmid, semid, and msqid. Add a call to
16518 atexit so that we call ipc_cleanup on exit.
16519
16520 2015-02-04 Pedro Alves <palves@redhat.com>
16521
16522 * boards/native-extended-gdbserver.exp: Remove any target variant
16523 specifications from the board name before clearing the isremote
16524 flag from board_info.
16525
16526 2015-01-31 Doug Evans <xdje42@gmail.com>
16527
16528 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16529
16530 2015-01-31 Gary Benson <gbenson@redhat.com>
16531
16532 * gdb.base/completion.exp: Disable completion limiting for
16533 existing tests. Add new tests to check completion limiting.
16534 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16535
16536 2015-01-31 Doug Evans <xdje42@gmail.com>
16537
16538 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16539
16540 2015-01-31 Doug Evans <xdje42@gmail.com>
16541
16542 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16543 entries. Duplicate file section script entries.
16544 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16545 inlined entries. Add test for safe-path rejection.
16546 * gdb.python/py-section-script.c: Add duplicate inlined section script
16547 entries. Duplicate file section script entries.
16548 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16549 inlined entries. Add test for safe-path rejection.
16550
16551 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16552
16553 * gdb.ada/disc_arr_bound: New testcase.
16554
16555 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16556
16557 * gdb.ada/mi_var_array: New testcase.
16558
16559 2015-01-27 Doug Evans <dje@google.com>
16560
16561 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16562 Add test for objfile.filename, objfile.username after objfile
16563 has been unloaded.
16564
16565 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16566
16567 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16568 the second test to print the name attribute of value
16569 returned by the call to gdb.lookup_type, and adjust
16570 the expected output accordingly.
16571
16572 2015-01-25 Mark Wielaard <mjw@redhat.com>
16573
16574 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16575 * gdb.base/disp-step-fork.c: Include unistd.h.
16576 * gdb.base/siginfo-obj.c: Include stdio.h.
16577 * gdb.base/siginfo-thread.c: Likewise.
16578 * gdb.mi/non-stop.c: Include unistd.h.
16579 * gdb.mi/nsthrexec.c: Include stdio.h.
16580 * gdb.mi/pthreads.c: Include unistd.h.
16581 * gdb.modula2/unbounded1.c (main): Declare returns int.
16582 * gdb.reverse/consecutive-reverse.c: Likewise.
16583 * gdb.threads/create-fail.c: Include unistd.h.
16584 * gdb.threads/killed.c: Likewise.
16585 * gdb.threads/linux-dp.c: Likewise.
16586 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16587 * gdb.threads/non-ldr-exc-2.c: Likewise.
16588 * gdb.threads/non-ldr-exc-3.c: Likewise.
16589 * gdb.threads/non-ldr-exc-4.c: Likewise.
16590 * gdb.threads/pthreads.c: Include unistd.h.
16591 (main): Declare returns int.
16592 * gdb.threads/tls-main.c (foo): New declaration.
16593 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16594
16595 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16596
16597 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16598 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16599
16600 2015-01-15 Mark Wielaard <mjw@redhat.com>
16601
16602 * gdb.base/noreturn-return.c: New file.
16603 * gdb.base/noreturn-return.exp: New file.
16604 * gdb.base/noreturn-finish.c: New file.
16605 * gdb.base/noreturn-finish.exp: New file.
16606
16607 2015-01-23 Pedro Alves <palves@redhat.com>
16608
16609 * gdb.threads/continue-pending-after-query.c: New file.
16610 * gdb.threads/continue-pending-after-query.exp: New file.
16611
16612 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16613 Simon Marchi <simon.marchi@ericsson.com>
16614
16615 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16616 * gdb.base/valgrind-db-attach.exp: Same.
16617 * gdb.base/valgrind-infcall.exp: Same.
16618 * lib/mi-support.exp (default_mi_gdb_start): Same.
16619 * lib/prompt.exp (default_prompt_gdb_start): Same.
16620 * lib/gdb.exp (default_gdb_spawn): Same.
16621 (gdb_interact): New.
16622
16623
16624 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16625
16626 * gdb.compile/compile.exp (pointer to jit function): New test.
16627
16628 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
16629
16630 * lib/gdb.exp (supports_process_record): Return true for
16631 powerpc*-*-linux*.
16632 (supports_reverse): Likewise.
16633
16634 2015-01-15 Don Breazeal <donb@codesourcery.com>
16635
16636 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16637 instead of checking whether the target board is remote and
16638 use spawn_wait_for_attach instead of exec/sleep.
16639 * gdb.base/attach-twice.exp: Likewise.
16640
16641 2015-01-15 Joel Brobecker <brobecker@adacore.com>
16642
16643 * gdb.ada/var_arr_attrs: New testcase.
16644
16645 2015-01-14 Pedro Alves <palves@redhat.com>
16646 Joel Brobecker <brobecker@adacore.com>
16647
16648 PR gdb/17525
16649 * gdb.base/bp-cmds-execution-x-script.c: New file.
16650 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16651 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16652
16653 2015-01-14 Pedro Alves <palves@redhat.com>
16654
16655 PR cli/17828
16656 * gdb.base/batch-preserve-term-settings.c: New file.
16657 * gdb.base/batch-preserve-term-settings.exp: New file.
16658
16659 2015-01-13 Doug Evans <dje@google.com>
16660
16661 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16662 binary.
16663
16664 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16665
16666 * Makefile.in (clean mostlyclean): Do not delete *.py.
16667
16668 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16669
16670 * gdb.python/py-lookup-type.exp: New file.
16671
16672 2015-01-12 Pedro Alves <palves@redhat.com>
16673
16674 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16675 restore GDBFLAGS before returning.
16676
16677 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16678
16679 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16680 is_amd64_regs_target and is_x86_like_target.
16681
16682 2015-01-11 Doug Evans <xdje42@gmail.com>
16683
16684 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16685 is given without an explicit form.
16686 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16687 attributes.
16688 * gdb.dwarf/corrupt.exp: Ditto.
16689 * gdb.dwarf2/enum-type.exp: Ditto.
16690 * gdb.trace/entry-values.exp: Ditto.
16691 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16692
16693 2015-01-11 Doug Evans <xdje42@gmail.com>
16694
16695 PR gdb/15830
16696 * gdb.base/maint.exp: Remove references to "maint demangle".
16697 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16698 Add tests for explicitly specifying language to demangle.
16699 * gdb.dlang/demangle.exp: Ditto.
16700
16701 2015-01-09 Pedro Alves <palves@redhat.com>
16702
16703 * gdb.threads/non-stop-fair-events.c: New file.
16704 * gdb.threads/non-stop-fair-events.exp: New file.
16705
16706 2015-01-09 Pedro Alves <palves@redhat.com>
16707
16708 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16709 the global scope. Set a breakpoint after all threads are started
16710 rather than stepping over two source lines. Expect the prompt.
16711 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16712 global.
16713 (NUM): Now 15.
16714 (main): Use threads_started_barrier to wait for all threads to
16715 start. Main thread no longer calls thread_function. Exit after
16716 180 seconds.
16717 (loop): New function.
16718 (thread_function): Wait on threads_started_barrier barrier. Call
16719 'loop' at each iteration.
16720 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16721 threads have started, instead of hardcoding number of "next"
16722 steps. Use an access watchpoint instead of a write watchpoint.
16723
16724 2015-01-09 Pedro Alves <palves@redhat.com>
16725
16726 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16727 (thread_func): Wait on barrier.
16728 (main): Wait for all threads to start before stopping GDB.
16729 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16730 global.
16731 (thread1_func, thread2_func): Wait on barrier.
16732 (main): Wait for all threads to start before stopping GDB.
16733 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16734 New global.
16735 (thread1_func, thread2_func): Wait on barrier.
16736 (main): Wait for all threads to start before stopping GDB.
16737
16738 2015-01-09 Pedro Alves <palves@redhat.com>
16739
16740 * gdb.threads/attach-many-short-lived-threads.c: New file.
16741 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16742
16743 2014-01-09 Pedro Alves <palves@redhat.com>
16744
16745 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16746 instead of to thread 2.
16747 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16748 Add barrier around each pthread_create call instead of around all
16749 calls.
16750 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16751 Set a break on thread_function and have the child threads hit it
16752 one at at a time.
16753
16754 2015-01-09 Pedro Alves <palves@redhat.com>
16755
16756 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16757 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16758 false.
16759 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16760 checking whether the target board is remote.
16761 * gdb.multi/multi-attach.exp: Likewise.
16762 * gdb.python/py-sync-interp.exp: Likewise.
16763 * gdb.server/ext-attach.exp: Likewise.
16764 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16765 tests that need to attach, instead of checking whether the target
16766 board is remote at the top of the file.
16767
16768 2015-01-08 Yao Qi <yao@codesourcery.com>
16769
16770 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16771
16772 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16773
16774 Fix testcase compilation.
16775 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16776
16777 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16778
16779 * gdb.python/py-type.exp: Add a couple test about empty
16780 array creation, and negative-length array creation.
16781
16782 2015-01-02 Doug Evans <xdje42@gmail.com>
16783
16784 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16785
16786 2015-01-02 Doug Evans <dje@google.com>
16787
16788 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16789
16790 2014-12-29 Yao Qi <yao@codesourcery.com>
16791
16792 * gdb.trace/entry-values.exp: Update comments. Rename variable
16793 bar_call_foo to returned_from_foo.
16794
16795 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16796
16797 PR gdb/17394
16798 * gdb.linespec/break-asm-file.c: New file.
16799 * gdb.linespec/break-asm-file.exp: New file.
16800 * gdb.linespec/break-asm-file0.s: New file.
16801 * gdb.linespec/break-asm-file1.s: New file.
16802
16803 2014-12-18 Nigel Stephens <nigel@mips.com>
16804 Maciej W. Rozycki <macro@codesourcery.com>
16805
16806 * gdb.base/float.exp: Handle the new output from "info float" on
16807 MIPS targets.
16808
16809 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16810
16811 Fix MinGW compilation.
16812 * gdb.compile/compile-ops.exp: Update untested message if
16813 !skip_compile_feature_tests.
16814 * gdb.compile/compile-setjmp.exp: Likewise.
16815 * gdb.compile/compile-tls.exp: Likewise.
16816 * gdb.compile/compile.exp: Likewise.
16817 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16818 supported on this host".
16819
16820 2014-12-16 Doug Evans <xdje42@gmail.com>
16821
16822 * boards/stabs.exp: New file.
16823
16824 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16825
16826 * gdb.base/completion.exp: Adjust to format changes of "maint
16827 print user-registers".
16828
16829 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16830
16831 PR server/17457
16832 * gdb.arch/aarch64-fp.c: New file.
16833 * gdb.arch/aarch64-fp.exp: New file.
16834
16835 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16836
16837 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16838 r210637, r210913, r211666, r215400, r215817).
16839
16840 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16841 * dg-extract-results.py: New file.
16842 * dg-extract-results.sh: Use it if the environment seems
16843 suitable.
16844
16845 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16846
16847 * dg-extract-results.py (parse_run): Handle warnings that
16848 are printed before a test harness is run.
16849
16850 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16851
16852 * dg-extract-results.py (Named): Remove __cmp__ method.
16853 (output_variation): Use a key to sort variation.harnesses.
16854
16855 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16856
16857 * dg-extract-results.py: For Python 3, force sys.stdout to
16858 handle surrogate escape sequences.
16859 (safe_open): New function.
16860 (output_segment, main): Use it.
16861
16862 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16863
16864 * dg-extract-results.py (Prog.result_re): Include options
16865 in test name.
16866
16867 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16868
16869 * dg-extract-results.py (output_variation): Always sort if
16870 do_sum.
16871
16872 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16873
16874 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16875 as long as we get pagination notifications.
16876
16877 2014-12-15 Jason Merrill <jason@redhat.com>
16878
16879 * Makefile.in (check-gdb.%): Restore.
16880 * README: Mention it.
16881
16882 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16883
16884 * gdb.ada/str_uninit: New testcase.
16885
16886 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16887
16888 PR symtab/17642
16889 * gdb.base/vla-stub-define.c: New file.
16890 * gdb.base/vla-stub.c: New file.
16891 * gdb.base/vla-stub.exp: New file.
16892
16893 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16894 Jan Kratochvil <jan.kratochvil@redhat.com>
16895 Tom Tromey <tromey@redhat.com>
16896
16897 * configure.ac: Add gdb.compile/.
16898 * configure: Regenerate.
16899 * gdb.compile/Makefile.in: New file.
16900 * gdb.compile/compile-ops.exp: New file.
16901 * gdb.compile/compile-ops.c: New file.
16902 * gdb.compile/compile-tls.c: New file.
16903 * gdb.compile/compile-tls.exp: New file.
16904 * gdb.compile/compile-constvar.S: New file.
16905 * gdb.compile/compile-constvar.c: New file.
16906 * gdb.compile/compile-mod.c: New file.
16907 * gdb.compile/compile-nodebug.c: New file.
16908 * gdb.compile/compile-setjmp-mod.c: New file.
16909 * gdb.compile/compile-setjmp.c: New file.
16910 * gdb.compile/compile-setjmp.exp: New file.
16911 * gdb.compile/compile-shlib.c: New file.
16912 * gdb.compile/compile.c: New file.
16913 * gdb.compile/compile.exp: New file.
16914 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16915
16916 2014-12-12 Tom Tromey <tromey@redhat.com>
16917
16918 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16919 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16920
16921 2014-12-12 Doug Evans <dje@google.com>
16922
16923 * lib/gdb-python.exp (get_python_valueof): New function.
16924 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16925
16926 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16927
16928 * gdb.base/completion.exp: Add test for completion of "info
16929 registers ".
16930
16931 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16932
16933 * gdb.base/func-ptrs.c: New file.
16934 * gdb.base/func-ptrs.exp: New file.
16935
16936 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16937
16938 PR breakpoints/17012
16939 * gdb.base/dprintf-detach.c: New file.
16940 * gdb.base/dprintf-detach.exp: New file.
16941
16942 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16943
16944 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16945 * lib/gdb.exp (target_is_gdbserver): New procedure.
16946
16947 2014-12-08 Doug Evans <dje@google.com>
16948
16949 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16950
16951 2014-12-05 Yao Qi <yao@codesourcery.com>
16952
16953 * gdb.guile/scm-error.exp: Remove the third argument to
16954 gdb_remote_download.
16955 * gdb.guile/scm-frame-args.exp: Likewise.
16956 * gdb.guile/scm-section-script.exp: Likewise.
16957
16958 2014-12-05 Yao Qi <yao@codesourcery.com>
16959
16960 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16961
16962 2014-12-04 Doug Evans <dje@google.com>
16963
16964 * gdb.python/py-objfile.exp: Add tests for
16965 objfile.add_separate_debug_file.
16966
16967 2014-12-04 Doug Evans <dje@google.com>
16968
16969 * lib/gdb.exp (get_build_id): New function.
16970 (build_id_debug_filename_get): Rewrite to use it.
16971 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16972
16973 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16974
16975 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16976 `method(long)', not just 0x0.
16977 * gdb.cp/nsalias.exp: Align code labels to 4.
16978 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16979 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16980 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16981 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16982 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16983 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16984
16985 2014-12-02 Doug Evans <dje@google.com>
16986
16987 PR symtab/17602
16988 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16989 * gdb.cp/anon-ns2.cc: ... here. New file.
16990 * gdb.cp/anon-ns.exp: Update.
16991
16992 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
16993
16994 * gdb.python/py-events.py (inferior_call_handler): New.
16995 (register_changed_handler, memory_changed_handler): New.
16996 (test_events.invoke): Register new handlers.
16997 * gdb.python/py-events.exp: Add tests for inferior call,
16998 memory_changed and register_changed events.
16999
17000 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17001
17002 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17003 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17004 if the linker doesn't understand this.
17005
17006 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17007
17008 * gdb.python/python.exp: Change expected reply to help().
17009
17010 2014-12-01 Yao Qi <yao@codesourcery.com>
17011
17012 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17013 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17014 * configure: Re-generated.
17015
17016 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17017
17018 * gdb.cp/chained-calls.cc: New file.
17019 * gdb.cp/chained-calls.exp: New file.
17020 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17021
17022 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17023
17024 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17025 * gdb.dwarf2/symtab-producer.exp: Same.
17026 * gdb.gdb/python-interrupts.exp: Same.
17027 * gdb.gdb/python-selftest.exp: Same.
17028 * gdb.python/py-linetable.exp: Same.
17029 * gdb.python/py-type.exp: Same.
17030 * gdb.python/py-value-cc.exp: Same.
17031 * gdb.python/py-value.exp: Same.
17032
17033 2014-11-28 Yao Qi <yao@codesourcery.com>
17034
17035 * gdb.base/break-probes.exp: Match library name prefixed with
17036 sysroot.
17037
17038 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17039
17040 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17041 test expected output. Add parentheses for the call to print.
17042 Remove L suffix from integers.
17043
17044 2014-11-26 Doug Evans <dje@google.com>
17045
17046 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17047
17048 2014-11-22 Yao Qi <yao@codesourcery.com>
17049
17050 * gdb.trace/entry-values.c: Remove asms.
17051 (foo): Add foo_label.
17052 (bar): Add bar_label.
17053 * gdb.trace/entry-values.exp: Remove code computing foo's
17054 length and bar's length.
17055 (Dwarf::assemble): Invoke function_range for bar and use
17056 MACRO_AT_func for foo.
17057
17058 2014-11-22 Yao Qi <yao@codesourcery.com>
17059
17060 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17061 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17062 Use .Lgcc43_procstart instead of gcc43.
17063
17064 2014-11-21 Joel Brobecker <brobecker@adacore.com>
17065
17066 * gdb.ada/n_arr_bound: New testcase.
17067
17068 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17069
17070 PR breakpoints/10737
17071 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17072 test_catch_syscall_multi_arch.
17073 (test_catch_syscall_multi_arch): New function.
17074
17075 2014-11-20 Doug Evans <xdje42@gmail.com>
17076
17077 * gdb.base/maint.exp: Update expected output.
17078
17079 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17080
17081 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17082 4-byte instruction on S390.
17083
17084 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17085
17086 * gdb.ada/arr_arr: New testcase.
17087
17088 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17089
17090 * gdb.ada/pkd_arr_elem: New Testcase.
17091
17092 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
17093
17094 * gdb.reverse/break-precsave: Expect completion message for
17095 core file reads.
17096 * gdb.reverse/consecutive-precsave.exp: Likewise.
17097 * gdb.reverse/finish-precsave.exp: Likewise.
17098 * gdb.reverse/i386-precsave.exp: Likewise.
17099 * gdb.reverse/machinestate-precsave.exp: Likewise.
17100 * gdb.reverse/sigall-precsave.exp: Likewise.
17101 * gdb.reverse/solib-precsave.exp: Likewise.
17102 * gdb.reverse/step-precsave.exp: Likewise.
17103 * gdb.reverse/until-precsave.exp: Likewise.
17104 * gdb.reverse/watch-precsave.exp: Likewise.
17105
17106 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17107
17108 * gdb.base/bp-permanent.c: Include unistd.h.
17109 * gdb.python/py-framefilter-mi.c (main): Add return type.
17110 * gdb.python/py-framefilter.c (main): Likewise.
17111 * gdb.trace/actions-changed.c (main): Likewise.
17112
17113 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17114
17115 * gdb.mi/until.c: Add eye-catchers.
17116 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17117 line numbers.
17118
17119 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17120
17121 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17122 function header variants in break1.c.
17123 * gdb.base/ena-dis-br.exp: Likewise.
17124 * gdb.base/hbreak2.exp: Likewise.
17125 * gdb.reverse/until-precsave.exp: Drop references to removed
17126 non-prototype function header variants in ur1.c.
17127 * gdb.reverse/until-reverse.exp: Likewise.
17128
17129 2014-11-17 Petr Machata <pmachata@redhat.com>
17130
17131 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17132 ${_cu_offset_size} bytes abbrev offset.
17133
17134 2014-11-15 Doug Evans <xdje42@gmail.com>
17135
17136 PR symtab/17559
17137 * gdb.base/line-symtabs.exp: New file.
17138 * gdb.base/line-symtabs.c: New file.
17139 * gdb.base/line-symtabs.h: New file.
17140
17141 2014-11-14 Yao Qi <yao@codesourcery.com>
17142
17143 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17144 (func): Add label func_label.
17145 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17146 Replace low_pc and high_pc with MACRO_AT_range.
17147 Replace name, low_pc and high_pc with MACRO_AT_func.
17148
17149 2014-11-14 Yao Qi <yao@codesourcery.com>
17150
17151 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17152 Replace name, low_pc and high_pc with MACRO_AT_func.
17153
17154 2014-11-14 Yao Qi <yao@codesourcery.com>
17155
17156 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17157 produce debug information.
17158 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17159
17160 2014-11-14 Yao Qi <yao@codesourcery.com>
17161
17162 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17163 object and get function length.
17164 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17165 with MACRO_AT_func.
17166 (top-level): Replace gdb_compile and clean_restart with
17167 prepare_for_testing.
17168 * gdb.dwarf2/main.c (main): Add label main_label.
17169
17170 2014-11-14 Yao Qi <yao@codesourcery.com>
17171
17172 * lib/dwarf.exp (function_range): New procedure.
17173 (Dwarf::_handle_macro_at_func): New procedure.
17174 (Dwarf::_handle_macro_at_range): New procedure.
17175 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17176
17177 2014-11-14 Yao Qi <yao@codesourcery.com>
17178
17179 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17180 (_handle_attribute): New procedure.
17181
17182 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17183
17184 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17185 * gdb.base/call-sc.c (zed): Likewise.
17186 * gdb.base/checkpoint.c (main): Likewise.
17187 * gdb.base/dump.c (main): Likewise.
17188 * gdb.base/gcore.c (main): Likewise.
17189 * gdb.base/huge.c (main): Likewise.
17190 * gdb.base/multi-forks.c (main): Likewise.
17191 * gdb.base/pr10179-a.c (main): Likewise.
17192 * gdb.base/savedregs.c (main): Likewise.
17193 * gdb.base/sigaltstack.c (main): Likewise.
17194 * gdb.base/siginfo.c (main): Likewise.
17195 * gdb.base/structs.c (zed): Likewise.
17196 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17197 * gdb.mi/mi-syn-frame.c (main): Likewise.
17198 * gdb.mi/until.c (foo, main): Likewise.
17199 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17200 * gdb.base/solib-weak.c (foo): Declare.
17201 * gdb.base/attach-twice.c: Include stdio.h.
17202 * gdb.base/weaklib1.c: Likewise.
17203 * gdb.base/weaklib2.c: Likewise.
17204 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17205 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17206 unistd.h.
17207 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17208 * gdb.mi/mi-exit-code.c: Likewise.
17209 * gdb.base/break-interp-lib.c: Include string.h.
17210 * gdb.base/coremaker.c: Likewise.
17211 * gdb.base/testenv.c: Likewise.
17212 * gdb.python/py-finish-breakpoint.c: Likewise.
17213 * gdb.base/inferior-died.c: Include sys/wait.h.
17214 * gdb.base/fileio.c: Include time.h.
17215 * gdb.base/async-shell.c: Include unistd.h.
17216 * gdb.base/dprintf-non-stop.c: Likewise.
17217 * gdb.base/info-os.c: Likewise.
17218 * gdb.mi/mi-console.c: Likewise.
17219 * gdb.mi/watch-nonstop.c: Likewise.
17220 * gdb.python/py-events.c: Likewise.
17221 * gdb.base/async.c (baz): Move up before its invocation.
17222 * gdb.base/code_elim2.c (my_global_func): Likewise.
17223 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17224 * gdb.base/advance.c (func2): Likewise.
17225
17226 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17227
17228 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17229 variant.
17230 * gdb.base/annota3.c: Likewise.
17231 * gdb.base/async.c: Likewise.
17232 * gdb.base/average.c: Likewise.
17233 * gdb.base/call-ar-st.c: Likewise.
17234 * gdb.base/call-rt-st.c: Likewise.
17235 * gdb.base/call-sc.c: Likewise.
17236 * gdb.base/call-strs.c: Likewise.
17237 * gdb.base/ending-run.c: Likewise.
17238 * gdb.base/execd-prog.c: Likewise.
17239 * gdb.base/exprs.c: Likewise.
17240 * gdb.base/foll-exec.c: Likewise.
17241 * gdb.base/foll-fork.c: Likewise.
17242 * gdb.base/foll-vfork.c: Likewise.
17243 * gdb.base/funcargs.c: Likewise.
17244 * gdb.base/gcore.c: Likewise.
17245 * gdb.base/jump.c: Likewise.
17246 * gdb.base/langs0.c: Likewise.
17247 * gdb.base/langs1.c: Likewise.
17248 * gdb.base/langs2.c: Likewise.
17249 * gdb.base/mips_pro.c: Likewise.
17250 * gdb.base/nodebug.c: Likewise.
17251 * gdb.base/opaque0.c: Likewise.
17252 * gdb.base/opaque1.c: Likewise.
17253 * gdb.base/recurse.c: Likewise.
17254 * gdb.base/run.c: Likewise.
17255 * gdb.base/scope0.c: Likewise.
17256 * gdb.base/scope1.c: Likewise.
17257 * gdb.base/setshow.c: Likewise.
17258 * gdb.base/setvar.c: Likewise.
17259 * gdb.base/shmain.c: Likewise.
17260 * gdb.base/shr1.c: Likewise.
17261 * gdb.base/shr2.c: Likewise.
17262 * gdb.base/sigall.c: Likewise.
17263 * gdb.base/signals.c: Likewise.
17264 * gdb.base/so-indr-cl.c: Likewise.
17265 * gdb.base/solib2.c: Likewise.
17266 * gdb.base/structs.c: Likewise.
17267 * gdb.base/sum.c: Likewise.
17268 * gdb.base/vforked-prog.c: Likewise.
17269 * gdb.base/watchpoint.c: Likewise.
17270 * gdb.reverse/shr2.c: Likewise.
17271 * gdb.reverse/until-reverse.c: Likewise.
17272 * gdb.reverse/ur1.c: Likewise.
17273 * gdb.reverse/watch-reverse.c: Likewise.
17274
17275 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17276
17277 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17278 variant.
17279 * gdb.base/sepdebug.exp: Drop references to removed code.
17280
17281 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17282
17283 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17284 variant. Preserve original line numbering.
17285 * gdb.base/list1.c: Likewise.
17286
17287 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17288
17289 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17290 variant.
17291 * gdb.base/break1.c: Likewise.
17292 * gdb.base/break.exp: Drop references to removed code.
17293
17294 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17295
17296 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17297 variant.
17298
17299 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17300
17301 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17302
17303 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17304
17305 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17306 logic into perform_all_tests() and invoke it with and without
17307 function header prototypes.
17308 (do_function_calls): Remove conditional XFAIL for PR 5318.
17309 (rerun_and_prepare): Remove duplicate code.
17310 (perform_all_tests): New. Main logic moved here.
17311
17312 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17313
17314 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17315 code guarded by #ifdef NO_PROTOTYPES.
17316 (t_double_many_args): Likewise.
17317 (DEF_FUNC_MANY_ARGS_1): Likewise.
17318 (DEF_FUNC_VALUES_1): Likewise.
17319 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17320 guarded by #ifdef PROTOTYPES.
17321
17322 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17323
17324 * gdb.mi/mi-console.c: Add eye-catcher.
17325 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17326 instead of literal line number.
17327
17328 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17329
17330 * gdb.base/shr2.c: Add eye-catcher.
17331 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17332 line number.
17333
17334 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17335
17336 * gdb.base/jump.c: Add eye-catchers.
17337 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17338 numbers.
17339
17340 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17341
17342 * gdb.base/execd-prog.c: Add eye-catchers.
17343 * gdb.base/foll-exec.c: Likewise.
17344 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17345 line numbers.
17346
17347 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17348
17349 * gdb.base/ending-run.c: Add eye-catchers.
17350 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17351 literal line numbers.
17352
17353 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17354
17355 * gdb.base/call-rt-st.c: Add eye-catchers.
17356 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17357 literal line numbers.
17358
17359 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17360
17361 * gdb.base/call-ar-st.c: Add eye-catchers.
17362 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17363 literal line numbers.
17364
17365 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17366
17367 * gdb.base/average.c: Add eye-catchers.
17368 * gdb.base/sum.c: Likewise.
17369 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17370 regexps dynamically.
17371
17372 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17373
17374 * gdb.base/solib1.c: Add eye-catchers.
17375 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17376 literal line numbers.
17377
17378 2014-11-12 Pedro Alves <palves@redhat.com>
17379
17380 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17381 leader has exited.
17382
17383 2014-11-12 Pedro Alves <palves@redhat.com>
17384
17385 * gdb.arch/i386-bp_permanent.c: New file.
17386 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17387 (srcfile): Set to i386-bp_permanent.c.
17388 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17389 that stepi does not execute the 'leave' instruction, instead of
17390 testing it does execute.
17391 * gdb.base/bp-permanent.c: New file.
17392 * gdb.base/bp-permanent.exp: New file.
17393
17394 2014-11-10 Doug Evans <xdje42@gmail.com>
17395
17396 PR symtab/17564
17397 * gdb.base/symtab-search-order.exp: New file.
17398 * gdb.base/symtab-search-order.c: New file.
17399 * gdb.base/symtab-search-order-1.c: New file.
17400 * gdb.base/symtab-search-order-shlib-1.c: New file.
17401
17402 2014-11-07 Pedro Alves <palves@redhat.com>
17403
17404 PR gdb/17511
17405 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17406 i?86-*-linux*.
17407
17408 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17409
17410 PR c++/17494
17411 * gdb.cp/pr17494.cc: New file.
17412 * gdb.cp/pr17494.exp: New file.
17413
17414 2014-11-02 Yao Qi <yao@codesourcery.com>
17415
17416 * gdb.python/python.exp: Get working directory and match the
17417 output of "set extended-prompt \\w " with it.
17418
17419 2014-10-30 Doug Evans <dje@google.com>
17420
17421 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17422 in objfiles.
17423 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17424 in progspaces.
17425
17426 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
17427
17428 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17429 * gdb.base/realname-expand.exp: Likewise.
17430 * gdb.linespec/macro-relative.exp: Likewise.
17431
17432 2014-10-29 Pedro Alves <palves@redhat.com>
17433
17434 PR gdb/17408
17435 * gdb.threads/schedlock.c (some_function): New function.
17436 (call_function): New global.
17437 (MAYBE_CALL_SOME_FUNCTION): New macro.
17438 (thread_function): Call it.
17439 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17440 and use it instead of a global counter. Adjust all callers.
17441 (get_current_thread): Use "find current thread" for test message
17442 here rather than having all callers pass down the same string.
17443 (goto_loop): New procedure, factored out from ...
17444 (my_continue): ... this.
17445 (step_ten_loops): Change parameter from test message to command to
17446 use. Adjust.
17447 (list_count): Delete global.
17448 (check_result): New procedure, factored out from duplicate top
17449 level code.
17450 (continue tests): Wrap in with_test_prefix.
17451 (test_step): New procedure, factored out from duplicate top level
17452 code.
17453 (top level): Test "step" in combination with all scheduler-locking
17454 modes. Test "next" in combination with all scheduler-locking
17455 modes, and in combination with stepping over a function call or
17456 not.
17457 * gdb.threads/next-bp-other-thread.c: New file.
17458 * gdb.threads/next-bp-other-thread.exp: New file.
17459
17460 2014-10-29 Pedro Alves <palves@redhat.com>
17461
17462 PR python/17372
17463 * gdb.python/python.exp: Test a multi-line command that spawns
17464 interactive Python.
17465 * gdb.base/multi-line-starts-subshell.exp: New file.
17466
17467 2014-10-29 Yao Qi <yao@codesourcery.com>
17468
17469 * gdb.base/fileio.exp: Make directories on host.
17470
17471 2014-10-29 Yao Qi <yao@codesourcery.com>
17472
17473 * gdb.base/fileio.c (test_write): Close the file.
17474
17475 2014-10-28 Pedro Alves <palves@redhat.com>
17476
17477 PR gdb/12623
17478 * gdb.base/sigstep.c (no_handler): New global.
17479 (main): If 'no_handler is true, set the signal handlers to
17480 SIG_IGN.
17481 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17482 with_sw_watch and no_handler parameters. Handle them.
17483 (top level) <stepping over handler when stopped at a breakpoint
17484 test>: Add a test axis for testing with a software watchpoint, and
17485 another for testing with the signal handler set to SIG_IGN.
17486 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17487 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17488
17489 2014-10-28 Pedro Alves <palves@redhat.com>
17490
17491 PR gdb/17511
17492 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17493 * gdb.base/sigstep.exp (other_handler_location): New global.
17494 (advance): Support stepping into the signal handler, and running
17495 commands while in the handler.
17496 (in_handler_map): New global.
17497 (top level): In the advance test, add combinations for getting
17498 into the handler with stepping commands, and for running commands
17499 in the handler. Add comment descripting the advancei tests.
17500
17501 2014-10-28 Pedro Alves <palves@redhat.com>
17502
17503 * gdb.base/sigstep.exp: Use build_executable instead of
17504 prepare_for_testing.
17505 (top level): Move code that starts GDB, runs to main and creates a
17506 display to ...
17507 (restart): ... this new procedure.
17508 (top level): Move backtrace from signal handler test to ...
17509 (validate_backtrace): ... this new procedure.
17510 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17511 with_test_prefix. Always restart GDB.
17512 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17513 with_test_prefix. Always restart GDB. No need to delete
17514 breakpoints after the test.
17515 (test_skip_handler): Remove prefix parameter.
17516 (skip_over_handler, breakpoint_to_handler)
17517 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17518 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17519 restart GDB. No need to delete breakpoints after the test.
17520 (top level): Use foreach to call the test procedures with
17521 different commands.
17522
17523 2014-10-28 Pedro Alves <palves@redhat.com>
17524
17525 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17526 instead of GNATS numbers.
17527 * gdb.base/sigbpt.exp: Likewise.
17528 * gdb.base/siginfo.exp: Likewise.
17529 * gdb.base/sigstep.exp: Likewise.
17530
17531 2014-10-27 Pedro Alves <palves@redhat.com>
17532
17533 * gdb.base/sigstep.c (dummy): New global.
17534 (main): Issue a couple writes to the new global.
17535 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17536 procedures.
17537 (skip_over_handler): Use test_skip_handler.
17538 (top level): Call skip_over_handler for stepi and nexti too.
17539 (breakpoint_over_handler): Use test_skip_handler.
17540 (top level): Call breakpoint_over_handler for stepi and nexti too.
17541
17542 2014-10-27 Yao Qi <yao@codesourcery.com>
17543
17544 * gdb.trace/tfile.c (adjust_function_address)
17545 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17546 function descriptor.
17547
17548 2014-10-24 Don Breazeal <donb@codesourcery.com>
17549
17550 * gdb.base/foll-fork.exp (test_follow_fork,
17551 catch_fork_child_follow): Check for updated fork messages emitted
17552 from infrun.c.
17553 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17554 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17555 vfork_and_exec_child_follow_through_step): Check for updated vfork
17556 messages emitted from infrun.c.
17557
17558 2014-10-24 Pedro Alves <palves@redhat.com>
17559
17560 * gdb.base/corefile.exp: Remove references to ultrix.
17561 * gdb.base/interrupt.exp: Likewise.
17562 * gdb.base/whatis.exp: Likewise.
17563 * gdb.gdb/selftest.exp: Likewise.
17564 * gdb.threads/manythreads.exp: Likewise.
17565 * gdb.threads/print-threads.exp: Likewise.
17566 * gdb.threads/pthreads.exp:: Likewise.
17567 * gdb.threads/schedlock.exp: Likewise.
17568
17569 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17570
17571 * gdb.cp/non-trivial-retval.cc: Add a test case.
17572 * gdb.cp/non-trivial-retval.exp: Add a test.
17573
17574 2014-10-20 Yao Qi <yao@codesourcery.com>
17575
17576 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17577 * gdb.python/py-objfile-script-gdb.py: New file.
17578 * gdb.python/py-objfile-script.exp: Update reference to
17579 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17580 of remote_download. Remove the dest file.
17581
17582 2014-10-20 Yao Qi <yao@codesourcery.com>
17583
17584 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17585 * gdb.base/step-line.exp: Likewise.
17586 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17587 * gdb.dwarf2/dw2-basic.exp: Likewise.
17588 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17589 * gdb.dwarf2/dw2-filename.exp: Likewise.
17590 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17591 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17592 * gdb.dwarf2/dw2-producer.exp: Likewise.
17593 * gdb.dwarf2/mac-fileno.exp: Likewise.
17594 * gdb.python/py-frame-args.exp: Likewise.
17595 * gdb.python/py-framefilter.exp: Likewise.
17596 * gdb.python/py-mi.exp: Likewise.
17597 * gdb.python/py-objfile-script.exp: Likewise
17598 * gdb.python/py-pp-integral.exp: Likewise.
17599 * gdb.python/py-pp-re-notag.exp: Likewise.
17600 * gdb.python/py-prettyprint.exp: Likewise.
17601 * gdb.python/py-section-script.exp: Likewise.
17602 * gdb.python/py-typeprint.exp: Likewise.
17603 * gdb.python/py-xmethods.exp: Likewise.
17604 * gdb.stabs/weird.exp: Likewise.
17605 * gdb.xml/tdesc-regs.exp: Likewise.
17606
17607 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17608
17609 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17610 (out_cu): Use addr_len for the size of addresses.
17611 (out_line): Likewise. Size DW_LNE_set_address instruction
17612 according to addr_len.
17613 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17614 (FUNC): Add START_INSNS to definition.
17615
17616 2014-10-18 Yao Qi <yao@codesourcery.com>
17617
17618 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17619 gdb_has_argv0 return true.
17620 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17621 check [target_info exists noargs], check [gdb_has_argv0]
17622 instead.
17623 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17624 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17625 procedures.
17626
17627 2014-10-17 Doug Evans <dje@google.com>
17628
17629 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17630 event.
17631 * gdb.python/py-events.py: Add clear_objfiles event.
17632
17633 2014-10-17 Doug Evans <dje@google.com>
17634
17635 * gdb.python/py-objfile.exp: Test progspace attribute.
17636
17637 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
17638
17639 * gdb.guile/scm-breakpoint.exp: Do not assume any
17640 directory separators when matching source file paths.
17641 * gdb.python/py-breakpoint.exp: Likewise.
17642 * gdb.reverse/break-precsave.exp: Likewise.
17643 * gdb.reverse/break-reverse.exp: Likewise.
17644 * gdb.reverse/consecutive-precsave.exp: Likewise.
17645 * gdb.reverse/finish-precsave.exp: Likewise.
17646 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17647 * gdb.reverse/finish-reverse.exp: Likewise.
17648 * gdb.reverse/i386-precsave.exp: Likewise.
17649 * gdb.reverse/i387-env-reverse.exp: Likewise.
17650 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17651 * gdb.reverse/machinestate-precsave.exp: Likewise.
17652 * gdb.reverse/machinestate.exp: Likewise.
17653 * gdb.reverse/sigall-precsave.exp: Likewise.
17654 * gdb.reverse/solib-precsave.exp: Likewise.
17655 * gdb.reverse/step-precsave.exp: Likewise.
17656 * gdb.reverse/until-precsave.exp: Likewise.
17657 * gdb.reverse/watch-precsave.exp: Likewise.
17658 * gdb.reverse/watch-reverse.exp: Likewise.
17659
17660 2014-10-17 Yao Qi <yao@codesourcery.com>
17661
17662 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17663 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17664
17665 2014-10-17 Pedro Alves <palves@redhat.com>
17666
17667 PR gdb/17471
17668 * gdb.base/bg-execution-repeat.c: New file.
17669 * gdb.base/bg-execution-repeat.exp: New file.
17670
17671 2014-10-17 Pedro Alves <palves@redhat.com>
17672
17673 PR gdb/17300
17674 * gdb.base/continue-all-already-running.c: New file.
17675 * gdb.base/continue-all-already-running.exp: New file.
17676
17677 2014-10-17 Pedro Alves <palves@redhat.com>
17678
17679 PR gdb/17472
17680 * gdb.base/annota-input-while-running.c: New file.
17681 * gdb.base/annota-input-while-running.exp: New file.
17682
17683 2014-10-17 Pedro Alves <palves@redhat.com>
17684
17685 * gdb.base/callfuncs.exp: emove references to osf.
17686 * gdb.base/sigall.exp: Likewise.
17687 * gdb.gdb/selftest.exp: Likewise.
17688 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17689 * gdb.mi/non-stop.c: Likewise.
17690 * gdb.mi/pthreads.c: Likewise.
17691 * gdb.reverse/sigall-precsave.exp: Likewise.
17692 * gdb.reverse/sigall-reverse.exp: Likewise.
17693 * gdb.threads/pthreads.c: Likewise.
17694 * gdb.threads/pthreads.exp: Likewise.
17695
17696 2014-10-17 Yao Qi <yao@codesourcery.com>
17697
17698 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17699 check 'target_info exists noargs'.
17700 (test_command_prompt_position): Likewise.
17701 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17702 Remove "set args".
17703 (progvar_simple_while_test): Likewise.
17704 (progvar_complex_if_while_test): Likewise.
17705 (if_while_breakpoint_command_test): Likewise.
17706 (infrun_breakpoint_command_test): Likewise.
17707 (breakpoint_command_test): Likewise.
17708 (watchpoint_command_test): Likewise.
17709 (bp_deleted_in_command_test): Likewise.
17710 (temporary_breakpoint_commands): Likewise.
17711
17712 2014-10-16 Yao Qi <yao@codesourcery.com>
17713
17714 * gdb.base/remotetimeout.exp: Remove noargs checking.
17715
17716 2014-10-15 Pedro Alves <palves@redhat.com>
17717
17718 PR breakpoints/9649
17719 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17720 * gdb.base/breakpoint-in-ro-region.exp
17721 (probe_target_hardware_step): New procedure.
17722 (top level): Probe hardware stepping and hardware breakpoint
17723 support. Test stepping through a read-only region, with both
17724 "breakpoint auto-hw" on and off and both "always-inserted" on and
17725 off.
17726
17727 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17728
17729 * gdb.dlang/demangle.exp: Update for demangling changes.
17730
17731 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17732
17733 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17734 * gdb.cp/non-trivial-retval.exp: Add new tests.
17735
17736 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17737
17738 PR c++/13403
17739 PR c++/15154
17740 * gdb.cp/non-trivial-retval.cc: New file.
17741 * gdb.cp/non-trivial-retval.exp: New file.
17742
17743 2014-10-15 Yao Qi <yao@codesourcery.com>
17744
17745 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17746 remote host.
17747
17748 2014-10-15 Yao Qi <yao@codesourcery.com>
17749
17750 * gdb.python/py-symbol.exp: Match file base name if host is
17751 remote, otherwise match file name with dir name.
17752 * gdb.python/py-symtab.exp: Likewise.
17753 * gdb.python/python.exp: Likewise.
17754
17755 2014-10-15 Yao Qi <yao@codesourcery.com>
17756
17757 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17758 pattern.
17759 * gdb.python/py-symtab.exp: Likewise.
17760 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17761 locationn.
17762
17763 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17764
17765 * gdb.ada/addr_arith: New testcase.
17766
17767 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17768
17769 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17770 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17771 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17772 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17773
17774 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17775
17776 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17777 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17778 * gdb.arch/stap-eval-lang-ada.exp: New file.
17779
17780 2014-10-14 Yao Qi <yao@codesourcery.com>
17781
17782 * gdb.mi/mi-var-child.c (nothing1): New function.
17783 (nothing2): New function.
17784 (do_children_tests): Set function pointers by nothing1 and
17785 nothing2.
17786 * gdb.mi/mi-var-child.exp: Step over new added statements.
17787 Update test to match the new output.
17788 * gdb.mi/var-cmd.c (nothing1): New function.
17789 (nothing2): New function.
17790 (do_children_tests): Set function pointers by nothing1 and
17791 nothing2.
17792 * gdb.mi/mi-var-display.exp: Update test to match output.
17793 Step to the line specified by $line_dct_nothing.
17794 Increase the number of lines to step.
17795
17796 2014-10-14 Yao Qi <yao@codesourcery.com>
17797
17798 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17799 tests.
17800 * gdb.mi/mi2-var-child.exp: Likewise.
17801
17802 2014-10-13 Doug Evans <dje@google.com>
17803
17804 * gdb.python/py-objfile.exp: Change name of file name test.
17805
17806 2014-10-13 Doug Evans <dje@google.com>
17807
17808 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17809 from the start of the CU.
17810
17811 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17812 Yao Qi <yao@codesourcery.com>
17813
17814 Fix "save breakpoints" for "catch" command.
17815 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17816 Remove -nonewline. Match also the added "main" line.
17817
17818 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17819
17820 Fix "save breakpoints" for "disable $bpnum" command.
17821 * gdb.base/save-bp.c (main): Add label.
17822 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17823
17824 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17825
17826 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17827
17828 2014-10-11 Yao Qi <yao@codesourcery.com>
17829
17830 * gdb.server/server-kill.exp: Execute command
17831 "set remote trace-status-packet on" before "tstatus".
17832
17833 2014-10-11 Yao Qi <yao@codesourcery.com>
17834
17835 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17836 (main): Call getppid.
17837 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17838 and continue to it. Read variable "server_pid".
17839
17840 2014-10-11 Yao Qi <yao@codesourcery.com>
17841
17842 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17843
17844 2014-10-11 Yao Qi <yao@codesourcery.com>
17845
17846 * gdb.threads/thread-find.exp: Don't execute command
17847 "info threads".
17848 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17849 * gdb.threads/linux-dp.exp: Don't check the condition
17850 $threads_created equals to zero.
17851
17852 2014-10-10 Pedro Alves <palves@redhat.com>
17853
17854 * gdb.base/bigcore.exp: Remove references to IRIX.
17855 * gdb.base/funcargs.exp: Likewise.
17856 * gdb.base/interrupt.exp: Likewise.
17857 * gdb.base/mips_pro.exp: Likewise.
17858 * gdb.base/nodebug.exp: Likewise.
17859 * gdb.base/setvar.exp: Likewise.
17860 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17861
17862 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17863 Pedro Alves <palves@redhat.com>
17864
17865 PR symtab/14466
17866 * gdb.base/vdso-warning.c: New file.
17867 * gdb.base/vdso-warning.exp: New file.
17868
17869 2014-10-02 Doug Evans <dje@google.com>
17870
17871 * gdb.base/structs.c (main): Don't run forever.
17872
17873 2014-10-02 Pedro Alves <palves@redhat.com>
17874
17875 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17876 (top level) <stop threads 1, stop threads 2>: Use it.
17877
17878 2014-10-02 Pedro Alves <palves@redhat.com>
17879
17880 * gdb.threads/break-while-running.exp (test): Add new
17881 'update_thread_list' argument. Skip "info threads" if false.
17882 (top level): Add new 'update_thread_list' axis.
17883
17884 2014-10-02 Pedro Alves <palves@redhat.com>
17885
17886 PR breakpoints/17431
17887 * gdb.base/execl-update-breakpoints.c: New file.
17888 * gdb.base/execl-update-breakpoints.exp: New file.
17889
17890 2014-10-01 Pedro Alves <palves@redhat.com>
17891
17892 * gdb.base/breakpoint-in-ro-region.c: New file.
17893 * gdb.base/breakpoint-in-ro-region.exp: New file.
17894
17895 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17896
17897 * gdb.mi/mi-exit-code.exp: New file.
17898 * gdb.mi/mi-exit-code.c: New file.
17899
17900 2014-09-30 Yao Qi <yao@codesourcery.com>
17901
17902 * lib/prelink-support.exp (build_executable_own_libs): Error if
17903 the target isn't native.
17904
17905 2014-09-30 Yao Qi <yao@codesourcery.com>
17906
17907 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17908 false.
17909
17910 2014-09-22 Pedro Alves <palves@redhat.com>
17911
17912 * gdb.threads/break-while-running.exp: New file.
17913 * gdb.threads/break-while-running.c: New file.
17914
17915 2014-09-19 Yao Qi <yao@codesourcery.com>
17916
17917 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17918 Invoke test. Restart GDB with --readnow and invoke test again.
17919
17920 2014-09-19 Yao Qi <yao@codesourcery.com>
17921
17922 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17923 proc set_breakpoint_on_gcd_function. Invoke
17924 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17925 invoke set_breakpoint_on_gcd_function again.
17926
17927 2014-09-18 Doug Evans <dje@google.com>
17928
17929 * gdb.dwarf2/symtab-producer.exp: New file.
17930
17931 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17932
17933 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17934 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17935 * gdb.base/global-var-nested-by-dso.c: Likewise.
17936 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17937
17938 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17939 Pedro Alves <palves@redhat.com>
17940
17941 * gdb.base/watch-bitfields.exp: Pass string other than test file
17942 name to prepare_for_testing.
17943 (watch): New procedure.
17944 (expect_watchpoint): Use with_test_prefix.
17945 (top level): Factor out tests to ...
17946 (test_watch_location, test_regular_watch): ... these new
17947 procedures, and use with_test_prefix and gdb_continue_to_end.
17948
17949 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17950
17951 PR breakpoints/12526
17952 * gdb.base/watch-bitfields.exp: New file.
17953 * gdb.base/watch-bitfields.c: New file.
17954
17955 2014-09-16 Pedro Alves <palves@redhat.com>
17956
17957 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17958 software and hardware addresses, not software address against
17959 itself.
17960
17961 2014-09-16 Pedro Alves <palves@redhat.com>
17962
17963 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17964 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17965
17966 2014-09-16 Pedro Alves <palves@redhat.com>
17967
17968 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17969 files.
17970 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17971 "*-*-vxworks*" throughout.
17972 * gdb.base/break.exp: Likewise.
17973 * gdb.base/default.exp: Likewise.
17974 * gdb.base/scope.exp: Likewise.
17975 * gdb.base/sepdebug.exp: Likewise.
17976 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17977 throughout.
17978 * gdb.base/run.c: Likewise.
17979 * gdb.base/sepdebug.c: Likewise.
17980 * gdb.hp/gdb.aCC/run.c: Likewise.
17981 * gdb.reverse/until-reverse.c: Likewise.
17982 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17983
17984 2014-09-16 Yao Qi <yao@codesourcery.com>
17985
17986 * boards/local-remote-host-native.exp: New file.
17987
17988 2014-09-14 Doug Evans <xdje42@gmail.com>
17989
17990 * gdb.threads/queue-signal.c (thread_count): New variable.
17991 (thread_count_mutex, thread_count_condvar): New variables.
17992 (incr_thread_count, wait_all_threads_running): New functions.
17993 (main): Wait for all threads to be in their thread functions.
17994
17995 2014-09-13 Doug Evans <xdje42@gmail.com>
17996
17997 * gdb.threads/queue-signal.c: New file.
17998 * gdb.threads/queue-signal.exp: New file.
17999
18000 2014-09-13 Doug Evans <xdje42@gmail.com>
18001
18002 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18003 be consistent with what default_gdb_init uses.
18004 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18005 the plain text of the prompt. Add some logging printfs.
18006 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18007
18008 2014-09-12 Pedro Alves <palves@redhat.com>
18009
18010 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18011 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18012 * gdb.arch/i386-size-overlap.exp: Likewise.
18013 * gdb.arch/i386-size.exp: Likewise.
18014 * gdb.arch/i386-unwind.exp: Likewise.
18015 * gdb.base/a2-run.exp: Likewise.
18016 * gdb.base/break.exp: Likewise.
18017 * gdb.base/charset.exp: Likewise.
18018 * gdb.base/chng-syms.exp: Likewise.
18019 * gdb.base/commands.exp: Likewise.
18020 * gdb.base/dbx.exp: Likewise.
18021 * gdb.base/find.exp: Likewise.
18022 * gdb.base/funcargs.exp: Likewise.
18023 * gdb.base/jit-simple.exp: Likewise.
18024 * gdb.base/reread.exp: Likewise.
18025 * gdb.base/sepdebug.exp: Likewise.
18026 * gdb.base/step-bt.exp: Likewise.
18027 * gdb.cp/mb-inline.exp: Likewise.
18028 * gdb.cp/mb-templates.exp: Likewise.
18029 * gdb.objc/basicclass.exp: Likewise.
18030 * gdb.threads/killed.exp: Likewise.
18031
18032 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18033
18034 PR tdep/17379
18035 * gdb.arch/powerpc-stackless.S: New file.
18036 * gdb.arch/powerpc-stackless.exp: New file.
18037
18038 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18039
18040 * gdb.base/attach.c: Include unistd.h.
18041 (main): Call alarm. Add label postloop.
18042 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18043 gdb_breakpoint, gdb_continue_to_breakpoint.
18044 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18045
18046 2014-09-11 Pedro Alves <palves@redhat.com>
18047
18048 PR gdb/17347
18049 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18050 * gdb.base/attach.exp (test_command_line_attach_run): New
18051 procedure.
18052 (top level): Call it.
18053
18054 2014-09-11 Pedro Alves <palves@redhat.com>
18055
18056 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18057 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18058 (do_command_attach_tests): Use spawn_wait_for_attach.
18059 * gdb.base/solib-overlap.exp: Likewise.
18060 * gdb.multi/multi-attach.exp: Likewise.
18061 * gdb.python/py-prompt.exp: Likewise.
18062 * gdb.python/py-sync-interp.exp: Likewise.
18063 * gdb.server/ext-attach.exp: Likewise.
18064
18065 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18066
18067 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18068 command in testcase. Simplify testcase.
18069
18070 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18071
18072 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18073
18074 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18075
18076 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18077
18078 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18079
18080 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18081
18082 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18083
18084 * gdb.dwarf2/dynarr-ptr.c: New file.
18085 * gdb.dwarf2/dynarr-ptr.exp: New file.
18086
18087 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18088
18089 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18090 of 30 rather than hardcoding 120 for a slow test case. Take the
18091 `gdb,timeout' target setting into account for this calculation.
18092 Don't extend the timeout for the test cases that don't need it.
18093
18094 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18095
18096 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18097 a factor of 2 for a slow test case. Take the `gdb,timeout'
18098 target setting into account for this calculation.
18099 * gdb.reverse/until-precsave.exp: Increase the timeout by
18100 a factor of 15 and 3 respectively rather than adding 120
18101 for a pair of slow test cases. Take the `gdb,timeout'
18102 target setting into account for this calculation.
18103
18104 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18105
18106 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18107 timeout, don't pass one down to gdb_expect.
18108 (gdb_expect): Rework timeout selection.
18109
18110 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18111
18112 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18113 exception on timeout.
18114 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18115 (gdbserver_start_extended): Catch any `gdbserver_start' error
18116 exceptions.
18117 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18118 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18119 `gdbserver_gdb_load' error exceptions.
18120
18121 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18122
18123 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18124 120 on waiting for the TCP socket to open.
18125
18126 2014-09-09 Doug Evans <xdje42@gmail.com>
18127
18128 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18129 _caller_matches, _any_caller_is, _any_caller_matches.
18130
18131 2014-09-09 Doug Evans <xdje42@gmail.com>
18132
18133 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18134
18135 2014-09-09 Yao Qi <yao@codesourcery.com>
18136
18137 * gdb.mi/mi-var-display.exp: Set print symbol off.
18138
18139 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18140
18141 PR gdb/17035
18142 * gdb.base/commands.exp: Add tests to verify user-defined
18143 commands with empty bodies.
18144 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18145 python commands in `show user command`.
18146 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18147 scheme commands in `show user command`.
18148
18149 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18150
18151 PR python/17355
18152 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18153 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18154 * gdb.python/py-framefilter-invalidarg.exp: New file.
18155 * gdb.python/py-framefilter-invalidarg.py: New file.
18156
18157 2014-09-06 Doug Evans <xdje42@gmail.com>
18158
18159 PR 15276
18160 * gdb.python/py-caller-is.c: New file.
18161 * gdb.python/py-caller-is.exp: New file.
18162
18163 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18164
18165 PR gdb/17235
18166 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18167 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18168
18169 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18170
18171 PR fortran/17237
18172 * gdb.fortran/print-formatted.exp: New file.
18173 * gdb.fortran/print-formatted.f90: Likewise.
18174
18175 2014-09-03 Sasha Smundak <asmundak@google.com>
18176
18177 * gdb.python/py-frame.exp: Test Frame.read_register.
18178
18179 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18180
18181 PR python/16699
18182 * gdb.python/py-completion.exp: New file.
18183 * gdb.python/py-completion.py: Likewise.
18184
18185 2014-08-28 Doug Evans <dje@google.com>
18186
18187 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18188 eax,etc. are live with values set by gdb and thus the compiler can't
18189 use them.
18190 * gdb.arch/i386-pseudo.c (main): Ditto.
18191
18192 2014-08-27 Doug Evans <dje@google.com>
18193
18194 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18195
18196 2014-08-25 Doug Evans <dje@google.com>
18197
18198 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18199 (main): Ditto.
18200
18201 2014-08-25 Doug Evans <dje@google.com>
18202
18203 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18204
18205 2014-08-24 Yao Qi <yao@codesourcery.com>
18206
18207 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18208 symbol off.
18209 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18210
18211 2014-08-22 Doug Evans <dje@google.com>
18212
18213 PR 17276
18214 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18215 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18216 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18217
18218 2014-08-22 Yao Qi <yao@codesourcery.com>
18219
18220 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18221 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18222 * gdb.python/python.exp: Likewise. Use .py file on the host
18223 instead of the build.
18224
18225 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18226
18227 * gdb.threads/gcore-stale-thread.c: New file.
18228 * gdb.threads/gcore-stale-thread.exp: New file.
18229
18230 2014-08-21 Pedro Alves <palves@redhat.com>
18231
18232 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18233 * gdb.base/gcore-relro-pie.exp: Likewise.
18234 * gdb.base/gcore-relro.exp: Likewise.
18235 * gdb.base/gcore.exp: Likewise.
18236 * gdb.base/print-symbol-loading.exp: Likewise.
18237 * gdb.threads/gcore-thread.exp: Likewise.
18238 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18239
18240 2014-08-20 Pedro Alves <palves@redhat.com>
18241 Jan Kratochvil <jan.kratochvil@redhat.com>
18242
18243 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18244 configure.
18245 (EXPECT): Handle READ1 being set.
18246 (all): Depend on EXTRA_RULES.
18247 (check-read1, expect-read1, read1.so, read1): New rules.
18248 * README (Testsuite Parameters): Document the READ1 make variable.
18249 (Race detection): New section.
18250 * configure: Regenerate.
18251 * configure.ac: If build==host==target, and running under a
18252 GNU/glibc system, add read1 to the extra Makefile rules.
18253 (EXTRA_RULES): AC_SUBST it.
18254 * lib/read1.c: New file.
18255
18256 2014-08-20 Joel Brobecker <brobecker@adacore.com>
18257
18258 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18259 the handling of variables declared as a typedef to an array
18260 which a DW_AT_data_location attribute.
18261
18262 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
18263 Pedro Alves <palves@redhat.com>
18264
18265 PR symtab/14604
18266 PR symtab/14605
18267 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18268 gdb_test.
18269
18270 2014-08-19 Pedro Alves <palves@redhat.com>
18271
18272 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18273
18274 2014-08-19 Yao Qi <yao@codesourcery.com>
18275
18276 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18277 right line.
18278
18279 2014-08-18 David Blaikie <dblaikie@gmail.com>
18280
18281 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18282
18283 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18284
18285 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18286 attribute in array range.
18287
18288 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18289
18290 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18291
18292 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18293
18294 PR c++/17132
18295 * gdb.cp/pr17132.cc: New file.
18296 * gdb.cp/pr17132.exp: New file.
18297
18298 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18299
18300 * gdb.python/py-xmethods.py (A_getarrayind)
18301 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18302 Use 'print' with function call syntax.
18303 (E_method_matcher.match): Fix tab vs space indentation mixup.
18304
18305 2014-08-15 Yao Qi <yao@codesourcery.com>
18306
18307 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18308 false.
18309
18310 2014-08-15 Yao Qi <yao@codesourcery.com>
18311
18312 * gdb.cp/casts.exp: Set print symbol off.
18313 * gdb.cp/class2.exp: Likewise.
18314 * gdb.cp/overload.exp: Likewise.
18315 * gdb.cp/templates.exp: Likewise.
18316
18317 2014-08-11 Doug Evans <dje@google.com>
18318
18319 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18320 (test_load_shlib): Update.
18321
18322 2014-08-09 Yao Qi <yao@codesourcery.com>
18323
18324 * gdb.base/display.exp: Invoke is_address_zero_readable.
18325 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18326 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18327 * gdb.base/hbreak-unmapped.exp: Return if
18328 is_address_zero_readable returns true.
18329 * gdb.base/signest.exp: Likewise.
18330 * gdb.base/signull.exp: Likewise.
18331 * gdb.base/sigbpt.exp: Likewise.
18332 * gdb.guile/scm-disasm.exp: Do the test if
18333 is_address_zero_readable returns false.
18334 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18335 * gdb.python/py-arch.exp: Likewise.
18336 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18337 * lib/gdb.exp (is_address_zero_readable): New proc.
18338
18339 2014-08-09 Yao Qi <yao@codesourcery.com>
18340
18341 PR testsuite/13443
18342 * gdb.mi/mi-var-display.exp: Make test messages unique.
18343
18344 2014-08-04 Tom Tromey <tromey@redhat.com>
18345
18346 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18347 target 0".
18348
18349 2014-08-04 Tom Tromey <tromey@redhat.com>
18350
18351 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18352 "target_resume".
18353
18354 2014-08-01 Joel Brobecker <brobecker@adacore.com>
18355
18356 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18357 inner_vla_struct_object_size.
18358 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18359 as xfail.
18360
18361 2014-07-30 Pedro Alves <palves@redhat.com>
18362
18363 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18364 comment.
18365
18366 2014-07-29 Yao Qi <yao@codesourcery.com>
18367
18368 PR gdb/17206
18369 * gdb.base/until-nodebug.exp: New.
18370
18371 2014-07-28 Doug Evans <xdje42@gmail.com>
18372
18373 PR guile/17203
18374 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18375 previously existing parameter, and previously ambiguously spelled
18376 parameter.
18377
18378 2014-07-28 Will Newton <will.newton@linaro.org>
18379
18380 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18381
18382 2014-07-26 Ludovic Courtès <ludo@gnu.org>
18383 Doug Evans <xdje42@gmail.com>
18384
18385 PR guile/17146
18386 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18387
18388 2014-07-25 Pedro Alves <palves@redhat.com>
18389
18390 * gdb.threads/signal-command-handle-nopass.c: New file.
18391 * gdb.threads/signal-command-handle-nopass.exp: New file.
18392 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18393 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18394 * gdb.threads/signal-delivered-right-thread.c: New file.
18395 * gdb.threads/signal-delivered-right-thread.exp: New file.
18396
18397 2014-07-25 Pedro Alves <palves@redhat.com>
18398
18399 * gdb.base/double-prompt-target-event-error.exp
18400 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18401 match.
18402 (cancel_pagination_in_target_event): Rework double prompt
18403 detection.
18404 * gdb.base/paginate-after-ctrl-c-running.exp
18405 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18406 <return>' match.
18407 * gdb.base/paginate-bg-execution.exp
18408 (test_bg_execution_pagination_return)
18409 (test_bg_execution_pagination_cancel): Remove '-notransfer
18410 <return>' matches.
18411 * gdb.base/paginate-execution-startup.exp
18412 (test_fg_execution_pagination_return)
18413 (test_fg_execution_pagination_cancel): Remove '-notransfer
18414 <return>' matches.
18415 * gdb.base/paginate-inferior-exit.exp
18416 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18417 match.
18418 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18419 * lib/gdb.exp (pagination_prompt): Run text through
18420 string_to_regexp.
18421 (gdb_test_multiple): Match $pagination_prompt instead of
18422 "<return>".
18423 (string_to_regexp): Move to lib/gdb-utils.exp.
18424
18425 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18426
18427 * gdb.arch/amd64-entry-value-paramref.S: New file.
18428 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18429 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18430 * gdb.arch/amd64-optimout-repeat.S: New file.
18431 * gdb.arch/amd64-optimout-repeat.c: New file.
18432 * gdb.arch/amd64-optimout-repeat.exp: New file.
18433
18434 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18435
18436 PR gdb/17170
18437 * gdb.base/statistics.exp: New file.
18438
18439 2014-07-17 Doug Evans <dje@google.com>
18440
18441 PR gdb/17170
18442 * gdb.base/maint.exp: Update testing of per-command stats.
18443
18444 2014-07-16 Pedro Alves <palves@redhat.com>
18445
18446 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18447 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18448 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18449 (tfile_write_buf): New functions.
18450 (add_memory_block): Rewrite using the above.
18451 (adjust_function_address): New function.
18452 (FUNCTION_ADDRESS): New macro.
18453 (write_basic_trace_file): Remove short_x local, and use
18454 tfile_write_16. Change type of func_addr local to unsigned long
18455 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18456 here. Cast argument of add_memory_block to char pointer.
18457 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18458 (main): Remove parameters.
18459 * gdb.trace/tfile.exp: Remove nowarnings.
18460
18461 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18462
18463 * gdb.base/debug-expr.exp: Test string evaluation with
18464 "debug expression" on.
18465
18466 2014-07-15 Pedro Alves <palves@redhat.com>
18467
18468 * gdb.base/reread.exp: Use clean_restart.
18469
18470 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18471
18472 * gdb.arch/avr-flash-qualifer.c: New.
18473 * gdb.arch/avr-flash-qualifer.exp: New.
18474
18475 2014-07-14 Pedro Alves <palves@redhat.com>
18476
18477 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18478 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18479
18480 2014-07-14 Pedro Alves <palves@redhat.com>
18481
18482 * gdb.base/double-prompt-target-event-error.c: New file.
18483 * gdb.base/double-prompt-target-event-error.exp: New file.
18484
18485 2014-07-14 Pedro Alves <palves@redhat.com>
18486
18487 PR gdb/17072
18488 * gdb.base/paginate-inferior-exit.c: New file.
18489 * gdb.base/paginate-inferior-exit.exp: New file.
18490
18491 2014-07-14 Pedro Alves <palves@redhat.com>
18492
18493 PR gdb/17072
18494 * gdb.base/paginate-bg-execution.c: New file.
18495 * gdb.base/paginate-bg-execution.exp: New file.
18496
18497 2014-07-14 Pedro Alves <palves@redhat.com>
18498
18499 PR gdb/17072
18500 * gdb.base/paginate-execution-startup.c: New file.
18501 * gdb.base/paginate-execution-startup.exp: New file.
18502 * lib/gdb.exp (pagination_prompt): New global.
18503 (default_gdb_spawn): New procedure, factored out from
18504 default_gdb_spawn.
18505 (default_gdb_start): Adjust to call default_gdb_spawn.
18506 (gdb_spawn): New procedure.
18507
18508 2014-07-14 Pedro Alves <palves@redhat.com>
18509
18510 * lib/gdb.exp (gdb_assert): New procedure.
18511 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18512
18513 2014-07-14 Pedro Alves <palves@redhat.com>
18514
18515 * gdb.base/execution-termios.c: New file.
18516 * gdb.base/execution-termios.exp: New file.
18517
18518 2014-07-14 Tom Tromey <tromey@redhat.com>
18519
18520 * gdb.cp/vla-cxx.cc: New file.
18521 * gdb.cp/vla-cxx.exp: New file.
18522
18523 2014-07-14 Tom Tromey <tromey@redhat.com>
18524
18525 * gdb.reverse/rerun-prec.c: New file.
18526 * gdb.reverse/rerun-prec.exp: New file.
18527
18528 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18529 Maciej W. Rozycki <macro@codesourcery.com>
18530
18531 * lib/gdb-utils.exp: New file.
18532 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18533 inline `gdb_init_command' processing.
18534 (gdb_start_cmd): Likewise.
18535 * lib/mi-support.exp (mi_run_cmd): Likewise.
18536 * README: Document `gdb_init_command' and `gdb_init_commands'.
18537
18538 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18539
18540 Fix false FAIL running under a very long directory name.
18541 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18542 and "set print elements 10000". Twice.
18543
18544 2014-07-11 Yao Qi <yao@codesourcery.com>
18545
18546 * gdb.base/exprs.exp: "set print symbol off".
18547
18548 2014-07-11 Pedro Alves <palves@redhat.com>
18549
18550 * gdb.threads/kill.c: New file.
18551 * gdb.threads/kill.exp: New file.
18552
18553 2014-07-10 Yao Qi <yao@codesourcery.com>
18554
18555 * gdb.trace/tfile.c (write_basic_trace_file)
18556 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18557 address written to trace file.
18558
18559 2014-07-09 Pedro Alves <palves@redhat.com>
18560
18561 * gdb.base/attach-wait-input.exp: New file.
18562 * gdb.base/attach-wait-input.c: New file.
18563
18564 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18565
18566 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18567 setting up test structures.
18568 (main): Call new test function.
18569 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18570 test function, continue into test function and walk test
18571 structures.
18572
18573 2014-07-02 Yao Qi <yao@codesourcery.com>
18574
18575 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18576 'bar_start' at the beginning of functions 'foo' and 'bar'
18577 respectively.
18578 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18579 instead of 'foo' and 'bar'.
18580
18581 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18582
18583 * gdb.btrace/segv.exp: New.
18584 * gdb.btrace/segv.c: New.
18585
18586 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18587
18588 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18589 instruction.
18590
18591 2014-06-30 Mark Wielaard <mjw@redhat.com>
18592
18593 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18594 vulture, vilify, villar): New volatile array constants.
18595 (vindictive, vegetation): New const volatile array constants.
18596 * gdb.base/volatile.exp: Test volatile and const volatile array
18597 types.
18598
18599 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18600
18601 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18602 target lacks support for awatch, rwatch, or hbreak.
18603
18604 2014-06-27 Yao Qi <yao@codesourcery.com>
18605
18606 * gdb.multi/dummy-frame-restore.exp: New.
18607 * gdb.multi/dummy-frame-restore.c: New.
18608
18609 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18610
18611 * gdb.btrace/gcore.exp: New.
18612
18613 2014-06-23 Pedro Alves <palves@redhat.com>
18614
18615 * gdb.base/watchpoint-reuse-slot.c: New file.
18616 * gdb.base/watchpoint-reuse-slot.exp: New file.
18617
18618 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18619
18620 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18621 progspace's filename in 'info', 'enable' and 'disable' command
18622 tests.
18623
18624 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18625
18626 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18627 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18628 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18629
18630 2014-06-20 Gary Benson <gbenson@redhat.com>
18631
18632 * gdb.arch/i386-avx.exp: Fix include file location.
18633 * gdb.arch/i386-sse.exp: Likewise.
18634
18635 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18636
18637 * gdb.dlang/expression.exp: New file.
18638
18639 2014-06-19 Pedro Alves <palves@redhat.com>
18640
18641 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18642 out from ...
18643 (top level): ... here. Iterate running tests under different
18644 scheduler-locking settings.
18645
18646 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
18647
18648 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18649 to DW_FORM_addr and use non-zero addresses.
18650
18651 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18652
18653 PR gdb/17017
18654 * gdb.python/py-xmethods.cc: Add global function call counters and
18655 increment them in their respective functions. Remove "cout"
18656 statements.
18657 * gdb.python/py-xmethods.exp: Make tests check the global function
18658 call counters instead of depending on inferior IO.
18659
18660 2014-06-18 Don Breazeal <donb@codesourcery.com>
18661
18662 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18663 Deleted procedure.
18664 (explicit_fork_parent_follow): Deleted procedure.
18665 (explicit_fork_child_follow): Deleted procedure.
18666 (test_follow_fork): New procedure.
18667 (do_fork_tests): Replace calls to deleted procedures with
18668 calls to test_follow_fork and reset GDB for subsequent
18669 procedure calls.
18670
18671 2014-06-17 Yao Qi <yao@codesourcery.com>
18672
18673 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18674 CP1252.
18675
18676 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18677
18678 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18679 Initialize ptr and S explicitly.
18680 (skip_type_update_when_not_use_rtti_test): Likewise.
18681
18682 2014-06-16 Keith Seitz <keiths@redhat.com>
18683
18684 PR mi/15863
18685 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18686 the inferior is started.
18687
18688 2014-06-16 Pedro Alves <palves@redhat.com>
18689
18690 * gdb.base/break-main-file-remove-fail.c: New file.
18691 * gdb.base/break-main-file-remove-fail.exp: New file.
18692 * gdb.base/break-unload-file.exp: Use build_executable instead of
18693 prepare_for_testing.
18694 (test_break): New parameter "initial_load". Handle it.
18695 (top level): Add initial_load cmdline/file axis.
18696
18697 2014-06-12 Tom Tromey <tromey@redhat.com>
18698
18699 * gdb.base/completion.exp: Don't use directory name in test.
18700
18701 2014-06-09 Gary Benson <gbenson@redhat.com>
18702
18703 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18704 separate the always-available ANSI-standard signals from the
18705 signals that require checking.
18706 (main): Likewise.
18707 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18708 Likewise.
18709 (main): Likewise.
18710
18711 2014-06-07 Keith Seitz <keiths@redhat.com>
18712
18713 Revert:
18714 PR c++/16253
18715 * gdb.cp/var-tag.cc: New file.
18716 * gdb.cp/var-tag.exp: New file.
18717 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18718 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18719 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18720 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18721
18722 2014-06-06 Doug Evans <xdje42@gmail.com>
18723
18724 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18725
18726 2014-06-06 Pedro Alves <palves@redhat.com>
18727
18728 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18729 in target debug output instead of looking at RSP packets,
18730 disabling the test on any target that uses hardware stepping.
18731 Update comments.
18732
18733 2014-06-06 Pedro Alves <palves@redhat.com>
18734
18735 * gdb.base/break-unload-file.exp: Fix typo.
18736
18737 2014-06-06 Yao Qi <yao@codesourcery.com>
18738
18739 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18740 from "jit_function" to "^jit_function".
18741
18742 2014-06-06 Yao Qi <yao@codesourcery.com>
18743
18744 * gdb.base/async.c (foo): Add one statement.
18745 * gdb.base/async.exp: Get the next instruction address and
18746 match the output of "nexti" by instruction address. Match
18747 the hex address in the output of "finish".
18748
18749 2014-06-06 Gary Benson <gbenson@redhat.com>
18750
18751 * gdb.base/call-signals.c: Remove preprocessor conditionals
18752 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18753 SIGSEGV and SIGTERM.
18754 * gdb.base/sigall.c: Likewise.
18755 * gdb.base/unwindonsignal.c: Likewise.
18756 * gdb.reverse/sigall-reverse.c: Likewise.
18757
18758 2014-06-06 Yao Qi <yao@codesourcery.com>
18759
18760 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18761 readable, skip the test.
18762
18763 2014-06-06 Yao Qi <yao@codesourcery.com>
18764
18765 * gdb.threads/staticthreads.c (thread_function): Move the line
18766 setting breakpoint on forward.
18767 * gdb.threads/staticthreads.exp: Update comments.
18768
18769 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18770
18771 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18772 "history-append! type error".
18773
18774 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18775
18776 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18777 erroneous dprintf expected input.
18778
18779 2014-06-04 Doug Evans <xdje42@gmail.com>
18780
18781 * gdb.guile/scm-generics.exp: Delete.
18782
18783 2014-06-04 Doug Evans <xdje42@gmail.com>
18784
18785 * gdb.guile/scm-breakpoint.exp: Update.
18786 Add tests for breakpoint registration.
18787
18788 2014-06-04 Tom Tromey <tromey@redhat.com>
18789
18790 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18791 VLA-in-union.
18792 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18793 inner_vla_struct, vla_union types. Initialize objects of those
18794 types and compute their sizes.
18795
18796 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18797 Hui Zhu <hui@codesourcery.com>
18798
18799 * gdb.base/fileio.exp: Add test for shell not available as well as
18800 available.
18801 * gdb.base/fileio.c (test_system): Check for shell twice.
18802
18803 2014-06-04 Yao Qi <yao@codesourcery.com>
18804
18805 * gdb.base/auto-connect-native-target.exp: Remove redundant
18806 space from the regexp pattern.
18807
18808 2014-06-04 Yao Qi <yao@codesourcery.com>
18809
18810 * gdb.base/default.exp: Replace "child" with "native" in
18811 regexp pattern.
18812
18813 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18814
18815 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18816 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18817 * gdb.python/py-xmethods.py: Python script supporting the
18818 new testcase and tests.
18819
18820 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18821 Pedro Alves <palves@redhat.com>
18822
18823 PR breakpoints/17000
18824 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18825 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18826
18827 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18828
18829 * gdb.base/subst.exp: Add tests to verify partial path matching
18830 output.
18831
18832 2014-06-03 Pedro Alves <palves@redhat.com>
18833
18834 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18835 target that doesn't use software single-stepping.
18836
18837 2014-06-03 Pedro Alves <palves@redhat.com>
18838
18839 PR breakpoints/17000
18840 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18841 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18842
18843 2014-06-02 Doug Evans <xdje42@gmail.com>
18844
18845 * gdb.guile/scm-parameter.exp: New file.
18846
18847 2014-06-02 Doug Evans <xdje42@gmail.com>
18848
18849 * gdb.guile/scm-cmd.c: New file.
18850 * gdb.guile/scm-cmd.exp: New file.
18851
18852 2014-06-02 Doug Evans <xdje42@gmail.com>
18853
18854 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18855 pretty-printer lookup.
18856 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18857 (make-pp_s-printer): Call it.
18858 (make-pretty-printer-from-dict): New function.
18859 (lookup-pretty-printer-maker-from-dict): New function.
18860 (*pretty-printer*): Simplify.
18861 (make-objfile-pp_s-printer): New function.
18862 (install-objfile-pretty-printers!): New function.
18863 (make-progspace-pp_s-printer): New function.
18864 (install-progspace-pretty-printers!): New function.
18865 * gdb.guile/scm-progspace.c: New file.
18866 * gdb.guile/scm-progspace.exp: New file.
18867
18868 2014-06-02 Pedro Alves <palves@redhat.com>
18869
18870 * gdb.base/dprintf-bp-same-addr.c: New file.
18871 * gdb.base/dprintf-bp-same-addr.exp: New file.
18872
18873 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18874
18875 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18876 * gdb.arch/powerpc-power.s: Likewise.
18877
18878 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18879
18880 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18881
18882 2014-06-01 Yao Qi <yao@codesourcery.com>
18883
18884 * gdb.base/watchpoint.exp (test_watch_location): Check null
18885 pointer can be dereferenced. If not, do the test, otherwise
18886 skip it.
18887
18888 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18889
18890 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18891 results.
18892 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18893
18894 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18895
18896 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18897 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18898 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18899 * gdb.arch/amd64-invalid-stack-top.c: New file.
18900 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18901
18902 2014-05-30 Pedro Alves <palves@redhat.com>
18903
18904 PR breakpoints/17000
18905 * gdb.base/sss-bp-on-user-bp.c: New file.
18906 * gdb.base/sss-bp-on-user-bp.exp: New file.
18907
18908 2014-05-30 David Blaikie <dblaikie@gmail.com>
18909
18910 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18911 gnu_inline semantics via attribute.
18912 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18913 source explicitly specifies the required semantics.
18914
18915 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18916
18917 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18918
18919 2014-05-29 Pedro Alves <palves@redhat.com>
18920 Tom Tromey <tromey@redhat.com>
18921
18922 * gdb.base/async-shell.exp: Don't enable target-async.
18923 * gdb.base/async.exp
18924 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18925 parameter. Adjust.
18926 (top level): Don't test with "target-async".
18927 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18928 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18929 * gdb.base/inferior-died.exp: Don't enable target-async.
18930 * gdb.base/interrupt-noterm.exp: Likewise.
18931 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18932 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18933 * gdb.mi/mi-nonstop.exp: Likewise.
18934 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18935 * gdb.mi/mi-nsintrall.exp: Likewise.
18936 * gdb.mi/mi-nsmoribund.exp: Likewise.
18937 * gdb.mi/mi-nsthrexec.exp: Likewise.
18938 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18939 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18940 * gdb.python/py-evsignal.exp: Don't enable target-async.
18941 * gdb.python/py-evthreads.exp: Likewise.
18942 * gdb.python/py-prompt.exp: Likewise.
18943 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18944 * gdb.server/solib-list.exp: Don't enable target-async.
18945 * gdb.threads/thread-specific-bp.exp: Likewise.
18946 * lib/mi-support.exp: Adjust to use mi-async.
18947
18948 2014-05-29 Pedro Alves <palves@redhat.com>
18949
18950 PR gdb/13860
18951 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18952 reason, even in sync mode.
18953
18954 2014-05-29 Pedro Alves <palves@redhat.com>
18955 Hui Zhu <hui@codesourcery.com>
18956
18957 PR PR15693
18958 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18959 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18960 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18961 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18962
18963 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18964
18965 * config/monitor.exp (gdb_target_monitor): Replace use of
18966 "set remotebaud" by "set serial baud".
18967
18968 2014-05-26 Andy Wingo <wingo@igalia.com>
18969
18970 * gdb.guile/scm-breakpoint.exp:
18971 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18972 properties instead of gdb-object-properties.
18973
18974 2014-05-26 Yao Qi <yao@codesourcery.com>
18975
18976 * gdb.server/no-thread-db.exp: Specify source file name
18977 explicitly when setting a breakpoint.
18978
18979 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18980
18981 * gdb.btrace/vdso.c: New.
18982 * gdb.btrace/vdso.exp: New.
18983
18984 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18985
18986 * gdb.base/gcore.exp (capture_command_output): Move ...
18987 * lib/gdb.exp (capture_command_output): ... here.
18988
18989 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18990
18991 * gdb.btrace/data.exp: Test memory access during btrace replay.
18992
18993 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18994
18995 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18996
18997 2014-05-21 Pedro Alves <palves@redhat.com>
18998
18999 PR gdb/13860
19000 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19001 (top level): Test that output related to execution commands is
19002 sent to the console with CLI commands, but not with MI commands.
19003 Test that breakpoint events are always mirrored to the console.
19004 Also expect the new source line to be output after a "next" in
19005 async mode too. Make it a pass/fail test.
19006 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19007 output.
19008 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19009
19010 2014-05-21 Pedro Alves <palves@redhat.com>
19011
19012 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19013 Use them to test variations of "list" after reaching a breakpoint.
19014 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19015 Test "list" with listsize 10 after reaching a breakpoint.
19016 * gdb.python/python.exp (decode_line current location line
19017 number): Adjust expected line number.
19018
19019 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19020
19021 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19022 behavior for $args, pass it directly to "run".
19023
19024 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19025
19026 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19027 30000 to 65536.
19028
19029 2014-05-21 Pedro Alves <palves@redhat.com>
19030
19031 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19032 auto-connect-native-target off".
19033 * gdb.base/auto-connect-native-target.c: New file.
19034 * gdb.base/auto-connect-native-target.exp: New file.
19035
19036 2014-05-21 Pedro Alves <palves@redhat.com>
19037
19038 * gdb.base/default.exp: Test "target native" instead of "target
19039 child".
19040
19041 2014-05-21 Mark Wielaard <mjw@redhat.com>
19042
19043 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19044
19045 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19046
19047 Fix TLS access for -static -pthread.
19048 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19049 <HAVE_TLS> (thread_function, main): Initialize it.
19050 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19051 Add clean_restart.
19052 <$have_tls != "">: Check TLSVAR.
19053
19054 2014-05-21 Pedro Alves <palves@redhat.com>
19055
19056 * gdb.base/dcache-line-read-error.c: New.
19057 * gdb.base/dcache-line-read-error.exp: New.
19058
19059 2014-05-20 Pedro Alves <palves@redhat.com>
19060
19061 * gdb.base/compare-sections.c: New file.
19062 * gdb.base/compare-sections.exp: New file.
19063
19064 2014-05-20 Pedro Alves <palves@redhat.com>
19065
19066 * gdb.base/break-idempotent.c: New file.
19067 * gdb.base/break-idempotent.exp: New file.
19068
19069 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19070
19071 * gdb.btrace/nohist.exp: New.
19072
19073 2014-05-20 Yao Qi <yao@codesourcery.com>
19074
19075 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19076 gdb.reverse directory and gdb_reverse_timeout exists in board
19077 setting.
19078 * README: Document gdb_reverse_timeout.
19079
19080 2014-05-20 Yao Qi <yao@codesourcery.com>
19081
19082 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19083 'test_file_name'. Treat args as a string instead of a list.
19084 (gdb_init): Rename argument 'args' by 'test_file_name'.
19085
19086 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19087
19088 * gdb.arch/powerpc-power.exp: New file.
19089 * gdb.arch/powerpc-power.s: New file.
19090
19091 2014-05-16 Doug Evans <dje@google.com>
19092
19093 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
19094 * gdb.base/completion.exp: Check that all expected files exist
19095 before doing file completion.
19096
19097 2014-05-16 Doug Evans <dje@google.com>
19098
19099 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19100 Update.
19101 (do_syscall_tests_without_xml): Update.
19102
19103 2014-05-16 Pedro Alves <palves@redhat.com>
19104
19105 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19106 instead of "unknown output after running".
19107
19108 2014-05-16 Yao Qi <yao@codesourcery.com>
19109
19110 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19111 file1.txt from host at the end.
19112 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19113
19114 2014-05-15 Doug Evans <dje@google.com>
19115
19116 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19117 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19118 loading file. Add test for TU lookup.
19119
19120 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19121
19122 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19123 calling "-exec-arguments" or "set args" before running the
19124 inferior.
19125
19126 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19127
19128 * lib/mi-support.exp (mi_expect_stop): Expect message for
19129 inferiors that exit with non-zero exit code.
19130
19131 2014-05-14 Yao Qi <yao@codesourcery.com>
19132
19133 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19134 match absolute path on remote host.
19135 (test_file_list_exec_source_files): Remove "/" from the
19136 pattern.
19137
19138 2014-05-14 Yao Qi <yao@codesourcery.com>
19139
19140 * boards/local-remote-host-notty.exp (${board}_file): New
19141 proc.
19142
19143 2014-05-07 Kyle McMartin <kyle@redhat.com>
19144
19145 Pushed by Joel Brobecker <brobecker@adacore.com>.
19146 * gdb.arch/aarch64-atomic-inst.c: New file.
19147 * gdb.arch/aarch64-atomic-inst.exp: New file.
19148
19149 2014-05-07 Yao Qi <yao@codesourcery.com>
19150
19151 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19152 in current context" too.
19153
19154 2014-05-05 Keith Seitz <keiths@redhat.com>
19155
19156 * gdb.linespec/ls-dollar.exp: Add test for linespec
19157 file:convenience_variable.
19158
19159 2014-05-05 Yao Qi <yao@codesourcery.com>
19160
19161 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19162 traceframes into tfile and ctf trace files. Read data from
19163 trace file and test collected data.
19164 (gdb_collect_locals_test): Likewise.
19165 (gdb_unavailable_registers_test): Likewise.
19166 (gdb_unavailable_floats): Likewise.
19167 (gdb_collect_globals_test): Likewise.
19168 (top-level): Append "ctf" to trace_file_targets if GDB
19169 supports.
19170
19171 2014-05-05 Yao Qi <yao@codesourcery.com>
19172
19173 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19174 code to ...
19175 (gdb_collect_args_test_1): ... it. New proc.
19176 (gdb_collect_locals_test): Move some code to ...
19177 (gdb_collect_locals_test_1): ... it. New proc.
19178 (gdb_unavailable_registers_test): Move some code to ...
19179 (gdb_unavailable_registers_test_1): ... it. New proc.
19180 (gdb_unavailable_floats): Move some code to ...
19181 (gdb_unavailable_floats_1): ... it. New proc.
19182
19183 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19184
19185 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19186 probes to test for bitness recognition.
19187 * gdb.arch/amd64-stap-optional-prefix.exp
19188 (test_probe_value_without_reg): New procedure.
19189 Add code to test for different kinds of bitness.
19190
19191 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19192
19193 PR breakpoints/16889
19194 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19195 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19196
19197 2014-05-01 Pedro Alves <palves@redhat.com>
19198
19199 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19200 gdb_file_cmd if no file is specified.
19201 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19202 last_loaded_file to set the remote exec-file.
19203
19204 2014-05-01 Pedro Alves <palves@redhat.com>
19205
19206 * boards/local-remote-host.exp: New file.
19207
19208 2014-05-01 Pedro Alves <palves@redhat.com>
19209
19210 * boards/local-remote-host.exp: Rename to ...
19211 * boards/local-remote-host-notty.exp: ... this.
19212
19213 2014-04-28 Joel Brobecker <brobecker@adacore.com>
19214
19215 * gdb.ada/dyn_arrayidx: New testcase.
19216
19217 2014-04-26 Yao Qi <yao@codesourcery.com>
19218
19219 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19220 and compute the length of function main. Save it in
19221 $main_length.
19222 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19223 (top-level): Use gdb_compile to compile objects into
19224 executable and restart GDB. Remove invocation to
19225 prepare_for_testing.
19226
19227 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19228 Pedro Alves <palves@redhat.com>
19229
19230 PR server/16255
19231 * gdb.multi/multi-attach.c: New file.
19232 * gdb.multi/multi-attach.exp: New file.
19233
19234 2014-04-25 Pedro Alves <palves@redhat.com>
19235
19236 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19237 user.
19238 (top level): Test that "set remote conditional-breakpoints-packet
19239 off" works as intended.
19240 * gdb.base/dprintf.exp: Test that "set remote
19241 breakpoint-commands-packet off" works as intended.
19242 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19243 New function.
19244 (top level): Call it.
19245 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19246 remote fast-tracepoints-packet off" works as intended.
19247 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19248 * lib/gdb.exp (gdb_is_target_remote): ... here.
19249
19250 2014-04-24 David Blaikie <dblaikie@gmail.com>
19251
19252 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19253 ensure clang would not discard them.
19254 * gdb.base/gdbvars.c: Ditto.
19255 * gdb.base/memattr.c: Ditto.
19256 * gdb.base/whatis.c: Ditto.
19257 * gdb.python/py-prettyprint.c: Ditto.
19258 * gdb.trace/actions.c: Ditto.
19259 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19260 ensure clang would not discard it.
19261
19262 2014-04-24 David Blaikie <dblaikie@gmail.com>
19263
19264 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19265 clang to emit the full definition of type required by the test
19266 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19267
19268 2014-04-24 David Blaikie <dblaikie@gmail.com>
19269
19270 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19271 coax Clang into emitting the definition of the type.
19272 * gdb.cp/pr10728-x.h (y): Ditto.
19273 * gdb.cp/pr10728-y.cc (y): Ditto.
19274
19275 2014-04-24 David Blaikie <dblaikie@gmail.com>
19276
19277 * gdb.base/label.exp: XFAIL label related tests under Clang.
19278 * gdb.cp/cplabel.exp: Ditto.
19279 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19280 under Clang those using labels.
19281
19282 2014-04-25 Yao Qi <yao@codesourcery.com>
19283
19284 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19285 double_label.
19286 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19287 partial_label and double_label.
19288
19289 2014-04-24 David Blaikie <dblaikie@gmail.com>
19290
19291 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19292
19293 2014-04-24 David Blaikie <dblaikie@gmail.com>
19294
19295 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19296 of the function to work across GCC and Clang.
19297 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19298 pointer types (const void ** const V void **).
19299
19300 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
19301 Walfred Tedeschi <walfred.tedeschi@intel.com>
19302
19303 * Makefile.in (EXECUTABLES): Added i386-avx512.
19304 * gdb.arch/i386-avx512.c: New file.
19305 * gdb.arch/i386-avx512.exp: Likewise.
19306
19307 2014-04-23 Keith Seitz <keiths@redhat.com>
19308
19309 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19310 (mi_make_breakpoint_table): New procedure.
19311 (mi_create_breakpoint): Use mi_make_breakpoint
19312 and return the result.
19313 (mi_make_breakpoint): New procedure.
19314 (mi_build_kv_pairs): New procedure.
19315
19316 * gdb.mi/mi-break.exp: Remove unused globals,
19317 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19318 All callers updated.
19319 * gdb.mi/mi-dprintf.exp: Use variable to track command
19320 number.
19321 Update all callers of mi_create_breakpoint and use
19322 mi_make_breakpoint_table.
19323 Remove any unused global variables.
19324 * gdb.mi/mi-nonstop.exp: Likewise.
19325 * gdb.mi/mi-nsintrall.exp: Likewise.
19326 * gdb.mi/mi-nsmoribund.exp: Likewise.
19327 * gdb.mi/mi-nsthrexec.exp: Likewise.
19328 * gdb.mi/mi-reverse.exp: Likewise.
19329 * gdb.mi/mi-simplerun.exp: Likewise.
19330 * gdb.mi/mi-stepn.exp: Likewise.
19331 * gdb.mi/mi-syn-frame.exp: Likewise.
19332 * gdb.mi/mi-until.exp: Likewise.
19333 * gdb.mi/mi-var-cp.exp: Likewise.
19334 * gdb.mi/mi-var-display.exp: Likewise.
19335 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19336 * gdb.mi/mi2-var-child.exp: Likewise.
19337 * gdb.mi/mi-vla-c99.exp: Likewise.
19338 * lib/mi-support.exp: Likewise.
19339
19340 From Ian Lance Taylor <iant@cygnus.com>:
19341 * lib/gdb.exp (parse_args): New procedure.
19342
19343 2014-04-23 Pedro Alves <palves@redhat.com>
19344
19345 * gdb.base/break-unload-file.c: New file.
19346 * gdb.base/break-unload-file.exp: New file.
19347 * gdb.base/sym-file-lib.c (baz): New function.
19348 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19349 field.
19350 (load): Store the segment's mapped size.
19351 (unload): New function.
19352 (unload_shlib): New function.
19353 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19354 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19355 set a breakpoint at baz, and call it.
19356 * gdb.base/sym-file.exp: New tests for stale breakpoint
19357 instructions.
19358
19359 2014-04-23 Pedro Alves <palves@redhat.com>
19360
19361 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19362 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19363 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19364 * gdb.base/hbreak-unmapped.c: New file.
19365 * gdb.base/hbreak-unmapped.exp: New file.
19366 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19367 * lib/gdb.exp (gdb_is_target_remote): ... here.
19368
19369 2014-04-22 Pedro Alves <palves@redhat.com>
19370
19371 * gdb.base/consecutive-step-over.c: New file.
19372 * gdb.base/consecutive-step-over.exp: New file.
19373
19374 2014-04-22 Pedro Alves <palves@redhat.com>
19375
19376 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19377 instead of send_gdb/gdb_expect.
19378
19379 2014-04-22 Yao Qi <yao@codesourcery.com>
19380
19381 * lib/trace-support.exp (generate_tracefile): New procedure.
19382 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19383 return 0.
19384 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19385 if generate_tracefile returns 1.
19386
19387 2014-04-18 Tom Tromey <palves@redhat.com>
19388 Pedro alves <tromey@redhat.com>
19389
19390 PR backtrace/15558
19391 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19392 with a backtrace limit.
19393 * gdb.python/py-frame-inline.exp: Test running to an inline
19394 function with a backtrace limit, and printing the newest frame.
19395 * gdb.python/py-frame-inline.c (main): Call f.
19396
19397 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19398
19399 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19400
19401 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19402
19403 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19404 Drop prefix from unsupported source file path.
19405
19406 2014-04-17 Yao Qi <yao@codesourcery.com>
19407
19408 * lib/gdb.exp (with_target_charset): New proc.
19409 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19410 with_target_charset.
19411 (test_print_strings): Likewise.
19412 (test_repeat_bytes): Likewise.
19413 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19414 for some tests.
19415
19416 2014-04-16 Keith Seitz <keiths@redhat.com>
19417
19418 PR gdb/15827
19419 * gdb.dwarf2/corrupt.c: New file.
19420 * gdb.dwarf2/corrupt.exp: New file.
19421
19422 2014-04-16 Keith Seitz <keiths@redhat.com>
19423
19424 PR c++/16597
19425 * gdb.cp/namelessclass.cc: New file.
19426 * gdb.cp/namelessclass.exp: New file.
19427 * gdb.cp/namelessclass.S: New file.
19428
19429 2014-04-16 Doug Evans <dje@google.com>
19430
19431 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19432 Add comment.
19433 (gdbserver_default_get_comm_port): New function.
19434 (gdbserver_start): Check if board file provided
19435 "gdbserver,get_comm_port" and use it if so.
19436 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19437 (gdb,socketport): Set to "stdio".
19438 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19439 (stdio_gdbserver_template): Delete.
19440 (${board}_get_remote_address): Update.
19441 (${board}_build_remote_cmd): Delete.
19442 (${board}_get_comm_port): New function.
19443 (${board}_spawn): Update.
19444 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19445 Delete.
19446 (${board}_get_remote_address): Update.
19447 (${board}_get_comm_port): New function.
19448
19449 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
19450
19451 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19452 appearing in any order.
19453
19454 2014-04-15 Doug Evans <dje@google.com>
19455
19456 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19457 uninitialized value of "description".
19458
19459 2014-04-15 Keith Seitz <keiths@redhat.com>
19460
19461 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19462 Remove unused globals.
19463 (test_running_the_program): Likewise.
19464 (test_controlled_execution): Likewise.
19465 (test_controlling_breakpoints): Likewise.
19466 (test_program_termination): Likewise.
19467
19468 2014-04-15 Keith Seitz <keiths@redhat.com>
19469
19470 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19471 unused globals.
19472 (test_rbreak_creation_and_listing): Likewise.
19473 (test_ignore_count): Likewise.
19474 (test_error): Likewise.
19475
19476 2014-04-15 Pedro Alves <palves@redhat.com>
19477
19478 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19479 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19480 sym-file-loader.c.
19481 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19482 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19483 to sym-file-loader.c.
19484 (struct library): Forward declare.
19485 (load_shlib, lookup_function): Change prototypes.
19486 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19487 (translate_offset): Remove declarations.
19488 (get_text_addr): New declaration.
19489 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19490 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19491 sym-file-loader.h.
19492 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19493 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19494 here from sym-file-loader.h.
19495 (struct library): New structure.
19496 (load_shlib, lookup_function): Change prototypes and adjust to
19497 work with a struct library.
19498 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19499 (translate_offset): Make static.
19500 (get_text_addr): New function.
19501 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19502
19503 2014-04-15 Pedro Alves <palves@redhat.com>
19504
19505 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19506
19507 2014-04-15 Pedro Alves <palves@redhat.com>
19508
19509 * gdb.base/sym-file-loader.c: Include <limits.h>.
19510 (SELF_LINK): New define.
19511 (get_origin): New function.
19512 (load_shlib): Use it.
19513 * gdb.base/sym-file.exp: Don't early return if the target is
19514 remote. Use runto_main, and issue fail is that fails. Use
19515 gdb_load_shlibs.
19516 (shlib_name): Delete.
19517 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19518
19519 2014-04-15 Pedro Alves <palves@redhat.com>
19520
19521 * gdb.base/sym-file.exp: Remove regex characters from test
19522 message. Don't refer to breakpoint numbers in test messages.
19523
19524 2014-04-14 Keith Seitz <keiths@redhat.com>
19525
19526 PR c++/16253
19527 * gdb.cp/var-tag.cc: New file.
19528 * gdb.cp/var-tag.exp: New file.
19529 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19530 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19531 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19532 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19533
19534 2014-04-14 Tom Tromey <tromey@redhat.com>
19535
19536 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19537 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19538 type.
19539 * gdb.cp/enum-class.exp: New file.
19540 * gdb.cp/enum-class.cc: New file.
19541
19542 2014-04-14 Tom Tromey <tromey@redhat.com>
19543
19544 * gdb.dwarf2/enum-type.exp: New file.
19545
19546 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19547
19548 * gdb.mi/mi-vla-c99.exp: New file.
19549 * gdb.mi/vla.c: New file.
19550
19551 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19552
19553 * gdb.base/vla-datatypes.c: New file.
19554 * gdb.base/vla-datatypes.exp: New file.
19555
19556 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19557
19558 * gdb.base/vla-ptr.c: New file.
19559 * gdb.base/vla-ptr.exp: New file.
19560
19561 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19562
19563 * gdb.dwarf2/count.exp: New file.
19564
19565 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19566
19567 * gdb.base/vla-sideeffect.c: New file.
19568 * gdb.base/vla-sideeffect.exp: New file.
19569
19570 2014-04-14 David Blaikie <dblaikie@gmail.com>
19571
19572 * gdb.mi/non-stop.c: Add return value for non-void function return
19573 statement.
19574 * gdb.threads/staticthreads.c: Ditto.
19575
19576 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19577 Doug Evans <xdje42@gmail.com>
19578
19579 * gdb.guile/scm-value.c: Improve test case.
19580 * gdb.guile/scm-value.exp: Add new test.
19581
19582 2014-04-11 David Blaikie <dblaikie@gmail.com>
19583
19584 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19585 override Clang's default.
19586
19587 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19588
19589 Revert the following changes (regressions):
19590
19591 * gdb.base/vla-sideeffect.c: New file.
19592 * gdb.base/vla-sideeffect.exp: New file.
19593
19594 * gdb.dwarf2/count.exp: New file.
19595
19596 * gdb.base/vla-multi.c: New file.
19597 * gdb.base/vla-multi.exp: New file.
19598
19599 * gdb.base/vla-ptr.c: New file.
19600 * gdb.base/vla-ptr.exp: New file.
19601
19602 * gdb.base/vla-datatypes.c: New file.
19603 * gdb.base/vla-datatypes.exp: New file.
19604
19605 * gdb.mi/mi-vla-c99.exp: New file.
19606 * gdb.mi/vla.c: New file.
19607
19608 2014-04-11 Keith Seitz <keiths@redhat.com>
19609
19610 PR c++/16675
19611 * gdb.cp/cpsizeof.exp: New file.
19612 * gdb.cp/cpsizeof.cc: New file.
19613
19614 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19615
19616 * gdb.mi/mi-vla-c99.exp: New file.
19617 * gdb.mi/vla.c: New file.
19618
19619 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19620
19621 * gdb.base/vla-datatypes.c: New file.
19622 * gdb.base/vla-datatypes.exp: New file.
19623
19624 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19625
19626 * gdb.base/vla-ptr.c: New file.
19627 * gdb.base/vla-ptr.exp: New file.
19628
19629 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19630
19631 * gdb.base/vla-multi.c: New file.
19632 * gdb.base/vla-multi.exp: New file.
19633
19634 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19635
19636 * gdb.dwarf2/count.exp: New file.
19637
19638 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19639
19640 * gdb.base/vla-sideeffect.c: New file.
19641 * gdb.base/vla-sideeffect.exp: New file.
19642
19643 2014-04-11 Yao Qi <yao@codesourcery.com>
19644
19645 * gdb.base/completion.exp: Check file exists before running tests
19646 on file completion.
19647
19648 2014-04-10 Pedro Alves <palves@redhat.com>
19649
19650 * gdb.base/cond-eval-mode.c: New file.
19651 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19652 prepare_for_testing to build the new file. Check result of
19653 runto_main.
19654 (test_break, test_watch): New procedures.
19655 (top level): Use them.
19656
19657 2014-04-08 Pierre Muller <muller@sourceware.org>
19658
19659 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19660 Ctrl-V use for mingw hosts.
19661
19662 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19663
19664 * gdb.python/py-value.c: Improve test case.
19665 * gdb.python/py-value.exp: Add new test.
19666
19667 2014-04-07 David Blaikie <dblaikie@gmail.com>
19668
19669 * lib/compiler.c: Identify the clang compiler.
19670 * lib/compiler.cc: Ditto.
19671
19672 2014-04-03 Yao Qi <yao@codesourcery.com>
19673
19674 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19675
19676 2014-04-01 Anton Blanchard <anton@samba.org>
19677
19678 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19679 messages unique.
19680
19681 2014-04-01 Anton Blanchard <anton@samba.org>
19682
19683 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19684 prepare_for_testing.
19685
19686 2014-04-01 Anton Blanchard <anton@samba.org>
19687
19688 * gdb.arch/ppc64-atomic-inst.c: Remove.
19689 * gdb.arch/ppc64-atomic-inst.S: New file.
19690 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19691
19692 2014-03-31 Doug Evans <dje@google.com>
19693
19694 * gdb.base/print-symbol-loading-lib.c: New file.
19695 * gdb.base/print-symbol-loading-main.c: New file.
19696 * gdb.base/print-symbol-loading.exp: New file.
19697
19698 2014-03-31 Yao Qi <yao@codesourcery.com>
19699
19700 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19701
19702 2014-03-28 Joel Brobecker <brobecker@adacore.com>
19703
19704 * gdb.ada/mi_dyn_arr: New testcase.
19705
19706 2014-03-27 Doug Evans <dje@google.com>
19707
19708 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19709
19710 2014-03-27 Yao Qi <yao@codesourcery.com>
19711
19712 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19713 if target is nios2-*-*.
19714
19715 2014-03-26 Yao Qi <yao@codesourcery.com>
19716
19717 * lib/gdb.exp (readline_is_used): New proc.
19718 * gdb.base/completion.exp: Move tests on command complete up.
19719 Skip the rest of tests if readline is not used.
19720 * gdb.ada/complete.exp: Skp the test if readline is not
19721 used.
19722 * gdb.base/filesym.exp: Likewise.
19723 * gdb.base/macscp.exp: Likewise.
19724 * gdb.base/readline-ask.exp: Likewise.
19725 * gdb.base/readline.exp: Likewise.
19726 * gdb.python/py-cmd.exp: Likewise.
19727 * gdb.trace/tfile.exp: Likewise.
19728
19729 2014-03-26 Yao Qi <yao@codesourcery.com>
19730
19731 * gdb.base/macscp.exp: Fix code format issues.
19732
19733 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19734
19735 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19736 * gdb.asm/powerpc64le.inc: New file.
19737
19738 2014-03-25 Pedro Alves <palves@redhat.com>
19739 Doug Evans <dje@google.com>
19740
19741 * gdb.base/source-execution.c: New file.
19742 * gdb.base/source-execution.exp: New file.
19743 * gdb.base/source-execution.gdb: New file.
19744
19745 2014-03-24 Doug Evans <dje@google.com>
19746
19747 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19748 using fission.
19749
19750 2014-03-24 Hui Zhu <hui@codesourcery.com>
19751 Pedro Alves <palves@redhat.com>
19752
19753 PR breakpoints/16101
19754 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19755 test pass/fail messages. Detect missing support for dprintf when
19756 breakpoints are actually inserted.
19757 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19758 breakpoints are actually inserted.
19759 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19760 fails.
19761
19762 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19763
19764 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19765
19766 2014-03-22 Doug Evans <xdje42@gmail.com>
19767
19768 * gdb.python/python.exp (python not supported): Verify multi-line
19769 python command issues an error.
19770 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19771 guile command issues an error.
19772
19773 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19774
19775 * gdb.threads/thread-specific.exp: Handle the lack of usable
19776 $this_breakpoint and $this_thread.
19777
19778 2014-03-21 Hui Zhu <hui@codesourcery.com>
19779
19780 * gdb.base/attach.exp (do_command_attach_tests): New.
19781
19782 2014-03-20 Tom Tromey <tromey@redhat.com>
19783 Pedro Alves <palves@redhat.com>
19784
19785 PR cli/15718
19786 * gdb.base/condbreak-call-false.c: New file.
19787 * gdb.base/condbreak-call-false.exp: New file.
19788
19789 2014-03-20 Pedro Alves <palves@redhat.com>
19790
19791 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19792 Delete.
19793 (block_signals, unblock_signals): Delete.
19794 (child_function_2, main): Remove references to deleted variable
19795 and functions.
19796
19797 2014-03-20 Pedro Alves <palves@redhat.com>
19798
19799 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19800 Use pthread_kill to signal thread 2.
19801 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19802 Adjust to make the test send itself a signal rather than using the
19803 host's "kill" command.
19804
19805 2014-03-20 Pedro Alves <palves@redhat.com>
19806
19807 * gdb.threads/multiple-step-overs.c: New file.
19808 * gdb.threads/multiple-step-overs.exp: New file.
19809 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19810 Adjust expected infrun debug output.
19811
19812 2014-03-20 Pedro Alves <palves@redhat.com>
19813
19814 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19815 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19816
19817 2014-03-20 Pedro Alves <palves@redhat.com>
19818
19819 PR breakpoints/7143
19820 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19821 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19822 of gdb_test_multiple.
19823 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19824 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19825
19826 2014-03-20 Pedro Alves <palves@redhat.com>
19827
19828 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19829 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19830
19831 2014-03-19 Pedro Alves <palves@redhat.com>
19832
19833 * gdb.base/async.exp: Remove early return.
19834
19835 2014-03-19 Pedro Alves <palves@redhat.com>
19836
19837 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19838
19839 2014-03-19 Pedro Alves <palves@redhat.com>
19840
19841 * gdb.base/async.exp (test_background): Expect \r\n after
19842 "completed." in the fail pattern.
19843
19844 2014-03-19 Pedro Alves <palves@redhat.com>
19845
19846 * gdb.base/async.exp (test_background): New procedure.
19847 Use it for all background execution command tests.
19848
19849 2014-03-19 Pedro Alves <palves@redhat.com>
19850
19851 * gdb.base/async.exp: Use prepare_for_testing.
19852
19853 2014-03-19 Pedro Alves <palves@redhat.com>
19854
19855 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19856 the same line.
19857
19858 2014-03-19 Pedro Alves <palves@redhat.com>
19859
19860 * gdb.base/async.c (main): Add "jump here" and "until here" line
19861 marker comments.
19862 * gdb.base/async.exp (jump_here): New global.
19863 (jump& test): Use it.
19864 (until_here): New global.
19865 (until& test): Use it.
19866
19867 2014-03-19 Pedro Alves <palves@redhat.com>
19868
19869 * gdb.base/async.exp: Don't frob gdb_protocol.
19870
19871 2014-03-18 Doug Evans <xdje42@gmail.com>
19872
19873 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19874 Fix spelling of exec-done-display.
19875
19876 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19877
19878 PR gdb/15358
19879 * gdb.base/gdb-sigterm.c: New file.
19880 * gdb.base/gdb-sigterm.exp: New file.
19881
19882 2014-03-18 Pedro Alves <palves@redhat.com>
19883
19884 PR gdb/13860
19885 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19886 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19887 solib-event.
19888
19889 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19890
19891 * gdb.ada/pckd_arr_ren: New testcase.
19892
19893 2014-03-13 Doug Evans <xdje42@gmail.com>
19894
19895 PR guile/16612
19896 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19897 collect after discarding symbols.
19898
19899 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19900 Doug Evans <xdje42@gmail.com>
19901
19902 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19903 to history survives a gc.
19904
19905 2014-03-13 Pedro Alves <palves@redhat.com>
19906
19907 * gdb.base/default.exp: Don't test "target procfs".
19908
19909 2014-03-13 Pedro Alves <palves@redhat.com>
19910
19911 * gdb.base/default.exp: Update "target child" and "target procfs"
19912 tests to not expect "Unix".
19913
19914 2014-03-12 Tom Tromey <tromey@redhat.com>
19915
19916 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19917 New procs. Add target-async tests.
19918 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19919 Add target-async tests.
19920
19921 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19922
19923 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19924 'func_start' and 'func_end' for the beginning and end of the
19925 function code, respectively.
19926 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19927 'func_end' instead of 'func' and 'main'.
19928
19929 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19930
19931 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19932 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19933 generate the debug info assembler source.
19934
19935 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19936
19937 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19938 * gdb.dwarf2/arr-subrange.exp: Likewise.
19939 * gdb.dwarf2/dwz.exp: Likewise.
19940 * gdb.dwarf2/method-ptr.exp: Likewise.
19941 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19942 * gdb.dwarf2/subrange.exp: Likewise.
19943 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19944 * gdb.dwarf2/implptrpiece.exp: Likewise.
19945 * gdb.dwarf2/nostaticblock.exp: Likewise.
19946
19947 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19948
19949 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19950 directory to absolute path name arguments.
19951
19952 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19953
19954 * gdb.ada/tagged_access: New testcase.
19955
19956 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19957
19958 * gdb.btrace/data.exp: Update expected output.
19959
19960 2014-03-06 Yao Qi <yao@codesourcery.com>
19961
19962 * gdb.trace/pr16508.exp: New file.
19963
19964 2014-03-05 Pedro Alves <palves@redhat.com>
19965
19966 PR gdb/16575
19967 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19968 procedure.
19969 (top level): Adjust to use it. Add tests that exercise breakpoint
19970 interaction with the code-cache.
19971
19972 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19973
19974 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19975 test for 'history-append!'.
19976
19977 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19978
19979 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19980 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19981 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19982 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19983 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19984 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19985
19986 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19987
19988 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19989 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19990 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19991
19992 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19993
19994 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19995
19996 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19997
19998 * gdb.dwarf2/arr-stride.c: New file.
19999 * gdb.dwarf2/arr-stride.exp: New file.
20000
20001 2014-02-26 Pedro Alves <palves@redhat.com>
20002
20003 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20004 that won't ever trigger. Make sure that GDB reports the correct
20005 breakpoint that caused the stop.
20006
20007 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20008
20009 PR gdb/16626
20010 * gdb.base/auto-load-script: New file.
20011 * gdb.base/auto-load.c: New file.
20012 * gdb.base/auto-load.exp: New file.
20013
20014 PR gdb/16626
20015 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20016
20017 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20018
20019 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20020 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20021
20022 2014-02-24 Doug Evans <dje@google.com>
20023
20024 * lib/gdb.exp (run_on_host): Log error output if program fails.
20025
20026 2014-02-21 Pedro Alves <palves@redhat.com>
20027
20028 * gdb.threads/step-after-sr-lock.c: Rename to ...
20029 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20030 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20031 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20032 ... this.
20033
20034 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20035
20036 PR tdep/16397
20037 * gdb.arch/amd64-stap-special-operands.exp: New file.
20038 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20039 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20040 * gdb.arch/amd64-stap-triplet.S: Likewise.
20041 * gdb.arch/amd64-stap-triplet.c: Likewise.
20042
20043 2014-02-20 Joel Brobecker <brobecker@adacore.com>
20044
20045 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20046 in .section pseudo-op.
20047
20048 2014-02-20 lin zuojian <manjian2006@gmail.com>
20049 Joel Brobecker <brobecker@adacore.com>
20050 Doug Evans <xdje42@gmail.com>
20051
20052 PR symtab/16581
20053 * gdb.dwarf2/dw2-icycle.S: New file.
20054 * gdb.dwarf2/dw2-icycle.c: New file.
20055 * gdb.dwarf2/dw2-icycle.exp: New file.
20056
20057 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20058
20059 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20060 operations on gdb.Value objects.
20061 * gdb.python/py-value-cc.exp: Add new test to test operations on
20062 gdb.Value objects.
20063
20064 2014-02-18 Doug Evans <dje@google.com>
20065
20066 * Makefile.in (TESTS): New variable.
20067 (expanded_tests, expanded_tests_or_none): New variables
20068 (check-single): Pass $(expanded_tests_or_none) to runtest.
20069 (check-parallel): Only run tests in $(TESTS) if non-empty.
20070 (check/no-matching-tests-found): New rule.
20071 * README: Document TESTS makefile variable.
20072
20073 2014-02-18 Doug Evans <dje@google.com>
20074
20075 * Makefile.in (check-parallel): rm -rf outputs temp.
20076
20077 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20078
20079 Fix "ERROR: no fileid for" in the testsuite.
20080 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20081
20082 2014-02-12 Doug Evans <dje@google.com>
20083
20084 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20085 (MISCELLANEOUS): New variable.
20086 (clean): rm -rf $(MISCELLANEOUS).
20087 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20088 dwp live in the same directory as symlinks, with each symlink pointed
20089 to a differently named file in a different directory.
20090
20091 2014-02-11 Doug Evans <dje@google.com>
20092
20093 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20094 of Tcl file commands.
20095
20096 2014-02-10 Mark Kettenis <kettenis@gnu.org>
20097
20098 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20099 "kill -SIGUSR1 -1".
20100
20101 2014-02-10 Joel Brobecker <brobecker@adacore.com>
20102
20103 * gdb.ada/tick_length_array_enum_idx: New testcase.
20104
20105 2014-02-10 Doug Evans <xdje42@gmail.com>
20106
20107 * configure.ac (AC_OUTPUT): Add gdb.guile.
20108 * configure: Regenerate.
20109 * lib/gdb-guile.exp: New file.
20110 * lib/gdb.exp (get_target_charset): New function.
20111 * gdb.base/help.exp: Update expected output from "apropos apropos".
20112 * gdb.guile/Makefile.in: New file.
20113 * gdb.guile/guile.exp: New file.
20114 * gdb.guile/scm-arch.c: New file.
20115 * gdb.guile/scm-arch.exp: New file.
20116 * gdb.guile/scm-block.c: New file.
20117 * gdb.guile/scm-block.exp: New file.
20118 * gdb.guile/scm-breakpoint.c: New file.
20119 * gdb.guile/scm-breakpoint.exp: New file.
20120 * gdb.guile/scm-disasm.c: New file.
20121 * gdb.guile/scm-disasm.exp: New file.
20122 * gdb.guile/scm-equal.c: New file.
20123 * gdb.guile/scm-equal.exp: New file.
20124 * gdb.guile/scm-error.exp: New file.
20125 * gdb.guile/scm-error.scm: New file.
20126 * gdb.guile/scm-frame-args.c: New file.
20127 * gdb.guile/scm-frame-args.exp: New file.
20128 * gdb.guile/scm-frame-args.scm: New file.
20129 * gdb.guile/scm-frame-inline.c: New file.
20130 * gdb.guile/scm-frame-inline.exp: New file.
20131 * gdb.guile/scm-frame.c: New file.
20132 * gdb.guile/scm-frame.exp: New file.
20133 * gdb.guile/scm-generics.exp: New file.
20134 * gdb.guile/scm-gsmob.exp: New file.
20135 * gdb.guile/scm-iterator.c: New file.
20136 * gdb.guile/scm-iterator.exp: New file.
20137 * gdb.guile/scm-math.c: New file.
20138 * gdb.guile/scm-math.exp: New file.
20139 * gdb.guile/scm-objfile-script-gdb.in: New file.
20140 * gdb.guile/scm-objfile-script.c: New file.
20141 * gdb.guile/scm-objfile-script.exp: New file.
20142 * gdb.guile/scm-objfile.c: New file.
20143 * gdb.guile/scm-objfile.exp: New file.
20144 * gdb.guile/scm-ports.exp: New file.
20145 * gdb.guile/scm-pretty-print.c: New file.
20146 * gdb.guile/scm-pretty-print.exp: New file.
20147 * gdb.guile/scm-pretty-print.scm: New file.
20148 * gdb.guile/scm-section-script.c: New file.
20149 * gdb.guile/scm-section-script.exp: New file.
20150 * gdb.guile/scm-section-script.scm: New file.
20151 * gdb.guile/scm-symbol.c: New file.
20152 * gdb.guile/scm-symbol.exp: New file.
20153 * gdb.guile/scm-symtab-2.c: New file.
20154 * gdb.guile/scm-symtab.c: New file.
20155 * gdb.guile/scm-symtab.exp: New file.
20156 * gdb.guile/scm-type.c: New file.
20157 * gdb.guile/scm-type.exp: New file.
20158 * gdb.guile/scm-value-cc.cc: New file.
20159 * gdb.guile/scm-value-cc.exp: New file.
20160 * gdb.guile/scm-value.c: New file.
20161 * gdb.guile/scm-value.exp: New file.
20162 * gdb.guile/source2.scm: New file.
20163 * gdb.guile/types-module.cc: New file.
20164 * gdb.guile/types-module.exp: New file.
20165
20166 2014-02-10 Yao Qi <yao@codesourcery.com>
20167
20168 PR testsuite/16543
20169 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20170 * configure: Regenerated.
20171 * Makefile.in: New file.
20172
20173 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20174
20175 * gdb.python/py-framefilter.exp: Fix typo.
20176
20177 2014-02-08 Yao Qi <yao@codesourcery.com>
20178
20179 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20180 that no =breakpoint-modified is emitted when breakpoints are
20181 modified through MI commands.
20182
20183 2014-02-07 Pedro Alves <pedro@codesourcery.com>
20184 Pedro Alves <palves@redhat.com>
20185
20186 * gdb.threads/step-after-sr-lock.c: New file.
20187 * gdb.threads/step-after-sr-lock.exp: New file.
20188
20189 2014-02-07 Pedro Alves <palves@redhat.com>
20190
20191 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20192
20193 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20194
20195 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20196 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20197
20198 2014-02-06 Doug Evans <xdje42@gmail.com>
20199
20200 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20201 output.
20202
20203 * gdb.gdb/python-interrupts.exp: New file.
20204
20205 2014-02-05 Yao Qi <yao@codesourcery.com>
20206
20207 * gdb.trace/report.exp (use_collected_data): Test the output
20208 of "info threads" and "info inferiors".
20209
20210 2014-02-05 Yao Qi <yao@codesourcery.com>
20211
20212 Revert this patch:
20213
20214 2013-05-24 Yao Qi <yao@codesourcery.com>
20215
20216 * gdb.trace/tfile.exp: Test inferior and thread.
20217
20218 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20219
20220 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20221 on a function.
20222 * gdb.base/step-bt.c: Call hello via function pointer to make
20223 sure its first instruction is executed on powerpc64le-linux.
20224
20225 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20226
20227 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20228
20229 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20230
20231 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20232 of the test patterns for use on little-endian systems.
20233
20234 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20235
20236 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20237 (decimal_vector): Fix for little-endian.
20238
20239 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20240
20241 * gdb.arch/sparc-sysstep.exp: New file.
20242 * gdb.arch/sparc-sysstep.c: Likewise.
20243
20244 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20245
20246 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20247
20248 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20249
20250 2014-01-23 Tom Tromey <tromey@redhat.com>
20251
20252 * gdb.ada/array_char_idx: New testcase.
20253
20254 2014-01-23 Tom Tromey <tromey@redhat.com>
20255
20256 PR python/16487:
20257 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20258 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20259 classes.
20260
20261 2014-01-23 Tom Tromey <tromey@redhat.com>
20262
20263 PR python/16491:
20264 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20265 string from an inferior frame.
20266 * gdb.python/py-framefilter-mi.exp: Update.
20267
20268 2014-01-22 Doug Evans <dje@google.com>
20269
20270 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20271
20272 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20273
20274 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20275
20276 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20277
20278 * gdb.trace/entry-values.exp: Remove excess space character from
20279 regex patterns. Handle s390 call instruction.
20280
20281 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20282
20283 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20284 define "*_start" label. Make "name" static.
20285 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20286 ${name} by references to ${name}_start.
20287
20288 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20289
20290 * gdb.base/info-macros.exp: Remove "debug" from the compile
20291 options.
20292
20293 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20294
20295 * gdb.dlang/demangle.exp: New file.
20296
20297 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20298
20299 * gdb.dlang/primitive-types.exp: New file.
20300
20301 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20302
20303 * configure.ac: Create gdb.dlang/Makefile.
20304 * configure: Regenerate.
20305 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20306 * gdb.dlang/Makefile.in: New file.
20307 * lib/d-support.exp: New file.
20308 * lib/gdb.exp (skip_d_tests): New proc.
20309
20310 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20311
20312 * gdb.btrace/delta.exp: Check reverse stepi.
20313 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20314 * gdb.btrace/finish.exp: New.
20315 * gdb.btrace/next.exp: New.
20316 * gdb.btrace/nexti.exp: New.
20317 * gdb.btrace/record_goto.c: Add comments.
20318 * gdb.btrace/step.exp: New.
20319 * gdb.btrace/stepi.exp: New.
20320 * gdb.btrace/multi-thread-step.c: New.
20321 * gdb.btrace/multi-thread-step.exp: New.
20322 * gdb.btrace/rn-dl-bind.c: New.
20323 * gdb.btrace/rn-dl-bind.exp: New.
20324 * gdb.btrace/data.c: New.
20325 * gdb.btrace/data.exp: New.
20326 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20327
20328 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20329
20330 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20331 * gdb.btrace/exception.exp: Update.
20332 * gdb.btrace/instruction_history.exp: Update.
20333 * gdb.btrace/record_goto.exp: Update.
20334 * gdb.btrace/tailcall.exp: Update.
20335 * gdb.btrace/unknown_functions.exp: Update.
20336 * gdb.btrace/delta.exp: New.
20337
20338 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20339
20340 * gdb.btrace/record_goto.exp: Add backtrace test.
20341 * gdb.btrace/tailcall.exp: Add backtrace test.
20342
20343 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20344
20345 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20346 * gdb.btrace/record_goto.c: New.
20347 * gdb.btrace/record_goto.exp: New.
20348 * gdb.btrace/x86-record_goto.S: New.
20349
20350 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20351
20352 * gdb.btrace/function_call_history.exp: Update tests.
20353 * gdb.btrace/instruction_history.exp: Update tests.
20354
20355 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20356
20357 * gdb.btrace/function_call_history.exp: Fix expected field
20358 order for "record function-call-history".
20359 Add new tests for "record function-call-history /c".
20360 * gdb.btrace/exception.cc: New.
20361 * gdb.btrace/exception.exp: New.
20362 * gdb.btrace/tailcall.exp: New.
20363 * gdb.btrace/x86-tailcall.S: New.
20364 * gdb.btrace/x86-tailcall.c: New.
20365 * gdb.btrace/unknown_functions.c: New.
20366 * gdb.btrace/unknown_functions.exp: New.
20367 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20368
20369 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20370
20371 * gdb.btrace/instruction_history.exp: Update.
20372 * gdb.btrace/function_call_history.exp: Update.
20373
20374 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20375
20376 * gdb.btrace/function_call_history.exp: Fix expected function
20377 trace.
20378 * gdb.btrace/instruction_history.exp: Initialize traced.
20379 Remove traced_functions.
20380
20381 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20382
20383 * gdb.btrace/function_call_history.exp: Update
20384 * gdb.btrace/instruction_history.exp: Update.
20385
20386 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20387
20388 * gdb.btrace/enable.exp: Update expected text.
20389
20390 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20391
20392 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20393 bytes.
20394
20395 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20396
20397 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20398
20399 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
20400
20401 * lib/gdb.exp (supports_process_record): Return true for
20402 arm*-linux*. (supports_reverse): Likewise.
20403
20404 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20405
20406 PR python/15464
20407 PR python/16113
20408 * gdb.python/py-type.c: Enhance test case.
20409 * gdb.python/py-value-cc.cc: Likewise
20410 * gdb.python/py-type.exp: Add new tests.
20411 * gdb.python/py-value-cc.exp: Likewise
20412
20413 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20414 Pedro Alves <palves@redhat.com>
20415
20416 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20417 Make "name" extern.
20418 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20419 references to ${name}_start by references to ${name}.
20420
20421 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20422
20423 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20424
20425 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20426
20427 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20428
20429 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20430 Pedro Alves <palves@redhat.com>
20431
20432 * gdb.mi/mi-info-os.exp: Connect to the target with
20433 mi_gdb_target_load.
20434
20435 2014-01-08 Pedro Alves <palves@redhat.com>
20436
20437 * gdb.threads/reconnect-signal.c: New file.
20438 * gdb.threads/reconnect-signal.exp: New file.
20439
20440 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20441
20442 * gdb.base/source-dir.exp: New file.
20443
20444 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20445
20446 * gdb.ada/mi_interface: New testcase.
20447
20448 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20449
20450 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20451 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20452 gdb.ada/pp-rec-component/pck.ads: New files.
20453
20454 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20455
20456 * gdb.python/py-pp-integral.c: New file.
20457 * gdb.python/py-pp-integral.py: New file.
20458 * gdb.python/py-pp-integral.exp: New file.
20459
20460 For older changes see ChangeLog-1993-2013.
20461 \f
20462 ;; Local Variables:
20463 ;; mode: change-log
20464 ;; left-margin: 8
20465 ;; fill-column: 74
20466 ;; version-control: never
20467 ;; End:
20468
20469 Copyright 2014-2020 Free Software Foundation, Inc.
20470 Copying and distribution of this file, with or without modification,
20471 are permitted provided the copyright notice and this notice are preserved.