x86: adjust/correct VFRCZ{P,S}{S,D} decoding
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-07-03 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/structs2.c (main): Adjust second parem_reg call to
4 explicitly write negative numbers.
5 * gdb.base/structs2.exp: Adjust expected output.
6
7 2020-07-03 Pedro Alves <palves@redhat.com>
8
9 * gdb.base/charset.c (init_string): Change all char parameters to
10 unsigned char parameters.
11
12 2020-07-03 Pedro Alves <palves@redhat.com>
13
14 * gdb.base/call-sc.exp (start_scalars_test): Use
15 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
16 * gdb.base/overlays.c: Remove references to PARAMS.
17 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
18 * gdb.base/reread.exp: Don't set 'prototypes' global.
19 * gdb.base/structs.exp (start_structs_test): Use
20 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
21 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
22 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
23 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
24 call.
25 * gdb.base/varargs.exp: Don't set 'prototypes' global.
26
27 2020-07-03 Pedro Alves <palves@redhat.com>
28
29 * gdb.base/m32rovly.c: Delete.
30 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
31
32 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
33
34 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
35 of gdb_py_test_multiple.
36 * gdb.python/py-cmd.exp: Likewise.
37 * gdb.python/py-events.exp: Likewise.
38 * gdb.python/py-function.exp: Likewise.
39 * gdb.python/py-inferior.exp: Likewise.
40 * gdb.python/py-infthread.exp: Likewise.
41 * gdb.python/py-linetable.exp: Likewise.
42 * gdb.python/py-parameter.exp: Likewise.
43 * gdb.python/py-value.exp: Likewise.
44
45 2020-06-30 Tom de Vries <tdevries@suse.de>
46
47 PR testsuite/26175
48 * lib/future.exp (gdb_default_target_compile): Detect and handle
49 early_flags.
50
51 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
52
53 * boards/simavr.exp (gdb_load): Catch errors when closing
54 previous connection. Close connection, wait for process and
55 unset simavr_spawn_id on failure.
56
57 2020-06-29 Tom de Vries <tdevries@suse.de>
58
59 * lib/gdb.exp (unknown): Make test-case unresolved.
60
61 2020-06-29 Tom de Vries <tdevries@suse.de>
62
63 PR gdb/25475
64 * gdb.server/solib-list.exp: Verify that the symbol reload
65 confirmation question is asked.
66
67 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
68
69 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
70 have a input seq nr in each pass message.
71 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
72 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
73 * gdb.python/python.exp: Make test names unique,
74 use gdb_test_multiline instead of gdb_py_test_multiple,
75 use $gdb_test_name.
76 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
77
78 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
79
80 * configure.ac: Add --enable-libctf.
81 * aclocal.m4: sinclude ../config/enable.m4.
82 * Makefile.in (site.exp): Add enable_libctf to site.exp.
83 * lib/gdb.exp (skip_ctf_tests): Use it.
84 * gdb.base/ctf-constvars.exp: Error message tweak.
85 * gdb.base/ctf-ptype.exp: Likewise.
86 * configure: Regenerate.
87
88 2020-06-26 Gary Benson <gbenson@redhat.com>
89
90 * gdb.cp/try_catch.cc: Include string.h.
91 (main): Replace comparison against string literal with
92 strcmp, avoiding build failure with -Wstring-compare.
93 Add "marker test-complete".
94 * gdb.cp/try_catch.exp: Run the test to the above marker,
95 then verify that the value of "test" is still true.
96
97 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
98
99 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
100
101 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
102
103 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
104
105 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
106
107 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
108 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
109 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
110 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
111 * gdb.arch/riscv-tdesc-loading.exp: New file.
112
113 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
114
115 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
116
117 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
118
119 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
120 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
121 * gdb.arch/riscv-tdesc-regs.c: New file.
122 * gdb.arch/riscv-tdesc-regs.exp: New file.
123
124 2020-06-24 Pedro Alves <palves@redhat.com>
125
126 * gdb.arch/amd64-entry-value-paramref.exp: Use
127 prepare_for_testing_full and don't pass "c++" for the .S file
128 build spec.
129 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
130 $options, since it's an assembly file. Remove -Wno-deprecated.
131 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
132 compiling C++ programs.
133
134 2020-06-24 Pedro Alves <palves@redhat.com>
135
136 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
137 Clang, add "-Wno-unknown-warning-option" to the options.
138
139 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
140
141 * gdb.xml/tdesc-reload.c: New file.
142 * gdb.xml/tdesc-reload.exp: New file.
143 * gdb.xml/maint-xml-dump-01.xml: New file.
144 * gdb.xml/maint-xml-dump-02.xml: New file.
145 * gdb.xml/maint-xml-dump.exp: New file.
146
147 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
148
149 * lib/completion-support.exp (test_gdb_completion_offers_commands):
150 Adjust for omitted commands when TUI is disabled.
151
152 2020-06-23 Gary Benson <gbenson@redhat.com>
153 Pedro Alves <palves@redhat.com>
154
155 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
156 * gdb.cp/nsimport.cc: Likewise.
157 * gdb.cp/nsnested.cc: Likewise.
158 * gdb.cp/nsnoimports.cc: Likewise.
159 * gdb.cp/nsusing.cc: Likewise.
160 * gdb.cp/smartp.cc: Likewise.
161 * gdb.python/py-pp-integral.c: Likewise.
162 * gdb.python/py-pp-re-notag.c: Likewise.
163
164 2020-06-23 Gary Benson <gbenson@redhat.com>
165
166 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
167 * gdb.cp/nsimport.cc: Likewise.
168 * gdb.cp/nsnested.cc: Likewise.
169 * gdb.cp/nsnoimports.cc: Likewise.
170 * gdb.cp/nsusing.cc: Likewise.
171 * gdb.cp/smartp.cc: Likewise.
172 * gdb.python/py-pp-integral.c: Likewise.
173 * gdb.python/py-pp-re-notag.c: Likewise.
174
175 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
176
177 * gdb.base/default-args.exp: New test.
178 * gdb.base/default-args.c: New file.
179 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
180 * gdb.base/default.exp: Update to new help text.
181 * gdb.base/help.exp: Likewise.
182 * gdb.base/page.exp: Likewise.
183 * gdb.base/style.exp: Likewise.
184 * gdb.guile/guile.exp: Likewise.
185 * gdb.python/python.exp: Likewise.
186
187 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
188
189 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
190 remote host. Fix search path syntax on Windows host.
191
192 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
193
194 * gdb.base/attach.exp: Test priority of 'exec-file' changed
195 over 'exec-file-mismatch'.
196 * gdb.base/attach.c: Mark should_exit volatile.
197 * gdb.base/attach2.c: Likewise. Add a comment explaining
198 why the sleep cannot be big.
199 * gdb.base/attach3.c: New file.
200
201 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
202
203 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
204 prefix optional.
205
206 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
207
208 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
209 for remote host.
210
211 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
212 Hafiz Abid Qadeer <abidh@codesourcery.com>
213
214 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
215 file sent to remote host.
216 (top level): Allow int32_t as type of 32-bit register.
217
218 2020-06-19 Tom de Vries <tdevries@suse.de>
219
220 * lib/gdb.exp (gdb_note): New proc.
221 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
222 (gdb_default_target_compile): ... here. Only call
223 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
224 (use_gdb_compile): Change to array.
225 (toplevel): Update sets of use_gdb_compile to specify language.
226 Warn about default_target_compile override. Store dejagnu's version
227 of default_target_compile in dejagnu_default_target_compile.
228
229 2020-06-18 Tom de Vries <tdevries@suse.de>
230
231 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
232 (default_gdb_init): ... here.
233
234 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
235
236 Fix TUI support checks in gdb.tui tests.
237
238 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
239 just say UNSUPPORTED.
240 * gdb.tui/corefile-run.exp: Likewise.
241 * gdb.tui/empty.exp: Likewise.
242 * gdb.tui/list-before.exp: Likewise.
243 * gdb.tui/list.exp: Likewise.
244 * gdb.tui/main.exp: Likewise.
245 * gdb.tui/regs.exp: Likewise.
246 * gdb.tui/resize.exp: Likewise.
247 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
248 * gdb.tui/tui-layout-asm.exp: Likewise.
249 * gdb.tui/tui-missing-src.exp: Likewise.
250 * gdb.tui/winheight.exp: Likewise.
251 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
252
253 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
254
255 Fix TCL error in gdb.python/py-format-string.exp.
256
257 * gdb.python/py-format-string.exp: Move test for python support
258 earlier, out of function body.
259
260 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
261
262 * gdb.base/index-cache-load-twice.c: New.
263 * gdb.base/index-cache-load-twice.exp: New.
264
265 2020-06-17 Keith Seitz <keiths@redhat.com>
266
267 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
268 when executing "gdb --configuration".
269
270 2020-06-17 Tom de Vries <tdevries@suse.de>
271
272 * lib/gdb.exp (gdb_tcl_unknown): New proc.
273 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
274 conditional on presence of gdb_tcl_unknown.
275 (gdb_finish): Make override undo conditional on presence of
276 gdb_tcl_unknown.
277
278 2020-06-16 Tom Tromey <tom@tromey.com>
279
280 * gdb.python/tui-window.py (failwin): New function. Register it
281 as a TUI window type.
282 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
283
284 2020-06-16 Gary Benson <gbenson@redhat.com>
285
286 * gdb.python/py-nested-maps.c (create_map): Add missing return
287 value.
288 (create_map_map): Likewise.
289
290 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
291
292 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
293 variable.
294 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
295 and use the already-defined 'options' variable.
296
297 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
298 Tom de Vries <tdevries@suse.de>
299
300 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
301 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
302 (gdb_setup_known_globals): New proc.
303 (gdb_cleanup_globals): New proc.
304 * lib/gdb.exp (load_lib): New override proc.
305 (gdb_stdin_log_init): Set var in_file as persistent global.
306 * lib/pascal.exp (gdb_stdin_log_init): Set vars
307 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
308 fpc_compiler as persistent global.
309
310 2020-06-12 Tom de Vries <tdevries@suse.de>
311
312 * lib/tuiterm.exp (spawn): Rename to ...
313 (tui_spawn): ... this.
314 (toplevel): Move rename of spawn ...
315 (gdb_init_tuiterm): ... here. New proc.
316 (gdb_finish_tuiterm): New proc.
317 * lib/gdb.exp (gdb_finish_hooks): New global var.
318 (gdb_finish): Handle gdb_finish_hooks.
319 (tuiterm_env): New proc.
320 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
321 tuiterm_env.
322 * gdb.tui/basic.exp: Same.
323 * gdb.tui/corefile-run.exp: Same.
324 * gdb.tui/empty.exp: Same.
325 * gdb.tui/list-before.exp: Same.
326 * gdb.tui/list.exp: Same.
327 * gdb.tui/main.exp: Same.
328 * gdb.tui/new-layout.exp: Same.
329 * gdb.tui/regs.exp: Same.
330 * gdb.tui/resize.exp: Same.
331 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
332 * gdb.tui/tui-layout-asm.exp: Same.
333 * gdb.tui/tui-missing-src.exp: Same.
334 * gdb.tui/winheight.exp: Same.
335
336 2020-06-12 Tom de Vries <tdevries@suse.de>
337
338 PR testsuite/26110
339 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
340 (gdb_finish): Reinstall dejagnu's override of ::unknown.
341
342 2020-06-11 Tom Tromey <tom@tromey.com>
343
344 PR gdb/18318:
345 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
346 floating point tests.
347
348 2020-06-11 Keith Seitz <keiths@redhat.com>
349
350 PR gdb/21356
351 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
352 vla_struct.
353 Add new struct vla_typedef and union vla_typedef_union and
354 corresponding instantiation objects.
355 Initialize new objects.
356 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
357 and vla_typedef_union_object.
358 Fixup type for vla_struct_object.
359
360 2020-06-11 Tom de Vries <tdevries@suse.de>
361
362 * lib/gdb.exp (with_override): New proc, factored out of ...
363 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
364
365 2020-06-10 Tom de Vries <tdevries@suse.de>
366
367 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
368
369 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
370
371 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
372 parameter, update callers.
373
374 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
375
376 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
377 * gdb.dwarf2/share-psymtabs-bt.c: New file.
378 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
379
380 2020-06-04 Tom de Vries <tdevries@suse.de>
381
382 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
383
384 2020-06-04 Tom de Vries <tdevries@suse.de>
385
386 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
387 exp_continue.
388
389 2020-06-04 Tom de Vries <tdevries@suse.de>
390
391 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
392
393 2020-06-03 Tom de Vries <tdevries@suse.de>
394
395 PR symtab/26046
396 * gdb.cp/breakpoint-locs-2.cc: New test.
397 * gdb.cp/breakpoint-locs.cc: New test.
398 * gdb.cp/breakpoint-locs.exp: New file.
399 * gdb.cp/breakpoint-locs.h: New test.
400
401 2020-06-03 Tom de Vries <tdevries@suse.de>
402
403 PR testsuite/25609
404 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
405 value of global verbose.
406 * gdb.base/jit-elf.exp: Same.
407 * gdb.base/jit-reader.exp: Same.
408
409 2020-06-02 Tom de Vries <tdevries@suse.de>
410
411 * gdb.dwarf2/multidictionary.exp: Don't use
412 gdb_spawn_with_cmdline_opts.
413
414 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
415
416 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
417 use_header case.
418 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
419 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
420 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
421 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
422 * gdb.dwarf2/dw2-inline-header.c: New file.
423 * gdb.dwarf2/dw2-inline-header.h: New file.
424
425 2020-05-30 Pedro Alves <palves@redhat.com>
426
427 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
428 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
429
430 2020-05-29 Gary Benson <gbenson@redhat.com>
431
432 * gdb.compile/compile-cplus.exp (additional_flags): Also
433 set when building with clang.
434 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
435 when building with clang.
436
437 2020-05-29 Gary Benson <gbenson@redhat.com>
438
439 * gdb.arch/i386-avx.exp (additional_flags): Also set when
440 building with clang.
441 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
442
443 2020-05-29 Gary Benson <gbenson@redhat.com>
444
445 * gdb.cp/koenig.exp (prepare_for_testing): Add
446 additional_flags=-Wno-unused-comparison.
447 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
448
449 2020-05-28 Gary Benson <gbenson@redhat.com>
450
451 * gdb.base/sigaltstack.c (catcher): Add default case to switch
452 statement.
453
454 2020-05-28 Gary Benson <gbenson@redhat.com>
455
456 * gdb.cp/classes.exp (prepare_for_testing): Add
457 additional_flags=-Wno-deprecated-register.
458 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
459 * gdb.cp/misc.exp: Likewise.
460
461 2020-05-28 Gary Benson <gbenson@redhat.com>
462
463 * gdb.linespec/cpls-ops.cc (dummy): New static global.
464 (test_op_new::operator new): Add return statement.
465 (test_op_new_array::operator new[]): Likewise.
466
467 2020-05-27 Pedro Alves <palves@redhat.com>
468
469 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
470 check. Use test_gdb_complete_unique instead of
471 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
472 test_gdb_complete_multiple instead of
473 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
474
475 2020-05-27 Luis Machado <luis.machado@linaro.org>
476
477 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
478 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
479 * gdb.arch/arm-disassembler-options.exp: Likewise.
480 * gdb.arch/arm-disp-step.exp: Likewise.
481 * gdb.arch/thumb-prologue.exp: Likewise.
482 * gdb.base/async.exp: Likewise.
483 * gdb.base/auxv.exp: Likewise.
484 * gdb.base/complex-parts.exp: Likewise.
485 * gdb.base/ena-dis-br.exp: Likewise.
486 * gdb.base/foll-exec.exp: Likewise.
487 * gdb.base/permissions.exp: Likewise.
488 * gdb.base/relocate.exp: Likewise.
489 * gdb.base/return2.exp: Likewise.
490 * gdb.base/sigbpt.exp: Likewise.
491 * gdb.base/siginfo-obj.exp: Likewise.
492 * gdb.cp/converts.exp: Likewise.
493 * gdb.cp/exceptprint.exp: Likewise.
494 * gdb.cp/inherit.exp: Likewise.
495 * gdb.cp/nsnoimports.exp: Likewise.
496 * gdb.cp/virtbase2.exp: Likewise.
497 * gdb.mi/mi-var-cmd.exp: Likewise.
498 * gdb.mi/var-cmd.c: Likewise.
499
500 2020-05-26 Tom Tromey <tromey@adacore.com>
501
502 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
503
504 2020-05-26 Tom Tromey <tromey@adacore.com>
505
506 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
507 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
508 type.
509 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
510 variable.
511
512 2020-05-26 Christian Biesinger <cbiesinger@google.com>
513
514 * Makefile.in: Use = instead of == for the test command
515 for portability.
516
517 2020-05-26 Tom de Vries <tdevries@suse.de>
518
519 * gdb.base/gold-gdb-index-2.c: New test.
520 * gdb.base/gold-gdb-index.c: New test.
521 * gdb.base/gold-gdb-index.exp: New file.
522 * gdb.base/gold-gdb-index.h: New test.
523
524 2020-05-25 Tom de Vries <tdevries@suse.de>
525
526 * boards/gold-gdb-index.exp: New file.
527
528 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
529
530 * boards/simavr.exp: New file.
531
532 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
533
534 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
535 * gdb.base/inferior-args.exp: New file.
536 * gdb.base/inferior-args.c: New file.
537
538 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
539
540 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
541 inferior_args. Pass it to gdb_reload.
542 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
543 inferior_args.
544 (gdb_reload): Add inferior_args argument.
545 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
546 pass it to gdbserver_run.
547 * boards/native-gdbserver.exp: Do not set noargs.
548 * boards/native-extended-gdbserver.exp (gdb_reload): Add
549 inferior_args argument.
550 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
551 * gdb.base/a2-run.exp: Check for use_gdb_stub.
552 * gdb.base/args.exp: Likewise.
553
554 2020-05-25 Tom de Vries <tdevries@suse.de>
555
556 * lib/gdb.exp (exec_is_pie): Add comment.
557
558 2020-05-25 Tom de Vries <tdevries@suse.de>
559
560 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
561 instead of $binfile in the untested message.
562
563 2020-05-25 Tom de Vries <tdevries@suse.de>
564
565 PR testsuite/26031
566 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
567
568 2020-05-25 Tom de Vries <tdevries@suse.de>
569
570 * boards/gold.exp: New file.
571
572 2020-05-23 Tom Tromey <tom@tromey.com>
573
574 * gdb.base/style.exp: Remove completion styling test.
575 * lib/gdb-utils.exp (style): Remove completion styles.
576
577 2020-05-23 Tom Tromey <tom@tromey.com>
578
579 * gdb.base/style.exp: Add completion styling test.
580 * lib/gdb-utils.exp (style): Add completion styles.
581
582 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
583
584 * gdb.base/annota1.exp: Update expected results.
585 * gdb.cp/annota2.exp: Update expected results, remove duplicate
586 test name.
587 * gdb.cp/annota3.exp: Update expected results.
588
589 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
590
591 PR gdb/26016
592 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
593 against MAP_FAILED.
594 * gdb.base/coremaker.c (mmapdata): Likewise.
595 * gdb.base/jit-reader-host.c (main): Likewise.
596 * gdb.base/sym-file-loader.c (load): Likewise.
597 (load_shlib): Likewise.
598
599 2020-05-20 Tom Tromey <tromey@adacore.com>
600
601 * gdb.ada/array_char_idx.exp: Recognize initialized array.
602
603 2020-05-20 Tom de Vries <tdevries@suse.de>
604
605 PR symtab/25833
606 * gdb.base/with-mf-inc.c: New test.
607 * gdb.base/with-mf-main.c: New test.
608 * gdb.base/with-mf.exp: New file.
609
610 2020-05-19 Tom Tromey <tromey@adacore.com>
611
612 * gdb.rust/simple.exp: Restore missing test result.
613
614 2020-05-19 Tom de Vries <tdevries@suse.de>
615
616 * gdb.base/gdb-caching-proc.exp: Fix typo.
617
618 2020-05-19 Tom Tromey <tromey@adacore.com>
619
620 * gdb.rust/simple.exp: Add some test descriptions.
621 (test_one_slice): Use with_test_prefix.
622
623 2020-05-18 Tom de Vries <tdevries@suse.de>
624
625 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
626
627 2020-05-17 Pedro Alves <palves@redhat.com>
628
629 PR gdb/25741
630 * gdb.base/hw-sw-break-same-address.exp: New file.
631
632 2020-05-16 Pedro Alves <palves@redhat.com>
633
634 * gdb.multi/multi-re-run.exp (test_re_run): Switch
635 LAST_LOADED_FILE accordingly.
636
637 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
638
639 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
640
641 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
642
643 * gdb.base/help.exp: Test apropos and help for commands
644 having aliases. Fixed comments not starting with an
645 upper-case letter or not finishing with a dot.
646
647 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
648
649 * gdb.base/alias.exp: Update help output check.
650
651 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
652
653 * gdb.base/default.exp: Update output following fixes.
654
655 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
656
657 * gdb.base/alias.exp: Test aliases starting with a prefix of
658 another alias.
659
660 2020-05-15 Gary Benson <gbenson@redhat.com>
661
662 * gdb.base/info-os.c (main): Add return statement.
663 * gdb.base/info_minsym.c (minsym_fun): Likewise.
664 * gdb.base/large-frame-2.c (func): Likewise.
665 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
666 * gdb.base/pr10179-b.c (foo2): Likewise.
667 * gdb.base/valgrind-disp-step.c (foo): Likewise.
668 * gdb.base/watch-cond.c (func): Likewise.
669 * gdb.multi/goodbye.c (verylongfun): Likewise.
670 * gdb.multi/hello.c (commonfun): Likewise.
671 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
672 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
673 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
674 Likewise.
675 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
676 * gdb.threads/interrupt-while-step-over.c (child_function):
677 Likewise.
678 * gdb.trace/actions-changed.c (end): Likewise.
679
680 2020-05-15 Gary Benson <gbenson@redhat.com>
681
682 * gdb.opencl/callfuncs.exp: Report when test skipped.
683 * gdb.opencl/convs_casts.exp: Likewise.
684 * gdb.opencl/datatypes.exp: Likewise.
685 * gdb.opencl/operators.exp: Likewise.
686 * gdb.opencl/vec_comps.exp: Likewise.
687
688 2020-05-15 Tom de Vries <tdevries@suse.de>
689
690 * gdb.base/align.exp.in: Rename to ...
691 * gdb.base/align.exp.tcl: ... this.
692 * gdb.base/align-c++.exp: Update.
693 * gdb.base/align-c.exp: Update.
694 * gdb.base/all-architectures.exp.in: Rename to ...
695 * gdb.base/all-architectures.exp: ... this.
696 * gdb.base/all-architectures-0.exp: Update.
697 * gdb.base/all-architectures-1.exp: Update.
698 * gdb.base/all-architectures-2.exp: Update.
699 * gdb.base/all-architectures-3.exp: Update.
700 * gdb.base/all-architectures-4.exp: Update.
701 * gdb.base/all-architectures-5.exp: Update.
702 * gdb.base/all-architectures-6.exp: Update.
703 * gdb.base/all-architectures-7.exp: Update.
704 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
705 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
706 * gdb.base/infcall-nested-structs-c++.exp: Update.
707 * gdb.base/infcall-nested-structs-c.exp: Update.
708 * gdb.base/info-types.exp.in: Rename to ...
709 * gdb.base/info-types.exp.tcl: ... this.
710 * gdb.base/info-types-c++.exp: Update.
711 * gdb.base/info-types-c.exp: Update.
712 * gdb.base/max-depth.exp.in: Rename to ...
713 * gdb.base/max-depth.exp.tcl: ... this.
714 * gdb.base/max-depth-c++.exp: Update.
715 * gdb.base/max-depth-c.exp: Update.
716 * gdb.cp/cpexprs.exp.in: Rename to ...
717 * gdb.cp/cpexprs.exp.tcl: ... this.
718 * gdb.cp/cpexprs-debug-types.exp: Update.
719 * gdb.cp/cpexprs.exp: Update.
720 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
721 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
722 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
723 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
724 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
725 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
726 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
727 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
728 * gdb.dwarf2/clang-debug-names-2.exp: Update.
729 * gdb.dwarf2/clang-debug-names.exp: Update.
730
731 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
732
733 * lib/check-test-names.exp: Remove code that prevents this file
734 loading when tests are run in parallel.
735
736 2020-05-15 Pedro Alves <palves@redhat.com>
737
738 * gdb.multi/multi-kill.exp (start_inferior): Remove
739 'testpid' parameter. Refer to namespace variable directly.
740 (testpid): Declare as namespace variable.
741
742 2020-05-15 Pedro Alves <palves@redhat.com>
743
744 * gdb.multi/multi-kill.exp: Wrap in namespace.
745 (start_inferior): Add TESTPID parameter. Use it instead of the
746 testpid global.
747 (top level): Define empty TESTPID array, and pass it down to
748 start_inferior.
749
750 2020-05-14 Tom de Vries <tdevries@suse.de>
751
752 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
753 output.
754
755 2020-05-14 Tom de Vries <tdevries@suse.de>
756
757 * gdb.base/align.exp: Split into ...
758 * gdb.base/align.exp.in: ...
759 * gdb.base/align-c++.exp: ...
760 * gdb.base/align-c.exp: ... these.
761 * gdb.base/infcall-nested-structs.exp: Split into ...
762 * gdb.base/infcall-nested-structs.exp.in: ...
763 * gdb.base/infcall-nested-structs-c++.exp: ...
764 * gdb.base/infcall-nested-structs-c.exp: ... these.
765 * gdb.base/info-types.exp: Split into ...
766 * gdb.base/info-types.exp.in: ...
767 * gdb.base/info-types-c++.exp: ...
768 * gdb.base/info-types-c.exp: ... these.
769 * gdb.base/max-depth.exp: Split into ...
770 * gdb.base/max-depth.exp.in: ...
771 * gdb.base/max-depth-c++.exp: ...
772 * gdb.base/max-depth-c.exp: ... these.
773 * gdb.cp/infcall-nodebug.exp: Split into ...
774 * gdb.cp/infcall-nodebug.exp.in: ...
775 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
776 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
777 * gdb.cp/infcall-nodebug-c-d0.exp: ...
778 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
779
780 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
781 Pedro Alves <palves@redhat.com>
782
783 * gdb.multi/multi-exit.c: New file.
784 * gdb.multi/multi-exit.exp: New file.
785 * gdb.multi/multi-kill.c: New file.
786 * gdb.multi/multi-kill.exp: New file.
787
788 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
789
790 * gdb.base/annota1.exp: Update the expected output.
791 * gdb.cp/annota2.exp: Ditto.
792
793 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
794
795 * lib/check-test-names.exp: Disable when testing is being run in
796 parallel.
797
798 2020-05-12 Tom de Vries <tdevries@suse.de>
799
800 * gdb.base/jit-elf.exp: Fix string concat.
801
802 2020-05-12 Tom de Vries <tdevries@suse.de>
803
804 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
805 messages.
806
807 2020-05-12 Tom de Vries <tdevries@suse.de>
808
809 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
810
811 2020-05-12 Tom de Vries <tdevries@suse.de>
812
813 * gdb.ada/catch_ex.exp: Use with_test_prefix.
814 * gdb.ada/mi_catch_ex.exp: Same.
815 * gdb.ada/mi_catch_ex_hand.exp: Same.
816
817 2020-05-12 Tom de Vries <tdevries@suse.de>
818
819 * gdb.fortran/complex.exp: Use with_test_prefix.
820
821 2020-05-12 Tom de Vries <tdevries@suse.de>
822
823 * gdb.trace/passcount.exp: Fix test-names.
824
825 2020-05-12 Tom de Vries <tdevries@suse.de>
826
827 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
828
829 2020-05-12 Tom de Vries <tdevries@suse.de>
830
831 * gdb.gdb/complaints.exp: Use with_test_prefix.
832 * gdb.xml/tdesc-regs.exp: Same.
833 * gdb.opt/inline-locals.exp: Fix test name.
834
835 2020-05-12 Tom de Vries <tdevries@suse.de>
836
837 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
838 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
839 * gdb.dwarf2/implref-struct.exp: Same.
840 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
841 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
842
843 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
844
845 * gdb.base/jit-so.exp (one_jit_test): Change test name.
846
847 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
848
849 * lib/check-test-names.exp (all_test_names): New module variable.
850 (counts): Add 'duplicates' field.
851 (_check_duplicates): New procedure.
852 (check): Also check for duplicates.
853 (do_log_summary): Print duplicates count.
854 (do_reset_vars): Reset counter for duplicate test names, and
855 discard all know test names.
856
857 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
858
859 * lib/gdb.exp: Include check-test-names.exp library.
860 * lib/check-test-names.exp: New file.
861
862 2020-05-11 Tom de Vries <tdevries@suse.de>
863
864 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
865
866 2020-05-11 Keith Seitz <keiths@redhat.com>
867
868 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
869
870 2020-05-11 Tom de Vries <tdevries@suse.de>
871
872 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
873 * gdb.cp/cpexprs.exp.in: .. here.
874 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
875 cpexprs.exp.
876
877 2020-05-11 Keith Seitz <keiths@redhat.com>
878
879 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
880 test names.
881 * gdb.ada/arrayptr.exp: Likewise.
882 * gdb.ada/assign_arr.exp: Likewise.
883 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
884 * gdb.ada/bp_on_var.exp: Likewise.
885 * gdb.ada/call_pn.exp: Likewise.
886 * gdb.ada/complete.exp: Likewise.
887 * gdb.ada/fun_overload_menu.exp: Likewise.
888 * gdb.ada/funcall_param.exp: Likewise.
889 * gdb.ada/funcall_ref.exp: Likewise.
890 * gdb.ada/packed_array_assign.exp: Likewise.
891 * gdb.ada/same_component_name.exp: Likewise.
892 * gdb.ada/type_coercion.exp: Likewise.
893 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
894 * gdb.ada/variant_record_packed_array.exp: Likewise.
895
896 2020-05-11 Tom de Vries <tdevries@suse.de>
897
898 PR symtab/25941
899 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
900 out of ...
901 * gdb.dwarf2/clang-debug-names.exp: ... here.
902 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
903 clang-debug-names.exp.in.
904 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
905 * gdb.dwarf2/clang-debug-names-2.c: New test.
906
907 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
908
909 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
910 (fortran_runto_main): New Proc, fortran version of runto_main.
911 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
912 * gdb.fortran/array-bounds.exp: Likewise.
913 * gdb.fortran/array-slices.exp: Likewise.
914 * gdb.fortran/block-data.exp: Likewise.
915 * gdb.fortran/charset.exp: Likewise.
916 * gdb.fortran/common-block.exp: Likewise.
917 * gdb.fortran/complex.exp: Likewise.
918 * gdb.fortran/derived-type-function.exp: Likewise.
919 * gdb.fortran/derived-type.exp: Likewise.
920 * gdb.fortran/info-modules.exp: Likewise.
921 * gdb.fortran/info-types.exp: Likewise.
922 * gdb.fortran/intrinsics.exp: Likewise.
923 * gdb.fortran/library-module.exp: Likewise.
924 * gdb.fortran/logical.exp: Likewise.
925 * gdb.fortran/max-depth.exp: Likewise.
926 * gdb.fortran/module.exp: Likewise.
927 * gdb.fortran/multi-dim.exp: Likewise.
928 * gdb.fortran/nested-funcs.exp: Likewise.
929 * gdb.fortran/print-formatted.exp: Likewise.
930 * gdb.fortran/print_type.exp: Likewise.
931 * gdb.fortran/printing-types.exp: Likewise.
932 * gdb.fortran/ptr-indentation.exp: Likewise.
933 * gdb.fortran/ptype-on-functions.exp: Likewise.
934 * gdb.fortran/subarray.exp: Likewise.
935 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
936 * gdb.fortran/vla-datatypes.exp: Likewise.
937 * gdb.fortran/vla-history.exp: Likewise.
938 * gdb.fortran/vla-ptr-info.exp: Likewise.
939 * gdb.fortran/vla-ptype-sub.exp: Likewise.
940 * gdb.fortran/vla-ptype.exp: Likewise.
941 * gdb.fortran/vla-sizeof.exp: Likewise.
942 * gdb.fortran/vla-type.exp: Likewise.
943 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
944 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
945 * gdb.fortran/vla-value-sub.exp: Likewise.
946 * gdb.fortran/vla-value.exp: Likewise.
947 * gdb.fortran/whatis_type.exp: Likewise.
948 * gdb.mi/mi-var-child-f.exp: Likewise.
949
950 2020-05-09 Tom de Vries <tdevries@suse.de>
951
952 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
953
954 2020-05-08 Tom de Vries <tdevries@suse.de>
955
956 * gdb.dwarf2/clang-debug-names.c: New test.
957 * gdb.dwarf2/clang-debug-names.exp: New file.
958
959 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
960
961 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
962 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
963
964 2020-05-06 Tom de Vries <tdevries@suse.de>
965
966 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
967 breakpoint is at a "recommended breakpoint location".
968 * gdb.reverse/consecutive-reverse.exp: Same.
969
970 2020-05-06 Tom de Vries <tdevries@suse.de>
971
972 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
973 address.
974
975 2020-05-06 Tom de Vries <tdevries@suse.de>
976
977 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
978
979 2020-05-06 Tom de Vries <tdevries@suse.de>
980
981 * gdb.base/store.exp (check_set, up_set): Allowing missing location
982 info for r.
983
984 2020-05-06 Tom de Vries <tdevries@suse.de>
985
986 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
987 necessary.
988
989 2020-05-06 Tom de Vries <tdevries@suse.de>
990
991 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
992 void.
993
994 2020-05-06 Tom de Vries <tdevries@suse.de>
995
996 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
997 of ...
998 * gdb.base/async.exp: ... here.
999 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1000 "recommended breakpoint location".
1001
1002 2020-05-06 Tom de Vries <tdevries@suse.de>
1003
1004 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1005
1006 2020-05-04 Tom de Vries <tdevries@suse.de>
1007
1008 * gdb.base/async.exp: Check whether instruction addresses are a
1009 "recommended breakpoint location".
1010
1011 2020-05-03 Tom Tromey <tom@tromey.com>
1012
1013 * gdb.base/sepdebug.exp: Remove "catch" test.
1014 * gdb.base/break.exp: Remove "catch" test.
1015 * gdb.base/default.exp: Update expected output.
1016
1017 2020-05-02 Tom de Vries <tdevries@suse.de>
1018
1019 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1020 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1021 * gdb.arch/i386-mpx-map.exp: Same.
1022 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1023 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1024 * gdb.arch/i386-mpx.exp: Same.
1025
1026 2020-05-02 Tom de Vries <tdevries@suse.de>
1027
1028 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1029
1030 2020-05-01 Tom de Vries <tdevries@suse.de>
1031
1032 * gdb.ada/operator_bp.exp: Allow more than required amount of
1033 breakpoint.
1034
1035 2020-05-01 Tom de Vries <tdevries@suse.de>
1036
1037 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1038
1039 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1040
1041 PR gdb/18706
1042 * gdb.cp/stub-array-size.cc: New test.
1043 * gdb.cp/stub-array-size.exp: New file.
1044 * gdb.cp/stub-array-size.h: New test.
1045 * gdb.cp/stub-array-size2.cc: New test.
1046
1047 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1048
1049 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1050 output to the new format.
1051
1052 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
1053
1054 * gdb.base/break.exp: Use with_test_prefix.
1055
1056 2020-04-29 Tom de Vries <tdevries@suse.de>
1057
1058 * lib/gdb.exp (debug_types): New proc.
1059 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1060 * gdb.python/py-symtab.exp: Same.
1061
1062 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
1063
1064 PR gdb/17320
1065 * gdb.base/pretty-array.c: New test.
1066 * gdb.base/pretty-array.exp: New file.
1067
1068 2020-04-29 Tom de Vries <tdevries@suse.de>
1069
1070 PR symtab/25889
1071 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1072 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1073 and include cpexprs.exp.
1074
1075 2020-04-28 Mark Williams <mark@myosotissp.com>
1076
1077 PR gdb/24480
1078 * dw4-toplevel-types.exp: Test for top level types.
1079 * dw4-toplevel-types.cc: Test for top level types.
1080
1081 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1082
1083 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1084 (theads -> threads).
1085
1086 2020-04-28 Tom de Vries <tdevries@suse.de>
1087
1088 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1089
1090 2020-04-28 Tom de Vries <tdevries@suse.de>
1091
1092 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1093
1094 2020-04-28 Tom de Vries <tdevries@suse.de>
1095
1096 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1097
1098 2020-04-28 Tom de Vries <tdevries@suse.de>
1099
1100 * gdb.dwarf2/main-foo.c: New test.
1101 * gdb.dwarf2/struct-with-sig.exp: New file.
1102
1103 2020-04-25 Tom de Vries <tdevries@suse.de>
1104
1105 * boards/debug-types.exp: New file.
1106
1107 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1108
1109 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1110
1111 2020-04-24 Tom Tromey <tom@tromey.com>
1112
1113 PR symtab/12707:
1114 * gdb.python/py-symbol.exp: Update expected results for
1115 linkage_name test.
1116 * gdb.cp/print-demangle.exp: New file.
1117 * gdb.base/c-linkage-name.exp: Fix test.
1118 * gdb.guile/scm-symbol.exp: Update expected results for
1119 linkage_name test.
1120
1121 2020-04-24 Tom Tromey <tom@tromey.com>
1122
1123 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1124 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1125 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1126 assembler.
1127
1128 2020-04-24 Tom de Vries <tdevries@suse.de>
1129
1130 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1131 C++.
1132
1133 2020-04-24 Tom Tromey <tromey@adacore.com>
1134
1135 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1136 values.
1137 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1138 values. Update test for minimal encodings.
1139 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1140 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1141 values. Update test for minimal encodings.
1142
1143 2020-04-24 Tom Tromey <tromey@adacore.com>
1144
1145 PR python/23662:
1146 * gdb.ada/variant.exp: Add Python checks.
1147 * gdb.rust/simple.exp: Add dynamic type checks.
1148
1149 2020-04-24 Tom Tromey <tromey@adacore.com>
1150
1151 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1152 Make array type matching more lax.
1153 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1154 * gdb.ada/mi_variant.exp: New file.
1155 * gdb.ada/mi_variant/pck.ads: New file.
1156 * gdb.ada/mi_variant/pkg.adb: New file.
1157 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1158 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1159
1160 2020-04-24 Tom Tromey <tromey@adacore.com>
1161
1162 * gdb.ada/variant.exp: Add dynamic field offset tests.
1163 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1164 * gdb.ada/variant/pkg.adb: Add new variables.
1165
1166 2020-04-24 Tom Tromey <tromey@adacore.com>
1167
1168 * gdb.ada/variant.exp: New file
1169 * gdb.ada/variant/pkg.adb: New file
1170 * gdb.ada/variant/pck.adb: New file
1171
1172 2020-04-24 Tom de Vries <tdevries@suse.de>
1173
1174 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1175
1176 2020-04-24 Tom de Vries <tdevries@suse.de>
1177
1178 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1179 flags.
1180
1181 2020-04-24 Tom de Vries <tdevries@suse.de>
1182
1183 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1184
1185 2020-04-24 Tom de Vries <tdevries@suse.de>
1186
1187 * lib/gdb.exp (default_gdb_start): Handle eof.
1188 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1189 failure.
1190 * gdb.base/readnever.exp: Handle clean_restart failure.
1191
1192 2020-04-23 Tom de Vries <tdevries@suse.de>
1193
1194 * gdb.base/decl-before-def.exp: Run to main and print a again.
1195
1196 2020-04-23 Tom de Vries <tdevries@suse.de>
1197
1198 * gdb.base/decl-before-def-decl.c: New test.
1199 * gdb.base/decl-before-def-def.c: New test.
1200 * gdb.base/decl-before-def.exp: New file.
1201
1202 2020-04-23 Tom de Vries <tdevries@suse.de>
1203
1204 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1205
1206 2020-04-22 Tom de Vries <tdevries@suse.de>
1207
1208 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1209 debug_info_offset.
1210 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1211 before $objsfile in the line line.
1212
1213 2020-04-22 Tom de Vries <tdevries@suse.de>
1214
1215 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1216
1217 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1218
1219 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1220 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1221 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1222 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1223 * gdb.base/jit-protocol.h: Update definitions to match all usage
1224 contexts.
1225
1226 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1227
1228 * gdb.base: Rename all jit related test and source files.
1229
1230 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1231
1232 * gdb.base/jit-reader.exp: Relax register output check.
1233
1234 2020-04-22 Tom de Vries <tdevries@suse.de>
1235
1236 PR symtab/25764
1237 * gdb.base/psym-external-decl-2.c: New test.
1238 * gdb.base/psym-external-decl.c: New test.
1239 * gdb.base/psym-external-decl.exp: New file.
1240 * gdb.threads/tls.exp: Add PR25807 kfail.
1241
1242 2020-04-22 Tom de Vries <tdevries@suse.de>
1243
1244 PR symtab/25801
1245 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1246 in "info source" output.
1247
1248 2020-04-22 Tom de Vries <tdevries@suse.de>
1249
1250 PR symtab/25700
1251 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1252 symtab for imported_unit.c.
1253
1254 2020-04-21 Gary Benson <gbenson@redhat.com>
1255
1256 * gdb.base/advance.c (func): New argument, to match call site.
1257 (func2, func3): Add return statements.
1258
1259 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1260
1261 * gdb.multi/run-only-second-inf.c: New file.
1262 * gdb.multi/run-only-second-inf.exp: New file.
1263
1264 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1265
1266 * gdb.btrace/multi-inferior.c: New test.
1267 * gdb.btrace/multi-inferior.exp: New file.
1268
1269 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1270
1271 * gdb.btrace/enable-new-thread.c: New test.
1272 * gdb.btrace/enable-new-thread.exp: New file.
1273
1274 2020-04-21 Tom de Vries <tdevries@suse.de>
1275
1276 PR gdb/25471
1277 * gdb.threads/killed-outside.c: New test.
1278 * gdb.threads/killed-outside.exp: New file.
1279
1280 2020-04-20 Gary Benson <gbenson@redhat.com>
1281
1282 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1283 * gdb.base/nested-subp2.exp: Likewise.
1284 * gdb.base/nested-subp3.exp: Likewise.
1285
1286 2020-04-20 Gary Benson <gbenson@redhat.com>
1287
1288 * gdb.base/nested-subp1.exp: Disable test when using clang.
1289 * gdb.base/nested-subp2.exp: Likewise.
1290 * gdb.base/nested-subp3.exp: Likewise.
1291
1292 2020-04-20 Gary Benson <gbenson@redhat.com>
1293
1294 * gdb.cp/exception.cc: Fix compilation error with clang.
1295
1296 2020-04-20 Gary Benson <gbenson@redhat.com>
1297
1298 * gdb.trace/tspeed.c: Fix compilation error with clang.
1299
1300 2020-04-20 Gary Benson <gbenson@redhat.com>
1301
1302 * gdb.base/jit-main.c: Fix compilation error with clang.
1303
1304 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1305
1306 * gdb.base/attach-twice.c: Include "sys/types.h".
1307 (PTRACE_ATTACH): Add fallback definition.
1308 (main): Pass `0' to the 4th argument of `ptrace'.
1309
1310 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1311
1312 * gdb.base/fork-running-state.c: Include "signal.h".
1313
1314 2020-04-17 Tom Tromey <tromey@adacore.com>
1315
1316 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1317 Update tests.
1318 * gdb.btrace/cpu.exp: Update tests.
1319 * gdb.base/maint.exp: Update tests.
1320 * gdb.base/default.exp: Update tests.
1321 * gdb.base/completion.exp: Update tests.
1322
1323 2020-04-16 Tom de Vries <tdevries@suse.de>
1324
1325 PR symtab/25791
1326 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1327 (ensure_gdb_index): and factor out and move ...
1328 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1329 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1330
1331 2020-04-16 Tom de Vries <tdevries@suse.de>
1332
1333 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1334 loading exec.
1335
1336 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1337
1338 * gdb.base/many-completions.exp: New file.
1339
1340 2020-04-14 Tom de Vries <tdevries@suse.de>
1341
1342 PR symtab/25718
1343 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1344
1345 2020-04-14 Tom de Vries <tdevries@suse.de>
1346
1347 PR symtab/25720
1348 * gdb.base/maint-expand-symbols-header-file.c: New test.
1349 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1350 * gdb.base/maint-expand-symbols-header-file.h: New test.
1351
1352 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1353
1354 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1355 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1356 get_func_info.
1357 (get_func_info): Delete.
1358 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1359 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1360 * lib/dwarf.exp (get_func_info): New function.
1361
1362 2020-04-13 Tom de Vries <tdevries@suse.de>
1363
1364 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1365 to what find_gnatmake does.
1366
1367 2020-04-10 Tom de Vries <tdevries@suse.de>
1368
1369 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1370 -readnow.
1371
1372 2020-04-10 Tom de Vries <tdevries@suse.de>
1373
1374 PR cli/25808
1375 * gdb.base/style.c: Add leading newlines.
1376 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1377 Check listing of main's one-line body.
1378
1379 2020-04-08 Tom de Vries <tdevries@suse.de>
1380
1381 * lib/gdb.exp (psymtabs_p): New proc.
1382 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1383 importing unit" unsupported if there are no partial symbols.
1384
1385 2020-04-08 Tom de Vries <tdevries@suse.de>
1386
1387 PR testsuite/25760
1388 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1389
1390 2020-04-07 Tom de Vries <tdevries@suse.de>
1391
1392 PR symtab/25796
1393 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1394
1395 2020-04-07 Tom de Vries <tdevries@suse.de>
1396
1397 * gdb.base/check-psymtab.c: New test.
1398 * gdb.base/check-psymtab.exp: New file.
1399
1400 2020-04-06 Tom Tromey <tromey@adacore.com>
1401
1402 * gdb.ada/variant-record/proc.adb: New file.
1403 * gdb.ada/variant-record/value.adb: New file.
1404 * gdb.ada/variant-record/value.s: New file.
1405 * gdb.ada/variant-record.exp: New file.
1406
1407 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
1408
1409 PR gdb/25325
1410 * gdb.cp/typed-enum.cc: New test.
1411 * gdb.cp/typed-enum.exp: New file.
1412
1413 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1414
1415 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1416 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1417 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1418 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1419 * gdb.opt/inline-small-func.c: New file.
1420 * gdb.opt/inline-small-func.exp: New file.
1421 * gdb.opt/inline-small-func.h: New file.
1422
1423 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1424
1425 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1426 function.
1427
1428 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1429
1430 * lib/dwarf.exp (function_range): Allow compiler options to be
1431 specified.
1432
1433 2020-04-02 Tom de Vries <tdevries@suse.de>
1434
1435 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1436 __attribute__((always_inline)).
1437 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1438
1439 2020-04-02 Tom de Vries <tdevries@suse.de>
1440
1441 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1442 (gdbserver_gdb_exit): ... here. Add timeout warning.
1443 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1444 (connect_target_extended_remote): Append new server_spawn_id to
1445 server_spawn_ids.
1446 (cleanup): New proc.
1447 (setup, <toplevel>): Call cleanup.
1448
1449 2020-04-02 Tom de Vries <tdevries@suse.de>
1450
1451 * gdb.base/main-psymtab.exp: New file.
1452
1453 2020-04-02 Tom de Vries <tdevries@suse.de>
1454
1455 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1456
1457 2020-04-01 Tom Tromey <tom@tromey.com>
1458
1459 * gdb.base/complex-parts.exp: Add type tests.
1460
1461 2020-04-01 Tom Tromey <tom@tromey.com>
1462
1463 * gdb.base/complex-parts.exp: Add arithmetic tests.
1464
1465 2020-04-01 Tom Tromey <tom@tromey.com>
1466
1467 * gdb.compile/compile.exp: Update.
1468 * gdb.compile/compile-cplus.exp: Update.
1469 * gdb.base/varargs.exp: Update.
1470 * gdb.base/floatn.exp: Update.
1471 * gdb.base/endianity.exp: Update.
1472 * gdb.base/callfuncs.exp (do_function_calls): Update.
1473 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1474 (complex_float_integral_args): Update.
1475 * gdb.base/complex.exp: Update.
1476 * gdb.base/complex-parts.exp: Update.
1477
1478 2020-04-01 Tom Tromey <tromey@adacore.com>
1479
1480 * gdb.rust/union.rs: New file.
1481 * gdb.rust/union.exp: New file.
1482 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1483 (main): Update.
1484 * gdb.rust/simple.exp: Move union tests to union.exp.
1485
1486 2020-04-01 Tom Tromey <tromey@adacore.com>
1487
1488 * gdb.rust/simple.rs (main): Remove "y0".
1489
1490 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1491
1492 * gdb.multi/stop-all-on-exit.c: New test.
1493 * gdb.multi/stop-all-on-exit.exp: New file.
1494
1495 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1496
1497 PR gdb/24789
1498 * gdb.cp/misc.cc: Add integer reference variable.
1499 * gdb.cp/misc.exp: Add test.
1500
1501 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1502
1503 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1504 scenario to cover execution until the end and also the case
1505
1506 2020-03-31 Tom de Vries <tdevries@suse.de>
1507
1508 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1509 c. Use "maint info symtabs" to check symtab expansion.
1510
1511 2020-03-30 Tom de Vries <tdevries@suse.de>
1512
1513 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1514 unsupported.
1515 (verify_psymtab_expanded): Move ...
1516 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1517 test.
1518 (readnow): New proc.
1519
1520 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1521
1522 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1523 with $hex.
1524
1525 2020-03-20 Tom Tromey <tromey@adacore.com>
1526
1527 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1528
1529 2020-03-20 Tom Tromey <tromey@adacore.com>
1530
1531 * gdb.ada/sub_variant/subv.adb: New file.
1532 * gdb.ada/sub_variant.exp: New file.
1533
1534 2020-03-20 Tom de Vries <tdevries@suse.de>
1535
1536 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1537 first break fails.
1538 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1539
1540 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1541
1542 * gdb.server/exit-multiple-threads.c: New file.
1543 * gdb.server/exit-multiple-threads.exp: New file.
1544
1545 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1546
1547 * gdb.fortran/mixed-lang-stack.c: New file.
1548 * gdb.fortran/mixed-lang-stack.cpp: New file.
1549 * gdb.fortran/mixed-lang-stack.exp: New file.
1550 * gdb.fortran/mixed-lang-stack.f90: New file.
1551
1552 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1553
1554 * gdb.linespec/cp-completion-aliases.cc: New file.
1555 * gdb.linespec/cp-completion-aliases.exp: New file.
1556
1557 2020-03-19 Tom de Vries <tdevries@suse.de>
1558
1559 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1560 more precise.
1561
1562 2020-03-18 Tom de Vries <tdevries@suse.de>
1563
1564 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1565 * gdb.dwarf2/break-inline-psymtab.c: New test.
1566 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1567
1568 2020-03-16 Tom de Vries <tdevries@suse.de>
1569
1570 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1571 cache_verify and cache_verify_proc.
1572
1573 2020-03-15 Tom de Vries <tdevries@suse.de>
1574
1575 * gdb.server/solib-list.exp: Handle
1576 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1577
1578 2020-03-15 Tom de Vries <tdevries@suse.de>
1579
1580 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1581 objfiles".
1582
1583 2020-03-14 Tom Tromey <tom@tromey.com>
1584
1585 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1586
1587 2020-03-14 Tom de Vries <tdevries@suse.de>
1588
1589 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1590
1591 2020-03-14 Tom de Vries <tdevries@suse.de>
1592
1593 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1594 result in line-by-line fashion.
1595
1596 2020-03-14 Tom de Vries <tdevries@suse.de>
1597
1598 * lib/gdb.exp (supports_statement_frontiers): New proc.
1599 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1600
1601 2020-03-14 Tom de Vries <tdevries@suse.de>
1602
1603 * gdb.base/printcmds.exp: Add missing quoting for "print
1604 teststring2".
1605
1606 2020-03-13 Tom Tromey <tom@tromey.com>
1607
1608 * gdb.base/printcmds.exp (test_print_strings): Add regression
1609 test.
1610 * gdb.base/printcmds.c (charptr): New typedef.
1611 (teststring2): New global.
1612
1613 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1614
1615 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1616 full path in the test name.
1617 (test_ld): Add some with_test_prefix blocks to make test names
1618 unique.
1619
1620 2020-03-13 Tom de Vries <tdevries@suse.de>
1621
1622 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1623
1624 2020-03-13 Tom de Vries <tdevries@suse.de>
1625
1626 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1627
1628 2020-03-13 Tom de Vries <tdevries@suse.de>
1629
1630 PR symtab/25646
1631 * gdb.dwarf2/imported-unit.exp: Add test.
1632
1633 2020-03-13 Tom de Vries <tdevries@suse.de>
1634
1635 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1636 (var1, var2): New variable.
1637 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1638 matching symbols.
1639
1640 2020-03-13 Tom de Vries <tdevries@suse.de>
1641
1642 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1643 (Term::command): Use prompt prefix.
1644 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1645 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1646 command_no_prompt_prefix instead of prefix.
1647 * gdb.tui/tui-layout-asm.exp: Same.
1648
1649 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1650
1651 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1652
1653 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1654
1655 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1656 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1657 on" while stepping over the test instruction, match printed
1658 message.
1659
1660 2020-03-12 Tom de Vries <tdevries@suse.de>
1661
1662 * gdb.base/info-types.exp: Use exp_continue during matching of output
1663 of "info types".
1664
1665 2020-03-12 Tom de Vries <tdevries@suse.de>
1666
1667 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1668
1669 2020-03-12 Tom de Vries <tdevries@suse.de>
1670
1671 * gdb.fortran/module.exp: Use exp_continue during matching of output
1672 of "info variable -n".
1673
1674 2020-03-12 Tom de Vries <tdevries@suse.de>
1675
1676 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1677 gdb.dwarf2/dw2-ranges-base.c.
1678
1679 2020-03-12 Tom de Vries <tdevries@suse.de>
1680
1681 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1682 in presence of GLIBC debuginfo.
1683
1684 2020-03-12 Tom de Vries <tdevries@suse.de>
1685
1686 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1687 $core.
1688
1689 2020-03-12 Tom de Vries <tdevries@suse.de>
1690
1691 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1692 more precise.
1693
1694 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
1695
1696 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1697 from Unix to Windows path.
1698
1699 2020-03-11 Tom de Vries <tdevries@suse.de>
1700
1701 * gdb.ada/minsyms.exp: Set language to ada.
1702
1703 2020-03-11 Tom de Vries <tdevries@suse.de>
1704
1705 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1706
1707 2020-03-11 Tom de Vries <tdevries@suse.de>
1708
1709 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1710
1711 2020-03-11 Tom Tromey <tromey@adacore.com>
1712
1713 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1714
1715 2020-03-11 Tom de Vries <tdevries@suse.de>
1716
1717 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1718
1719 2020-03-11 Tom de Vries <tdevries@suse.de>
1720
1721 * gdb.base/break-interp.exp: Limit verbose scope.
1722
1723 2020-03-11 Tom de Vries <tdevries@suse.de>
1724
1725 * gdb.fortran/logical.f90: Define variable with character type.
1726 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1727
1728 2020-03-11 Tom de Vries <tdevries@suse.de>
1729
1730 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1731
1732 2020-03-11 Tom de Vries <tdevries@suse.de>
1733
1734 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1735 symtabs.
1736
1737 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1738 Bernd Edlinger <bernd.edlinger@hotmail.de>
1739
1740 * gdb.cp/step-and-next-inline.cc: New file.
1741 * gdb.cp/step-and-next-inline.exp: New file.
1742 * gdb.cp/step-and-next-inline.h: New file.
1743 * gdb.dwarf2/dw2-is-stmt.c: New file.
1744 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1745 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1746 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1747 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1748
1749 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1750
1751 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1752 is-stmt flag in the line table.
1753
1754 2020-03-09 Tom de Vries <tdevries@suse.de>
1755
1756 * lib/gdb.exp (cached_file): Create cache dir.
1757
1758 2020-03-07 Tom de Vries <tdevries@suse.de>
1759
1760 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1761 * gdb.cp/rvalue-ref-params.exp: Same.
1762
1763 2020-03-06 Tom de Vries <tdevries@suse.de>
1764
1765 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1766 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1767
1768 2020-03-06 Tom de Vries <tdevries@suse.de>
1769
1770 * README: Fix "the the".
1771 * gdb.base/dprintf.exp: Same.
1772
1773 2020-03-05 Tom de Vries <tdevries@suse.de>
1774
1775 * gdb.base/maint.exp: Update "main print statistics" expected output.
1776
1777 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1778
1779 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1780 (fortran_int8): Likewise.
1781 (fortran_real4): Likewise.
1782 (fortran_real8): Likewise.
1783 (fortran_complex4): Likewise.
1784 (fortran_logical4): Likewise.
1785 (fortran_character1): Likewise.
1786
1787 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1788
1789 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1790 printed as true.
1791
1792 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1793
1794 * gdb.base/printcmds.exp: Add test to verify printf of a
1795 variable holding an address.
1796
1797 2020-03-03 Tom de Vries <tdevries@suse.de>
1798
1799 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1800
1801 2020-03-03 Tom de Vries <tdevries@suse.de>
1802
1803 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1804 gdb_test_multiple call.
1805
1806 2020-03-03 Tom de Vries <tdevries@suse.de>
1807
1808 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1809 gdb_test_multiple calls.
1810
1811 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1812
1813 * gdb.base/default.exp: Remove test of 'set history filename'.
1814 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1815 filename to the empty string.
1816 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1817 and GDBHISTSIZE.
1818
1819 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1820
1821 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1822 disabled.
1823
1824 2020-03-02 Pedro Alves <palves@redhat.com>
1825 Tom de Vries <tdevries@suse.de>
1826
1827 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1828 -prompt prefix, before user_code argument. Add -lbl option likewise.
1829 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1830 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1831 argument.
1832 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1833 have "\r\n" at start-of-line, instead of at end-of-line.
1834
1835 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1836
1837 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1838 libinproctrace.so.
1839
1840 2020-02-28 Luis Machado <luis.machado@linaro.org>
1841
1842 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1843 to "p/x".
1844
1845 2020-02-28 Luis Machado <luis.machado@linaro.org>
1846
1847 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1848 asm/ptrace.h and error.h.
1849
1850 2020-02-28 Tom de Vries <tdevries@suse.de>
1851
1852 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1853 (struct wrapper, do_something, mundane/symada__cS): Move ...
1854 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1855 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1856 Update "print symada__cS before partial symtab expansion" regexp.
1857 Update breakpoint location. Flush symbol cache after expansion.
1858
1859 2020-02-28 Luis Machado <luis.machado@linaro.org>
1860
1861 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1862
1863 2020-02-27 Tom de Vries <tdevries@suse.de>
1864
1865 * config/sid.exp: Remove unused globals.
1866 * gdb.base/attach.exp: Same.
1867 * gdb.base/catch-load.exp: Same.
1868 * gdb.base/dbx.exp: Same.
1869 * lib/gdb.exp: Same.
1870 * lib/mi-support.exp: Same.
1871 * lib/prompt.exp: Same.
1872
1873 2020-02-27 Tom de Vries <tdevries@suse.de>
1874
1875 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1876 not set.
1877
1878 2020-02-26 Aaron Merey <amerey@redhat.com>
1879
1880 * gdb.debuginfod: New directory for debuginfod tests.
1881 * gdb.debuginfod/main.c: New test file.
1882 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1883
1884 2020-02-26 Tom de Vries <tdevries@suse.de>
1885
1886 PR gdb/25603
1887 * gdb.base/persistent-lang.cc: New test.
1888 * gdb.base/persistent-lang.exp: New file.
1889
1890 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1891
1892 * gdb.fortran/derived-type-striding.exp: Add a new test.
1893 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1894 new test.
1895
1896 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1897
1898 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1899 names.
1900
1901 2020-02-25 Tom de Vries <tdevries@suse.de>
1902
1903 PR go/18926
1904 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1905
1906 2020-02-24 Tom de Vries <tdevries@suse.de>
1907
1908 PR gdb/25592
1909 * gdb.base/info-locals-unused-static-var.c: New test.
1910 * gdb.base/info-locals-unused-static-var.exp: New file.
1911
1912 2020-02-22 Tom Tromey <tom@tromey.com>
1913
1914 * gdb.python/tui-window.exp: New file.
1915 * gdb.python/tui-window.py: New file.
1916
1917 2020-02-22 Tom Tromey <tom@tromey.com>
1918
1919 PR tui/17850:
1920 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1921 tests.
1922
1923 2020-02-22 Tom Tromey <tom@tromey.com>
1924
1925 * gdb.tui/new-layout.exp: Add sub-layout tests.
1926
1927 2020-02-22 Tom Tromey <tom@tromey.com>
1928
1929 * gdb.tui/new-layout.exp: New file.
1930
1931 2020-02-22 Tom Tromey <tom@tromey.com>
1932
1933 * gdb.rust/rust-style.rs: New file.
1934 * gdb.rust/rust-style.exp: New file.
1935 * gdb.base/style.exp: Test structure printing.
1936 * gdb.base/style.c (struct some_struct): New type.
1937 (enum etype): New type.
1938 (struct_value): New global.
1939
1940 2020-02-21 Tom de Vries <tdevries@suse.de>
1941
1942 PR go/18926
1943 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1944 Remove blanket xfails. Use message argument for gdb_breakpoint.
1945 Make continuing to breakpoint test conditional on setting breakpoint.
1946 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1947 DW_AT_name attribute. Add xfail for GCC PR93866.
1948
1949 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1950
1951 * gdb.dwarf2/cpp-linkage-name.c: New file.
1952 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1953
1954 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1955
1956 * lib/gdb.exp (gdb_wrapper_init): Reset
1957 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1958 not exist.
1959
1960 2020-02-20 Tom de Vries <tdevries@suse.de>
1961
1962 PR go/17018
1963 * gdb.go/hello.exp: Copy ...
1964 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1965 print of st to print value of global definition. Add xfail for GCC
1966 PR93844.
1967 * gdb.go/hello.exp: Remove printing of st before definition.
1968 * gdb.go/hello.go: Copy ...
1969 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1970 to st.
1971 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1972
1973 2020-02-20 Tom de Vries <tdevries@suse.de>
1974
1975 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1976 (gdb_simple_compile): Handle compile_flags go by using .go extension
1977 for source file.
1978 * gdb.go/chan.exp: Use support_go_compile.
1979 * gdb.go/handcall.exp: Same.
1980 * gdb.go/hello.exp: Same.
1981 * gdb.go/integers.exp: Same.
1982 * gdb.go/max-depth.exp: Same.
1983 * gdb.go/methods.exp: Same.
1984 * gdb.go/package.exp: Same.
1985 * gdb.go/strings.exp: Same.
1986 * gdb.go/types.exp: Same.
1987 * gdb.go/unsafe.exp: Same.
1988
1989 2020-02-19 Tom de Vries <tdevries@suse.de>
1990
1991 * gdb.python/lib-types.exp: Make xfail more strict.
1992
1993 2020-02-19 Tom de Vries <tdevries@suse.de>
1994
1995 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1996
1997 2020-02-19 Doug Evans <dje@google.com>
1998
1999 PR rust/25535
2000 * gdb.rust/simple.exp: Add test.
2001 * gdb.rust/simple.rs: Add test.
2002
2003 2020-02-19 Tom de Vries <tdevries@suse.de>
2004
2005 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2006 output line-by-line.
2007
2008 2020-02-19 Tom de Vries <tdevries@suse.de>
2009
2010 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2011
2012 2020-02-19 Tom de Vries <tdevries@suse.de>
2013
2014 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2015 prelink.
2016
2017 2020-02-19 Tom de Vries <tdevries@suse.de>
2018
2019 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2020 (gdb_do_cache): Use gdb_do_cache_wrap.
2021 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2022
2023 2020-02-19 Tom de Vries <tdevries@suse.de>
2024
2025 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2026 gdb_compile option.
2027
2028 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2029
2030 * gdb.base/printcmds.exp (test_print_enums): Update expected
2031 output.
2032
2033 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2034
2035 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2036 for "unknown".
2037
2038 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2039
2040 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2041 enumerator.
2042
2043 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2044
2045 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2046 FE_, add FE_NONE.
2047 (three): Update.
2048 (enum flag_enum_without_zero): New enum.
2049 (flag_enum_without_zero): New variable.
2050 (enum not_flag_enum): New enum.
2051 (three_not_flag): New variable.
2052 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2053 (test_print_enums): Add more tests for printing flag enums.
2054
2055 2020-02-18 Tom de Vries <tdevries@suse.de>
2056
2057 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2058 (gdb_compile_ada): ... here.
2059 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2060 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2061
2062 2020-02-14 Tom Tromey <tom@tromey.com>
2063
2064 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2065 build directory.
2066 * boards/gdbserver-base.exp: Update path to gdbserver.
2067
2068 2020-02-13 Tom de Vries <tdevries@suse.de>
2069
2070 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2071
2072 2020-02-13 Tom de Vries <tdevries@suse.de>
2073
2074 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2075 are missing.
2076
2077 2020-02-13 Tom de Vries <tdevries@suse.de>
2078
2079 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2080 call.
2081
2082 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2083
2084 PR tui/25126
2085 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2086 * gdb.base/cached-source-file.c: New file.
2087 * gdb.base/cached-source-file.exp: New file.
2088
2089 2020-02-11 Tom de Vries <tdevries@suse.de>
2090
2091 PR testsuite/25488
2092 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2093
2094 2020-02-10 Tom de Vries <tdevries@suse.de>
2095
2096 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2097
2098 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
2099
2100 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2101 and $after_addr are both integers before making a comparison.
2102
2103 2020-02-09 Tom de Vries <tdevries@suse.de>
2104
2105 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2106 command output and paste it into gdb.log. If any, paste catch message
2107 to gdb.log.
2108
2109 2020-02-07 Tom Tromey <tromey@adacore.com>
2110
2111 PR breakpoints/24915:
2112 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2113
2114 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
2115
2116 * gdb.tui/tui-missing-src.exp: Add the "missing source
2117 file" test for the TUI.
2118
2119 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2120
2121 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2122 including a port number in the output.
2123
2124 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2125
2126 * lib/fortran.exp (fortran_int4): Handle clang.
2127 (fortran_int8): Likewise.
2128 (fortran_real4): Likewise.
2129 (fortran_real8): Likewise.
2130 (fortran_complex4): Likewise.
2131 (fortran_logical4): Likewise.
2132 (fortran_character1): Likewise.
2133
2134 2020-02-04 Tom de Vries <tdevries@suse.de>
2135
2136 * README (Race detection): Add note.
2137
2138 2020-02-04 Tom de Vries <tdevries@suse.de>
2139
2140 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2141
2142 2020-02-04 Tom de Vries <tdevries@suse.de>
2143
2144 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2145
2146 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2147
2148 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2149 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2150 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2151 blttar, bnetarl.
2152 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2153 binary for blttar, bnetarl.
2154 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2155 wait instruction. Delete ldmx test.
2156 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2157
2158 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2159
2160 * gdb.fortran/array-bounds-high.exp: New file.
2161 * gdb.fortran/array-bounds-high.f90: New file.
2162
2163 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2164
2165 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2166 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2167
2168 2020-02-01 Tom de Vries <tdevries@suse.de>
2169
2170 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2171
2172 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2173
2174 PR tui/9765
2175 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2176 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2177
2178 2020-01-29 Luis Machado <luis.machado@linaro.org>
2179
2180 * gdb.arch/aarch64-brk-patterns.c: New source file.
2181 * gdb.arch/aarch64-brk-patterns.exp: New test.
2182
2183 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2184
2185 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2186 GCC/Clang version.
2187 * gdb.cp/pass-by-ref.exp: Ditto.
2188
2189 2020-01-29 Tom de Vries <tdevries@suse.de>
2190
2191 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2192 * gdb.threads/watchpoint-fork-mt.c: Same.
2193 * gdb.threads/watchpoint-fork-parent.c: Same.
2194 * gdb.threads/watchpoint-fork-st.c: Same.
2195 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2196
2197 2020-01-27 Luis Machado <luis.machado@linaro.org>
2198
2199 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2200 sitting at a syscall instruction when we hit the syscall function's
2201 breakpoint.
2202 Check PC against one obtained with the x command.
2203 Validate syscall number.
2204 (step_over_syscall): Don't continue to the syscall instruction if
2205 we're already there.
2206
2207 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2208
2209 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2210
2211 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2212
2213 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2214 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2215
2216 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2217
2218 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2219 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2220
2221 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2222
2223 * gdb.base/maint.exp: Update line table parsing test.
2224 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2225
2226 2020-01-24 Pedro Alves <palves@redhat.com>
2227
2228 PR gdb/25410
2229 * gdb.multi/multi-re-run-1.c: New.
2230 * gdb.multi/multi-re-run-2.c: New.
2231 * gdb.multi/multi-re-run.exp: New.
2232
2233 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2234
2235 PR gdb/23718
2236 * gdb.server/server-kill-python.exp: New file.
2237
2238 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2239
2240 * gdb.server/multi-ui-errors.c: New file.
2241 * gdb.server/multi-ui-errors.exp: New file.
2242
2243 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2244
2245 PR tui/9765
2246 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2247
2248 2020-01-19 Tom Tromey <tom@tromey.com>
2249
2250 * gdb.tui/main.exp: Add check for plain "file".
2251
2252 2020-01-16 Christian Biesinger <cbiesinger@google.com>
2253
2254 * lib/gdb.exp: Fix spelling error (seperatelly).
2255
2256 2020-01-14 Tom Tromey <tom@tromey.com>
2257
2258 PR symtab/12535:
2259 * gdb.python/python.exp: Test decode_line with empty string
2260 argument.
2261
2262 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2263
2264 * gdb.base/skip-inline.exp: Extend test.
2265
2266 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2267
2268 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2269 * gdb.dwarf2/dw2-bad-elf.c: New file.
2270 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2271
2272 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2273
2274 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2275 _line_saw_file.
2276
2277 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2278
2279 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2280 border.
2281
2282 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2283
2284 * gdb.multi/multi-target.exp (setup): Factor out "info
2285 connections" and "info inferiors" tests to ...
2286 (test_info_inferiors): ... this new procedure.
2287 (top level): Run new "info-inferiors" tests.
2288
2289 2020-01-10 Pedro Alves <palves@redhat.com>
2290
2291 * gdb.server/bkpt-other-inferior.exp: New file.
2292
2293 2020-01-10 Pedro Alves <palves@redhat.com>
2294
2295 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2296 of "add-inferior".
2297 * gdb.base/quit-live.exp: Likewise.
2298 * gdb.base/remote-exec-file.exp: Likewise.
2299 * gdb.guile/scm-progspace.exp: Likewise.
2300 * gdb.linespec/linespec.exp: Likewise.
2301 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2302 * gdb.mi/user-selected-context-sync.exp: Likewise.
2303 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2304 "info inferiors" tests.
2305 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2306 "add-inferior".
2307 * gdb.multi/watchpoint-multi.exp: Likewise.
2308 * gdb.python/py-inferior.exp: Likewise.
2309 * gdb.server/extended-remote-restart.exp: Likewise.
2310 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2311 "info inferiors".
2312 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2313 * gdb.trace/report.exp: Likewise.
2314
2315 2020-01-10 Pedro Alves <palves@redhat.com>
2316
2317 * gdb.multi/multi-target.c: New file.
2318 * gdb.multi/multi-target.exp: New file.
2319 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2320 mode requested, but remote does not support non-stop".
2321
2322 2020-01-10 Pedro Alves <palves@redhat.com>
2323
2324 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2325 disconnect before reconnecting.
2326
2327 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2328 Pedro Alves <palves@redhat.com>
2329
2330 * gdb.server/connect-without-multi-process.exp: Also test
2331 continuing to end.
2332
2333 2020-01-10 Pedro Alves <palves@redhat.com>
2334
2335 * gdb.base/remote-exec-file.exp: New file.
2336
2337 2020-01-10 Pedro Alves <palves@redhat.com>
2338
2339 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2340 output.
2341 * gdb.threads/async.c: New.
2342 * gdb.threads/async.exp: New.
2343 * gdb.multi/tids-gid-reset.c: New.
2344 * gdb.multi/tids-gid-reset.exp: New.
2345
2346 2020-01-10 George Barrett <bob@bob131.so>
2347
2348 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2349 to help in finding the image relocation offset.
2350 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2351 options in arguments.
2352 (stap_test_no_debuginfo): Likewise.
2353 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2354 test variants.
2355 (stap_test): Add null semaphore relocation test.
2356
2357 2020-01-10 George Barrett <bob@bob131.so>
2358
2359 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2360 * gdb.base/stap-probe.exp: Likewise.
2361 (stap_test): Pass argument as an additional flag.
2362 (stap_test_no_debuginfo): Likewise.
2363 (stap_test): Check `info probes stap' output for semaphore
2364 addresses if the test binary is supposed to have them.
2365
2366 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2367
2368 * gdb.tui/basic.exp: Add more scrolling tests.
2369
2370 2020-01-09 Tom Tromey <tom@tromey.com>
2371
2372 PR tui/18932:
2373 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2374 meangingful value.
2375 (Term::command, Term::resize): Update.
2376 * gdb.tui/basic.exp: Add scrolling test.
2377
2378 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2379
2380 * gdb.tui/tui-layout-asm.exp: New file.
2381
2382 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2383
2384 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2385
2386 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2387
2388 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2389 (Term::enter_tui): Use Term::prepare_for_tui.
2390
2391 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2392
2393 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2394 called.
2395
2396 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2397
2398 * gdb.base/skip.exp: Fix race condition in test.
2399
2400 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2401
2402 * gdb.base/backtrace.c: New file.
2403 * gdb.base/backtrace.exp: New file.
2404
2405 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2406
2407 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2408
2409 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2410
2411 * gdb.base/style.exp: Test that warnings are styled.
2412
2413 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2414
2415 * gdb.base/line65535.exp: New file.
2416 * gdb.base/line65535.c: New file.
2417
2418 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2419
2420 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2421 * lib/gnat_debug_info_test.adb: New file.
2422 * gdb.ada/ptype_tagged_param.exp: Use
2423 gnat_runtime_has_debug_info, expect a different output if
2424 runtime does not have debug info.
2425
2426 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2427
2428 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2429 (another) quote in test name.
2430
2431 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2432
2433 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2434 Add quote in test name.
2435
2436 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2437
2438 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2439 directory instead.
2440 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2441 * gdb.cp/pass-by-ref-2.cc: New file.
2442 * gdb.cp/pass-by-ref-2.exp: New file.
2443
2444 2019-12-20 Tom Tromey <tom@tromey.com>
2445
2446 * gdb.tui/list-before.exp: New file.
2447
2448 2019-12-20 Tom Tromey <tom@tromey.com>
2449
2450 * gdb.tui/list.exp: Check for source on initial listing.
2451
2452 2019-12-11 Tom Tromey <tromey@adacore.com>
2453
2454 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2455 Add crlf test.
2456
2457 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
2458
2459 * gdb.base/default.exp: Update value of $_gdb_major.
2460
2461 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2462
2463 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2464
2465 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2466
2467 * gdb.base/skip.exp: Whitespace fix.
2468
2469 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2470
2471 * gdb.base/skip-inline.c: New file.
2472 * gdb.base/skip-inline.exp: New file.
2473
2474 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2475
2476 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2477 jit_function_00 to jit_function_stack_mangle.
2478 * gdb.base/jithost.c (jit_function_t): Rename to...
2479 (jit_function_stack_mangle_t): ... this.
2480 (jit_function_add_t): New typedef.
2481 (jit_function_00_code): Rename to...
2482 (jit_function_stack_mangle_code): ... this, make static.
2483 (jit_function_add_code): New.
2484 (main): Generate "add" function and call it. Adjust to changes
2485 in jithost_abi.
2486 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2487 (struct jithost_abi) <begin, end>: Remove fields.
2488 <object, function_stack_mangle, function_add>: New fields.
2489 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2490 code_end>: Remove fields.
2491 <func_stack_mangle>: New field.
2492 (read_debug_info): Adjust to renaming, create block for "add"
2493 function.
2494 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2495
2496 2019-12-11 Tom Tromey <tom@tromey.com>
2497
2498 * gdb.tui/resize.exp: Fix regexp.
2499 * gdb.tui/regs.exp: Fix regexps.
2500 * gdb.tui/main.exp: Fix regexp.
2501
2502 2019-12-11 Tom Tromey <tom@tromey.com>
2503
2504 * gdb.tui/resize.exp: Update.
2505 * gdb.tui/empty.exp (layouts): Update.
2506
2507 2019-12-11 Tom Tromey <tom@tromey.com>
2508
2509 * gdb.tui/regs.exp: Update.
2510 * gdb.tui/empty.exp (layouts): Update.
2511 * gdb.tui/basic.exp: Update.
2512 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2513
2514 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2515
2516 * gdb.base/options.exp: Add -raw-values in the print completion list.
2517 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2518
2519 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2520
2521 * gdb.threads/omp-par-scope.c: New file.
2522 * gdb/threads/omp-par-scope.exp: New file.
2523
2524 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2525
2526 * lib/gdb.exp (support_nested_function_tests): New proc.
2527
2528 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2529
2530 * lib/gdb.exp (gdb_compile_openmp): New proc.
2531 (build_executable_from_specs): Add an "openmp" option.
2532 (gdb_compile_pthreads): Add non-executable case.
2533
2534 2019-12-10 Tom Tromey <tromey@adacore.com>
2535
2536 * gdb.ada/unchecked_union.exp: New file.
2537 * gdb.ada/unchecked_union/pck.adb: New file.
2538 * gdb.ada/unchecked_union/pck.ads: New file.
2539 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2540 * gdb-utils.exp (string_to_regexp): Also quote "?".
2541
2542 2019-12-10 George Barrett <bob@bob131.so>
2543
2544 Test scripted probe breakpoints.
2545 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2546 * gdb.python/py-breakpoint.c (main): Likewise.
2547 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2548 specifier test.
2549 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2550
2551 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2552
2553 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2554 an rvalue parameter.
2555 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2556 parameter.
2557
2558 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2559
2560 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2561 modules.
2562
2563 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2564
2565 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2566 broken version of GCC.
2567
2568 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2569
2570 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2571 sym-info-cmds library.
2572 * gdb.fortran/info-types.exp: Likewise.
2573 * lib/sym-info-cmds.exp: New file.
2574
2575 2019-12-08 Tom de Vries <tdevries@suse.de>
2576
2577 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2578
2579 2019-12-07 Keith Seitz <keiths@redhat.com>
2580
2581 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2582 * gdb.base/corefile-buildid-shlib.c: New file.
2583 * gdb.base/corefile-buildid.c: New file.
2584 * gdb.base/corefile-buildid.exp: New file.
2585
2586 2019-12-06 Tom de Vries <tdevries@suse.de>
2587
2588 * gdb.dwarf2/varval.exp: Add decl before def test.
2589
2590 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2591
2592 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2593
2594 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2595
2596 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2597 CV and reference conversion for overload resolution.
2598 * gdb.cp/rvalue-ref-overload.exp: Test it.
2599
2600 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2601
2602 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2603 * gdb.base/frameapply.exp: Test faas without command.
2604
2605 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2606
2607 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2608 Fortran tests.
2609 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2610 order.
2611
2612 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2613
2614 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2615 casting to type with no kind specified.
2616 (test_basic_parsing_of_type_kinds): Additional tests for types
2617 with no kind specified, and add tests for single/double
2618 precision/complex types.
2619
2620 2019-12-04 Tom Tromey <tromey@adacore.com>
2621
2622 * gdb.base/endianity.c (struct other) <x>: New field.
2623 (main): Initialize it.
2624 * gdb.base/endianity.exp: Update.
2625
2626 2019-12-04 Tom Tromey <tromey@adacore.com>
2627
2628 * gdb.ada/scalar_storage/storage.adb: New file.
2629 * gdb.ada/scalar_storage/pck.adb: New file.
2630 * gdb.ada/scalar_storage/pck.ads: New file.
2631 * gdb.ada/scalar_storage.exp: New file.
2632
2633 2019-12-04 Tom Tromey <tromey@adacore.com>
2634
2635 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2636 (main): Initialize it.
2637 * gdb.base/endianity.exp: Update.
2638
2639 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2640
2641 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2642
2643 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2644
2645 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2646 -symbol-info-module-functions and -symbol-info-module-variables.
2647
2648 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2649
2650 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2651
2652 2019-12-01 Richard Bunt <richard.bunt@arm.com>
2653 Andrew Burgess <andrew.burgess@embecosm.com>
2654
2655 * gdb.fortran/derived-type-striding.exp: New file.
2656 * gdb.fortran/derived-type-striding.f90: New file.
2657 * gdb.fortran/array-slices.exp: New file.
2658 * gdb.fortran/array-slices.f90: New file.
2659
2660 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2661
2662 * gdb.base/define.exp: Test . in command names.
2663 * gdb.base/setshow.exp: Update test, as . is now part of
2664 command name.
2665
2666 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2667
2668 * gdb.base/define-prefix.exp: New file.
2669
2670 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2671
2672 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2673 compile.
2674 (skip_btrace_pt_tests): Likewise.
2675
2676 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2677
2678 * gdb.fortran/info-modules.exp: Compile source files in correct
2679 order.
2680
2681 2019-11-27 Kevin Buettner <kevinb@redhat.com>
2682
2683 * gdb.dwarf2/imported-unit.exp: New file.
2684 * gdb.dwarf2/imported-unit.c: New file.
2685
2686 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2687
2688 * gdb.mi/mi-fortran-modules-2.f90: New file.
2689 * gdb.mi/mi-fortran-modules.exp: New file.
2690 * gdb.mi/mi-fortran-modules.f90: New file.
2691
2692 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2693
2694 * gdb.mi/mi-sym-info-1.c: New file.
2695 * gdb.mi/mi-sym-info-2.c: New file.
2696 * gdb.mi/mi-sym-info.exp: New file.
2697
2698 2019-11-22 Tom Tromey <tromey@adacore.com>
2699
2700 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2701 * gdb.ada/tasks/foo.adb: Add another stopping location.
2702
2703 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2704
2705 * gdb.base/endianity.c: New test.
2706 * gdb.base/endianity.exp: New file.
2707
2708 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2709
2710 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2711
2712 2019-11-21 Tom de Vries <tdevries@suse.de>
2713
2714 PR gdb/24956
2715 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2716
2717 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2718
2719 * gdb.python/py-progspace.exp: Add missing parentheses on some
2720 'print' commands.
2721
2722 2019-11-19 Tom Tromey <tom@tromey.com>
2723
2724 * gdb.tui/winheight.exp: New file.
2725
2726 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2727
2728 * gdb.base/ctf-whatis.c: Delete.
2729 * gdb.base/ctf-whatis.exp: Delete.
2730 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2731
2732 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2733
2734 * gdb.base/ctf-cvexpr.exp: Delete.
2735 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2736
2737 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2738
2739 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2740 the compiler. Clean up header comment a little.
2741 * gdb.base/ctf-ptype.exp: Likewise.
2742 * gdb.base/ctf-whatis.exp: Likewise.
2743 * lib/gdb.exp (skip_ctf_tests): New proc.
2744
2745 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2746
2747 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2748 * gdb.tui/corefile-run.exp: New file.
2749
2750 2019-11-14 Tom Tromey <tromey@adacore.com>
2751
2752 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2753 regression tests.
2754
2755 2019-11-12 Tom Tromey <tom@tromey.com>
2756
2757 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2758 after any command. Expect prompt after WAIT_FOR is seen.
2759 (enter_tui): Enable resize messages.
2760 (command): Expect command in output.
2761 (get_line): Avoid error when cursor appears to be off-screen.
2762 (dump_screen): Include screen size in title.
2763 (_do_resize): New proc, from "resize".
2764 (resize): Rewrite. Do resize in two steps.
2765 * gdb.tui/empty.exp (layouts): Fix entries.
2766 (check_boxes): Remove xfail.
2767 (check_text): Dump screen on failure.
2768
2769 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2770
2771 * gdb.python/py-symbol.exp: Add test for
2772 gdb.lookup_static_symbols.
2773
2774 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2775
2776 * gdb.python/py-symbol.c: Declare and call function from new
2777 py-symbol-2.c file.
2778 * gdb.python/py-symbol.exp: Compile both source files, and add new
2779 tests for gdb.lookup_static_symbol.
2780 * gdb.python/py-symbol-2.c: New file.
2781
2782 2019-11-02 Tom de Vries <tdevries@suse.de>
2783
2784 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2785 * gdb.base/anon.exp: Same.
2786 * gdb.base/auto-connect-native-target.exp: Same.
2787 * gdb.base/call-ar-st.exp: Same.
2788 * gdb.base/catch-syscall.exp: Same.
2789 * gdb.base/commands.exp: Same.
2790 * gdb.base/default.exp: Same.
2791 * gdb.base/display.exp: Same.
2792 * gdb.base/float.exp: Same.
2793 * gdb.base/foll-fork.exp: Same.
2794 * gdb.base/help.exp: Same.
2795 * gdb.base/info-macros.exp: Same.
2796 * gdb.base/info-proc.exp: Same.
2797 * gdb.base/info-target.exp: Same.
2798 * gdb.base/long_long.exp: Same.
2799 * gdb.base/macscp.exp: Same.
2800 * gdb.base/memattr.exp: Same.
2801 * gdb.base/nofield.exp: Same.
2802 * gdb.base/pointers.exp: Same.
2803 * gdb.base/printcmds.exp: Same.
2804 * gdb.base/ptype.exp: Same.
2805 * gdb.base/restore.exp: Same.
2806 * gdb.base/return.exp: Same.
2807 * gdb.base/scope.exp: Same.
2808 * gdb.base/set-noassign.exp: Same.
2809 * gdb.base/setshow.exp: Same.
2810 * gdb.base/shlib-call.exp: Same.
2811 * gdb.base/signals.exp: Same.
2812 * gdb.base/sigstep.exp: Same.
2813 * gdb.base/skip.exp: Same.
2814 * gdb.base/solib-symbol.exp: Same.
2815 * gdb.base/stap-probe.exp: Same.
2816 * gdb.base/step-line.exp: Same.
2817 * gdb.base/step-test.exp: Same.
2818 * gdb.base/style.exp: Same.
2819 * gdb.base/varargs.exp: Same.
2820 * gdb.base/vla-datatypes.exp: Same.
2821 * gdb.base/vla-ptr.exp: Same.
2822 * gdb.base/vla-sideeffect.exp: Same.
2823 * gdb.base/volatile.exp: Same.
2824 * gdb.base/watch-cond-infcall.exp: Same.
2825 * gdb.base/watchpoint.exp: Same.
2826
2827 2019-11-02 Tom de Vries <tdevries@suse.de>
2828
2829 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2830 * gdb.cp/cpexprs.exp: Same.
2831 * gdb.cp/except-multi-location.exp: Same.
2832 * gdb.cp/exceptprint.exp: Same.
2833 * gdb.cp/gdb2384.exp: Same.
2834 * gdb.cp/inherit.exp: Same.
2835 * gdb.cp/m-static.exp: Same.
2836 * gdb.cp/meth-typedefs.exp: Same.
2837 * gdb.cp/misc.exp: Same.
2838 * gdb.cp/namespace.exp: Same.
2839 * gdb.cp/non-trivial-retval.exp: Same.
2840 * gdb.cp/overload.exp: Same.
2841 * gdb.cp/pr17132.exp: Same.
2842 * gdb.cp/re-set-overloaded.exp: Same.
2843 * gdb.cp/rvalue-ref-types.exp: Same.
2844 * gdb.cp/templates.exp: Same.
2845
2846 2019-11-01 Luis Machado <luis.machado@linaro.org>
2847
2848 PR gdb/25124
2849
2850 * gdb.arch/pr25124.S: New file.
2851 * gdb.arch/pr25124.exp: New file.
2852
2853 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2854
2855 * gdb.fortran/info-modules.exp: Update expected results, and add
2856 additional tests for 'info module functinos', and 'info module
2857 variables'.
2858 * gdb.fortran/info-types.exp: Update expected results.
2859 * gdb.fortran/info-types.f90: Extend testcase with additional
2860 module variables and functions.
2861
2862 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2863
2864 * gdb.fortran/info-modules.exp: New file.
2865 * gdb.fortran/info-types.exp: Build with new file.
2866 * gdb.fortran/info-types.f90: Include and use new module.
2867 * gdb.fortran/info-types-2.f90: New file.
2868
2869 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2870
2871 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2872 * gdb.base/settings.exp: Test all settings types using
2873 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2874 that now verifies that the value of "maint show" is the same as
2875 returned by the settings functions. Test the type of the
2876 maintenance settings.
2877 * gdb.base/default.exp: Update show_conv_list.
2878
2879 2019-10-31 Tom de Vries <tdevries@suse.de>
2880
2881 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2882 gdb_test.
2883 * gdb.arch/amd64-disp-step.exp: Same.
2884 * gdb.asm/asm-source.exp: Same.
2885 * gdb.btrace/buffer-size.exp: Same.
2886 * gdb.btrace/cpu.exp: Same.
2887 * gdb.btrace/enable.exp: Same.
2888 * gdb.dwarf2/count.exp: Same.
2889 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2890 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2891 * gdb.fortran/vla-datatypes.exp: Same.
2892 * gdb.fortran/vla-history.exp: Same.
2893 * gdb.fortran/vla-ptype.exp: Same.
2894 * gdb.fortran/vla-value.exp: Same.
2895 * gdb.fortran/whatis_type.exp: Same.
2896 * gdb.guile/guile.exp: Same.
2897 * gdb.multi/tids.exp: Same.
2898 * gdb.python/py-finish-breakpoint.exp: Same.
2899 * gdb.python/py-framefilter.exp: Same.
2900 * gdb.python/py-pp-registration.exp: Same.
2901 * gdb.python/py-xmethods.exp: Same.
2902 * gdb.python/python.exp: Same.
2903 * gdb.server/connect-with-no-symbol-file.exp: Same.
2904 * gdb.server/no-thread-db.exp: Same.
2905 * gdb.server/run-without-local-binary.exp: Same.
2906 * gdb.stabs/weird.exp: Same.
2907 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2908 * gdb.threads/thread-find.exp: Same.
2909 * gdb.threads/tls-shared.exp: Same.
2910 * gdb.threads/tls.exp: Same.
2911 * gdb.threads/wp-replication.exp: Same.
2912 * gdb.trace/ax.exp: Same.
2913 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2914
2915 2019-10-31 Tom de Vries <tdevries@suse.de>
2916
2917 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2918 * gdb.ada/array_subscript_addr.exp: Same.
2919 * gdb.ada/arrayidx.exp: Same.
2920 * gdb.ada/arrayparam.exp: Same.
2921 * gdb.ada/arrayptr.exp: Same.
2922 * gdb.ada/boolean_expr.exp: Same.
2923 * gdb.ada/call_pn.exp: Same.
2924 * gdb.ada/complete.exp: Same.
2925 * gdb.ada/fixed_cmp.exp: Same.
2926 * gdb.ada/fun_addr.exp: Same.
2927 * gdb.ada/funcall_param.exp: Same.
2928 * gdb.ada/interface.exp: Same.
2929 * gdb.ada/mod_from_name.exp: Same.
2930 * gdb.ada/null_array.exp: Same.
2931 * gdb.ada/packed_array.exp: Same.
2932 * gdb.ada/packed_tagged.exp: Same.
2933 * gdb.ada/print_chars.exp: Same.
2934 * gdb.ada/print_pc.exp: Same.
2935 * gdb.ada/ptype_arith_binop.exp: Same.
2936 * gdb.ada/ptype_field.exp: Same.
2937 * gdb.ada/ptype_tagged_param.exp: Same.
2938 * gdb.ada/rec_return.exp: Same.
2939 * gdb.ada/ref_tick_size.exp: Same.
2940 * gdb.ada/str_ref_cmp.exp: Same.
2941 * gdb.ada/taft_type.exp: Same.
2942 * gdb.ada/tagged.exp: Same.
2943 * gdb.ada/type_coercion.exp: Same.
2944 * gdb.ada/uninitialized_vars.exp: Same.
2945
2946 2019-10-30 Tom de Vries <tdevries@suse.de>
2947
2948 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2949
2950 2019-10-26 Tom de Vries <tdevries@suse.de>
2951
2952 * gdb.base/bigcore.c: Fix typos in comments.
2953 * gdb.base/ctf-ptype.c: Same.
2954 * gdb.base/long_long.c: Same.
2955 * gdb.dwarf2/dw2-op-out-param.S: Same.
2956 * gdb.python/py-evthreads.c: Same.
2957 * gdb.reverse/i387-stack-reverse.c: Same.
2958 * gdb.trace/tfile.c: Same.
2959 * lib/compiler.c: Same.
2960 * lib/compiler.cc: Same.
2961
2962 2019-10-25 Tom de Vries <tdevries@suse.de>
2963
2964 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2965 gdb_test_multiple calls.
2966 * gdb.reverse/sigall-reverse.exp: Same.
2967 * gdb.reverse/solib-precsave.exp: Same.
2968 * gdb.reverse/solib-reverse.exp: Same.
2969 * gdb.reverse/until-precsave.exp: Same.
2970 * gdb.reverse/until-reverse.exp: Same.
2971
2972 2019-10-24 Tom de Vries <tdevries@suse.de>
2973
2974 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2975 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2976 kfail using -wrap pattern flag and convenience variable
2977 gdb_test_name.
2978
2979 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2980
2981 * gdb.python/py-progspace.exp: Add tests for the
2982 Progspace.block_for_pc method.
2983
2984 2019-10-23 Tom Tromey <tom@tromey.com>
2985
2986 * configure: Rebuild.
2987 * aclocal.m4: Use m4_include, not sinclude.
2988
2989 2019-10-21 Tom de Vries <tdevries@suse.de>
2990
2991 * gdb.base/infcall-nested-structs.c: Add
2992 __attribute__((noinline,noclone)) to all functions.
2993 (call_all): Add missing variable initialization. Simplify return value.
2994 (breakpt): Increment volatile variable, to prevent call from being
2995 optimized out.
2996 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2997
2998 2019-10-17 Tom de Vries <tdevries@suse.de>
2999
3000 * gdb.fortran/module.exp: Allow info variables to print info for files
3001 other than module.f90.
3002
3003 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3004
3005 * gdb.fortran/module.exp: Extend with 'info variables' test.
3006
3007 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3008
3009 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3010 F77_FOR_TARGET.
3011
3012 2019-10-16 Tom de Vries <tdevries@suse.de>
3013
3014 PR tdep/25096
3015 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3016
3017 2019-10-16 Tom de Vries <tdevries@suse.de>
3018
3019 PR tdep/24104
3020 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3021 Add KFAIL for PR tdep/25096.
3022
3023 2019-10-16 Tom de Vries <tdevries@suse.de>
3024
3025 PR testsuite/25059
3026 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3027
3028 2019-10-16 Tom de Vries <tdevries@suse.de>
3029
3030 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3031 as signed.
3032
3033 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3034
3035 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3036 one instead of increasing timeout.
3037
3038 2019-10-13 Tom de Vries <tdevries@suse.de>
3039
3040 PR record/25038
3041 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3042 * gdb.reverse/sigall-reverse.exp: Same.
3043 * gdb.reverse/solib-precsave.exp: Same.
3044 * gdb.reverse/solib-reverse.exp: Same.
3045 * gdb.reverse/step-precsave.exp: Same.
3046 * gdb.reverse/until-precsave.exp: Same.
3047 * gdb.reverse/until-reverse.exp: Same.
3048 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3049
3050 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3051
3052 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3053 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3054 (cmp_struct_05_01, cmp_struct_static_02_01)
3055 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3056 comparisons.
3057
3058 2019-10-10 Tom de Vries <tdevries@suse.de>
3059
3060 PR testsuite/24888
3061 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3062 gnatlink.
3063
3064 2019-10-09 Tom de Vries <tdevries@suse.de>
3065
3066 PR testsuite/25048
3067 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3068
3069 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3070
3071 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3072 exceptions due to missing debug information.
3073
3074 2019-10-07 Tom de Vries <tdevries@suse.de>
3075
3076 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3077
3078 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3079
3080 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3081 * gdb.base/annota1.exp: Update to use gdb_test_name.
3082
3083 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
3084
3085 * gdb.base/ctf-whatis.exp: New file.
3086 * gdb.base/ctf-whatis.c: New file.
3087 * gdb.base/ctf-ptype.exp: New file.
3088 * gdb.base/ctf-ptype.c: New file.
3089 * gdb.base/ctf-constvars.exp: New file.
3090 * gdb.base/ctf-constvars.c: New file.
3091 * gdb.base/ctf-cvexpr.exp: New file.
3092
3093 2019-10-04 Tom de Vries <tdevries@suse.de>
3094
3095 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3096 for loop.
3097
3098 2019-10-03 Tom Tromey <tom@tromey.com>
3099
3100 PR rust/24976:
3101 * gdb.rust/simple.rs (Union2): New type.
3102 (main): Use Union2.
3103 * gdb.rust/simple.exp: Add test.
3104
3105 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3106
3107 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3108 nested function prefix.
3109
3110 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3111 Richard Bunt <richard.bunt@arm.com>
3112 Andrew Burgess <andrew.burgess@embecosm.com>
3113
3114 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3115 nested functions.
3116 * gdb.fortran/nested-funcs.f90: Update expected results.
3117 * gdb.fortran/nested-funcs-2.exp: New file.
3118 * gdb.fortran/nested-funcs-2.f90: New file.
3119
3120 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3121
3122 * gdb.python/py-parameter.exp: Make test names unique.
3123 * gdb.python/py-template.exp: Likewise.
3124 * gdb.python/py-value.exp: Likewise.
3125
3126 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3127
3128 * gdb.base/break-interp.exp: Reduce test name duplication.
3129 * gdb.base/call-sc.exp: Likewise.
3130 * gdb.base/callfuncs.exp: Likewise.
3131 * gdb.base/charset.exp: Likewise.
3132 * gdb.base/dump.exp: Likewise.
3133 * gdb.base/ena-dis-br.exp: Likewise.
3134 * gdb.base/relational.exp: Likewise.
3135 * gdb.base/step-over-syscall.exp: Likewise.
3136 * gdb.base/structs.exp: Likewise.
3137
3138 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3139
3140 * gdb.linespec/explicit.exp: Make test names unique.
3141 * gdb.linespec/ls-errs.exp: Likewise.
3142
3143 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3144
3145 * gdb.reverse/break-precsave.exp: Make test names unique.
3146 * gdb.reverse/break-reverse.exp: Likewise.
3147 * gdb.reverse/finish-precsave.exp: Likewise.
3148 * gdb.reverse/finish-reverse.exp: Likewise.
3149 * gdb.reverse/machinestate-precsave.exp: Likewise.
3150 * gdb.reverse/machinestate.exp: Likewise.
3151 * gdb.reverse/readv-reverse.exp: Likewise.
3152 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3153 * gdb.reverse/sigall-precsave.exp: Likewise.
3154 * gdb.reverse/sigall-reverse.exp: Likewise.
3155 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3156 * gdb.reverse/watch-precsave.exp: Likewise.
3157 * gdb.reverse/watch-reverse.exp: Likewise.
3158
3159 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3160
3161 * gdb.threads/stop-with-handle.c: New file.
3162 * gdb.threads/stop-with-handle.exp: New file.
3163
3164 2019-10-03 Tom de Vries <tdevries@suse.de>
3165
3166 PR testsuite/25059
3167 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3168 directory" line to be missing.
3169
3170 2019-10-03 Tom de Vries <tdevries@suse.de>
3171
3172 PR testsuite/25059
3173 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3174 type optional.
3175
3176 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3177
3178 * gdb.python/py-format-string.c (string.h): New include.
3179 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3180 the same value, for endianness-independence.
3181 * gdb.python/py-format-string.exp (default_regexp_dict)
3182 (test_pretty_structs, test_format): Adjust expected output to the
3183 changed initialization.
3184
3185 2019-10-02 Tom Tromey <tromey@adacore.com>
3186
3187 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3188
3189 2019-10-02 Pedro Alves <palves@redhat.com>
3190 Andrew Burgess <andrew.burgess@embecosm.com>
3191
3192 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3193 "print-file-var.h".
3194 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3195 (get_version_1): Print this_version_id and its address.
3196 Add extern "C" wrappers around interface functions.
3197 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3198 "print-file-var.h".
3199 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3200 (get_version_2): Print this_version_id and its address.
3201 Add extern "C" wrappers around interface functions.
3202 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3203 <stddef.h> and "print-file-var.h".
3204 Add extern "C" wrappers around interface functions.
3205 [VERSION_ID_MAIN] (this_version_id): Define.
3206 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3207 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3208 up extern "C" blocks.
3209 * gdb.base/print-file-var.exp (test): New, factored out from top
3210 level.
3211 (top level): Test all combinations of attribute hidden or not,
3212 dlopen or not, and this_version_id symbol in main file or not.
3213 Compile tests as both C++ and C, make test names unique.
3214
3215 2019-10-01 Tom Tromey <tom@tromey.com>
3216
3217 * gdb.base/style.exp: Test "show logging filename".
3218
3219 2019-10-01 Tom Tromey <tom@tromey.com>
3220
3221 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3222 * gdb.base/style.exp: Add metadata style test.
3223
3224 2019-10-01 Tom Tromey <tom@tromey.com>
3225
3226 * gdb.base/style.exp: Test "pwd".
3227
3228 2019-10-01 Tom Tromey <tom@tromey.com>
3229
3230 * gdb.base/style.exp: Update tests.
3231
3232 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3233
3234 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3235 'six' to unsigned.
3236 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3237 'five'. Use an all-ones bit pattern for each.
3238 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3239 to its changed values.
3240
3241 2019-09-30 Tom Tromey <tromey@adacore.com>
3242
3243 * gdb.rust/traits.rs: Disable all warnings.
3244
3245 2019-09-29 Tom de Vries <tdevries@suse.de>
3246
3247 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
3248
3249 2019-09-29 Tom de Vries <tdevries@suse.de>
3250
3251 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3252
3253 2019-09-27 Tom de Vries <tdevries@suse.de>
3254
3255 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3256
3257 2019-09-27 Tom de Vries <tdevries@suse.de>
3258
3259 PR record/23188
3260 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3261
3262 2019-09-26 Tom Tromey <tromey@adacore.com>
3263
3264 * gdb.ada/py_taft.exp: New file.
3265 * gdb.ada/py_taft/main.adb: New file.
3266 * gdb.ada/py_taft/pkg.adb: New file.
3267 * gdb.ada/py_taft/pkg.ads: New file.
3268
3269 2019-09-24 Tom de Vries <tdevries@suse.de>
3270
3271 PR gdb/24598
3272 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3273
3274 2019-09-22 Tom de Vries <tdevries@suse.de>
3275
3276 * gdb.base/restore.exp: Allow register variables to be optimized out at
3277 -O0.
3278
3279 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3280
3281 * gdb.arch/spu-info.exp: Remove file.
3282 * gdb.arch/spu-info.c: Remove file.
3283 * gdb.arch/spu-ls.exp: Remove file.
3284 * gdb.arch/spu-ls.c: Remove file.
3285
3286 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3287 * gdb.asm/spu.inc: Remove file.
3288
3289 * gdb.base/dump.exp: Remove support for spu*-*-*.
3290 * gdb.base/stack-checking.exp: Likewise.
3291 * gdb.base/overlays.exp: Likewise.
3292 * gdb.base/ovlymgr.c: Likewise.
3293 * gdb.base/spu.ld: Remove file.
3294
3295 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3296 * gdb.cp/cpexprs.exp: Likewise.
3297 * gdb.cp/exception.exp: Likewise.
3298 * gdb.cp/gdb2495.exp: Likewise.
3299 * gdb.cp/mb-templates.exp: Likewise.
3300 * gdb.cp/pr9167.exp: Likewise.
3301 * gdb.cp/userdef.exp: Likewise.
3302
3303 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3304
3305 * gdb.cell: Remove directory.
3306 * lib/cell.exp: Remove file.
3307
3308 2019-09-19 Tom de Vries <tdevries@suse.de>
3309
3310 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3311
3312 2019-09-19 Tom de Vries <tdevries@suse.de>
3313
3314 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3315
3316 2019-09-19 Tom de Vries <tdevries@suse.de>
3317
3318 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3319 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3320 (gdb_target_cmd): ... here.
3321 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3322 value 2.
3323
3324 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3325
3326 * gdb.base/source-dir.exp: Avoid having directory names in test
3327 names.
3328
3329 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3330
3331 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3332 directory.
3333
3334 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3335
3336 * gdb.base/list-missing-source.exp: New file.
3337
3338 2019-09-14 Tom de Vries <tdevries@suse.de>
3339
3340 PR teststuite/24599
3341 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3342 * lib/ada.exp (gnatmake_version_at_least): New proc.
3343
3344 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3345
3346 * gdb.base/maint.exp: Use exec_has_index_section.
3347
3348 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3349
3350 * gdb.base/maint.exp: Add test for 'maint info sections'.
3351
3352 2019-09-12 Tom de Vries <tdevries@suse.de>
3353
3354 * gdb.base/store.exp: Allow register variables to be optimized out at
3355 -O0.
3356
3357 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3358
3359 * gdb.ada/rdv_wait.exp: Update to new task names.
3360 * gdb.base/task_switch_in_core.exp: Likewise.
3361 * gdb.base/info_sources_base.c: Likewise.
3362
3363 2019-09-10 Tom Tromey <tromey@adacore.com>
3364
3365 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3366
3367 2019-09-10 Tom Tromey <tromey@adacore.com>
3368
3369 * gdb.ada/dgopt.exp: New file.
3370 * gdb.ada/dgopt/x.adb: New file.
3371
3372 2019-09-08 Tom Tromey <tom@tromey.com>
3373
3374 * gdb.tui/resize.exp: Remove setup_xfail.
3375 * gdb.tui/regs.exp: Remove setup_xfail.
3376 * gdb.tui/basic.exp: Remove setup_xfail.
3377
3378 2019-09-06 David Blaikie <dblaikie@gmail.com>
3379
3380 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3381 * gdb.cp/cplabel.exp: Ditto.
3382 * gdb.linespec/ls-errs.exp: Ditto.
3383
3384 2019-09-05 Tom de Vries <tdevries@suse.de>
3385
3386 * lib/gdb.exp (cmp_file_string): New proc.
3387 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3388 runto_main. Verify save breakpoints output.
3389
3390 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3391
3392 * gdb.base/info-var.exp: Test info variables without running
3393 to main, to avoid expect's buffer overflow.
3394
3395 2019-09-03 Tom Tromey <tromey@adacore.com>
3396
3397 * gdb.ada/bias.exp: New file.
3398 * gdb.ada/bias/bias.adb: New file.
3399 * gdb.ada/print_chars.exp: Add regression test.
3400 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3401 (MC): New variable.
3402
3403 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3404
3405 * gdb.base/argv0-symlink.exp: Run only on native target
3406 and local host.
3407
3408 2019-08-29 Tom de Vries <tdevries@suse.de>
3409
3410 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3411 diverse debug info.
3412 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3413
3414 2019-08-28 Tom de Vries <tdevries@suse.de>
3415
3416 * gdb.base/info-var.exp: Allow info variables to print info for files
3417 other than info-var-f1.c and info-var-f2.c.
3418
3419 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3420
3421 * gdb.fortran/info-types.exp: Add module.
3422 * gdb.fortran/info-types.f90: Update expected results.
3423
3424 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3425
3426 * gdb.fortran/info-types.exp: New file.
3427 * gdb.fortran/info-types.f90: New file.
3428 * lib/fortran.exp (fortran_character1): New proc.
3429
3430 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3431
3432 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3433 functions'. Reindent as needed.
3434 * gdb.base/info-var-f1.c: New file.
3435 * gdb.base/info-var-f2.c: New file.
3436 * gdb.base/info-var.exp: New file.
3437 * gdb.base/info-var.h: New file.
3438
3439 2019-08-26 Tom de Vries <tdevries@suse.de>
3440
3441 PR c++/24852
3442 * gdb.cp/no-libstdcxx-probe.exp: New test.
3443
3444 2019-08-26 Tom de Vries <tdevries@suse.de>
3445
3446 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3447 * tests need to be skipped.
3448 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3449 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3450 mi_skip_libstdcxx_probe_tests.
3451
3452 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3453
3454 * gdb.python/py-xmethods.exp: Use raw strings when passing
3455 arguments to SimpleXMethodMatcher.
3456
3457 2019-08-22 Tom de Vries <tdevries@suse.de>
3458
3459 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3460 more informative.
3461
3462 2019-08-21 Pedro Alves <palves@redhat.com>
3463
3464 * gdb.base/with.exp: Test "with" with no arguments.
3465
3466 2019-08-21 Tom de Vries <tdevries@suse.de>
3467
3468 * gdb.base/gdb-caching-proc.exp: Sort files.
3469
3470 2019-08-20 Tom de Vries <tdevries@suse.de>
3471
3472 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3473 compilation.
3474
3475 2019-08-16 Tom de Vries <tdevries@suse.de>
3476
3477 * gdb.base/compare-sections.exp ("after run to main"): Allow
3478 mismatched read-only sections for PIE executables.
3479
3480 2019-08-16 Tom Tromey <tom@tromey.com>
3481
3482 * lib/tuiterm.exp (_csi_Z): New proc.
3483 * gdb.tui/basic.exp: Update window positions.
3484 * gdb.tui/empty.exp: Update window positions.
3485
3486 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3487
3488 * gdb.base/examine-backward.exp: Correct regexp for
3489 "examine 3 bytes backward from ${address_zero}".
3490
3491 2019-08-15 Tom Tromey <tom@tromey.com>
3492
3493 * gdb.tui/empty.exp: Enable resizing tests.
3494
3495 2019-08-15 Tom Tromey <tromey@adacore.com>
3496
3497 * gdb.ada/char_enum.exp: Add regression tests.
3498 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3499 and '0'.
3500 (Char, Gchar): Update.
3501 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3502
3503 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3504
3505 * gdb.python/python.exp: Expect a leading underscore on
3506 GdbOutput{,Error}File.
3507
3508 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3509
3510 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3511 Windows host.
3512
3513 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3514
3515 * gdb.base/batch-preserve-term-settings.exp
3516 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3517
3518 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3519
3520 * lib/gdb.exp: When running on a mingw target, replace
3521 /x/ with x:/.
3522
3523 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3524
3525 * gdb.arch/aarch64-prologue.c: New test.
3526 * gdb.arch/aarch64-prologue.exp: New file.
3527
3528 2019-08-13 Tom de Vries <tdevries@suse.de>
3529
3530 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3531 Thread.
3532
3533 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3534
3535 * gdb.python/py-completion.exp: Download the .py file to the host
3536 and use its host pathname. Conditionalize tests that use
3537 tab completion and manipulate files on the build machine.
3538 * gdb.python/py-events.exp: Download the .py file to the host
3539 and use its host pathname.
3540 * gdb.python/py-evsignal.exp: Likewise.
3541 * gdb.python/py-evthreads.exp: Likewise.
3542 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3543 pathname syntax.
3544 * gdb.python/py-framefilter.exp: Download the .py file to the right
3545 place on the host. Match Windows pathname syntax.
3546 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3547 .py file to the host and use its host pathname.
3548 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3549 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3550 build pathname. Skip symlink test on Windows host. Add missing
3551 newline at end of file.
3552 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3553 and use its host pathname.
3554 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3555 * gdb.python/py-section-script.exp: Use host location of binfile
3556 on safe-path. Use correct path separator on Windows host.
3557 Reorder alternatives in gdb_test_multiple to prevent matching
3558 the wrong alternative on success.
3559 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3560
3561 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3562
3563 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3564 expect the GDB inferior to no longer immediately stop after
3565 being resumed with "signal SIGINT".
3566
3567 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3568
3569 * gdb.linespec/break-ask.exp: Generalize regexps to match
3570 Windows pathnames too.
3571
3572 2019-08-08 Tom de Vries <tdevries@suse.de>
3573
3574 PR testsuite/24862
3575 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3576
3577 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3578
3579 * gdb.base/style.exp: Update tests for help doc new invariants.
3580 * gdb.base/help.exp: Likewise.
3581
3582 2019-08-06 Tom Tromey <tom@tromey.com>
3583
3584 * gdb.base/style.exp: Add disassemble test.
3585 * gdb.base/style.c (some_called_function): New function.
3586 (main): Use it.
3587
3588 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3589
3590 * gdb.python/py-block.exp: Test dictionary access on blocks.
3591
3592 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3593
3594 PR gdb/24863
3595 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3596 -list-thread-groups --available test when running under
3597 check-read1.
3598
3599 2019-08-05 Tom de Vries <tdevries@suse.de>
3600
3601 PR testsuite/24863
3602 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3603 * gdb.base/help.exp: Use with_read1_timeout_factor.
3604 * gdb.base/info-macros.exp: Same.
3605 * gdb.cp/nested-types.exp: Same.
3606
3607 2019-08-05 Tom de Vries <tdevries@suse.de>
3608
3609 * lib/gdb.exp (version_at_least): Factor out of ...
3610 (tcl_version_at_least): ... here.
3611 (gdb_compile): Fail if pie results in non-PIE executable.
3612 (readelf_version, readelf_prints_pie): New proc.
3613 (exec_is_pie): Return -1 if unknown.
3614
3615 2019-08-05 Tom de Vries <tdevries@suse.de>
3616
3617 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3618
3619 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3620
3621 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3622
3623 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3624
3625 * lib/completion-support.exp (test_gdb_complete_none): Skip
3626 tab completion tests if no readline support.
3627 (test_gdb_complete_unique_re): Likewise.
3628 (test_gdb_complete_multiple): Likewise.
3629
3630 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3631
3632 * gdb.base/info_sources.exp: New file.
3633 * gdb.base/info_sources.c: New file.
3634 * gdb.base/info_sources_base.c: New file.
3635
3636 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3637
3638 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3639 prefix argument.
3640 (test_exit_status): Add prefix argument.
3641
3642 2019-08-01 Tom de Vries <tdevries@suse.de>
3643
3644 PR testsuite/24863
3645 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3646 calling exp_continue for new thread and thread exited messages.
3647
3648 2019-08-01 Tom de Vries <tdevries@suse.de>
3649
3650 PR testsuite/24863
3651 * gdb.base/structs.exp: Fix check-read1 timeout using
3652 gdb_test_sequence.
3653 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3654
3655 2019-08-01 Tom de Vries <tdevries@suse.de>
3656
3657 PR testsuite/24863
3658 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3659 line.
3660
3661 2019-08-01 Tom de Vries <tdevries@suse.de>
3662
3663 PR testsuite/24863
3664 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3665
3666 2019-07-30 Tom Tromey <tromey@adacore.com>
3667
3668 * gdb.ada/display_nested.exp: New file.
3669 * gdb.ada/display_nested/foo.adb: New file.
3670 * gdb.ada/display_nested/pack.adb: New file.
3671 * gdb.ada/display_nested/pack.ads: New file.
3672
3673 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3674
3675 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3676 namespace.
3677 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3678
3679 2019-07-30 Tom de Vries <tdevries@suse.de>
3680
3681 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3682 instead.
3683
3684 2019-07-30 Tom de Vries <tdevries@suse.de>
3685
3686 PR testsuite/24834
3687 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3688 (exec_is_pie): New proc.
3689
3690 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3691
3692 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3693
3694 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3695
3696 * gdb.python/py-objfile.c: Add global and static vars.
3697 * gdb.python/py-objfile.exp: Test new functions Objfile.
3698 lookup_global_symbol and lookup_static_symbol.
3699
3700 2019-07-29 Tom Tromey <tom@tromey.com>
3701
3702 * lib/tuiterm.exp (Term::_csi_@): New proc.
3703 (Term::_csi_X): Don't move cursor.
3704
3705 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3706
3707 * gdb.base/options.exp: Update backtrace - completion to
3708 new option -frame-info.
3709 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3710 Test new 'set print frame-info'. Test backtrace -frame-info
3711 overriding 'set print frame-info'.
3712 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3713 Test new 'set print frame-info'.
3714 Verify consistency of backtrace with and without filters, with and
3715 without -no-filters.
3716 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3717 default.
3718
3719 2019-07-29 Tom de Vries <tdevries@suse.de>
3720
3721 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3722 no arguments".
3723
3724 2019-07-29 Tom de Vries <tdevries@suse.de>
3725
3726 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3727 is a substring of the first for "complete non-unique file name".
3728
3729 2019-07-29 Tom de Vries <tdevries@suse.de>
3730
3731 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3732 with ".*".
3733
3734 2019-07-29 Tom de Vries <tdevries@suse.de>
3735
3736 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3737 Pass prompt_regexp parameter to gdb_test_multiple calls.
3738
3739 2019-07-29 Tom de Vries <tdevries@suse.de>
3740
3741 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3742 print registers" regexps.
3743
3744 2019-07-29 Tom de Vries <tdevries@suse.de>
3745
3746 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3747
3748 2019-07-29 Tom de Vries <tdevries@suse.de>
3749
3750 PR gdb/24855
3751 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3752 (skip_python_tests_prompt): Add prompt_regexp argument to
3753 gdb_test_multiple calls.
3754
3755 2019-07-27 Tom Tromey <tom@tromey.com>
3756
3757 * gdb.tui/main.exp: New file.
3758
3759 2019-07-27 Tom Tromey <tom@tromey.com>
3760
3761 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3762 optional.
3763 * gdb.tui/empty.exp: New file.
3764
3765 2019-07-27 Tom Tromey <tom@tromey.com>
3766
3767 * lib/tuiterm.exp (spawn): New proc.
3768 (Term::resize): New proc.
3769 * gdb.tui/resize.exp: New file.
3770
3771 2019-07-27 Tom Tromey <tom@tromey.com>
3772
3773 * gdb.tui/list.exp: New file.
3774
3775 2019-07-27 Tom Tromey <tom@tromey.com>
3776
3777 * gdb.tui/regs.exp: New file.
3778
3779 2019-07-27 Tom Tromey <tom@tromey.com>
3780
3781 * gdb.tui/basic.exp: Add "layout split" test.
3782
3783 2019-07-27 Tom Tromey <tom@tromey.com>
3784
3785 * gdb.tui/basic.exp: Add "layout asm" test.
3786
3787 2019-07-27 Tom Tromey <tom@tromey.com>
3788
3789 * lib/tuiterm.exp: New file.
3790 * gdb.tui/basic.exp: New file.
3791
3792 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3793
3794 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3795 Enable tests associated with this flag. Adjust regex
3796 referencing "foo_low" to now refer to "foo_cold" instead.
3797
3798 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3799
3800 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3801 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3802 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3803 foo_cold. Revise comments to match.
3804 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3805 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3806 were wrapped into this proc; Call do_test in loop from outermost
3807 level.
3808 (foo_low): Rename all occurrences to "foo_cold".
3809 (backtrace from baz): New test.
3810 (x2/i foo_cold): New test.
3811 (info line *foo_cold): New test.
3812
3813 2019-07-26 Tom de Vries <tdevries@suse.de>
3814
3815 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3816
3817 2019-07-25 Tom de Vries <tdevries@suse.de>
3818
3819 PR testsuite/24830
3820 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3821 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3822 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3823 (skip_libstdcxx_probe_tests): ... here.
3824 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3825
3826 2019-07-24 Tom de Vries <tdevries@suse.de>
3827
3828 PR testsuite/24807
3829 * gdb.objc/basicclass.m: Include stdio.h.
3830 * gdb.objc/nondebug.m: Same.
3831 * gdb.objc/objcdecode.m: Same.
3832
3833 2019-07-24 Tom de Vries <tdevries@suse.de>
3834
3835 PR testsuite/24612
3836 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3837 additional_flags.
3838
3839 2019-07-24 Tom de Vries <tdevries@suse.de>
3840
3841 PR testsuite/24831
3842 * gdb.multi/tids.exp: Update error messages for info threads.
3843
3844 2019-07-24 Tom de Vries <tdevries@suse.de>
3845
3846 * gdb.base/info-types.exp: Allow info types to print info for more than
3847 one file.
3848
3849 2019-07-23 Tom de Vries <tdevries@suse.de>
3850
3851 PR testsuite/24842
3852 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3853 gdb_spawn_with_cmdline_opts.
3854
3855 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3856
3857 * gdb.arch/arm-cmse-sgstubs.c: New test.
3858 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3859
3860 2019-07-23 Tom de Vries <tdevries@suse.de>
3861
3862 PR testsuite/24711
3863 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3864 issuing next command.
3865
3866 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3867
3868 * gdb.ada/info_auto_lang.exp: Update expected results.
3869 * gdb.base/info-types.c: Add additional types to check.
3870 * gdb.base/info-types.exp: Update expected results.
3871
3872 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3873
3874 * gdb.base/info-types.c: New file.
3875 * gdb.base/info-types.exp: New file.
3876
3877 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3878
3879 * gdb.arch/riscv-bp-infcall.c: New file.
3880 * gdb.arch/riscv-bp-infcall.exp: New file.
3881
3882 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3883
3884 PR breakpoints/24541
3885 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3886
3887 2019-07-14 Tom de Vries <tdevries@suse.de>
3888
3889 PR testsuite/24760
3890 * gdb.objc/basicclass.exp: Fix unterminated string.
3891
3892 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3893 Andrew Burgess <andrew.burgess@embecosm.com>
3894
3895 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3896 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3897 negative bounds.
3898 * gdb.fortran/vla-value.exp: Print elements of an array with
3899 negative bounds.
3900 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3901 testing.
3902
3903 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3904
3905 * gdb.base/options.exp (expect_string): Dequote strings in
3906 results.
3907 (test-string): Test strings with different quoting and reindent.
3908
3909 2019-07-10 Tom Tromey <tromey@adacore.com>
3910
3911 * gdb.ada/mi_ex_cond.exp: Update expected results.
3912 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3913 * gdb.ada/mi_catch_ex.exp: Update expected results.
3914 * gdb.ada/mi_catch_assert.exp: Update expected results.
3915 * gdb.ada/catch_ex.exp (catch_exception_info)
3916 (catch_exception_entry, catch_assert_entry)
3917 (catch_unhandled_entry): Update.
3918 * gdb.ada/catch_assert_if.exp: Update expected results.
3919
3920 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3921 Stephen Roberts <stephen.roberts@arm.com>
3922
3923 * gdb.base/define.exp: Restore original prompt.
3924
3925 2019-07-09 Pedro Alves <palves@redhat.com>
3926
3927 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3928 breakpoints" output.
3929 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3930 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3931 throw" creates breakpoint.
3932 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3933 'type="catchpoint"'.
3934
3935 2019-07-09 Pedro Alves <palves@redhat.com>
3936
3937 PR c++/15468
3938 * gdb.cp/except-multi-location-lib.cc: New.
3939 * gdb.cp/except-multi-location-main.cc: New.
3940 * gdb.cp/except-multi-location.exp: New.
3941
3942 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3943
3944 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3945 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3946 argument and update callers.
3947
3948 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3949
3950 * gdb.arch/amd64-break-on-asm-line.S: New file.
3951 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3952
3953 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3954
3955 * gdb.base/printcmds.exp: Test printing C string and
3956 C wide string convenience vars without transiting via the inferior.
3957 Also make test names unique.
3958
3959 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3960
3961 PR breakpoints/25011
3962 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3963
3964 2019-07-04 Pedro Alves <palves@redhat.com>
3965
3966 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3967 body returned ok(0), break(3) or continue(4).
3968 * gdb.testsuite/foreach_with_prefix.exp: New file.
3969
3970 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3971
3972 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3973
3974 2019-07-03 Pedro Alves <palves@redhat.com>
3975
3976 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3977 "return -code".
3978
3979 2019-07-03 Pedro Alves <palves@redhat.com>
3980
3981 PR cli/24732
3982 * gdb.base/shell.exp: Load completion-support.exp.
3983 Adjust expected error output. Add completion tests.
3984
3985 2019-07-03 Pedro Alves <palves@redhat.com>
3986
3987 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3988 string_to_regexp.
3989
3990 2019-07-03 Pedro Alves <palves@redhat.com>
3991
3992 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3993 (expect_integer): Adjust to expect "-string".
3994 (expect_string): New.
3995 (all_options): Expect "-string".
3996 (test-flag, test-boolean): Adjust to expect "-string".
3997 (test-string): New proc.
3998 (top level): Call it.
3999
4000 2019-07-03 Pedro Alves <palves@redhat.com>
4001
4002 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4003 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4004 the expected output in the success.
4005
4006 2019-07-03 Pedro Alves <palves@redhat.com>
4007
4008 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4009 Split one gdb_test_multiple call in two to avoid a race.
4010
4011 2019-07-03 Pedro Alves <palves@redhat.com>
4012
4013 * gdb.base/with.c: New file.
4014 * gdb.base/with.exp: New file.
4015
4016 2019-07-03 Pedro Alves <palves@redhat.com>
4017
4018 * gdb.base/settings.exp: Replace all references to "maint
4019 test-settings set" with references to "maint set test-settings",
4020 and all references to "maint test-settings show" with references
4021 to "maint show test-settings".
4022
4023 2019-07-03 Pedro Alves <palves@redhat.com>
4024
4025 * gdb.base/settings.exp (test-string): Adjust expected out when
4026 testing "maint test-settings show filename"
4027
4028 2019-07-02 Pedro Alves <palves@redhat.com>
4029
4030 * gdb.base/options.exp (test-info-threads): New procedure.
4031 (top level): Call it.
4032
4033 2019-06-28 Tom Tromey <tromey@adacore.com>
4034
4035 * gdb.dwarf2/ada-linkage-name.c: New file.
4036 * gdb.dwarf2/ada-linkage-name.exp: New file.
4037
4038 2019-06-27 Tom Tromey <tromey@adacore.com>
4039
4040 PR c++/20020:
4041 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4042
4043 2019-06-26 Tom de Vries <tdevries@suse.de>
4044
4045 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4046
4047 2019-06-26 Tom de Vries <tdevries@suse.de>
4048
4049 * gdb.base/index-cache.exp: Add back missing debug option.
4050
4051 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4052
4053 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4054
4055 2019-06-25 Tom de Vries <tdevries@suse.de>
4056
4057 PR testsuite/24727
4058 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4059
4060 2019-06-24 Tom de Vries <tdevries@suse.de>
4061
4062 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4063
4064 2019-06-24 Tom de Vries <tdevries@suse.de>
4065
4066 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4067 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4068 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4069
4070 2019-06-24 Tom de Vries <tdevries@suse.de>
4071
4072 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4073
4074 2019-06-21 Tom de Vries <tdevries@suse.de>
4075
4076 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4077
4078 2019-06-21 Tom de Vries <tdevries@suse.de>
4079
4080 PR testsuite/24518
4081 PR ada/24713
4082 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4083 index.
4084
4085 2019-06-19 Tom Tromey <tromey@adacore.com>
4086
4087 * gdb.ada/length_cond.exp: Add intro comment.
4088
4089 2019-06-19 Tom Tromey <tromey@adacore.com>
4090
4091 * gdb.ada/length_cond.exp: New file.
4092 * gdb.ada/length_cond/length_cond.adb: New file.
4093 * gdb.ada/length_cond/pck.adb: New file.
4094 * gdb.ada/length_cond/pck.ads: New file.
4095
4096 2019-06-18 Tom de Vries <tdevries@suse.de>
4097
4098 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4099
4100 2019-06-18 Tom Tromey <tromey@adacore.com>
4101
4102 * gdb.base/list0.h: Add comment explaining control character.
4103
4104 2019-06-18 Tom de Vries <tdevries@suse.de>
4105
4106 * boards/fission.exp: Break up long debug_flags line.
4107
4108 2019-06-16 Tom de Vries <tdevries@suse.de>
4109
4110 PR gdb/24445
4111 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4112 generated index.
4113
4114 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4115
4116 PR gdb/24686
4117 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4118 improve detection of bug gdb/24541.
4119
4120 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4121
4122 PR gdb/24669
4123 * gdb.base/index-cache.exp (uses_readnow,
4124 expecting_index_cache_use): Define global variable.
4125 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4126 expecting_index_cache_use.
4127
4128 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4129 Andrew Burgess <andrew.burgess@embecosm.com>
4130
4131 * gdb.fortran/pointers.f90: New file.
4132 * gdb.fortran/print_type.exp: New file.
4133 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4134 * gdb.fortran/vla-type.exp: Likewise.
4135 * gdb.fortran/vla-value.exp: Likewise.
4136 * gdb.mi/mi-vla-fortran.exp: Likewise.
4137
4138 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4139
4140 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4141 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4142 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4143 as a stop reason.
4144
4145 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4146
4147 * gdb.base/annota1.exp: Update expected results.
4148 * gdb.cp/annota2.exp: Likewise.
4149 * gdb.cp/annota3.exp: Likewise.
4150
4151 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4152
4153 * gdb.base/style-logging.exp: Remove path from test name.
4154
4155 2019-06-14 Tom Tromey <tromey@adacore.com>
4156
4157 PR gdb/24502:
4158 * gdb.base/style-logging.exp: New file.
4159
4160 2019-06-14 Tom Tromey <tromey@adacore.com>
4161
4162 * gdb.base/symfile-warn.exp: New file.
4163 * gdb.base/symfile-warn.c: New file.
4164
4165 2019-06-14 Tom Tromey <tromey@adacore.com>
4166
4167 * gdb.base/annotate-symlink.exp: New file.
4168
4169 2019-06-14 Tom Tromey <tromey@adacore.com>
4170
4171 * gdb.ada/set_wstr.exp: Add reassignment test.
4172
4173 2019-06-14 Tom Tromey <tromey@adacore.com>
4174
4175 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4176 'unchecked_access and 'unrestricted_access as well.
4177
4178 2019-06-14 Tom Tromey <tromey@adacore.com>
4179
4180 PR ada/24539:
4181 * gdb.ada/vla.exp: Update tests.
4182 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4183 pragma.
4184
4185 2019-06-13 Pedro Alves <palves@redhat.com>
4186
4187 * gdb.base/settings.exp (test-integer): Test junk after
4188 "unlimited".
4189
4190 2019-06-13 Pedro Alves <palves@redhat.com>
4191
4192 * gdb.base/options.exp (test-thread-apply): New.
4193 (top level): Call it.
4194
4195 2019-06-13 Pedro Alves <palves@redhat.com>
4196
4197 * gdb.base/options.exp (test-frame-apply): New.
4198 (top level): Test print commands with different "frame apply"
4199 prefixes.
4200
4201 2019-06-13 Pedro Alves <palves@redhat.com>
4202
4203 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
4204 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4205 'max_completions' parameter and handle it.
4206 (test_gdb_completion_offers_commands): New.
4207
4208 2019-06-13 Pedro Alves <palves@redhat.com>
4209
4210 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4211
4212 2019-06-13 Pedro Alves <palves@redhat.com>
4213
4214 * gdb.base/options.exp (test-backtrace): New.
4215 (top level): Call it.
4216
4217 2019-06-13 Pedro Alves <palves@redhat.com>
4218
4219 * gdb.guile/scm-frame-args.exp: Use "set print
4220 raw-frame-arguments" instead of "set print raw frame-arguments".
4221 * gdb.python/py-frame-args.exp: Likewise.
4222
4223 2019-06-13 Pedro Alves <palves@redhat.com>
4224
4225 * gdb.compile/compile.exp: Adjust expected output to option
4226 processing changes.
4227
4228 2019-06-13 Pedro Alves <palves@redhat.com>
4229
4230 * gdb.base/options.exp: Build executable.
4231 (test-print): New procedure.
4232 (top level): Call it, once for "print" and another for "compile
4233 print".
4234
4235 2019-06-13 Pedro Alves <palves@redhat.com>
4236
4237 * gdb.base/options.c: New file.
4238 * gdb.base/options.exp: New file.
4239
4240 2019-06-13 Pedro Alves <palves@redhat.com>
4241
4242 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4243 that "o" is ambiguous.
4244
4245 2019-06-13 Pedro Alves <palves@redhat.com>
4246
4247 * gdb.base/settings.c: New file.
4248 * gdb.base/settings.exp: New file.
4249
4250 2019-06-13 Pedro Alves <palves@redhat.com>
4251
4252 * gdb.base/completion.exp: Fix comment typo.
4253
4254 2019-06-13 Pedro Alves <palves@redhat.com>
4255
4256 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4257 foo --1" test.
4258
4259 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4260
4261 * gdb.fortran/block-data.f: New.
4262 * gdb.fortran/block-data.exp: New.
4263
4264 2019-06-11 Tom de Vries <tdevries@suse.de>
4265
4266 PR testsuite/24521
4267 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4268 message.
4269
4270 2019-06-11 Tom de Vries <tdevries@suse.de>
4271
4272 PR testsuite/24521
4273 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4274
4275 2019-06-11 Tom de Vries <tdevries@suse.de>
4276
4277 * boards/readnow.exp: New file.
4278
4279 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4280
4281 * gdb.fortran/vla-sizeof.exp: Update expected results.
4282
4283 2019-06-06 Amos Bird <amosbird@gmail.com>
4284
4285 * gdb.base/annota1.exp (thread_switch): Add test for
4286 thread-exited annotation.
4287
4288 2019-06-06 Tom Tromey <tromey@adacore.com>
4289
4290 * gdb.base/maint.exp: Expect command started/finished output.
4291
4292 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4293
4294 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4295 comment.
4296 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4297
4298 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4299
4300 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4301 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4302 * gdb.arch/riscv-unwind-long-insn.c: New file.
4303 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4304
4305 2019-06-04 Christian Biesinger <cbiesinger@google.com>
4306
4307 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
4308
4309 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4310
4311 * lib/gdb.exp (help_list_trailer): New regexp variable
4312 factorizing the help trailer message.
4313 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4314 arg to allow to better factorize various tests.
4315 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4316 (test_prefix_command_help): Use help_list_trailer.
4317 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4318 * gdb.guile/scm-cmd.exp: Likewise.
4319 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4320 * gdb.base/help.exp: Use test_user_defined_class_help.
4321 * gdb.base/style.exp: Add tests for styling of help and apropos.
4322 * lib/gdb-utils.exp (style): Add title and highlight styles.
4323
4324 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4325
4326 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4327 $_shell_exitsignal.
4328 * gdb.base/default.exp: Update for new convenience variables.
4329
4330 2019-05-29 Tom Tromey <tromey@adacore.com>
4331
4332 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4333 to "break complete ada" test case's regexp.
4334
4335 2019-05-29 Tom Tromey <tromey@adacore.com>
4336
4337 PR c++/20020:
4338 * gdb.cp/constexpr-field.exp: New file.
4339 * gdb.cp/constexpr-field.cc: New file.
4340
4341 2019-05-29 Tom Tromey <tromey@adacore.com>
4342
4343 * gdb.base/finish.exp (finish_no_print): New proc.
4344 (finish_tests): Call it.
4345
4346 2019-05-24 Tom de Vries <tdevries@suse.de>
4347
4348 * gdb.dwarf2/gdb-add-index.exp: New file.
4349
4350 2019-05-22 Tom Tromey <tromey@adacore.com>
4351
4352 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4353 * gdb.base/style.exp: Use "style".
4354 * lib/gdb-utils.exp (style): New proc.
4355
4356 2019-05-22 Tom de Vries <tdevries@suse.de>
4357
4358 * gdb.base/align.exp: Require c++11.
4359
4360 2019-05-22 Tom de Vries <tdevries@suse.de>
4361
4362 PR testsuite/24586
4363 * gdb.python/py-mi-var-info-path-expression.exp: Call
4364 mi_skip_python_tests to check if python is supported.
4365
4366 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4367
4368 * gdb.arch/aarch64-pauth.c: New test.
4369 * gdb.arch/aarch64-pauth.exp: New file.
4370
4371 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4372
4373 * README (Re-running Tests Outside The Testsuite): New section.
4374
4375 2019-05-21 Tom de Vries <tdevries@suse.de>
4376
4377 * gdb.arch/amd64-eval.exp: Require c++11.
4378 * gdb.base/max-depth.exp: Same.
4379 * gdb.compile/compile-cplus-array-decay.exp: Same.
4380 * gdb.cp/meth-typedefs.exp: Same.
4381 * gdb.cp/subtypes.exp: Same.
4382 * gdb.cp/temargs.exp: Same.
4383
4384 2019-05-21 Alan Hayward <alan.hayward@arm.com>
4385
4386 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4387
4388 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4389
4390 PR gdb/18644
4391 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4392 * gdb.fortran/printing-types.exp: Add new test.
4393 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4394 testing.
4395 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4396 setup_kfail call.
4397
4398 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4399
4400 * README (Running the Testsuite): Change example.
4401 (Testsuite Parameters): Remove TRANSCRIPT.
4402 * lib/gdb.exp: Remove TRANSCRIPT check.
4403
4404 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4405
4406 * README (Testsuite Parameters): Add replay logging to
4407 GDBSERVER_DEBUG.
4408 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4409 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4410 as a comma separated list.
4411 (gdb_debug_init): Override procedure.
4412
4413 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4414
4415 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4416 (gdb_write_cmd_file): New procedure.
4417 * lib/gdbserver-support.exp (gdbserver_start): Call
4418 gdbserver_write_cmd_file.
4419 (gdbserver_write_cmd_file): New procedure.
4420
4421 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4422
4423 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4424 (delete_breakpoints): Likewise.
4425 (gdb_run_cmd): Likewise.
4426 (gdb_start_cmd): Likewise.
4427 (gdb_starti_cmd): Likewise.
4428 (gdb_internal_error_resync): Likewise.
4429 (gdb_test_multiple): Likewise.
4430 (gdb_reinitialize_dir): Likewise.
4431 (default_gdb_exit): Likewise.
4432 (gdb_file_cmd): Mark kill as optional.
4433 (default_gdb_start): Call gdb_stdin_log_init.
4434 (send_gdb): Call gdb_stdin_log_write.
4435 (rerun_to_main): Mark Y as an answer.
4436 (gdb_stdin_log_init): New function.
4437 (gdb_stdin_log_write): Likewise.
4438
4439 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4440
4441 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4442 * gdb.base/debug-expr.exp: Likewise.
4443 * gdb.base/foll-fork.exp: Likewise.
4444 * gdb.base/foll-vfork.exp: Likewise.
4445 * gdb.base/fork-print-inferior-events.exp: Likewise.
4446 * gdb.base/gdb-sigterm.exp: Likewise.
4447 * gdb.base/gdbinit-history.exp: Likewise.
4448 * gdb.base/osabi.exp: Likewise.
4449 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4450 * gdb.base/ui-redirect.exp: Likewise.
4451 * gdb.gdb/unittest.exp: Likewise.
4452 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4453 * gdb.mi/mi-watch.exp: Likewise.
4454 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4455 * gdb.mi/user-selected-context-sync.exp: Likewise.
4456 * gdb.python/python.exp: Disable debug test when debugging.
4457 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4458 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4459 Likewise.
4460 * gdb.threads/stepi-random-signal.exp: Likewise.
4461
4462 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4463
4464 * Makefile.in: Pass through GDB_DEBUG.
4465 * README (Testsuite Parameters): Add GDB_DEBUG.
4466 (gdb,debug): Add board setting.
4467 * lib/gdb.exp (default_gdb_start): Start debugging.
4468 (gdb_debug_enabled): New procedure.
4469 (gdb_debug_init): Likewise.
4470
4471 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4472
4473 * Makefile.in: Pass through GDB_DEBUG.
4474 * README (Testsuite Parameters): Add GDB_DEBUG.
4475 (gdb,debug): Add board setting.
4476 * lib/gdb.exp (default_gdb_start): Start debugging.
4477 (gdb_debug_enabled): New procedure.
4478 (gdb_debug_init): Likewise.
4479
4480 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4481
4482 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4483
4484 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4485
4486 * gdb.base/ui-redirect.exp: Test redirection.
4487
4488 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4489
4490 * gdb.mi/mi-complete.exp: New file.
4491 * gdb.mi/mi-complete.cc: Likewise.
4492
4493 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4494
4495 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4496 indexed and sliced arrays, and pointers to arrays.
4497
4498 2019-05-14 Tom Tromey <tromey@adacore.com>
4499
4500 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4501 styling test.
4502
4503 2019-05-14 Tom de Vries <tdevries@suse.de>
4504
4505 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4506 selection entry encoding.
4507
4508 2019-05-10 Tom Tromey <tromey@adacore.com>
4509
4510 * gdb.ada/info_exc.exp: Add "complete" test.
4511
4512 2019-05-09 Tom de Vries <tdevries@suse.de>
4513
4514 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4515 CU-relative.
4516
4517 2019-05-09 Tom de Vries <tdevries@suse.de>
4518
4519 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4520 CU-relative.
4521
4522 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4523
4524 * gdb.ada/frame_arg_lang.exp: New testcase.
4525 * gdb.ada/frame_arg_lang/bla.adb: New file.
4526 * gdb.ada/frame_arg_lang/pck.ads: New file.
4527 * gdb.ada/frame_arg_lang/pck.adb: New file.
4528 * gdb.ada/frame_arg_lang/foo.c: New file.
4529
4530 2019-05-08 Tom Tromey <tromey@adacore.com>
4531
4532 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4533
4534 2019-05-08 Tom Tromey <tromey@adacore.com>
4535
4536 * gdb.base/ptype-offsets.exp: Update tests.
4537
4538 2019-05-08 Tom Tromey <tromey@adacore.com>
4539
4540 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4541 cases.
4542 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4543 "short".
4544
4545 2019-05-08 Tom Tromey <tromey@adacore.com>
4546
4547 * gdb.ada/vla.exp: New file.
4548 * gdb.ada/vla/vla.adb: New file.
4549
4550 2019-05-07 Tom de Vries <tdevries@suse.de>
4551
4552 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4553
4554 2019-05-07 Tom de Vries <tdevries@suse.de>
4555
4556 PR testsuite/24522
4557 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4558 section.
4559
4560 2019-05-07 Tom de Vries <tdevries@suse.de>
4561
4562 PR testsuite/24522
4563 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4564 .debug_aranges section.
4565
4566 2019-05-07 Tom de Vries <tdevries@suse.de>
4567
4568 PR testsuite/24159
4569 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4570
4571 2019-05-06 Tom de Vries <tdevries@suse.de>
4572
4573 * lib/gdb.exp (exec_has_index_section): New proc.
4574 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4575 section.
4576
4577 2019-05-04 Tom de Vries <tdevries@suse.de>
4578
4579 * boards/cc-with-debug-names.exp: New file.
4580
4581 2019-05-03 Tom Tromey <tromey@adacore.com>
4582
4583 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4584 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4585 * gdb.ada/char_enum.exp: Add test.
4586
4587 2019-05-03 Tom de Vries <tdevries@suse.de>
4588
4589 * boards/cc-with-gdb-index.exp: New file.
4590
4591 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4592
4593 * gdb.rust/simple.exp: Add new test case.
4594 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4595 (main): Initialise an instance of the new struct.
4596
4597 2019-05-01 Tom Tromey <tromey@adacore.com>
4598
4599 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4600 record.
4601 (NPR): New variable.
4602 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4603 test.
4604
4605 2019-05-01 Tom Tromey <tromey@adacore.com>
4606
4607 * gdb.ada/packed_array_assign.exp: Add packed assignment
4608 regression test.
4609
4610 2019-05-01 Tom de Vries <tdevries@suse.de>
4611
4612 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4613
4614 2019-05-01 Tom de Vries <tdevries@suse.de>
4615
4616 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4617
4618 2019-04-30 Ali Tamur <tamur@google.com>
4619
4620 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4621
4622 2019-04-30 Tom Tromey <tromey@adacore.com>
4623
4624 * lib/ada.exp (find_ada_tool): New proc.
4625 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4626 * gdb.ada/catch_ex_std.exp: New file.
4627 * gdb.ada/catch_ex_std/foo.adb: New file.
4628 * gdb.ada/catch_ex_std/some_package.adb: New file.
4629 * gdb.ada/catch_ex_std/some_package.ads: New file.
4630
4631 2019-04-30 Tom Tromey <tromey@adacore.com>
4632
4633 PR c++/24470:
4634 * gdb.cp/temargs.cc: Add test code from PR.
4635
4636 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4637
4638 * gdb.fortran/vla-datatypes.exp: Update expected results.
4639 * gdb.fortran/vla-ptype.exp: Likewise.
4640 * gdb.fortran/vla-type.exp: Likewise.
4641 * gdb.fortran/vla-value.exp: Likewise.
4642
4643 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4644
4645 * gdb.fortran/ptr-indentation.exp: Update expected results.
4646 * gdb.fortran/ptype-on-functions.exp: Likewise.
4647 * gdb.fortran/vla-ptr-info.exp: Likewise.
4648 * gdb.fortran/vla-value.exp: Likewise.
4649
4650 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4651
4652 * gdb.fortran/ptype-on-functions.exp: New file.
4653 * gdb.fortran/ptype-on-functions.f90: New file.
4654
4655 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4656
4657 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4658 case void string.
4659
4660 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4661
4662 * gdb.fortran/complex.exp: Expand.
4663 * gdb.fortran/complex.f: Renamed to...
4664 * gdb.fortran/complex.f90: ...this, and extended to add more
4665 complex values.
4666
4667 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4668
4669 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4670 MODULO, CMPLX.
4671
4672 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4673 Richard Bunt <richard.bunt@arm.com>
4674
4675 * gdb.base/max-depth.c: New file.
4676 * gdb.base/max-depth.exp: New file.
4677 * gdb.python/py-nested-maps.c: New file.
4678 * gdb.python/py-nested-maps.exp: New file.
4679 * gdb.python/py-nested-maps.py: New file.
4680 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4681 (test_all_common): Call test_max_depth.
4682 * gdb.fortran/max-depth.exp: New file.
4683 * gdb.fortran/max-depth.f90: New file.
4684 * gdb.go/max-depth.exp: New file.
4685 * gdb.go/max-depth.go: New file.
4686 * gdb.modula2/max-depth.exp: New file.
4687 * gdb.modula2/max-depth.c: New file.
4688 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4689
4690 2019-04-29 Tom de Vries <tdevries@suse.de>
4691
4692 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4693
4694 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4695
4696 * gdb.base/callexit.exp: Test may-call-functions off.
4697
4698 2019-04-25 Keith Seitz <keiths@redhat.com>
4699
4700 PR c++/24367
4701 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4702 (another_incomplete_struct, test_incomplete): New definitions.
4703 (main): Use new definitions.
4704 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4705 functions.
4706
4707 2019-04-25 Ali Tamur <tamur@google.com>
4708
4709 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4710
4711 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4712
4713 PR corefiles/11608
4714 PR corefiles/18187
4715 * gdb.base/coredump-filter-build-id.exp: New file.
4716
4717 2019-04-25 Alan Hayward <alan.hayward@arm.com>
4718
4719 * Makefile.in: Pass through GDBSERVER_DEBUG.
4720 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4721 (gdbserver,debug): Add board setting.
4722 * gdb.trace/tspeed.exp: Skip when debugging.
4723 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4724 * lib/gdbserver-support.exp: Likewise
4725
4726 2019-04-24 Tom Tromey <tromey@adacore.com>
4727
4728 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4729 Rust.
4730
4731 2019-04-24 Tom Tromey <tromey@adacore.com>
4732
4733 * gdb.arch/amd64-eval.exp: Test bitfield return.
4734 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4735 (class Foo) <return_bitfields>: New method.
4736 (main): Call it.
4737
4738 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4739
4740 * gdb.cp/many-args.cc: New file.
4741 * gdb.cp/many-args.exp: New file.
4742
4743 2019-04-23 Tom de Vries <tdevries@suse.de>
4744
4745 PR gdb/24433
4746 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4747
4748 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4749
4750 * gdb.trace/backtrace.exp: Use nopie flag.
4751 * gdb.trace/circ.exp: Likewise.
4752 * gdb.trace/collection.exp: Likewise.
4753 * gdb.trace/ftrace.exp: Likewise.
4754 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4755 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4756 * gdb.trace/qtro.exp: Likewise.
4757 * gdb.trace/read-memory.exp: Likewise.
4758 * gdb.trace/report.exp: Likewise.
4759 * gdb.trace/tfile.exp: Likewise.
4760 * gdb.trace/tfind.exp: Likewise.
4761 * gdb.trace/unavailable.exp: Likewise.
4762
4763 2019-04-22 Pedro Alves <palves@redhat.com>
4764
4765 * gdb.base/solib-probes-nosharedlibrary.c,
4766 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4767
4768 2019-04-19 Tom Tromey <tromey@adacore.com>
4769
4770 * gdb.ada/ptype_union.c: New file.
4771 * gdb.ada/ptype_union.exp: New file.
4772
4773 2019-04-19 Tom Tromey <tromey@adacore.com>
4774
4775 PR symtab/24423:
4776 * gdb.base/list0.h (foo): Add a control-l character.
4777
4778 2019-04-18 Tom de Vries <tdevries@suse.de>
4779
4780 PR gdb/24433
4781 * boards/local-board.exp: Set sysroot to "".
4782
4783 2019-04-18 Tom de Vries <tdevries@suse.de>
4784 Pedro Alves <palves@redhat.com>
4785
4786 PR gdb/24454
4787 * gdb.threads/vfork-follow-child-exec.c: New file.
4788 * gdb.threads/vfork-follow-child-exec.exp: New file.
4789 * gdb.threads/vfork-follow-child-exit.c: New file.
4790 * gdb.threads/vfork-follow-child-exit.exp: New file.
4791
4792 2019-04-15 Leszek Swirski <leszeks@google.com>
4793
4794 * gdb.arch/amd64-eval.cc: New file.
4795 * gdb.arch/amd64-eval.exp: New file.
4796
4797 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4798
4799 * gdb.server/sysroot.c: New test.
4800 * gdb.server/sysroot.exp: New file.
4801 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4802 matching param.
4803
4804 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4805
4806 * gdb.base/align.exp: Extend test to cover structures containing
4807 only static fields.
4808
4809 2019-04-11 Tom de Vries <tdevries@suse.de>
4810
4811 * boards/cc-with-dwz-m.exp: New file.
4812 * boards/cc-with-dwz.exp: New file.
4813 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4814
4815 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4816
4817 * gdb.base/start-cpp.exp: New file.
4818 * gdb.base/start-cpp.cc: New file.
4819
4820 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4821
4822 * gdb.python/py-thrhandle.exp: Adjust tests to call
4823 thread_from_handle instead of thread_from_thread_handle.
4824
4825 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4826
4827 * gdb.python/py-thrhandle.exp: Add tests for
4828 gdb.InferiorThread.handle.
4829
4830 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4831
4832 * gdb.python/py-function.exp: Check calling helper function from
4833 all languages.
4834 * lib/gdb.exp (gdb_supported_languages): New proc.
4835
4836 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4837
4838 * gdb.base/complex-parts.c: New file.
4839 * gdb.base/complex-parts.exp: New file.
4840
4841 2019-04-01 Tom Tromey <tromey@adacore.com>
4842
4843 PR symtab/23331:
4844 * gdb.dwarf2/dw2-ranges-main.c: New file.
4845 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4846 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4847
4848 2019-03-30 Simon Marchi <simark@simark.ca>
4849
4850 * gdb.base/default.exp: Add values for $_gdb_major and
4851 $_gdb_minor.
4852
4853 2019-03-29 Tom Tromey <tromey@adacore.com>
4854
4855 * gdb.base/help.exp: Tighten apropos regexp.
4856
4857 2019-03-29 Keith Seitz <keiths@redhat.com>
4858
4859 * gdb.fortran/array-bounds.exp: New file.
4860 * gdb.fortran/array-bounds.f90: New file.
4861
4862 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4863
4864 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4865
4866 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4867
4868 * gdb.multi/hello.c (main): Increase alarm timer.
4869
4870 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4871
4872 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4873 factor when no hardware watchpoint support.
4874
4875 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4876 Pedro Alves <palves@redhat.com>
4877
4878 * boards/local-board.exp: set sysroot to /.
4879
4880 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4881
4882 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4883 in child.
4884
4885 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4886
4887 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4888 field.
4889 (make_container): Initialise new field.
4890 * gdb.python/py-prettyprint.exp: Add new tests.
4891 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4892 <display_hint>: New method.
4893
4894 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4895
4896 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4897 gdb_continue_to_breakpoint more throughout this test.
4898 (run_lang_tests) Supply unique test names, and use
4899 gdb_test_no_output.
4900
4901 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4902
4903 * gdb.base/finish-pretty.exp: Update expected results.
4904 * gdb.base/pretty-print.c: New file.
4905 * gdb.base/pretty-print.exp: New file.
4906
4907 2019-03-25 Pedro Alves <palves@redhat.com>
4908
4909 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4910 move comments outside list. Append '-i "" eof' section.
4911
4912 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4913
4914 PR testsuite/25016
4915 * README: Add pie options.
4916 * gdb.base/break-interp.exp: Ensure pie is disabled.
4917 * gdb.base/dump.exp: Likewise.
4918 * lib/gdb.exp (gdb_compile): Add pie option.
4919
4920 2019-03-19 Tom Tromey <tromey@adacore.com>
4921
4922 * gdb.mi/mi2-cli-display.c: New file.
4923 * gdb.mi/mi2-cli-display.exp: New file.
4924
4925 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4926 Tom Tromey <tromey@adacore.com>
4927
4928 * gdb.ada/ptype_array/pck.adb: New file.
4929 * gdb.ada/ptype_array/pck.ads: New file.
4930 * gdb.ada/ptype_array/foo.adb: New file.
4931 * gdb.ada/ptype_array.exp: New file.
4932
4933 2019-03-14 Tom Tromey <tromey@adacore.com>
4934
4935 * gdb.base/style.exp: Add "set style sources" test.
4936
4937 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4938
4939 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4940 * mi-breakpoint-multiple-locations.exp: ... this.
4941 (make_breakpoints_pattern): New proc.
4942 (do_test): Add mi_version parameter, test -break-insert,
4943 -break-info and =breakpoint-created.
4944
4945 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4946
4947 * config/default.exp: Remove 'load_lib gdb.exp'.
4948 * config/monitor.exp: Likewise.
4949 * config/sid.exp: Likewise.
4950 * config/sim.exp: Likewise.
4951 * config/slite.exp: Likewise.
4952 * config/unix.exp: Likewise.
4953 * gdb.base/default.exp: Remove unhelpful comment.
4954
4955 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4956
4957 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4958
4959 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4960
4961 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4962
4963 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4964
4965 * gdb.fortran/type-kinds.exp: Update expected results.
4966
4967 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4968
4969 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4970
4971 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4972
4973 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4974 function.
4975 (test_basic_parsing_of_type_kinds): Expand types tested.
4976 (test_parsing_invalid_type_kinds): New function.
4977
4978 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4979
4980 * gdb.fortran/intrinsics.exp: New file.
4981 * gdb.fortran/intrinsics.f90: New file.
4982 * gdb.fortran/type-kinds.exp: New file.
4983
4984 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4985
4986 * gdb.fortran/dot-ops.exp: New file.
4987
4988 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4989
4990 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4991 Check upper and lower case logical literals.
4992
4993 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4994
4995 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4996 Remove duplicate tests.
4997
4998 2019-03-06 Alan Hayward <alan.hayward@arm.com>
4999
5000 * lib/gdb.exp (builtin_cd): rename of cd.
5001 (cd): Override builtin.
5002
5003 2019-03-06 Richard Bunt <richard.bunt@arm.com>
5004
5005 * gdb.fortran/function-calls.exp: New file.
5006 * gdb.fortran/function-calls.f90: New test.
5007
5008 2019-03-04 Richard Bunt <richard.bunt@arm.com>
5009
5010 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5011 on user program standard output.
5012 * gdb.fortran/short-circuit-argument-list.f90: Record function
5013 calls.
5014
5015 2019-02-28 Alan Hayward <alan.hayward@arm.com>
5016
5017 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5018 failure.
5019
5020 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5021
5022 PR gdb/8527
5023 * gdb.base/interrupt-daemon-attach.c,
5024 gdb.base/interrupt-daemon-attach.exp: New test.
5025
5026 2019-02-27 Pedro Alves <palves@redhat.com>
5027
5028 * gdb.base/page.exp: Add tests for "set width/height -1".
5029
5030 2019-02-27 Pedro Alves <palves@redhat.com>
5031
5032 * gdb.base/page.exp: Add tests for "set/show width/height" with
5033 "infinite" values.
5034
5035 2019-02-27 Tom Tromey <tromey@adacore.com>
5036
5037 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5038 2.4.
5039 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5040 workaround.
5041
5042 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5043
5044 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5045 tests for structs with static members.
5046
5047 2019-02-26 Tom Tromey <tromey@adacore.com>
5048
5049 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5050 ValueError, not TypeError.
5051
5052 2019-02-26 Kevin Buettner <kevinb@redhat.com>
5053
5054 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5055 call from main program.
5056
5057 2019-02-23 Joel Brobecker <brobecker@adacore.com>
5058
5059 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5060 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5061 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5062 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5063 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5064
5065 2019-02-22 Keith Seitz <keiths@redhat.com>
5066
5067 PR symtab/23853
5068 * gdb.base/symlink-sourcefile.c: New file.
5069 * gdb.base/symlink-sourcefile.exp: New file.
5070
5071 2019-02-20 Tom Tromey <tom@tromey.com>
5072
5073 * gdb.base/info_qt.exp: Update.
5074
5075 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5076
5077 * gdb.base/source.exp: Move "error in sourced script" code to
5078 the end.
5079 * gdb.base/source-error.gdb: Move contents to
5080 source-error-1.gdb. Add new code to source source-error-1.gdb.
5081 * gdb.base/source-error-1.gdb: New file, from previous
5082 source-error.gdb.
5083
5084 2019-02-17 Tom Tromey <tom@tromey.com>
5085
5086 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5087 for macro styling.
5088 * gdb.base/style.c (SOME_MACRO): New macro.
5089
5090 2019-02-17 Tom Tromey <tom@tromey.com>
5091
5092 * gdb.base/style.exp: Add line-wrapping tests.
5093 * gdb.base/page.exp: Add test for quitting during pagination.
5094
5095 2019-02-17 Joel Brobecker <brobecker@adacore.com>
5096
5097 * gdb.ada/big_packed_array: New testcase.
5098 * gdb.ada/homonym.exp: Fix incorrect expected output for
5099 "break <homonym__get_value>" test.
5100
5101 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
5102
5103 PR breakpoints/21870
5104 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5105 and prepare_for_testing. Add comment.
5106 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5107 redundant cleanup call. Clean up comment.
5108
5109 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
5110
5111 PR breakpoints/21870
5112 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5113 * gdb.arch/aarch64-dbreg-contents.c: New file.
5114
5115 2019-02-10 Joel Brobecker <brobecker@adacore.com>
5116
5117 * gdb.ada/mi_ref_changeable: New testcase.
5118
5119 2019-02-07 Alan Hayward <alan.hayward@arm.com>
5120
5121 * gdb.base/attach.exp: Add double attach test.
5122
5123 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5124
5125 * lib/gdb.exp (default_gdb_start): Don't match pagination
5126 prompt.
5127 (gdb_init): Set stty_init.
5128
5129 2019-01-27 Tom Tromey <tom@tromey.com>
5130
5131 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5132 skip_python_tests.
5133
5134 2019-01-24 Alan Hayward <alan.hayward@arm.com>
5135
5136 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5137 New structure.
5138 (struct struct_static_02_02): Likewise.
5139 (struct struct_static_02_03): Likewise.
5140 (struct struct_static_02_04): Likewise.
5141 (struct struct_static_04_01): Likewise.
5142 (struct struct_static_04_02): Likewise.
5143 (struct struct_static_04_03): Likewise.
5144 (struct struct_static_04_04): Likewise.
5145 (struct struct_static_06_01): Likewise.
5146 (struct struct_static_06_02): Likewise.
5147 (struct struct_static_06_03): Likewise.
5148 (struct struct_static_06_04): Likewise.
5149 (cmp_struct_static_02_01): Likewise.
5150 (cmp_struct_static_02_02): Likewise.
5151 (cmp_struct_static_02_03): Likewise.
5152 (cmp_struct_static_02_04): Likewise.
5153 (cmp_struct_static_04_01): Likewise.
5154 (cmp_struct_static_04_02): Likewise.
5155 (cmp_struct_static_04_03): Likewise.
5156 (cmp_struct_static_04_04): Likewise.
5157 (cmp_struct_static_06_01): Likewise.
5158 (cmp_struct_static_06_02): Likewise.
5159 (cmp_struct_static_06_03): Likewise.
5160 (cmp_struct_static_06_04): Likewise.
5161 (call_all): Test new structs.
5162 * gdb.base/infcall-nested-structs.exp: Likewise.
5163
5164 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5165 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5166
5167 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5168 * gdb.base/stack-protector.c: New test.
5169 * gdb.base/stack-protector.exp: New file.
5170 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5171 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5172 option.
5173 (gdb_compile): Remove stack protector for GCC and prevent
5174 recursion.
5175
5176 2019-01-16 Keith Seitz <keiths@redhat.com>
5177
5178 PR gdb/23773
5179 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5180
5181 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5182
5183 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5184 aliases.
5185 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5186 tests.
5187 * gdb.arch/powerpc-vector-regs.c: New file.
5188 * gdb.arch/powerpc-vector-regs.exp: New file.
5189
5190 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5191
5192 * gdb.arch/altivec-regs.exp: Fix the list passed to
5193 gdb_expect_list when testing "info vector".
5194
5195 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5196
5197 * gdb.base/style.exp: Don't include path in testname.
5198
5199 2019-01-10 Keith Seitz <keiths@redhat.com>
5200
5201 PR gdb/23712
5202 PR symtab/23010
5203 * gdb.dwarf2/multidictionary.exp: New file.
5204
5205 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5206
5207 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5208 (test_gnuv3_style_demangling): ... this.
5209 (test_lucid_style_demangling): Remove.
5210 (test_arm_style_demangling): Remove.
5211 (test_hp_style_demangling): Remove.
5212 (do_tests): Remove calls to the above.
5213
5214 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5215
5216 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5217 case.
5218
5219 2019-01-06 Tom Tromey <tom@tromey.com>
5220
5221 PR gdb/28155:
5222 * gdb.dwarf2/typedef-void-finish.exp: New file.
5223
5224 2018-12-28 Tom Tromey <tom@tromey.com>
5225 Simon Marchi <simark@simark.ca>
5226
5227 * gdb.base/jit-exec.exp: New file.
5228 * gdb.base/jit-exec.c: New file.
5229 * gdb.base/jit-execd.c: New file.
5230
5231 2018-12-28 Tom Tromey <tom@tromey.com>
5232
5233 * gdb.base/style.exp: Update test to check for address styling.
5234
5235 2018-12-28 Tom Tromey <tom@tromey.com>
5236
5237 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5238 message.
5239
5240 2018-12-28 Tom Tromey <tom@tromey.com>
5241
5242 * gdb.base/style.exp: Add test for version number styling.
5243
5244 2018-12-28 Tom Tromey <tom@tromey.com>
5245
5246 * gdb.base/style.exp: Add test for print_address_symbolic.
5247
5248 2018-12-28 Tom Tromey <tom@tromey.com>
5249
5250 * gdb.base/style.exp: Add test for breakpoint setting.
5251
5252 2018-12-28 Tom Tromey <tom@tromey.com>
5253
5254 * gdb.base/style.exp: Add test for variable names.
5255
5256 2018-12-28 Tom Tromey <tom@tromey.com>
5257
5258 * gdb.base/style.exp: New file.
5259 * gdb.base/style.c: New file.
5260
5261 2018-12-28 Tom Tromey <tom@tromey.com>
5262
5263 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5264 "dumb".
5265 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5266 the TERM environment variable.
5267
5268 2018-12-27 Tom Tromey <tom@tromey.com>
5269
5270 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5271 pagination test.
5272
5273 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5274
5275 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5276 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5277
5278 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5279
5280 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5281 Filename a.adb changed to bp_fun_addr.adb.
5282 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5283
5284 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5285
5286 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5287 non-PIE executables.
5288 * README: Mention the gdb,nopie_flag board setting.
5289 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5290 non-PIE executable.
5291 * gdb.arch/amd64-entry-value.exp: Likewise.
5292 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5293 * gdb.arch/i386-float.exp: Likewise.
5294 * gdb.arch/i386-signal.exp: Likewise.
5295 * gdb.mi/mi-reg-undefined.exp: Likewise.
5296
5297 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5298
5299 PR gdb/23974
5300 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5301
5302 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5303
5304 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5305 Update order of results accordingly.
5306
5307 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5308
5309 * gdb.base/annota1.exp: Update a test regexp.
5310
5311 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5312
5313 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5314
5315 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5316
5317 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5318 (reuse_time): Initialize to REUSE_TIME_CAP.
5319 (check_rc): New function.
5320 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5321 Check pthread_create rc.
5322 (spawner_thread_func): Check pthread_create and pthread_join rc.
5323
5324 2018-12-08 Pedro Alves <palves@redhat.com>
5325
5326 * gdb.base/list.exp (test_forward_search): Rename to ...
5327 (test_forward_reverse_search): ... this. Also test reverse-search
5328 and the forward-search alias.
5329
5330 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5331
5332 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5333 local timeout variable before return, and remove all local timeout
5334 variable entirely.
5335 (gdb_load): Likewise.
5336
5337 2018-12-01 Tom de Vries <tdevries@suse.de>
5338
5339 * gdb.base/gdb-caching-proc.exp: New file.
5340
5341 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5342
5343 * Makefile.in (TIMESTAMP): New variable.
5344 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5345 command.
5346 (check-single-racy): Likewise.
5347 (check/%.exp): Likewise.
5348 (check-racy/%.exp): Likewise.
5349 (workers/%.worker): Likewise.
5350 (build-perf): Likewise.
5351 (check-perf): Likewise.
5352 * README: Describe new "TS" and "TS_FORMAT" variables.
5353 * print-ts.py: New file.
5354
5355 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5356
5357 PR python/23714
5358 * gdb.python/python.exp: Test command repetition after
5359 gdb.execute.
5360
5361 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5362
5363 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5364 is correctly aligned.
5365
5366 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5367
5368 * gdb.ada/info_auto_lang.exp: New testcase.
5369 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5370 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5371 * gdb.ada/info_auto_lang/some_c.c: New file.
5372
5373 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5374
5375 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5376 FUNC_lang language syntax.
5377
5378 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5379
5380 * gdb.base/info_minsym.c: New file.
5381 * gdb.base/info_minsym.exp: New file.
5382
5383 2018-11-19 Tom Tromey <tom@tromey.com>
5384
5385 PR rust/23625:
5386 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5387 * gdb.rust/expr.exp: Update expected output. Change one test.
5388
5389 2018-11-19 Tom Tromey <tom@tromey.com>
5390
5391 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5392
5393 2018-11-19 Pedro Alves <palves@redhat.com>
5394
5395 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5396 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5397 see the expected warning.
5398
5399 2018-11-16 Alan Hayward <alan.hayward@arm.com>
5400
5401 PR gdb/22736:
5402 * gdb.cp/infcall-nodebug-lib.c: New test.
5403 * gdb.cp/infcall-nodebug-main.c: New test.
5404 * gdb.cp/infcall-nodebug.exp: New file.
5405
5406 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5407
5408 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5409 completer tests.
5410
5411 2018-11-09 Tom de Vries <tdevries@suse.de>
5412
5413 * gdb.base/msym-lang.c: New test.
5414 * gdb.base/msym-lang.exp: New file.
5415 * gdb.base/msym-lang-main.c: New test.
5416
5417 2018-11-08 Tom Tromey <tom@tromey.com>
5418
5419 PR gdb/23555:
5420 PR gdb/23838:
5421 * gdb.base/warning.exp: New file.
5422
5423 2018-11-08 Jan Beulich <jbeulich@suse.com>
5424
5425 * testsuite/gdb.arch/i386-avx512.c,
5426 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5427
5428 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5429
5430 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5431 point hardware.
5432
5433 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5434
5435 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5436 * gdb.dwarf2/missing-type-name.exp: New file.
5437
5438 2018-11-06 Tom de Vries <tdevries@suse.de>
5439
5440 * gdb.base/many-headers.c: New test.
5441 * gdb.base/many-headers.exp: New file.
5442
5443 2018-11-06 Jim Wilson <jimw@sifive.com>
5444
5445 * gdb.base/code_elim.exp: For riscv, set additional_flags
5446 to include -msmall-data-limit=0.
5447
5448 2018-11-01 Joel Brobecker <brobecker@adacore.com>
5449
5450 * gdb.ada/watch_minus_l: New testcase.
5451
5452 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5453
5454 * gdb.arch/aix-sighandle.c: New file.
5455 * gdb.arch/aix-sighandle.exp: New file.
5456
5457 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5458
5459 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5460 registers being unions.
5461
5462 2018-10-31 Tom de Vries <tdevries@suse.de>
5463
5464 * lib/valgrind.exp: New file.
5465 (vgdb_start, vgdb_stop): New procs, factored out of ...
5466 * gdb.base/valgrind-bt.exp: ... here, ...
5467 * gdb.base/valgrind-disp-step.exp: ... here and ...
5468 * gdb.base/valgrind-infcall.exp: ... here.
5469
5470 2018-10-31 Tom de Vries <tdevries@suse.de>
5471
5472 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5473
5474 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5475
5476 * gdb.dwarf2/void-type.c: New file.
5477 * gdb.dwarf2/void-type.exp: New file.
5478
5479 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5480
5481 * gdb.base/info_qt.c: New file.
5482 * gdb.base/info_qt.exp: New file.
5483
5484 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5485
5486 * gdb.arch/powerpc-htm-regs.c: New file.
5487 * gdb.arch/powerpc-htm-regs.exp: New file.
5488
5489 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5490
5491 * gdb.arch/powerpc-tar.c: New file.
5492 * gdb.arch/powerpc-tar.exp: New file.
5493
5494 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5495
5496 * gdb.arch/powerpc-ppr-dscr.c: New file.
5497 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5498
5499 2018-10-25 Tom de Vries <tdevries@suse.de>
5500
5501 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5502
5503 2018-10-24 Tom de Vries <tdevries@suse.de>
5504
5505 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5506 longer exists error.
5507
5508 2018-10-24 Tom de Vries <tdevries@suse.de>
5509
5510 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5511
5512 2018-10-24 Tom de Vries <tdevries@suse.de>
5513
5514 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5515 --db-attach in valgrind.
5516
5517 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5518
5519 * gdb.arch/riscv-reg-aliases.c: New file.
5520 * gdb.arch/riscv-reg-aliases.exp: New file.
5521
5522 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5523
5524 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5525
5526 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5527
5528 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5529
5530 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5531
5532 * gdb.cp/ovldbreak.exp: Fix regexps.
5533
5534 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5535
5536 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5537
5538 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5539
5540 PR cli/23785
5541 * gdb.base/restore.exp: New test to check if "restore" with an
5542 invalid file doesn't segfault.
5543
5544 2018-10-18 Tom de Vries <tdevries@suse.de>
5545
5546 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5547 * gdb.ada/excep_handle.exp: Same.
5548 * gdb.ada/mi_string_access.exp: Same.
5549 * gdb.ada/mi_var_union.exp: Same.
5550 * gdb.arch/arc-analyze-prologue.exp: Same.
5551 * gdb.arch/arc-decode-insn.exp: Same.
5552 * gdb.base/readnever.exp: Same.
5553 * gdb.fortran/printing-types.exp: Same.
5554 * gdb.guile/scm-lazy-string.exp: Same.
5555
5556 2018-10-16 Tom de Vries <tdevries@suse.de>
5557
5558 PR gdb/23730
5559 * gdb.base/catch-follow-exec.c: Add copyright notice.
5560 * gdb.base/catch-follow-exec.exp: Rewrite to use
5561 gdb_spawn_with_cmdline_opts. Require gdb-native.
5562
5563 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5564
5565 * gdb.trace/actions-changed.exp: Check for arch support.
5566 * gdb.trace/actions.exp: Likewise.
5567 * gdb.trace/ax.exp: Likewise.
5568 * gdb.trace/backtrace.exp: Likewise.
5569 * gdb.trace/change-loc.exp: Likewise.
5570 * gdb.trace/deltrace.exp: Likewise.
5571 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5572 * gdb.trace/ftrace.exp: Likewise.
5573 * gdb.trace/infotrace.exp: Check for arch support.
5574 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5575 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5576 * gdb.trace/mi-tsv-changed.exp: Likewise.
5577 * gdb.trace/packetlen.exp: Likewise.
5578 * gdb.trace/passc-dyn.exp: Likewise.
5579 * gdb.trace/passcount.exp: Likewise.
5580 * gdb.trace/pending.exp: Likewise.
5581 * gdb.trace/range-stepping.exp: Check for shlib support.
5582 * gdb.trace/report.exp: Check for arch support.
5583 * gdb.trace/save-trace.exp: Likewise.
5584 * gdb.trace/signal.exp: Check for signal support.
5585 * gdb.trace/tfind.exp: Check for arch support.
5586 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5587 * gdb.trace/trace-common.h: Add comment.
5588 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5589 * gdb.trace/trace-enable-disable.exp: Likewise.
5590 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5591 * gdb.trace/tracecmd.exp: Check for arch support.
5592 * gdb.trace/tspeed.exp: Check for shlib and target support.
5593 * gdb.trace/tstatus.exp: Check for arch support.
5594 * gdb.trace/tsv.exp: Likewise.
5595 * gdb.trace/while-dyn.exp: Likewise.
5596 * gdb.trace/while-stepping.exp: Likewise.
5597 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5598
5599 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5600
5601 * gdb.trace/tspeed.exp: Remove nowarnings.
5602 (prepare_for_trace_test): Declare "global ipalib".
5603 * gdb.trace/tspeed.c: Include unistd.h.
5604 (main): Remove superfluous printf argument.
5605
5606 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5607
5608 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5609 directory prefix on the filename.
5610
5611 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5612
5613 * gdb.gdb/unittest.exp: Update expected message informing that
5614 selftests have been disabled.
5615 * gdb.server/unittest.exp: Likewise.
5616
5617 2018-10-09 Tom de Vries <tdevries@suse.de>
5618
5619 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5620 with runto_main.
5621
5622 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
5623
5624 PR c++/16841
5625 * gdb.cp/virtbase2.cc: New file.
5626 * gdb.cp/virtbase2.exp: New file.
5627
5628 2018-10-06 Tom Tromey <tom@tromey.com>
5629
5630 PR python/19399:
5631 * gdb.python/py-inferior.exp: Add architecture test.
5632
5633 2018-10-06 Tom Tromey <tom@tromey.com>
5634
5635 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5636 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5637
5638 2018-10-06 Tom Tromey <tom@tromey.com>
5639
5640 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5641 of a "throw" catchpoint.
5642
5643 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5644
5645 * gdb.base/info-proc.exp: Update string expected from "help info
5646 proc".
5647
5648 2018-10-04 Tom Tromey <tom@tromey.com>
5649
5650 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5651 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5652 (test_initial_complaints, test_empty_complaints): Update.
5653 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5654
5655 2018-10-04 Tom Tromey <tom@tromey.com>
5656
5657 PR cli/19551:
5658 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5659 * lib/gdb.exp (gdb_file_cmd): Update.
5660 * gdb.stabs/weird.exp (print_weird_var): Update.
5661 * gdb.server/solib-list.exp: Update.
5662 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5663 * gdb.mi/mi-cli.exp: Update.
5664 * gdb.linespec/linespec.exp: Update.
5665 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5666 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5667 * gdb.cp/cp-relocate.exp: Update.
5668 * gdb.base/sym-file.exp: Update.
5669 * gdb.base/relocate.exp: Update.
5670 * gdb.base/readnever.exp: Update.
5671 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5672 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5673 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5674 * gdb.base/code_elim.exp: Update.
5675 * gdb.base/break-unload-file.exp (test_break): Update.
5676 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5677 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5678 Update.
5679 * gdb.base/attach.exp (do_attach_tests): Update.
5680 * gdb.base/sepdebug.exp: Update.
5681 * gdb.python/py-section-script.exp: Update.
5682
5683 2018-10-04 Tom Tromey <tom@tromey.com>
5684
5685 PR cli/22234:
5686 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5687 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5688 output.
5689
5690 2018-10-04 Tom Tromey <tom@tromey.com>
5691
5692 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5693 set width and height to 0.
5694 (test_command_line_attach_run): Use -quiet.
5695
5696 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5697
5698 * lib/gdb.exp (skip_ifunc_tests): New.
5699 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5700 other compile failures.
5701 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5702
5703 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5704
5705 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5706 is_amd64_regs_target.
5707
5708 2018-10-01 Alan Hayward <alan.hayward@arm.com>
5709
5710 * gdb.arch/aarch64-sighandler-regs.c: New test.
5711 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5712 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5713
5714 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5715
5716 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5717 assembly.
5718
5719 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5720
5721 * gdb.base/frame-selection.exp: New file.
5722 * gdb.base/frame-selection.c: New file.
5723
5724 2018-09-27 Alan Hayward <alan.hayward@arm.com>
5725
5726 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5727 pthread barrier.
5728 (main): Likewise.
5729
5730 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5731
5732 * gdb.base/large-frame-1.c: New file.
5733 * gdb.base/large-frame-2.c: New file.
5734 * gdb.base/large-frame.exp: New file.
5735 * gdb.base/large-frame.h: New file.
5736
5737 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5738
5739 PR gdb/20948
5740 * gdb.base/write_mem.exp: New test.
5741 * gdb.base/write_mem.c: Likewise.
5742
5743 2018-09-23 Tom Tromey <tom@tromey.com>
5744
5745 PR python/18852:
5746 * gdb.python/py-parameter.exp: Add test for parameter that throws
5747 on "set".
5748
5749 2018-09-23 Tom Tromey <tom@tromey.com>
5750
5751 PR python/17284:
5752 * gdb.python/py-template.exp (test_template_arg): Add test for
5753 negative template argument number.
5754
5755 2018-09-23 Tom Tromey <tom@tromey.com>
5756
5757 PR python/14062:
5758 * gdb.python/python.exp: Add test for post_event error.
5759
5760 2018-09-23 Tom Tromey <tom@tromey.com>
5761
5762 PR python/18170:
5763 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5764 convert pointers to int and long.
5765
5766 2018-09-23 Tom Tromey <tom@tromey.com>
5767
5768 PR python/20126:
5769 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5770 signed-ness conversion tests.
5771
5772 2018-09-23 Tom Tromey <tom@tromey.com>
5773
5774 PR python/18352;
5775 * gdb.python/py-value.exp (test_float_conversion): New proc.
5776 Use it.
5777
5778 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5779
5780 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5781
5782 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5783
5784 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5785 no readline.
5786 * gdb.base/utf8-identifiers.exp: Likewise.
5787 * gdb.cp/cpcompletion.exp: Likewise.
5788 * gdb.linespec/cpcompletion.exp: Likewise.
5789 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5790 * gdb.linespec/cpls-ops.exp: Likewise.
5791
5792 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5793 Chris January <chris.january@arm.com>
5794
5795 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5796 * gdb.fortran/short-circuit-argument-list.exp: New file.
5797 * gdb.fortran/short-circuit-argument-list.f90: New test.
5798
5799 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5800
5801 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5802 "arch=" keyword when executing "-stack-list-frames".
5803
5804 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5805
5806 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5807 "arch=" keyword when executing "-stack-list-frames".
5808
5809 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5810
5811 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5812 break ada".
5813
5814 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5815
5816 PR python/23669
5817 * gdb.python/python.exp: Test gdb.execute("show commands").
5818
5819 2018-09-16 Tom Tromey <tom@tromey.com>
5820
5821 * gdb.base/new-ui.exp (do_execution_tests): Update.
5822 * gdb.base/dbx.exp (test_breakpoints): Update.
5823
5824 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5825
5826 * lib/gdb.exp (gdb_simple_compile): Add proc.
5827 (is_elf_target): Use gdb_simple_compile.
5828 (skip_altivec_tests): Likewise.
5829 (skip_vsx_tests): Likewise.
5830 (skip_tsx_tests): Likewise.
5831 (skip_btrace_tests): Likewise.
5832 (skip_btrace_pt_tests): Likewise.
5833 (gdb_can_simple_compile): Likewise.
5834 (gdb_has_argv0): Likewise.
5835 (gdb_target_symbol_prefix): Likewise.
5836 (target_supports_scheduler_locking): Likewise.
5837
5838 2018-09-13 Tom Tromey <tom@tromey.com>
5839
5840 * Makefile.in (TAGS): Recognize proc_with_prefix and
5841 gdb_caching_proc.
5842
5843 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5844
5845 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5846 method.
5847
5848 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5849
5850 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5851 and a few other Inferior properties when the Inferior is no
5852 longer valid.
5853
5854 2018-09-13 Tom Tromey <tom@tromey.com>
5855
5856 PR rust/23650:
5857 * gdb.rust/simple.exp: Add test for enum field access error.
5858
5859 2018-09-13 Tom Tromey <tom@tromey.com>
5860
5861 PR rust/23626:
5862 * gdb.rust/simple.rs (EmptyEnum): New type.
5863 (main): Use it.
5864 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5865
5866 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5867
5868 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5869 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5870 * gdb.python/py-symtab.exp: Update test printing an objfile.
5871
5872 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5873
5874 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5875 object.
5876
5877 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5878
5879 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5880 (support_complex_tests): Use gdb_can_simple_compile.
5881 (is_ilp32_target): Likewise.
5882 (is_lp64_target): Likewise.
5883 (is_64_target): Likewise.
5884 (is_amd64_regs_target): Likewise.
5885 (is_aarch32_target): Likewise.
5886 (gdb_int128_helper): Likewise.
5887
5888 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5889
5890 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5891
5892 2018-09-10 Jerome Guitton <guitton@adacore.com>
5893
5894 * gdb.ada/same_component_name: Add test for case of tagged record
5895 with variable-length fields.
5896
5897 2018-09-10 Xavier Roirand <roirand@adacore.com>
5898
5899 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5900 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5901 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5902 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5903
5904 2018-09-10 Xavier Roirand <roirand@adacore.com>
5905
5906 * gdb.ada/mi_string_access.exp: New testcase.
5907 * gdb.ada/mi_string_access/bar.adb: New file.
5908 * gdb.ada/mi_string_access/pck.adb: New file.
5909 * gdb.ada/mi_string_access/pck.asd: New file.
5910
5911 2018-09-10 Xavier Roirand <roirand@adacore.com>
5912
5913 * gdb.ada/mi_var_union.exp: New testcase.
5914 * gdb.ada/mi_var_union/bar.adb: New file.
5915 * gdb.ada/mi_var_union/pck.adb: New file.
5916 * gdb.ada/mi_var_union/pck.asd: New file.
5917
5918 2018-09-08 Tom Tromey <tom@tromey.com>
5919
5920 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5921
5922 2018-09-08 Tom Tromey <tom@tromey.com>
5923
5924 PR python/16047:
5925 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5926 (register_pretty_printers): Register new printer.
5927 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5928 test.
5929 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5930 (an_int_type3): New global.
5931
5932 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5933
5934 * gdb.ada/expr_with_funcall: New testcase.
5935
5936 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5937
5938 * gdb.ada/packed_array_assign: New testcase.
5939
5940 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5941
5942 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5943 names, and add test prefixes to make test names unique.
5944
5945 2018-09-05 Tom de Vries <tdevries@suse.de>
5946
5947 * gdb.dwarf2/varval.exp: Add test.
5948
5949 2018-09-04 Gary Benson <gbenson@redhat.com>
5950
5951 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5952 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5953
5954 2018-08-31 Tom Tromey <tom@tromey.com>
5955
5956 * gdb.rust/simple.rs: Rename second variable "v".
5957
5958 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5959
5960 * gdb.base/funcargs.c (use_a): New function.
5961 (recurse): Call use_a.
5962
5963 2018-08-29 Keith Seitz <keiths@redhat.com>
5964
5965 * gdb.compile/compile-cplus-anonymous.cc: New file.
5966 * gdb.compile/compile-cplus-anonymous.exp: New file.
5967 * gdb.compile/compile-cplus-array-decay.cc: New file.
5968 * gdb.compile/compile-cplus-array-decay.exp: New file.
5969 * gdb.compile/compile-cplus-inherit.cc: New file.
5970 * gdb.compile/compile-cplus-inherit.exp: New file.
5971 * gdb.compile/compile-cplus-member.cc: New file.
5972 * gdb.compile/compile-cplus-member.exp: New file.
5973 * gdb.compile/compile-cplus-method.cc: New file.
5974 * gdb.compile/compile-cplus-method.exp: New file.
5975 * gdb.compile/compile-cplus-mod.c: "New" file.
5976 * gdb.compile/compile-cplus-namespace.cc: New file.
5977 * gdb.compile/compile-cplus-namespace.exp: New file.
5978 * gdb.compile/compile-cplus-nested.cc: New file.
5979 * gdb.compile/compile-cplus-nested.exp: New file.
5980 * gdb.compile/compile-cplus-print.c: "New" file.
5981 * gdb.compile/compile-cplus-print.exp: "New" file.
5982 * gdb.compile/compile-cplus-virtual.cc: New file.
5983 * gdb.compile/compile-cplus-virtual.exp: New file.
5984 * gdb.compile/compile-cplus.c: "New" file.
5985 * gdb.compile/compile-cplus.exp: "New" file.
5986 * lib/compile-support.exp: New file.
5987
5988 2018-08-16 Gary Benson <gbenson@redhat.com>
5989
5990 PR gdb/13000:
5991 * gdb.base/batch-exit-status.exp: New file.
5992 * gdb.base/batch-exit-status.good-commands: Likewise.
5993 * gdb.base/batch-exit-status.bad-commands: Likewise.
5994
5995 2018-08-29 Alan Hayward <alan.hayward@arm.com>
5996
5997 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5998 (struct struct02): Likewise.
5999 (struct struct03): Likewise.
6000 (struct struct04): Likewise.
6001 (struct struct_01_01): New struct.
6002 (struct struct_01_02): Likewise.
6003 (struct struct_01_03): Likewise.
6004 (struct struct_01_04): Likewise.
6005 (struct struct_02_01): Likewise.
6006 (struct struct_02_02): Likewise.
6007 (struct struct_02_03): Likewise.
6008 (struct struct_02_04): Likewise.
6009 (struct struct_04_01): Likewise.
6010 (struct struct_04_02): Likewise.
6011 (struct struct_04_03): Likewise.
6012 (struct struct_04_04): Likewise.
6013 (struct struct_05_01): Likewise.
6014 (struct struct_05_02): Likewise.
6015 (struct struct_05_03): Likewise.
6016 (struct struct_05_04): Likewise.
6017 (cmp_struct01): Remove function.
6018 (cmp_struct02): Likewise.
6019 (cmp_struct03): Likewise.
6020 (cmp_struct04): Likewise.
6021 (cmp_struct_01_01): Add Function.
6022 (cmp_struct_01_02): Likewise.
6023 (cmp_struct_01_03): Likewise.
6024 (cmp_struct_01_04): Likewise.
6025 (cmp_struct_02_01): Likewise.
6026 (cmp_struct_02_02): Likewise.
6027 (cmp_struct_02_03): Likewise.
6028 (cmp_struct_02_04): Likewise.
6029 (cmp_struct_04_01): Likewise.
6030 (cmp_struct_04_02): Likewise.
6031 (cmp_struct_04_03): Likewise.
6032 (cmp_struct_04_04): Likewise.
6033 (cmp_struct_05_01): Likewise.
6034 (cmp_struct_05_02): Likewise.
6035 (cmp_struct_05_03): Likewise.
6036 (cmp_struct_05_04): Likewise.
6037 (call_all): Add new structs.
6038 * gdb.base/infcall-nested-structs.exp: Likewise.
6039
6040 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6041
6042 * gdb.python/py-framefilter-mi.exp: Update regexp to
6043 check for "arch" field in frame output.
6044
6045 2018-08-23 Kevin Buettner <kevinb@redhat.com>
6046
6047 * gdb.dwarf2/dw2-ranges-func.c: New file.
6048 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6049
6050 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6051
6052 * gdb.base/term.exp: Compare terminal settings with values from
6053 the inferior.
6054 * gdb.base/term.c: Get and set terminal settings.
6055
6056 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6057
6058 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6059 accommodate new "arch" field in frame output.
6060 * gdb.mi/mi-return.exp: Likewise.
6061 * gdb.mi/mi-stack.exp: Likewise.
6062 * gdb.mi/mi-syn-frame.exp: Likewise.
6063 * gdb.mi/user-selected-context-sync.exp: Likewise.
6064
6065 2018-08-19 Michael Spang <spang@google.com>
6066
6067 PR gdb/11786
6068 * gdb.base/gcore-tls-pie.c: New file.
6069 * gdb.base/gcore-tls-pie.exp: New file.
6070
6071 2018-08-18 Kevin Buettner <kevinb@redhat.com>
6072
6073 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
6074 * gdb.dwarf2/varval.c: New file.
6075 * gdb.dwarf2/varval.exp: New file.
6076
6077 2018-08-17 Alan Hayward <alan.hayward@arm.com>
6078
6079 PR gdb/18931
6080 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6081
6082 2018-08-16 Keith Seitz <keiths@redhat.com>
6083
6084 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6085 tests expected to pass.
6086
6087 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6088
6089 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6090 -data-disassemble -a.
6091 (test_disassembly_bogus_args): Likewise.
6092
6093 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6094
6095 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6096
6097 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6098
6099 * gdb.base/vla-optimized-out.exp: Add new test.
6100
6101 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6102
6103 * gdb.base/vla-optimized-out-o3.exp: Delete.
6104 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6105 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6106 deleted tests.
6107
6108 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6109
6110 PR gdb/18050:
6111 * gdb.server/extended-remote-restart.c: New file.
6112 * gdb.server/extended-remote-restart.exp: New file.
6113
6114 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6115
6116 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6117 "set variable index = 42".
6118
6119 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6120
6121 * boards/index-cache-gdb.exp: New file.
6122 * gdb.dwarf2/index-cache.exp: New file.
6123 * gdb.dwarf2/index-cache.c: New file.
6124 * gdb.base/maint.exp: Check if we are using the index cache.
6125
6126 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6127
6128 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6129 MAKEFLAGS.
6130
6131 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6132
6133 * dg-extract-results.sh: Move to toplevel contrib.
6134 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6135 * Makefile.in (check-parallel-racy): Likewise.
6136
6137 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6138
6139 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6140 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6141 tests if the target supports scheduler locking.
6142
6143 2018-08-04 Tom de Vries <tdevries@suse.de>
6144
6145 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6146
6147 2018-08-02 Tom Tromey <tom@tromey.com>
6148
6149 PR symtab/16842.
6150 * gdb.cp/temargs.exp: Test "info address" of a template
6151 parameter.
6152
6153 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6154
6155 * gdb.python/py-mi-var-info-path-expression.c: New file.
6156 * gdb.python/py-mi-var-info-path-expression.py: New file.
6157 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6158
6159 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6160
6161 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6162 error after "cannot resolve name" string.
6163
6164 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6165
6166 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6167 started.
6168 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6169
6170 2018-07-28 Tom de Vries <tdevries@suse.de>
6171
6172 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6173
6174 2018-07-26 Tom de Vries <tdevries@suse.de>
6175
6176 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6177
6178 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6179
6180 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6181 is visible.
6182
6183 2018-07-26 Tom de Vries <tdevries@suse.de>
6184
6185 PR breakpoints/23366
6186 * gdb.base/catch-follow-exec.c: New test.
6187 * gdb.base/catch-follow-exec.exp: New file.
6188
6189 2018-07-25 Tom de Vries <tdevries@suse.de>
6190
6191 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6192 vla-optimized-out.c.
6193
6194 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6195
6196 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6197 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6198
6199 2018-07-20 Tom de Vries <tdevries@suse.de>
6200
6201 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6202 NOCLONE macro.
6203 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6204
6205 2018-07-19 Tom de Vries <tdevries@suse.de>
6206
6207 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6208 regular expression.
6209
6210 2018-07-18 Tom de Vries <tdevries@suse.de>
6211
6212 * gdb.base/vla-optimized-out.c: New test.
6213 * gdb.base/vla-optimized-out.exp: New file.
6214
6215 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6216
6217 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6218 message "No address associated with hostname" when gdbserver
6219 cannot resolve the hostname.
6220
6221 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6222
6223 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6224 Add some test prefixes to make tests unique.
6225
6226 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6227
6228 * gdb.base/frameapply.c: New file.
6229 * gdb.base/frameapply.exp: New file.
6230
6231 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6232
6233 * gdb.base/skip.exp: Update expected error message.
6234
6235 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6236 Jan Kratochvil <jan.kratochvil@redhat.com>
6237 Paul Fertser <fercerpav@gmail.com>
6238 Tsutomu Seki <sekiriki@gmail.com>
6239
6240 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6241 parameter.
6242 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6243 by default.
6244 * boards/native-gdbserver.exp: Likewise.
6245 * gdb.server/run-without-local-binary.exp: Improve regexp used
6246 for detecting when a remote debugging connection succeeds.
6247 * gdb.server/server-connect.exp: New file.
6248 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6249 Do not prefix the port number with ":".
6250 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6251 support for detecting and using it. Add '$debughost_gdbserver'
6252 to the list of arguments used to start gdbserver. Handle case
6253 when gdbserver cannot resolve a network name.
6254
6255 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6256
6257 PR c++/23373
6258 * gdb.base/ptype-offsets.cc (struct static_member): New
6259 struct.
6260 (main) <stmember>: New variable.
6261 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6262 with a static member in it.
6263
6264 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6265
6266 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6267 watchpoints enabled and disabled.
6268
6269 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6270
6271 * gdb.base/examine-backward.exp: Still run tests around address
6272 0x0, even if address 0x0 is not readable. Update the pattern for
6273 matching address 0x0 in expected output.
6274
6275 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6276
6277 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6278 malloc/free.
6279
6280 2018-07-04 Tom de Vries <tdevries@suse.de>
6281
6282 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6283
6284 2018-07-02 Maciej W. Rozycki <macro@mips.com>
6285
6286 PR tdep/8282
6287 * gdb.arch/mips-disassembler-options.exp: New test.
6288 * gdb.arch/mips-disassembler-options.s: New test source.
6289
6290 2018-06-29 Pedro Alves <palves@redhat.com>
6291
6292 * gdb.threads/names.exp: Adjust expected "info threads" output.
6293
6294 2018-06-29 Pedro Alves <palves@redhat.com>
6295
6296 * gdb.opt/inline-break.exp (line number, address): Add "info
6297 break" tests.
6298
6299 2018-06-29 Pedro Alves <palves@redhat.com>
6300
6301 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6302 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6303 number and address and running to them.
6304
6305 2018-06-29 Richard Bunt <richard.bunt@arm.com>
6306
6307 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6308
6309 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6310
6311 * lib/compiler.c: Remove executable permission flag.
6312
6313 2018-06-28 Richard Bunt <richard.bunt@arm.com>
6314
6315 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6316 code.
6317 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6318
6319 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6320
6321 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6322
6323 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6324
6325 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6326 address argument is omitted.
6327
6328 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6329
6330 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6331
6332 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
6333
6334 PR gdb/21695
6335 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6336 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6337
6338 2018-06-26 Tom Tromey <tom@tromey.com>
6339
6340 PR rust/22574:
6341 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6342 * gdb.rust/simple.rs (struct SimpleLayout): New.
6343
6344 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6345
6346 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6347 "info registers" output.
6348
6349 2018-06-21 Richard Bunt <richard.bunt@arm.com>
6350
6351 * gdb.base/watchpoint-hw-attach.c: New test.
6352 * gdb.base/watchpoint-hw-attach.exp: New file.
6353
6354 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6355
6356 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6357 through /bin/sh.
6358 * boards/dwarf4-gdb-index.exp: Likewise.
6359 * boards/fission-dwp.exp: Likewise.
6360
6361 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6362
6363 * gdb.base/float128.exp: Add comment and improved fail message
6364 to the failure case of "print large128" test.
6365
6366 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6367
6368 * configure.ac: Remove AC_PREREQ.
6369 * configure: Re-generate.
6370
6371 2018-06-19 Pedro Alves <palves@redhat.com>
6372
6373 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6374 (func_extern_caller): New.
6375 (main): Call func_extern_caller.
6376 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6377 logic change.
6378
6379 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
6380
6381 PR gdb/16841
6382 * gdb.cp/typedef-base.cc: New file.
6383 * gdb.cp/typedef-base.exp: New file.
6384
6385 2018-06-18 Tom de Vries <tdevries@suse.de>
6386
6387 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6388
6389 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6390 Richard Bunt <Richard.Bunt@arm.com>
6391
6392 * gdb.threads/attach-slow-waitpid.c: New file.
6393 * gdb.threads/attach-slow-waitpid.exp: New file.
6394 * gdb.threads/slow-waitpid.c: New file.
6395
6396 2018-06-14 Pedro Alves <palves@redhat.com>
6397
6398 * gdb.base/fork-running-state.c: Include <errno.h>.
6399 (exit_if_relative_exits): New.
6400 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6401 exits.
6402 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6403 child exits.
6404
6405 2018-06-14 Tom de Vries <tdevries@suse.de>
6406
6407 PR cli/22573
6408 * gdb.base/finish-pretty.c: New test.
6409 * gdb.base/finish-pretty.exp: New file.
6410
6411 2018-06-14 Pedro Alves <palves@redhat.com>
6412
6413 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6414 gdb's expected startup output.
6415
6416 2018-06-14 Pedro Alves <palves@redhat.com>
6417
6418 * lib/selftest-support.exp (selftest_setup): Remove inlined
6419 function handling.
6420
6421 2018-06-14 Tom de Vries <tdevries@suse.de>
6422
6423 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6424 matching of breakpoint printing.
6425
6426 2018-06-13 Tom de Vries <tdevries@suse.de>
6427
6428 PR testsuite/23269
6429 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6430 (fork_child): ... here, and ...
6431 (fork_parent): ... here.
6432
6433 2018-06-12 Tom de Vries <tdevries@suse.de>
6434
6435 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6436
6437 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6438 Stephen Roberts <stephen.roberts@arm.com>
6439
6440 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6441 rewrite test to describe action performed, rather than possible
6442 failure.
6443
6444 2018-06-08 Gary Benson <gbenson@redhat.com>
6445
6446 * gdb.threads/check-libthread-db.exp: New file.
6447 * gdb.threads/check-libthread-db.c: Likewise.
6448
6449 2018-06-05 Tom Tromey <tom@tromey.com>
6450
6451 * gdb.base/default.exp: Update expected "show version" output.
6452
6453 2018-06-05 Tom Tromey <tom@tromey.com>
6454
6455 PR cli/12326:
6456 * gdb.cp/static-print-quit.exp: Update.
6457 * lib/gdb.exp (pagination_prompt): Update.
6458 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6459 * gdb.python/python.exp: Update.
6460
6461 2018-06-04 Joel Brobecker <brobecker@adacore.com>
6462
6463 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6464
6465 2018-06-01 Joel Brobecker <brobecker@adacore.com>
6466
6467 * gdb.ada/bp_fun_addr: New testcase.
6468
6469 2018-06-01 Tom Tromey <tom@tromey.com>
6470
6471 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6472 results.
6473 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6474 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6475 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6476 * gdb.base/maint.exp (maint_pass_if): Update.
6477
6478 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6479
6480 * gdb.base/endian.exp: New test.
6481 * gdb.base/endian.c: New test source.
6482
6483 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6484
6485 PR gdb/23203
6486 * gdb.base/bt-selected-frame.c: New file.
6487 * gdb.base/bt-selected-frame.exp: New file.
6488 * lib/gdb.exp (get_current_frame_number): New function.
6489
6490 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6491 Pedro Alves <palves@redhat.com>
6492
6493 * gdb.threads/tls-core.c: Include <stdlib.h>
6494 (thread_proc): Call `abort'.
6495 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6496 (tls_core_test): New procedure, bits factored out from ...
6497 (top level): ... here. Test both native cores and gcore cores.
6498
6499 2018-05-23 Tom Tromey <tom@tromey.com>
6500
6501 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6502
6503 2018-05-23 Tom Tromey <tom@tromey.com>
6504
6505 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6506 symfile_complaints.
6507 (test_short_complaints): Likewise.
6508 (test_empty_complaints): Likewise.
6509 (test_initial_complaints): Update.
6510
6511 2018-05-23 Tom Tromey <tom@tromey.com>
6512
6513 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6514
6515 2018-05-23 Tom Tromey <tom@tromey.com>
6516
6517 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6518 (test_short_complaints): Update.
6519
6520 2018-05-22 Pedro Alves <palves@redhat.com>
6521
6522 * gdb.base/remote.exp: Only gdb_start after compiling the
6523 testcase. Issue "disconnect" before testing "set remote" command
6524 defaults. Issue clean_restart before running to main.
6525
6526 2018-05-22 Pedro Alves <palves@redhat.com>
6527
6528 * gdb.base/remote.exp: Adjust expected output of "show remote
6529 memory-write-packet-size". Add tests for "set remote
6530 memory-write-packet-size 0" and "set remote
6531 memory-write-packet-size fixed/limit".
6532
6533 2018-05-22 Pedro Alves <palves@redhat.com>
6534
6535 PR gdb/22973
6536 * gdb.base/utf8-identifiers.c: New file.
6537 * gdb.base/utf8-identifiers.exp: New file.
6538
6539 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6540
6541 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6542
6543 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6544
6545 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6546
6547 2018-05-18 Tom Tromey <tom@tromey.com>
6548
6549 * gdb.base/ptype-offsets.exp: Update.
6550
6551 2018-05-17 Keith Seitz <keiths@redhat.com>
6552
6553 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6554 in expected breakpoint stop locations.
6555 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6556 move to proper scope to test variable values.
6557 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6558 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6559 New functions.
6560 (main): Call not_inline_func3.
6561 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6562 inline_func1, inline_func2, and inline_func3. Test that when each
6563 breakpoint is hit, GDB properly reports both the stop location
6564 and the backtrace. Repeat tests for temporary breakpoints.
6565
6566 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6567
6568 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6569 rather then trying to access it in determining whether the PID
6570 of `gdbserver' could have been retrieved.
6571
6572 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6573
6574 * gdb.arch/amd64-init-x87-values.S: New file.
6575 * gdb.arch/amd64-init-x87-values.exp: New file.
6576
6577 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6578
6579 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6580
6581 2018-05-04 Tom Tromey <tom@tromey.com>
6582
6583 PR python/22730:
6584 * gdb.python/python.exp: Test multi-line execute.
6585
6586 2018-05-04 Tom Tromey <tom@tromey.com>
6587
6588 PR python/22731:
6589 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6590
6591 2018-05-04 Tom Tromey <tom@tromey.com>
6592
6593 PR gdb/11750:
6594 * gdb.base/define.exp: Test defining a user command inside a user
6595 command.
6596 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6597
6598 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6599 Pedro Alves <palves@redhat.com>
6600
6601 PR breakpoints/19806 and support for PR external/20207.
6602 * gdb.base/watchpoint-unaligned.c: New file.
6603 * gdb.base/watchpoint-unaligned.exp: New file.
6604
6605 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6606
6607 * gdb.base/maint.exp: Make test names unique, use
6608 test_prefix_command_help to test 'help maint info', and remove
6609 repeated test of 'help maint'.
6610
6611 2018-05-04 Tom Tromey <tom@tromey.com>
6612
6613 PR gdb/22619:
6614 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6615 behavior.
6616
6617 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6618
6619 * gdb.base/maint.exp: Process output from 'maint print registers'
6620 line at a time.
6621
6622 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6623
6624 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6625 timeout.
6626
6627 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6628
6629 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6630 filter pattern.
6631
6632 2018-05-02 Pedro Alves <palves@redhat.com>
6633
6634 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6635 to_log_command renames.
6636 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6637
6638 2018-05-02 Tom Tromey <tom@tromey.com>
6639
6640 * gdb.python/py-parameter.exp: Set test message.
6641
6642 2018-05-02 Tom Tromey <tom@tromey.com>
6643
6644 PR python/20084:
6645 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6646 PARAM_ZUINTEGER_UNLIMITED tests.
6647
6648 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6649
6650 PR rust/23124
6651 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6652 when casting.
6653
6654 2018-04-30 Tom Tromey <tom@tromey.com>
6655
6656 * gdb.python/py-type.exp: Check align attribute.
6657 * gdb.python/py-type.c: New "aligncheck" global.
6658
6659 2018-04-30 Tom Tromey <tom@tromey.com>
6660
6661 PR exp/17095:
6662 * gdb.dwarf2/dw2-align.exp: New file.
6663 * gdb.cp/align.exp: New file.
6664 * gdb.base/align.exp: New file.
6665 * lib/gdb.exp (gdb_int128_helper): New proc.
6666 (has_int128_c, has_int128_cxx): New caching procs.
6667
6668 2018-04-27 Tom Tromey <tom@tromey.com>
6669
6670 PR rust/22545:
6671 * gdb.rust/simple.exp: Add inclusive range tests.
6672
6673 2018-04-26 Pedro Alves <palves@redhat.com>
6674
6675 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6676 ifunc breakpoint locations correctly of ifunc breakpoints set
6677 while the program resolves the ifunc.
6678
6679 2018-04-26 Pedro Alves <palves@redhat.com>
6680
6681 * gdb.base/gnu-ifunc-final.c: New file.
6682 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6683 * gdb.base/gnu-ifunc.exp (executable): Delete.
6684 (staticexecutable): Adjust.
6685 (lib_opts, exec_opts): Delete.
6686 (make_binsuffix, build, set-break): New procedures.
6687 (misc_tests): New, with tests factored out from the top level.
6688 (top level): Test different combinations of ifunc resolver name,
6689 resolver with and with debug info, and ifunc target with and
6690 without debug info. Wrap static tests with with_target_prefix.
6691
6692 2018-04-26 Pedro Alves <palves@redhat.com>
6693
6694 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6695 return type" warnings.
6696
6697 2018-04-25 Pedro Alves <palves@redhat.com>
6698
6699 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6700 killed".
6701 * gdb.base/kill-after-signal.exp: Likewise.
6702 * gdb.threads/kill.exp: Likewise.
6703
6704 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6705 Sergio Durigan Junior <sergiodj@redhat.com>
6706 Pedro Alves <palves@redhat.com>
6707
6708 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6709 regexps to expect for '[Inferior ... detached]' as well.
6710 * gdb.base/attach.exp: Likewise.
6711 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6712 "gdb_continue_to_end".
6713 (test_catch_syscall_with_wrong_args): Likewise.
6714 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6715 ']'. Don't set 'verbose' on.
6716 * gdb.base/foll-vfork.exp: Likewise.
6717 * gdb.base/fork-print-inferior-events.c: New file.
6718 * gdb.base/fork-print-inferior-events.exp: New file.
6719 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6720 '[Inferior ... has been killed]' message.
6721 * gdb.base/kill-after-signal.exp: Likewise.
6722 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6723 detach message.
6724 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6725 message.
6726 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6727 regexps to expect for '[Inferior ... detached]' as well.
6728 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6729
6730 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6731
6732 PR gdb/23104
6733 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6734
6735 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6736
6737 PR gdb/23095
6738 * gdb.base/break-probes.exp: Pass shlib_load to
6739 prepare_for_testing. Set normal_bp to r_debug_state if target is
6740 bsd.
6741
6742 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6743
6744 * gdb.threads/multiple-successive-infcall.c: New test.
6745 * gdb.threads/multiple-successive-infcall.exp: New file.
6746
6747 2018-04-17 Tom Tromey <tom@tromey.com>
6748
6749 * gdb.rust/simple.rs (Union): New type.
6750 (main): New local "u".
6751 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6752
6753 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6754
6755 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6756 number information in output of "whereis" command.
6757 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6758
6759 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6760
6761 * gdb.ada/info_types.exp: Adjust expected output to the line
6762 numbers now printed by "info var/func/type".
6763 * gdb.base/completion.exp: Likewise.
6764 * gdb.base/included.exp: Likewise.
6765 * gdb.cp/cp-relocate.exp: Likewise.
6766 * gdb.cp/cplusfuncs.exp: Likewise.
6767 * gdb.cp/namespace.exp: Likewise.
6768 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6769
6770 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6771
6772 * gdb.btrace/cpu.exp: New.
6773
6774 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6775
6776 * gdb.base/step-indirect-call-thunk.exp: New.
6777 * gdb.base/step-indirect-call-thunk.c: New.
6778 * gdb.reverse/step-indirect-call-thunk.exp: New.
6779 * gdb.reverse/step-indirect-call-thunk.c: New.
6780
6781 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6782
6783 * gdb.base/pie-fork.c: New file.
6784 * gdb.base/pie-fork.exp: New file.
6785
6786 2018-04-11 Tom Tromey <tom@tromey.com>
6787
6788 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6789
6790 2018-04-10 Pedro Alves <palves@redhat.com>
6791
6792 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6793 exits. Instead loop running forever.
6794 (fork_parent): Run forever too.
6795
6796 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6797
6798 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6799 mi_continue_to_line.
6800 * gdb.mi/mi-stack.c (callee4): Add comment.
6801
6802 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6803
6804 * gdb.mi/mi-stack.exp: Fix indentation.
6805
6806 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6807
6808 PR gdb/22979
6809 * gdb.arch/amd64-osabi.exp: New file.
6810
6811 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6812
6813 PR gdb/22980
6814 * gdb.base/osabi.exp: New file.
6815
6816 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6817
6818 * gdb.cp/static-typedef-print.exp: New file.
6819 * gdb.cp/static-typedef-print.cc: New file.
6820
6821 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6822
6823 * gdb.ada/varsize_limit: New testcase.
6824
6825 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6826
6827 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6828
6829 * gdb.ada/notcplusplus: New testcase.
6830
6831 * gdb.base/c-linkage-name.c: New file.
6832 * gdb.base/c-linkage-name.exp: New testcase.
6833
6834 2018-03-26 Tom Tromey <tom@tromey.com>
6835
6836 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6837 * gdb.python/py-framefilter.py (name_error): New global.
6838 (ErrorInName.function): Use name_error.
6839
6840 2018-03-26 Tom Tromey <tom@tromey.com>
6841
6842 PR backtrace/15582:
6843 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6844
6845 2018-03-23 Keith Seitz <keiths@redhat.com>
6846
6847 PR c++/22968
6848 * gdb.cp/subtypes.exp: New file.
6849 * gdb.cp/subtypes.h: New file.
6850 * gdb.cp/subtypes.cc: New file.
6851 * gdb.cp/subtypes-2.cc: New file.
6852
6853 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6854
6855 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6856 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6857 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6858 -nostartfiles when compiling the test. Confirm that all registers
6859 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6860
6861 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6862
6863 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6864 option, syntax was wrong anyway.
6865 * gdb.arch/arm-disp-step.exp: Likewise.
6866 * gdb.arch/sparc64-regs.exp: Likewise.
6867 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6868 option, syntax was wrong anyway, switch to use
6869 prepare_for_testing.
6870 * gdb.arch/i386-disp-step.exp: Likewise.
6871
6872 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6873
6874 * gdb.ada/exec_changed.exp: Replace "target_info exists
6875 use_gdb_stub" by "use_gdb_stub".
6876 * gdb.ada/start.exp: Likewise.
6877 * gdb.base/async-shell.exp: Likewise.
6878 * gdb.base/attach-pie-misread.exp: Likewise.
6879 * gdb.base/attach-wait-input.exp: Likewise.
6880 * gdb.base/break-entry.exp: Likewise.
6881 * gdb.base/break-interp.exp: Likewise.
6882 * gdb.base/dprintf-detach.exp: Likewise.
6883 * gdb.base/nostdlib.exp: Likewise.
6884 * gdb.base/solib-nodir.exp: Likewise.
6885 * gdb.base/statistics.exp: Likewise.
6886 * gdb.base/testenv.exp: Likewise.
6887 * gdb.mi/mi-exec-run.exp: Likewise.
6888 * gdb.mi/mi-start.exp: Likewise.
6889 * gdb.multi/dummy-frame-restore.exp: Likewise.
6890 * gdb.multi/multi-arch-exec.exp: Likewise.
6891 * gdb.multi/multi-arch.exp: Likewise.
6892 * gdb.multi/tids.exp: Likewise.
6893 * gdb.multi/watchpoint-multi.exp: Likewise.
6894 * gdb.python/py-events.exp: Likewise.
6895 * gdb.threads/attach-into-signal.exp: Likewise.
6896 * gdb.threads/attach-stopped.exp: Likewise.
6897 * gdb.threads/threadapply.exp: Likewise.
6898 * lib/selftest-support.exp: Likewise.
6899
6900 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6901
6902 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6903
6904 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6905
6906 * gdb.perf/template-breakpoints.cc: New file.
6907 * gdb.perf/template-breakpoints.exp: New file.
6908 * gdb.perf/template-breakpoints.py: New file.
6909
6910 2018-03-19 Tom Tromey <tom@tromey.com>
6911
6912 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6913 y0.
6914 * gdb.rust/simple.exp: Test bare identifier form of struct
6915 initializer.
6916
6917 2018-03-19 Tom Tromey <tom@tromey.com>
6918
6919 * gdb.gdb/observer.exp: Remove.
6920
6921 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6922
6923 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6924 "qualified" option when setting breakpoints.
6925 * gdb.trace/backtrace.exp: Likewise.
6926 * gdb.trace/circ.exp: Likewise.
6927 * gdb.trace/collection.exp: Likewise.
6928 * gdb.trace/disconnected-tracing.exp: Likewise.
6929 * gdb.trace/ftrace-lock.exp: Likewise.
6930 * gdb.trace/ftrace.exp: Likewise.
6931 * gdb.trace/infotrace.exp: Likewise.
6932 * gdb.trace/packetlen.exp: Likewise.
6933 * gdb.trace/passc-dyn.exp: Likewise.
6934 * gdb.trace/qtro.exp: Likewise.
6935 * gdb.trace/read-memory.exp: Likewise.
6936 * gdb.trace/report.exp: Likewise.
6937 * gdb.trace/signal.exp: Likewise.
6938 * gdb.trace/status-stop.exp: Likewise.
6939 * gdb.trace/strace.exp: Likewise.
6940 * gdb.trace/tfind.exp: Likewise.
6941 * gdb.trace/trace-break.exp: Likewise.
6942 * gdb.trace/trace-condition.exp: Likewise.
6943 * gdb.trace/trace-mt.exp: Likewise.
6944 * gdb.trace/tstatus.exp: Likewise.
6945 * gdb.trace/tsv.exp: Likewise.
6946 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6947 * gdb.trace/unavailable.exp: Likewise.
6948 * gdb.trace/while-dyn.exp: Likewise.
6949
6950 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6951
6952 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6953 that libinproctrace is copied to the target.
6954
6955 2018-03-14 Tom Tromey <tom@tromey.com>
6956
6957 PR cli/14977:
6958 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6959 a null pointer.
6960 * gdb.base/wchar.exp: Likewise.
6961
6962 2018-03-14 Tom Tromey <tom@tromey.com>
6963
6964 PR cli/19918:
6965 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6966 flag.
6967
6968 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6969
6970 PR gdb/22841
6971 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6972 "target" to remote_exec.
6973
6974 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6975
6976 PR gdb/22841
6977 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6978 ${board}_upload): Remove.
6979
6980 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6981
6982 * gdb.cp/watch-cp.cc: New test.
6983 * gdb.cp/watch-cp.exp: New file.
6984
6985 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6986
6987 * gdb.base/infcall-nested-structs.exp: New file.
6988 * gdb.base/infcall-nested-structs.c: New file.
6989 * gdb.base/float.exp: Add riscv support.
6990
6991 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6992
6993 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6994 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6995
6996 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6997
6998 * gdb.server/abspath.exp: New file.
6999 * lib/gdb.exp (with_cwd): New procedure.
7000
7001 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7002
7003 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7004 use it.
7005 (gdb_is_target_remote_prompt): New proc.
7006 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7007 (gdb_is_target_native): Pass prompt parameter to
7008 gdb_is_target_1.
7009
7010 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7011
7012 * gdb.base/load-command.c: New file.
7013 * gdb.base/load-command.exp: New file.
7014 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7015 (gdb_is_target_1): ...this, and generalize for other targets
7016 than just remote.
7017 (gdb_is_target_remote): Use gdb_is_target_1.
7018 (gdb_is_target_native): use gdb_is_target_1.
7019
7020 2018-02-26 Tom Tromey <tom@tromey.com>
7021
7022 PR python/16497:
7023 * gdb.python/py-framefilter.exp: Update test.
7024
7025 2018-02-26 Tom Tromey <tom@tromey.com>
7026
7027 * gdb.dwarf2/variant.c: New file.
7028 * gdb.dwarf2/variant.exp: New file.
7029
7030 2018-02-26 Tom Tromey <tom@tromey.com>
7031
7032 * gdb.rust/simple.exp: Accept more possible results in enum test.
7033
7034 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7035
7036 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7037 parentheses.
7038
7039 2018-02-23 Maciej W. Rozycki <macro@mips.com>
7040
7041 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7042 name of a variable: $actual_linejj -> $actual_line.
7043
7044 2018-02-21 John Baldwin <jhb@FreeBSD.org>
7045
7046 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7047
7048 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7049
7050 * gdb.btrace/buffer-size.exp: Do not force BTS.
7051
7052 2018-02-14 Pedro Alves <palves@redhat.com>
7053
7054 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7055 getting a "Quit".
7056
7057 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7058
7059 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7060 Fix test name.
7061
7062 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7063
7064 * gdb.cp/m-static.exp: Check type of optimized out static
7065 member.
7066
7067 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7068
7069 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7070 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7071
7072 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7073 Leszek Swirski <leszeks@google.com>
7074
7075 * gdb.python/py-prettyprint.c
7076 (struct to_string_returns_value_inner,
7077 struct to_string_returns_value_wrapper): New.
7078 (main): Add tsrvw variable.
7079 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7080 ToStringReturnsValueWrapper): New classes.
7081 (register_pretty_printers): Register new pretty-printers.
7082 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7083 recursive pretty printer.
7084 * gdb.python/py-mi.exp: Likewise.
7085
7086 2018-02-01 Leszek Swirski <leszeks@google.com>
7087
7088 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7089 functions with the same name as an include file are parsed
7090 correctly.
7091
7092 2018-02-01 Yao Qi <yao.qi@linaro.org>
7093
7094 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7095 "\[^\r\n\]*".
7096
7097 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7098
7099 * gdb.arch/powerpc-prologue-frame.s: New file.
7100 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7101 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7102
7103 2018-01-31 Joel Brobecker <brobecker@adacore.com>
7104
7105 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7106
7107 2018-01-30 Pedro Alves <palves@redhat.com>
7108
7109 PR gdb/13211
7110 * gdb.base/interrupt-daemon.c: New.
7111 * gdb.base/interrupt-daemon.exp: New.
7112 * gdb.multi/multi-term-settings.c: New.
7113 * gdb.multi/multi-term-settings.exp: New.
7114
7115 2018-01-30 Joel Brobecker <brobecker@adacore.com>
7116
7117 * gdb.base/break.exp: Save the location where the breakpoint
7118 on break.c:47 was actually inserted when debugging the version
7119 compiled at -O2 and use it in the expected output of the "info
7120 break" test performed soon after.
7121
7122 2018-01-22 Pedro Alves <palves@redhat.com>
7123 Sergio Durigan Junior <sergiodj@redhat.com>
7124
7125 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7126 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7127
7128 2018-01-22 Joel Brobecker <brobecker@adacore.com>
7129
7130 * gdb.base/break-include.c, gdb.base/break-include.inc,
7131 gdb.base/break-include.exp: New files.
7132 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7133 line number now being the actual line number where the breakpoint
7134 was inserted.
7135 * gdb.mi/mi-break.exp: Likewise.
7136 * gdb.mi/mi-reverse.exp: Likewise.
7137 * gdb.mi/mi-simplerun.exp: Ditto.
7138
7139 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7140
7141 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7142 varobj.
7143 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7144
7145 2018-01-21 Don Breazeal <donb@codesourcery.com>
7146 Andrew Burgess <andrew.burgess@embecosm.com>
7147
7148 * gdb.mi/basics.c: Add new global.
7149 * gdb.mi/mi-frame-regs.exp: New file.
7150 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7151 case.
7152
7153 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7154
7155 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7156 non-parameter, and on an unknown symbol.
7157
7158 2018-01-19 Tom Tromey <tom@tromey.com>
7159
7160 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7161 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7162
7163 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7164
7165 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7166 setrlimit and chdir to int.
7167
7168 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7169
7170 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7171 function.
7172 (my_tend): Likewise.
7173 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7174 rationale of avoiding FP- and vector instructions.
7175
7176 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7177
7178 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7179 "info reg" with "\[ \t\]*".
7180 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7181 "\[ \t\]+".
7182 * gdb.arch/s390-multiarch.exp: Ditto.
7183 * gdb.base/pc-fp.exp: Ditto.
7184 * gdb.reverse/i386-precsave.exp: Ditto.
7185 * gdb.reverse/i386-reverse.exp: Ditto.
7186 * gdb.reverse/i387-env-reverse.exp: Ditto.
7187 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7188
7189 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7190
7191 * lib/gdb.exp (gdb_compile): Re-enable use of
7192 universal_compile_options for languages other than Rust.
7193
7194 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7195
7196 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7197
7198 2018-01-17 Mike Gulick <mgulick@mathworks.com>
7199
7200 PR gdb/16577
7201 * gdb.base/solib-vanish.exp: New.
7202 * gdb.base/solib-vanish-main.c: New.
7203 * gdb.base/solib-vanish-lib1.c: New.
7204 * gdb.base/solib-vanish-lib2.c: New.
7205
7206 2018-01-17 Yao Qi <yao.qi@linaro.org>
7207
7208 * gdb.compile/compile.exp: Match the address printed for
7209 frame in the output of command "bt".
7210
7211 2018-01-15 Tom Tromey <tom@tromey.com>
7212
7213 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7214 compute sp_reg.
7215
7216 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7217
7218 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7219 to prepare.
7220 (prepare): Return 0 on error, 1 on success.
7221
7222 2018-01-12 Pedro Alves <palves@redhat.com>
7223
7224 * gdb.base/continue-after-aborted-step-over.c: New.
7225 * gdb.base/continue-after-aborted-step-over.exp: New.
7226
7227 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7228
7229 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7230 options when not creating an executable.
7231
7232 2018-01-11 Pedro Alves <palves@redhat.com>
7233
7234 PR remote/22597
7235 * gdb.server/stop-reply-no-thread.c: New file.
7236 * gdb.server/stop-reply-no-thread.exp: New file.
7237
7238 2018-01-10 Pedro Alves <palves@redhat.com>
7239
7240 PR gdb/22670
7241 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7242 functions too. Test setting breakpoints and printing C functions
7243 with no debug info too.
7244 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7245
7246 2018-01-10 Pedro Alves <palves@redhat.com>
7247
7248 PR gdb/22670
7249 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7250 a fail.
7251
7252 2018-01-10 Pedro Alves <palves@redhat.com>
7253
7254 PR gdb/22670
7255 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7256
7257 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7258
7259 * gdb.server/unittest.exp: Match the output in non-development
7260 mode.
7261
7262 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7263
7264 * gdb.gdb/unittest.exp: Match output in non-development mode.
7265
7266 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7267
7268 * gdb.ada/access_tagged_param.exp: Relax expected output
7269 for value of "ObjL" in "continue" to pck.inspect breakpoint
7270 test.
7271
7272 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7273
7274 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7275 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
7276
7277 2018-01-05 Pedro Alves <palves@redhat.com>
7278
7279 PR gdb/18653
7280 * gdb.base/libsegfault.exp: New.
7281
7282 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7283
7284 PR gdb/22670
7285 * gdb.ada/access_tagged_param.exp: New file.
7286 * gdb.ada/access_tagged_param/foo.adb: New file.
7287
7288 2018-01-05 Pedro Alves <palves@redhat.com>
7289
7290 PR gdb/22670
7291 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7292 exercise lower case too, and to exercise both full matching and
7293 wild matching.
7294
7295 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7296
7297 * gdb.ada/rename_subscript_param: New testcase.
7298
7299 2018-01-05 Jerome Guitton <guitton@adacore.com>
7300
7301 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7302
7303 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7304
7305 * gdb.ada/convvar_comp: New testcase.
7306
7307 2018-01-05 Xavier Roirand <roirand@adacore.com>
7308
7309 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7310 (My_Table): New global variable.
7311 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7312
7313 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7314
7315 PR gdb/22670
7316 * gdb.ada/maint_with_ada: New testcase.
7317
7318 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7319
7320 PR gdb/22670
7321 * gdb.ada/bp_c_mixed_case: New testcase.
7322
7323 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7324
7325 PR gdb/22670
7326 * gdb.ada/complete.exp: Add "complete break ada" test.
7327
7328 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7329
7330 PR gdb/22670
7331 * gdb.ada/info_addr_mixed_case: New testcase.
7332
7333 2018-01-03 Xavier Roirand <roirand@adacore.com>
7334
7335 * gdb.ada/excep_handle.exp: New testcase.
7336 * gdb.ada/excep_handle/foo.adb: New file.
7337 * gdb.ada/excep_handle/pck.ads: New file.
7338
7339 2018-01-03 Joel Brobecker <brobecker@adacore.com>
7340
7341 * gdb.base/step-line.c: Add extra empty line in copyright header.
7342 * gdb.base/step-line.inp: Likewise.
7343
7344 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7345
7346 * gdb.ada/dyn_stride.exp: Add slice test.
7347
7348 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7349
7350 * gdb.ada/dyn_stride: New testcase.
7351
7352 2017-12-27 Stafford Horne <shorne@gmail.com>
7353
7354 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7355 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7356
7357 2017-12-27 Stafford Horne <shorne@gmail.com>
7358
7359 * gdb.base/reggroups.c: New file.
7360 * gdb.base/reggroups.exp: New file.
7361
7362 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7363
7364 * gdb.dwarf2/ada-valprint-error.c: New file.
7365 * gdb.dwarf2/ada-valprint-error.exp: New file.
7366
7367 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7368
7369 * gdb.ada/assign_arr: New testcase.
7370
7371 2017-12-18 Xavier Roirand <roirand@adacore.com>
7372
7373 * gdb.ada/funcall_ptr: New testcase.
7374
7375 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7376
7377 PR cli/16224
7378 * gdb.base/ptype-offsets.cc: New file.
7379 * gdb.base/ptype-offsets.exp: New file.
7380
7381 2017-12-15 Yao Qi <yao.qi@linaro.org>
7382
7383 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7384 if XML is disabled.
7385
7386 2017-12-15 Xavier Roirand <roirand@adacore.com>
7387
7388 * gdb.ada/same_component_name: New testcase.
7389
7390 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7391
7392 * gdb.ada/str_binop_equal: New testcase.
7393
7394 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7395
7396 * gdb.ada/task_switch_in_core: New testcase.
7397
7398 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7399
7400 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7401 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7402 call test_bkpt_qualified.
7403 (test_bkpt_qualified): New proc.
7404
7405 2017-12-13 Pedro Alves <palves@redhat.com>
7406
7407 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7408 Tighten regexp by matching with an anchor.
7409
7410 2017-12-13 Pedro Alves <palves@redhat.com>
7411
7412 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7413 ("expression with namespace"): New set of tests.
7414 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7415 (Nested::Test_NS::qux): New.
7416 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7417 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7418
7419 2017-12-13 Joel Brobecker <brobecker@adacore.com>
7420
7421 * gdb.base/server-del-break.c: New file.
7422 * gdb.base/server-del-break.exp: New file.
7423
7424 2017-12-12 Stafford Horne <shorne@gmail.com>
7425
7426 * gdb.xml/tdesc-regs.exp: Add or1k support.
7427
7428 2017-12-12 Stafford Horne <shorne@gmail.com>
7429
7430 * gdb.base/bp-permanent.c: Define nop of or1k.
7431
7432 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7433
7434 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7435 output with components being reordered.
7436
7437 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7438
7439 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7440 output with components being reordered.
7441
7442 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7443 Pedro Alves <palves@redhat.com>
7444
7445 * gdb.base/maint.exp (check for .gdb_index): Check also for
7446 .debug_names.
7447 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7448 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7449 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7450 (.gdb_index used after symbol reloading): Support also .debug_names.
7451 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7452
7453 2017-12-08 Yao Qi <yao.qi@linaro.org>
7454
7455 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7456 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7457
7458 2017-12-08 Yao Qi <yao.qi@linaro.org>
7459
7460 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7461 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7462
7463 2017-12-08 Yao Qi <yao.qi@linaro.org>
7464
7465 * gdb.arch/aarch64-tagged-pointer.c: New file.
7466 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7467
7468 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7469
7470 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7471 "int".
7472
7473 2017-12-07 Keith Seitz <keiths@redhat.com>
7474
7475 PR breakpoints/22569
7476 * gdb.linespec/ls-errs.exp: Change expected result of "break
7477 -source this file has spaces.c -line 3".
7478 Check that an explicit source file followed by whitespace is
7479 identified as an invalid explicit location.
7480
7481 2017-12-07 Keith Seitz <keiths@redhat.com>
7482
7483 * gdb.cp/nested-types.cc: New file.
7484 * gdb.cp/nested-types.exp: New file.
7485 * lib/cp-support.exp: Load data-structures.exp library.
7486 (debug_cp_test_ptype_class): New global.
7487 (cp_ptype_class_verbose, next_line): New procedures.
7488 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7489 Add and document new return value.
7490 Switch the list of lines to a queue.
7491 Add support for new `type' key for nested type definitions.
7492 Add debugging/troubleshooting messages.
7493 * lib/data-structures.exp: New file.
7494
7495 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7496
7497 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7498 with proc_with_prefix, don't use with_test_prefix.
7499
7500 2017-12-07 Tom Tromey <tom@tromey.com>
7501
7502 * gdb.base/break.exp: Add test for empty "commands".
7503
7504 2017-12-07 Yao Qi <yao.qi@linaro.org>
7505
7506 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7507 malloc and catch syscall.
7508
7509 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7510
7511 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7512 tests for explicit locations.
7513
7514 2017-12-06 Pedro Alves <palves@redhat.com>
7515
7516 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7517 force-disabling XML descriptions.
7518
7519 2017-12-04 Pedro Alves <palves@redhat.com>
7520
7521 PR gdb/22499
7522 * gdb.arch/amd64-disp-step-avx.S: New file.
7523 * gdb.arch/amd64-disp-step-avx.exp: New file.
7524
7525 2017-12-03 Pedro Alves <palves@redhat.com>
7526
7527 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7528 and <string.h>.
7529 (parent_function): Print distinct messages when waitpid fails, or
7530 the child exits with a signal, or the child exits for an unhandled
7531 reason.
7532 * gdb.threads/process-dies-while-detaching.exp
7533 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7534 it. Wait for both inferior output and GDB's prompt. Use an
7535 indirect spawn id list.
7536 (do_detach): New parameter 'child_exit'. Use it to compute
7537 expected inferior output.
7538 (test_detach, test_detach_watch, test_detach_killed_outside):
7539 Adjust to pass down the expected child exit kind.
7540
7541 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7542 Sergio Durigan Junior <sergiodj@redhat.com>
7543 Pedro Alves <palves@redhat.com>
7544
7545 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7546
7547 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7548
7549 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7550 to 'symbol-file' and 'add-symbol-file' can be
7551 position-independent.
7552
7553 2017-12-01 Yao Qi <yao.qi@linaro.org>
7554
7555 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7556 the URL in copyright header.
7557 * gdb.arch/aarch64-fp.exp: Likewise.
7558 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7559 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7560 * gdb.base/expand-psymtabs.exp: Likewise.
7561 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7562 * gdb.fortran/common-block.exp: Likewise.
7563 * gdb.fortran/common-block.f90: Likewise.
7564 * gdb.fortran/logical.exp: Likewise.
7565 * gdb.fortran/vla-datatypes.f90: Likewise.
7566 * gdb.fortran/vla-sub.f90: Likewise.
7567
7568 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7569
7570 * gdb.ada/repeat_dyn: New testcase.
7571
7572 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7573
7574 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7575 Update for changed thread numbering.
7576 * gdb.cell/bt.exp: Update for changed GDB output.
7577
7578 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7579
7580 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7581 setting isremote by hand.
7582 * boards/dwarf4-gdb-index.exp: Likewise.
7583 * boards/fission.exp: Likewise.
7584 * boards/stabs.exp: Likewise.
7585
7586 2017-11-30 Pedro Alves <palves@redhat.com>
7587
7588 * gdb.linespec/cpls-ops.exp
7589 (check_explicit_skips_function_argument): Extract the underlying
7590 type of size_t instead of hardcoding it.
7591
7592 2017-11-29 Pedro Alves <palves@redhat.com>
7593
7594 PR c++/19436
7595 * gdb.linespec/cpls-abi-tag.cc: New file.
7596 * gdb.linespec/cpls-abi-tag.exp: New file.
7597
7598 2017-11-29 Pedro Alves <palves@redhat.com>
7599
7600 * gdb.base/langs.exp: Use -qualified.
7601 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7602 it.
7603 * gdb.cp/namespace.exp: Use -qualified.
7604 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7605 (overload-3, template-overload, template-ret-type, const-overload)
7606 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7607 procedures.
7608 (test_driver): Call them.
7609 * gdb.cp/save-bp-qualified.cc: New.
7610 * gdb.cp/save-bp-qualified.exp: New.
7611 * gdb.linespec/explicit.exp: Test -qualified.
7612 * lib/completion-support.exp (completion::explicit_opts_list): Add
7613 "-qualified".
7614 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7615
7616 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7617
7618 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7619
7620 2017-11-29 Tom Tromey <tom@tromey.com>
7621
7622 * gdb.base/relocate.exp: Update invalid argument test.
7623 Add new tests for invalid arguments.
7624
7625 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7626
7627 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7628 Return 0 as a long.
7629 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7630
7631 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7632
7633 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7634 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7635 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7636 func ().
7637 * gdb.cp/shadow.cc (B.func): Return 0.
7638
7639 2017-11-27 Joel Brobecker <brobecker@adacore.com>
7640
7641 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7642 expected output in gdb_expect call to allow the exception
7643 message to be present as well. Fix syntax confusion to avoid
7644 TCL thinking that exception_name is an array.
7645
7646 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7647
7648 * gdb.arch/spu-info.c: Include <unistd.h>.
7649 (do_signal_test): Fix broken calls to write.
7650 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7651 Fix checks for empty mailboxes. Update signal tests for corrected
7652 do_signal_test routine. Allow nonzero event status.
7653 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7654 * gdb.cell/arch.exp: Use standard_output_file.
7655 * gdb.cell/break.exp: Likewise.
7656 * gdb.cell/bt.exp: Likewise.
7657 * gdb.cell/core.exp: Likewise.
7658 * gdb.cell/dwarfaddr.exp: Likewise.
7659 * gdb.cell/ea-cache.exp: Likewise.
7660 * gdb.cell/ea-standalone.exp: Likewise.
7661 * gdb.cell/f-regs.exp: Likewise.
7662 * gdb.cell/fork.exp: Likewise.
7663 * gdb.cell/gcore.exp: Likewise.
7664 * gdb.cell/mem-access.exp: Likewise.
7665 * gdb.cell/ptype.exp: Likewise.
7666 * gdb.cell/registers.exp: Likewise.
7667 * gdb.cell/sizeof.exp: Likewise.
7668 * gdb.cell/solib-symbol.exp: Likewise.
7669 * gdb.cell/solib.exp: Likewise.
7670
7671 2017-11-25 Pedro Alves <palves@redhat.com>
7672
7673 * gdb.base/complete-empty.exp: New file.
7674 * gdb.base/completion.exp: Adjust.
7675
7676 2017-11-25 Pedro Alves <palves@redhat.com>
7677
7678 * gdb.linespec/cpls-ops.cc: New file.
7679 * gdb.linespec/cpls-ops.exp: New file.
7680 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7681 factored out from ...
7682 (test_complete_prefix_range): ... this.
7683
7684 2017-11-24 Pedro Alves <palves@redhat.com>
7685
7686 * gdb.linespec/cpcompletion.exp: New file.
7687 * gdb.linespec/cpls-hyphen.cc: New file.
7688 * gdb.linespec/cpls.cc: New file.
7689 * gdb.linespec/cpls2.cc: New file.
7690 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7691 test to use test_gdb_complete_unique. Add label completion,
7692 keyword completion and explicit location completion tests.
7693 * lib/completion-support.exp: New file.
7694
7695 2017-11-24 Joel Brobecker <brobecker@adacore.com>
7696
7697 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7698 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7699 when hitting an exception catchpoint.
7700
7701 2017-11-22 Yao Qi <yao.qi@linaro.org>
7702
7703 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7704
7705 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7706
7707 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7708 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7709 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7710
7711 2017-11-22 Yao Qi <yao.qi@linaro.org>
7712
7713 * gdb.base/info-os.exp: Pass pthreads.
7714 * gdb.multi/multi-attach.exp: Likewise.
7715
7716 2017-11-22 Yao Qi <yao.qi@linaro.org>
7717
7718 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7719 compiler.
7720
7721 2017-11-22 Yao Qi <yao.qi@linaro.org>
7722
7723 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7724 * gdb.base/break-interp.exp: Likewise.
7725 * gdb.base/jit-attach-pie.exp: Likewise.
7726
7727 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7728
7729 * gdb.base/float128.c (large128): New variable.
7730 * gdb.base/float128.exp: Add test to print largest __float128 value.
7731
7732 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7733
7734 * gdb.arch/vsx-regs.exp: Update register content checks.
7735
7736 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7737
7738 * gdb.arch/ppc-longdouble.exp: New file.
7739 * gdb.arch/ppc-longdouble.c: Likewise.
7740
7741 2017-11-21 Pedro Alves <palves@redhat.com>
7742
7743 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7744
7745 2017-11-20 Pedro Alves <palves@redhat.com>
7746
7747 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7748 (long_double_typedef): New typedefs.
7749 Use DEF on double and long double.
7750 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7751 cases.
7752 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7753 and 'long_double_ptr_same_size' locals. Use them to decide
7754 whether cast from array/function to float is valid/invalid.
7755
7756 2017-11-17 Tom Tromey <tom@tromey.com>
7757
7758 * gdb.rust/traits.rs: New file.
7759 * gdb.rust/traits.exp: New file.
7760
7761 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7762
7763 * gdb.ada/minsyms: New testcase.
7764
7765 2017-11-16 Pedro Alves <palves@redhat.com>
7766
7767 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7768 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7769
7770 2017-11-16 Pedro Alves <palves@redhat.com>
7771
7772 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7773 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7774
7775 2017-11-16 Pedro Alves <palves@redhat.com>
7776
7777 * gdb.server/reconnect-ctrl-c.c: New file.
7778 * gdb.server/reconnect-ctrl-c.exp: New file.
7779
7780 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7781
7782 * gdb.python/py-rbreak.exp: New file.
7783 * gdb.python/py-rbreak.c: New file.
7784 * gdb.python/py-rbreak-func2.c: New file.
7785
7786 2017-11-16 Pedro Alves <palves@redhat.com>
7787
7788 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7789 pattern.
7790 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7791 GDB.
7792
7793 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7794
7795 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7796 regex.
7797
7798 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7799
7800 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7801 test names.
7802
7803 2017-11-09 Pedro Alves <palves@redhat.com>
7804
7805 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7806 factored out from ...
7807 (top level): ... here, and adjusted to avoid expecting beyond the
7808 prompt in a single gdb_test_multiple.
7809
7810 2017-11-09 Pedro Alves <palves@redhat.com>
7811
7812 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7813 output.
7814 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7815 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7816 * gdb.server/ext-run.exp ("kill" test): Likewise.
7817 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7818
7819 2017-11-09 Pedro Alves <palves@redhat.com>
7820
7821 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7822 match till end of line.
7823
7824 2017-11-09 Pedro Alves <palves@redhat.com>
7825
7826 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7827
7828 2017-11-09 Pedro Alves <palves@redhat.com>
7829
7830 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7831 New procedures, factored out from ...
7832 (top level): ... here, and adjusted to avoid expecting beyond the
7833 prompt in one go.
7834
7835 2017-11-09 Pedro Alves <palves@redhat.com>
7836
7837 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7838 output. Fix '?' match.
7839
7840 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7841
7842 * gdb.ada/scoped_watch: New testcase.
7843 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7844 which is actually correct.
7845 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7846 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7847
7848 2017-11-08 Pedro Alves <palves@redhat.com>
7849
7850 * gdb.gdb/complaints.exp (test_initial_complaints)
7851 (test_serial_complaints, test_short_complaints): Call
7852 complaint_internal instead of complaint.
7853
7854 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7855
7856 * gdb.threads/tls-core.c: New file.
7857 * gdb.threads/tls-core.exp: Likewise.
7858
7859 2017-11-08 Pedro Alves <palves@redhat.com>
7860
7861 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7862 (p Exported_Capitalized): New test.
7863 (p exported_capitalized): New test.
7864
7865 2017-11-07 Pedro Alves <palves@redhat.com>
7866
7867 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7868
7869 2017-11-07 Pedro Alves <palves@redhat.com>
7870
7871 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7872 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7873 (disable_invalid, disable_inverted, disable_negative): New
7874 procedures.
7875 ("bad numbers"): New set of tests.
7876
7877 2017-11-07 Pedro Alves <palves@redhat.com>
7878
7879 * gdb.cp/ena-dis-br-range.exp: Add tests.
7880
7881 2017-11-07 Pedro Alves <palves@redhat.com>
7882
7883 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7884
7885 2017-11-07 Xavier Roirand <roirand@adacore.com>
7886 Pedro Alves <palves@redhat.com>
7887
7888 * gdb.base/ena-dis-br.exp: Add reference to
7889 gdb.cp/ena-dis-br-range.exp.
7890 * gdb.cp/ena-dis-br-range.exp: New file.
7891 * gdb.cp/ena-dis-br-range.cc: New file.
7892
7893 2017-11-06 Pedro Alves <palves@redhat.com>
7894
7895 * gdb.base/attach-non-pgrp-leader.c: New.
7896 * gdb.base/attach-non-pgrp-leader.exp: New.
7897
7898 2017-11-06 Pedro Alves <palves@redhat.com>
7899
7900 * configure.ac: No longer check for termio.h and sgtty.h.
7901 * configure: Regenerate.
7902 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7903 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7904 Remove termio and sgtty code.
7905
7906 2017-11-03 Yao Qi <yao.qi@linaro.org>
7907
7908 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7909 in GDB is disabled.
7910
7911 2017-11-03 Yao Qi <yao.qi@linaro.org>
7912
7913 * gdb.python/py-thrhandle.exp: Skip it if python is not
7914 enabled.
7915
7916 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7917
7918 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7919 as a breakpoint command.
7920
7921 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7922
7923 PR python/21213
7924 * gdb.python/py-infthread.exp: Test calling
7925 InferiorThread.inferior () multiple times in a row.
7926
7927 2017-10-27 Keith Seitz <keiths@redhat.com>
7928
7929 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7930 Test "info break" for every inlined function breakpoint.
7931
7932 2017-10-27 Yao Qi <yao.qi@linaro.org>
7933
7934 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7935
7936 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7937
7938 * gdb.cp/classes.exp (test_static_members): Test printing
7939 Outer::instance.
7940 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7941 (Inner::instance, Outer::instance): New.
7942
7943 2017-10-24 Pedro Alves <palves@redhat.com>
7944
7945 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7946 extra console" test in two stages.
7947
7948 2017-10-24 Pedro Alves <palves@redhat.com>
7949
7950 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7951
7952 2017-10-24 Pedro Alves <palves@redhat.com>
7953
7954 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7955 loop.
7956
7957 2017-10-24 Pedro Alves <palves@redhat.com>
7958
7959 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7960 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7961
7962 2017-10-24 Pedro Alves <palves@redhat.com>
7963
7964 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7965 parameter and handle it. Don't output read value in test name.
7966
7967 2017-10-24 Pedro Alves <palves@redhat.com>
7968
7969 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7970 custom test name.
7971
7972 2017-10-24 Pedro Alves <palves@redhat.com>
7973
7974 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7975 include the unstable output directory name in the test's name.
7976 (initial_setup_simple) <'set args'>: Use custom test name.
7977
7978 2017-10-24 Pedro Alves <palves@redhat.com>
7979
7980 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7981 with explicit test name.
7982
7983 2017-10-20 Pedro Alves <palves@redhat.com>
7984
7985 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7986 'wait -i'. Use gdb_assert and remote_close.
7987
7988 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7989
7990 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7991 number from variable rather than hard-coded.
7992
7993 2017-10-19 Pedro Alves <palves@redhat.com>
7994
7995 * gdb.base/long-inferior-output.c: New file.
7996 * gdb.base/long-inferior-output.exp: New file.
7997
7998 2017-11-18 Keith Seitz <keiths@redhat.com>
7999
8000 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8001 method.
8002 (main): Call it.
8003 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8004 Add additional user-defined conversion operator tests.
8005
8006 2017-10-17 Pedro Alves <palves@redhat.com>
8007
8008 * boards/native-stdio-gdbserver.exp: Load "local-board".
8009
8010 2017-10-17 Pedro Alves <palves@redhat.com>
8011
8012 * gdb.base/quit-live.c: New file.
8013 * gdb.base/quit-live.exp: New file.
8014
8015 2017-10-16 Keith Seitz <keiths@redhat.com>
8016
8017 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8018 (class_with_protected_typedef, class_with_private_typedef)
8019 (struct_with_public_typedef, struct_with_protected_typedef)
8020 (struct_with_private_typedef): New classes/structs.
8021 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8022 typedefs and access specifiers.
8023
8024 2017-10-16 Pedro Alves <palves@redhat.com>
8025 Simon Marchi <simon.marchi@polymtl.ca>
8026
8027 * README (Local vs Remote vs Native): New section.
8028 * boards/local-board.exp: New file, with bits factored out from
8029 ...
8030 * boards/native-extended-gdbserver.exp: ... here. Load
8031 "local-board".
8032 * boards/native-gdbserver.exp: Load "local-board".
8033 (${board}_spawn, ${board}_exec): Delete.
8034 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8035 ...
8036 * boards/stdio-gdbserver-base.exp: ... this new file.
8037 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8038 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8039 procedure.
8040 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8041 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8042 stdio_gdbserver_command.
8043 (${board}_get_remote_address, ${board}_get_comm_port)
8044 (${board}_download, ${board}_upload): Delete.
8045 (get_target_remote_pipe_cmd): New.
8046
8047 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8048
8049 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8050 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8051 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8052 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8053 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8054 remove with_test_prefix.
8055
8056 2017-10-13 Pedro Alves <palves@redhat.com>
8057
8058 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8059 * gdb.base/annota1.exp: Use it instead of is_remote.
8060 * gdb.base/annota3.exp: Use it instead of is_remote.
8061 * gdb.cp/annota2.exp: Use it instead of is_remote.
8062 * gdb.cp/annota3.exp: Use it instead of is_remote.
8063 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8064
8065 2017-10-13 Pedro Alves <palves@redhat.com>
8066
8067 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8068 (test_num_test_vars, run_and_count_vars, find_env)
8069 (test_set_unset_env, test_inherit_env_var): New procedures.
8070 (top level): Use them.
8071
8072 2017-10-13 Pedro Alves <palves@redhat.com>
8073
8074 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8075 also skip on stub-like targets.
8076
8077 2017-10-13 Pedro Alves <palves@redhat.com>
8078
8079 PR gdb/22293
8080 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8081 (top level): Move some tests to ...
8082 (test_not_found): ... this new procedure.
8083 (top level): Call it.
8084
8085 2017-10-13 Pedro Alves <palves@redhat.com>
8086
8087 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8088 expect different "info terminal" output if testing with a
8089 non-native target.
8090
8091 2017-10-13 Pedro Alves <palves@redhat.com>
8092 Simon Marchi <simon.marchi@polymtl.ca>
8093
8094 PR python/12966
8095 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8096
8097 2017-10-13 Pedro Alves <palves@redhat.com>
8098
8099 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8100 already.
8101
8102 2017-10-13 Pedro Alves <palves@redhat.com>
8103
8104 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8105 is_remote.
8106
8107 2017-10-13 Pedro Alves <palves@redhat.com>
8108
8109 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8110 is_remote.
8111
8112 2017-10-13 Pedro Alves <palves@redhat.com>
8113
8114 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8115 is set.
8116 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8117 instead of is_remote.
8118
8119 2017-10-13 Pedro Alves <palves@redhat.com>
8120
8121 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8122 (top level): Add comment.
8123
8124 2017-10-13 Pedro Alves <palves@redhat.com>
8125
8126 * gdb.base/remote.exp (top level): Fix comment typo and add
8127 missing return.
8128
8129 2017-10-13 Pedro Alves <palves@redhat.com>
8130 Simon Marchi <simon.marchi@polymtl.ca>
8131
8132 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8133 calls and add comments. Skip test if use_gdb_stub is set.
8134 (top level): Use "set cwd" command instead of "cd" command.
8135
8136 2017-10-13 Pedro Alves <palves@redhat.com>
8137
8138 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8139 is_remote target check.
8140
8141 2017-10-13 Pedro Alves <palves@redhat.com>
8142
8143 * gdb.base/scope.exp: Use build_executable + clean_restart +
8144 gdb_file_cmd instead of prepare_for_testing and no longer skip
8145 "before run" tests on is_remote target boards. Update comments.
8146 * boards/native-extended-gdbserver.exp
8147 (extended_gdbserver_load_last_file): New, factored out from ...
8148 (gdb_load): ... this. Move further below and add comment.
8149 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8150
8151 2017-10-12 Pedro Alves <palves@redhat.com>
8152
8153 * gdb.base/attach.exp: Remove references to gdb64.
8154 * gdb.base/dbx.exp: Remove references to gdb64.
8155
8156 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8157 Pedro Alves <palves@redhat.com>
8158
8159 * gdb.base/label.exp: Remove is_remote target check.
8160
8161 2017-10-12 Pedro Alves <palves@redhat.com>
8162
8163 * gdb.base/auvx.exp (coredir): Update comment.
8164 (top level) <core_works>: Use "set cwd" command instead of "cd"
8165 command.
8166
8167 2017-10-12 Pedro Alves <palves@redhat.com>
8168 Simon Marchi <simon.marchi@polymtl.ca>
8169
8170 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8171 target boards.
8172
8173 2017-10-12 Pedro Alves <palves@redhat.com>
8174 Simon Marchi <simon.marchi@polymtl.ca>
8175
8176 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8177 Instead skip if there's any gdb_protocol set.
8178
8179 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8180 Pedro Alves <palves@redhat.com>
8181
8182 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8183
8184 2017-10-12 Pedro Alves <palves@redhat.com>
8185 Simon Marchi <simon.marchi@polymtl.ca>
8186
8187 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8188 instead of on dejagnu remote boards.
8189
8190 2017-10-12 Pedro Alves <palves@redhat.com>
8191 Simon Marchi <simon.marchi@polymtl.ca>
8192
8193 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8194 checks. Use build_executable + clean_restart instead of
8195 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8196 of enabling non-stop after starting gdb.
8197
8198 2017-10-12 Pedro Alves <palves@redhat.com>
8199
8200 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8201 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8202 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8203 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8204
8205 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8206
8207 * gdb.arch/arc-tdesc-cpu.exp: New file.
8208 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8209
8210 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8211
8212 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8213
8214 2017-10-10 Pedro Alves <palves@redhat.com>
8215
8216 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8217 expect CLI output.
8218
8219 2017-10-10 Pedro Alves <palves@redhat.com>
8220
8221 * lib/selftest-support.exp (selftest_setup): Update for
8222 captured_command_loop's prototype change.
8223
8224 2017-10-09 Pedro Alves <palves@redhat.com>
8225
8226 Test both arch1=>arch2 and arch2=>arch1.
8227
8228 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8229 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8230 factored out to...
8231 (append_arch1_options, append_arch2_options, append_arch_options)
8232 (build_executables): New procedures.
8233 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8234 local.
8235 (top level): Add new 'first_arch' testing axis.
8236
8237 2017-10-09 Pedro Alves <palves@redhat.com>
8238
8239 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8240 (barrier): New.
8241 (thread_start, all_started): New functions.
8242 (main): Spawn new thread and wait until it is scheduled.
8243 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8244 option.
8245 (do_test): Add 'selected_thread' parameter. Run to all_started
8246 instead of main. Explicitly set the breakpoint at main. Switch
8247 to the SELECTED_THREAD thread.
8248 (top level): Test handling the exec event with either the main
8249 thread or the second thread selected.
8250
8251 2017-10-09 Pedro Alves <palves@redhat.com>
8252
8253 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8254 logic. Move STOP marker after the value checks.
8255 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8256 regexp.
8257
8258 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8259
8260 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8261
8262 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8263
8264 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8265 integer-to-dfp conversion.
8266 * gdb.base/dfp-test.exp: Likewise.
8267
8268 2017-10-04 Pedro Alves <palves@redhat.com>
8269
8270 * gdb.multi/hangout.c: Include <unistd.h>.
8271 (hangout_loop): New function.
8272 (main): Call alarm. Call hangout_loop in a loop.
8273 * gdb.multi/hello.c: Include <unistd.h>.
8274 (hello_loop): New function.
8275 (main): Call alarm. Call hangout_loop in a loop.
8276 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8277 inferior with the other selected.
8278
8279 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8280
8281 * gdb.mi/list-thread-groups-available.exp: New file.
8282 * gdb.mi/list-thread-groups-available.c: New file.
8283
8284 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8285
8286 * gdb.base/set-cwd.exp: Make it available on
8287 native-extended-gdbserver.
8288
8289 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8290
8291 * gdb.base/set-cwd.c: New file.
8292 * gdb.base/set-cwd.exp: Likewise.
8293
8294 2017-10-02 Tom Tromey <tom@tromey.com>
8295
8296 PR rust/22236:
8297 * gdb.rust/simple.rs (main): New variable "fslice".
8298 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8299
8300 2017-10-02 Tom Tromey <tom@tromey.com>
8301
8302 * gdb.rust/simple.exp: Test ptype of a slice.
8303
8304 2017-10-02 Tom Tromey <tom@tromey.com>
8305
8306 * gdb.rust/simple.exp: Test index of slice.
8307
8308 2017-09-27 Tom Tromey <tom@tromey.com>
8309
8310 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8311
8312 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8313 Pedro Alves <palves@redhat.com>
8314
8315 * gdb.base/compare-sections.exp (get value of read-only section): Read
8316 as unsigned value.
8317 (corrupt read-only section): Likewise and don't set written if patching
8318 failed.
8319
8320 2017-09-21 Kevin Buettner <kevinb@redhat.com>
8321
8322 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8323 files.
8324
8325 2017-09-20 Pedro Alves <palves@redhat.com>
8326
8327 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8328 symbol names in gdb's output.
8329 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8330
8331 2017-09-20 Pedro Alves <palves@redhat.com>
8332
8333 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8334 Rename to ...
8335 (test_list_ambiguous_symbol): ... this and add a symbol name
8336 parameter. Adjust.
8337 (test_list_ambiguous_function): Reimplement on top of
8338 test_list_ambiguous_symbol and also test listing ambiguous
8339 variables.
8340 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8341 (ambiguous_fun): ... this.
8342 (ambiguous_var): New.
8343 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8344 (ambiguous_fun): ... this.
8345 (ambiguous_var): New.
8346
8347 2017-09-19 John Baldwin <jhb@FreeBSD.org>
8348
8349 * gdb.base/starti.c: New file.
8350 * gdb.base/starti.exp: New file.
8351 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8352
8353 2017-09-14 Pedro Alves <palves@redhat.com>
8354
8355 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8356 (top level): Use it instead of runto.
8357
8358 2017-09-11 Tom Tromey <tom@tromey.com>
8359
8360 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8361
8362 2017-09-11 Tom Tromey <tom@tromey.com>
8363
8364 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8365 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8366
8367 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8368
8369 * gdb.fortran/printing-types.exp: New file.
8370 * gdb.fortran/printing-types.exp: New file.
8371
8372 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8373
8374 * gdb.fortran/vla-ptype.exp: Fix typos.
8375 * gdb.fortran/vla-value.exp: Same.
8376
8377 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8378
8379 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8380 * gdb.mi/mi-var-child-f.exp: Likewise.
8381 * gdb.mi/mi-vla-fortran.exp: Likewise.
8382
8383 2017-09-08 Frank Penczek <frank.penczek@intel.com>
8384 Christoph Weinmann <christoph.t.weinmann@intel.com>
8385 Bernhard Heckel <bernhard.heckel@intel.com>
8386
8387 * gdb.fortran/ptr-indentation.f90: New file.
8388 * gdb.fortran/ptr-indentation.exp: New file.
8389
8390 2017-09-05 Tom Tromey <tom@tromey.com>
8391
8392 PR gdb/22010:
8393 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8394
8395 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8396
8397 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8398
8399 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8400
8401 * gdb.threads/tls-nodebug-pie.c: New file.
8402 * gdb.threads/tls-nodebug-pie.exp: New file.
8403
8404 2017-09-05 Tom Tromey <tom@tromey.com>
8405
8406 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8407 for rust.
8408
8409 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8410
8411 * gdb.multi/multi-arch-exec.exp: Test with different
8412 "follow-exec-mode" settings.
8413 (do_test): New procedure.
8414
8415 2017-09-04 Pedro Alves <palves@redhat.com>
8416
8417 * gdb.base/func-static.c (S::method const, S::method volatile)
8418 (S::method volatile const): New methods.
8419 (c_s, v_s, cv_s): New instances.
8420 (main): Call method() on them.
8421 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8422 (cannot_resolve): New procedure.
8423 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8424 print-quote-unquoted columns.
8425 (do_test): Test printing each scope too.
8426
8427 2017-09-04 Pedro Alves <palves@redhat.com>
8428
8429 * gdb.base/local-static.exp: Also test with
8430 class::method::variable wholly quoted.
8431 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8432
8433 2017-09-04 Pedro Alves <palves@redhat.com>
8434
8435 * gdb.base/local-static.c: New.
8436 * gdb.base/local-static.cc: New.
8437 * gdb.base/local-static.exp: New.
8438
8439 2017-09-04 Pedro Alves <palves@redhat.com>
8440
8441 * gdb.asm/asm-source.exp: Add casts to int.
8442 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8443 (dataglobal64_1, dataglobal64_2): New globals.
8444 * gdb.base/nodebug.exp: Test different expressions involving the
8445 new globals, with print, whatis and ptype. Add casts to int.
8446 * gdb.base/solib-display.exp: Add casts to int.
8447 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8448 * gdb.cp/m-static.exp: Add cast to int.
8449 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8450 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8451 tls variable with no debug info without a cast. Test with a cast
8452 to int too.
8453 * gdb.trace/entry-values.exp: Add casts.
8454
8455 2017-09-04 Pedro Alves <palves@redhat.com>
8456
8457 * gdb.base/nodebug.exp: Test that ptype's error about functions
8458 with unknown return type includes the function name too.
8459
8460 2017-09-04 Pedro Alves <palves@redhat.com>
8461
8462 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8463 return type of munmap in infcall.
8464 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8465 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8466 type of ftell in infcall.
8467 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8468 type of getpid in infcall.
8469 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8470 infcall.
8471 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8472 Bail on failure to extract the pid.
8473 * gdb.base/nodebug.c: #include <stdint.h>.
8474 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8475 New functions.
8476 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8477 Change expected output of print/whatis/ptype with functions with
8478 no debug info. Test all supported languages. Call
8479 test_call_promotion.
8480 * gdb.compile/compile.exp: Adjust expected output to expect
8481 warning.
8482 * gdb.threads/siginfo-threads.exp: Likewise.
8483
8484 2017-09-04 Pedro Alves <palves@redhat.com>
8485
8486 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8487 "prototypes". Test calling float functions via prototyped and
8488 unprototyped function pointers.
8489 (perform_all_tests): New parameter "prototypes". Pass it down.
8490 (top level): Pass down "prototypes" parameter to
8491 perform_all_tests.
8492
8493 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8494
8495 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8496 Test with nested loops.
8497
8498 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8499
8500 * gdb.base/commands.exp: Call the new procedures.
8501 (loop_break_test, loop_continue_test): New procedures.
8502
8503 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8504
8505 * gdb.base/commands.exp: Call new procedure.
8506 (define_if_without_arg_test): New procedure.
8507
8508 2017-09-04 Pedro Alves <palves@redhat.com>
8509
8510 * gdb.base/list-ambiguous.exp: New file.
8511 * gdb.base/list-ambiguous0.c: New file.
8512 * gdb.base/list-ambiguous1.c: New file.
8513 * gdb.base/list.exp (test_list_range): Adjust expected output.
8514
8515 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8516
8517 * gdb.base/share-env-with-gdbserver.c: New file.
8518 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8519
8520 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8521
8522 * gdb.base/commands.exp (gdbvar_simple_if_test,
8523 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8524 progvar_simple_if_test, progvar_simple_while_test,
8525 progvar_complex_if_while_test, user_defined_command_test,
8526 user_defined_command_args_eval,
8527 user_defined_command_args_stack_test,
8528 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8529 temporary_breakpoint_commands,
8530 gdb_test_no_prompt, redefine_hook_test,
8531 redefine_backtrace_test): Remove "global gdb_prompt".
8532
8533 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8534
8535 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8536 New proc, call it from toplevel.
8537
8538 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8539
8540 PR remote/21852
8541 * gdb.server/normal.c: New file, copied from gdb.base.
8542 * gdb.server/run-without-local-binary.exp: New file.
8543
8544 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8545
8546 * gdb.arch/sparc64-adi.exp: New file.
8547 * gdb.arch/sparc64-adi.c: New file.
8548
8549 2017-08-22 Pedro Alves <palves@redhat.com>
8550
8551 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8552 (top level): Add "list all overloads" tests.
8553
8554 2017-08-22 Tom Tromey <tom@tromey.com>
8555
8556 * gdb.gdb/xfullpath.exp: Remove.
8557
8558 2017-08-21 Pedro Alves <palves@redhat.com>
8559
8560 PR gdb/19487
8561 * gdb.base/symbol-alias.c: New.
8562 * gdb.base/symbol-alias2.c: New.
8563 * gdb.base/symbol-alias.exp: New.
8564
8565 2017-08-21 Pedro Alves <palves@redhat.com>
8566
8567 * gdb.base/dfp-test.c
8568 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8569 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8570 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8571 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8572 * gdb.base/whatis-ptype-typedefs.c: New.
8573 * gdb.base/whatis-ptype-typedefs.exp: New.
8574 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8575 (an_int, an_int_type, an_int_type2): New globals.
8576 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8577 involving typedefs and cast expressions.
8578 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8579 (lookup_typedefs_function): New.
8580 (typedefs_pretty_printers_dict): New.
8581 (top level): Register lookup_typedefs_function in
8582 gdb.pretty_printers.
8583
8584 2017-08-18 Yao Qi <yao.qi@linaro.org>
8585
8586 * gdb.server/unittest.exp: New.
8587
8588 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8589
8590 PR gdb/21954
8591 * gdb.base/environ.exp: Add test to check if 'unset environment'
8592 works.
8593
8594 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8595
8596 * lib/gdb.exp (universal_compile_options): New caching proc.
8597 (gdb_compile): Suppress GCC's coloring of messages.
8598
8599 2017-08-14 Tom Tromey <tom@tromey.com>
8600
8601 PR gdb/21675:
8602 * gdb.base/printcmds.exp (test_radices): New function.
8603 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8604 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8605 * lib/gdb.exp (get_integer_valueof): Use p/d.
8606
8607 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8608
8609 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8610 characters.
8611
8612 2017-08-05 Tom Tromey <tom@tromey.com>
8613
8614 * gdb.rust/simple.exp: Allow String to appear in a different
8615 namespace.
8616
8617 2017-07-26 Yao Qi <yao.qi@linaro.org>
8618
8619 * gdb.gdb/unittest.exp: Invoke command
8620 "maintenance check xml-descriptions".
8621
8622 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8623
8624 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8625 calling context.
8626 (hex128): Drop erroneous calculation of parameters.
8627
8628 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8629
8630 * gdb.python/py-unwind.exp: Disable stack protection when
8631 building test file.
8632
8633 2017-07-20 Pedro Alves <palves@redhat.com>
8634
8635 * gdb.base/default.exp (set language): Adjust expected output.
8636
8637 2017-07-20 Pedro Alves <palves@redhat.com>
8638
8639 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8640 (test_minsym): ... this, and make static.
8641 (get_pck__foo__bar__minsym): Rename to ...
8642 (get_test_minsym): ... this.
8643 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8644 symbol names and comments.
8645 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8646 (get_test_minsym): ... this.
8647 (pck__foo__bar__minsym__2): Rename to ...
8648 (test_minsym): ... this.
8649 (main): Adjust.
8650
8651 2017-07-17 Pedro Alves <palves@redhat.com>
8652
8653 * gdb.base/completion.exp: Adjust expected output.
8654 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8655 the completer works.
8656
8657 2017-07-17 Pedro Alves <palves@redhat.com>
8658
8659 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8660
8661 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8662
8663 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8664
8665 2017-07-14 Tom Tromey <tom@tromey.com>
8666
8667 PR rust/21764:
8668 * gdb.rust/simple.exp: Add tests.
8669
8670 2017-07-14 Tom Tromey <tom@tromey.com>
8671
8672 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8673
8674 2017-07-14 Pedro Alves <palves@redhat.com>
8675
8676 * gdb.linespec/base/one/thefile.cc (z1): New function.
8677 * gdb.linespec/base/two/thefile.cc (z2): New function.
8678 * gdb.linespec/linespec.exp: Add tests.
8679
8680 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8681
8682 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8683 to mi_create_breakpoint.
8684
8685 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8686
8687 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8688 mi_create_breakpoint.
8689
8690 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8691
8692 * gdb.dlang/demangle.exp: Update for demangling changes.
8693
8694 2017-07-09 Tom Tromey <tom@tromey.com>
8695
8696 * gdb.dwarf2/shortpiece.exp: New file.
8697
8698 2017-07-06 David Blaikie <dblaikie@gmail.com>
8699
8700 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8701 built from fissiont-multi-cu{1,2}.c.
8702 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8703 except putting 'main' and 'func' in separate CUs in the same DWO file.
8704 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8705 test.
8706 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8707 test.
8708
8709 2017-07-06 Pedro Alves <palves@redhat.com>
8710
8711 * gdb.python/py-unwind.exp: Test flushregs.
8712
8713 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8714
8715 PR cli/21688
8716 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8717 tests for alias commands and trailing whitespace.
8718
8719 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8720
8721 PR cli/21688
8722 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8723 procedure. Call it.
8724
8725 2017-06-29 Pedro Alves <palves@redhat.com>
8726
8727 * gdb.base/printcmds.exp: Add tests.
8728
8729 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8730
8731 PR gdb/21337
8732 * gdb.base/reread-readsym.exp: New file.
8733 * gdb.base/reread-readsym.c: New file.
8734
8735 2017-06-21 Kevin Buettner <kevinb@redhat.com>
8736
8737 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8738 subpattern.
8739
8740 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8741
8742 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8743 extended mnemonic.
8744 * gdb.arch/powerpc-power9.s: Likewise.
8745
8746 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8747
8748 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8749 on 32-bit x86 targets. Exploit is_*_target macros where
8750 appropriate.
8751
8752 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8753
8754 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8755 register pieces.
8756
8757 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8758
8759 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8760 located in one or more DWARF pieces.
8761
8762 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8763
8764 * lib/gdb.exp (get_endianness): New proc.
8765 * gdb.arch/aarch64-fp.exp: Use it.
8766 * gdb.arch/altivec-regs.exp: Likewise.
8767 * gdb.arch/e500-regs.exp: Likewise.
8768 * gdb.arch/vsx-regs.exp: Likewise.
8769 * gdb.base/dump.exp: Likewise.
8770 * gdb.base/funcargs.exp: Likewise.
8771 * gdb.base/gnu_vector.exp: Likewise.
8772 * gdb.dwarf2/formdata16.exp: Likewise.
8773 * gdb.dwarf2/implptrpiece.exp: Likewise.
8774 * gdb.dwarf2/nonvar-access.exp: Likewise.
8775 * gdb.python/py-inferior.exp: Likewise.
8776 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8777
8778 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8779
8780 PR gdb/21226
8781 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8782 stack value pieces are taken from the LSB end.
8783
8784 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8785
8786 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8787 variable at nonzero offset.
8788
8789 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8790
8791 * gdb.dwarf2/var-access.c: New file.
8792 * gdb.dwarf2/var-access.exp: New test.
8793 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8794
8795 2017-06-12 Tom Tromey <tom@tromey.com>
8796
8797 * gdb.dwarf2/formdata16.exp: Add tests.
8798
8799 2017-06-12 Tom Tromey <tom@tromey.com>
8800
8801 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8802
8803 2017-06-12 Tom Tromey <tom@tromey.com>
8804
8805 PR exp/16225:
8806 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8807 * gdb.arch/vsx-regs.exp: Update tests.
8808 * gdb.arch/s390-vregs.exp (hex128): New proc.
8809 Update test.
8810 * gdb.arch/altivec-regs.exp: Update tests.
8811
8812 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8813
8814 * gdb.base/startup-with-shell.c: New file.
8815 * gdb.base/startup-with-shell.exp: Likewise.
8816
8817 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8818
8819 * gdb.server/non-existing-program.exp: Update regex in order to
8820 reflect the fact that gdbserver is now using fork_inferior (with a
8821 shell) to startup the inferior.
8822
8823 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8824
8825 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8826 support function calls from GDB.
8827
8828 2017-05-21 Tom Tromey <tom@tromey.com>
8829
8830 PR rust/21466:
8831 * gdb.rust/unsized.exp: New file.
8832 * gdb.rust/unsized.rs: New file.
8833
8834 2017-05-19 Tom Tromey <tom@tromey.com>
8835
8836 PR rust/21484:
8837 * gdb.rust/watch.exp: New file.
8838 * gdb.rust/watch.rs: New file.
8839
8840 2017-05-18 Tom Tromey <tom@tromey.com>
8841
8842 * gdb.rust/simple.exp: Allow Box to be qualified.
8843
8844 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8845
8846 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8847
8848 2017-05-18 Pedro Alves <palves@redhat.com>
8849
8850 * gdb.base/fileio.c (test_write, test_read, test_close)
8851 (test_fstat): Don't print 'ret' in the fail path.
8852
8853 2017-05-18 Pedro Alves <palves@redhat.com>
8854
8855 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8856 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8857 (test_system, test_rename, test_unlink, test_time): Change
8858 prototypes.
8859 * gdb.base/fileio.exp (stop_msg): Adjust.
8860
8861 2017-05-18 Pedro Alves <palves@redhat.com>
8862
8863 * gdb.base/fileio.c (null_str): New global.
8864 (test_stat): Use it.
8865 * gdb.base/fileio.exp: Remove nowarnings.
8866
8867 2017-05-17 Yao Qi <yao.qi@linaro.org>
8868
8869 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8870
8871 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8872
8873 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8874 argument command.
8875 (top-level): Invoke test_set_inferior_tty.
8876
8877 2017-05-04 Pedro Alves <palves@redhat.com>
8878
8879 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8880 Add parens to print call for Python 3.
8881
8882 2017-05-03 Keith Seitz <keiths@redhat.com>
8883
8884 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8885 (main): Call it.
8886
8887 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8888
8889 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8890 to prev and next.
8891
8892 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8893
8894 * gdb.python/py-record-btrace.exp: Remove test for
8895 gdb.BtraceInstruction.error.
8896
8897 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8898
8899 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8900
8901 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8902
8903 * gdb.python/py-record-btrace-threads.c: New file.
8904 * gdb.python/py-record-btrace-threads.exp: New file.
8905
8906 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8907
8908 PR testsuite/8595
8909 * gdb.base/environ.exp: Make test available in all architectures.
8910 Move bits related to "info program" testing to
8911 gdb.base/info-program.exp. Rewrite tests to use the two new
8912 procedures mentione below.
8913 (test_set_show_env_var) New procedure.
8914 (test_set_show_env_var_equal): Likewise.
8915 * gdb.base/info-program.exp: New file.
8916
8917 2017-04-27 Keith Seitz <keiths@redhat.com>
8918
8919 * gdb.cp/oranking.cc (test15): New function.
8920 (main): Call test15 and declare additional variables for testing.
8921 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8922 "p foo101('abc')" tests.
8923 Add tests for cv qualifier overloads.
8924 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8925 "lvalue reference overload" test.
8926 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8927 "print value of f1 on Child&& in f2" test.
8928
8929 2017-04-19 Pedro Alves <palves@redhat.com>
8930
8931 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8932 procedure.
8933 (top level): Call it.
8934 * lib/gdb.exp (gdb_define_cmd): New procedure.
8935
8936 2017-04-12 Pedro Alves <palves@redhat.com>
8937
8938 PR gdb/21323
8939 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8940 (wchar): New global.
8941 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8942 (do_test_wide_char, wide_char_types_no_program, top level): Add
8943 wchar_t testing.
8944
8945 2017-04-12 Pedro Alves <palves@redhat.com>
8946
8947 PR c++/21323
8948 * gdb.cp/wide_char_types.c: New file.
8949 * gdb.cp/wide_char_types.exp: New file.
8950
8951 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8952
8953 PR gdb/21352
8954 * gdb.trace/tsv.exp: Add test for "tsave -r".
8955
8956 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8957
8958 * gdb.dlang/watch-loc.c: New file.
8959 * gdb.dlang/watch-loc.exp: New file.
8960
8961 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8962
8963 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8964
8965 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8966
8967 * gdb.arch/arc-analyze-prologue.S: New file.
8968 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8969
8970 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8971
8972 * gdb.arch/arc-decode-insn.S: New file.
8973 * gdb.arch/arc-decode-insn.exp: Likewise.
8974
8975 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8976
8977 PR tdep/20928
8978 * gdb.arch/sparc64-regs.exp: New file.
8979 * gdb.arch/sparc64-regs.S: Likewise.
8980
8981 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8982
8983 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8984 and memory view on Python 3.
8985
8986 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
8987 Keith Seitz <keiths@redhat.com>
8988
8989 PR gdb/14441
8990 * gdb.cp/demangle.exp: Add rvalue reference tests.
8991 * gdb.cp/rvalue-ref-casts.cc: New file.
8992 * gdb.cp/rvalue-ref-casts.exp: New file.
8993 * gdb.cp/rvalue-ref-overload.cc: New file.
8994 * gdb.cp/rvalue-ref-overload.exp: New file.
8995 * gdb.cp/rvalue-ref-params.cc: New file.
8996 * gdb.cp/rvalue-ref-params.exp: New file.
8997 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8998 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8999 * gdb.cp/rvalue-ref-types.cc: New file.
9000 * gdb.cp/rvalue-ref-types.exp: New file.
9001 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9002 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9003
9004 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9005
9006 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9007 New procedure.
9008
9009 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9010
9011 * lib/mi-support.exp (mi_gdb_test): Add additional message
9012 for unexpected output.
9013
9014 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9015
9016 * gdb.base/examine-backward.c (Barrier): New character array
9017 constant, to ensure that TestStrings is preceded by a string
9018 terminator.
9019
9020 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9021
9022 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9023 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9024 and implicit pointer into such a location.
9025
9026 2017-03-16 Doug Evans <dje@google.com>
9027
9028 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9029
9030 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9031
9032 * gdb.cp/m-static.exp: Fix expectation for prototype of
9033 test5.single_constructor and single_constructor::single_constructor.
9034
9035 2017-03-16 Doug Evans <dje@google.com>
9036
9037 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9038 * gdb.guile/scm-lazy-string.c: New file.
9039 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9040 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9041 for pointer, array, typedef lazy strings.
9042
9043 2017-03-16 Doug Evans <dje@google.com>
9044
9045 PR python/17728, python/18439, python/18779
9046 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9047 * gdb.python/py-lazy-string.c (pointer): New typedef.
9048 (main): New locals ptr, array, typedef_ptr.
9049 * gdb.python/py-value.exp: Move lazy string tests to ...
9050 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9051 array, typedef lazy strings.
9052
9053 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9054
9055 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9056 Add optional 'test' parameter.
9057
9058 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9059
9060 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9061 Skip for versions of DejaGnu < 1.5.
9062
9063 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9064
9065 * lib/gdb.exp (dejagnu_version): New proc.
9066 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9067 Use dejagnu_version.
9068
9069 2017-03-10 Keith Seitz <keiths@redhat.com>
9070
9071 PR c++/8128
9072 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9073 type from destructor regexps.
9074 Add a branch which actually passes the test.
9075 Adjust "ptype t5i" test names.
9076
9077 2017-03-08 Pedro Alves <palves@redhat.com>
9078
9079 * gdb.base/step-over-exit.exp: Add explicit test message.
9080
9081 2017-03-08 Pedro Alves <palves@redhat.com>
9082
9083 PR gdb/18360
9084 * gdb.threads/interrupt-while-step-over.c: New file.
9085 * gdb.threads/interrupt-while-step-over.exp: New file.
9086
9087 2017-03-08 Pedro Alves <palves@redhat.com>
9088
9089 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9090 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9091
9092 2017-03-08 Pedro Alves <palves@redhat.com>
9093
9094 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9095 PKRU as not supported as a PASS.
9096
9097 2017-03-08 Pedro Alves <palves@redhat.com>
9098
9099 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9100 prefix instead of $binfile1/$binfile2.
9101 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9102 in test message.
9103 * gdb.python/py-completion.exp: Use "load python file" as test
9104 messages instead of unstable path names.
9105
9106 2017-03-08 Pedro Alves <palves@redhat.com>
9107 Jan Kratochvil <jan.kratochvil@redhat.com>
9108
9109 PR cli/21218
9110 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9111 New proc.
9112 (top level): Call it.
9113
9114 2017-03-08 Pedro Alves <palves@redhat.com>
9115
9116 PR tui/21216
9117 * gdb.tui/tui-nl-filtered-output.exp: New file.
9118
9119 2017-03-08 Pedro Alves <palves@redhat.com>
9120
9121 * gdb.base/completion.exp: Move TUI completion tests to ...
9122 * gdb.tui/completion.exp: ... this new file.
9123
9124 2017-03-08 Pedro Alves <palves@redhat.com>
9125
9126 * gdb.base/tui-disasm-long-lines.c,
9127 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9128 gdb.base/tui-layout.exp: Move to ...
9129 * gdb.tui/: ... this new directory.
9130
9131 2017-03-07 Pedro Alves <palves@redhat.com>
9132
9133 * gdb.base/tui-layout.c: New file.
9134 * gdb.base/tui-layout.exp: New file.
9135
9136 2017-03-07 Pedro Alves <palves@redhat.com>
9137
9138 * gdb.base/tui-layout.c: Rename to ...
9139 * gdb.base/tui-disasm-long-lines.c: ... this.
9140 * gdb.base/tui-layout.exp: Rename to ...
9141 * gdb.base/tui-disasm-long-lines.exp: ... this.
9142
9143 2017-03-07 Pedro Alves <palves@redhat.com>
9144
9145 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9146
9147 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9148
9149 * i386-mpx-call.c: New file.
9150 * i386-mpx-call.exp: New file.
9151
9152 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9153
9154 * gdb.arch/powerpc-power.exp: Delete test.
9155 * gdb.arch/powerpc-power.s: Likewise.
9156 * gdb.disasm/disassembler-options.exp: New test.
9157 * gdb.arch/powerpc-altivec.exp: Likewise.
9158 * gdb.arch/powerpc-altivec.s: Likewise.
9159 * gdb.arch/powerpc-altivec2.exp: Likewise.
9160 * gdb.arch/powerpc-altivec2.s: Likewise.
9161 * gdb.arch/powerpc-altivec3.exp: Likewise.
9162 * gdb.arch/powerpc-altivec3.s: Likewise.
9163 * gdb.arch/powerpc-power7.exp: Likewise.
9164 * gdb.arch/powerpc-power7.s: Likewise.
9165 * gdb.arch/powerpc-power8.exp: Likewise.
9166 * gdb.arch/powerpc-power8.s: Likewise.
9167 * gdb.arch/powerpc-power9.exp: Likewise.
9168 * gdb.arch/powerpc-power9.s: Likewise.
9169 * gdb.arch/powerpc-vsx.exp: Likewise.
9170 * gdb.arch/powerpc-vsx.s: Likewise.
9171 * gdb.arch/powerpc-vsx2.exp: Likewise.
9172 * gdb.arch/powerpc-vsx2.s: Likewise.
9173 * gdb.arch/powerpc-vsx3.exp: Likewise.
9174 * gdb.arch/powerpc-vsx3.s: Likewise.
9175 * gdb.arch/arm-disassembler-options.exp: Likewise.
9176 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9177 * gdb.arch/s390-disassembler-options.exp: Likewise.
9178
9179 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
9180
9181 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9182 (check_supported_features): ... this. Changed return type to void.
9183 (supports_rdseed): New static global.
9184 (rdseed): Check supports_rdseed.
9185 (initialize): Call check_supported_features.
9186
9187 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9188
9189 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9190 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9191 and lqarx/stqcx.
9192 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9193 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9194
9195 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9196
9197 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9198 uppercase.
9199
9200 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9201
9202 * gdb.dwarf2/formdata16.c: New file.
9203 * gdb.dwarf2/formdata16.exp: New file.
9204 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9205
9206 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9207
9208 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9209 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9210 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9211 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9212 DW_AT_GNU_*.
9213
9214 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9215
9216 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9217
9218 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9219
9220 PR gdb/21164
9221 * gdb.base/maint.exp: Add testcases for when the commands do
9222 not have arguments.
9223
9224 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9225
9226 * gdb.cp/chained-calls.exp: Use p instead of P.
9227
9228 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9229
9230 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9231 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9232
9233 2017-02-14 Tom Tromey <tom@tromey.com>
9234
9235 PR python/13598:
9236 * gdb.python/py-events.exp: Add before_prompt event tests.
9237
9238 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9239
9240 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9241
9242 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9243
9244 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9245 (main): Call my_unique_function_name.
9246 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9247 completion of patterns with a single match.
9248 Add missing -re switches to gdb_test_multiple calls.
9249
9250 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9251
9252 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9253 return if core file is not recognized.
9254
9255 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9256
9257 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9258 and extra UIs.
9259
9260 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9261
9262 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9263 proc_with_prefix.
9264
9265 2017-02-10 Tom Tromey <tom@tromey.com>
9266
9267 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9268
9269 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
9270
9271 PR gdb/21122
9272 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9273
9274 2017-02-08 Jerome Guitton <guitton@adacore.com>
9275
9276 * gdb.base/define.exp: Add test for command abbreviations
9277 in define.
9278
9279 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
9280
9281 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9282 * gdb.reverse/insn-reverse-x86.c: New file.
9283
9284 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9285
9286 PR tdep/20936
9287 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9288
9289 2017-02-03 Tom Tromey <tom@tromey.com>
9290
9291 PR rust/21097:
9292 * gdb.rust/simple.exp: Add new tests.
9293
9294 2017-02-02 Pedro Alves <palves@redhat.com>
9295
9296 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9297 tests.
9298
9299 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9300
9301 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9302 taking a 2-byte value out of a 4-byte DWARF implicit value on
9303 big-endian targets.
9304 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9305 logic. Add test cases for DW_OP_implicit.
9306
9307 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9308
9309 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9310
9311 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9312
9313 * gdb.btrace/enable.exp: Call gdb_exit before
9314 skip_gdbserver_tests.
9315
9316 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9317
9318 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9319 GDBFLAGS.
9320
9321 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9322
9323 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9324 the test is skipped.
9325 * gdb.btrace/data.exp: Likewise.
9326 * gdb.btrace/delta.exp: Likewise.
9327 * gdb.btrace/dlopen.exp: Likewise.
9328 * gdb.btrace/enable-running.exp: Likewise.
9329 * gdb.btrace/enable.exp: Likewise.
9330 * gdb.btrace/exception.exp: Likewise.
9331 * gdb.btrace/function_call_history.exp: Likewise.
9332 * gdb.btrace/gcore.exp: Likewise.
9333 * gdb.btrace/instruction_history.exp: Likewise.
9334 * gdb.btrace/multi-thread-step.exp: Likewise.
9335 * gdb.btrace/nohist.exp: Likewise.
9336 * gdb.btrace/non-stop.exp: Likewise.
9337 * gdb.btrace/reconnect.exp: Likewise.
9338 * gdb.btrace/record_goto-step.exp: Likewise.
9339 * gdb.btrace/record_goto.exp: Likewise.
9340 * gdb.btrace/rn-dl-bind.exp: Likewise.
9341 * gdb.btrace/segv.exp: Likewise.
9342 * gdb.btrace/step.exp: Likewise.
9343 * gdb.btrace/stepi.exp: Likewise.
9344 * gdb.btrace/tailcall-only.exp: Likewise.
9345 * gdb.btrace/tailcall.exp: Likewise.
9346 * gdb.btrace/tsx.exp: Likewise.
9347 * gdb.btrace/unknown_functions.exp: Likewise.
9348 * gdb.btrace/vdso.exp: Likewise.
9349
9350 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9351
9352 * gdb.btrace/enable-running.c: New.
9353 * gdb.btrace/enable-running.exp: New.
9354
9355 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9356
9357 * gdb.arch/amd64-gs_base.c: New file.
9358 * gdb.arch/amd64-gs_base.exp: New file.
9359
9360 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9361
9362 * lib/memory.exp: Remove spurious empty newlines.
9363
9364 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9365
9366 * gdb.python/py-bad-printers.exp: Load python file using "source".
9367 * gdb.python/py-events.exp: Likewise.
9368 * gdb.python/py-evsignal.exp: Likewise.
9369 * gdb.python/py-evthreads.exp: Likewise.
9370 * gdb.python/py-frame-args.exp: Likewise.
9371 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9372 * gdb.python/py-framefilter-mi.exp: Likewise.
9373 * gdb.python/py-framefilter.exp: Likewise.
9374 * gdb.python/py-mi.exp: Likewise.
9375 * gdb.python/py-pp-maint.exp: Likewise.
9376 * gdb.python/py-pp-registration.exp: Likewise.
9377 * gdb.python/py-prettyprint.exp: Likewise.
9378 (run_lang_tests): Likewise.
9379 * gdb.python/py-typeprint.exp: Likewise.
9380
9381 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9382
9383 * lib/memory.exp: New file.
9384 * lib/gdb.exp: Load memory.exp.
9385 * gdb.base/memattr.exp (delete_memory): Move proc to
9386 lib/memory.exp and rename to delete_memory_regions.
9387 Replace delete_memory with delete_memory_regions.
9388 Cleanup memory regions before tests.
9389 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9390 before tests.
9391
9392 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9393
9394 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9395 files.
9396 (initialize): New function conditionally defined.
9397 (testcases): Move within conditional block.
9398 (main): Call initialize.
9399 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9400 of gdb.reverse/insn-reverse.c.
9401 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9402 gdb.reverse/insn-reverse.c.
9403
9404 2017-01-26 Yao Qi <yao.qi@linaro.org>
9405
9406 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9407 disassemble on address 0.
9408
9409 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9410 Yao Qi <yao.qi@linaro.org>
9411
9412 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9413 * gdb.dwarf2/implptr-64bit.S: Remove.
9414 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9415 variables in caller's context. Add DW_OP_implicit_value.
9416
9417 2017-01-25 Yao Qi <yao.qi@linaro.org>
9418
9419 * lib/dwarf.exp (Dwarf::_location): Handle
9420 DW_OP_GNU_implicit_pointer with proper size.
9421
9422 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9423
9424 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9425 and add untested calls.
9426
9427 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9428
9429 * gdb.python/python.exp: Check line number against what GDB thinks
9430 the line number is for func1.
9431
9432 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9433
9434 * gdb.dlang/debug-expr.exp: New file.
9435
9436 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
9437
9438 Fix test names for the following files:
9439
9440 * gdb.ada/exec_changed.exp
9441 * gdb.ada/info_types.exp
9442 * gdb.arch/aarch64-atomic-inst.exp
9443 * gdb.arch/aarch64-fp.exp
9444 * gdb.arch/altivec-abi.exp
9445 * gdb.arch/altivec-regs.exp
9446 * gdb.arch/amd64-byte.exp
9447 * gdb.arch/amd64-disp-step.exp
9448 * gdb.arch/amd64-dword.exp
9449 * gdb.arch/amd64-entry-value-inline.exp
9450 * gdb.arch/amd64-entry-value-param.exp
9451 * gdb.arch/amd64-entry-value-paramref.exp
9452 * gdb.arch/amd64-entry-value.exp
9453 * gdb.arch/amd64-i386-address.exp
9454 * gdb.arch/amd64-invalid-stack-middle.exp
9455 * gdb.arch/amd64-invalid-stack-top.exp
9456 * gdb.arch/amd64-optimout-repeat.exp
9457 * gdb.arch/amd64-prologue-skip.exp
9458 * gdb.arch/amd64-prologue-xmm.exp
9459 * gdb.arch/amd64-stap-special-operands.exp
9460 * gdb.arch/amd64-stap-wrong-subexp.exp
9461 * gdb.arch/amd64-tailcall-cxx.exp
9462 * gdb.arch/amd64-tailcall-noret.exp
9463 * gdb.arch/amd64-tailcall-ret.exp
9464 * gdb.arch/amd64-tailcall-self.exp
9465 * gdb.arch/amd64-word.exp
9466 * gdb.arch/arm-bl-branch-dest.exp
9467 * gdb.arch/arm-disp-step.exp
9468 * gdb.arch/arm-neon.exp
9469 * gdb.arch/arm-single-step-kernel-helper.exp
9470 * gdb.arch/avr-flash-qualifier.exp
9471 * gdb.arch/disp-step-insn-reloc.exp
9472 * gdb.arch/e500-abi.exp
9473 * gdb.arch/e500-regs.exp
9474 * gdb.arch/ftrace-insn-reloc.exp
9475 * gdb.arch/i386-avx512.exp
9476 * gdb.arch/i386-bp_permanent.exp
9477 * gdb.arch/i386-byte.exp
9478 * gdb.arch/i386-cfi-notcurrent.exp
9479 * gdb.arch/i386-disp-step.exp
9480 * gdb.arch/i386-dr3-watch.exp
9481 * gdb.arch/i386-float.exp
9482 * gdb.arch/i386-gnu-cfi.exp
9483 * gdb.arch/i386-mpx-map.exp
9484 * gdb.arch/i386-mpx-sigsegv.exp
9485 * gdb.arch/i386-mpx-simple_segv.exp
9486 * gdb.arch/i386-mpx.exp
9487 * gdb.arch/i386-permbkpt.exp
9488 * gdb.arch/i386-prologue.exp
9489 * gdb.arch/i386-signal.exp
9490 * gdb.arch/i386-size-overlap.exp
9491 * gdb.arch/i386-unwind.exp
9492 * gdb.arch/i386-word.exp
9493 * gdb.arch/mips-fcr.exp
9494 * gdb.arch/powerpc-d128-regs.exp
9495 * gdb.arch/powerpc-stackless.exp
9496 * gdb.arch/ppc64-atomic-inst.exp
9497 * gdb.arch/s390-stackless.exp
9498 * gdb.arch/s390-tdbregs.exp
9499 * gdb.arch/s390-vregs.exp
9500 * gdb.arch/sparc-sysstep.exp
9501 * gdb.arch/thumb-bx-pc.exp
9502 * gdb.arch/thumb-singlestep.exp
9503 * gdb.arch/thumb2-it.exp
9504 * gdb.arch/vsx-regs.exp
9505 * gdb.asm/asm-source.exp
9506 * gdb.base/a2-run.exp
9507 * gdb.base/advance.exp
9508 * gdb.base/all-bin.exp
9509 * gdb.base/anon.exp
9510 * gdb.base/args.exp
9511 * gdb.base/arithmet.exp
9512 * gdb.base/async-shell.exp
9513 * gdb.base/async.exp
9514 * gdb.base/attach-pie-noexec.exp
9515 * gdb.base/attach-twice.exp
9516 * gdb.base/auto-load.exp
9517 * gdb.base/bang.exp
9518 * gdb.base/bitfields.exp
9519 * gdb.base/break-always.exp
9520 * gdb.base/break-caller-line.exp
9521 * gdb.base/break-entry.exp
9522 * gdb.base/break-inline.exp
9523 * gdb.base/break-on-linker-gcd-function.exp
9524 * gdb.base/break-probes.exp
9525 * gdb.base/break.exp
9526 * gdb.base/breakpoint-shadow.exp
9527 * gdb.base/call-ar-st.exp
9528 * gdb.base/call-sc.exp
9529 * gdb.base/call-signal-resume.exp
9530 * gdb.base/call-strs.exp
9531 * gdb.base/callfuncs.exp
9532 * gdb.base/catch-fork-static.exp
9533 * gdb.base/catch-gdb-caused-signals.exp
9534 * gdb.base/catch-load.exp
9535 * gdb.base/catch-signal-fork.exp
9536 * gdb.base/catch-signal.exp
9537 * gdb.base/catch-syscall.exp
9538 * gdb.base/charset.exp
9539 * gdb.base/checkpoint.exp
9540 * gdb.base/chng-syms.exp
9541 * gdb.base/code-expr.exp
9542 * gdb.base/code_elim.exp
9543 * gdb.base/commands.exp
9544 * gdb.base/completion.exp
9545 * gdb.base/complex.exp
9546 * gdb.base/cond-expr.exp
9547 * gdb.base/condbreak.exp
9548 * gdb.base/consecutive.exp
9549 * gdb.base/continue-all-already-running.exp
9550 * gdb.base/coredump-filter.exp
9551 * gdb.base/corefile.exp
9552 * gdb.base/dbx.exp
9553 * gdb.base/debug-expr.exp
9554 * gdb.base/define.exp
9555 * gdb.base/del.exp
9556 * gdb.base/disabled-location.exp
9557 * gdb.base/disasm-end-cu.exp
9558 * gdb.base/disasm-optim.exp
9559 * gdb.base/display.exp
9560 * gdb.base/duplicate-bp.exp
9561 * gdb.base/ena-dis-br.exp
9562 * gdb.base/ending-run.exp
9563 * gdb.base/enumval.exp
9564 * gdb.base/environ.exp
9565 * gdb.base/eu-strip-infcall.exp
9566 * gdb.base/eval-avoid-side-effects.exp
9567 * gdb.base/eval-skip.exp
9568 * gdb.base/exitsignal.exp
9569 * gdb.base/expand-psymtabs.exp
9570 * gdb.base/filesym.exp
9571 * gdb.base/find-unmapped.exp
9572 * gdb.base/finish.exp
9573 * gdb.base/float.exp
9574 * gdb.base/foll-exec-mode.exp
9575 * gdb.base/foll-exec.exp
9576 * gdb.base/foll-fork.exp
9577 * gdb.base/fortran-sym-case.exp
9578 * gdb.base/freebpcmd.exp
9579 * gdb.base/func-ptr.exp
9580 * gdb.base/func-ptrs.exp
9581 * gdb.base/funcargs.exp
9582 * gdb.base/gcore-buffer-overflow.exp
9583 * gdb.base/gcore-relro-pie.exp
9584 * gdb.base/gcore-relro.exp
9585 * gdb.base/gcore.exp
9586 * gdb.base/gdb1090.exp
9587 * gdb.base/gdb11530.exp
9588 * gdb.base/gdb11531.exp
9589 * gdb.base/gdb1821.exp
9590 * gdb.base/gdbindex-stabs.exp
9591 * gdb.base/gdbvars.exp
9592 * gdb.base/hbreak.exp
9593 * gdb.base/hbreak2.exp
9594 * gdb.base/included.exp
9595 * gdb.base/infcall-input.exp
9596 * gdb.base/inferior-died.exp
9597 * gdb.base/infnan.exp
9598 * gdb.base/info-macros.exp
9599 * gdb.base/info-os.exp
9600 * gdb.base/info-proc.exp
9601 * gdb.base/info-shared.exp
9602 * gdb.base/info-target.exp
9603 * gdb.base/infoline.exp
9604 * gdb.base/interp.exp
9605 * gdb.base/interrupt.exp
9606 * gdb.base/jit-reader.exp
9607 * gdb.base/jit-simple.exp
9608 * gdb.base/kill-after-signal.exp
9609 * gdb.base/kill-detach-inferiors-cmd.exp
9610 * gdb.base/label.exp
9611 * gdb.base/langs.exp
9612 * gdb.base/ldbl_e308.exp
9613 * gdb.base/line-symtabs.exp
9614 * gdb.base/linespecs.exp
9615 * gdb.base/list.exp
9616 * gdb.base/long_long.exp
9617 * gdb.base/longest-types.exp
9618 * gdb.base/maint.exp
9619 * gdb.base/max-value-size.exp
9620 * gdb.base/memattr.exp
9621 * gdb.base/mips_pro.exp
9622 * gdb.base/morestack.exp
9623 * gdb.base/moribund-step.exp
9624 * gdb.base/multi-forks.exp
9625 * gdb.base/nested-addr.exp
9626 * gdb.base/nextoverexit.exp
9627 * gdb.base/noreturn-finish.exp
9628 * gdb.base/noreturn-return.exp
9629 * gdb.base/nostdlib.exp
9630 * gdb.base/offsets.exp
9631 * gdb.base/opaque.exp
9632 * gdb.base/pc-fp.exp
9633 * gdb.base/permissions.exp
9634 * gdb.base/print-symbol-loading.exp
9635 * gdb.base/prologue-include.exp
9636 * gdb.base/psymtab.exp
9637 * gdb.base/ptype.exp
9638 * gdb.base/random-signal.exp
9639 * gdb.base/randomize.exp
9640 * gdb.base/range-stepping.exp
9641 * gdb.base/readline-ask.exp
9642 * gdb.base/recpar.exp
9643 * gdb.base/recurse.exp
9644 * gdb.base/relational.exp
9645 * gdb.base/restore.exp
9646 * gdb.base/return-nodebug.exp
9647 * gdb.base/return.exp
9648 * gdb.base/run-after-attach.exp
9649 * gdb.base/save-bp.exp
9650 * gdb.base/scope.exp
9651 * gdb.base/sect-cmd.exp
9652 * gdb.base/set-lang-auto.exp
9653 * gdb.base/set-noassign.exp
9654 * gdb.base/setvar.exp
9655 * gdb.base/sigall.exp
9656 * gdb.base/sigbpt.exp
9657 * gdb.base/siginfo-addr.exp
9658 * gdb.base/siginfo-infcall.exp
9659 * gdb.base/siginfo-obj.exp
9660 * gdb.base/siginfo.exp
9661 * gdb.base/signals-state-child.exp
9662 * gdb.base/signest.exp
9663 * gdb.base/sigstep.exp
9664 * gdb.base/sizeof.exp
9665 * gdb.base/skip.exp
9666 * gdb.base/solib-corrupted.exp
9667 * gdb.base/solib-nodir.exp
9668 * gdb.base/solib-search.exp
9669 * gdb.base/stack-checking.exp
9670 * gdb.base/stale-infcall.exp
9671 * gdb.base/stap-probe.exp
9672 * gdb.base/start.exp
9673 * gdb.base/step-break.exp
9674 * gdb.base/step-bt.exp
9675 * gdb.base/step-line.exp
9676 * gdb.base/step-over-exit.exp
9677 * gdb.base/step-over-syscall.exp
9678 * gdb.base/step-resume-infcall.exp
9679 * gdb.base/step-test.exp
9680 * gdb.base/store.exp
9681 * gdb.base/structs3.exp
9682 * gdb.base/sym-file.exp
9683 * gdb.base/symbol-without-target_section.exp
9684 * gdb.base/term.exp
9685 * gdb.base/testenv.exp
9686 * gdb.base/ui-redirect.exp
9687 * gdb.base/until.exp
9688 * gdb.base/unwindonsignal.exp
9689 * gdb.base/value-double-free.exp
9690 * gdb.base/vla-datatypes.exp
9691 * gdb.base/vla-ptr.exp
9692 * gdb.base/vla-sideeffect.exp
9693 * gdb.base/volatile.exp
9694 * gdb.base/watch-cond-infcall.exp
9695 * gdb.base/watch-cond.exp
9696 * gdb.base/watch-non-mem.exp
9697 * gdb.base/watch-read.exp
9698 * gdb.base/watch-vfork.exp
9699 * gdb.base/watchpoint-cond-gone.exp
9700 * gdb.base/watchpoint-delete.exp
9701 * gdb.base/watchpoint-hw-hit-once.exp
9702 * gdb.base/watchpoint-hw.exp
9703 * gdb.base/watchpoint-stops-at-right-insn.exp
9704 * gdb.base/watchpoints.exp
9705 * gdb.base/wchar.exp
9706 * gdb.base/whatis-exp.exp
9707 * gdb.btrace/buffer-size.exp
9708 * gdb.btrace/data.exp
9709 * gdb.btrace/delta.exp
9710 * gdb.btrace/dlopen.exp
9711 * gdb.btrace/enable.exp
9712 * gdb.btrace/exception.exp
9713 * gdb.btrace/function_call_history.exp
9714 * gdb.btrace/gcore.exp
9715 * gdb.btrace/instruction_history.exp
9716 * gdb.btrace/nohist.exp
9717 * gdb.btrace/reconnect.exp
9718 * gdb.btrace/record_goto-step.exp
9719 * gdb.btrace/record_goto.exp
9720 * gdb.btrace/rn-dl-bind.exp
9721 * gdb.btrace/segv.exp
9722 * gdb.btrace/step.exp
9723 * gdb.btrace/stepi.exp
9724 * gdb.btrace/tailcall-only.exp
9725 * gdb.btrace/tailcall.exp
9726 * gdb.btrace/tsx.exp
9727 * gdb.btrace/unknown_functions.exp
9728 * gdb.btrace/vdso.exp
9729 * gdb.compile/compile-ifunc.exp
9730 * gdb.compile/compile-ops.exp
9731 * gdb.compile/compile-print.exp
9732 * gdb.compile/compile-setjmp.exp
9733 * gdb.cp/abstract-origin.exp
9734 * gdb.cp/ambiguous.exp
9735 * gdb.cp/annota2.exp
9736 * gdb.cp/annota3.exp
9737 * gdb.cp/anon-ns.exp
9738 * gdb.cp/anon-struct.exp
9739 * gdb.cp/anon-union.exp
9740 * gdb.cp/arg-reference.exp
9741 * gdb.cp/baseenum.exp
9742 * gdb.cp/bool.exp
9743 * gdb.cp/breakpoint.exp
9744 * gdb.cp/bs15503.exp
9745 * gdb.cp/call-c.exp
9746 * gdb.cp/casts.exp
9747 * gdb.cp/chained-calls.exp
9748 * gdb.cp/class2.exp
9749 * gdb.cp/classes.exp
9750 * gdb.cp/cmpd-minsyms.exp
9751 * gdb.cp/converts.exp
9752 * gdb.cp/cp-relocate.exp
9753 * gdb.cp/cpcompletion.exp
9754 * gdb.cp/cpexprs.exp
9755 * gdb.cp/cplabel.exp
9756 * gdb.cp/cplusfuncs.exp
9757 * gdb.cp/cpsizeof.exp
9758 * gdb.cp/ctti.exp
9759 * gdb.cp/derivation.exp
9760 * gdb.cp/destrprint.exp
9761 * gdb.cp/dispcxx.exp
9762 * gdb.cp/enum-class.exp
9763 * gdb.cp/exception.exp
9764 * gdb.cp/exceptprint.exp
9765 * gdb.cp/expand-psymtabs-cxx.exp
9766 * gdb.cp/expand-sals.exp
9767 * gdb.cp/extern-c.exp
9768 * gdb.cp/filename.exp
9769 * gdb.cp/formatted-ref.exp
9770 * gdb.cp/fpointer.exp
9771 * gdb.cp/gdb1355.exp
9772 * gdb.cp/gdb2495.exp
9773 * gdb.cp/hang.exp
9774 * gdb.cp/impl-this.exp
9775 * gdb.cp/infcall-dlopen.exp
9776 * gdb.cp/inherit.exp
9777 * gdb.cp/iostream.exp
9778 * gdb.cp/koenig.exp
9779 * gdb.cp/local.exp
9780 * gdb.cp/m-data.exp
9781 * gdb.cp/m-static.exp
9782 * gdb.cp/mb-ctor.exp
9783 * gdb.cp/mb-inline.exp
9784 * gdb.cp/mb-templates.exp
9785 * gdb.cp/member-name.exp
9786 * gdb.cp/member-ptr.exp
9787 * gdb.cp/meth-typedefs.exp
9788 * gdb.cp/method.exp
9789 * gdb.cp/method2.exp
9790 * gdb.cp/minsym-fallback.exp
9791 * gdb.cp/misc.exp
9792 * gdb.cp/namelessclass.exp
9793 * gdb.cp/namespace-enum.exp
9794 * gdb.cp/namespace-nested-import.exp
9795 * gdb.cp/namespace.exp
9796 * gdb.cp/nextoverthrow.exp
9797 * gdb.cp/no-dmgl-verbose.exp
9798 * gdb.cp/non-trivial-retval.exp
9799 * gdb.cp/noparam.exp
9800 * gdb.cp/nsdecl.exp
9801 * gdb.cp/nsimport.exp
9802 * gdb.cp/nsnested.exp
9803 * gdb.cp/nsnoimports.exp
9804 * gdb.cp/nsrecurs.exp
9805 * gdb.cp/nsstress.exp
9806 * gdb.cp/nsusing.exp
9807 * gdb.cp/operator.exp
9808 * gdb.cp/oranking.exp
9809 * gdb.cp/overload-const.exp
9810 * gdb.cp/overload.exp
9811 * gdb.cp/ovldbreak.exp
9812 * gdb.cp/ovsrch.exp
9813 * gdb.cp/paren-type.exp
9814 * gdb.cp/parse-lang.exp
9815 * gdb.cp/pass-by-ref.exp
9816 * gdb.cp/pr-1023.exp
9817 * gdb.cp/pr-1210.exp
9818 * gdb.cp/pr-574.exp
9819 * gdb.cp/pr10687.exp
9820 * gdb.cp/pr12028.exp
9821 * gdb.cp/pr17132.exp
9822 * gdb.cp/pr17494.exp
9823 * gdb.cp/pr9067.exp
9824 * gdb.cp/pr9167.exp
9825 * gdb.cp/pr9631.exp
9826 * gdb.cp/printmethod.exp
9827 * gdb.cp/psmang.exp
9828 * gdb.cp/psymtab-parameter.exp
9829 * gdb.cp/ptype-cv-cp.exp
9830 * gdb.cp/ptype-flags.exp
9831 * gdb.cp/re-set-overloaded.exp
9832 * gdb.cp/ref-types.exp
9833 * gdb.cp/rtti.exp
9834 * gdb.cp/scope-err.exp
9835 * gdb.cp/shadow.exp
9836 * gdb.cp/smartp.exp
9837 * gdb.cp/static-method.exp
9838 * gdb.cp/static-print-quit.exp
9839 * gdb.cp/temargs.exp
9840 * gdb.cp/templates.exp
9841 * gdb.cp/try_catch.exp
9842 * gdb.cp/typedef-operator.exp
9843 * gdb.cp/typeid.exp
9844 * gdb.cp/userdef.exp
9845 * gdb.cp/using-crash.exp
9846 * gdb.cp/var-tag.exp
9847 * gdb.cp/virtbase.exp
9848 * gdb.cp/virtfunc.exp
9849 * gdb.cp/virtfunc2.exp
9850 * gdb.cp/vla-cxx.exp
9851 * gdb.disasm/t01_mov.exp
9852 * gdb.disasm/t02_mova.exp
9853 * gdb.disasm/t03_add.exp
9854 * gdb.disasm/t04_sub.exp
9855 * gdb.disasm/t05_cmp.exp
9856 * gdb.disasm/t06_ari2.exp
9857 * gdb.disasm/t07_ari3.exp
9858 * gdb.disasm/t08_or.exp
9859 * gdb.disasm/t09_xor.exp
9860 * gdb.disasm/t10_and.exp
9861 * gdb.disasm/t11_logs.exp
9862 * gdb.disasm/t12_bit.exp
9863 * gdb.disasm/t13_otr.exp
9864 * gdb.dlang/circular.exp
9865 * gdb.dwarf2/arr-stride.exp
9866 * gdb.dwarf2/arr-subrange.exp
9867 * gdb.dwarf2/atomic-type.exp
9868 * gdb.dwarf2/bad-regnum.exp
9869 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9870 * gdb.dwarf2/callframecfa.exp
9871 * gdb.dwarf2/clztest.exp
9872 * gdb.dwarf2/corrupt.exp
9873 * gdb.dwarf2/data-loc.exp
9874 * gdb.dwarf2/dup-psym.exp
9875 * gdb.dwarf2/dw2-anon-mptr.exp
9876 * gdb.dwarf2/dw2-anonymous-func.exp
9877 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9878 * gdb.dwarf2/dw2-bad-unresolved.exp
9879 * gdb.dwarf2/dw2-basic.exp
9880 * gdb.dwarf2/dw2-canonicalize-type.exp
9881 * gdb.dwarf2/dw2-case-insensitive.exp
9882 * gdb.dwarf2/dw2-common-block.exp
9883 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9884 * gdb.dwarf2/dw2-compressed.exp
9885 * gdb.dwarf2/dw2-const.exp
9886 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9887 * gdb.dwarf2/dw2-cu-size.exp
9888 * gdb.dwarf2/dw2-dup-frame.exp
9889 * gdb.dwarf2/dw2-entry-value.exp
9890 * gdb.dwarf2/dw2-icycle.exp
9891 * gdb.dwarf2/dw2-ifort-parameter.exp
9892 * gdb.dwarf2/dw2-inline-break.exp
9893 * gdb.dwarf2/dw2-inline-param.exp
9894 * gdb.dwarf2/dw2-intercu.exp
9895 * gdb.dwarf2/dw2-intermix.exp
9896 * gdb.dwarf2/dw2-lexical-block-bare.exp
9897 * gdb.dwarf2/dw2-linkage-name-trust.exp
9898 * gdb.dwarf2/dw2-minsym-in-cu.exp
9899 * gdb.dwarf2/dw2-noloc.exp
9900 * gdb.dwarf2/dw2-op-call.exp
9901 * gdb.dwarf2/dw2-op-out-param.exp
9902 * gdb.dwarf2/dw2-opt-structptr.exp
9903 * gdb.dwarf2/dw2-param-error.exp
9904 * gdb.dwarf2/dw2-producer.exp
9905 * gdb.dwarf2/dw2-ranges-base.exp
9906 * gdb.dwarf2/dw2-ref-missing-frame.exp
9907 * gdb.dwarf2/dw2-reg-undefined.exp
9908 * gdb.dwarf2/dw2-regno-invalid.exp
9909 * gdb.dwarf2/dw2-restore.exp
9910 * gdb.dwarf2/dw2-restrict.exp
9911 * gdb.dwarf2/dw2-single-line-discriminators.exp
9912 * gdb.dwarf2/dw2-strp.exp
9913 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9914 * gdb.dwarf2/dw2-unresolved.exp
9915 * gdb.dwarf2/dw2-var-zero-addr.exp
9916 * gdb.dwarf2/dw4-sig-types.exp
9917 * gdb.dwarf2/dwz.exp
9918 * gdb.dwarf2/dynarr-ptr.exp
9919 * gdb.dwarf2/enum-type.exp
9920 * gdb.dwarf2/gdb-index.exp
9921 * gdb.dwarf2/implptr-64bit.exp
9922 * gdb.dwarf2/implptr-optimized-out.exp
9923 * gdb.dwarf2/implptr.exp
9924 * gdb.dwarf2/implref-array.exp
9925 * gdb.dwarf2/implref-const.exp
9926 * gdb.dwarf2/implref-global.exp
9927 * gdb.dwarf2/implref-struct.exp
9928 * gdb.dwarf2/mac-fileno.exp
9929 * gdb.dwarf2/main-subprogram.exp
9930 * gdb.dwarf2/member-ptr-forwardref.exp
9931 * gdb.dwarf2/method-ptr.exp
9932 * gdb.dwarf2/missing-sig-type.exp
9933 * gdb.dwarf2/nonvar-access.exp
9934 * gdb.dwarf2/opaque-type-lookup.exp
9935 * gdb.dwarf2/pieces-optimized-out.exp
9936 * gdb.dwarf2/pieces.exp
9937 * gdb.dwarf2/pr10770.exp
9938 * gdb.dwarf2/pr13961.exp
9939 * gdb.dwarf2/staticvirtual.exp
9940 * gdb.dwarf2/subrange.exp
9941 * gdb.dwarf2/symtab-producer.exp
9942 * gdb.dwarf2/trace-crash.exp
9943 * gdb.dwarf2/typeddwarf.exp
9944 * gdb.dwarf2/valop.exp
9945 * gdb.dwarf2/watch-notconst.exp
9946 * gdb.fortran/array-element.exp
9947 * gdb.fortran/charset.exp
9948 * gdb.fortran/common-block.exp
9949 * gdb.fortran/complex.exp
9950 * gdb.fortran/derived-type-function.exp
9951 * gdb.fortran/derived-type.exp
9952 * gdb.fortran/logical.exp
9953 * gdb.fortran/module.exp
9954 * gdb.fortran/multi-dim.exp
9955 * gdb.fortran/nested-funcs.exp
9956 * gdb.fortran/print-formatted.exp
9957 * gdb.fortran/subarray.exp
9958 * gdb.fortran/vla-alloc-assoc.exp
9959 * gdb.fortran/vla-datatypes.exp
9960 * gdb.fortran/vla-history.exp
9961 * gdb.fortran/vla-ptr-info.exp
9962 * gdb.fortran/vla-ptype-sub.exp
9963 * gdb.fortran/vla-ptype.exp
9964 * gdb.fortran/vla-sizeof.exp
9965 * gdb.fortran/vla-type.exp
9966 * gdb.fortran/vla-value-sub-arbitrary.exp
9967 * gdb.fortran/vla-value-sub-finish.exp
9968 * gdb.fortran/vla-value-sub.exp
9969 * gdb.fortran/vla-value.exp
9970 * gdb.fortran/whatis_type.exp
9971 * gdb.go/chan.exp
9972 * gdb.go/handcall.exp
9973 * gdb.go/hello.exp
9974 * gdb.go/integers.exp
9975 * gdb.go/methods.exp
9976 * gdb.go/package.exp
9977 * gdb.go/strings.exp
9978 * gdb.go/types.exp
9979 * gdb.go/unsafe.exp
9980 * gdb.guile/scm-arch.exp
9981 * gdb.guile/scm-block.exp
9982 * gdb.guile/scm-breakpoint.exp
9983 * gdb.guile/scm-cmd.exp
9984 * gdb.guile/scm-disasm.exp
9985 * gdb.guile/scm-equal.exp
9986 * gdb.guile/scm-frame-args.exp
9987 * gdb.guile/scm-frame-inline.exp
9988 * gdb.guile/scm-frame.exp
9989 * gdb.guile/scm-iterator.exp
9990 * gdb.guile/scm-math.exp
9991 * gdb.guile/scm-objfile.exp
9992 * gdb.guile/scm-ports.exp
9993 * gdb.guile/scm-symbol.exp
9994 * gdb.guile/scm-symtab.exp
9995 * gdb.guile/scm-value-cc.exp
9996 * gdb.guile/types-module.exp
9997 * gdb.linespec/break-ask.exp
9998 * gdb.linespec/cpexplicit.exp
9999 * gdb.linespec/explicit.exp
10000 * gdb.linespec/keywords.exp
10001 * gdb.linespec/linespec.exp
10002 * gdb.linespec/ls-dollar.exp
10003 * gdb.linespec/ls-errs.exp
10004 * gdb.linespec/skip-two.exp
10005 * gdb.linespec/thread.exp
10006 * gdb.mi/mi-async.exp
10007 * gdb.mi/mi-basics.exp
10008 * gdb.mi/mi-break.exp
10009 * gdb.mi/mi-catch-load.exp
10010 * gdb.mi/mi-cli.exp
10011 * gdb.mi/mi-cmd-param-changed.exp
10012 * gdb.mi/mi-console.exp
10013 * gdb.mi/mi-detach.exp
10014 * gdb.mi/mi-disassemble.exp
10015 * gdb.mi/mi-eval.exp
10016 * gdb.mi/mi-file-transfer.exp
10017 * gdb.mi/mi-file.exp
10018 * gdb.mi/mi-fill-memory.exp
10019 * gdb.mi/mi-inheritance-syntax-error.exp
10020 * gdb.mi/mi-linespec-err-cp.exp
10021 * gdb.mi/mi-logging.exp
10022 * gdb.mi/mi-memory-changed.exp
10023 * gdb.mi/mi-read-memory.exp
10024 * gdb.mi/mi-record-changed.exp
10025 * gdb.mi/mi-reg-undefined.exp
10026 * gdb.mi/mi-regs.exp
10027 * gdb.mi/mi-return.exp
10028 * gdb.mi/mi-reverse.exp
10029 * gdb.mi/mi-simplerun.exp
10030 * gdb.mi/mi-solib.exp
10031 * gdb.mi/mi-stack.exp
10032 * gdb.mi/mi-stepi.exp
10033 * gdb.mi/mi-syn-frame.exp
10034 * gdb.mi/mi-until.exp
10035 * gdb.mi/mi-var-block.exp
10036 * gdb.mi/mi-var-child.exp
10037 * gdb.mi/mi-var-cmd.exp
10038 * gdb.mi/mi-var-cp.exp
10039 * gdb.mi/mi-var-display.exp
10040 * gdb.mi/mi-var-invalidate.exp
10041 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10042 * gdb.mi/mi-vla-fortran.exp
10043 * gdb.mi/mi-watch.exp
10044 * gdb.mi/mi2-var-child.exp
10045 * gdb.mi/user-selected-context-sync.exp
10046 * gdb.modula2/unbounded-array.exp
10047 * gdb.multi/dummy-frame-restore.exp
10048 * gdb.multi/multi-arch-exec.exp
10049 * gdb.multi/multi-arch.exp
10050 * gdb.multi/tids.exp
10051 * gdb.multi/watchpoint-multi.exp
10052 * gdb.opencl/callfuncs.exp
10053 * gdb.opencl/convs_casts.exp
10054 * gdb.opencl/datatypes.exp
10055 * gdb.opencl/operators.exp
10056 * gdb.opencl/vec_comps.exp
10057 * gdb.opt/clobbered-registers-O2.exp
10058 * gdb.opt/inline-break.exp
10059 * gdb.opt/inline-bt.exp
10060 * gdb.opt/inline-cmds.exp
10061 * gdb.opt/inline-locals.exp
10062 * gdb.pascal/case-insensitive-symbols.exp
10063 * gdb.pascal/floats.exp
10064 * gdb.pascal/gdb11492.exp
10065 * gdb.python/lib-types.exp
10066 * gdb.python/py-arch.exp
10067 * gdb.python/py-as-string.exp
10068 * gdb.python/py-bad-printers.exp
10069 * gdb.python/py-block.exp
10070 * gdb.python/py-breakpoint-create-fail.exp
10071 * gdb.python/py-breakpoint.exp
10072 * gdb.python/py-caller-is.exp
10073 * gdb.python/py-cmd.exp
10074 * gdb.python/py-explore-cc.exp
10075 * gdb.python/py-explore.exp
10076 * gdb.python/py-finish-breakpoint.exp
10077 * gdb.python/py-finish-breakpoint2.exp
10078 * gdb.python/py-frame-args.exp
10079 * gdb.python/py-frame-inline.exp
10080 * gdb.python/py-frame.exp
10081 * gdb.python/py-framefilter-mi.exp
10082 * gdb.python/py-infthread.exp
10083 * gdb.python/py-lazy-string.exp
10084 * gdb.python/py-linetable.exp
10085 * gdb.python/py-mi-events.exp
10086 * gdb.python/py-mi-objfile.exp
10087 * gdb.python/py-mi.exp
10088 * gdb.python/py-objfile.exp
10089 * gdb.python/py-pp-integral.exp
10090 * gdb.python/py-pp-maint.exp
10091 * gdb.python/py-pp-re-notag.exp
10092 * gdb.python/py-pp-registration.exp
10093 * gdb.python/py-recurse-unwind.exp
10094 * gdb.python/py-strfns.exp
10095 * gdb.python/py-symbol.exp
10096 * gdb.python/py-symtab.exp
10097 * gdb.python/py-sync-interp.exp
10098 * gdb.python/py-typeprint.exp
10099 * gdb.python/py-unwind-maint.exp
10100 * gdb.python/py-unwind.exp
10101 * gdb.python/py-value-cc.exp
10102 * gdb.python/py-xmethods.exp
10103 * gdb.reverse/amd64-tailcall-reverse.exp
10104 * gdb.reverse/break-precsave.exp
10105 * gdb.reverse/break-reverse.exp
10106 * gdb.reverse/consecutive-precsave.exp
10107 * gdb.reverse/consecutive-reverse.exp
10108 * gdb.reverse/finish-precsave.exp
10109 * gdb.reverse/finish-reverse-bkpt.exp
10110 * gdb.reverse/finish-reverse.exp
10111 * gdb.reverse/fstatat-reverse.exp
10112 * gdb.reverse/getresuid-reverse.exp
10113 * gdb.reverse/i386-precsave.exp
10114 * gdb.reverse/i386-reverse.exp
10115 * gdb.reverse/i386-sse-reverse.exp
10116 * gdb.reverse/i387-env-reverse.exp
10117 * gdb.reverse/i387-stack-reverse.exp
10118 * gdb.reverse/insn-reverse.exp
10119 * gdb.reverse/machinestate-precsave.exp
10120 * gdb.reverse/machinestate.exp
10121 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10122 * gdb.reverse/pipe-reverse.exp
10123 * gdb.reverse/readv-reverse.exp
10124 * gdb.reverse/recvmsg-reverse.exp
10125 * gdb.reverse/rerun-prec.exp
10126 * gdb.reverse/s390-mvcle.exp
10127 * gdb.reverse/step-precsave.exp
10128 * gdb.reverse/step-reverse.exp
10129 * gdb.reverse/time-reverse.exp
10130 * gdb.reverse/until-precsave.exp
10131 * gdb.reverse/until-reverse.exp
10132 * gdb.reverse/waitpid-reverse.exp
10133 * gdb.reverse/watch-precsave.exp
10134 * gdb.reverse/watch-reverse.exp
10135 * gdb.rust/generics.exp
10136 * gdb.rust/methods.exp
10137 * gdb.rust/modules.exp
10138 * gdb.rust/simple.exp
10139 * gdb.server/connect-with-no-symbol-file.exp
10140 * gdb.server/ext-attach.exp
10141 * gdb.server/ext-restart.exp
10142 * gdb.server/ext-wrapper.exp
10143 * gdb.server/file-transfer.exp
10144 * gdb.server/server-exec-info.exp
10145 * gdb.server/server-kill.exp
10146 * gdb.server/server-mon.exp
10147 * gdb.server/wrapper.exp
10148 * gdb.stabs/exclfwd.exp
10149 * gdb.stabs/gdb11479.exp
10150 * gdb.threads/clone-new-thread-event.exp
10151 * gdb.threads/corethreads.exp
10152 * gdb.threads/current-lwp-dead.exp
10153 * gdb.threads/dlopen-libpthread.exp
10154 * gdb.threads/gcore-thread.exp
10155 * gdb.threads/sigstep-threads.exp
10156 * gdb.threads/watchpoint-fork.exp
10157 * gdb.trace/actions-changed.exp
10158 * gdb.trace/backtrace.exp
10159 * gdb.trace/change-loc.exp
10160 * gdb.trace/circ.exp
10161 * gdb.trace/collection.exp
10162 * gdb.trace/disconnected-tracing.exp
10163 * gdb.trace/ftrace.exp
10164 * gdb.trace/mi-trace-frame-collected.exp
10165 * gdb.trace/mi-trace-unavailable.exp
10166 * gdb.trace/mi-traceframe-changed.exp
10167 * gdb.trace/mi-tsv-changed.exp
10168 * gdb.trace/no-attach-trace.exp
10169 * gdb.trace/passc-dyn.exp
10170 * gdb.trace/qtro.exp
10171 * gdb.trace/range-stepping.exp
10172 * gdb.trace/read-memory.exp
10173 * gdb.trace/save-trace.exp
10174 * gdb.trace/signal.exp
10175 * gdb.trace/status-stop.exp
10176 * gdb.trace/tfile.exp
10177 * gdb.trace/trace-break.exp
10178 * gdb.trace/trace-buffer-size.exp
10179 * gdb.trace/trace-condition.exp
10180 * gdb.trace/tracefile-pseudo-reg.exp
10181 * gdb.trace/tstatus.exp
10182 * gdb.trace/unavailable.exp
10183 * gdb.trace/while-dyn.exp
10184 * gdb.trace/while-stepping.exp
10185
10186 2016-12-22 Doug Evans <xdje42@gmail.com>
10187
10188 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10189 and msymbols.
10190
10191 2016-12-19 Yao Qi <yao.qi@linaro.org>
10192
10193 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10194 (test_with_self): Don't call do_steps_and_nexts, and remove
10195 code about stepping into xmalloc.
10196
10197 2016-12-09 Yao Qi <yao.qi@linaro.org>
10198
10199 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10200
10201 2016-12-09 Yao Qi <yao.qi@linaro.org>
10202
10203 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10204
10205 2016-12-09 Pedro Alves <palves@redhat.com>
10206
10207 * gdb.base/all-architectures-0.exp: New file.
10208 * gdb.base/all-architectures-1.exp: New file.
10209 * gdb.base/all-architectures-2.exp: New file.
10210 * gdb.base/all-architectures-3.exp: New file.
10211 * gdb.base/all-architectures-4.exp: New file.
10212 * gdb.base/all-architectures-5.exp: New file.
10213 * gdb.base/all-architectures-6.exp: New file.
10214 * gdb.base/all-architectures-7.exp: New file.
10215 * gdb.base/all-architectures.exp.in: New file.
10216
10217 2016-12-09 Yao Qi <yao.qi@linaro.org>
10218
10219 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10220
10221 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10222
10223 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10224 possible.
10225 Remove useless pattern-matching code.
10226
10227 2016-12-02 Pedro Alves <palves@redhat.com>
10228
10229 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10230 procedure.
10231 (top level): Call it.
10232
10233 2016-12-02 Pedro Alves <palves@redhat.com>
10234
10235 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10236 New procedure.
10237 (top level): Call it.
10238
10239 2016-12-02 Pedro Alves <palves@redhat.com>
10240
10241 PR cli/20559
10242 * gdb.base/commands.exp (user_defined_command_args_eval): New
10243 procedure.
10244 (top level): Call it.
10245
10246 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10247
10248 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10249 timeout handling.
10250
10251 2016-12-02 Tom Tromey <tom@tromey.com>
10252
10253 * gdb.dwarf2/main-subprogram.c: New file.
10254 * gdb.dwarf2/main-subprogram.exp: New file.
10255
10256 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10257
10258 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10259 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10260 gdb_test_no_output for a couple of cases.
10261 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10262
10263 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10264
10265 Fix test names and standardize compilation error messages throughout
10266 the following files:
10267
10268 * gdb.ada/start.exp
10269 * gdb.arch/alpha-step.exp
10270 * gdb.arch/e500-prologue.exp
10271 * gdb.arch/ftrace-insn-reloc.exp
10272 * gdb.arch/gdb1291.exp
10273 * gdb.arch/gdb1431.exp
10274 * gdb.arch/gdb1558.exp
10275 * gdb.arch/i386-dr3-watch.exp
10276 * gdb.arch/i386-sse-stack-align.exp
10277 * gdb.arch/ia64-breakpoint-shadow.exp
10278 * gdb.arch/pa-nullify.exp
10279 * gdb.arch/powerpc-aix-prologue.exp
10280 * gdb.arch/thumb-bx-pc.exp
10281 * gdb.base/annota1.exp
10282 * gdb.base/annota3.exp
10283 * gdb.base/arrayidx.exp
10284 * gdb.base/assign.exp
10285 * gdb.base/attach.exp
10286 * gdb.base/auxv.exp
10287 * gdb.base/bang.exp
10288 * gdb.base/bfp-test.exp
10289 * gdb.base/bigcore.exp
10290 * gdb.base/bitfields2.exp
10291 * gdb.base/break-fun-addr.exp
10292 * gdb.base/break-probes.exp
10293 * gdb.base/call-rt-st.exp
10294 * gdb.base/callexit.exp
10295 * gdb.base/catch-fork-kill.exp
10296 * gdb.base/charset.exp
10297 * gdb.base/checkpoint.exp
10298 * gdb.base/comprdebug.exp
10299 * gdb.base/constvars.exp
10300 * gdb.base/coredump-filter.exp
10301 * gdb.base/cursal.exp
10302 * gdb.base/cvexpr.exp
10303 * gdb.base/detach.exp
10304 * gdb.base/display.exp
10305 * gdb.base/dmsym.exp
10306 * gdb.base/dprintf-pending.exp
10307 * gdb.base/dso2dso.exp
10308 * gdb.base/dtrace-probe.exp
10309 * gdb.base/dump.exp
10310 * gdb.base/enum_cond.exp
10311 * gdb.base/exe-lock.exp
10312 * gdb.base/exec-invalid-sysroot.exp
10313 * gdb.base/execl-update-breakpoints.exp
10314 * gdb.base/exprs.exp
10315 * gdb.base/fileio.exp
10316 * gdb.base/find.exp
10317 * gdb.base/finish.exp
10318 * gdb.base/fixsection.exp
10319 * gdb.base/foll-vfork.exp
10320 * gdb.base/frame-args.exp
10321 * gdb.base/gcore.exp
10322 * gdb.base/gdb1250.exp
10323 * gdb.base/global-var-nested-by-dso.exp
10324 * gdb.base/gnu-ifunc.exp
10325 * gdb.base/hashline1.exp
10326 * gdb.base/hashline2.exp
10327 * gdb.base/hashline3.exp
10328 * gdb.base/hbreak-in-shr-unsupported.exp
10329 * gdb.base/huge.exp
10330 * gdb.base/infcall-input.exp
10331 * gdb.base/info-fun.exp
10332 * gdb.base/info-shared.exp
10333 * gdb.base/jit-simple.exp
10334 * gdb.base/jit-so.exp
10335 * gdb.base/jit.exp
10336 * gdb.base/jump.exp
10337 * gdb.base/label.exp
10338 * gdb.base/lineinc.exp
10339 * gdb.base/logical.exp
10340 * gdb.base/longjmp.exp
10341 * gdb.base/macscp.exp
10342 * gdb.base/miscexprs.exp
10343 * gdb.base/new-ui-echo.exp
10344 * gdb.base/new-ui-pending-input.exp
10345 * gdb.base/new-ui.exp
10346 * gdb.base/nodebug.exp
10347 * gdb.base/nofield.exp
10348 * gdb.base/offsets.exp
10349 * gdb.base/overlays.exp
10350 * gdb.base/pending.exp
10351 * gdb.base/pointers.exp
10352 * gdb.base/pr11022.exp
10353 * gdb.base/printcmds.exp
10354 * gdb.base/prologue.exp
10355 * gdb.base/ptr-typedef.exp
10356 * gdb.base/realname-expand.exp
10357 * gdb.base/relativedebug.exp
10358 * gdb.base/relocate.exp
10359 * gdb.base/remote.exp
10360 * gdb.base/reread.exp
10361 * gdb.base/return2.exp
10362 * gdb.base/savedregs.exp
10363 * gdb.base/sep.exp
10364 * gdb.base/sepdebug.exp
10365 * gdb.base/sepsymtab.exp
10366 * gdb.base/set-inferior-tty.exp
10367 * gdb.base/setshow.exp
10368 * gdb.base/shlib-call.exp
10369 * gdb.base/sigaltstack.exp
10370 * gdb.base/siginfo-addr.exp
10371 * gdb.base/signals.exp
10372 * gdb.base/signull.exp
10373 * gdb.base/sigrepeat.exp
10374 * gdb.base/so-impl-ld.exp
10375 * gdb.base/solib-display.exp
10376 * gdb.base/solib-overlap.exp
10377 * gdb.base/solib-search.exp
10378 * gdb.base/solib-symbol.exp
10379 * gdb.base/structs.exp
10380 * gdb.base/structs2.exp
10381 * gdb.base/symtab-search-order.exp
10382 * gdb.base/twice.exp
10383 * gdb.base/unload.exp
10384 * gdb.base/varargs.exp
10385 * gdb.base/watchpoint-solib.exp
10386 * gdb.base/watchpoint.exp
10387 * gdb.base/whatis.exp
10388 * gdb.base/wrong_frame_bt_full.exp
10389 * gdb.btrace/dlopen.exp
10390 * gdb.cell/ea-standalone.exp
10391 * gdb.cell/ea-test.exp
10392 * gdb.cp/dispcxx.exp
10393 * gdb.cp/gdb2384.exp
10394 * gdb.cp/method2.exp
10395 * gdb.cp/nextoverthrow.exp
10396 * gdb.cp/pr10728.exp
10397 * gdb.disasm/am33.exp
10398 * gdb.disasm/h8300s.exp
10399 * gdb.disasm/mn10300.exp
10400 * gdb.disasm/sh3.exp
10401 * gdb.dwarf2/dw2-dir-file-name.exp
10402 * gdb.fortran/complex.exp
10403 * gdb.fortran/library-module.exp
10404 * gdb.guile/scm-pretty-print.exp
10405 * gdb.guile/scm-symbol.exp
10406 * gdb.guile/scm-type.exp
10407 * gdb.guile/scm-value.exp
10408 * gdb.linespec/linespec.exp
10409 * gdb.mi/gdb701.exp
10410 * gdb.mi/gdb792.exp
10411 * gdb.mi/mi-breakpoint-changed.exp
10412 * gdb.mi/mi-dprintf-pending.exp
10413 * gdb.mi/mi-dprintf.exp
10414 * gdb.mi/mi-exit-code.exp
10415 * gdb.mi/mi-pending.exp
10416 * gdb.mi/mi-solib.exp
10417 * gdb.mi/new-ui-mi-sync.exp
10418 * gdb.mi/pr11022.exp
10419 * gdb.mi/user-selected-context-sync.exp
10420 * gdb.opt/solib-intra-step.exp
10421 * gdb.python/py-events.exp
10422 * gdb.python/py-finish-breakpoint.exp
10423 * gdb.python/py-mi.exp
10424 * gdb.python/py-prettyprint.exp
10425 * gdb.python/py-shared.exp
10426 * gdb.python/py-symbol.exp
10427 * gdb.python/py-template.exp
10428 * gdb.python/py-type.exp
10429 * gdb.python/py-value.exp
10430 * gdb.reverse/solib-precsave.exp
10431 * gdb.reverse/solib-reverse.exp
10432 * gdb.server/solib-list.exp
10433 * gdb.stabs/weird.exp
10434 * gdb.threads/reconnect-signal.exp
10435 * gdb.threads/stepi-random-signal.exp
10436 * gdb.trace/actions.exp
10437 * gdb.trace/ax.exp
10438 * gdb.trace/backtrace.exp
10439 * gdb.trace/change-loc.exp
10440 * gdb.trace/deltrace.exp
10441 * gdb.trace/ftrace-lock.exp
10442 * gdb.trace/ftrace.exp
10443 * gdb.trace/infotrace.exp
10444 * gdb.trace/mi-tracepoint-changed.exp
10445 * gdb.trace/packetlen.exp
10446 * gdb.trace/passcount.exp
10447 * gdb.trace/pending.exp
10448 * gdb.trace/range-stepping.exp
10449 * gdb.trace/report.exp
10450 * gdb.trace/stap-trace.exp
10451 * gdb.trace/tfind.exp
10452 * gdb.trace/trace-break.exp
10453 * gdb.trace/trace-condition.exp
10454 * gdb.trace/trace-enable-disable.exp
10455 * gdb.trace/trace-mt.exp
10456 * gdb.trace/tracecmd.exp
10457 * gdb.trace/tspeed.exp
10458 * gdb.trace/tsv.exp
10459 * lib/perftest.exp
10460
10461 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10462
10463 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10464 with gdb_test_no_output.
10465 Use command as test name.
10466
10467 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10468
10469 Fix test names starting with uppercase throughout the files.
10470
10471 * gdb.ada/assign_1.exp
10472 * gdb.ada/boolean_expr.exp
10473 * gdb.base/arrayidx.exp
10474 * gdb.base/del.exp
10475 * gdb.base/gcore-buffer-overflow.exp
10476 * gdb.base/testenv.exp
10477 * gdb.compile/compile.exp
10478 * gdb.python/py-framefilter-invalidarg.exp
10479 * gdb.python/py-framefilter.exp
10480
10481 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10482
10483 Fix test names starting with uppercase throughout the files.
10484
10485 * gdb.ada/array_return.exp
10486 * gdb.ada/expr_delims.exp
10487 * gdb.ada/mi_dyn_arr.exp
10488 * gdb.ada/mi_interface.exp
10489 * gdb.ada/mi_var_array.exp
10490 * gdb.ada/watch_arg.exp
10491 * gdb.arch/alpha-step.exp
10492 * gdb.arch/altivec-regs.exp
10493 * gdb.arch/e500-regs.exp
10494 * gdb.arch/powerpc-d128-regs.exp
10495 * gdb.base/arrayidx.exp
10496 * gdb.base/break.exp
10497 * gdb.base/checkpoint.exp
10498 * gdb.base/debug-expr.exp
10499 * gdb.base/dmsym.exp
10500 * gdb.base/radix.exp
10501 * gdb.base/sepdebug.exp
10502 * gdb.base/testenv.exp
10503 * gdb.base/watch_thread_num.exp
10504 * gdb.base/watchpoint-cond-gone.exp
10505 * gdb.cell/break.exp
10506 * gdb.cell/ea-cache.exp
10507 * gdb.compile/compile.exp
10508 * gdb.cp/gdb2495.exp
10509 * gdb.gdb/selftest.exp
10510 * gdb.gdb/xfullpath.exp
10511 * gdb.go/hello.exp
10512 * gdb.go/integers.exp
10513 * gdb.objc/basicclass.exp
10514 * gdb.pascal/hello.exp
10515 * gdb.pascal/integers.exp
10516 * gdb.python/py-breakpoint.exp
10517 * gdb.python/py-cmd.exp
10518 * gdb.python/py-linetable.exp
10519 * gdb.python/py-xmethods.exp
10520 * gdb.python/python.exp
10521 * gdb.reverse/consecutive-precsave.exp
10522 * gdb.reverse/finish-precsave.exp
10523 * gdb.reverse/i386-precsave.exp
10524 * gdb.reverse/machinestate-precsave.exp
10525 * gdb.reverse/sigall-precsave.exp
10526 * gdb.reverse/solib-precsave.exp
10527 * gdb.reverse/step-precsave.exp
10528 * gdb.reverse/until-precsave.exp
10529 * gdb.reverse/watch-precsave.exp
10530 * gdb.threads/leader-exit.exp
10531 * gdb.threads/pthreads.exp
10532 * gdb.threads/wp-replication.exp
10533 * gdb.trace/actions.exp
10534 * gdb.trace/mi-tsv-changed.exp
10535 * gdb.trace/tsv.exp
10536
10537 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10538
10539 Fix test names starting with uppercase throughout the files.
10540
10541 * gdb.arch/i386-bp_permanent.exp
10542 * gdb.arch/i386-gnu-cfi.exp
10543 * gdb.base/disasm-end-cu.exp
10544 * gdb.base/macscp.exp
10545 * gdb.base/pending.exp
10546 * gdb.base/watch_thread_num.exp
10547 * gdb.cp/exception.exp
10548 * gdb.cp/gdb2495.exp
10549 * gdb.cp/local.exp
10550 * gdb.python/py-evsignal.exp
10551 * gdb.python/python.exp
10552 * gdb.trace/tracecmd.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.base/charset.exp
10559 * gdb.base/eval.exp
10560 * gdb.base/multi-forks.exp
10561 * gdb.guile/scm-progspace.exp
10562 * gdb.opencl/datatypes.exp
10563 * gdb.python/py-block.exp
10564 * gdb.python/py-function.exp
10565 * gdb.python/py-symbol.exp
10566 * gdb.python/py-symtab.exp
10567 * gdb.python/py-xmethods.exp
10568 * gdb.reverse/break-precsave.exp
10569 * gdb.reverse/break-reverse.exp
10570 * gdb.reverse/consecutive-precsave.exp
10571 * gdb.reverse/consecutive-reverse.exp
10572 * gdb.reverse/finish-precsave.exp
10573 * gdb.reverse/finish-reverse-bkpt.exp
10574 * gdb.reverse/finish-reverse.exp
10575 * gdb.reverse/fstatat-reverse.exp
10576 * gdb.reverse/getresuid-reverse.exp
10577 * gdb.reverse/i386-precsave.exp
10578 * gdb.reverse/i386-reverse.exp
10579 * gdb.reverse/i386-sse-reverse.exp
10580 * gdb.reverse/i387-stack-reverse.exp
10581 * gdb.reverse/insn-reverse.exp
10582 * gdb.reverse/machinestate-precsave.exp
10583 * gdb.reverse/machinestate.exp
10584 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10585 * gdb.reverse/pipe-reverse.exp
10586 * gdb.reverse/readv-reverse.exp
10587 * gdb.reverse/recvmsg-reverse.exp
10588 * gdb.reverse/rerun-prec.exp
10589 * gdb.reverse/s390-mvcle.exp
10590 * gdb.reverse/sigall-precsave.exp
10591 * gdb.reverse/sigall-reverse.exp
10592 * gdb.reverse/solib-precsave.exp
10593 * gdb.reverse/solib-reverse.exp
10594 * gdb.reverse/step-precsave.exp
10595 * gdb.reverse/step-reverse.exp
10596 * gdb.reverse/time-reverse.exp
10597 * gdb.reverse/until-precsave.exp
10598 * gdb.reverse/until-reverse.exp
10599 * gdb.reverse/waitpid-reverse.exp
10600 * gdb.reverse/watch-precsave.exp
10601 * gdb.reverse/watch-reverse.exp
10602
10603 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10604
10605 Fix test names starting with uppercase throughout the files.
10606
10607 * gdb.arch/i386-mpx-simple_segv.exp
10608 * gdb.arch/i386-mpx.exp
10609 * gdb.arch/i386-permbkpt.exp
10610 * gdb.arch/pa-nullify.exp
10611 * gdb.arch/powerpc-d128-regs.exp
10612 * gdb.arch/vsx-regs.exp
10613 * gdb.base/bfp-test.exp
10614 * gdb.base/break.exp
10615 * gdb.base/breakpoint-shadow.exp
10616 * gdb.base/callfuncs.exp
10617 * gdb.base/charset.exp
10618 * gdb.base/commands.exp
10619 * gdb.base/completion.exp
10620 * gdb.base/dfp-test.exp
10621 * gdb.base/echo.exp
10622 * gdb.base/ending-run.exp
10623 * gdb.base/eval.exp
10624 * gdb.base/expand-psymtabs.exp
10625 * gdb.base/float128.exp
10626 * gdb.base/floatn.exp
10627 * gdb.base/foll-exec-mode.exp
10628 * gdb.base/gdb1056.exp
10629 * gdb.base/gdb11531.exp
10630 * gdb.base/kill-after-signal.exp
10631 * gdb.base/multi-forks.exp
10632 * gdb.base/overlays.exp
10633 * gdb.base/pending.exp
10634 * gdb.base/sepdebug.exp
10635 * gdb.base/testenv.exp
10636 * gdb.base/valgrind-db-attach.exp
10637 * gdb.base/watch_thread_num.exp
10638 * gdb.base/watchpoint-cond-gone.exp
10639 * gdb.base/watchpoint.exp
10640 * gdb.base/watchpoints.exp
10641 * gdb.cp/arg-reference.exp
10642 * gdb.cp/baseenum.exp
10643 * gdb.cp/operator.exp
10644 * gdb.cp/shadow.exp
10645 * gdb.dwarf2/dw2-op-out-param.exp
10646 * gdb.dwarf2/dw2-reg-undefined.exp
10647 * gdb.go/chan.exp
10648 * gdb.go/hello.exp
10649 * gdb.go/integers.exp
10650 * gdb.go/methods.exp
10651 * gdb.go/package.exp
10652 * gdb.guile/scm-parameter.exp
10653 * gdb.guile/scm-progspace.exp
10654 * gdb.guile/scm-value.exp
10655 * gdb.mi/mi-pending.exp
10656 * gdb.mi/user-selected-context-sync.exp
10657 * gdb.multi/multi-attach.exp
10658 * gdb.multi/tids.exp
10659 * gdb.opt/clobbered-registers-O2.exp
10660 * gdb.pascal/floats.exp
10661 * gdb.pascal/integers.exp
10662 * gdb.python/py-block.exp
10663 * gdb.python/py-events.exp
10664 * gdb.python/py-parameter.exp
10665 * gdb.python/py-symbol.exp
10666 * gdb.python/py-symtab.exp
10667 * gdb.python/py-type.exp
10668 * gdb.python/py-value.exp
10669 * gdb.python/py-xmethods.exp
10670 * gdb.python/python.exp
10671 * gdb.reverse/break-precsave.exp
10672 * gdb.reverse/consecutive-precsave.exp
10673 * gdb.reverse/finish-precsave.exp
10674 * gdb.reverse/i386-precsave.exp
10675 * gdb.reverse/machinestate-precsave.exp
10676 * gdb.reverse/sigall-precsave.exp
10677 * gdb.reverse/solib-precsave.exp
10678 * gdb.reverse/step-precsave.exp
10679 * gdb.reverse/until-precsave.exp
10680 * gdb.reverse/watch-precsave.exp
10681 * gdb.server/ext-attach.exp
10682 * gdb.server/ext-restart.exp
10683 * gdb.server/ext-run.exp
10684 * gdb.server/ext-wrapper.exp
10685 * gdb.stabs/gdb11479.exp
10686 * gdb.stabs/weird.exp
10687 * gdb.threads/attach-many-short-lived-threads.exp
10688 * gdb.threads/kill.exp
10689 * gdb.threads/watchpoint-fork.exp
10690
10691 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10692
10693 Fix test names starting with uppercase throughout all the files below.
10694
10695 * gdb.ada/array_return.exp
10696 * gdb.ada/catch_ex.exp
10697 * gdb.ada/info_exc.exp
10698 * gdb.ada/mi_catch_ex.exp
10699 * gdb.ada/mi_dyn_arr.exp
10700 * gdb.ada/mi_ex_cond.exp
10701 * gdb.ada/mi_exc_info.exp
10702 * gdb.ada/mi_interface.exp
10703 * gdb.ada/mi_task_arg.exp
10704 * gdb.ada/mi_task_info.exp
10705 * gdb.ada/mi_var_array.exp
10706 * gdb.arch/alpha-step.exp
10707 * gdb.arch/amd64-disp-step.exp
10708 * gdb.arch/arm-disp-step.exp
10709 * gdb.arch/disp-step-insn-reloc.exp
10710 * gdb.arch/e500-prologue.exp
10711 * gdb.arch/ftrace-insn-reloc.exp
10712 * gdb.arch/gdb1558.exp
10713 * gdb.arch/i386-bp_permanent.exp
10714 * gdb.arch/i386-disp-step.exp
10715 * gdb.arch/i386-float.exp
10716 * gdb.arch/i386-gnu-cfi.exp
10717 * gdb.arch/ia64-breakpoint-shadow.exp
10718 * gdb.arch/mips16-thunks.exp
10719 * gdb.arch/pa-nullify.exp
10720 * gdb.arch/powerpc-aix-prologue.exp
10721 * gdb.arch/powerpc-power.exp
10722 * gdb.arch/ppc-dfp.exp
10723 * gdb.arch/s390-tdbregs.exp
10724 * gdb.arch/spu-info.exp
10725 * gdb.arch/spu-ls.exp
10726 * gdb.arch/thumb-bx-pc.exp
10727 * gdb.base/advance.exp
10728 * gdb.base/annota-input-while-running.exp
10729 * gdb.base/arrayidx.exp
10730 * gdb.base/asmlabel.exp
10731 * gdb.base/async.exp
10732 * gdb.base/attach-wait-input.exp
10733 * gdb.base/auto-connect-native-target.exp
10734 * gdb.base/batch-preserve-term-settings.exp
10735 * gdb.base/bfp-test.exp
10736 * gdb.base/bigcore.exp
10737 * gdb.base/bp-permanent.exp
10738 * gdb.base/break-always.exp
10739 * gdb.base/break-fun-addr.exp
10740 * gdb.base/break-idempotent.exp
10741 * gdb.base/break-main-file-remove-fail.exp
10742 * gdb.base/break-probes.exp
10743 * gdb.base/break-unload-file.exp
10744 * gdb.base/break.exp
10745 * gdb.base/call-ar-st.exp
10746 * gdb.base/call-rt-st.exp
10747 * gdb.base/call-sc.exp
10748 * gdb.base/call-signal-resume.exp
10749 * gdb.base/call-strs.exp
10750 * gdb.base/callexit.exp
10751 * gdb.base/callfuncs.exp
10752 * gdb.base/catch-gdb-caused-signals.exp
10753 * gdb.base/catch-signal-siginfo-cond.exp
10754 * gdb.base/catch-syscall.exp
10755 * gdb.base/compare-sections.exp
10756 * gdb.base/cond-eval-mode.exp
10757 * gdb.base/condbreak-call-false.exp
10758 * gdb.base/consecutive-step-over.exp
10759 * gdb.base/cursal.exp
10760 * gdb.base/disabled-location.exp
10761 * gdb.base/disasm-end-cu.exp
10762 * gdb.base/display.exp
10763 * gdb.base/double-prompt-target-event-error.exp
10764 * gdb.base/dprintf-bp-same-addr.exp
10765 * gdb.base/dprintf-detach.exp
10766 * gdb.base/dprintf-next.exp
10767 * gdb.base/dprintf-non-stop.exp
10768 * gdb.base/dprintf-pending.exp
10769 * gdb.base/dso2dso.exp
10770 * gdb.base/ending-run.exp
10771 * gdb.base/enum_cond.exp
10772 * gdb.base/examine-backward.exp
10773 * gdb.base/exe-lock.exp
10774 * gdb.base/exec-invalid-sysroot.exp
10775 * gdb.base/execl-update-breakpoints.exp
10776 * gdb.base/execution-termios.exp
10777 * gdb.base/fileio.exp
10778 * gdb.base/fixsection.exp
10779 * gdb.base/foll-exec-mode.exp
10780 * gdb.base/foll-exec.exp
10781 * gdb.base/fork-running-state.exp
10782 * gdb.base/frame-args.exp
10783 * gdb.base/fullpath-expand.exp
10784 * gdb.base/func-ptr.exp
10785 * gdb.base/gcore-relro-pie.exp
10786 * gdb.base/gdb1090.exp
10787 * gdb.base/gdb1555.exp
10788 * gdb.base/global-var-nested-by-dso.exp
10789 * gdb.base/gnu-ifunc.exp
10790 * gdb.base/hbreak-in-shr-unsupported.exp
10791 * gdb.base/hbreak-unmapped.exp
10792 * gdb.base/hook-stop.exp
10793 * gdb.base/infcall-input.exp
10794 * gdb.base/info-fun.exp
10795 * gdb.base/info-shared.exp
10796 * gdb.base/interrupt-noterm.exp
10797 * gdb.base/jit-so.exp
10798 * gdb.base/jit.exp
10799 * gdb.base/line-symtabs.exp
10800 * gdb.base/list.exp
10801 * gdb.base/longjmp.exp
10802 * gdb.base/macscp.exp
10803 * gdb.base/max-value-size.exp
10804 * gdb.base/nodebug.exp
10805 * gdb.base/nofield.exp
10806 * gdb.base/overlays.exp
10807 * gdb.base/paginate-after-ctrl-c-running.exp
10808 * gdb.base/paginate-bg-execution.exp
10809 * gdb.base/paginate-inferior-exit.exp
10810 * gdb.base/pending.exp
10811 * gdb.base/pr11022.exp
10812 * gdb.base/printcmds.exp
10813 * gdb.base/ptr-typedef.exp
10814 * gdb.base/ptype.exp
10815 * gdb.base/randomize.exp
10816 * gdb.base/range-stepping.exp
10817 * gdb.base/realname-expand.exp
10818 * gdb.base/relativedebug.exp
10819 * gdb.base/remote.exp
10820 * gdb.base/savedregs.exp
10821 * gdb.base/sepdebug.exp
10822 * gdb.base/set-noassign.exp
10823 * gdb.base/shlib-call.exp
10824 * gdb.base/shreloc.exp
10825 * gdb.base/sigaltstack.exp
10826 * gdb.base/sigbpt.exp
10827 * gdb.base/siginfo-addr.exp
10828 * gdb.base/siginfo-obj.exp
10829 * gdb.base/siginfo-thread.exp
10830 * gdb.base/signest.exp
10831 * gdb.base/signull.exp
10832 * gdb.base/sigrepeat.exp
10833 * gdb.base/skip.exp
10834 * gdb.base/so-impl-ld.exp
10835 * gdb.base/solib-corrupted.exp
10836 * gdb.base/solib-disc.exp
10837 * gdb.base/solib-display.exp
10838 * gdb.base/solib-overlap.exp
10839 * gdb.base/solib-search.exp
10840 * gdb.base/solib-symbol.exp
10841 * gdb.base/source-execution.exp
10842 * gdb.base/sss-bp-on-user-bp-2.exp
10843 * gdb.base/sss-bp-on-user-bp.exp
10844 * gdb.base/stack-checking.exp
10845 * gdb.base/stale-infcall.exp
10846 * gdb.base/step-break.exp
10847 * gdb.base/step-line.exp
10848 * gdb.base/step-over-exit.exp
10849 * gdb.base/step-test.exp
10850 * gdb.base/structs.exp
10851 * gdb.base/sym-file.exp
10852 * gdb.base/symtab-search-order.exp
10853 * gdb.base/term.exp
10854 * gdb.base/type-opaque.exp
10855 * gdb.base/unload.exp
10856 * gdb.base/until-nodebug.exp
10857 * gdb.base/until.exp
10858 * gdb.base/unwindonsignal.exp
10859 * gdb.base/watch-cond.exp
10860 * gdb.base/watch-non-mem.exp
10861 * gdb.base/watch_thread_num.exp
10862 * gdb.base/watchpoint-reuse-slot.exp
10863 * gdb.base/watchpoint-solib.exp
10864 * gdb.base/watchpoint.exp
10865 * gdb.btrace/dlopen.exp
10866 * gdb.cell/arch.exp
10867 * gdb.cell/break.exp
10868 * gdb.cell/bt.exp
10869 * gdb.cell/core.exp
10870 * gdb.cell/data.exp
10871 * gdb.cell/dwarfaddr.exp
10872 * gdb.cell/ea-cache.exp
10873 * gdb.cell/ea-standalone.exp
10874 * gdb.cell/ea-test.exp
10875 * gdb.cell/f-regs.exp
10876 * gdb.cell/fork.exp
10877 * gdb.cell/gcore.exp
10878 * gdb.cell/mem-access.exp
10879 * gdb.cell/ptype.exp
10880 * gdb.cell/registers.exp
10881 * gdb.cell/sizeof.exp
10882 * gdb.cell/solib-symbol.exp
10883 * gdb.cell/solib.exp
10884 * gdb.compile/compile-tls.exp
10885 * gdb.cp/exception.exp
10886 * gdb.cp/gdb2495.exp
10887 * gdb.cp/local.exp
10888 * gdb.cp/mb-inline.exp
10889 * gdb.cp/mb-templates.exp
10890 * gdb.cp/pr10687.exp
10891 * gdb.cp/pr9167.exp
10892 * gdb.cp/scope-err.exp
10893 * gdb.cp/templates.exp
10894 * gdb.cp/virtfunc.exp
10895 * gdb.dwarf2/dw2-dir-file-name.exp
10896 * gdb.dwarf2/dw2-single-line-discriminators.exp
10897 * gdb.fortran/complex.exp
10898 * gdb.fortran/library-module.exp
10899 * gdb.guile/guile.exp
10900 * gdb.guile/scm-cmd.exp
10901 * gdb.guile/scm-frame-inline.exp
10902 * gdb.guile/scm-objfile.exp
10903 * gdb.guile/scm-pretty-print.exp
10904 * gdb.guile/scm-symbol.exp
10905 * gdb.guile/scm-type.exp
10906 * gdb.guile/scm-value.exp
10907 * gdb.linespec/keywords.exp
10908 * gdb.linespec/ls-errs.exp
10909 * gdb.linespec/macro-relative.exp
10910 * gdb.linespec/thread.exp
10911 * gdb.mi/mi-breakpoint-changed.exp
10912 * gdb.mi/mi-dprintf-pending.exp
10913 * gdb.mi/mi-fullname-deleted.exp
10914 * gdb.mi/mi-logging.exp
10915 * gdb.mi/mi-pending.exp
10916 * gdb.mi/mi-solib.exp
10917 * gdb.mi/new-ui-mi-sync.exp
10918 * gdb.mi/user-selected-context-sync.exp
10919 * gdb.multi/dummy-frame-restore.exp
10920 * gdb.multi/multi-arch-exec.exp
10921 * gdb.multi/remove-inferiors.exp
10922 * gdb.multi/watchpoint-multi-exit.exp
10923 * gdb.opt/solib-intra-step.exp
10924 * gdb.perf/backtrace.exp
10925 * gdb.perf/single-step.exp
10926 * gdb.perf/skip-command.exp
10927 * gdb.perf/skip-prologue.exp
10928 * gdb.perf/solib.exp
10929 * gdb.python/lib-types.exp
10930 * gdb.python/py-as-string.exp
10931 * gdb.python/py-bad-printers.exp
10932 * gdb.python/py-block.exp
10933 * gdb.python/py-breakpoint.exp
10934 * gdb.python/py-cmd.exp
10935 * gdb.python/py-events.exp
10936 * gdb.python/py-evthreads.exp
10937 * gdb.python/py-finish-breakpoint.exp
10938 * gdb.python/py-finish-breakpoint2.exp
10939 * gdb.python/py-frame-inline.exp
10940 * gdb.python/py-frame.exp
10941 * gdb.python/py-inferior.exp
10942 * gdb.python/py-infthread.exp
10943 * gdb.python/py-mi.exp
10944 * gdb.python/py-objfile.exp
10945 * gdb.python/py-pp-maint.exp
10946 * gdb.python/py-pp-registration.exp
10947 * gdb.python/py-prettyprint.exp
10948 * gdb.python/py-recurse-unwind.exp
10949 * gdb.python/py-shared.exp
10950 * gdb.python/py-symbol.exp
10951 * gdb.python/py-symtab.exp
10952 * gdb.python/py-template.exp
10953 * gdb.python/py-type.exp
10954 * gdb.python/py-unwind-maint.exp
10955 * gdb.python/py-unwind.exp
10956 * gdb.python/py-value.exp
10957 * gdb.python/python.exp
10958 * gdb.reverse/finish-reverse-bkpt.exp
10959 * gdb.reverse/insn-reverse.exp
10960 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10961 * gdb.reverse/solib-precsave.exp
10962 * gdb.reverse/solib-reverse.exp
10963 * gdb.stabs/gdb11479.exp
10964 * gdb.stabs/weird.exp
10965 * gdb.threads/fork-child-threads.exp
10966 * gdb.threads/fork-plus-threads.exp
10967 * gdb.threads/fork-thread-pending.exp
10968 * gdb.threads/forking-threads-plus-breakpoint.exp
10969 * gdb.threads/hand-call-in-threads.exp
10970 * gdb.threads/interrupted-hand-call.exp
10971 * gdb.threads/linux-dp.exp
10972 * gdb.threads/local-watch-wrong-thread.exp
10973 * gdb.threads/next-while-other-thread-longjmps.exp
10974 * gdb.threads/non-ldr-exit.exp
10975 * gdb.threads/pending-step.exp
10976 * gdb.threads/print-threads.exp
10977 * gdb.threads/process-dies-while-detaching.exp
10978 * gdb.threads/process-dies-while-handling-bp.exp
10979 * gdb.threads/pthreads.exp
10980 * gdb.threads/queue-signal.exp
10981 * gdb.threads/reconnect-signal.exp
10982 * gdb.threads/signal-command-handle-nopass.exp
10983 * gdb.threads/signal-command-multiple-signals-pending.exp
10984 * gdb.threads/signal-delivered-right-thread.exp
10985 * gdb.threads/signal-sigtrap.exp
10986 * gdb.threads/sigthread.exp
10987 * gdb.threads/staticthreads.exp
10988 * gdb.threads/stepi-random-signal.exp
10989 * gdb.threads/thread-unwindonsignal.exp
10990 * gdb.threads/thread_check.exp
10991 * gdb.threads/thread_events.exp
10992 * gdb.threads/tid-reuse.exp
10993 * gdb.threads/tls-nodebug.exp
10994 * gdb.threads/tls-shared.exp
10995 * gdb.threads/tls-so_extern.exp
10996 * gdb.threads/tls.exp
10997 * gdb.threads/wp-replication.exp
10998 * gdb.trace/actions-changed.exp
10999 * gdb.trace/actions.exp
11000 * gdb.trace/backtrace.exp
11001 * gdb.trace/change-loc.exp
11002 * gdb.trace/collection.exp
11003 * gdb.trace/deltrace.exp
11004 * gdb.trace/disconnected-tracing.exp
11005 * gdb.trace/entry-values.exp
11006 * gdb.trace/ftrace-lock.exp
11007 * gdb.trace/ftrace.exp
11008 * gdb.trace/infotrace.exp
11009 * gdb.trace/mi-trace-frame-collected.exp
11010 * gdb.trace/mi-trace-unavailable.exp
11011 * gdb.trace/mi-traceframe-changed.exp
11012 * gdb.trace/mi-tracepoint-changed.exp
11013 * gdb.trace/mi-tsv-changed.exp
11014 * gdb.trace/no-attach-trace.exp
11015 * gdb.trace/packetlen.exp
11016 * gdb.trace/passc-dyn.exp
11017 * gdb.trace/passcount.exp
11018 * gdb.trace/pending.exp
11019 * gdb.trace/pr16508.exp
11020 * gdb.trace/qtro.exp
11021 * gdb.trace/range-stepping.exp
11022 * gdb.trace/read-memory.exp
11023 * gdb.trace/report.exp
11024 * gdb.trace/save-trace.exp
11025 * gdb.trace/signal.exp
11026 * gdb.trace/stap-trace.exp
11027 * gdb.trace/status-stop.exp
11028 * gdb.trace/strace.exp
11029 * gdb.trace/tfile.exp
11030 * gdb.trace/tfind.exp
11031 * gdb.trace/trace-break.exp
11032 * gdb.trace/trace-condition.exp
11033 * gdb.trace/trace-enable-disable.exp
11034 * gdb.trace/trace-mt.exp
11035 * gdb.trace/tracecmd.exp
11036 * gdb.trace/tracefile-pseudo-reg.exp
11037 * gdb.trace/tspeed.exp
11038 * gdb.trace/tstatus.exp
11039 * gdb.trace/tsv.exp
11040 * gdb.trace/unavailable.exp
11041 * gdb.trace/while-dyn.exp
11042 * gdb.trace/while-stepping.exp
11043 * lib/gdb-guile.exp
11044 * lib/gdb.exp
11045 * lib/mi-support.exp
11046 * lib/pascal.exp
11047 * lib/perftest.exp
11048 * lib/prelink-support.exp
11049 * lib/selftest-support.exp
11050
11051 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11052
11053 * Makefile.in: Include disable-implicit-rules.mk.
11054
11055 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11056
11057 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11058 non-byte-aligned bit fields.
11059
11060 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11061
11062 PR gdb/12616
11063 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11064 respects the DW_AT_data_bit_offset attribute.
11065
11066 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11067
11068 * gdb.base/default.exp: Fix output of "set language".
11069
11070 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11071
11072 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11073 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11074 make.
11075 * configure.ac: Remove checks for the make program.
11076 * configure: Re-generate.
11077
11078 2016-11-16 Kevin Buettner <kevinb@redhat.com>
11079
11080 * gdb.python/py-recurse-unwind.c (main): Add loop.
11081 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11082 to read_register() and gdb.parse_and_eval(). Make each code
11083 call a separate case that can be individually tested.
11084 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11085 proc. Call cont_and_backtrace for each of the code paths that
11086 we want to test in the unwinder.
11087
11088 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11089
11090 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11091 the definition of struct S.
11092
11093 2016-11-11 Catherine Moore <clm@codesourcery.com>
11094
11095 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11096
11097 2016-11-09 Pedro Alves <palves@redhat.com>
11098
11099 * gdb.base/commands.exp (runto_or_return): New procedure.
11100 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11101 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11102 (progvar_simple_while_test, progvar_complex_if_while_test)
11103 (if_while_breakpoint_command_test)
11104 (infrun_breakpoint_command_test, breakpoint_command_test)
11105 (user_defined_command_test, watchpoint_command_test)
11106 (test_command_prompt_position, redefine_hook_test)
11107 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11108 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11109 multi_line_input and multi_line. Remove gdb_expect and
11110 gdb_stop_suppressing_tests uses.
11111 * lib/gdb.exp (valnum_re): New global.
11112 (multi_line_input): New procedure.
11113
11114 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11115
11116 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11117 Remove.
11118 (test_setup): Define with proc_with_prefix.
11119 (test_cli_inferior): Likewise.
11120 (test_cli_thread): Likewise.
11121 (test_cli_frame): Likewise.
11122 (test_cli_select_frame): Likewise.
11123 (test_cli_up_down): Likewise.
11124 (test_mi_thread_select): Likewise.
11125 (test_mi_stack_select_frame): Likewise.
11126 (test_cli_in_mi_inferior): Likewise.
11127 (test_cli_in_mi_thread): Likewise.
11128 (test_cli_in_mi_frame): Likewise.
11129 (top level): Do not use with_test_prefix_procname.
11130
11131 2016-11-09 Pedro Alves <palves@redhat.com>
11132
11133 * gdb.base/commands.exp (gdbvar_simple_if_test)
11134 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11135 (progvar_simple_if_test, progvar_simple_while_test)
11136 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11137 (infrun_breakpoint_command_test, breakpoint_command_test)
11138 (user_defined_command_test, watchpoint_command_test)
11139 (test_command_prompt_position, deprecated_command_test)
11140 (bp_deleted_in_command, temporary_breakpoint_commands)
11141 (stray_arg0_test, source_file_with_indented_comment)
11142 (recursive_source_test, if_commands_test)
11143 (error_clears_commands_left, redefine_hook_test)
11144 (redefine_backtrace_test): Use proc_with_prefix.
11145 * lib/gdb.exp (proc_with_prefix): New proc.
11146
11147 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11148
11149 * gdb.base/tui-layout.c: New file.
11150 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11151 disassembly window contains very long lines.
11152
11153 2016-11-08 Tom Tromey <tom@tromey.com>
11154
11155 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11156 depend on Python 2.
11157
11158 2016-11-08 Tom Tromey <tom@tromey.com>
11159
11160 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11161 New method.
11162
11163 2016-10-29 Manish Goregaokar <manish@mozilla.com>
11164
11165 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
11166
11167 2016-10-27 Manish Goregaokar <manish@mozilla.com>
11168
11169 * gdb.rust/simple.rs: Add test for univariant enums without
11170 discriminants and for encoded struct-like enums.
11171
11172 2016-10-28 Pedro Alves <palves@redhat.com>
11173
11174 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11175 gdb_test_multiple, tighten regexps and match symtabs and line
11176 tables incrementally.
11177
11178 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
11179
11180 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11181 general.
11182
11183 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
11184
11185 * gdb.base/exec-invalid-sysroot.exp: New file.
11186
11187 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11188
11189 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11190
11191 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11192
11193 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11194
11195 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11196
11197 * gdb.base/killed-outside.exp: Remove $options from a call to
11198 `prepare_for_testing'.
11199
11200 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11201
11202 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11203 Change test message.
11204
11205 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11206
11207 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11208 Update comment.
11209
11210 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11211
11212 * gdb.trace/mi-trace-save.exp: New file.
11213
11214 2016-10-13 Yao Qi <yao.qi@linaro.org>
11215
11216 * gdb.base/code_elim.exp (get_var_address): Remove.
11217 * gdb.base/relocate.exp: Likewise.
11218 * gdb.base/shreloc.exp: Likewise.
11219 * lib/gdb.exp (get_var_address): New.
11220
11221 2016-10-13 Yao Qi <yao.qi@linaro.org>
11222
11223 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11224 floating point tests if $skip_float_test is false.
11225
11226 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
11227
11228 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11229 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11230 argc values.
11231 Add 1 to argc so we guarantee distinct initial/modified argc values.
11232
11233 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11234
11235 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11236
11237 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11238
11239 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11240 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11241 * gdb.arch/vsx-regs.exp: Likewise.
11242
11243 2016-10-07 Yao Qi <yao.qi@linaro.org>
11244
11245 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11246
11247 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11248
11249 * gdb.python/python.exp: Test decode_line("*0").
11250
11251 2016-10-06 Doug Evans <dje@google.com>
11252
11253 * gdb.python/py-value.exp (test_value_creation): Add test for large
11254 unsigned 64-bit value.
11255
11256 2016-10-06 Tom Tromey <tom@tromey.com>
11257
11258 * gdb.compile/compile.exp: Change java tests to rust.
11259 * gdb.base/setshow.exp: Change java tests to rust.
11260 * gdb.base/default.exp: Remove java from language list.
11261 * README (Examples): Update language example.
11262 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11263 test.
11264 * lib/gdb.exp (skip_java_tests): Remove.
11265 * lib/java.exp: Remove.
11266 * gdb.java: Remove.
11267
11268 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11269
11270 * gdb.arch/mips-fcr.exp: New test.
11271 * gdb.arch/mips-fcr.c: Source for the new test.
11272
11273 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11274
11275 * gdb.base/solib-disc.exp: Use `standard_output_file'
11276 throughout.
11277
11278 2016-10-06 Pedro Alves <palves@redhat.com>
11279
11280 * gdb.base/jit-simple-dl.c: New file.
11281 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11282 * gdb.base/jit-simple.c: ... this.
11283 * gdb.base/jit-simple.exp (jit_run): Delete.
11284 (build_jit): New proc.
11285 (jit_test_reread): Recompile either the main program or the shared
11286 library, depending on what is being tested. Skip changing address
11287 if caller wants to. Compare before/after addresses. If testing
11288 standalone, explicitly load the binary. Test "maint info
11289 breakpoints".
11290 (top level): Add "standalone vs shared lib" and "change address"
11291 vs "same address" axes.
11292
11293 2016-10-06 Pedro Alves <palves@redhat.com>
11294
11295 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11296 call.
11297 (jit_run): Delete.
11298 (jit_test_reread): Use with_test_prefix. Reload the main binary
11299 explicitly. Compare the before/after addresses of the JIT
11300 descriptor.
11301
11302 2016-08-15 Doug Evans <dje@google.com>
11303
11304 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11305 for single bitfields is bool.
11306 * gdb.xml/tdesc-regs.exp: Ditto.
11307
11308 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11309
11310 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11311
11312 2016-10-05 Yao Qi <yao.qi@linaro.org>
11313
11314 * lib/gdb.exp (support_complex_tests): Return zero if
11315 gdb_skip_float_test return true.
11316
11317 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11318 Simon Marchi <simon.marchi@ericsson.com>
11319
11320 PR gdb/20487
11321 * gdb.mi/user-selected-context-sync.exp: New file.
11322 * gdb.mi/user-selected-context-sync.c: New file.
11323
11324 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11325 Simon Marchi <simon.marchi@ericsson.com>
11326
11327 PR gdb/20487
11328 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11329 =thread-select-event check.
11330
11331 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11332
11333 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11334 the compulsory L operand changes.
11335 * gdb.arch/powerpc-power.s: Likewise.
11336
11337 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11338
11339 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11340 * gdb.base/jit-attach-pie.c: New file.
11341 * gdb.base/jit-attach-pie.exp: New file.
11342
11343 2016-09-28 Pedro Alves <palves@redhat.com>
11344
11345 * gdb.base/infcall-input.c: New file.
11346 * gdb.base/infcall-input.exp: New file.
11347
11348 2016-09-22 Yao Qi <yao.qi@linaro.org>
11349
11350 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11351 (gdb_exit): Rename it to ...
11352 (gdbserver_gdb_exit): ... Close GDBserver.
11353 (gdb_exit): New proc, call gdbserver_gdb_exit.
11354 (mi_gdb_exit): Likewise.
11355
11356 2016-09-22 Yao Qi <yao.qi@linaro.org>
11357
11358 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11359 path.
11360 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11361 Remove duplication.
11362
11363 2016-09-22 Yao Qi <yao.qi@linaro.org>
11364
11365 * lib/gdbserver-support.exp: Check the existence of
11366 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11367
11368 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11369
11370 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11371
11372 2016-09-21 Tom Tromey <tom@tromey.com>
11373
11374 PR gdb/20604:
11375 * gdb.base/quit.exp: New file.
11376
11377 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11378
11379 * .gitignore: New file.
11380
11381 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11382
11383 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11384 throughout.
11385
11386 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11387
11388 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11389
11390 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11391
11392 * gdb.cp/casts.cc (decltype): Move it ...
11393 (main): ... with its call to ...
11394 * gdb.cp/casts03.cc: ... a new file.
11395 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11396
11397 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11398
11399 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11400
11401 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11402
11403 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11404 and sync up the test with tests in gas/testsuite/gas/ppc.
11405 * gdb.arch/powerpc-power.exp: Likewise.
11406
11407 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11408
11409 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11410
11411 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11412 Jan Kratochvil <jan.kratochvil@redhat.com>
11413
11414 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11415 make m1's definition to be different from m2's. Use 'dummy' as an
11416 argument for probe 'two'.
11417
11418 2016-09-10 Jon Beniston <jon@beniston.com>
11419
11420 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11421 for sim target.
11422
11423 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11424
11425 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11426 variable declaration.
11427 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11428 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11429 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11430 received HWCAP as its argument.
11431
11432 2016-09-06 Pedro Alves <palves@redhat.com>
11433
11434 * gdb.base/new-ui-pending-input.c: New file.
11435 * gdb.base/new-ui-pending-input.exp: New file.
11436 * gdb.exp (clear_gdb_spawn_id): New procedure.
11437 (with_spawn_id): Check whether gdb_spawn_id exists before
11438 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11439 on exit.
11440
11441 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11442
11443 * gdb.base/float128.c: New file.
11444 * gdb.base/float128.exp: Likewise.
11445 * gdb.base/floatn.c: Likewise.
11446 * gdb.base/floatn.exp: Likewise.
11447
11448 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11449
11450 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11451
11452 2016-09-05 Pedro Alves <palves@redhat.com>
11453
11454 PR backtrace/19927
11455 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11456 unwinders are immediately called as side effect of "source" or
11457 "disable unwinder" commands.
11458 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11459
11460 2016-09-02 Yao Qi <yao.qi@linaro.org>
11461
11462 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11463 is true and $type is "float" or "double".
11464
11465 2016-09-02 Yao Qi <yao.qi@linaro.org>
11466
11467 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11468 true.
11469 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11470 * gdb.base/call-rt-st.exp: Likewise.
11471 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11472 return value instead of gdb,skip_float_test.
11473 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11474 (do_function_calls): Use its return value instead of
11475 gdb,skip_float_test.
11476 * gdb.base/finish.exp: Likewise.
11477 * gdb.base/funcargs.exp: Likewise.
11478 * gdb.base/return.exp: Likewise.
11479 * gdb.base/return2.exp: Likewise.
11480 * gdb.base/varargs.exp: Likewise.
11481 * lib/gdb.exp (gdb_skip_float_test): Change it to
11482 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11483
11484 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11485
11486 * gdb.multi/tids.exp: Test "thread apply all".
11487
11488 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11489
11490 * gdb.base/default.exp (tty): Remove.
11491
11492 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11493
11494 * gdb.python/py-recurse-unwind.c: New file.
11495 * gdb.python/py-recurse-unwind.py: New file.
11496 * gdb.python/py-recurse-unwind.exp: New file.
11497
11498 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11499
11500 * gdb.base/set-inferior-tty.exp: New file.
11501 * gdb.base/set-inferior-tty.c: New file.
11502
11503 2016-08-23 Pedro Alves <palves@redhat.com>
11504
11505 PR gdb/20494
11506 * gdb.base/new-ui-echo.c: New file.
11507 * gdb.base/new-ui-echo.exp: New file.
11508
11509 2016-08-23 Yao Qi <yao.qi@linaro.org>
11510
11511 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11512 gdbserver_spawn.
11513 * gdb.server/connect-without-multi-process.exp (do_test):
11514 Likewise.
11515
11516 2016-08-23 Yao Qi <yao.qi@linaro.org>
11517
11518 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11519 standalone_txt. Delete gdb_txt and standalone_txt on host
11520 and target. Spawn the binary on target. Copy files from
11521 target to host.
11522
11523 2016-08-22 Pedro Alves <palves@redhat.com>
11524
11525 PR gdb/20505
11526 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11527 with_test_prefix. Factor out bits to ...
11528 (test_no_vdso): ... this new procedure.
11529
11530 2016-08-19 Carl Love <cel@us.ibm.com>
11531
11532 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11533 maintaining separate logic for constructing the output path.
11534 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11535 * gdb.arch/ppc-dfp.exp: Likewise.
11536 * gdb.arch/ppc-fp.exp: Likewise.
11537 * gdb.arch/vsx-regs.exp: Likewise.
11538 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11539 binprefix for generating the additional binary files.
11540
11541 2016-08-19 Pedro Alves <palves@redhat.com>
11542
11543 * gdb.trace/mi-trace-frame-collected.exp
11544 (test_trace_frame_collected): On x32, expect two registers.
11545
11546 2016-08-18 Carl Love <cel@us.ibm.com>
11547
11548 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11549 and sync up the test with tests in gas/testsuite/gas/ppc.
11550 * gdb.arch/powerpc-power.exp: Likewise.
11551
11552 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11553
11554 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11555 expected error message.
11556
11557 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11558
11559 * gdb.multi/remove-inferiors.exp: New file.
11560 * gdb.multi/remove-inferiors.c: New file.
11561
11562 2016-08-12 Yao Qi <yao.qi@linaro.org>
11563
11564 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11565 argument list.
11566
11567 2016-08-10 Pedro Alves <palves@redhat.com>
11568
11569 PR gdb/19187
11570 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11571 setup_kfails.
11572
11573 2016-08-09 Pedro Alves <palves@redhat.com>
11574 Simon Marchi <simon.marchi@ericsson.com>
11575
11576 PR gdb/20418
11577 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11578 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11579
11580 2016-08-09 Pedro Alves <palves@redhat.com>
11581
11582 PR mi/20431
11583 * gdb.mi/mi-cmd-error.exp: New file.
11584
11585 2016-08-09 Pedro Alves <palves@redhat.com>
11586
11587 PR gdb/18653
11588 * gdb.base/signals-state-child.c: New file.
11589 * gdb.base/signals-state-child.exp: New file.
11590 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11591
11592 2016-08-09 Pedro Alves <palves@redhat.com>
11593
11594 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11595
11596 2016-08-03 Tom Tromey <tom@tromey.com>
11597
11598 PR python/18565:
11599 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11600
11601 2016-08-01 Yao Qi <yao.qi@linaro.org>
11602
11603 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11604 variable mode to "multi-process" if $multi_process is 1, otherwise
11605 set it to "single-process".
11606
11607 2016-08-01 Yao Qi <yao.qi@linaro.org>
11608
11609 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11610 * gdb.cp/cpexprs.exp: Likewise.
11611 * gdb.cp/m-static.exp: Likewise.
11612
11613 2016-07-26 Tom Tromey <tom@tromey.com>
11614
11615 PR python/20190:
11616 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11617 test.
11618
11619 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11620
11621 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11622 selecting assembly source files.
11623 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11624 assembly source files.
11625 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11626 assembly source files.
11627 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11628 selecting assembly source files.
11629
11630 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11631
11632 * gdb.base/new-ui.exp (do_test_invalid_args): New
11633 procedure.
11634
11635 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11636
11637 * gdb.btrace/reconnect.c: New file.
11638 * gdb.btrace/reconnect.exp: New file.
11639
11640 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11641
11642 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11643 to test_catch_syscall_group.
11644 (test_catch_syscall_group): New.
11645
11646 2016-07-21 Tom Tromey <tom@tromey.com>
11647
11648 * gdb.rust/simple.rs (main): Use empty struct expression.
11649 * gdb.rust/simple.exp: Add tests for empty struct expression.
11650
11651 2016-07-21 Yao Qi <yao.qi@linaro.org>
11652
11653 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11654 if gdb_skip_xml_test is true on some targets.
11655
11656 2016-07-21 Yao Qi <yao.qi@linaro.org>
11657
11658 * gdb.server/solib-list.exp: Unset last_loaded_file.
11659
11660 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11661
11662 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11663 "step into captured_main (args)".
11664
11665 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11666
11667 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11668
11669 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11670
11671 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11672
11673 2016-07-19 Pedro Alves <palves@redhat.com>
11674
11675 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11676 * gdb.opt/inline-bt.exp: Likewise.
11677 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11678 additional_flags=-Winline.
11679 * gdb.opt/inline-locals.exp: Likewise.
11680 * gdb.opt/inline-markers.c (ATTR): Define.
11681 (inlined_fn): Use it.
11682
11683 2016-07-19 Yao Qi <yao.qi@linaro.org>
11684
11685 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11686 (test_with_self): Remove some code. Remove argument executable.
11687 (top-level): Use do_self_tests.
11688
11689 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
11690 Don Breazeal <donb@codesourcery.com>
11691
11692 * gdb.base/maint.exp: Escape paths used in regular expressions.
11693 * gdb.stabs/weird.exp: Likewise.
11694
11695 2016-07-13 Tom Tromey <tom@tromey.com>
11696
11697 PR python/15620, PR python/18620:
11698 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11699 (test_bkpt_events): New procs.
11700
11701 2016-07-13 Tom Tromey <tom@tromey.com>
11702
11703 PR python/17698:
11704 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11705 test.
11706 (test_watchpoints): Likewise.
11707 (test_bkpt_pending): New proc.
11708
11709 2016-07-13 Tom Tromey <tom@tromey.com>
11710
11711 PR cli/18053:
11712 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11713 completion test.
11714
11715 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11716
11717 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11718 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11719 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11720 f_label.
11721 (g): Rename g_end_lbl to g_label.
11722 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11723 low_pc and high_pc.
11724 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11725
11726 2016-07-12 Tom Tromey <tom@tromey.com>
11727
11728 PR python/19293:
11729 * gdb.python/py-unwind-maint.exp: Update tests.
11730
11731 2016-07-12 Yao Qi <yao.qi@linaro.org>
11732
11733 * lib/selftest-support.exp (selftest_setup): Match the output
11734 when captured_main is inlined.
11735
11736 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11737
11738 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11739 New variables.
11740 (print this%a, print this%b, print this): New tests.
11741 * gdb.fortran/derived-types.f90 (this): New object and
11742 initialization.
11743
11744 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11745
11746 * gdb.ada/arraydim.exp: Remove extra directory level in build
11747 directory.
11748
11749 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11750
11751 * lib/ada.exp: Remove extra directory level in build directory.
11752 * gdb.ada/cond_lang.exp: Likewise.
11753 * gdb.ada/exec_changed.exp: Likewise.
11754 * gdb.ada/lang_switch.exp: Likewise.
11755
11756 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11757
11758 * simple.rs: Add test for raw pointer subscripting.
11759 * simple.exp: Add test expectations.
11760
11761 2016-07-05 Yao Qi <yao.qi@linaro.org>
11762
11763 * gdb.mi/mi-reverse.exp: Match =record-started output.
11764
11765 2016-07-01 Pedro Alves <palves@redhat.com>
11766
11767 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11768 procedure.
11769 (jit_reader_test): Test the jit reader's unwinder.
11770 * gdb.base/jithost.c (jit_function_00_code): New global.
11771 (main): Use memcpy to fill in the mmapped code, instead of poking
11772 bytes manually here.
11773 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11774 value.
11775 (read_debug_info): Save the function's range.
11776 (read_sp): New function.
11777 (unwind_frame): Use it. Also unwind RBP.
11778 (get_frame_id): Use read_sp.
11779 (gdb_init_reader): Use calloc instead of malloc.
11780 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11781 parameter. Use gdb_test_multiple.
11782
11783 2016-07-01 Pedro Alves <palves@redhat.com>
11784 Antoine Tremblay <antoine.tremblay@ericsson.com>
11785
11786 * gdb.threads/process-dies-while-detaching.c: New file.
11787 * gdb.threads/process-dies-while-detaching.exp: New file.
11788
11789 2016-07-01 Pedro Alves <palves@redhat.com>
11790
11791 * gdb.multi/watchpoint-multi-exit.c: New file.
11792 * gdb.multi/watchpoint-multi-exit.exp: New file.
11793
11794 2016-06-30 Pedro Alves <palves@redhat.com>
11795
11796 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11797 unset inferior_spawn_id.
11798
11799 2016-06-30 Pedro Alves <palves@redhat.com>
11800
11801 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11802 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11803
11804 2016-06-29 Yao Qi <yao.qi@linaro.org>
11805
11806 * gdb.base/return.c: Add copyright header.
11807
11808 2016-06-29 Tom Tromey <tom@tromey.com>
11809
11810 PR python/20129:
11811 * gdb.python/py-framefilter.exp: Add tests for setting priority
11812 and disabling of non-existent frame filter.
11813
11814 2016-06-29 Yao Qi <yao.qi@linaro.org>
11815
11816 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11817 0x0f07ff.
11818
11819 2016-06-28 Yao Qi <yao.qi@linaro.org>
11820
11821 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11822 triplets. Start gdb, execute catch syscall, and continue. Check
11823 gdb's output to determine catch syscall is supported.
11824
11825 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11826
11827 * gdb.rust/simple.rs: Add test for returning unit in a function.
11828 * gdb.rust/simple.exp: Add expectation for functions returning
11829 unit.
11830
11831 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11832
11833 * gdb.python/py-breakpoint-create-fail.c,
11834 gdb.python/py-breakpoint-create-fail.exp,
11835 gdb.python/py-breakpoint-create-fail.py: New testcase.
11836
11837 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11838
11839 PR gdb/20239
11840 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11841 * gdb.rust/simple.exp: Add test expectations for new NonZero
11842 tests.
11843
11844 2016-06-24 David Taylor <dtaylor@emc.com>
11845
11846 * gdb.base/offsets.exp: New file.
11847 * gdb.base/offsets.c: New file.
11848
11849 2016-06-23 Tom Tromey <tom@tromey.com>
11850
11851 PR gdb/16483:
11852 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11853 before any filters are loaded.
11854
11855 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11856
11857 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11858 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11859 structs.
11860 * gdb.fortran/derived-type-function.exp: New file.
11861 * gdb.fortran/derived-type-function.f90: New file.
11862
11863
11864 2016-06-21 Pedro Alves <palves@redhat.com>
11865
11866 * gdb.base/new-ui.exp: New file.
11867 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11868 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11869 (with_spawn_id): New procedure.
11870
11871 2016-06-21 Pedro Alves <palves@redhat.com>
11872
11873 * gdb.mi/mi-exec-run.exp: New file.
11874
11875 2016-06-21 Pedro Alves <palves@redhat.com>
11876
11877 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11878 breakpoint command's output on the main UI.
11879 (test_break): New procedure, factored out from calls in the top
11880 level.
11881 (top level): Use foreach_with_prefix to test MI as main UI and as
11882 separate UI.
11883
11884 2016-06-21 Pedro Alves <palves@redhat.com>
11885
11886 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11887 (test_awatch_creation_and_listing)
11888 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11889 Remove 'type' parameter.
11890 (test_watchpoint_all): New parameter mi_mode. Remove
11891 with_test_prefix.
11892 (top level): Use foreach_with_prefix, and add main/separate UI MI
11893 testing axis.
11894
11895 2016-06-21 Pedro Alves <palves@redhat.com>
11896
11897 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11898 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11899 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11900 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11901 (gdb_main_spawn_id, mi_spawn_id): Declare and
11902 comment.
11903 (mi_create_inferior_pty): New procedure,
11904 factored out from default_mi_gdb_start.
11905 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11906 procedures.
11907 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11908 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11909 Use mi_create_inferior_pty.
11910 (mi_gdb_start): Use eval to pass down args list.
11911
11912 2016-06-21 Pedro Alves <palves@redhat.com>
11913
11914 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11915 * gdb.opt/inline-cmds.exp: Add MI tests.
11916
11917 2016-06-21 Pedro Alves <palves@redhat.com>
11918
11919 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11920
11921 2016-06-21 Pedro Alves <palves@redhat.com>
11922
11923 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11924 (top level): Use it instead of mi_execute_to.
11925
11926 2016-06-21 Pedro Alves <palves@redhat.com>
11927
11928 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11929 (cont_handler_str): New.
11930 (signal_stop_handler): Set stop_handler_str instead of printing to
11931 stdout.
11932 (continue_handler): Set cont_handler_str instead of printing to
11933 stdout.
11934 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11935 mi_send_resuming_command. Print stop_handler_str and
11936 cont_handler_str instead of expecting the python events print
11937 directly.
11938
11939 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11940
11941 * gdb.base/jit-reader.exp: New file.
11942 * gdb.base/jithost.c: New file.
11943 * gdb.base/jithost.h: New file.
11944 * gdb.base/jitreader.c : New file.
11945 * gdb.base/jit-protocol.h: New file.
11946
11947 2016-06-17 Yao Qi <yao.qi@linaro.org>
11948
11949 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11950 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11951 and detach-on-fork. Adjust tests.
11952 (top level): Invoke break_cond_on_syscall with combinations of
11953 syscall, follow-fork-mode and detach-on-fork.
11954
11955 2016-06-17 Yao Qi <yao.qi@linaro.org>
11956
11957 * gdb.base/step-over-exit.c: New.
11958 * gdb.base/step-over-exit.exp: New.
11959
11960 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11961
11962 * gdb.base/float.exp: Add target check for nds32*-*-*.
11963 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11964
11965 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11966
11967 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11968 for unsupported target features.
11969 * gdb.base/call-rt-st.exp: Likewise.
11970 * gdb.base/call-sc.exp: Likewise.
11971 * gdb.base/call-signal-resume.exp: Likewise.
11972 * gdb.base/call-strs.exp: Likewise.
11973 * gdb.base/callexit.exp: Likewise.
11974 * gdb.base/callfuncs.exp: Likewise.
11975 * gdb.base/nodebug.exp: Likewise.
11976 * gdb.base/printcmds.exp: Likewise.
11977 * gdb.base/ptype.exp: Likewise.
11978 * gdb.base/structs.exp: Likewise.
11979 * gdb.base/unwindonsignal.exp: Likewise.
11980 * gdb.cp/gdb2495.exp: Likewise.
11981 * gdb.cp/templates.exp: Likewise.
11982 * gdb.cp/virtfunc.exp: Likewise.
11983 * gdb.threads/hand-call-in-threads.exp: Likewise.
11984 * gdb.threads/interrupted-hand-call.exp: Likewise.
11985 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11986
11987 2016-06-10 Tom Tromey <tom@tromey.com>
11988
11989 PR rust/20110:
11990 * gdb.rust/expr.exp: Add test for integer constant larger than
11991 i32.
11992
11993 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11994
11995 * gdb.fortran/nested-funcs.exp: New.
11996 * gdb.fortran/nested-funcs.f90: New.
11997
11998 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11999
12000 * gdb.base/examine-backward.c: New file.
12001 * gdb.base/examine-backward.exp: New file.
12002
12003 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12004
12005 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12006 matching.
12007
12008 2016-06-02 Tom Tromey <tom@tromey.com>
12009
12010 PR python/18984:
12011 * gdb.python/py-shared.exp: Add solib_name test.
12012
12013 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12014
12015 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12016
12017 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12018
12019 PR c++/19893
12020 * gdb.dwarf2/implref.exp: Rename to...
12021 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12022 * gdb.dwarf2/implref-array.c: New file.
12023 * gdb.dwarf2/implref-array.exp: Likewise.
12024 * gdb.dwarf2/implref-global.c: Likewise.
12025 * gdb.dwarf2/implref-global.exp: Likewise.
12026 * gdb.dwarf2/implref-struct.c: Likewise.
12027 * gdb.dwarf2/implref-struct.exp: Likewise.
12028
12029 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12030
12031 * gdb.trace/trace-condition.exp: Add 64bit tests.
12032
12033 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12034
12035 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12036 bits types.
12037 (main): Adapt to 8 to 64 bits types.
12038 * gdb.trace/trace-condition.exp: Add new tests.
12039
12040 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12041
12042 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12043
12044 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12045
12046 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12047 Move condition tests...
12048 * gdb.trace/trace-condition.exp: Here.
12049
12050 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12051
12052 * gdb.trace/trace-condition.exp: Add counter-case tests.
12053
12054 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12055
12056 PR c++/15231
12057 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12058 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12059
12060 2016-05-27 Pedro Alves <palves@redhat.com>
12061
12062 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12063 New procedure.
12064 (top level): Call it, and bail out of DejaGnu is known to be bad.
12065
12066 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12067
12068 * gdb.base/whatis.c: Extend the test case.
12069 * gdb.base/whatis.exp: Add additional tests.
12070
12071 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12072
12073 * gdb.fortran/type.f90: Add pointer variable.
12074 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12075
12076 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12077
12078 * gdb.fortran/vla-type.exp: Fix testcase name.
12079
12080 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12081
12082 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12083
12084 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12085
12086 * gdb.fortran/type.f90: Add nested structures.
12087 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12088 * gdb.fortran/derived-type.exp: Adapt expected output.
12089 * gdb.fortran/vla-type.exp: Adapt expected output.
12090
12091 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12092
12093 * gdb.fortran/whatis_type.exp: Adapt expected output.
12094
12095 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12096
12097 * gdb.fortran/print_type.exp: Fix expected output.
12098 * gdb.fortran/whatis_type.exp: Fix expected output.
12099
12100 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12101
12102 * gdb.fortran/whatis_type.exp: Use multi_line.
12103
12104 2016-05-24 Tom Tromey <tom@tromey.com>
12105
12106 PR python/17386:
12107 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12108 use value as an index.
12109
12110 2016-05-23 Tom Tromey <tom@tromey.com>
12111
12112 PR python/17981:
12113 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12114 no-breakpoint case.
12115
12116 2016-05-24 Pedro Alves <palves@redhat.com>
12117
12118 PR gdb/19828
12119 * gdb.threads/clone-attach-detach.c: New file.
12120 * gdb.threads/clone-attach-detach.exp: New file.
12121
12122 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12123
12124 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12125
12126 2016-05-23 Tom Tromey <tom@tromey.com>
12127
12128 PR python/19438, PR python/18393:
12129 * gdb.python/py-progspace.exp: Add "dir" test.
12130 * gdb.python/py-objfile.exp: Add "dir" test.
12131
12132 2016-05-23 Yao Qi <yao.qi@linaro.org>
12133
12134 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12135 * gdb.arch/thumb2-it.exp: Likewise.
12136
12137 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12138
12139 * gdb.mi/mi-threads-interrupt.c: New file.
12140 * gdb.mi/mi-threads-interrupt.exp: New file.
12141
12142 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12143
12144 PR gdb/18077
12145 * gdb.mi/mi-async-run.exp: New file.
12146 * gdb.mi/mi-async-run.c: New file.
12147
12148 2016-05-17 Tom Tromey <tom@tromey.com>
12149 Manish Goregaokar <manishsmail@gmail.com>
12150
12151 * lib/rust-support.exp: New file.
12152 * lib/gdb.exp (skip_rust_tests): New proc.
12153 (build_executable_from_specs): Handle rust.
12154 * lib/future.exp (gdb_find_rustc): New proc.
12155 (gdb_default_target_compile): Handle rust.
12156 * gdb.rust/expr.exp: New file.
12157 * gdb.rust/generics.exp: New file.
12158 * gdb.rust/generics.rs: New file.
12159 * gdb.rust/methods.exp: New file.
12160 * gdb.rust/methods.rs: New file.
12161 * gdb.rust/modules.exp: New file.
12162 * gdb.rust/modules.rs: New file.
12163 * gdb.rust/simple.exp: New file.
12164 * gdb.rust/simple.rs: New file.
12165
12166 2016-05-17 Tom Tromey <tom@tromey.com>
12167
12168 * gdb.base/default.exp (set language): Add rust.
12169
12170 2016-05-17 Tom Tromey <tom@tromey.com>
12171
12172 * gdb.gdb/unittest.exp: New file.
12173
12174 2016-05-16 Yao Qi <yao.qi@linaro.org>
12175
12176 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12177 shell_prompt. Update shell_prompt_re.
12178
12179 2016-05-12 Doug Evans <dje@google.com>
12180
12181 PR symtab/19999
12182 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12183 $options when building executable.
12184 * gdb.dwarf2/fission-loclists-pie.S: New file.
12185 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12186
12187 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12188
12189 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12190 of [is_remote target],
12191
12192 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12193
12194 * lib/gdb.exp (use_gdb_stub): New procedure.
12195
12196 2016-05-03 Yunlian Jiang <yunlian@google.com>
12197 Doug Evans <dje@google.com>
12198
12199 PR symtab/19914
12200 * gdb.dwarf2/dwp-sepdebug.c: New file.
12201 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12202
12203 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12204
12205 * gdb.base/detach.exp: Remove is_remote check.
12206
12207 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12208
12209 * gdb.base/annota-input-while-running.exp: Don't check for
12210 [is_remote target]. Enable annotations after running to main.
12211 Remove unused "set test..." line.
12212
12213 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12214
12215 * gdb.trace/trace-enable-disable.exp: New file.
12216 * gdb.trace/trace-enable-disable.c: New file.
12217
12218 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12219
12220 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12221 use it in info sharedlibrary test.
12222 * gdb.trace/ftrace-lock.exp: Likewise.
12223 * gdb.trace/ftrace.exp: Likewise.
12224 * gdb.trace/range-stepping.exp: Likewise.
12225 * gdb.trace/trace-break.exp: Likewise.
12226 * gdb.trace/trace-condition.exp: Likewise.
12227 * gdb.trace/trace-mt.exp: Likewise.
12228
12229 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12230
12231 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12232 (gdb_load_shlib): ... this.
12233 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12234 gdb_load_shlib.
12235 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12236 * gdb.base/ctxobj.exp: Likewise.
12237 * gdb.base/dprintf-pending.exp: Likewise.
12238 * gdb.base/dso2dso.exp: Likewise.
12239 * gdb.base/fixsection.exp: Likewise.
12240 * gdb.base/gcore-relro.exp: Likewise.
12241 * gdb.base/gdb1555.exp: Likewise.
12242 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12243 * gdb.base/gnu-ifunc.exp: Likewise.
12244 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12245 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12246 * gdb.base/pending.exp: Likewise.
12247 * gdb.base/print-file-var.exp: Likewise.
12248 * gdb.base/print-symbol-loading.exp: Likewise.
12249 * gdb.base/shlib-call.exp: Likewise.
12250 * gdb.base/shreloc.exp: Likewise.
12251 * gdb.base/so-impl-ld.exp: Likewise.
12252 * gdb.base/solib-disc.exp: Likewise.
12253 * gdb.base/solib-nodir.exp: Likewise.
12254 * gdb.base/solib-overlap.exp: Likewise.
12255 * gdb.base/solib-symbol.exp: Likewise.
12256 * gdb.base/solib-weak.exp (do_test): Likewise.
12257 * gdb.base/sym-file.exp: Likewise.
12258 * gdb.base/symtab-search-order.exp: Likewise.
12259 * gdb.base/type-opaque.exp: Likewise.
12260 * gdb.base/unload.exp: Likewise.
12261 * gdb.base/watchpoint-solib.exp: Likewise.
12262 * gdb.compile/compile.exp: Likewise.
12263 * gdb.cp/gdb2384.exp: Likewise.
12264 * gdb.cp/infcall-dlopen.exp: Likewise.
12265 * gdb.cp/re-set-overloaded.exp: Likewise.
12266 * gdb.fortran/library-module.exp: Likewise.
12267 * gdb.opt/solib-intra-step.exp: Likewise.
12268 * gdb.python/py-finish-breakpoint.exp: Likewise.
12269 * gdb.python/py-shared.exp: Likewise.
12270 * gdb.reverse/solib-precsave.exp: Likewise.
12271 * gdb.reverse/solib-reverse.exp: Likewise.
12272 * gdb.server/solib-list.exp: Likewise.
12273 * gdb.threads/dlopen-libpthread.exp: Likewise.
12274 * gdb.threads/tls-shared.exp: Likewise.
12275 * gdb.threads/tls-so_extern.exp: Likewise.
12276 * gdb.trace/change-loc.exp: Likewise.
12277 * gdb.trace/ftrace-lock.exp: Likewise.
12278 * gdb.trace/ftrace.exp: Likewise.
12279 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12280 * gdb.trace/pending.exp: Likewise.
12281 * gdb.trace/range-stepping.exp: Likewise.
12282 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12283 (strace_info_marker): Likewise.
12284 (strace_probe_marker): Likewise.
12285 (strace_trace_on_same_addr): Likewise.
12286 (strace_trace_on_diff_addr): Likewise.
12287 * gdb.trace/trace-break.exp: Likewise.
12288 * gdb.trace/trace-condition.exp: Likewise.
12289 * gdb.trace/trace-mt.exp: Likewise.
12290
12291 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12292
12293 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12294 result of gdb_remote_download.
12295 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12296 * gdb.base/dso2dso.exp: Likewise.
12297 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12298 * gdb.base/print-file-var.exp: Likewise.
12299 * gdb.base/shlib-call.exp: Likewise.
12300 * gdb.base/shreloc.exp: Likewise.
12301 * gdb.base/solib-overlap.exp: Likewise.
12302 * gdb.base/solib-weak.exp (do_test): Likewise.
12303 * gdb.base/unload.exp: Likewise.
12304
12305 2016-04-27 Yao Qi <yao.qi@linaro.org>
12306
12307 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12308 exists.
12309
12310 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12311
12312 * vla-type.exp: Print structure from toplevel.
12313
12314 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12315
12316 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12317 of dynamic types.
12318 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12319 of dynamic types.
12320
12321 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12322
12323 * gdb.fortran/vla-type.f90: New file.
12324 * gdb.fortran/vla-type.exp: New file.
12325
12326 2016-04-25 Yao Qi <yao.qi@linaro.org>
12327
12328 * gdb.base/branch-to-self.c: New file.
12329 * gdb.base/branch-to-self.exp: New file.
12330
12331 2016-04-22 Yao Qi <yao.qi@linaro.org>
12332
12333 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12334 more after $hex.
12335
12336 2016-04-22 Yao Qi <yao.qi@linaro.org>
12337
12338 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12339 * gdb.base/annota3.exp: Likewise.
12340
12341 2016-04-22 Yao Qi <yao.qi@linaro.org>
12342
12343 * gdb.reverse/step-precsave.exp: Do one step and test program
12344 stops in "callee" and do multiple steps until program goes out
12345 of "callee".
12346 * gdb.reverse/step-reverse.exp: Likewise.
12347
12348 2016-04-22 Yao Qi <yao.qi@linaro.org>
12349
12350 * gdb.trace/signal.exp: Also pass if
12351 $tracepoint_hits($i) > $iterations.
12352
12353 2016-04-22 Yao Qi <yao.qi@linaro.org>
12354
12355 * gdb.trace/signal.c: New file.
12356 * gdb.trace/signal.exp: New file.
12357
12358 2016-04-19 Doug Evans <xdje42@gmail.com>
12359
12360 * gdb.base/bad-file.exp: New file.
12361
12362 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12363
12364 * gdb.dwarf2/implref.exp: New file.
12365
12366 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12367
12368 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12369 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12370 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12371 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12372 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12373 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12374 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12375 * lib/fortran.exp (fortran_int4): New procedure.
12376 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12377 (fortran_logical4): Likewise.
12378
12379 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12380
12381 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12382
12383 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12384
12385 * lib/compiler.c: Add Intel specific preprocessor macros.
12386 * lib/compiler.cc: Likewise.
12387
12388 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
12389
12390 * gdb.server/connect-with-no-symbol-file.c: New file.
12391 * gdb.server/connect-with-no-symbol-file.exp: New file.
12392
12393 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12394
12395 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12396
12397 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12398
12399 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12400 standard output directory.
12401
12402 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12403
12404 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12405
12406 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12407
12408 * gdb.btrace/instruction_history.c (loop): Add declaration.
12409
12410 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12411
12412 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12413
12414 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12415
12416 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12417 parentheses to print.
12418 (continue_handler): Likewise.
12419
12420 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12421
12422 * gdb.server/solib-list.exp: Remove is_remote check.
12423 Pass shlib= to gdb_compile. Don't link shared library with
12424 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12425 Run binary filename through "readlink -f" on the target.
12426
12427 2016-04-08 Pedro Alves <palves@redhat.com>
12428
12429 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12430 interpreter filename as argument to gdbserver_spawn.
12431 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12432 Return empty if $last_loaded_file does not exist.
12433
12434 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12435
12436 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12437 * gdb.base/jit-main.c: Use exit after usage.
12438
12439 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12440
12441 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12442 GDBHISTSIZE prior to the tests.
12443 * gdb.base/gdbinit-history.exp: Likewise.
12444
12445 2016-04-07 Pedro Alves <palves@redhat.com>
12446
12447 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12448 instead of build_executable. Use gdb_load_shlibs.
12449
12450 2016-04-07 Yao Qi <yao.qi@linaro.org>
12451
12452 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12453 Execute "si" command.
12454
12455 2016-04-07 Yao Qi <yao.qi@linaro.org>
12456
12457 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12458 number instead of the comments on some line.
12459
12460 2016-04-06 Don Breazeal <donb@codesourcery.com>
12461
12462 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12463 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12464
12465 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12466
12467 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12468 standard_output_file. Remove unused binfile variable.
12469
12470 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
12471
12472 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12473 * gdb.python/py-mi-objfile.exp: Match "list main" output
12474 in console format.
12475
12476 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12477
12478 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12479 absolute.
12480
12481 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12482
12483 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12484 absolute.
12485 * gdb.trace/ftrace.exp: Likewise.
12486 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12487 targets as well.
12488 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12489 (gdb_load_shlibs): Copy libraries to test directory when testing
12490 natively. Only set solib-search-path if testing remotely.
12491 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12492
12493 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12494
12495 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12496 gdb_download. Use it even if the target is not remote.
12497 * gdb.base/jit.exp (compile_jit_test): Likewise.
12498 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12499 output directory if the destination board is local, otherwise use
12500 the standard remote_download from DejaGnu.
12501 (gdb_download): Remove.
12502 (gdb_load_shlibs): Use gdb_remote_download instead of
12503 gdb_download.
12504 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12505 Use gdb_remote_download instead of gdb_download. Use it even if
12506 the target is not remote.
12507 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12508 instead of gdb_download.
12509
12510 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12511
12512 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12513 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12514 run.
12515
12516 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12517
12518 PR gdb/19820
12519 * gdb.base/printcmds.exp: Add artificial arrays tests.
12520
12521 2016-03-31 Pedro Alves <palves@redhat.com>
12522
12523 PR gdb/19858
12524 * gdb.base/jit-main.c: Include unistd.h.
12525 (ATTACH): Define to 0 if not already defined.
12526 (wait_for_gdb, mypid): New globals.
12527 (WAIT_FOR_GDB): New macro.
12528 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12529 some breakpoint locations.
12530 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12531 New procedures.
12532 (one_jit_test): Add REATTACH parameter, and handle it. Use
12533 continue_to_test_location.
12534 (top level): Test attach, and adjusts calls to one_jit_test.
12535
12536 2016-03-31 Pedro Alves <palves@redhat.com>
12537
12538 PR gdb/19858
12539 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12540 BINSUFFIX parameter, and handle it.
12541 (top level): Adjust calls compile_jit_test.
12542
12543 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12544
12545 PR python/19743
12546 * gdb.python/py-mi-events-gdb.py: New file.
12547 * gdb.python/py-mi-events.c: New file.
12548 * gdb.python/py-mi-events.exp: New file.
12549
12550 2016-03-30 Yao Qi <yao.qi@linaro.org>
12551
12552 * gdb.reverse/until-precsave.exp: Match function name only.
12553 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12554 Move malloc to a condition block.
12555 * gdb.reverse/until-reverse.exp: Match function name only.
12556
12557 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12558
12559 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12560 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12561 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12562 variable for GPR 0 instead of assuming it is register 0.
12563 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12564 * lib/trace-support.exp: Add s390 registers.
12565
12566 2016-03-29 Yao Qi <yao.qi@linaro.org>
12567
12568 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12569
12570 2016-03-24 Yao Qi <yao.qi@linaro.org>
12571
12572 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12573 test message.
12574
12575 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12576
12577 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12578 maintaining separate logic for constructing the output path.
12579
12580 2016-03-16 Don Breazeal <donb@codesourcery.com>
12581
12582 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12583 Retry fork and waitpid on interrupted system call errors.
12584 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12585 Use with_timeout_factor to increase timeout by factor of 10.
12586
12587 2016-03-15 Don Breazeal <donb@codesourcery.com>
12588
12589 * gdb.cp/scope-err.cc: New test program.
12590 * gdb.cp/scope-err.exp: New test script.
12591 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12592 lines and "set breakpoint here" comment.
12593 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12594 Fixed some whitespace and format issues.
12595 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12596 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12597
12598 2016-03-15 Doug Evans <dje@google.com>
12599
12600 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12601 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12602 All callers updated. Add tests for enums, mixed flags register.
12603
12604 2016-03-15 Doug Evans <dje@google.com>
12605
12606 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12607 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12608
12609 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12610
12611 * gdb.base/default.exp: Add $_as_string to the list of expected
12612 convenience functions.
12613
12614 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12615
12616 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12617
12618 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12619
12620 * gdb.python/py-as-string.exp: New file.
12621 * gdb.python/py-as-string.c: New file.
12622
12623 2016-03-09 Pedro Alves <palves@redhat.com>
12624
12625 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12626 signal" -> "Thread NN received signal" output change.
12627 * gdb.threads/ia64-sigill.exp: Likewise.
12628 * gdb.threads/linux-dp.exp: Likewise.
12629 * gdb.threads/manythreads.exp: Likewise.
12630 * gdb.threads/pending-step.exp: Likewise.
12631 * gdb.threads/print-threads.exp: Likewise.
12632 * gdb.threads/sigstep-threads.exp: Likewise.
12633 * gdb.threads/staticthreads.exp: Likewise.
12634 * gdb.threads/tls.exp: Likewise.
12635
12636 2016-03-09 Pedro Alves <palves@redhat.com>
12637
12638 * gdb.base/command-line-input.exp: New file.
12639
12640 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12641
12642 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12643 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12644 * gdb.trace/pending.exp: Accept leading dot before function name.
12645 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12646 * lib/trace-support.exp: Set registers for ppc.
12647
12648 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12649
12650 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12651 use it for disassembly; accept .main in addition to main in backtrace.
12652
12653 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
12654 Marcin Kościelnicki <koriakin@0x04.net>
12655
12656 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12657 (gdb_recursion_test_ptr): New global variable.
12658 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12659 gdb_recursion_test.
12660 (gdb_c_test): Ditto.
12661
12662 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12663
12664 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12665 ordering.
12666
12667 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12668
12669 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12670 (bar): Add bar_start_lbl label.
12671 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12672 of foo/bar for emitting DWARF and tracing.
12673
12674 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12675
12676 * analyze-racy-logs.py: Set executable bit.
12677
12678 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12679
12680 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12681 (CHECK_TARGET_TMP): Likewise.
12682 (check-single-racy): New rule.
12683 (check-parallel-racy): Likewise.
12684 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12685 (do-check-parallel-racy): New rule.
12686 (check-racy/%.exp): Likewise.
12687 * README (Racy testcases): New section.
12688 * analyze-racy-logs.py: New file.
12689
12690 2016-03-03 Doug Evans <dje@google.com>
12691
12692 * gdb.base/skip.exp: Use with_test_prefix.
12693
12694 2016-03-03 Yao Qi <yao.qi@linaro.org>
12695
12696 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12697 Invoke step_over_syscall "clone" and break_cond_on_syscall
12698 "clone".
12699 * gdb.base/step-over-clone.c: New file.
12700
12701 2016-03-03 Yao Qi <yao.qi@linaro.org>
12702
12703 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12704 code format.
12705
12706 2016-03-03 Yao Qi <yao.qi@linaro.org>
12707
12708 * gdb.base/disp-step-fork.c: Rename to ...
12709 * gdb.base/step-over-fork.c: ... it. New file.
12710 * gdb.base/disp-step-vfork.c: Rename to ...
12711 * gdb.base/step-over-vfork.c: ... it. New file.
12712 * gdb.base/disp-step-syscall.exp: Rename to ...
12713 * gdb.base/step-over-syscall.exp: ... it. New file.
12714 (disp_step_cross_syscall): Rename to ...
12715 (step_over_syscall): ... it.
12716
12717 2016-03-03 Yao Qi <yao.qi@linaro.org>
12718
12719 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12720 If target supports condition evaluation on target, invoke
12721 break_cond_on_syscall for fork and vfork.
12722
12723 2016-03-03 Yao Qi <yao.qi@linaro.org>
12724
12725 * gdb.base/disp-step-syscall.exp: Don't invoke
12726 support_displaced_stepping.
12727 (disp_step_cross_syscall): Test with displaced stepping off and
12728 on if supported.
12729
12730 2016-03-03 Yao Qi <yao.qi@linaro.org>
12731
12732 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12733 proc.
12734 (setup): New proc.
12735 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12736 and setup.
12737
12738 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12739
12740 * gdb.fortran/vla-history.exp: Remove breakpoint.
12741
12742 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12743
12744 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12745 exceeds timeout.
12746
12747 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12748
12749 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12750 breakpoint.
12751
12752 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12753
12754 * gdb.mi/vla.f90: Nullify pointer after declaration.
12755
12756 2016-03-01 Pedro Alves <palves@redhat.com>
12757
12758 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12759
12760 2016-03-01 Pedro Alves <palves@redhat.com>
12761
12762 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12763 before anything else.
12764 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12765 _GNU_SOURCE here.
12766 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12767 before anything else.
12768 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12769
12770 2016-03-01 Pedro Alves <palves@redhat.com>
12771
12772 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12773
12774 2016-03-01 Yao Qi <yao.qi@linaro.org>
12775
12776 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12777 prepare_for_testing.
12778
12779 2016-03-01 Yao Qi <yao.qi@linaro.org>
12780
12781 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12782
12783 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12784
12785 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12786 manually constructing the output path.
12787
12788 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12789
12790 * gdb.arch/s390-stackless.S: New.
12791 * gdb.arch/s390-stackless.exp: New.
12792
12793 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12794
12795 * gdb.dlang/circular.c: New file.
12796 * gdb.dlang/circular.exp: New file.
12797
12798 2016-02-26 Yao Qi <yao.qi@linaro.org>
12799
12800 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12801 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12802 (testcases): Update.
12803
12804 2016-02-26 Yao Qi <yao.qi@linaro.org>
12805
12806 * gdb.reverse/aarch64.c: Rename to ...
12807 * gdb.reverse/insn-reverse.c: ... it.
12808 * gdb.reverse/aarch64.exp: Rename to ...
12809 * gdb.reverse/insn-reverse.exp: ... it.
12810
12811 2016-02-26 Yao Qi <yao.qi@linaro.org>
12812
12813 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12814 (testcase_ftype): New.
12815 (testcases): New array.
12816 (n_testcases): New.
12817 (main): Call each element in testcases.
12818 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12819 (read_testcase): New.
12820 Do the tests in a loop.
12821
12822 2016-02-25 Yao Qi <yao.qi@linaro.org>
12823
12824 * gdb.base/branches.c: Remove.
12825
12826 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12827
12828 PR gdb/13808
12829 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12830
12831 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12832
12833 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12834
12835 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12836
12837 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12838 change x86_64 call_insn to 'callq'.
12839
12840 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12841
12842 * gdb.trace/tfile-avx.c: Move to...
12843 * gdb.trace/tracefile-pseudo-reg.c: Here.
12844 * gdb.trace/tfile-avx.exp: Move to...
12845 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12846
12847 2016-02-24 Gary Benson <gbenson@redhat.com>
12848
12849 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12850 message on attach.
12851
12852 2016-02-23 Doug Evans <dje@google.com>
12853
12854 * gdb.base/skip.c (test_skip): New function.
12855 (end_test_skip_file_and_function): New function.
12856 (test_skip_file_and_function): New function.
12857 * gdb.base/skip1.c (test_skip): New function.
12858 (skip1_test_skip_file_and_function): New function.
12859 * gdb.base/skip.exp: Add tests for new skip options.
12860 * gdb.base/skip-solib.exp: Update expected output.
12861 * gdb.perf/skip-command.cc: New file.
12862 * gdb.perf/skip-command.exp: New file.
12863 * gdb.perf/skip-command.py: New file.
12864
12865 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12866
12867 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12868 info registers pattern.
12869
12870 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12871
12872 * lib/future.exp: Add D support.
12873 (gdb_find_gdc): New proc.
12874 (gdb_default_target_compile): Add D support.
12875
12876 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12877
12878 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12879 user+system time.
12880 (trace_speed_test): Determine the iteration count for a time
12881 between 15..30 seconds.
12882
12883 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12884
12885 * gdb.arch/i386-mpx-sigsegv.c: New file.
12886 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12887 * gdb.arch/i386-mpx-simple_segv.c: New file.
12888 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12889
12890 2016-02-18 Yao Qi <yao.qi@linaro.org>
12891
12892 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12893 Don't call setup_kfail.
12894
12895 2016-02-18 Yao Qi <yao.qi@linaro.org>
12896
12897 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12898 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12899
12900 2016-02-16 Doug Evans <dje@google.com>
12901
12902 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12903 * gdb.base/skip1.c: Ditto.
12904 * gdb.base/skip.exp: Whitespace cleanup.
12905
12906 2016-02-16 Don Breazeal <donb@codesourcery.com>
12907
12908 PR remote/19496
12909 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12910 Remove kfail for PR remote/19496.
12911
12912 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12913
12914 * lib/gdb.exp (standard_temp_file): Return a path specific to
12915 the runtest invocation.
12916
12917 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12918
12919 * gdb.trace/save-trace.exp: Change relative path to be in the
12920 standard output directory.
12921
12922 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12923
12924 * gdb.arch/i386-prologue.c: Add missing prototypes.
12925
12926 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12927
12928 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12929 * gdb.arch/i386-prologue.exp: Likewise.
12930 * gdb.arch/i386-size.exp: Likewise.
12931
12932 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12933
12934 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12935 define object file path.
12936 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12937 file path.
12938 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12939 standard_output_file to define binfile.
12940
12941 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12942
12943 Fix compatibility with recent gfortran-5.3.1.
12944 * gdb.fortran/vla-history.exp (print vla1 allocated)
12945 (print vla2 allocated, print $2, print $3): Remove
12946 (print $4): Rename to ...
12947 (print $2): ... here.
12948 (print $9): Rename to ...
12949 (print $5): ... here.
12950 (print $10): Rename to ...
12951 (print $6): ... here.
12952 * gdb.fortran/vla.f90: Add pvla initialization.
12953
12954 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12955
12956 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12957 New test.
12958 * gdb.fortran/vla-value-sub.exp: Likewise.
12959
12960 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12961
12962 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12963
12964 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12965
12966 * i386-biarch-core.exp: Define corefile using
12967 standard_output_file.
12968
12969 2016-02-12 Yao Qi <yao.qi@linaro.org>
12970
12971 * gdb.arch/arm-single-step-kernel-helper.c: New.
12972 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12973
12974 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12975
12976 * gdb.btrace/tailcall-only.exp: New.
12977 * gdb.btrace/tailcall-only.c: New.
12978 * gdb.btrace/x86_64-tailcall-only.S: New.
12979 * gdb.btrace/i686-tailcall-only.S: New.
12980
12981 2016-02-11 Pedro Alves <palves@redhat.com>
12982
12983 * README (Parallel testing): Add missing double quotes.
12984
12985 2016-02-11 Pedro Alves <palves@redhat.com>
12986
12987 * README (Parallel testing): New section.
12988 (GDB_PARALLEL): Rewrite.
12989 (FORCE_PARALLEL): Document.
12990
12991 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12992
12993 * gdb.trace/tfile-avx.c: New test.
12994 * gdb.trace/tfile-avx.exp: New test.
12995
12996 2016-02-09 Keith Seitz <keiths@redhat.com>
12997
12998 PR breakpoints/19546
12999 * gdb.base/infcall-exec.c: New file.
13000 * gdb.base/infcall-exec2.c: New file.
13001 * gdb.base/infcall-exec.exp: New file.
13002
13003 2016-02-09 Keith Seitz <keiths@redhat.com>
13004
13005 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13006 (toplevel): Call test_bkpt_address.
13007
13008 2016-02-09 Keith Seitz <keiths@redhat.com>
13009
13010 PR python/19506
13011 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13012 (toplevel): Call test_bkpt_address.
13013
13014 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13015
13016 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13017 to AC_OUTPUT.
13018 * configure: Regenerate.
13019
13020 2016-02-09 Pedro Alves <palves@redhat.com>
13021
13022 PR breakpoints/19548
13023 * gdb.base/execl-update-breakpoints.c (some_function): New
13024 function.
13025 (main): Call it.
13026 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13027 Tighten expected GDB output.
13028
13029 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13030
13031 * Makefile.in (ALL_SUBDIRS): Remove.
13032 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13033 (distclean maintainer-clean realclean): Likewise.
13034 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13035 * configure: Regenerate.
13036 * gdb.ada/Makefile.in: Delete.
13037 * gdb.arch/Makefile.in: Likewise.
13038 * gdb.asm/Makefile.in: Likewise.
13039 * gdb.base/Makefile.in: Likewise.
13040 * gdb.btrace/Makefile.in: Likewise.
13041 * gdb.cell/Makefile.in: Likewise.
13042 * gdb.compile/Makefile.in: Likewise.
13043 * gdb.cp/Makefile.in: Likewise.
13044 * gdb.disasm/Makefile.in: Likewise.
13045 * gdb.dlang/Makefile.in: Likewise.
13046 * gdb.dwarf2/Makefile.in: Likewise.
13047 * gdb.fortran/Makefile.in: Likewise.
13048 * gdb.gdb/Makefile.in: Likewise.
13049 * gdb.go/Makefile.in: Likewise.
13050 * gdb.guile/Makefile.in: Likewise.
13051 * gdb.java/Makefile.in: Likewise.
13052 * gdb.linespec/Makefile.in: Likewise.
13053 * gdb.mi/Makefile.in: Likewise.
13054 * gdb.modula2/Makefile.in: Likewise.
13055 * gdb.multi/Makefile.in: Likewise.
13056 * gdb.objc/Makefile.in: Likewise.
13057 * gdb.opencl/Makefile.in: Likewise.
13058 * gdb.opt/Makefile.in: Likewise.
13059 * gdb.pascal/Makefile.in: Likewise.
13060 * gdb.perf/Makefile.in: Likewise.
13061 * gdb.python/Makefile.in: Likewise.
13062 * gdb.reverse/Makefile.in: Likewise.
13063 * gdb.server/Makefile.in: Likewise.
13064 * gdb.stabs/Makefile.in: Likewise.
13065 * gdb.threads/Makefile.in: Likewise.
13066 * gdb.trace/Makefile.in: Likewise.
13067 * gdb.xml/Makefile.in: Likewise.
13068 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13069 GDB_PARALLEL.
13070 (standard_output_file): Remove check for GDB_PARALLEL, always
13071 return path in outputs/$subdir/$testname.
13072
13073 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13074
13075 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13076 (site.exp): Assign abs_srcdir to tcl's srcdir.
13077
13078 2016-02-04 Yao Qi <yao.qi@linaro.org>
13079
13080 * gdb.base/foll-exec-mode.c: Include limits.h.
13081 (main): Add parameters argc and argv. Get directory from
13082 argv[0].
13083 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13084 compilation.
13085 * gdb.base/foll-exec.c: Include limits.h.
13086 (main): Add parameters argc and argv.
13087 Get directory from argv[0].
13088 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13089 Adjust tests on the number of lines as source code changed.
13090 * gdb.base/foll-vfork-exit.c: Include limits.h.
13091 (main): Add one line of statement before vfork.
13092 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13093 (main): Add parameters argc and argv. Get directory from
13094 argv[0].
13095 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13096 (setup_gdb): Set tbreak to skip some source lines.
13097 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13098 (main): Add parameters argc and argv. Get directory from
13099 argv[0].
13100 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13101 compilation.
13102 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13103 (main): Add parameters argc and argv. Get directory from
13104 argv[0].
13105 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13106 compilation.
13107
13108 2016-02-01 Doug Evans <dje@google.com>
13109
13110 * gdb.base/skip.exp: Clean up multiple references to same test name.
13111
13112 2016-02-01 Pedro Alves <palves@redhat.com>
13113
13114 PR remote/19496
13115 * gdb.threads/forking-threads-plus-breakpoint.exp
13116 (displaced_stepping_supported): New global.
13117 (probe_displaced_stepping_support): New procedure.
13118 (do_test): Add 'displaced' parameter, and use it.
13119 (top level): Check for displaced stepping support. Add displaced
13120 stepping on/off testing axis.
13121
13122 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13123
13124 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13125 pointer. Don't perform further tests on the unassociated pointer
13126 if the first test fails.
13127
13128 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13129
13130 * gdb.base/max-value-size.c: New file.
13131 * gdb.base/max-value-size.exp: New file.
13132 * gdb.base/huge.exp: Disable max-value-size for this test.
13133
13134 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13135
13136 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13137
13138 2016-01-28 Yao Qi <yao.qi@linaro.org>
13139
13140 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13141
13142 2016-01-25 Pedro Alves <palves@redhat.com>
13143
13144 PR threads/19461
13145 * gdb.base/fork-running-state.c: New file.
13146 * gdb.base/fork-running-state.exp: New file.
13147
13148 2016-01-25 Pedro Alves <palves@redhat.com>
13149
13150 PR gdb/19494
13151 * gdb.base/catch-fork-kill.c: New file.
13152 * gdb.base/catch-fork-kill.exp: New file.
13153
13154 2016-01-25 Pedro Alves <palves@redhat.com>
13155
13156 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13157 Delete, moved to lib/gdb.exp.
13158 * gdb.threads/forking-threads-plus-breakpoint.exp
13159 (foreach_with_prefix): Likewise.
13160 * gdb.threads/process-dies-while-handling-bp.exp
13161 (foreach_with_prefix): Likewise.
13162 * lib/gdb.exp (foreach_with_prefix): New procedure.
13163
13164 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13165
13166 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13167 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13168
13169 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13170
13171 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13172 endian targets.
13173
13174 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13175 Pedro Alves <palves@redhat.com>
13176
13177 Fix testsuite compatibility with Guile.
13178 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13179 number.
13180
13181 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13182
13183 Fix testsuite compatibility with Guile.
13184 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13185 (thread 1): New test for backtrace through signal handler.
13186
13187 2016-01-22 Yao Qi <yao.qi@linaro.org>
13188
13189 PR testsuite/19491
13190 * gdb.base/multi-forks.c: Include
13191 ../lib/unbuffer_output.c
13192 (main): Call gdb_unbuffer_output.
13193
13194 2016-01-21 Doug Evans <dje@google.com>
13195
13196 * lib/ada.exp (gdb_compile_ada): Fix typo.
13197
13198 2016-01-21 Joel Brobecker <brobecker@adacore.com>
13199
13200 * gdb.base/break-fun-addr.exp: New file.
13201 * gdb.base/break-fun-addr1.c: New file.
13202 * gdb.base/break-fun-addr2.c: New file.
13203
13204 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13205
13206 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13207 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13208 enum flag values.
13209
13210 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13211
13212 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13213 when GDB can not set the vector return value. Add more comments
13214 for clarification.
13215
13216 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13217
13218 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13219 command.
13220
13221 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13222
13223 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13224
13225 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13226
13227 * Makefile.in (check-single): Pass --status to runtest.
13228 (check/%.exp): Likewise.
13229
13230 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13231
13232 * Makefile.in (check-parallel): Propagate return code from make
13233 do-check-parallel.
13234
13235 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13236
13237 * gdb.trace/ftrace.exp: Fix expected message on continue.
13238 * gdb.trace/pending.exp: Fix expected message on continue.
13239 * gdb.trace/trace-break.exp: Fix expected message on continue.
13240
13241 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13242
13243 * lib/gdb.exp (gdb_test): Remove unused global references.
13244
13245 2016-01-18 Pedro Alves <palves@redhat.com>
13246
13247 * gdb.base/async-shell.exp: Adjust expected output.
13248 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13249 * gdb.base/siginfo-thread.exp: Adjust expected output.
13250 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13251 * gdb.java/jnpe.exp: Adjust expected output.
13252 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13253 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13254 * gdb.threads/leader-exit.exp: Adjust expected output.
13255 * gdb.threads/manythreads.exp: Adjust expected output.
13256 * gdb.threads/pthreads.exp: Adjust expected output.
13257 * gdb.threads/schedlock.exp: Adjust expected output.
13258 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13259 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13260 expected output.
13261 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13262 output.
13263 * gdb.threads/sigthread.exp: Adjust expected output.
13264 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13265
13266 2016-01-18 Yao Qi <yao.qi@linaro.org>
13267
13268 * gdb.guile/scm-section-script.c: Replace @progbits with
13269 %progbits.
13270 * gdb.python/py-section-script.c: Likewise.
13271
13272 2016-01-15 Pedro Alves <palves@redhat.com>
13273
13274 * gdb.multi/tids.exp: Test star wildcard ranges.
13275
13276 2016-01-15 Pedro Alves <palves@redhat.com>
13277
13278 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13279 command from "thread apply" invocation.
13280 (thr_apply_info_thr_invalid): Default the expected output to the
13281 input tid list.
13282 (top level): Add tests that use convenience variables. Add tests
13283 for "thread apply" with a valid TID list, but missing the command.
13284
13285 2016-01-13 Pedro Alves <palves@redhat.com>
13286
13287 * gdb.base/default.exp: Expect $_gthread as well.
13288 * gdb.multi/tids.exp: Test $_gthread.
13289 * gdb.threads/thread-specific.exp: Test $_gthread.
13290
13291 2016-01-13 Pedro Alves <palves@redhat.com>
13292
13293 * gdb.multi/tids.exp: Test "info threads -gid".
13294
13295 2016-01-13 Pedro Alves <palves@redhat.com>
13296
13297 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13298 Breakpoint.thread.
13299 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13300
13301 2016-01-07 Pedro Alves <palves@redhat.com>
13302
13303 * gdb.base/break.exp: Adjust to output changes.
13304 * gdb.base/hbreak2.exp: Likewise.
13305 * gdb.base/sepdebug.exp: Likewise.
13306 * gdb.base/watch_thread_num.exp: Likewise.
13307 * gdb.linespec/keywords.exp: Likewise.
13308 * gdb.multi/info-threads.exp: Likewise.
13309 * gdb.threads/thread-find.exp: Likewise.
13310 * gdb.multi/tids.c: New file.
13311 * gdb.multi/tids.exp: New file.
13312
13313 2016-01-13 Pedro Alves <palves@redhat.com>
13314
13315 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13316
13317 2016-01-13 Pedro Alves <palves@redhat.com>
13318
13319 * gdb.base/default.exp: Expect $_inferior as well.
13320 * gdb.multi/base.exp: Test $_inferior.
13321
13322 2016-01-13 Pedro Alves <palves@redhat.com>
13323
13324 PR breakpoints/19388
13325 * gdb.base/catch-signal-siginfo-cond.c: New file.
13326 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13327
13328 2016-01-12 Josh Stone <jistone@redhat.com>
13329 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13330
13331 * gdb.base/catch-syscall.c (do_execve): New variable.
13332 (main): Conditionally trigger an execve.
13333 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13334 (test_catch_syscall_execve): New, check entry/return across execve.
13335 (do_syscall_tests): Call test_catch_syscall_execve.
13336
13337 2016-01-12 Pedro Alves <palves@redhat.com>
13338
13339 * gdb.base/random-signal.exp (do_test): New procedure, with body
13340 of testcase moved in.
13341
13342 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13343 Pedro Alves <palves@redhat.com>
13344
13345 * gdb.base/funcargs.exp (finish from indirectly called function):
13346 Reintroduce the case for 'First'.
13347
13348 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13349 Pedro Alves <palves@redhat.com>
13350
13351 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13352 (tcatch_vfork_then_child_follow_exec)
13353 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13354 identification.
13355
13356 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13357
13358 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13359 and repeats to unlimited.
13360 * gdb.python/py-value.exp: Likewise.
13361 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13362 and repeats to unlimited.
13363
13364 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13365
13366 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13367 and reordering the functions.
13368 * gdb.multi/hangout.c: Likewise.
13369 * gdb.multi/hello.c: Likewise.
13370
13371 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13372
13373 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13374 absolute.
13375 (SingleStatisticTestResult.report): Use dict.keys instead of
13376 dict.iterkeys.
13377
13378 2016-01-06 Pedro Alves <palves@redhat.com>
13379
13380 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13381
13382 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13383
13384 * gdb.btrace/dlopen.exp: New.
13385 * gdb.btrace/dlopen.c: New.
13386 * gdb.btrace/dlopen-dso.c: New.
13387
13388 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13389
13390 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13391 PATTERN argument is optional.
13392
13393 2015-12-24 Joel Brobecker <brobecker@adacore.com>
13394
13395 * lib/ada.exp (target_compile_ada_from_dir): New function.
13396 (gdb_compile_ada): Reimplement avoiding the use of project files.
13397 * gdb.ada/gnat_ada.gpr: Delete.
13398 * gdb.ada/cond_lang.exp: Adjust test to make path before
13399 filename optional.
13400 * gdb.ada/small_reg_param.exp: Likewise.
13401
13402 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13403
13404 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13405
13406 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13407
13408 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13409 case.
13410
13411 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13412
13413 * gdb.base/break.exp: Remove dead code.
13414 * gdb.base/sepdebug.exp: Likewise.
13415
13416 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13417
13418 * gdb.asm/asm-source.exp: Remove HP-UX references.
13419 * gdb.base/annota1.exp: Likewise.
13420 * gdb.base/annota3.exp: Likewise.
13421 * gdb.base/attach.exp: Likewise.
13422 * gdb.base/bigcore.exp: Likewise.
13423 * gdb.base/break.exp: Likewise.
13424 * gdb.base/call-ar-st.exp: Likewise.
13425 * gdb.base/callfuncs.exp: Likewise.
13426 * gdb.base/catch-fork-static.exp: Likewise.
13427 * gdb.base/display.exp: Likewise.
13428 * gdb.base/foll-exec-mode.exp: Likewise.
13429 * gdb.base/foll-exec.exp: Likewise.
13430 * gdb.base/foll-fork.exp: Likewise.
13431 * gdb.base/foll-vfork.exp: Likewise.
13432 * gdb.base/funcargs.exp: Likewise.
13433 * gdb.base/hbreak2.exp: Likewise.
13434 * gdb.base/inferior-died.exp: Likewise.
13435 * gdb.base/interrupt.exp: Likewise.
13436 * gdb.base/multi-forks.exp: Likewise.
13437 * gdb.base/nodebug.exp: Likewise.
13438 * gdb.base/sepdebug.exp: Likewise.
13439 * gdb.base/solib1.c: Likewise.
13440 * gdb.base/step-test.exp: Likewise.
13441 * gdb.mi/non-stop.c: Likewise.
13442 * gdb.mi/pthreads.c: Likewise.
13443 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13444 * gdb.threads/pthreads.c: Likewise.
13445 * gdb.threads/staticthreads.exp: Likewise.
13446 * lib/future.exp: Likewise.
13447 * lib/gdb.exp: Likewise.
13448 * gdb.base/so-indr-cl.c: Remove.
13449 * gdb.base/so-indr-cl.exp: Likewise.
13450 * gdb.base/solib.c: Likewise.
13451 * gdb.base/solib.exp: Likewise.
13452 * gdb.base/solib2.c: Likewise.
13453
13454 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13455
13456 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13457 * gdb.base/call-ar-st.exp: Likewise.
13458 * gdb.base/callfuncs.exp: Likewise.
13459 * gdb.base/condbreak.exp: Likewise.
13460 * gdb.base/constvars.exp: Likewise.
13461 * gdb.base/hbreak2.exp: Likewise.
13462 * gdb.base/langs.exp: Likewise.
13463 * gdb.base/list.exp: Likewise.
13464 * gdb.base/long_long.exp: Likewise.
13465 * gdb.base/ptype.exp: Likewise.
13466 * gdb.base/scope.exp: Likewise.
13467 * gdb.base/signals.exp: Likewise.
13468 * gdb.base/so-impl-ld.exp: Likewise.
13469 * gdb.base/varargs.exp: Likewise.
13470 * gdb.base/volatile.exp: Likewise.
13471 * gdb.base/whatis.exp: Likewise.
13472 * gdb.cp/cplusfuncs.exp: Likewise.
13473 * gdb.cp/inherit.exp: Likewise.
13474 * gdb.cp/local.exp: Likewise.
13475 * gdb.cp/member-ptr.exp: Likewise.
13476 * gdb.cp/method.exp: Likewise.
13477 * gdb.cp/overload.exp: Likewise.
13478 * gdb.cp/templates.exp: Likewise.
13479 * gdb.stabs/weird.exp: Likewise.
13480 * lib/compiler.c: Likewise.
13481 * lib/compiler.cc: Likewise.
13482 * lib/cp-support.exp: Likewise.
13483 * lib/gdb.exp: Likewise.
13484
13485 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13486
13487 * configure.ac: Remove HP-UX case.
13488 * configure: Regenerate.
13489
13490 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13491
13492 * lib/gdb.exp (gdb_compile): Add function doc.
13493
13494 2015-12-17 Pedro Alves <palves@redhat.com>
13495
13496 PR threads/19354
13497 * gdb.multi/info-threads.exp: New file.
13498
13499 2015-12-15 Yao Qi <yao.qi@linaro.org>
13500
13501 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13502 is aarch64*-*-*.
13503
13504 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13505
13506 * gdb.base/history-duplicates.exp: Skip if no readline support.
13507
13508 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13509
13510 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13511
13512 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13513
13514 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13515
13516 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13517
13518 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13519 ctrl-C if nointerrupts target property is set.
13520 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13521 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13522 * gdb.base/paginate-bg-execution.exp: Likewise.
13523 * gdb.base/paginate-execution-startup.exp: Likewise.
13524 * gdb.base/random-signal.exp: Likewise.
13525 * gdb.base/range-stepping.exp: Likewise.
13526 * gdb.cp/annota2.exp: Likewise.
13527 * gdb.cp/annota3.exp: Likewise.
13528 * gdb.gdb/selftest.exp: Likewise.
13529 * gdb.threads/continue-pending-status.exp: Likewise.
13530 * gdb.threads/leader-exit.exp: Likewise.
13531 * gdb.threads/manythreads.exp: Likewise.
13532 * gdb.threads/pthreads.exp: Likewise.
13533 * gdb.threads/schedlock.exp: Likewise.
13534 * gdb.threads/sigthread.exp: Likewise.
13535
13536 2015-12-11 Don Breazeal <donb@codesourcery.com>
13537
13538 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13539 remote.
13540 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13541 * gdb.base/foll-exec.exp (main): Enable for target remote.
13542 * gdb.base/foll-fork.exp (main): Likewise.
13543 * gdb.base/foll-vfork.exp (main): Likewise.
13544 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13545 (proc continue_to_exit_bp_loc): Use clean_restart.
13546 * gdb.base/pie-execl.exp (main): Disable for target remote.
13547 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13548 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13549 * gdb.threads/execl.exp (main): Likewise.
13550 * gdb.threads/fork-child-threads.exp (main): Likewise.
13551 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13552 remote.
13553 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13554 remote.
13555 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13556 pid.tid style ptids, instead of just tid.
13557 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13558 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13559 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13560 ptids, instead of just tid.
13561
13562 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13563
13564 * gdb.base/list.exp (test_list_forward): Add end of file error
13565 test.
13566 (test_repeat_list_command): Add end of file error test.
13567 (test_list_backwards): Add beginning of file error test.
13568
13569 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13570
13571 * gdb.base/list.exp (test_list_invalid_args): New function,
13572 defined, and called.
13573
13574 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13575
13576 * gdb.base/list.exp (test_list): Make test names unique.
13577
13578 2015-12-11 Yao Qi <yao.qi@linaro.org>
13579
13580 * gdb.base/coremaker2.c: Remove.
13581
13582 2015-12-10 Pedro Alves <palves@redhat.com>
13583
13584 * gdb.multi/base.exp: Remove stale "spaces" references.
13585
13586 2015-12-10 Pedro Alves <palves@redhat.com>
13587
13588 * gdb.multi/base.exp: Don't use nowarnings.
13589 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13590 * gdb.multi/hangout.c: Include stdio.h.
13591 * gdb.multi/hello.c: Include stdlib.h.
13592 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13593 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13594 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13595
13596 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13597
13598 * gdb.dwarf2/dw2-ranges-base.c: New file.
13599 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13600 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13601 support additional line table, and debug ranges generation.
13602 (Dwarf::ranges): New function, generate .debug_ranges.
13603 (Dwarf::lines): Support generating simple line table programs.
13604 (Dwarf::assemble): Initialise new namespace variables.
13605
13606 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13607
13608 * gdb.base/async.exp (proc test_background): Add case for
13609 asynchronous execution not supported.
13610
13611 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
13612
13613 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13614 format and change test names to make them unique.
13615
13616 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13617 Pedro Alves <pedro@redhat.com>
13618
13619 PR gdb/18702
13620 Add checking of floatformats setup on x86_64 hosts.
13621 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13622 (smallval, bigval): New labels/constants.
13623 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13624 float" after loading bigval and smallval.
13625
13626 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13627
13628 * gdb.ada/fun_overload_menu.exp: New testcase.
13629 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13630
13631 2015-12-04 Josh Stone <jistone@redhat.com>
13632
13633 * gdb.base/catch-fork-static.exp: New.
13634
13635 2015-12-03 Yao Qi <yao.qi@linaro.org>
13636
13637 * gdb.base/sizeof.c: Don't include stdio.h and
13638 ../lib/unbuffer_output.c.
13639 (main): New variable 'size' and 'value'. Remove printf and
13640 gdb_unbuffer_output. Assign return value to size and value.
13641 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13642 at the beginning.
13643 (check_sizeof): Check the result by printing variable 'size'.
13644 (check_valueof): Check the result by printing variable 'value'.
13645
13646 2015-12-01 Yao Qi <yao.qi@linaro.org>
13647
13648 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13649 for aarch64*-*-linux* target.
13650
13651 2015-11-30 Pedro Alves <palves@redhat.com>
13652
13653 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13654
13655 2015-11-30 Pedro Alves <palves@redhat.com>
13656
13657 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13658 Handle non-stop mode vCont replies.
13659
13660 2015-11-30 Pedro Alves <palves@redhat.com>
13661
13662 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13663 prepare_for_testing. Start gdb with "set non-stop on" appended to
13664 GDBFLAGS. Lax expected stop output.
13665
13666 2015-11-27 Yao Qi <yao.qi@linaro.org>
13667
13668 * gdb.arch/arm-neon.exp: New.
13669 * gdb.arch/arm-neon.c: New.
13670
13671 2015-11-27 Yao Qi <yao.qi@linaro.org>
13672
13673 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13674
13675 2015-11-27 Yao Qi <yao.qi@linaro.org>
13676
13677 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13678 frames-invalid annotation.
13679
13680 2015-11-27 Yao Qi <yao.qi@linaro.org>
13681
13682 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13683
13684 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13685
13686 * gdb.threads/names.exp: New file.
13687 * gdb.threads/names.c: New file.
13688 * README: Mention gdb,no_thread_names.
13689
13690 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13691
13692 PR 19297
13693 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13694 support" error.
13695
13696 2015-11-24 Pedro Alves <palves@redhat.com>
13697
13698 PR 17539
13699 * gdb.base/display.exp: Expect displays to be sorted in ascending
13700 order. Use multi_line.
13701 * gdb.base/solib-display.exp: Likewise.
13702
13703 2015-11-24 Pedro Alves <palves@redhat.com>
13704
13705 PR 17539
13706 * gdb.base/display.exp: Expect displays to be sorted in ascending
13707 order. Use multi_line.
13708 * gdb.base/solib-display.exp: Likewise.
13709
13710 2015-11-24 Pedro Alves <palves@redhat.com>
13711
13712 PR 17539
13713 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13714 threads in ascending order.
13715 * gdb.base/foll-fork.exp: Likewise.
13716 * gdb.base/foll-vfork.exp: Likewise.
13717 * gdb.base/multi-forks.exp: Likewise.
13718 * gdb.mi/mi-nonstop.exp: Likewise.
13719 * gdb.mi/mi-nsintrall.exp: Likewise.
13720 * gdb.multi/base.exp: Likewise.
13721 * gdb.multi/multi-arch.exp: Likewise.
13722 * gdb.python/py-inferior.exp: Likewise.
13723 * gdb.threads/break-while-running.exp: Likewise.
13724 * gdb.threads/execl.exp: Likewise.
13725 * gdb.threads/gcore-thread.exp: Likewise.
13726 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13727 * gdb.threads/kill.exp: Likewise.
13728 * gdb.threads/linux-dp.exp: Likewise.
13729 * gdb.threads/multiple-step-overs.exp: Likewise.
13730 * gdb.threads/next-bp-other-thread.exp: Likewise.
13731 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13732 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13733 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13734 * gdb.threads/thread-find.exp: Likewise.
13735 * gdb.threads/tls.exp: Likewise.
13736 * lib/mi-support.exp (mi_reverse_list): Delete.
13737 (mi_check_thread_states): No longer reverse list.
13738
13739 2015-11-24 Pedro Alves <palves@redhat.com>
13740
13741 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13742 use lowercase.
13743
13744 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13745
13746 * gdb.trace/actions.c: Include trace-common.h.
13747 (main): Add a location for a fast tracepoint.
13748 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13749 the normal tracepoints.
13750 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13751
13752 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13753
13754 * save-trace.exp: Factor out code to these...
13755 (gdb_save_tracepoints): New.
13756 (gdb_load_tracepoints): New.
13757 (do_save_load_test): New.
13758
13759 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13760
13761 * gdb.base/asmlabel.exp: New test.
13762 * gdb.base/asmlabel.c: New test case.
13763
13764 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13765
13766 * gdb.base/wrong_frame_bt_full-main.c: New file.
13767 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13768 * gdb.base/wrong_frame_bt_full.exp: New file.
13769
13770 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13771
13772 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13773
13774 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13775
13776 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13777 pstate register when comparing registers values in
13778 sparc64-*-linux-gnu targets to avoid spurious differences.
13779
13780 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13781
13782 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13783
13784 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13785
13786 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13787 as type argument to gdb_compile.
13788 * gdb.base/nested-subp2.exp: Likewise.
13789 * gdb.base/nested-subp3.exp: Likewise.
13790
13791 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13792
13793 * lib/dwarf.exp (_note): Fix left shift of negative value.
13794 * gdb.trace/trace-condition.exp: Likewise.
13795
13796 2015-11-13 Yao Qi <yao.qi@linaro.org>
13797
13798 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13799 comments about d10v.
13800 (test_scalar_returns): Likewise.
13801 * gdb.base/d10v.ld: Remove.
13802 * gdb.base/overlays.exp: Remove the target triplet checking for
13803 d10v-*-*.
13804 * gdb.base/structs.exp (test_struct_returns): Remove the
13805 comments about d10v.
13806 (test_struct_calls): Likewise.
13807
13808 2015-11-13 Yao Qi <yao.qi@linaro.org>
13809
13810 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13811 * gdb.base/gnu_vector.c: Don't include stdio.h.
13812 (main): Don't print res and call add_some_intvecs.
13813
13814 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13815
13816 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13817 macro.
13818 (func5): Removed.
13819 (func4): Use FAST_TRACEPOINT_LABEL.
13820 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13821 macro.
13822 (func): Removed.
13823 (thread_function): Use FAST_TRACEPOINT_LABEL.
13824 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13825 (func): Remove.
13826 (marker): Use FAST_TRACEPOINT_LABEL.
13827 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13828 (pendfunc1): Remove.
13829 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13830 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13831 (foo): Remove.
13832 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13833 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13834 macro.
13835 (func): Remove.
13836 (marker): Use FAST_TRACEPOINT_LABEL.
13837 * gdb.trace/trace-common.h: New header.
13838 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13839 macro.
13840 (func): Remove.
13841 (marker): Use FAST_TRACEPOINT_LABEL.
13842 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13843 (func): Remove.
13844 (thread_function): Use FAST_TRACEPOINT_LABEL.
13845
13846 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13847
13848 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13849 in front.
13850 * gdb.trace/change-loc.exp: Use global pcreg definition.
13851 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13852 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13853 in front.
13854 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13855 * gdb.trace/pending.exp: Likewise.
13856 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13857 * gdb.trace/trace-break.exp: Likewise.
13858 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13859 in front.
13860 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13861 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13862 in front.
13863 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13864
13865 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13866
13867 * gdb.ada/fin_fun_out: New testcase.
13868
13869 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13870
13871 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13872 value associated with DW_AT_byte_size.
13873 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13874 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13875 DW_AT_upper_bound.
13876
13877 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13878
13879 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13880 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13881 version.
13882 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13883 gdb.dwarf2/dw2-canonicalize-type.exp,
13884 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13885 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13886 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13887 provided by gdb_target_symbol_prefix_flags_asm.
13888 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13889 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13890 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13891 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13892 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13893 macros where needed). Use this macro for symbols which require
13894 the prefix provided by SYMBOL_PREFIX.
13895
13896 2015-11-05 Kevin Buettner <kevinb@redhat.com>
13897
13898 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13899 New procs.
13900 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13901 representing expressions, of more than one list element.
13902 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13903 to prepend linker symbol prefix to f.
13904 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13905 table_1 and table_2.
13906 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13907 Likewise, for f and g.
13908 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13909 for ptr.
13910 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13911 for main.
13912 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13913 table_1_ptr and table_2_ptr.
13914
13915 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13916 Joel Brobecker <brobecker@adacore.com>
13917
13918 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13919
13920 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13921
13922 * gdb.reverse/s390-mvcle.c: New test.
13923 * gdb.reverse/s390-mvcle.exp: New file.
13924 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13925
13926 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13927
13928 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13929
13930 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13931
13932 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13933 reaching marker2.
13934 * gdb.reverse/getresuid-reverse.exp: Likewise.
13935 * gdb.reverse/pipe-reverse.exp: Likewise.
13936 * gdb.reverse/readv-reverse.exp: Likewise.
13937 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13938 * gdb.reverse/time-reverse.exp: Likewise.
13939 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13940
13941 2015-10-30 Yao Qi <yao.qi@linaro.org>
13942
13943 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13944 (empty_cycle): Remove.
13945 (main): Don't call empty_cycle. Don't use watch_count_done.
13946 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13947 empty_cycle. Rewrite the code counting HW watchpoints.
13948
13949 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13950
13951 * gdb.reverse/fstatat-reverse.c: New test.
13952 * gdb.reverse/fstatat-reverse.exp: New file.
13953 * gdb.reverse/getresuid-reverse.c: New test.
13954 * gdb.reverse/getresuid-reverse.exp: New file.
13955 * gdb.reverse/pipe-reverse.c: New test.
13956 * gdb.reverse/pipe-reverse.exp: New file.
13957 * gdb.reverse/readv-reverse.c: New test.
13958 * gdb.reverse/readv-reverse.exp: New file.
13959 * gdb.reverse/recvmsg-reverse.c: New test.
13960 * gdb.reverse/recvmsg-reverse.exp: New file.
13961 * gdb.reverse/time-reverse.c: New test.
13962 * gdb.reverse/time-reverse.exp: New file.
13963 * gdb.reverse/waitpid-reverse.c: New test.
13964 * gdb.reverse/waitpid-reverse.exp: New file.
13965
13966 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13967
13968 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13969
13970 2015-10-26 Doug Evans <dje@google.com>
13971
13972 PR symtab/17391
13973 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13974 * gdb.dwarf2/bad-regnum.c: New file.
13975 * gdb.dwarf2/bad-regnum.exp: New file.
13976
13977 2015-10-26 Doug Evans <dje@google.com>
13978
13979 PR python/18938
13980 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13981 file.
13982
13983 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13984
13985 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13986 for a change by "Mention language in compile error message".
13987
13988 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13989
13990 PR python/18073
13991 * gdb.python/py-type.c (C::a_method): New.
13992 (C::a_const_method): New.
13993 (C::a_static_method): New.
13994 (a_function): New.
13995 * gdb.python/py-type.exp (test_fields): Test getting fields
13996 from function and method.
13997
13998 2015-10-21 Keven Boell <keven.boell@intel.com>
13999
14000 * gdb.fortran/vla-alloc-assoc.exp: New file.
14001 * gdb.fortran/vla-datatypes.exp: New file.
14002 * gdb.fortran/vla-datatypes.f90: New file.
14003 * gdb.fortran/vla-history.exp: New file.
14004 * gdb.fortran/vla-ptype-sub.exp: New file.
14005 * gdb.fortran/vla-ptype.exp: New file.
14006 * gdb.fortran/vla-sizeof.exp: New file.
14007 * gdb.fortran/vla-sub.f90: New file.
14008 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14009 * gdb.fortran/vla-value-sub-finish.exp: New file.
14010 * gdb.fortran/vla-value-sub.exp: New file.
14011 * gdb.fortran/vla-value.exp: New file.
14012 * gdb.fortran/vla-ptr-info.exp: New file.
14013 * gdb.mi/mi-vla-fortran.exp: New file.
14014 * gdb.mi/vla.f90: New file.
14015
14016 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14017
14018 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14019 of hardwired timeout value.
14020
14021 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14022 Pedro Alves <palves@redhat.com>
14023
14024 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14025 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14026
14027 2015-10-19 Josh Stone <jistone@redhat.com>
14028
14029 * gdb.base/catch-syscall.c: Include <sched.h>.
14030 (unknown_syscall): New variable.
14031 (main): Trigger a vfork and an unknown syscall.
14032 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14033 (unknown_syscall_number): Likewise.
14034 (check_call_to_syscall): Accept an optional syscall pattern.
14035 (check_return_from_syscall): Likewise.
14036 (check_continue): Likewise.
14037 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14038 (test_catch_syscall_skipping_return): New test toggling off 'catch
14039 syscall' to step over the syscall return, then toggling back on.
14040 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14041 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14042 (do_syscall_tests): Call test_catch_syscall_without_args and
14043 test_catch_syscall_mid_vfork.
14044 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14045 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14046
14047 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
14048
14049 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14050 print g_vE): Add new pass patterns.
14051 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14052 print various symbol names for vptr fields.
14053
14054 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14055
14056 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14057 results.
14058
14059 2015-10-12 Yao Qi <yao.qi@linaro.org>
14060
14061 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14062
14063 2015-10-12 Yao Qi <yao.qi@linaro.org>
14064
14065 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14066 is aarch64*-*-linux*.
14067
14068 2015-10-12 Yao Qi <yao.qi@linaro.org>
14069
14070 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14071 (can_relocate_bcond_true): ... it.
14072 (can_relocate_bcond_false): New function.
14073 (foo): Likewise.
14074 (can_relocate_bl): Likewise.
14075 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14076 can_relocate_bl.
14077
14078 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14079
14080 * gdb.base/nested-addr.c: New file.
14081 * gdb.base/nested-addr.exp: New testcase.
14082
14083 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14084
14085 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14086 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14087 its output. Ignore the output of "record goto begin" and instead
14088 check that GDB is replaying.
14089
14090 2015-10-09 Pedro Alves <palves@redhat.com>
14091
14092 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14093 (top level): Use it in the run with no args test.
14094
14095 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14096
14097 * gdb.dlang/properties.exp: New file.
14098
14099 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14100
14101 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14102 whether or not address 0x1000 is mapped on the target.
14103
14104 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14105
14106 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14107 build.
14108
14109 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14110
14111 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14112 instruction-history test.
14113
14114 2015-09-28 Doug Evans <dje@google.com>
14115
14116 * gdb.base/gcore.c (array_func): Add reference to static_array.
14117
14118 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14119
14120 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14121 source line.
14122
14123 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14124
14125 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14126 short or char as base type.
14127
14128 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14129
14130 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14131 to allow any size enum.
14132
14133 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14134
14135 * gdb.ada/array_ptr_renaming.exp: New testcase.
14136 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14137 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14138
14139 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14140
14141 * gdb.trace/ftrace-lock.c: New file.
14142 * gdb.trace/ftrace-lock.exp: New file.
14143
14144 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14145
14146 * gdb.arch/insn-reloc.c: New file.
14147 * gdb.arch/ftrace-insn-reloc.exp: New file.
14148
14149 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14150
14151 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14152 instruction.
14153 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14154 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14155 * gdb.trace/range-stepping.c: Likewise.
14156 * gdb.trace/trace-break.c: Likewise.
14157 * gdb.trace/trace-mt.c (thread_function): Likewise.
14158 * gdb.trace/ftrace.c (marker): Likewise.
14159 * gdb.trace/trace-condition.c (marker): Likewise.
14160 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14161 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14162 is_aarch64_target.
14163
14164 2015-09-18 Doug Evans <xdje42@gmail.com>
14165
14166 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14167 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14168
14169 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14170
14171 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14172 the breakpoint.
14173
14174 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14175
14176 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14177 the pending breakpoint. Remove timeout override for "Run till
14178 MI pending breakpoint on pendfunc3 on thread 2" test.
14179
14180 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14181
14182 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14183 filename pattern.
14184
14185 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14186
14187 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14188 in breakpoint filename pattern.
14189
14190 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14191
14192 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14193
14194 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14195
14196 * gdb.linespec/explicit.exp: Check for readline support for
14197 tab-completion tests. Fix obvious typo.
14198
14199 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14200
14201 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14202 and replay.
14203
14204 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14205
14206 * gdb.btrace/non-stop.c: New.
14207 * gdb.btrace/non-stop.exp: New.
14208
14209 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14210 Yao Qi <yao.qi@linaro.org>
14211
14212 * gdb.trace/trace-condition.c: New file.
14213 * gdb.trace/trace-condition.exp: New file.
14214
14215 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
14216
14217 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14218 for testing bytecode compilation.
14219
14220 2015-09-16 Pedro Alves <palves@redhat.com>
14221 Sandra Loosemore <sandra@codesourcery.com>
14222
14223 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14224 (SECONDS): Redefine.
14225 (main): Call pthread_kill and alarm early.
14226 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14227 support.
14228 (test): If the target can't hardware step and doesn't support
14229 displaced stepping, increase the timeout.
14230
14231 2015-09-16 Pedro Alves <palves@redhat.com>
14232
14233 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14234 (enable_debug): New procedures.
14235 (test): Use them. Bail out if waiting for threads fails.
14236 (top level): Bail out if a test fails.
14237
14238 2015-09-16 Yao Qi <yao.qi@linaro.org>
14239
14240 * gdb.asm/asm-source.exp: Set asm-arch for
14241 aarch64*-*-* target.
14242 * gdb.asm/aarch64.inc: New file.
14243
14244 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14245
14246 * gdb.ada/array_of_variable_length.exp: New testcase.
14247 * gdb.ada/array_of_variable_length/foo.adb: New file.
14248 * gdb.ada/array_of_variable_length/pck.adb: New file.
14249 * gdb.ada/array_of_variable_length/pck.ads: New file.
14250
14251 2015-09-15 Doug Evans <dje@google.com>
14252
14253 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14254 of function static local variable.
14255
14256 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14257
14258 * gdb.threads/tls-so_extern.exp: New test file.
14259 * gdb.threads/tls-so_extern.c: New test file.
14260 * gdb.threads/tls-so_extern_main.c: New test file.
14261
14262 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14263
14264 * gdb.opt/solib-intra-step-lib.c: New file.
14265 * gdb.opt/solib-intra-step-main.c: New file.
14266 * gdb.opt/solib-intra-step.exp: New file.
14267
14268 2015-09-15 Pedro Alves <palves@redhat.com>
14269
14270 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14271 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14272
14273 2015-09-14 Pedro Alves <palves@redhat.com>
14274
14275 * gdb.base/hook-stop-continue.c: Delete.
14276 * gdb.base/hook-stop-continue.exp: Delete.
14277 * gdb.base/hook-stop-frame.c: Delete.
14278 * gdb.base/hook-stop-frame.exp: Delete.
14279 * gdb.base/hook-stop.c: New file.
14280 * gdb.base/hook-stop.exp: New file.
14281
14282 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14283
14284 * gdb.ada/access_to_packed_array.exp: New testcase.
14285 * gdb.ada/access_to_packed_array/foo.adb: New file.
14286 * gdb.ada/access_to_packed_array/pack.adb: New file.
14287 * gdb.ada/access_to_packed_array/pack.ads: New file.
14288
14289 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14290
14291 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14292 buffer size test.
14293
14294 2015-09-11 Don Breazeal <donb@codesourcery.com>
14295
14296 * gdb.base/foll-exec.c: Add copyright header. Fix
14297 formatting issues.
14298 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14299 (do_exec_tests): Use clean_restart in place of zap_session,
14300 and for test initialization. Fix formatting issues. Use
14301 fail in place of perror.
14302 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14303 an expect statement to match an expression with output from
14304 the program under debug.
14305 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14306 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14307 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14308 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14309 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14310
14311 2015-09-09 Doug Evans <dje@google.com>
14312
14313 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14314
14315 2015-09-09 Doug Evans <dje@google.com>
14316
14317 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14318
14319 2015-09-09 Doug Evans <dje@google.com>
14320
14321 * gdb.base/savedregs.exp: Fix typo.
14322
14323 2015-09-09 Pedro Alves <palves@redhat.com>
14324
14325 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14326
14327 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14328
14329 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14330 command actually switches threads. Give up on remaining
14331 tests if target fails to stop at breakpoint.
14332
14333 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14334
14335 * gdb.ada/funcall_char.exp: New testcase.
14336 * gdb.ada/funcall_char/foo.adb: New file.
14337
14338 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14339
14340 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14341 expected outputs. Add two testcases for completing ambiguous
14342 functions.
14343 * gdb.ada/complete/aux_pck.adb: New file.
14344 * gdb.ada/complete/aux_pck.ads: New file.
14345 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14346 Ambiguous_Func functions.
14347 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14348 * gdb.ada/complete/pck.adb: Likewise.
14349
14350 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14351
14352 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14353 failures to run the test program under GDB.
14354
14355 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
14356
14357 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14358 to C.
14359
14360 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14361
14362 * gdb.base/run-after-attach.exp: New test file.
14363 * gdb.base/run-after-attach.c: New test file.
14364
14365 2015-08-26 Don Breazeal <donb@codesourcery.com>
14366
14367 * gdb.base/foll-exec-2.c: New test program.
14368 * gdb.base/foll-exec-2.exp: New test.
14369
14370 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14371
14372 * gdb.base/nested-subp1.exp: New file.
14373 * gdb.base/nested-subp1.c: New file.
14374 * gdb.base/nested-subp2.exp: New file.
14375 * gdb.base/nested-subp2.c: New file.
14376 * gdb.base/nested-subp3.exp: New file.
14377 * gdb.base/nested-subp3.c: New file.
14378
14379 2015-08-24 Pedro Alves <palves@redhat.com>
14380
14381 * gdb.server/connect-without-multi-process.c: New file.
14382 * gdb.server/connect-without-multi-process.exp: New file.
14383
14384 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14385
14386 * gdb.opt/inline-markers.c: Make z int.
14387
14388 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14389
14390 * gdb.opt/inline-markers.c: Make z volatile.
14391
14392 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14393
14394 * gdb.opt/inline-bt.c: New volatile global z.
14395 * gdb.opt/inline-cmds.c: Likewise.
14396 * gdb.opt/inline-locals.c: Likewise.
14397 * gdb.opt/inline-markers.c: New extern global z.
14398 (marker): Use z.
14399 (inline_fn): Likewise.
14400
14401 2015-08-24 Pedro Alves <palves@redhat.com>
14402
14403 * config/m32r-stub.exp: Remove file.
14404 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14405 * gdb.base/call-rt-st.exp: Likewise.
14406 * gdb.base/call-strs.exp: Likewise.
14407 * gdb.base/default.exp: Remove references to h8300-*-hms and
14408 *-*-udi*.
14409 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14410
14411 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14412
14413 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14414 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14415 and "return" use KFAIL when GDB can not read/write the vector
14416 return value.
14417
14418 2015-08-21 Gary Benson <gbenson@redhat.com>
14419
14420 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14421
14422 2015-08-20 Pedro Alves <palves@redhat.com>
14423
14424 * gdb.server/solib-list.exp: No longer expect an interior stop in
14425 non-stop mode.
14426
14427 2015-08-20 Pedro Alves <palves@redhat.com>
14428
14429 * gdb.server/connect-stopped-target.c: New file.
14430 * gdb.server/connect-stopped-target.exp: New file.
14431
14432 2015-08-20 Pedro Alves <palves@redhat.com>
14433
14434 * gdb.dwarf2/comp-unit-lang.exp: New file.
14435 * gdb.dwarf2/comp-unit-lang.c: New file.
14436
14437 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14438
14439 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14440 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14441
14442 2015-08-19 Kevin Buettner <kevinb@redhat.com>
14443
14444 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14445 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14446
14447 2015-08-18 Doug Evans <dje@google.com>
14448 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14449
14450 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14451 skip_python_tests. New arg prompt_regexp.
14452 (skip_python_tests): New function.
14453 * lib/mi-support.exp (mi_skip_python_tests): New function.
14454 * gdb.python/py-mi-objfile-gdb.py: New file.
14455 * gdb.python/py-mi-objfile.c: New file.
14456 * gdb.python/py-mi-objfile.exp: New file.
14457
14458 2015-08-17 Keith Seitz <keiths@redhat.com>
14459
14460 * gdb.linespec/explicit.exp: Move strace test from here ...
14461 * gdb.trace/strace.exp: ... to here.
14462
14463 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14464
14465 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14466 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14467
14468 2015-08-14 Doug Evans <xdje42@gmail.com>
14469
14470 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14471 inferior before selecting a new file.
14472
14473 2015-08-14 Doug Evans <xdje42@gmail.com>
14474
14475 * gdb.mi/mi-disassemble.exp: Update.
14476 * gdb.base/disasm-optim.S: New file.
14477 * gdb.base/disasm-optim.c: New file.
14478 * gdb.base/disasm-optim.h: New file.
14479 * gdb.base/disasm-optim.exp: New file.
14480
14481 2015-08-14 Keith Seitz <keiths@redhat.com>
14482
14483 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14484 "evaluated-by".
14485
14486 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14487
14488 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14489
14490 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14491
14492 * gdb.ada/fun_renaming.exp: New testcase.
14493 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14494 * gdb.ada/fun_renaming/pack.adb: New file.
14495 * gdb.ada/fun_renaming/pack.ads: New file.
14496
14497 2015-08-12 Keith Seitz <keiths@redhat.com>
14498
14499 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14500 gdb_get_line_number.
14501
14502 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14503
14504 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14505 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14506 gdb.base/dso2dso.exp: New files.
14507
14508 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14509 Pedro Alves <palves@redhat.com>
14510 Keith Seitz <keiths@redhat.com>
14511
14512 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14513 GDBFLAGS.
14514
14515 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14516
14517 * gdb.base/gdbhistsize-history.exp
14518 (test_histsize_history_setting): Use save_vars.
14519 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14520 Use save_vars.
14521 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14522 * gdb.base/readline.exp: Use save_vars.
14523
14524 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14525
14526 * lib/gdb.exp (save_vars): New proc.
14527
14528 2015-08-11 Keith Seitz <keiths@redhat.com>
14529
14530 * gdb.base/help.exp: Update help_breakpoint_text.
14531
14532 2015-08-11 Keith Seitz <keiths@redhat.com>
14533
14534 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14535 (at toplevel): Call test_explicit_breakpoints.
14536 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14537 breakpoints.
14538 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14539 breakpoint conditions, "-cond".
14540
14541 2015-08-11 Keith Seitz <keiths@redhat.com>
14542
14543 * gdb.linespec/3explicit.c: New file.
14544 * gdb.linespec/cpexplicit.cc: New file.
14545 * gdb.linespec/cpexplicit.exp: New file.
14546 * gdb.linespec/explicit.c: New file.
14547 * gdb.linespec/explicit.exp: New file.
14548 * gdb.linespec/explicit2.c: New file.
14549 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14550 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14551 before using in the matching pattern.
14552 Clarify that `prefix' is a regular expression.
14553
14554 2015-08-11 Keith Seitz <keiths@redhat.com>
14555
14556 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14557 test.
14558 Add tests for missing ",FMT" and ",".
14559
14560 2015-08-10 Doug Evans <dje@google.com>
14561 Keith Seitz <keiths@redhat.com>
14562
14563 PR gdb/17960
14564 * gdb.base/completion.exp: Add location completer tests.
14565
14566 2015-08-07 Pedro Alves <palves@redhat.com>
14567
14568 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14569 tests here.
14570 (top level): Run do_test with and without displaced stepping.
14571
14572 2015-08-07 Pedro Alves <palves@redhat.com>
14573
14574 * gdb.base/valgrind-disp-step.c: New file.
14575 * gdb.base/valgrind-disp-step.exp: New file.
14576
14577 2015-08-07 Pedro Alves <palves@redhat.com>
14578
14579 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14580 Delete function.
14581 (main): Add alarm. Run an infinite loop instead of calling
14582 wait_threads.
14583 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14584 comment.
14585 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14586 Delete function.
14587 (main): Add alarm. Run an infinite loop instead of calling
14588 wait_threads.
14589 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14590 comment.
14591
14592 2015-08-07 Pedro Alves <palves@redhat.com>
14593
14594 * gdb.base/checkpoint-ns.exp: New file.
14595 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14596 standard_testfile.
14597
14598 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14599
14600 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14601 * gdb.btrace/instruction_history.exp: Update.
14602 * gdb.btrace/tsx.exp: New.
14603 * gdb.btrace/tsx.c: New.
14604
14605 2015-08-06 Pedro Alves <palves@redhat.com>
14606
14607 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14608 increase timeout.
14609 * gdb.reverse/until-precsave.exp: Bump timeouts.
14610
14611 2015-08-06 Pedro Alves <palves@redhat.com>
14612
14613 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14614
14615 2015-08-06 Pedro Alves <palves@redhat.com>
14616
14617 PR gdb/18749
14618 * gdb.threads/process-dies-while-handling-bp.c: New file.
14619 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14620
14621 2015-08-06 Pedro Alves <palves@redhat.com>
14622
14623 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14624 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14625
14626 2015-08-05 Pedro Alves <palves@redhat.com>
14627
14628 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14629 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14630
14631 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14632
14633 * gdb.base/bp-permanent.exp: Report test as unsupported if
14634 the target cannot stop at the permanent breakpoint.
14635
14636 2015-08-03 Doug Evans <dje@google.com>
14637
14638 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14639 10000.
14640
14641 2015-08-03 Doug Evans <dje@google.com>
14642
14643 * Makefile.in (workers/%.worker, build-perf): New rule.
14644 (GDB_PERFTEST_MODE): New variable.
14645 (check-perf): Use it.
14646 (clean): Clean up gdb.perf parallel build subdirs.
14647 * lib/build-piece.exp: New file.
14648 * lib/gdb.exp (make_gdb_parallel_path): New function
14649 (standard_output_file, standard_temp_file): Call it.
14650 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14651 of $GDB_PARALLEL.
14652 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14653
14654 2015-08-03 Doug Evans <dje@google.com>
14655
14656 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14657 (LOG_FILE_NAME): New global.
14658 (TextReporter.__init__): Initialize self.txt_sum.
14659 (TextReporter.report): Add support for multiple data-points.
14660 Move report to perftest.sum, put raw data in perftest.log.
14661 (TextReporter.start): Open sum and log files.
14662 (TextReporter.end): Close sum and log files.
14663 * gdb.perf/lib/perftest/testresult.py
14664 (SingleStatisticTestResult.record): Handle multiple data-points.
14665
14666 2015-07-31 Pedro Alves <palves@redhat.com>
14667
14668 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14669 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14670 kill_wait_spawned_process instead of explicit "kill -9".
14671 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14672 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14673 kill_wait_spawned_process.
14674 * gdb.base/attach-twice.exp: Likewise.
14675 * gdb.base/attach.exp: Likewise.
14676 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14677 gdb_test_multiple.
14678 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14679 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14680 kill_wait_spawned_process.
14681 * gdb.base/valgrind-infcall.exp: Likewise.
14682 * gdb.multi/multi-attach.exp: Likewise.
14683 * gdb.python/py-prompt.exp: Likewise.
14684 * gdb.python/py-sync-interp.exp: Likewise.
14685 * gdb.server/ext-attach.exp: Likewise.
14686 * gdb.threads/attach-into-signal.exp (corefunc): Use
14687 spawn_wait_for_attach, spawn_id_get_pid and
14688 kill_wait_spawned_process.
14689 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14690 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14691 spawn_id_get_pid and kill_wait_spawned_process.
14692 * gdb.threads/attach-stopped.exp (corefunc): Use
14693 spawn_wait_for_attach, spawn_id_get_pid and
14694 kill_wait_spawned_process.
14695 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14696 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14697 kill_wait_spawned_process instead of explicit "kill -9".
14698 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14699 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14700 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14701 processes. Don't map cygwin/windows pids here. Now returns a
14702 spawn id list.
14703
14704 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14705
14706 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14707 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14708 correct patch.
14709
14710 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14711
14712 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14713
14714 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14715
14716 Reapply:
14717 2014-05-21 Mark Wielaard <mjw@redhat.com>
14718
14719 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14720
14721 2015-07-30 Pedro Alves <palves@redhat.com>
14722
14723 * linux-low.c (handle_extended_wait): Set the child's last
14724 reported status to TARGET_WAITKIND_STOPPED.
14725
14726 2015-07-30 Pedro Alves <palves@redhat.com>
14727
14728 PR threads/18600
14729 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14730 only shows inferior 1.
14731
14732 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14733 Pedro Alves <palves@redhat.com>
14734
14735 PR threads/18600
14736 * gdb.threads/fork-plus-threads.c: New file.
14737 * gdb.threads/fork-plus-threads.exp: New file.
14738
14739 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14740
14741 * gdb.base/batch-preserve-term-settings.exp
14742 (test_terminal_settings_preserved_after_cli_exit): Use
14743 send_quit_command.
14744
14745 2015-07-29 Pedro Alves <palves@redhat.com>
14746 Don Breazeal <donb@codesourcery.com>
14747
14748 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14749 output from both inferior_spawn_id and gdb_spawn_id.
14750
14751 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14752
14753 * gdb.threads/attach-into-signal.exp (corefunc): Use
14754 with_test_prefix on nested loops, uniquefying the test messages.
14755
14756 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14757
14758 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14759 commit.
14760
14761 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14762
14763 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14764 New proc.
14765 (test_terminal_settings_preserved_after_sigterm): New test.
14766
14767 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14768
14769 * gdb.base/batch-preserve-term-settings.exp
14770 (test_terminal_settings_preserved_after_cli_exit): New test.
14771
14772 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14773
14774 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14775 manipulation of saved_gdbflags.
14776 (test_terminal_settings_preserved): Remove global declaration of
14777 the unused variable pagination_prompt. Remove manipulation of
14778 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14779 GDBFLAGS.
14780
14781 2015-07-29 Pedro Alves <palves@redhat.com>
14782
14783 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14784
14785 2015-07-29 Pedro Alves <palves@redhat.com>
14786
14787 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14788 at the top.
14789
14790 2015-07-29 Pedro Alves <palves@redhat.com>
14791
14792 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14793 (main): Call gdb_unbuffer_output.
14794 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14795 (main): Call gdb_unbuffer_output.
14796 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14797 (main): Call gdb_unbuffer_output.
14798 * gdb.base/call-strs.exp: Adjust to step over the
14799 gdb_unbuffer_output call.
14800 * gdb.base/catch-gdb-caused-signals.c: Include
14801 "../lib/unbuffer_output.c".
14802 (main): Call gdb_unbuffer_output.
14803 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14804 (main): Call gdb_unbuffer_output.
14805 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14806 (main): Call gdb_unbuffer_output.
14807 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14808 (main): Call gdb_unbuffer_output.
14809 * gdb.base/shlib-call.exp: Adjust to step over the
14810 gdb_unbuffer_output call.
14811 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14812 (main): Call gdb_unbuffer_output.
14813 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14814 (main): Call gdb_unbuffer_output.
14815 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14816 (main): Rename to ...
14817 (test): ... this.
14818 (main): Reimplement.
14819 * gdb.base/varargs.exp: Run to test instead of to main.
14820 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14821 (main): Call gdb_unbuffer_output.
14822
14823 2015-07-29 Pedro Alves <palves@redhat.com>
14824
14825 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14826 factore out from mi_continue_dprintf. For call-style dprintfs,
14827 expect dprintf output out of $inferior_spawn_id.
14828 (mi_continue_dprintf): Use mi_expect_dprintf.
14829 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14830 (main): Call gdb_unbuffer_output.
14831
14832 2015-07-29 Pedro Alves <palves@redhat.com>
14833
14834 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14835 (default_mi_gdb_start): Set inferior_spawn_id instead of
14836 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14837 gdb_spawn_id.
14838 (mi_gdb_test): Always expect inferior output from both
14839 $inferior_spawn_id and $gdb_spawn_id.
14840
14841 2015-07-29 Pedro Alves <palves@redhat.com>
14842
14843 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14844 send_inferior and $inferior_spawn_id.
14845
14846 2015-07-29 Pedro Alves <palves@redhat.com>
14847
14848 * gdb.gdb/complaints.exp (test_initial_complaints)
14849 (test_serial_complaints, test_short_complaints): Use
14850 gdb_test_stdio.
14851 (test_empty_complaint): Handle $inferior_spawn_id !=
14852 $gdb_spawn_id.
14853
14854 2015-07-29 Pedro Alves <palves@redhat.com>
14855
14856 * gdb.base/varargs.exp: Use gdb_test_stdio.
14857
14858 2015-07-29 Pedro Alves <palves@redhat.com>
14859
14860 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14861
14862 2015-07-29 Pedro Alves <palves@redhat.com>
14863
14864 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14865
14866 2015-07-29 Pedro Alves <palves@redhat.com>
14867
14868 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14869 parameter into two new parameters, "inf_result" and "gdb_result".
14870 Expect inferior output and gdb output from $inferior_spawn_id and
14871 $gdb_spawn_id, respectively. Adjust all callers.
14872
14873 2015-07-29 Pedro Alves <palves@redhat.com>
14874
14875 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14876 of gdb_test_sequence.
14877
14878 2015-07-29 Pedro Alves <palves@redhat.com>
14879
14880 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14881 (saw_spurious_output): Expect inferior output from
14882 $inferior_spawn_id. Use gdb_test_stdio.
14883
14884 2015-07-29 Pedro Alves <palves@redhat.com>
14885
14886 * gdb.base/dprintf.exp: Use standard_testfile. Change
14887 prepare_for_testing call.
14888 (srcfile): Don't set.
14889 (restart): New procedure.
14890 (test_dprintf): New procecure, use to continue over dprintfs.
14891 (test_call, test_agent): New procedures, tests moved here.
14892 Restart gdb and recreate dprintfs. Adjust expected output.
14893
14894 2015-07-29 Pedro Alves <palves@redhat.com>
14895
14896 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14897
14898 2015-07-29 Pedro Alves <palves@redhat.com>
14899
14900 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14901
14902 2015-07-29 Pedro Alves <palves@redhat.com>
14903
14904 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14905 gdb_test_stdio.
14906
14907 2015-07-29 Pedro Alves <palves@redhat.com>
14908
14909 * lib/gdb.exp (gdb_test_stdio): New procedure.
14910
14911 2015-07-29 Pedro Alves <palves@redhat.com>
14912
14913 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14914
14915 2015-07-29 Pedro Alves <palves@redhat.com>
14916
14917 * gdb.base/call-signal-resume.exp: Remove check for
14918 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14919 * gdb.base/unwindonsignal.exp: Likewise.
14920 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14921 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14922
14923 2015-07-29 Pedro Alves <palves@redhat.com>
14924
14925 * gdb.base/siginfo-addr.c (pass): New function.
14926 (handler): Call it iff si_addr is correct.
14927 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14928 Set a breakpoint at "pass" and continue to it.
14929
14930 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14931
14932 * gdb.python/py-objfile.exp: Make some tests have unique names.
14933 * gdb.python/py-pp-registration.exp: Likewise.
14934
14935 2015-07-28 Pedro Alves <palves@redhat.com>
14936
14937 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14938
14939 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14940
14941 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14942
14943 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14944
14945 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14946
14947 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14948
14949 * gdb.base/gdb-sigterm-2.exp: New test.
14950
14951 2015-07-25 Doug Evans <xdje42@gmail.com>
14952
14953 Revert:
14954 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14955 (workers/%.worker, build-perf): New rule.
14956 (GDB_PERFTEST_MODE): New variable.
14957 (check-perf): Use it.
14958 (clean): Clean up gdb.perf parallel build subdirs.
14959 * lib/build-piece.exp: New file.
14960 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14961 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14962 name.
14963 (standard_temp_file): Ditto.
14964 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14965 of $GDB_PARALLEL.
14966
14967 2015-07-24 Doug Evans <dje@google.com>
14968
14969 * gdb.perf/lib/perftest/utils.py: New file.
14970 * gdb.perf/gm-hello.cc: New file.
14971 * gdb.perf/gm-pervasive-typedef.cc: New file.
14972 * gdb.perf/gm-pervasive-typedef.h: New file.
14973 * gdb.perf/gm-std.cc: New file.
14974 * gdb.perf/gm-std.h: New file.
14975 * gdb.perf/gm-use-cerr.cc: New file.
14976 * gdb.perf/gm-utils.h: New file.
14977 * gdb.perf/gmonster-null-lookup.py: New file.
14978 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14979 * gdb.perf/gmonster-print-cerr.py: New file.
14980 * gdb.perf/gmonster-ptype-string.py: New file.
14981 * gdb.perf/gmonster-runto-main.py: New file.
14982 * gdb.perf/gmonster-select-file.py: New file.
14983 * gdb.perf/gmonster1-null-lookup.exp: New file.
14984 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14985 * gdb.perf/gmonster1-print-cerr.exp: New file.
14986 * gdb.perf/gmonster1-ptype-string.exp: New file.
14987 * gdb.perf/gmonster1-runto-main.exp: New file.
14988 * gdb.perf/gmonster1-select-file.exp: New file.
14989 * gdb.perf/gmonster1.cc: New file.
14990 * gdb.perf/gmonster1.exp: New file.
14991 * gdb.perf/gmonster2-null-lookup.exp: New file.
14992 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14993 * gdb.perf/gmonster2-print-cerr.exp: New file.
14994 * gdb.perf/gmonster2-ptype-string.exp: New file.
14995 * gdb.perf/gmonster2-runto-main.exp: New file.
14996 * gdb.perf/gmonster2-select-file.exp: New file.
14997 * gdb.perf/gmonster2.cc: New file.
14998 * gdb.perf/gmonster2.exp: New file.
14999
15000 2015-07-24 Doug Evans <dje@google.com>
15001
15002 * gdb.perf/README: New file.
15003 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15004 * lib/gen-perf-test.exp: New file.
15005
15006 2015-07-24 Doug Evans <dje@google.com>
15007
15008 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15009 (PerfTest::startup): New function.
15010 (PerfTest::run): Return result of calling body.
15011 (PerfTest::assemble): Rewrite.
15012 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15013 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15014 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15015 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15016 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15017
15018 2015-07-24 Doug Evans <dje@google.com>
15019
15020 * lib/gdb.exp (clean_restart): Make executable optional.
15021
15022 2015-07-24 Doug Evans <dje@google.com>
15023
15024 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15025 compiler_info references.
15026 * gdb.cp/temargs.exp: Ditto.
15027 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15028 (get_compiler_info): Early exit if already computed. Set compiler_info
15029 to "unknown" if there was a problem.
15030 (test_compiler_info): Add function comment. Call get_compiler_info.
15031
15032 2015-07-24 Doug Evans <dje@google.com>
15033
15034 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15035 (workers/%.worker, build-perf): New rule.
15036 (GDB_PERFTEST_MODE): New variable.
15037 (check-perf): Use it.
15038 (clean): Clean up gdb.perf parallel build subdirs.
15039 * lib/build-piece.exp: New file.
15040 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15041 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15042 name.
15043 (standard_temp_file): Ditto.
15044 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15045 of $GDB_PARALLEL.
15046
15047 2015-07-24 Doug Evans <dje@google.com>
15048
15049 * lib/future.exp (gdb_default_target_compile): New option
15050 "early_flags".
15051 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15052 --as-needed.
15053
15054 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15055
15056 * gdb.base/catch-syscall.exp: Call gdb_exit before
15057 gdb_skip_xml_test.
15058
15059 2015-07-24 Pedro Alves <palves@redhat.com>
15060
15061 * gdb.python/py-events.exp: Accept output between the stop event
15062 and the prompt.
15063 * gdb.python/py-evsignal.exp: Likewise.
15064 * gdb.python/py-evthreads.exp: Likewise.
15065
15066 2015-07-24 Pedro Alves <palves@redhat.com>
15067
15068 PR gdb/18717
15069 * gdb.threads/non-ldr-exit.c: New file.
15070 * gdb.threads/non-ldr-exit.exp: New file.
15071
15072 2015-07-24 Yao Qi <yao.qi@linaro.org>
15073
15074 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15075 restarting process.
15076
15077 2015-07-24 Yao Qi <yao.qi@linaro.org>
15078
15079 * gdb.server/ext-restart.exp: New file.
15080
15081 2015-07-24 Yao Qi <yao.qi@linaro.org>
15082
15083 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15084 argument options.
15085 * gdb.server/ext-wrapper.exp: New file.
15086
15087 2015-07-23 Doug Evans <dje@google.com>
15088
15089 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15090 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15091
15092 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15093
15094 * gdb.ada/var_arr_typedef.exp: New testcase.
15095 * gdb.ada/var_arr_typedef/pack.adb: New file.
15096 * gdb.ada/var_arr_typedef/pack.ads: New file.
15097 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15098
15099 2015-07-20 Joel Brobecker <brobecker@adacore.com>
15100
15101 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15102
15103 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15104
15105 * gdb.arch/i386-biarch-core.exp: Replace istarget
15106 by "complete set gnutarget". Remove expectation for the "core-file"
15107 command.
15108
15109 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15110
15111 Revert the previous commit:
15112 Tests for validate symbol file using build-id.
15113
15114 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15115
15116 Tests for validate symbol file using build-id.
15117 * gdb.base/solib-mismatch-lib.c: New file.
15118 * gdb.base/solib-mismatch-libmod.c: New file.
15119 * gdb.base/solib-mismatch.c: New file.
15120 * gdb.base/solib-mismatch.exp: New file.
15121
15122 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15123
15124 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15125 nios2-*-linux*.
15126 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15127 * gdb.base/siginfo.exp: Likewise.
15128 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15129
15130 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15131
15132 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15133 Move it to ...
15134 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15135 ... here.
15136 * gdb.trace/range-stepping.exp: Check that the target supports
15137 range stepping.
15138
15139 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15140
15141 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15142
15143 2015-07-14 Pedro Alves <palves@redhat.com>
15144
15145 * gdb.base/killed-outside.exp: New file.
15146 * gdb.base/killed-outside.c: New file.
15147
15148 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15149
15150 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15151 (n at main): New.
15152 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15153
15154 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15155
15156 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15157 infcall tests instead of setting up for KFAIL.
15158
15159 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15160
15161 * gdb.btrace/record_goto-step.exp: New.
15162
15163 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15164
15165 PR compile/18484
15166 * gdb.compile/compile.c (struct struct_type): Add volatile to
15167 selffield's type.
15168 * gdb.compile/compile.exp
15169 (compile code struct_object.selffield = &struct_object): Skip further
15170 struct_object tests if this one xfails.
15171
15172 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
15173
15174 PR exp/18617
15175 * gdb.trace/ax.exp: Add test.
15176
15177 2015-07-07 Yao Qi <yao.qi@linaro.org>
15178
15179 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15180 instead of istarget "aarch64*-*-*".
15181 * gdb.arch/aarch64-fp.exp: Likewise.
15182 * gdb.base/float.exp: Likewise.
15183 * gdb.reverse/aarch64.exp: Likewise.
15184 * lib/gdb.exp (is_aarch64_target): New proc.
15185
15186 2015-07-07 Yao Qi <yao.qi@linaro.org>
15187
15188 * lib/gdb.exp (is_aarch32_target): New proc.
15189 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15190 instead of "istarget "arm*-*-*"".
15191 * gdb.arch/arm-disp-step.exp: Likewise.
15192 * gdb.arch/thumb-bx-pc.exp: Likewise.
15193 * gdb.arch/thumb-prologue.exp: Likewise.
15194 * gdb.arch/thumb-singlestep.exp: Likewise.
15195 * gdb.base/disp-step-syscall.exp: Likewise.
15196 * gdb.base/float.exp: Likewise.
15197
15198 2015-07-07 Yao Qi <yao.qi@linaro.org>
15199
15200 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15201 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15202
15203 2015-07-07 Yao Qi <yao.qi@linaro.org>
15204
15205 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15206 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15207 if it exists.
15208 * gdb.multi/multi-arch.exp: Likewise.
15209
15210 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15211
15212 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15213 print.
15214
15215 2015-07-07 Yao Qi <yao.qi@linaro.org>
15216
15217 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15218
15219 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15220
15221 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15222 '[' and ']' characters.
15223
15224 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15225
15226 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15227
15228 2015-06-29 Pedro Alves <palves@redhat.com>
15229
15230 PR threads/18127
15231 * gdb.threads/hand-call-new-thread.c: New file.
15232 * gdb.threads/hand-call-new-thread.c: New file.
15233
15234 2015-06-26 Keith Seitz <keiths@redhat.com>
15235 Doug Evans <dje@google.com>
15236
15237 PR 16253
15238 * gdb.cp/var-tag-2.cc: New file.
15239 * gdb.cp/var-tag-3.cc: New file.
15240 * gdb.cp/var-tag-4.cc: New file.
15241 * gdb.cp/var-tag.cc: New file.
15242 * gdb.cp/var-tag.exp: New file.
15243
15244 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15245
15246 * gdb.base/history-duplicates.exp: New test.
15247
15248 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15249
15250 * gdb.base/completion.exp: Test the completion of the "focus"
15251 command.
15252
15253 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15254
15255 * gdb.arch/amd64-prologue-skip.S: New file.
15256 * gdb.arch/amd64-prologue-skip.exp: New file.
15257
15258 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15259
15260 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15261 is_address_zero_readable check.
15262
15263 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15264
15265 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15266 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15267
15268 2015-06-24 Yao Qi <yao.qi@linaro.org>
15269
15270 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15271 linux targets.
15272
15273 2015-06-24 Yao Qi <yao.qi@linaro.org>
15274
15275 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15276 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15277 * gdb.base/siginfo-thread.exp: Likewise.
15278
15279 2015-06-22 Yao Qi <yao.qi@linaro.org>
15280
15281 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15282
15283 2015-06-22 Yao Qi <yao.qi@linaro.org>
15284
15285 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15286 aarch64*-*-*.
15287 (skip_hw_watchpoint_tests): Likewise.
15288
15289 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15290
15291 * gdb.base/gdbinit-history.exp: Test the interaction between
15292 setting GDBHISTSIZE and setting the history size via .gdbinit.
15293
15294 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15295
15296 PR gdb/16999
15297 * gdb.base/gdbhistsize-history.exp: New test.
15298
15299 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15300
15301 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15302 with GDBHISTSIZE.
15303 * gdb.base/readline.exp: Likewise.
15304
15305 2015-06-17 Yao Qi <yao.qi@linaro.org>
15306
15307 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15308 line.
15309
15310 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15311
15312 * gdb.base/gdbinit-history.exp: Add test case to check that
15313 an unlimited history file does not get truncated on exit.
15314
15315 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15316
15317 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15318 (VECTOR): New macro. Use it...
15319 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15320 ...for these typedefs.
15321 (int8, char1, int1, double1): New typedefs.
15322 (struct just_int2, struct two_int2): New structures.
15323 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15324 (add_structvecs, add_singlevecs): New functions.
15325 (main): Call add_some_intvecs twice.
15326 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15327 the compile and exit upon failure. Try compiling for the "native"
15328 architecture. Test inferior function calls with vector arguments
15329 and vector return value handling with "finish" and "return".
15330
15331 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15332
15333 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15334 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15335 PE file.
15336 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15337
15338 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15339
15340 PR breakpoints/16465
15341 * gdb.mi/mi-dprintf-pending.c: New file.
15342 * gdb.mi/mi-dprintf-pending.exp: New test.
15343 * gdb.mi/mi-dprintf-pendshr.c: New file.
15344
15345 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15346 Mircea Gherzan <mircea.gherzan@intel.com>
15347
15348 * gdb.arch/i386-mpx-map.c: New file.
15349 * gdb.arch/i386-mpx-map.exp: New File.
15350
15351 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15352
15353 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15354 * gdb.arch/i386-mpx.exp: Indentation fixed.
15355
15356 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15357
15358 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15359 function and improved indentation.
15360 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15361 gdb_test_multiple. Added additional tests to skip the test.
15362
15363 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15364
15365 * gdb.arch/i386-avx512.c: Change path in include file.
15366 * gdb.arch/i386-avx512.exp: Change include dir path
15367 compilation flag.
15368 * gdb.arch/i386-mpx.c: Change path in include file.
15369 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15370 flag.
15371
15372 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15373
15374 * gdb.compile/compile-print.exp (compile print *vararray@3)
15375 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15376
15377 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15378
15379 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15380 (do not keep jit in memory): ... this.
15381 (expect 5): Change it to ...
15382 (expect no 5): ... this.
15383
15384 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15385
15386 PR gdb/15564
15387 * gdb.mi/mi-detach.exp: New file.
15388
15389 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15390
15391 PR symtab/18392
15392 * gdb.arch/amd64-tailcall-self.S: New file.
15393 * gdb.arch/amd64-tailcall-self.c: New file.
15394 * gdb.arch/amd64-tailcall-self.exp: New file.
15395
15396 2015-05-28 Don Breazeal <donb@codesourcery.com>
15397
15398 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15399 tests for remote targets by checking is_target_gdbserver.
15400
15401 2015-05-27 Doug Evans <dje@google.com>
15402
15403 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15404 * gdb.dwarf2/opaque-type-lookup.c: New file.
15405 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15406
15407 2015-05-26 Doug Evans <dje@google.com>
15408
15409 * gdb.cp/iostream.cc: New file.
15410 * gdb.cp/iostream.exp: New file.
15411
15412 2015-05-26 Doug Evans <dje@google.com>
15413
15414 * gdb.dwarf2/dw2-op-call.exp: Update.
15415 * gdb.dwarf2/dw4-sig-types.exp: Update.
15416 * gdb.dwarf2/implptr.exp: Update.
15417 * gdb.mi/mi-cmd-param-changed.exp: Update.
15418
15419 2015-05-26 Doug Evans <dje@google.com>
15420
15421 * gdb.python/py-lazy-string.c: New file.
15422 * gdb.python/py-lazy-string.exp: New file.
15423 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15424 (main): Update. Add estring3.
15425 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15426 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15427
15428 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15429 Yao Qi <yao.qi@linaro.org>
15430
15431 * gdb.reverse/aarch64.c: New.
15432 * gdb.reverse/aarch64.exp: New.
15433
15434 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15435
15436 * lib/gdb.exp (supports_process_record): Return true for
15437 aarch64*-linux*.
15438 (supports_reverse): Likewise.
15439
15440 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15441
15442 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15443 Use with_test_prefix.
15444
15445 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15446
15447 * gdb.base/completion.exp: Add test for completion of layout
15448 names.
15449
15450 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15451
15452 * lib/gdb.exp (skip_tui_tests): New proc.
15453 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15454
15455 2015-05-19 Pedro Alves <palves@redhat.com>
15456
15457 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15458 Save the whole env array instead of just HOME. Unset HISTSIZE in
15459 the environment while testing. Restore whole environment
15460 afterwards.
15461
15462 2015-05-16 Doug Evans <xdje42@gmail.com>
15463
15464 * gdb.guile/scm-ports.c: New file.
15465 * gdb.guile/scm-ports.exp: Add memory port tests.
15466
15467 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15468
15469 * gdb.compile/compile-print.c: New file.
15470 * gdb.compile/compile-print.exp: New file.
15471
15472 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15473
15474 * gdb.compile/compile-ops.exp: Cast param to void.
15475 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15476 (compile code struct_object.selffield = &struct_object): Add xfail.
15477
15478 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15479
15480 * gdb.ada/arr_enum_with_gap: New testcase.
15481
15482 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15483
15484 * gdb.ada/byte_packed_arr: New testcase.
15485
15486 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15487
15488 * gdb.ada/pckd_neg: New testcase.
15489
15490 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15491
15492 PR gdb/17820
15493 * gdb.base/gdbinit-history.exp: New test.
15494 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15495 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15496
15497 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15498
15499 * gdb.python/py-xmethods.cc: Enhance test case.
15500 * gdb.python/py-xmethods.exp: New tests.
15501 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15502 function.
15503 (B_indexoper): Likewise.
15504 (global_dm_list) : Add new xmethod worker functions.
15505
15506 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15507
15508 * gdb.base/coredump-filter.exp: Correctly unset
15509 "coredump_var_addr" array.
15510
15511 2015-05-08 Pedro Alves <palves@redhat.com>
15512
15513 * gdb.server/non-existing-program.exp: Unset spawn_id.
15514
15515 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15516
15517 PR python/18291
15518 * gdb.python/py-xmethods.exp: Add tests.
15519
15520 2015-05-08 Yao Qi <yao.qi@linaro.org>
15521
15522 PR gdb/18208
15523 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15524 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15525 function set_coredump_filter, and remove remote_exec call.
15526 Remove argument ipid. Callers update.
15527 (top level): Don't get inferior's PID.
15528
15529 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15530
15531 * gdb.base/watch_thread_num.exp: Skip test on targets without
15532 access watchpoints.
15533
15534 2015-05-06 Pedro Alves <palves@redhat.com>
15535
15536 PR server/18081
15537 * gdb.server/non-existing-program.exp: New file.
15538
15539 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15540
15541 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15542
15543 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15544
15545 * gdb.ada/out_of_line_in_inlined: New testcase.
15546
15547 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15548
15549 * gdb.ada/var_rec_arr: New testcase.
15550
15551 2015-04-30 Yao Qi <yao.qi@linaro.org>
15552
15553 * gdb.base/break-idempotent.exp: If
15554 skip_hw_watchpoint_multi_tests returns true, skip the tests
15555 on "rwatch" and "awatch".
15556
15557 2015-04-30 Yao Qi <yao.qi@linaro.org>
15558
15559 * gdb.base/relativedebug.exp: Invoke gdb command
15560 "info sharedlibrary", and if libc.so doesn't have debug info,
15561 skip the test.
15562
15563 2015-04-29 Doug Evans <dje@google.com>
15564
15565 * gdb.python/py-xmethods.exp: Add ptype tests.
15566 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15567 get_result_type method.
15568
15569 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15570
15571 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15572 the target does not support hardware watchpoints.
15573
15574 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15575
15576 * gdb.base/break-always.exp: Abort testing if writing to memory
15577 causes an error.
15578
15579 2015-04-28 Doug Evans <dje@google.com>
15580
15581 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15582 * gdb.python/py-pp-registration.exp: ... here. New file.
15583 * gdb.python/py-pp-registration.c: New file.
15584 * gdb.python/py-pp-registration.py: New file.
15585
15586 2015-04-28 Doug Evans <dje@google.com>
15587
15588 * gdb.python/py-bad-printers.c: New file.
15589 * gdb.python/py-bad-printers.py: New file.
15590 * gdb.python/py-bad-printers.exp: New file.
15591
15592 2015-04-28 Sasha Smundak <asmundak@google.com>
15593
15594 * gdb.python/py-type.exp: New test.
15595
15596 2015-04-28 Andy Wingo <wingo@igalia.com>
15597
15598 * gdb.python/py-parameter.exp:
15599 * gdb.guile/scm-parameter.exp: Escape the path that we are
15600 matching against, as it might contain characters that are special
15601 to regular expressions.
15602
15603 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15604
15605 * gdb.ada/rec_comp: New testcase.
15606
15607 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15608
15609 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15610 before using it.
15611
15612 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15613
15614 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15615 new tests for verilog output.
15616
15617 2015-04-24 Yao Qi <yao.qi@linaro.org>
15618
15619 * boards/remote-gdbserver-on-localhost.exp: New file.
15620
15621 2015-04-23 Pedro Alves <palves@redhat.com>
15622
15623 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15624 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15625 "end of file", remove $inferior_spawn_id from the indirect list.
15626
15627 2015-04-23 Pedro Alves <palves@redhat.com>
15628
15629 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15630
15631 2015-04-23 Pedro Alves <palves@redhat.com>
15632
15633 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15634 on $any_spawn_id instead of only on $gdb_spawn_id.
15635
15636 2015-04-21 Pierre Muller <muller@sourceware.org>
15637
15638 PR pascal/17815
15639 * lib/pascal.exp (gpc_compile): Add new option "class".
15640 (fpc_compile): Likewise.
15641 * gdb.pascal/case-insensitive-symbols.pas: New file.
15642 * gdb.pascal/case-insensitive-symbols.exp: New file.
15643
15644 2015-04-20 Gary Benson <gbenson@redhat.com>
15645
15646 * gdb.base/attach.exp: Fix three extended remote failures.
15647
15648 2015-04-17 Gary Benson <gbenson@redhat.com>
15649
15650 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15651 the main executable over the remote protocol.
15652
15653 2015-04-16 Pedro Alves <palves@redhat.com>
15654
15655 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15656 a new gdbserver if gdbserver_reconnect_p is set.
15657
15658 2015-04-16 Pedro Alves <palves@redhat.com>
15659
15660 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15661 is set, don't exit gdbserver.
15662
15663 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15664
15665 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15666 appropriate .insn, such that an older assembler can be used.
15667 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15668 the z/Architecture instruction set on 31-bit targets as well.
15669
15670 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15671
15672 * gdb.go/handcall.exp: Remove all logic related to the first
15673 breakpoint and rely on go_runto_main instead.
15674 * gdb.go/strings.exp: Likewise.
15675 * gdb.go/unsafe.exp: Likewise.
15676 * gdb.go/hello.exp: Likewise. Also rename the remaining
15677 breakpoint marker to "breakpoint 1".
15678 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15679 * gdb.go/strings.go: Likewise.
15680 * gdb.go/unsafe.go: Likewise.
15681 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15682 "set breakpoint 2 here" and rename the remaining breakpoint marker
15683 to "breakpoint 1".
15684
15685 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15686
15687 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15688 if itertools.imap is not present.
15689 * gdb.python/py-objfile.exp: Add parentheses.
15690 * gdb.python/py-type.exp: Same.
15691 * gdb.python/py-unwind-maint.py: Same.
15692
15693 2015-04-15 Yao Qi <yao.qi@linaro.org>
15694
15695 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15696 of ":$ptr_size" and set its form explicitly.
15697
15698 2015-04-15 Pedro Alves <palves@redhat.com>
15699 Yao Qi <yao.qi@linaro.org>
15700
15701 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15702 timeout by factor of 4.
15703 (test_regular_watch): Likewise.
15704 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15705 * gdb.reverse/sigall-reverse.exp: Likewise.
15706 * gdb.reverse/until-precsave.exp: Likewise.
15707 * lib/gdb.exp (with_timeout_factor): New proc.
15708 (gdb_expect): Move some code to ...
15709 (get_largest_timeout): ... here. New procedure.
15710
15711 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
15712
15713 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15714
15715 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15716
15717 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15718 to write to the .text section.
15719
15720 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15721
15722 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15723 Handle the case of targets that do not provide PID information.
15724
15725 2015-04-13 Yao Qi <yao.qi@linaro.org>
15726
15727 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15728 and use expect instead of gdb_expect.
15729
15730 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15731
15732 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15733 "coredump_var_addr" to avoid naming conflict with other testcases.
15734
15735 2015-04-10 Pedro Alves <palves@redhat.com>
15736
15737 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15738 gdb_test_sequence and gdb_assert.
15739
15740 2015-04-10 Pedro Alves <palves@redhat.com>
15741
15742 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15743 test messages that don't include the breakpoint address.
15744
15745 2015-04-10 Yao Qi <yao.qi@linaro.org>
15746
15747 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15748 false for some offset and width combinations which aren't
15749 supported by linux kernel.
15750
15751 2015-04-10 Pedro Alves <palves@redhat.com>
15752
15753 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15754 procedure, factored out from ...
15755 (top level): ... here. Add "set displaced-stepping" testing axis.
15756 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15757 parameter "displaced". Use it.
15758 (top level): Use foreach and add "set displaced-stepping" testing
15759 axis.
15760
15761 2015-04-10 Pedro Alves <palves@redhat.com>
15762
15763 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15764 Remove comment.
15765 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15766 both the address of the instruction that triggers the watchpoint
15767 and the address of the instruction immediately after, and use
15768 those addresses for the test. Fix comment.
15769
15770 2015-04-10 Pedro Alves <palves@redhat.com>
15771
15772 * gdb.base/sigstep.exp (breakpoint_to_handler)
15773 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15774 Test "backtrace" in handler.
15775 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15776 (top level): Add new "displaced" test axis to
15777 breakpoint_to_handler, breakpoint_to_handler_entry and
15778 breakpoint_over_handler.
15779
15780 2015-04-10 Pedro Alves <palves@redhat.com>
15781
15782 PR gdb/18216
15783 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15784
15785 2015-04-10 Yao Qi <yao.qi@linaro.org>
15786
15787 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15788 (test_add_rn_pc): New function.
15789 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15790 (top level): Invoke test_add_rn_pc.
15791
15792 2015-04-10 Pedro Alves <palves@redhat.com>
15793
15794 PR gdb/13858
15795 * gdb.base/step-over-no-symbols.exp: New file.
15796
15797 2015-04-09 Andy Wingo <wingo@igalia.com>
15798
15799 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15800 after the Python tests.
15801
15802 2015-04-08 Keith Seitz <keiths@redhat.com>
15803
15804 PR python/16699
15805 * gdb.python/py-completion.exp: New tests for completion.
15806 * gdb.python/py-completion.py (CompleteLimit1): New class.
15807 (CompleteLimit2): Likewise.
15808 (CompleteLimit3): Likewise.
15809 (CompleteLimit4): Likewise.
15810 (CompleteLimit5): Likewise.
15811 (CompleteLimit6): Likewise.
15812 (CompleteLimit7): Likewise.
15813
15814 2015-04-08 Pedro Alves <palves@redhat.com>
15815
15816 PR gdb/18214
15817 PR gdb/18216
15818 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15819 function.
15820 (main): Install it as SIGUSR1 handler.
15821 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15822 parameter. Always use "setup" as prefix. Toggle "set
15823 displaced-stepping" off/on depending on global. Don't switch to
15824 thread 1 here.
15825 (top level): Add displaced stepping "off/on" test axis. Update
15826 "setup" calls. Wrap each subtest with with_test_prefix. Test
15827 continuing with a queued signal in each thread.
15828
15829 2015-04-08 Pedro Alves <palves@redhat.com>
15830
15831 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15832 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15833 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15834 Return early if running to main fails.
15835 * gdb.trace/while-stepping.exp: Likewise.
15836
15837 2015-04-07 Pedro Alves <palves@redhat.com>
15838
15839 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15840 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15841 interact with inferior program.
15842
15843 2015-04-07 Pedro Alves <palves@redhat.com>
15844
15845 * lib/gdb.exp (inferior_spawn_id): New global.
15846 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15847 spawn id after processing the user code.
15848 (default_gdb_start): Set inferior_spawn_id.
15849 (send_inferior): New procedure.
15850 * lib/gdbserver-support.exp (gdbserver_start): Set
15851 inferior_spawn_id.
15852 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15853
15854 2015-04-07 Pedro Alves <palves@redhat.com>
15855
15856 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15857 * lib/gdbserver-support.exp (gdbserver_start): Make
15858 $server_spawn_id global.
15859 (gdbserver_start): Don't wait for gdbserver's spawn id with
15860 expect_background.
15861 (close_gdbserver): New procedure.
15862 (gdb_exit): Rename the default version and reimplement.
15863
15864 2015-04-07 Pedro Alves <palves@redhat.com>
15865
15866 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15867 append the substituted item, not the original item.
15868
15869 2015-04-07 Pedro Alves <palves@redhat.com>
15870
15871 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15872 gdb_expect.
15873
15874 2015-04-07 Pedro Alves <palves@redhat.com>
15875
15876 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15877 output appearing once only.
15878
15879 2015-04-07 Pedro Alves <palves@redhat.com>
15880
15881 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15882 that doesn't expect anything. Return early if running to main
15883 fails.
15884
15885 2015-04-07 Yao Qi <yao.qi@linaro.org>
15886
15887 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15888 (child_function): Call alarm.
15889 (main): Move call to alarm into the loop.
15890 * gdb.threads/non-stop-fair-events.exp: Build program with
15891 -DTIMEOUT=$timeout.
15892
15893 2015-04-06 Doug Evans <xdje42@gmail.com>
15894
15895 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15896 Fix dest parameter to board_info.
15897 (fpc_compile): Ditto.
15898 (gdb_compile_pascal): Rename dest arg to destfile.
15899
15900 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15901
15902 * gdb.ada/funcall_ref.exp: New file.
15903 * gdb.ada/funcall_ref/foo.adb: New file.
15904
15905 2015-04-02 Yao Qi <yao.qi@linaro.org>
15906
15907 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15908 is remote.
15909
15910 2015-04-02 Gary Benson <gbenson@redhat.com>
15911
15912 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15913
15914 2015-04-01 Sasha Smundak <asmundak@google.com>
15915
15916 * gdb.python/py-unwind-maint.c: New file.
15917 * gdb.python/py-unwind-maint.exp: New test.
15918 * gdb.python/py-unwind-maint.py: New file.
15919 * gdb.python/py-unwind.c: New file.
15920 * gdb.python/py-unwind.exp: New test.
15921 * gdb.python/py-unwind.py: New test.
15922
15923 2015-04-01 Pedro Alves <palves@redhat.com>
15924
15925 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15926 to fail instead of non-existent $test.
15927
15928 2015-04-01 Pedro Alves <palves@redhat.com>
15929
15930 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15931 GDBFLAGS if not empty.
15932
15933 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15934
15935 * gdb.ada/complete.exp: Remove "multi_line".
15936 * gdb.ada/info_exc.exp: Remove "multi_line".
15937 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15938 * gdb.ada/ptype_field.exp: Remove "multi_line".
15939 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15940 * gdb.ada/tagged.exp: Remove "multi_line".
15941 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15942 [multi_line ...]
15943 * gdb.btrace/delta.exp: Likewise.
15944 * gdb.btrace/exception.exp: Likewise.
15945 * gdb.btrace/function_call_history.exp: Likewise.
15946 * gdb.btrace/instruction_history.exp: Likewise.
15947 * gdb.btrace/nohist.exp: Likewise.
15948 * gdb.btrace/record_goto.exp: Likewise.
15949 * gdb.btrace/segv.exp: Likewise.
15950 * gdb.btrace/stepi.exp: Likewise.
15951 * gdb.btrace/tailcall.exp: Likewise.
15952 * gdb.btrace/unknown_functions.exp: Likewise.
15953 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15954 * lib/gdb.exp: Add the "multi_line" helper.
15955
15956 2015-04-01 Pedro Alves <palves@redhat.com>
15957
15958 * gdb.threads/tid-reuse.c: New file.
15959 * gdb.threads/tid-reuse.exp: New file.
15960
15961 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15962
15963 PR corefiles/16092
15964 * gdb.base/coredump-filter.c: New file.
15965 * gdb.base/coredump-filter.exp: Likewise.
15966
15967 2015-03-27 Petr Machata <pmachata@redhat.com>
15968
15969 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15970 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15971 (Dwarf::assemble): Initialize them.
15972 (Dwarf::lines): New function.
15973
15974 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15975
15976 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15977 SYMBOL_PREFIX for x86_64-*-cygwin.
15978
15979 2015-03-26 Andy Wingo <wingo@igalia.com>
15980
15981 PR symtab/18148
15982 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15983 const_value but not a location.
15984 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15985 location defined in non-main CUs are visible.
15986
15987 2015-03-26 Yao Qi <yao.qi@linaro.org>
15988
15989 PR testsuite/18139
15990 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15991 Add a line number entry for the same line.
15992 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15993 Add a line number entry for the same line.
15994
15995 2015-03-26 Yao Qi <yao.qi@linaro.org>
15996
15997 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15998 .int 0.
15999 (func): Likewise. Add .Lfunc_1 label.
16000 Use .Lfunc_1 label.
16001 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16002 .int 0.
16003 (func): Likewise.
16004 Use .Lfunc_1 label.
16005
16006 2015-03-26 Yao Qi <yao.qi@linaro.org>
16007
16008 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16009 Call gdb_compile instead to compile each .s files without debug
16010 information.
16011
16012 2015-03-26 Yao Qi <yao.qi@linaro.org>
16013
16014 * gdb.base/savedregs.exp (process_saved_regs): Make
16015 "Saved registers:" optional in the pattern.
16016
16017 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16018
16019 * gdb.btrace/next.exp: Merged into step.exp.
16020 * gdb.btrace/finish.exp: Merged into step.exp.
16021 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16022 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16023 "record goto" and checking the exact replay position.
16024 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16025 check for "Recording format" in "info record" output.
16026 * gdb.btrace/record_goto.exp: Choose test file based on target.
16027 * gdb.btrace/x86-record_goto.S: Renamed into ...
16028 * gdb.btrace/x86_64-record_goto.S: ... this.
16029 * gdb.btrace/i686-record_goto.S: New.
16030 * gdb.btrace/x86-tailcall.S: Renamed into ...
16031 * gdb.btrace/x86_64-tailcall.S: ... this.
16032 * gdb.btrace/i686-tailcall.S: New.
16033 * gdb.btrace/x86-tailcall.c: Renamed into ...
16034 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16035 separate statements. Update test.
16036 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16037 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16038 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16039 * gdb.btrace/tailcall.exp: Choose test file based on target.
16040 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16041
16042 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16043
16044 * gdb.btrace/exception.exp: Increase BTS buffer size.
16045
16046 2015-03-24 Pedro Alves <palves@redhat.com>
16047
16048 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16049
16050 2015-03-24 Pedro Alves <palves@redhat.com>
16051
16052 * gdb.threads/schedlock.exp (test_step): No longer expect that
16053 "set scheduler-locking step" with "next" over a function call runs
16054 threads unlocked.
16055
16056 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16057
16058 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16059
16060 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16061
16062 PR breakpoints/16466
16063 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16064 * gdb.mi/mi-pending.c (thread_func): New function.
16065 (int main): Add threading support required.
16066 * gdb.mi/mi-pending.exp: Add tests for this issue.
16067 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16068 (pendfunc2): Remove stdio dependency.
16069 * gdb.mi/mi-pendshr2.c: New file.
16070
16071 2015-03-23 Keith Seitz <keiths@redhat.com>
16072
16073 * gdb.linespec/keywords.c: New file.
16074 * gdb.linespec/keywords.exp: New file.
16075
16076 2015-03-23 Keith Seitz <keiths@redhat.com>
16077
16078 PR gdb/18021
16079 * gdb.dwarf2/staticvirtual.exp: New test.
16080
16081 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16082
16083 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16084 * README: Remove HP-UX and gdb.hp.
16085 (configuration):
16086 * configure: Regenerate.
16087 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16088 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16089 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16090 gdb.hp/gdb.defects/Makefile.
16091 * gdb.hp/Makefile.in: File deleted.
16092 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16093 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16094 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16095 * gdb.hp/gdb.aCC/run.c: File deleted.
16096 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16097 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16098 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16099 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16100 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16101 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16102 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16103 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16104 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16105 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16106 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16107 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16108 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16109 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16110 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16111 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16112 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16113 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16114 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16115 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16116 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16117 * gdb.hp/gdb.compat/average.c: File deleted.
16118 * gdb.hp/gdb.compat/sum.c: File deleted.
16119 * gdb.hp/gdb.compat/xdb.c: File deleted.
16120 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16121 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16122 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16123 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16124 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16125 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16126 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16127 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16128 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16129 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16130 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16131 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16132 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16133 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16134 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16135 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16136 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16137 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16138 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16139 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16140 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16141 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16142 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16143 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16144 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16145 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16146 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16147 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16148 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16149 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16150 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16151 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16152 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16153 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16154 * gdb.hp/tools/odump: File deleted.
16155
16156 2015-03-19 Pedro Alves <palves@redhat.com>
16157
16158 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16159 (saw_thread_3): New globals.
16160 (top level): Increment them when an event for the corresponding
16161 thread is seen.
16162 (no thread starvation): New test.
16163
16164 2015-03-19 Pedro Alves <palves@redhat.com>
16165
16166 * gdb.threads/continue-pending-status.c: New file.
16167 * gdb.threads/continue-pending-status.exp: New file.
16168
16169 2015-03-18 Pedro Alves <palves@redhat.com>
16170
16171 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16172 Use gdb_is_target_remote instead of is_remote. Use
16173 gdb_test_multiple instead of gdb_expect. Exit early if
16174 gdb_test_multiple hits its internal matches. Tighten stepi tests
16175 expected output. Fail on exit with any signal, instead of just
16176 SIGILL.
16177
16178 2015-03-18 Yao Qi <yao.qi@linaro.org>
16179
16180 PR tdep/18107
16181 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16182 variable.
16183 * gdb.base/catch-syscall.exp: Don't skip it on
16184 aarch64*-*-linux* target. Remove elements in all_syscalls.
16185 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16186 target.
16187 (setup_all_syscalls): New proc.
16188
16189 2015-03-16 Yao Qi <yao.qi@linaro.org>
16190
16191 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16192 (top level): Skip tests if valid_addr_p returns false for
16193 $cmd1 or $cmd2.
16194
16195 2015-03-11 Andy Wingo <wingo@igalia.com>
16196
16197 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16198
16199 2015-03-11 Yao Qi <yao.qi@linaro.org>
16200
16201 * gdb.base/catch-syscall.exp: Fix typo in comments.
16202
16203 2015-03-11 Yao Qi <yao.qi@linaro.org>
16204
16205 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16206
16207 2015-03-09 Pedro Alves <palves@redhat.com>
16208
16209 * dg-extract-results.py: Delete.
16210
16211 2015-03-09 Pedro Alves <palves@redhat.com>
16212
16213 Merge dg-extract-results.sh from GCC upstream (r218843).
16214
16215 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16216 * dg-extract-results.sh: Use --text with grep to avoid issues with
16217 binary files. Fall back to cat -v, if that doesn't work.
16218
16219 2015-03-05 Pedro Alves <palves@redhat.com>
16220
16221 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16222
16223 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16224
16225 * lib/mi-support.exp (mi_expect_interrupt): Accept
16226 alternative event for when in all-stop mode.
16227
16228 2015-03-04 Pedro Alves <palves@redhat.com>
16229
16230 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16231
16232 2015-03-04 Mark Kettenis <kettenis@gnu.org>
16233
16234 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16235
16236 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16237
16238 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16239 regexps for GDB's current line display, accept a hex address
16240 preceding the line number.
16241
16242 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16243
16244 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16245 the 'arch1' variable for "s390*-linux*" targets.
16246
16247 2015-03-04 Pedro Alves <palves@redhat.com>
16248
16249 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16250 (main): Pass missing retval argument to pthread_join call.
16251
16252 2015-03-02 Pedro Alves <palves@redhat.com>
16253
16254 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16255 (top level): Call do_test with non-stop as well.
16256
16257 2015-03-02 Pedro Alves <palves@redhat.com>
16258
16259 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16260 -1.
16261
16262 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16263
16264 * gdb.arch/s390-vregs.exp: New test.
16265 * gdb.arch/s390-vregs.S: New file.
16266
16267 2015-02-27 Pedro Alves <palves@redhat.com>
16268
16269 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16270 call to catch_command_errors.
16271 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16272 catch_command_errors.
16273
16274 2015-02-27 Pedro Alves <palves@redhat.com>
16275
16276 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16277 "true" for boolean result.
16278 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16279 prototype of main.
16280
16281 2015-02-27 Pedro Alves <palves@redhat.com>
16282
16283 * lib/unbuffer_output.c: New file.
16284 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16285 (main): Call gdb_unbuffer_output.
16286
16287 2015-02-27 Yao Qi <yao.qi@linaro.org>
16288
16289 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16290 target.
16291
16292 2015-02-26 Doug Evans <dje@google.com>
16293
16294 * gdb.cp/class2.cc (Dbase, D): New classes.
16295 (main): New local delta.
16296 * gdb.cp/class2.exp: Test printing delta.
16297 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16298 (dynbar): New global.
16299 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16300
16301 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16302
16303 * gdb.compile/compile-ifunc.c: New file.
16304 * gdb.compile/compile-ifunc.exp: New file.
16305
16306 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16307
16308 * gdb.base/structs.exp: Check for correct struct on finish.
16309
16310 2015-02-26 Yao Qi <yao.qi@linaro.org>
16311
16312 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16313 is zero.
16314
16315 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16316
16317 * gdb.arch/cordic.ko.bz2: New file.
16318 * gdb.arch/cordic.ko.debug.bz2: New file.
16319 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16320
16321 2015-02-25 Yao Qi <yao.qi@linaro.org>
16322
16323 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16324 aarch64*-*-* target.
16325
16326 2015-02-23 Pedro Alves <palves@redhat.com>
16327
16328 * lib/gdb.exp (delete_breakpoints): Rewrite using
16329 gdb_test_multiple.
16330
16331 2015-02-23 Pedro Alves <palves@redhat.com>
16332
16333 * gdb.base/info-os.c: Include stdlib.h.
16334
16335 2015-02-22 Doug Evans <xdje42@gmail.com>
16336
16337 PR symtab/17855
16338 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16339 is read after symbols have been re-read.
16340 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16341 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16342
16343 2015-02-21 Doug Evans <dje@google.com>
16344
16345 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16346
16347 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16348
16349 PR corefiles/17808
16350 * gdb.arch/i386-biarch-core.core.bz2: New file.
16351 * gdb.arch/i386-biarch-core.exp: New file.
16352
16353 2015-02-21 Pedro Alves <palves@redhat.com>
16354
16355 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16356 runto_main fails.
16357
16358 2015-02-20 Pedro Alves <palves@redhat.com>
16359
16360 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16361 info probes.
16362
16363 2015-02-20 Pedro Alves <palves@redhat.com>
16364
16365 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16366
16367 2015-02-20 Pedro Alves <palves@redhat.com>
16368
16369 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16370 clean_restart before gdb_target_supports_trace.
16371
16372 2015-02-20 Pedro Alves <palves@redhat.com>
16373
16374 PR threads/18006
16375 * gdb.threads/clone-thread_db.c: New file.
16376 * gdb.threads/clone-thread_db.exp: New file.
16377
16378 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16379
16380 PR breakpoints/16812
16381 * gdb.base/catch-gdb-caused-signals.c: New file.
16382 * gdb.base/catch-gdb-caused-signals.exp: New file.
16383
16384 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16385
16386 * configure: Regenerated.
16387 * configure.ac: Use GDB_AC_TRANSFORM.
16388 * aclocal.m4: sinclude ../transform.m4.
16389
16390 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16391
16392 * lib/dtrace.exp: New file.
16393 * gdb.base/dtrace-probe.exp: Likewise.
16394 * gdb.base/dtrace-probe.d: Likewise.
16395 * gdb.base/dtrace-probe.c: Likewise.
16396 * lib/pdtrace.in: Likewise.
16397 * configure.ac: Output variables with the transformed names of
16398 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16399 * configure: Regenerated.
16400
16401 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16402
16403 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16404 expected message when trying to access $_probe_* convenience
16405 variables while not on a probe.
16406
16407 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16408
16409 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16410
16411 2015-02-11 Pedro Alves <pedro@codesourcery.com>
16412
16413 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16414 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16415
16416 2015-02-10 Doug Evans <xdje42@gmail.com>
16417
16418 * lib/gdb.exp (gdb_load): Always return a result.
16419
16420 2015-02-10 Pedro Alves <palves@redhat.com>
16421
16422 * gdb.threads/signal-sigtrap.c: New file.
16423 * gdb.threads/signal-sigtrap.exp: New file.
16424
16425 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16426
16427 * gdb.trace/no-attach-trace.c: New file.
16428 * gdb.trace/no-attach-trace.exp: New file.
16429
16430 2015-02-09 Mark Wielaard <mjw@redhat.com>
16431
16432 * gdb.dwarf2/atomic.c: New file.
16433 * gdb.dwarf2/atomic-type.exp: Likewise.
16434
16435 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16436
16437 * gdb.btrace/buffer-size.exp: Update "info record" output.
16438 * gdb.btrace/delta.exp: Update "info record" output.
16439 * gdb.btrace/enable.exp: Update "info record" output.
16440 * gdb.btrace/finish.exp: Update "info record" output.
16441 * gdb.btrace/instruction_history.exp: Update "info record" output.
16442 * gdb.btrace/next.exp: Update "info record" output.
16443 * gdb.btrace/nexti.exp: Update "info record" output.
16444 * gdb.btrace/step.exp: Update "info record" output.
16445 * gdb.btrace/stepi.exp: Update "info record" output.
16446 * gdb.btrace/nohist.exp: Update "info record" output.
16447
16448 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16449
16450 * gdb.btrace/buffer-size: New.
16451
16452 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16453
16454 * gdb.btrace/delta.exp: Update "info record" output.
16455 * gdb.btrace/enable.exp: Update "info record" output.
16456 * gdb.btrace/finish.exp: Update "info record" output.
16457 * gdb.btrace/instruction_history.exp: Update "info record" output.
16458 * gdb.btrace/next.exp: Update "info record" output.
16459 * gdb.btrace/nexti.exp: Update "info record" output.
16460 * gdb.btrace/step.exp: Update "info record" output.
16461 * gdb.btrace/stepi.exp: Update "info record" output.
16462 * gdb.btrace/nohist.exp: Update "info record" output.
16463
16464 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16465
16466 PR gdb/15678
16467 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16468
16469 2015-02-06 Pedro Alves <palves@redhat.com>
16470
16471 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16472 macro.
16473 (seconds_left, again): New globals.
16474 (main): Wait seconds_left in a 1-second sleep loop instead of
16475 sleeping 180 seconds. If 'again' is set, reset the seconds
16476 counter.
16477 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16478 'again' in the inferior before detaching. Print the seconds left.
16479 (options): New global.
16480 (top level): Build program with -DTIMEOUT=$timeout.
16481
16482 2015-02-06 Pedro Alves <palves@redhat.com>
16483
16484 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16485 determine how many seconds to pass to 'alarm'.
16486 * gdb.base/gdb-sigterm.exp (top level): Build program with
16487 -DTIMEOUT=$timeout.
16488 (do_test): Return success/failure indication. Add more verbose
16489 logging. Don't fail if 200 single steps are seen. Instead, fail
16490 when the test times out.
16491 (passes): New global.
16492 (top level): Break the testing loop if testing fails on any
16493 iteration. Use gdb_assert.
16494
16495 2015-02-04 Don Breazeal <donb@codesourcery.com>
16496
16497 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16498 and initialize them.
16499 (ipc_cleanup): New function.
16500 (main): Don't declare shmid, semid, and msqid. Add a call to
16501 atexit so that we call ipc_cleanup on exit.
16502
16503 2015-02-04 Pedro Alves <palves@redhat.com>
16504
16505 * boards/native-extended-gdbserver.exp: Remove any target variant
16506 specifications from the board name before clearing the isremote
16507 flag from board_info.
16508
16509 2015-01-31 Doug Evans <xdje42@gmail.com>
16510
16511 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16512
16513 2015-01-31 Gary Benson <gbenson@redhat.com>
16514
16515 * gdb.base/completion.exp: Disable completion limiting for
16516 existing tests. Add new tests to check completion limiting.
16517 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16518
16519 2015-01-31 Doug Evans <xdje42@gmail.com>
16520
16521 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16522
16523 2015-01-31 Doug Evans <xdje42@gmail.com>
16524
16525 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16526 entries. Duplicate file section script entries.
16527 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16528 inlined entries. Add test for safe-path rejection.
16529 * gdb.python/py-section-script.c: Add duplicate inlined section script
16530 entries. Duplicate file section script entries.
16531 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16532 inlined entries. Add test for safe-path rejection.
16533
16534 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16535
16536 * gdb.ada/disc_arr_bound: New testcase.
16537
16538 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16539
16540 * gdb.ada/mi_var_array: New testcase.
16541
16542 2015-01-27 Doug Evans <dje@google.com>
16543
16544 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16545 Add test for objfile.filename, objfile.username after objfile
16546 has been unloaded.
16547
16548 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16549
16550 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16551 the second test to print the name attribute of value
16552 returned by the call to gdb.lookup_type, and adjust
16553 the expected output accordingly.
16554
16555 2015-01-25 Mark Wielaard <mjw@redhat.com>
16556
16557 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16558 * gdb.base/disp-step-fork.c: Include unistd.h.
16559 * gdb.base/siginfo-obj.c: Include stdio.h.
16560 * gdb.base/siginfo-thread.c: Likewise.
16561 * gdb.mi/non-stop.c: Include unistd.h.
16562 * gdb.mi/nsthrexec.c: Include stdio.h.
16563 * gdb.mi/pthreads.c: Include unistd.h.
16564 * gdb.modula2/unbounded1.c (main): Declare returns int.
16565 * gdb.reverse/consecutive-reverse.c: Likewise.
16566 * gdb.threads/create-fail.c: Include unistd.h.
16567 * gdb.threads/killed.c: Likewise.
16568 * gdb.threads/linux-dp.c: Likewise.
16569 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16570 * gdb.threads/non-ldr-exc-2.c: Likewise.
16571 * gdb.threads/non-ldr-exc-3.c: Likewise.
16572 * gdb.threads/non-ldr-exc-4.c: Likewise.
16573 * gdb.threads/pthreads.c: Include unistd.h.
16574 (main): Declare returns int.
16575 * gdb.threads/tls-main.c (foo): New declaration.
16576 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16577
16578 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16579
16580 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16581 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16582
16583 2015-01-15 Mark Wielaard <mjw@redhat.com>
16584
16585 * gdb.base/noreturn-return.c: New file.
16586 * gdb.base/noreturn-return.exp: New file.
16587 * gdb.base/noreturn-finish.c: New file.
16588 * gdb.base/noreturn-finish.exp: New file.
16589
16590 2015-01-23 Pedro Alves <palves@redhat.com>
16591
16592 * gdb.threads/continue-pending-after-query.c: New file.
16593 * gdb.threads/continue-pending-after-query.exp: New file.
16594
16595 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16596 Simon Marchi <simon.marchi@ericsson.com>
16597
16598 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16599 * gdb.base/valgrind-db-attach.exp: Same.
16600 * gdb.base/valgrind-infcall.exp: Same.
16601 * lib/mi-support.exp (default_mi_gdb_start): Same.
16602 * lib/prompt.exp (default_prompt_gdb_start): Same.
16603 * lib/gdb.exp (default_gdb_spawn): Same.
16604 (gdb_interact): New.
16605
16606
16607 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16608
16609 * gdb.compile/compile.exp (pointer to jit function): New test.
16610
16611 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
16612
16613 * lib/gdb.exp (supports_process_record): Return true for
16614 powerpc*-*-linux*.
16615 (supports_reverse): Likewise.
16616
16617 2015-01-15 Don Breazeal <donb@codesourcery.com>
16618
16619 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16620 instead of checking whether the target board is remote and
16621 use spawn_wait_for_attach instead of exec/sleep.
16622 * gdb.base/attach-twice.exp: Likewise.
16623
16624 2015-01-15 Joel Brobecker <brobecker@adacore.com>
16625
16626 * gdb.ada/var_arr_attrs: New testcase.
16627
16628 2015-01-14 Pedro Alves <palves@redhat.com>
16629 Joel Brobecker <brobecker@adacore.com>
16630
16631 PR gdb/17525
16632 * gdb.base/bp-cmds-execution-x-script.c: New file.
16633 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16634 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16635
16636 2015-01-14 Pedro Alves <palves@redhat.com>
16637
16638 PR cli/17828
16639 * gdb.base/batch-preserve-term-settings.c: New file.
16640 * gdb.base/batch-preserve-term-settings.exp: New file.
16641
16642 2015-01-13 Doug Evans <dje@google.com>
16643
16644 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16645 binary.
16646
16647 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16648
16649 * Makefile.in (clean mostlyclean): Do not delete *.py.
16650
16651 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16652
16653 * gdb.python/py-lookup-type.exp: New file.
16654
16655 2015-01-12 Pedro Alves <palves@redhat.com>
16656
16657 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16658 restore GDBFLAGS before returning.
16659
16660 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16661
16662 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16663 is_amd64_regs_target and is_x86_like_target.
16664
16665 2015-01-11 Doug Evans <xdje42@gmail.com>
16666
16667 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16668 is given without an explicit form.
16669 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16670 attributes.
16671 * gdb.dwarf/corrupt.exp: Ditto.
16672 * gdb.dwarf2/enum-type.exp: Ditto.
16673 * gdb.trace/entry-values.exp: Ditto.
16674 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16675
16676 2015-01-11 Doug Evans <xdje42@gmail.com>
16677
16678 PR gdb/15830
16679 * gdb.base/maint.exp: Remove references to "maint demangle".
16680 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16681 Add tests for explicitly specifying language to demangle.
16682 * gdb.dlang/demangle.exp: Ditto.
16683
16684 2015-01-09 Pedro Alves <palves@redhat.com>
16685
16686 * gdb.threads/non-stop-fair-events.c: New file.
16687 * gdb.threads/non-stop-fair-events.exp: New file.
16688
16689 2015-01-09 Pedro Alves <palves@redhat.com>
16690
16691 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16692 the global scope. Set a breakpoint after all threads are started
16693 rather than stepping over two source lines. Expect the prompt.
16694 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16695 global.
16696 (NUM): Now 15.
16697 (main): Use threads_started_barrier to wait for all threads to
16698 start. Main thread no longer calls thread_function. Exit after
16699 180 seconds.
16700 (loop): New function.
16701 (thread_function): Wait on threads_started_barrier barrier. Call
16702 'loop' at each iteration.
16703 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16704 threads have started, instead of hardcoding number of "next"
16705 steps. Use an access watchpoint instead of a write watchpoint.
16706
16707 2015-01-09 Pedro Alves <palves@redhat.com>
16708
16709 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16710 (thread_func): Wait on barrier.
16711 (main): Wait for all threads to start before stopping GDB.
16712 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16713 global.
16714 (thread1_func, thread2_func): Wait on barrier.
16715 (main): Wait for all threads to start before stopping GDB.
16716 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16717 New global.
16718 (thread1_func, thread2_func): Wait on barrier.
16719 (main): Wait for all threads to start before stopping GDB.
16720
16721 2015-01-09 Pedro Alves <palves@redhat.com>
16722
16723 * gdb.threads/attach-many-short-lived-threads.c: New file.
16724 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16725
16726 2014-01-09 Pedro Alves <palves@redhat.com>
16727
16728 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16729 instead of to thread 2.
16730 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16731 Add barrier around each pthread_create call instead of around all
16732 calls.
16733 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16734 Set a break on thread_function and have the child threads hit it
16735 one at at a time.
16736
16737 2015-01-09 Pedro Alves <palves@redhat.com>
16738
16739 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16740 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16741 false.
16742 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16743 checking whether the target board is remote.
16744 * gdb.multi/multi-attach.exp: Likewise.
16745 * gdb.python/py-sync-interp.exp: Likewise.
16746 * gdb.server/ext-attach.exp: Likewise.
16747 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16748 tests that need to attach, instead of checking whether the target
16749 board is remote at the top of the file.
16750
16751 2015-01-08 Yao Qi <yao@codesourcery.com>
16752
16753 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16754
16755 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16756
16757 Fix testcase compilation.
16758 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16759
16760 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16761
16762 * gdb.python/py-type.exp: Add a couple test about empty
16763 array creation, and negative-length array creation.
16764
16765 2015-01-02 Doug Evans <xdje42@gmail.com>
16766
16767 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16768
16769 2015-01-02 Doug Evans <dje@google.com>
16770
16771 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16772
16773 2014-12-29 Yao Qi <yao@codesourcery.com>
16774
16775 * gdb.trace/entry-values.exp: Update comments. Rename variable
16776 bar_call_foo to returned_from_foo.
16777
16778 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16779
16780 PR gdb/17394
16781 * gdb.linespec/break-asm-file.c: New file.
16782 * gdb.linespec/break-asm-file.exp: New file.
16783 * gdb.linespec/break-asm-file0.s: New file.
16784 * gdb.linespec/break-asm-file1.s: New file.
16785
16786 2014-12-18 Nigel Stephens <nigel@mips.com>
16787 Maciej W. Rozycki <macro@codesourcery.com>
16788
16789 * gdb.base/float.exp: Handle the new output from "info float" on
16790 MIPS targets.
16791
16792 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16793
16794 Fix MinGW compilation.
16795 * gdb.compile/compile-ops.exp: Update untested message if
16796 !skip_compile_feature_tests.
16797 * gdb.compile/compile-setjmp.exp: Likewise.
16798 * gdb.compile/compile-tls.exp: Likewise.
16799 * gdb.compile/compile.exp: Likewise.
16800 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16801 supported on this host".
16802
16803 2014-12-16 Doug Evans <xdje42@gmail.com>
16804
16805 * boards/stabs.exp: New file.
16806
16807 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16808
16809 * gdb.base/completion.exp: Adjust to format changes of "maint
16810 print user-registers".
16811
16812 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16813
16814 PR server/17457
16815 * gdb.arch/aarch64-fp.c: New file.
16816 * gdb.arch/aarch64-fp.exp: New file.
16817
16818 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16819
16820 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16821 r210637, r210913, r211666, r215400, r215817).
16822
16823 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16824 * dg-extract-results.py: New file.
16825 * dg-extract-results.sh: Use it if the environment seems
16826 suitable.
16827
16828 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16829
16830 * dg-extract-results.py (parse_run): Handle warnings that
16831 are printed before a test harness is run.
16832
16833 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16834
16835 * dg-extract-results.py (Named): Remove __cmp__ method.
16836 (output_variation): Use a key to sort variation.harnesses.
16837
16838 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16839
16840 * dg-extract-results.py: For Python 3, force sys.stdout to
16841 handle surrogate escape sequences.
16842 (safe_open): New function.
16843 (output_segment, main): Use it.
16844
16845 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16846
16847 * dg-extract-results.py (Prog.result_re): Include options
16848 in test name.
16849
16850 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16851
16852 * dg-extract-results.py (output_variation): Always sort if
16853 do_sum.
16854
16855 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16856
16857 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16858 as long as we get pagination notifications.
16859
16860 2014-12-15 Jason Merrill <jason@redhat.com>
16861
16862 * Makefile.in (check-gdb.%): Restore.
16863 * README: Mention it.
16864
16865 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16866
16867 * gdb.ada/str_uninit: New testcase.
16868
16869 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16870
16871 PR symtab/17642
16872 * gdb.base/vla-stub-define.c: New file.
16873 * gdb.base/vla-stub.c: New file.
16874 * gdb.base/vla-stub.exp: New file.
16875
16876 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16877 Jan Kratochvil <jan.kratochvil@redhat.com>
16878 Tom Tromey <tromey@redhat.com>
16879
16880 * configure.ac: Add gdb.compile/.
16881 * configure: Regenerate.
16882 * gdb.compile/Makefile.in: New file.
16883 * gdb.compile/compile-ops.exp: New file.
16884 * gdb.compile/compile-ops.c: New file.
16885 * gdb.compile/compile-tls.c: New file.
16886 * gdb.compile/compile-tls.exp: New file.
16887 * gdb.compile/compile-constvar.S: New file.
16888 * gdb.compile/compile-constvar.c: New file.
16889 * gdb.compile/compile-mod.c: New file.
16890 * gdb.compile/compile-nodebug.c: New file.
16891 * gdb.compile/compile-setjmp-mod.c: New file.
16892 * gdb.compile/compile-setjmp.c: New file.
16893 * gdb.compile/compile-setjmp.exp: New file.
16894 * gdb.compile/compile-shlib.c: New file.
16895 * gdb.compile/compile.c: New file.
16896 * gdb.compile/compile.exp: New file.
16897 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16898
16899 2014-12-12 Tom Tromey <tromey@redhat.com>
16900
16901 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16902 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16903
16904 2014-12-12 Doug Evans <dje@google.com>
16905
16906 * lib/gdb-python.exp (get_python_valueof): New function.
16907 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16908
16909 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16910
16911 * gdb.base/completion.exp: Add test for completion of "info
16912 registers ".
16913
16914 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16915
16916 * gdb.base/func-ptrs.c: New file.
16917 * gdb.base/func-ptrs.exp: New file.
16918
16919 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16920
16921 PR breakpoints/17012
16922 * gdb.base/dprintf-detach.c: New file.
16923 * gdb.base/dprintf-detach.exp: New file.
16924
16925 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16926
16927 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16928 * lib/gdb.exp (target_is_gdbserver): New procedure.
16929
16930 2014-12-08 Doug Evans <dje@google.com>
16931
16932 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16933
16934 2014-12-05 Yao Qi <yao@codesourcery.com>
16935
16936 * gdb.guile/scm-error.exp: Remove the third argument to
16937 gdb_remote_download.
16938 * gdb.guile/scm-frame-args.exp: Likewise.
16939 * gdb.guile/scm-section-script.exp: Likewise.
16940
16941 2014-12-05 Yao Qi <yao@codesourcery.com>
16942
16943 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16944
16945 2014-12-04 Doug Evans <dje@google.com>
16946
16947 * gdb.python/py-objfile.exp: Add tests for
16948 objfile.add_separate_debug_file.
16949
16950 2014-12-04 Doug Evans <dje@google.com>
16951
16952 * lib/gdb.exp (get_build_id): New function.
16953 (build_id_debug_filename_get): Rewrite to use it.
16954 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16955
16956 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16957
16958 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16959 `method(long)', not just 0x0.
16960 * gdb.cp/nsalias.exp: Align code labels to 4.
16961 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16962 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16963 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16964 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16965 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16966 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16967
16968 2014-12-02 Doug Evans <dje@google.com>
16969
16970 PR symtab/17602
16971 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16972 * gdb.cp/anon-ns2.cc: ... here. New file.
16973 * gdb.cp/anon-ns.exp: Update.
16974
16975 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
16976
16977 * gdb.python/py-events.py (inferior_call_handler): New.
16978 (register_changed_handler, memory_changed_handler): New.
16979 (test_events.invoke): Register new handlers.
16980 * gdb.python/py-events.exp: Add tests for inferior call,
16981 memory_changed and register_changed events.
16982
16983 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16984
16985 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16986 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16987 if the linker doesn't understand this.
16988
16989 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16990
16991 * gdb.python/python.exp: Change expected reply to help().
16992
16993 2014-12-01 Yao Qi <yao@codesourcery.com>
16994
16995 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16996 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16997 * configure: Re-generated.
16998
16999 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17000
17001 * gdb.cp/chained-calls.cc: New file.
17002 * gdb.cp/chained-calls.exp: New file.
17003 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17004
17005 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17006
17007 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17008 * gdb.dwarf2/symtab-producer.exp: Same.
17009 * gdb.gdb/python-interrupts.exp: Same.
17010 * gdb.gdb/python-selftest.exp: Same.
17011 * gdb.python/py-linetable.exp: Same.
17012 * gdb.python/py-type.exp: Same.
17013 * gdb.python/py-value-cc.exp: Same.
17014 * gdb.python/py-value.exp: Same.
17015
17016 2014-11-28 Yao Qi <yao@codesourcery.com>
17017
17018 * gdb.base/break-probes.exp: Match library name prefixed with
17019 sysroot.
17020
17021 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17022
17023 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17024 test expected output. Add parentheses for the call to print.
17025 Remove L suffix from integers.
17026
17027 2014-11-26 Doug Evans <dje@google.com>
17028
17029 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17030
17031 2014-11-22 Yao Qi <yao@codesourcery.com>
17032
17033 * gdb.trace/entry-values.c: Remove asms.
17034 (foo): Add foo_label.
17035 (bar): Add bar_label.
17036 * gdb.trace/entry-values.exp: Remove code computing foo's
17037 length and bar's length.
17038 (Dwarf::assemble): Invoke function_range for bar and use
17039 MACRO_AT_func for foo.
17040
17041 2014-11-22 Yao Qi <yao@codesourcery.com>
17042
17043 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17044 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17045 Use .Lgcc43_procstart instead of gcc43.
17046
17047 2014-11-21 Joel Brobecker <brobecker@adacore.com>
17048
17049 * gdb.ada/n_arr_bound: New testcase.
17050
17051 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17052
17053 PR breakpoints/10737
17054 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17055 test_catch_syscall_multi_arch.
17056 (test_catch_syscall_multi_arch): New function.
17057
17058 2014-11-20 Doug Evans <xdje42@gmail.com>
17059
17060 * gdb.base/maint.exp: Update expected output.
17061
17062 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17063
17064 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17065 4-byte instruction on S390.
17066
17067 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17068
17069 * gdb.ada/arr_arr: New testcase.
17070
17071 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17072
17073 * gdb.ada/pkd_arr_elem: New Testcase.
17074
17075 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
17076
17077 * gdb.reverse/break-precsave: Expect completion message for
17078 core file reads.
17079 * gdb.reverse/consecutive-precsave.exp: Likewise.
17080 * gdb.reverse/finish-precsave.exp: Likewise.
17081 * gdb.reverse/i386-precsave.exp: Likewise.
17082 * gdb.reverse/machinestate-precsave.exp: Likewise.
17083 * gdb.reverse/sigall-precsave.exp: Likewise.
17084 * gdb.reverse/solib-precsave.exp: Likewise.
17085 * gdb.reverse/step-precsave.exp: Likewise.
17086 * gdb.reverse/until-precsave.exp: Likewise.
17087 * gdb.reverse/watch-precsave.exp: Likewise.
17088
17089 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17090
17091 * gdb.base/bp-permanent.c: Include unistd.h.
17092 * gdb.python/py-framefilter-mi.c (main): Add return type.
17093 * gdb.python/py-framefilter.c (main): Likewise.
17094 * gdb.trace/actions-changed.c (main): Likewise.
17095
17096 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17097
17098 * gdb.mi/until.c: Add eye-catchers.
17099 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17100 line numbers.
17101
17102 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17103
17104 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17105 function header variants in break1.c.
17106 * gdb.base/ena-dis-br.exp: Likewise.
17107 * gdb.base/hbreak2.exp: Likewise.
17108 * gdb.reverse/until-precsave.exp: Drop references to removed
17109 non-prototype function header variants in ur1.c.
17110 * gdb.reverse/until-reverse.exp: Likewise.
17111
17112 2014-11-17 Petr Machata <pmachata@redhat.com>
17113
17114 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17115 ${_cu_offset_size} bytes abbrev offset.
17116
17117 2014-11-15 Doug Evans <xdje42@gmail.com>
17118
17119 PR symtab/17559
17120 * gdb.base/line-symtabs.exp: New file.
17121 * gdb.base/line-symtabs.c: New file.
17122 * gdb.base/line-symtabs.h: New file.
17123
17124 2014-11-14 Yao Qi <yao@codesourcery.com>
17125
17126 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17127 (func): Add label func_label.
17128 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17129 Replace low_pc and high_pc with MACRO_AT_range.
17130 Replace name, low_pc and high_pc with MACRO_AT_func.
17131
17132 2014-11-14 Yao Qi <yao@codesourcery.com>
17133
17134 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17135 Replace name, low_pc and high_pc with MACRO_AT_func.
17136
17137 2014-11-14 Yao Qi <yao@codesourcery.com>
17138
17139 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17140 produce debug information.
17141 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17142
17143 2014-11-14 Yao Qi <yao@codesourcery.com>
17144
17145 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17146 object and get function length.
17147 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17148 with MACRO_AT_func.
17149 (top-level): Replace gdb_compile and clean_restart with
17150 prepare_for_testing.
17151 * gdb.dwarf2/main.c (main): Add label main_label.
17152
17153 2014-11-14 Yao Qi <yao@codesourcery.com>
17154
17155 * lib/dwarf.exp (function_range): New procedure.
17156 (Dwarf::_handle_macro_at_func): New procedure.
17157 (Dwarf::_handle_macro_at_range): New procedure.
17158 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17159
17160 2014-11-14 Yao Qi <yao@codesourcery.com>
17161
17162 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17163 (_handle_attribute): New procedure.
17164
17165 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17166
17167 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17168 * gdb.base/call-sc.c (zed): Likewise.
17169 * gdb.base/checkpoint.c (main): Likewise.
17170 * gdb.base/dump.c (main): Likewise.
17171 * gdb.base/gcore.c (main): Likewise.
17172 * gdb.base/huge.c (main): Likewise.
17173 * gdb.base/multi-forks.c (main): Likewise.
17174 * gdb.base/pr10179-a.c (main): Likewise.
17175 * gdb.base/savedregs.c (main): Likewise.
17176 * gdb.base/sigaltstack.c (main): Likewise.
17177 * gdb.base/siginfo.c (main): Likewise.
17178 * gdb.base/structs.c (zed): Likewise.
17179 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17180 * gdb.mi/mi-syn-frame.c (main): Likewise.
17181 * gdb.mi/until.c (foo, main): Likewise.
17182 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17183 * gdb.base/solib-weak.c (foo): Declare.
17184 * gdb.base/attach-twice.c: Include stdio.h.
17185 * gdb.base/weaklib1.c: Likewise.
17186 * gdb.base/weaklib2.c: Likewise.
17187 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17188 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17189 unistd.h.
17190 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17191 * gdb.mi/mi-exit-code.c: Likewise.
17192 * gdb.base/break-interp-lib.c: Include string.h.
17193 * gdb.base/coremaker.c: Likewise.
17194 * gdb.base/testenv.c: Likewise.
17195 * gdb.python/py-finish-breakpoint.c: Likewise.
17196 * gdb.base/inferior-died.c: Include sys/wait.h.
17197 * gdb.base/fileio.c: Include time.h.
17198 * gdb.base/async-shell.c: Include unistd.h.
17199 * gdb.base/dprintf-non-stop.c: Likewise.
17200 * gdb.base/info-os.c: Likewise.
17201 * gdb.mi/mi-console.c: Likewise.
17202 * gdb.mi/watch-nonstop.c: Likewise.
17203 * gdb.python/py-events.c: Likewise.
17204 * gdb.base/async.c (baz): Move up before its invocation.
17205 * gdb.base/code_elim2.c (my_global_func): Likewise.
17206 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17207 * gdb.base/advance.c (func2): Likewise.
17208
17209 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17210
17211 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17212 variant.
17213 * gdb.base/annota3.c: Likewise.
17214 * gdb.base/async.c: Likewise.
17215 * gdb.base/average.c: Likewise.
17216 * gdb.base/call-ar-st.c: Likewise.
17217 * gdb.base/call-rt-st.c: Likewise.
17218 * gdb.base/call-sc.c: Likewise.
17219 * gdb.base/call-strs.c: Likewise.
17220 * gdb.base/ending-run.c: Likewise.
17221 * gdb.base/execd-prog.c: Likewise.
17222 * gdb.base/exprs.c: Likewise.
17223 * gdb.base/foll-exec.c: Likewise.
17224 * gdb.base/foll-fork.c: Likewise.
17225 * gdb.base/foll-vfork.c: Likewise.
17226 * gdb.base/funcargs.c: Likewise.
17227 * gdb.base/gcore.c: Likewise.
17228 * gdb.base/jump.c: Likewise.
17229 * gdb.base/langs0.c: Likewise.
17230 * gdb.base/langs1.c: Likewise.
17231 * gdb.base/langs2.c: Likewise.
17232 * gdb.base/mips_pro.c: Likewise.
17233 * gdb.base/nodebug.c: Likewise.
17234 * gdb.base/opaque0.c: Likewise.
17235 * gdb.base/opaque1.c: Likewise.
17236 * gdb.base/recurse.c: Likewise.
17237 * gdb.base/run.c: Likewise.
17238 * gdb.base/scope0.c: Likewise.
17239 * gdb.base/scope1.c: Likewise.
17240 * gdb.base/setshow.c: Likewise.
17241 * gdb.base/setvar.c: Likewise.
17242 * gdb.base/shmain.c: Likewise.
17243 * gdb.base/shr1.c: Likewise.
17244 * gdb.base/shr2.c: Likewise.
17245 * gdb.base/sigall.c: Likewise.
17246 * gdb.base/signals.c: Likewise.
17247 * gdb.base/so-indr-cl.c: Likewise.
17248 * gdb.base/solib2.c: Likewise.
17249 * gdb.base/structs.c: Likewise.
17250 * gdb.base/sum.c: Likewise.
17251 * gdb.base/vforked-prog.c: Likewise.
17252 * gdb.base/watchpoint.c: Likewise.
17253 * gdb.reverse/shr2.c: Likewise.
17254 * gdb.reverse/until-reverse.c: Likewise.
17255 * gdb.reverse/ur1.c: Likewise.
17256 * gdb.reverse/watch-reverse.c: Likewise.
17257
17258 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17259
17260 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17261 variant.
17262 * gdb.base/sepdebug.exp: Drop references to removed code.
17263
17264 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17265
17266 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17267 variant. Preserve original line numbering.
17268 * gdb.base/list1.c: Likewise.
17269
17270 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17271
17272 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17273 variant.
17274 * gdb.base/break1.c: Likewise.
17275 * gdb.base/break.exp: Drop references to removed code.
17276
17277 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17278
17279 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17280 variant.
17281
17282 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17283
17284 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17285
17286 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17287
17288 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17289 logic into perform_all_tests() and invoke it with and without
17290 function header prototypes.
17291 (do_function_calls): Remove conditional XFAIL for PR 5318.
17292 (rerun_and_prepare): Remove duplicate code.
17293 (perform_all_tests): New. Main logic moved here.
17294
17295 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17296
17297 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17298 code guarded by #ifdef NO_PROTOTYPES.
17299 (t_double_many_args): Likewise.
17300 (DEF_FUNC_MANY_ARGS_1): Likewise.
17301 (DEF_FUNC_VALUES_1): Likewise.
17302 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17303 guarded by #ifdef PROTOTYPES.
17304
17305 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17306
17307 * gdb.mi/mi-console.c: Add eye-catcher.
17308 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17309 instead of literal line number.
17310
17311 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17312
17313 * gdb.base/shr2.c: Add eye-catcher.
17314 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17315 line number.
17316
17317 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17318
17319 * gdb.base/jump.c: Add eye-catchers.
17320 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17321 numbers.
17322
17323 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17324
17325 * gdb.base/execd-prog.c: Add eye-catchers.
17326 * gdb.base/foll-exec.c: Likewise.
17327 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17328 line numbers.
17329
17330 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17331
17332 * gdb.base/ending-run.c: Add eye-catchers.
17333 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17334 literal line numbers.
17335
17336 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17337
17338 * gdb.base/call-rt-st.c: Add eye-catchers.
17339 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17340 literal line numbers.
17341
17342 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17343
17344 * gdb.base/call-ar-st.c: Add eye-catchers.
17345 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17346 literal line numbers.
17347
17348 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17349
17350 * gdb.base/average.c: Add eye-catchers.
17351 * gdb.base/sum.c: Likewise.
17352 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17353 regexps dynamically.
17354
17355 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17356
17357 * gdb.base/solib1.c: Add eye-catchers.
17358 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17359 literal line numbers.
17360
17361 2014-11-12 Pedro Alves <palves@redhat.com>
17362
17363 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17364 leader has exited.
17365
17366 2014-11-12 Pedro Alves <palves@redhat.com>
17367
17368 * gdb.arch/i386-bp_permanent.c: New file.
17369 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17370 (srcfile): Set to i386-bp_permanent.c.
17371 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17372 that stepi does not execute the 'leave' instruction, instead of
17373 testing it does execute.
17374 * gdb.base/bp-permanent.c: New file.
17375 * gdb.base/bp-permanent.exp: New file.
17376
17377 2014-11-10 Doug Evans <xdje42@gmail.com>
17378
17379 PR symtab/17564
17380 * gdb.base/symtab-search-order.exp: New file.
17381 * gdb.base/symtab-search-order.c: New file.
17382 * gdb.base/symtab-search-order-1.c: New file.
17383 * gdb.base/symtab-search-order-shlib-1.c: New file.
17384
17385 2014-11-07 Pedro Alves <palves@redhat.com>
17386
17387 PR gdb/17511
17388 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17389 i?86-*-linux*.
17390
17391 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17392
17393 PR c++/17494
17394 * gdb.cp/pr17494.cc: New file.
17395 * gdb.cp/pr17494.exp: New file.
17396
17397 2014-11-02 Yao Qi <yao@codesourcery.com>
17398
17399 * gdb.python/python.exp: Get working directory and match the
17400 output of "set extended-prompt \\w " with it.
17401
17402 2014-10-30 Doug Evans <dje@google.com>
17403
17404 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17405 in objfiles.
17406 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17407 in progspaces.
17408
17409 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
17410
17411 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17412 * gdb.base/realname-expand.exp: Likewise.
17413 * gdb.linespec/macro-relative.exp: Likewise.
17414
17415 2014-10-29 Pedro Alves <palves@redhat.com>
17416
17417 PR gdb/17408
17418 * gdb.threads/schedlock.c (some_function): New function.
17419 (call_function): New global.
17420 (MAYBE_CALL_SOME_FUNCTION): New macro.
17421 (thread_function): Call it.
17422 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17423 and use it instead of a global counter. Adjust all callers.
17424 (get_current_thread): Use "find current thread" for test message
17425 here rather than having all callers pass down the same string.
17426 (goto_loop): New procedure, factored out from ...
17427 (my_continue): ... this.
17428 (step_ten_loops): Change parameter from test message to command to
17429 use. Adjust.
17430 (list_count): Delete global.
17431 (check_result): New procedure, factored out from duplicate top
17432 level code.
17433 (continue tests): Wrap in with_test_prefix.
17434 (test_step): New procedure, factored out from duplicate top level
17435 code.
17436 (top level): Test "step" in combination with all scheduler-locking
17437 modes. Test "next" in combination with all scheduler-locking
17438 modes, and in combination with stepping over a function call or
17439 not.
17440 * gdb.threads/next-bp-other-thread.c: New file.
17441 * gdb.threads/next-bp-other-thread.exp: New file.
17442
17443 2014-10-29 Pedro Alves <palves@redhat.com>
17444
17445 PR python/17372
17446 * gdb.python/python.exp: Test a multi-line command that spawns
17447 interactive Python.
17448 * gdb.base/multi-line-starts-subshell.exp: New file.
17449
17450 2014-10-29 Yao Qi <yao@codesourcery.com>
17451
17452 * gdb.base/fileio.exp: Make directories on host.
17453
17454 2014-10-29 Yao Qi <yao@codesourcery.com>
17455
17456 * gdb.base/fileio.c (test_write): Close the file.
17457
17458 2014-10-28 Pedro Alves <palves@redhat.com>
17459
17460 PR gdb/12623
17461 * gdb.base/sigstep.c (no_handler): New global.
17462 (main): If 'no_handler is true, set the signal handlers to
17463 SIG_IGN.
17464 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17465 with_sw_watch and no_handler parameters. Handle them.
17466 (top level) <stepping over handler when stopped at a breakpoint
17467 test>: Add a test axis for testing with a software watchpoint, and
17468 another for testing with the signal handler set to SIG_IGN.
17469 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17470 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17471
17472 2014-10-28 Pedro Alves <palves@redhat.com>
17473
17474 PR gdb/17511
17475 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17476 * gdb.base/sigstep.exp (other_handler_location): New global.
17477 (advance): Support stepping into the signal handler, and running
17478 commands while in the handler.
17479 (in_handler_map): New global.
17480 (top level): In the advance test, add combinations for getting
17481 into the handler with stepping commands, and for running commands
17482 in the handler. Add comment descripting the advancei tests.
17483
17484 2014-10-28 Pedro Alves <palves@redhat.com>
17485
17486 * gdb.base/sigstep.exp: Use build_executable instead of
17487 prepare_for_testing.
17488 (top level): Move code that starts GDB, runs to main and creates a
17489 display to ...
17490 (restart): ... this new procedure.
17491 (top level): Move backtrace from signal handler test to ...
17492 (validate_backtrace): ... this new procedure.
17493 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17494 with_test_prefix. Always restart GDB.
17495 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17496 with_test_prefix. Always restart GDB. No need to delete
17497 breakpoints after the test.
17498 (test_skip_handler): Remove prefix parameter.
17499 (skip_over_handler, breakpoint_to_handler)
17500 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17501 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17502 restart GDB. No need to delete breakpoints after the test.
17503 (top level): Use foreach to call the test procedures with
17504 different commands.
17505
17506 2014-10-28 Pedro Alves <palves@redhat.com>
17507
17508 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17509 instead of GNATS numbers.
17510 * gdb.base/sigbpt.exp: Likewise.
17511 * gdb.base/siginfo.exp: Likewise.
17512 * gdb.base/sigstep.exp: Likewise.
17513
17514 2014-10-27 Pedro Alves <palves@redhat.com>
17515
17516 * gdb.base/sigstep.c (dummy): New global.
17517 (main): Issue a couple writes to the new global.
17518 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17519 procedures.
17520 (skip_over_handler): Use test_skip_handler.
17521 (top level): Call skip_over_handler for stepi and nexti too.
17522 (breakpoint_over_handler): Use test_skip_handler.
17523 (top level): Call breakpoint_over_handler for stepi and nexti too.
17524
17525 2014-10-27 Yao Qi <yao@codesourcery.com>
17526
17527 * gdb.trace/tfile.c (adjust_function_address)
17528 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17529 function descriptor.
17530
17531 2014-10-24 Don Breazeal <donb@codesourcery.com>
17532
17533 * gdb.base/foll-fork.exp (test_follow_fork,
17534 catch_fork_child_follow): Check for updated fork messages emitted
17535 from infrun.c.
17536 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17537 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17538 vfork_and_exec_child_follow_through_step): Check for updated vfork
17539 messages emitted from infrun.c.
17540
17541 2014-10-24 Pedro Alves <palves@redhat.com>
17542
17543 * gdb.base/corefile.exp: Remove references to ultrix.
17544 * gdb.base/interrupt.exp: Likewise.
17545 * gdb.base/whatis.exp: Likewise.
17546 * gdb.gdb/selftest.exp: Likewise.
17547 * gdb.threads/manythreads.exp: Likewise.
17548 * gdb.threads/print-threads.exp: Likewise.
17549 * gdb.threads/pthreads.exp:: Likewise.
17550 * gdb.threads/schedlock.exp: Likewise.
17551
17552 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17553
17554 * gdb.cp/non-trivial-retval.cc: Add a test case.
17555 * gdb.cp/non-trivial-retval.exp: Add a test.
17556
17557 2014-10-20 Yao Qi <yao@codesourcery.com>
17558
17559 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17560 * gdb.python/py-objfile-script-gdb.py: New file.
17561 * gdb.python/py-objfile-script.exp: Update reference to
17562 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17563 of remote_download. Remove the dest file.
17564
17565 2014-10-20 Yao Qi <yao@codesourcery.com>
17566
17567 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17568 * gdb.base/step-line.exp: Likewise.
17569 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17570 * gdb.dwarf2/dw2-basic.exp: Likewise.
17571 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17572 * gdb.dwarf2/dw2-filename.exp: Likewise.
17573 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17574 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17575 * gdb.dwarf2/dw2-producer.exp: Likewise.
17576 * gdb.dwarf2/mac-fileno.exp: Likewise.
17577 * gdb.python/py-frame-args.exp: Likewise.
17578 * gdb.python/py-framefilter.exp: Likewise.
17579 * gdb.python/py-mi.exp: Likewise.
17580 * gdb.python/py-objfile-script.exp: Likewise
17581 * gdb.python/py-pp-integral.exp: Likewise.
17582 * gdb.python/py-pp-re-notag.exp: Likewise.
17583 * gdb.python/py-prettyprint.exp: Likewise.
17584 * gdb.python/py-section-script.exp: Likewise.
17585 * gdb.python/py-typeprint.exp: Likewise.
17586 * gdb.python/py-xmethods.exp: Likewise.
17587 * gdb.stabs/weird.exp: Likewise.
17588 * gdb.xml/tdesc-regs.exp: Likewise.
17589
17590 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17591
17592 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17593 (out_cu): Use addr_len for the size of addresses.
17594 (out_line): Likewise. Size DW_LNE_set_address instruction
17595 according to addr_len.
17596 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17597 (FUNC): Add START_INSNS to definition.
17598
17599 2014-10-18 Yao Qi <yao@codesourcery.com>
17600
17601 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17602 gdb_has_argv0 return true.
17603 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17604 check [target_info exists noargs], check [gdb_has_argv0]
17605 instead.
17606 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17607 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17608 procedures.
17609
17610 2014-10-17 Doug Evans <dje@google.com>
17611
17612 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17613 event.
17614 * gdb.python/py-events.py: Add clear_objfiles event.
17615
17616 2014-10-17 Doug Evans <dje@google.com>
17617
17618 * gdb.python/py-objfile.exp: Test progspace attribute.
17619
17620 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
17621
17622 * gdb.guile/scm-breakpoint.exp: Do not assume any
17623 directory separators when matching source file paths.
17624 * gdb.python/py-breakpoint.exp: Likewise.
17625 * gdb.reverse/break-precsave.exp: Likewise.
17626 * gdb.reverse/break-reverse.exp: Likewise.
17627 * gdb.reverse/consecutive-precsave.exp: Likewise.
17628 * gdb.reverse/finish-precsave.exp: Likewise.
17629 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17630 * gdb.reverse/finish-reverse.exp: Likewise.
17631 * gdb.reverse/i386-precsave.exp: Likewise.
17632 * gdb.reverse/i387-env-reverse.exp: Likewise.
17633 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17634 * gdb.reverse/machinestate-precsave.exp: Likewise.
17635 * gdb.reverse/machinestate.exp: Likewise.
17636 * gdb.reverse/sigall-precsave.exp: Likewise.
17637 * gdb.reverse/solib-precsave.exp: Likewise.
17638 * gdb.reverse/step-precsave.exp: Likewise.
17639 * gdb.reverse/until-precsave.exp: Likewise.
17640 * gdb.reverse/watch-precsave.exp: Likewise.
17641 * gdb.reverse/watch-reverse.exp: Likewise.
17642
17643 2014-10-17 Yao Qi <yao@codesourcery.com>
17644
17645 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17646 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17647
17648 2014-10-17 Pedro Alves <palves@redhat.com>
17649
17650 PR gdb/17471
17651 * gdb.base/bg-execution-repeat.c: New file.
17652 * gdb.base/bg-execution-repeat.exp: New file.
17653
17654 2014-10-17 Pedro Alves <palves@redhat.com>
17655
17656 PR gdb/17300
17657 * gdb.base/continue-all-already-running.c: New file.
17658 * gdb.base/continue-all-already-running.exp: New file.
17659
17660 2014-10-17 Pedro Alves <palves@redhat.com>
17661
17662 PR gdb/17472
17663 * gdb.base/annota-input-while-running.c: New file.
17664 * gdb.base/annota-input-while-running.exp: New file.
17665
17666 2014-10-17 Pedro Alves <palves@redhat.com>
17667
17668 * gdb.base/callfuncs.exp: emove references to osf.
17669 * gdb.base/sigall.exp: Likewise.
17670 * gdb.gdb/selftest.exp: Likewise.
17671 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17672 * gdb.mi/non-stop.c: Likewise.
17673 * gdb.mi/pthreads.c: Likewise.
17674 * gdb.reverse/sigall-precsave.exp: Likewise.
17675 * gdb.reverse/sigall-reverse.exp: Likewise.
17676 * gdb.threads/pthreads.c: Likewise.
17677 * gdb.threads/pthreads.exp: Likewise.
17678
17679 2014-10-17 Yao Qi <yao@codesourcery.com>
17680
17681 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17682 check 'target_info exists noargs'.
17683 (test_command_prompt_position): Likewise.
17684 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17685 Remove "set args".
17686 (progvar_simple_while_test): Likewise.
17687 (progvar_complex_if_while_test): Likewise.
17688 (if_while_breakpoint_command_test): Likewise.
17689 (infrun_breakpoint_command_test): Likewise.
17690 (breakpoint_command_test): Likewise.
17691 (watchpoint_command_test): Likewise.
17692 (bp_deleted_in_command_test): Likewise.
17693 (temporary_breakpoint_commands): Likewise.
17694
17695 2014-10-16 Yao Qi <yao@codesourcery.com>
17696
17697 * gdb.base/remotetimeout.exp: Remove noargs checking.
17698
17699 2014-10-15 Pedro Alves <palves@redhat.com>
17700
17701 PR breakpoints/9649
17702 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17703 * gdb.base/breakpoint-in-ro-region.exp
17704 (probe_target_hardware_step): New procedure.
17705 (top level): Probe hardware stepping and hardware breakpoint
17706 support. Test stepping through a read-only region, with both
17707 "breakpoint auto-hw" on and off and both "always-inserted" on and
17708 off.
17709
17710 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17711
17712 * gdb.dlang/demangle.exp: Update for demangling changes.
17713
17714 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17715
17716 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17717 * gdb.cp/non-trivial-retval.exp: Add new tests.
17718
17719 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17720
17721 PR c++/13403
17722 PR c++/15154
17723 * gdb.cp/non-trivial-retval.cc: New file.
17724 * gdb.cp/non-trivial-retval.exp: New file.
17725
17726 2014-10-15 Yao Qi <yao@codesourcery.com>
17727
17728 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17729 remote host.
17730
17731 2014-10-15 Yao Qi <yao@codesourcery.com>
17732
17733 * gdb.python/py-symbol.exp: Match file base name if host is
17734 remote, otherwise match file name with dir name.
17735 * gdb.python/py-symtab.exp: Likewise.
17736 * gdb.python/python.exp: Likewise.
17737
17738 2014-10-15 Yao Qi <yao@codesourcery.com>
17739
17740 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17741 pattern.
17742 * gdb.python/py-symtab.exp: Likewise.
17743 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17744 locationn.
17745
17746 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17747
17748 * gdb.ada/addr_arith: New testcase.
17749
17750 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17751
17752 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17753 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17754 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17755 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17756
17757 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17758
17759 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17760 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17761 * gdb.arch/stap-eval-lang-ada.exp: New file.
17762
17763 2014-10-14 Yao Qi <yao@codesourcery.com>
17764
17765 * gdb.mi/mi-var-child.c (nothing1): New function.
17766 (nothing2): New function.
17767 (do_children_tests): Set function pointers by nothing1 and
17768 nothing2.
17769 * gdb.mi/mi-var-child.exp: Step over new added statements.
17770 Update test to match the new output.
17771 * gdb.mi/var-cmd.c (nothing1): New function.
17772 (nothing2): New function.
17773 (do_children_tests): Set function pointers by nothing1 and
17774 nothing2.
17775 * gdb.mi/mi-var-display.exp: Update test to match output.
17776 Step to the line specified by $line_dct_nothing.
17777 Increase the number of lines to step.
17778
17779 2014-10-14 Yao Qi <yao@codesourcery.com>
17780
17781 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17782 tests.
17783 * gdb.mi/mi2-var-child.exp: Likewise.
17784
17785 2014-10-13 Doug Evans <dje@google.com>
17786
17787 * gdb.python/py-objfile.exp: Change name of file name test.
17788
17789 2014-10-13 Doug Evans <dje@google.com>
17790
17791 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17792 from the start of the CU.
17793
17794 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17795 Yao Qi <yao@codesourcery.com>
17796
17797 Fix "save breakpoints" for "catch" command.
17798 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17799 Remove -nonewline. Match also the added "main" line.
17800
17801 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17802
17803 Fix "save breakpoints" for "disable $bpnum" command.
17804 * gdb.base/save-bp.c (main): Add label.
17805 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17806
17807 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17808
17809 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17810
17811 2014-10-11 Yao Qi <yao@codesourcery.com>
17812
17813 * gdb.server/server-kill.exp: Execute command
17814 "set remote trace-status-packet on" before "tstatus".
17815
17816 2014-10-11 Yao Qi <yao@codesourcery.com>
17817
17818 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17819 (main): Call getppid.
17820 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17821 and continue to it. Read variable "server_pid".
17822
17823 2014-10-11 Yao Qi <yao@codesourcery.com>
17824
17825 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17826
17827 2014-10-11 Yao Qi <yao@codesourcery.com>
17828
17829 * gdb.threads/thread-find.exp: Don't execute command
17830 "info threads".
17831 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17832 * gdb.threads/linux-dp.exp: Don't check the condition
17833 $threads_created equals to zero.
17834
17835 2014-10-10 Pedro Alves <palves@redhat.com>
17836
17837 * gdb.base/bigcore.exp: Remove references to IRIX.
17838 * gdb.base/funcargs.exp: Likewise.
17839 * gdb.base/interrupt.exp: Likewise.
17840 * gdb.base/mips_pro.exp: Likewise.
17841 * gdb.base/nodebug.exp: Likewise.
17842 * gdb.base/setvar.exp: Likewise.
17843 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17844
17845 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17846 Pedro Alves <palves@redhat.com>
17847
17848 PR symtab/14466
17849 * gdb.base/vdso-warning.c: New file.
17850 * gdb.base/vdso-warning.exp: New file.
17851
17852 2014-10-02 Doug Evans <dje@google.com>
17853
17854 * gdb.base/structs.c (main): Don't run forever.
17855
17856 2014-10-02 Pedro Alves <palves@redhat.com>
17857
17858 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17859 (top level) <stop threads 1, stop threads 2>: Use it.
17860
17861 2014-10-02 Pedro Alves <palves@redhat.com>
17862
17863 * gdb.threads/break-while-running.exp (test): Add new
17864 'update_thread_list' argument. Skip "info threads" if false.
17865 (top level): Add new 'update_thread_list' axis.
17866
17867 2014-10-02 Pedro Alves <palves@redhat.com>
17868
17869 PR breakpoints/17431
17870 * gdb.base/execl-update-breakpoints.c: New file.
17871 * gdb.base/execl-update-breakpoints.exp: New file.
17872
17873 2014-10-01 Pedro Alves <palves@redhat.com>
17874
17875 * gdb.base/breakpoint-in-ro-region.c: New file.
17876 * gdb.base/breakpoint-in-ro-region.exp: New file.
17877
17878 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17879
17880 * gdb.mi/mi-exit-code.exp: New file.
17881 * gdb.mi/mi-exit-code.c: New file.
17882
17883 2014-09-30 Yao Qi <yao@codesourcery.com>
17884
17885 * lib/prelink-support.exp (build_executable_own_libs): Error if
17886 the target isn't native.
17887
17888 2014-09-30 Yao Qi <yao@codesourcery.com>
17889
17890 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17891 false.
17892
17893 2014-09-22 Pedro Alves <palves@redhat.com>
17894
17895 * gdb.threads/break-while-running.exp: New file.
17896 * gdb.threads/break-while-running.c: New file.
17897
17898 2014-09-19 Yao Qi <yao@codesourcery.com>
17899
17900 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17901 Invoke test. Restart GDB with --readnow and invoke test again.
17902
17903 2014-09-19 Yao Qi <yao@codesourcery.com>
17904
17905 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17906 proc set_breakpoint_on_gcd_function. Invoke
17907 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17908 invoke set_breakpoint_on_gcd_function again.
17909
17910 2014-09-18 Doug Evans <dje@google.com>
17911
17912 * gdb.dwarf2/symtab-producer.exp: New file.
17913
17914 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17915
17916 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17917 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17918 * gdb.base/global-var-nested-by-dso.c: Likewise.
17919 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17920
17921 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17922 Pedro Alves <palves@redhat.com>
17923
17924 * gdb.base/watch-bitfields.exp: Pass string other than test file
17925 name to prepare_for_testing.
17926 (watch): New procedure.
17927 (expect_watchpoint): Use with_test_prefix.
17928 (top level): Factor out tests to ...
17929 (test_watch_location, test_regular_watch): ... these new
17930 procedures, and use with_test_prefix and gdb_continue_to_end.
17931
17932 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17933
17934 PR breakpoints/12526
17935 * gdb.base/watch-bitfields.exp: New file.
17936 * gdb.base/watch-bitfields.c: New file.
17937
17938 2014-09-16 Pedro Alves <palves@redhat.com>
17939
17940 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17941 software and hardware addresses, not software address against
17942 itself.
17943
17944 2014-09-16 Pedro Alves <palves@redhat.com>
17945
17946 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17947 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17948
17949 2014-09-16 Pedro Alves <palves@redhat.com>
17950
17951 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17952 files.
17953 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17954 "*-*-vxworks*" throughout.
17955 * gdb.base/break.exp: Likewise.
17956 * gdb.base/default.exp: Likewise.
17957 * gdb.base/scope.exp: Likewise.
17958 * gdb.base/sepdebug.exp: Likewise.
17959 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17960 throughout.
17961 * gdb.base/run.c: Likewise.
17962 * gdb.base/sepdebug.c: Likewise.
17963 * gdb.hp/gdb.aCC/run.c: Likewise.
17964 * gdb.reverse/until-reverse.c: Likewise.
17965 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17966
17967 2014-09-16 Yao Qi <yao@codesourcery.com>
17968
17969 * boards/local-remote-host-native.exp: New file.
17970
17971 2014-09-14 Doug Evans <xdje42@gmail.com>
17972
17973 * gdb.threads/queue-signal.c (thread_count): New variable.
17974 (thread_count_mutex, thread_count_condvar): New variables.
17975 (incr_thread_count, wait_all_threads_running): New functions.
17976 (main): Wait for all threads to be in their thread functions.
17977
17978 2014-09-13 Doug Evans <xdje42@gmail.com>
17979
17980 * gdb.threads/queue-signal.c: New file.
17981 * gdb.threads/queue-signal.exp: New file.
17982
17983 2014-09-13 Doug Evans <xdje42@gmail.com>
17984
17985 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17986 be consistent with what default_gdb_init uses.
17987 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17988 the plain text of the prompt. Add some logging printfs.
17989 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17990
17991 2014-09-12 Pedro Alves <palves@redhat.com>
17992
17993 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17994 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17995 * gdb.arch/i386-size-overlap.exp: Likewise.
17996 * gdb.arch/i386-size.exp: Likewise.
17997 * gdb.arch/i386-unwind.exp: Likewise.
17998 * gdb.base/a2-run.exp: Likewise.
17999 * gdb.base/break.exp: Likewise.
18000 * gdb.base/charset.exp: Likewise.
18001 * gdb.base/chng-syms.exp: Likewise.
18002 * gdb.base/commands.exp: Likewise.
18003 * gdb.base/dbx.exp: Likewise.
18004 * gdb.base/find.exp: Likewise.
18005 * gdb.base/funcargs.exp: Likewise.
18006 * gdb.base/jit-simple.exp: Likewise.
18007 * gdb.base/reread.exp: Likewise.
18008 * gdb.base/sepdebug.exp: Likewise.
18009 * gdb.base/step-bt.exp: Likewise.
18010 * gdb.cp/mb-inline.exp: Likewise.
18011 * gdb.cp/mb-templates.exp: Likewise.
18012 * gdb.objc/basicclass.exp: Likewise.
18013 * gdb.threads/killed.exp: Likewise.
18014
18015 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18016
18017 PR tdep/17379
18018 * gdb.arch/powerpc-stackless.S: New file.
18019 * gdb.arch/powerpc-stackless.exp: New file.
18020
18021 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18022
18023 * gdb.base/attach.c: Include unistd.h.
18024 (main): Call alarm. Add label postloop.
18025 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18026 gdb_breakpoint, gdb_continue_to_breakpoint.
18027 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18028
18029 2014-09-11 Pedro Alves <palves@redhat.com>
18030
18031 PR gdb/17347
18032 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18033 * gdb.base/attach.exp (test_command_line_attach_run): New
18034 procedure.
18035 (top level): Call it.
18036
18037 2014-09-11 Pedro Alves <palves@redhat.com>
18038
18039 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18040 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18041 (do_command_attach_tests): Use spawn_wait_for_attach.
18042 * gdb.base/solib-overlap.exp: Likewise.
18043 * gdb.multi/multi-attach.exp: Likewise.
18044 * gdb.python/py-prompt.exp: Likewise.
18045 * gdb.python/py-sync-interp.exp: Likewise.
18046 * gdb.server/ext-attach.exp: Likewise.
18047
18048 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18049
18050 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18051 command in testcase. Simplify testcase.
18052
18053 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18054
18055 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18056
18057 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18058
18059 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18060
18061 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18062
18063 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18064
18065 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18066
18067 * gdb.dwarf2/dynarr-ptr.c: New file.
18068 * gdb.dwarf2/dynarr-ptr.exp: New file.
18069
18070 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18071
18072 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18073 of 30 rather than hardcoding 120 for a slow test case. Take the
18074 `gdb,timeout' target setting into account for this calculation.
18075 Don't extend the timeout for the test cases that don't need it.
18076
18077 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18078
18079 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18080 a factor of 2 for a slow test case. Take the `gdb,timeout'
18081 target setting into account for this calculation.
18082 * gdb.reverse/until-precsave.exp: Increase the timeout by
18083 a factor of 15 and 3 respectively rather than adding 120
18084 for a pair of slow test cases. Take the `gdb,timeout'
18085 target setting into account for this calculation.
18086
18087 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18088
18089 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18090 timeout, don't pass one down to gdb_expect.
18091 (gdb_expect): Rework timeout selection.
18092
18093 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18094
18095 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18096 exception on timeout.
18097 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18098 (gdbserver_start_extended): Catch any `gdbserver_start' error
18099 exceptions.
18100 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18101 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18102 `gdbserver_gdb_load' error exceptions.
18103
18104 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18105
18106 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18107 120 on waiting for the TCP socket to open.
18108
18109 2014-09-09 Doug Evans <xdje42@gmail.com>
18110
18111 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18112 _caller_matches, _any_caller_is, _any_caller_matches.
18113
18114 2014-09-09 Doug Evans <xdje42@gmail.com>
18115
18116 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18117
18118 2014-09-09 Yao Qi <yao@codesourcery.com>
18119
18120 * gdb.mi/mi-var-display.exp: Set print symbol off.
18121
18122 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18123
18124 PR gdb/17035
18125 * gdb.base/commands.exp: Add tests to verify user-defined
18126 commands with empty bodies.
18127 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18128 python commands in `show user command`.
18129 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18130 scheme commands in `show user command`.
18131
18132 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18133
18134 PR python/17355
18135 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18136 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18137 * gdb.python/py-framefilter-invalidarg.exp: New file.
18138 * gdb.python/py-framefilter-invalidarg.py: New file.
18139
18140 2014-09-06 Doug Evans <xdje42@gmail.com>
18141
18142 PR 15276
18143 * gdb.python/py-caller-is.c: New file.
18144 * gdb.python/py-caller-is.exp: New file.
18145
18146 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18147
18148 PR gdb/17235
18149 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18150 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18151
18152 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18153
18154 PR fortran/17237
18155 * gdb.fortran/print-formatted.exp: New file.
18156 * gdb.fortran/print-formatted.f90: Likewise.
18157
18158 2014-09-03 Sasha Smundak <asmundak@google.com>
18159
18160 * gdb.python/py-frame.exp: Test Frame.read_register.
18161
18162 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18163
18164 PR python/16699
18165 * gdb.python/py-completion.exp: New file.
18166 * gdb.python/py-completion.py: Likewise.
18167
18168 2014-08-28 Doug Evans <dje@google.com>
18169
18170 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18171 eax,etc. are live with values set by gdb and thus the compiler can't
18172 use them.
18173 * gdb.arch/i386-pseudo.c (main): Ditto.
18174
18175 2014-08-27 Doug Evans <dje@google.com>
18176
18177 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18178
18179 2014-08-25 Doug Evans <dje@google.com>
18180
18181 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18182 (main): Ditto.
18183
18184 2014-08-25 Doug Evans <dje@google.com>
18185
18186 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18187
18188 2014-08-24 Yao Qi <yao@codesourcery.com>
18189
18190 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18191 symbol off.
18192 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18193
18194 2014-08-22 Doug Evans <dje@google.com>
18195
18196 PR 17276
18197 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18198 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18199 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18200
18201 2014-08-22 Yao Qi <yao@codesourcery.com>
18202
18203 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18204 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18205 * gdb.python/python.exp: Likewise. Use .py file on the host
18206 instead of the build.
18207
18208 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18209
18210 * gdb.threads/gcore-stale-thread.c: New file.
18211 * gdb.threads/gcore-stale-thread.exp: New file.
18212
18213 2014-08-21 Pedro Alves <palves@redhat.com>
18214
18215 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18216 * gdb.base/gcore-relro-pie.exp: Likewise.
18217 * gdb.base/gcore-relro.exp: Likewise.
18218 * gdb.base/gcore.exp: Likewise.
18219 * gdb.base/print-symbol-loading.exp: Likewise.
18220 * gdb.threads/gcore-thread.exp: Likewise.
18221 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18222
18223 2014-08-20 Pedro Alves <palves@redhat.com>
18224 Jan Kratochvil <jan.kratochvil@redhat.com>
18225
18226 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18227 configure.
18228 (EXPECT): Handle READ1 being set.
18229 (all): Depend on EXTRA_RULES.
18230 (check-read1, expect-read1, read1.so, read1): New rules.
18231 * README (Testsuite Parameters): Document the READ1 make variable.
18232 (Race detection): New section.
18233 * configure: Regenerate.
18234 * configure.ac: If build==host==target, and running under a
18235 GNU/glibc system, add read1 to the extra Makefile rules.
18236 (EXTRA_RULES): AC_SUBST it.
18237 * lib/read1.c: New file.
18238
18239 2014-08-20 Joel Brobecker <brobecker@adacore.com>
18240
18241 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18242 the handling of variables declared as a typedef to an array
18243 which a DW_AT_data_location attribute.
18244
18245 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
18246 Pedro Alves <palves@redhat.com>
18247
18248 PR symtab/14604
18249 PR symtab/14605
18250 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18251 gdb_test.
18252
18253 2014-08-19 Pedro Alves <palves@redhat.com>
18254
18255 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18256
18257 2014-08-19 Yao Qi <yao@codesourcery.com>
18258
18259 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18260 right line.
18261
18262 2014-08-18 David Blaikie <dblaikie@gmail.com>
18263
18264 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18265
18266 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18267
18268 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18269 attribute in array range.
18270
18271 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18272
18273 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18274
18275 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18276
18277 PR c++/17132
18278 * gdb.cp/pr17132.cc: New file.
18279 * gdb.cp/pr17132.exp: New file.
18280
18281 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18282
18283 * gdb.python/py-xmethods.py (A_getarrayind)
18284 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18285 Use 'print' with function call syntax.
18286 (E_method_matcher.match): Fix tab vs space indentation mixup.
18287
18288 2014-08-15 Yao Qi <yao@codesourcery.com>
18289
18290 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18291 false.
18292
18293 2014-08-15 Yao Qi <yao@codesourcery.com>
18294
18295 * gdb.cp/casts.exp: Set print symbol off.
18296 * gdb.cp/class2.exp: Likewise.
18297 * gdb.cp/overload.exp: Likewise.
18298 * gdb.cp/templates.exp: Likewise.
18299
18300 2014-08-11 Doug Evans <dje@google.com>
18301
18302 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18303 (test_load_shlib): Update.
18304
18305 2014-08-09 Yao Qi <yao@codesourcery.com>
18306
18307 * gdb.base/display.exp: Invoke is_address_zero_readable.
18308 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18309 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18310 * gdb.base/hbreak-unmapped.exp: Return if
18311 is_address_zero_readable returns true.
18312 * gdb.base/signest.exp: Likewise.
18313 * gdb.base/signull.exp: Likewise.
18314 * gdb.base/sigbpt.exp: Likewise.
18315 * gdb.guile/scm-disasm.exp: Do the test if
18316 is_address_zero_readable returns false.
18317 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18318 * gdb.python/py-arch.exp: Likewise.
18319 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18320 * lib/gdb.exp (is_address_zero_readable): New proc.
18321
18322 2014-08-09 Yao Qi <yao@codesourcery.com>
18323
18324 PR testsuite/13443
18325 * gdb.mi/mi-var-display.exp: Make test messages unique.
18326
18327 2014-08-04 Tom Tromey <tromey@redhat.com>
18328
18329 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18330 target 0".
18331
18332 2014-08-04 Tom Tromey <tromey@redhat.com>
18333
18334 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18335 "target_resume".
18336
18337 2014-08-01 Joel Brobecker <brobecker@adacore.com>
18338
18339 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18340 inner_vla_struct_object_size.
18341 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18342 as xfail.
18343
18344 2014-07-30 Pedro Alves <palves@redhat.com>
18345
18346 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18347 comment.
18348
18349 2014-07-29 Yao Qi <yao@codesourcery.com>
18350
18351 PR gdb/17206
18352 * gdb.base/until-nodebug.exp: New.
18353
18354 2014-07-28 Doug Evans <xdje42@gmail.com>
18355
18356 PR guile/17203
18357 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18358 previously existing parameter, and previously ambiguously spelled
18359 parameter.
18360
18361 2014-07-28 Will Newton <will.newton@linaro.org>
18362
18363 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18364
18365 2014-07-26 Ludovic Courtès <ludo@gnu.org>
18366 Doug Evans <xdje42@gmail.com>
18367
18368 PR guile/17146
18369 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18370
18371 2014-07-25 Pedro Alves <palves@redhat.com>
18372
18373 * gdb.threads/signal-command-handle-nopass.c: New file.
18374 * gdb.threads/signal-command-handle-nopass.exp: New file.
18375 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18376 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18377 * gdb.threads/signal-delivered-right-thread.c: New file.
18378 * gdb.threads/signal-delivered-right-thread.exp: New file.
18379
18380 2014-07-25 Pedro Alves <palves@redhat.com>
18381
18382 * gdb.base/double-prompt-target-event-error.exp
18383 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18384 match.
18385 (cancel_pagination_in_target_event): Rework double prompt
18386 detection.
18387 * gdb.base/paginate-after-ctrl-c-running.exp
18388 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18389 <return>' match.
18390 * gdb.base/paginate-bg-execution.exp
18391 (test_bg_execution_pagination_return)
18392 (test_bg_execution_pagination_cancel): Remove '-notransfer
18393 <return>' matches.
18394 * gdb.base/paginate-execution-startup.exp
18395 (test_fg_execution_pagination_return)
18396 (test_fg_execution_pagination_cancel): Remove '-notransfer
18397 <return>' matches.
18398 * gdb.base/paginate-inferior-exit.exp
18399 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18400 match.
18401 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18402 * lib/gdb.exp (pagination_prompt): Run text through
18403 string_to_regexp.
18404 (gdb_test_multiple): Match $pagination_prompt instead of
18405 "<return>".
18406 (string_to_regexp): Move to lib/gdb-utils.exp.
18407
18408 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18409
18410 * gdb.arch/amd64-entry-value-paramref.S: New file.
18411 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18412 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18413 * gdb.arch/amd64-optimout-repeat.S: New file.
18414 * gdb.arch/amd64-optimout-repeat.c: New file.
18415 * gdb.arch/amd64-optimout-repeat.exp: New file.
18416
18417 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18418
18419 PR gdb/17170
18420 * gdb.base/statistics.exp: New file.
18421
18422 2014-07-17 Doug Evans <dje@google.com>
18423
18424 PR gdb/17170
18425 * gdb.base/maint.exp: Update testing of per-command stats.
18426
18427 2014-07-16 Pedro Alves <palves@redhat.com>
18428
18429 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18430 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18431 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18432 (tfile_write_buf): New functions.
18433 (add_memory_block): Rewrite using the above.
18434 (adjust_function_address): New function.
18435 (FUNCTION_ADDRESS): New macro.
18436 (write_basic_trace_file): Remove short_x local, and use
18437 tfile_write_16. Change type of func_addr local to unsigned long
18438 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18439 here. Cast argument of add_memory_block to char pointer.
18440 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18441 (main): Remove parameters.
18442 * gdb.trace/tfile.exp: Remove nowarnings.
18443
18444 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18445
18446 * gdb.base/debug-expr.exp: Test string evaluation with
18447 "debug expression" on.
18448
18449 2014-07-15 Pedro Alves <palves@redhat.com>
18450
18451 * gdb.base/reread.exp: Use clean_restart.
18452
18453 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18454
18455 * gdb.arch/avr-flash-qualifer.c: New.
18456 * gdb.arch/avr-flash-qualifer.exp: New.
18457
18458 2014-07-14 Pedro Alves <palves@redhat.com>
18459
18460 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18461 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18462
18463 2014-07-14 Pedro Alves <palves@redhat.com>
18464
18465 * gdb.base/double-prompt-target-event-error.c: New file.
18466 * gdb.base/double-prompt-target-event-error.exp: New file.
18467
18468 2014-07-14 Pedro Alves <palves@redhat.com>
18469
18470 PR gdb/17072
18471 * gdb.base/paginate-inferior-exit.c: New file.
18472 * gdb.base/paginate-inferior-exit.exp: New file.
18473
18474 2014-07-14 Pedro Alves <palves@redhat.com>
18475
18476 PR gdb/17072
18477 * gdb.base/paginate-bg-execution.c: New file.
18478 * gdb.base/paginate-bg-execution.exp: New file.
18479
18480 2014-07-14 Pedro Alves <palves@redhat.com>
18481
18482 PR gdb/17072
18483 * gdb.base/paginate-execution-startup.c: New file.
18484 * gdb.base/paginate-execution-startup.exp: New file.
18485 * lib/gdb.exp (pagination_prompt): New global.
18486 (default_gdb_spawn): New procedure, factored out from
18487 default_gdb_spawn.
18488 (default_gdb_start): Adjust to call default_gdb_spawn.
18489 (gdb_spawn): New procedure.
18490
18491 2014-07-14 Pedro Alves <palves@redhat.com>
18492
18493 * lib/gdb.exp (gdb_assert): New procedure.
18494 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18495
18496 2014-07-14 Pedro Alves <palves@redhat.com>
18497
18498 * gdb.base/execution-termios.c: New file.
18499 * gdb.base/execution-termios.exp: New file.
18500
18501 2014-07-14 Tom Tromey <tromey@redhat.com>
18502
18503 * gdb.cp/vla-cxx.cc: New file.
18504 * gdb.cp/vla-cxx.exp: New file.
18505
18506 2014-07-14 Tom Tromey <tromey@redhat.com>
18507
18508 * gdb.reverse/rerun-prec.c: New file.
18509 * gdb.reverse/rerun-prec.exp: New file.
18510
18511 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18512 Maciej W. Rozycki <macro@codesourcery.com>
18513
18514 * lib/gdb-utils.exp: New file.
18515 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18516 inline `gdb_init_command' processing.
18517 (gdb_start_cmd): Likewise.
18518 * lib/mi-support.exp (mi_run_cmd): Likewise.
18519 * README: Document `gdb_init_command' and `gdb_init_commands'.
18520
18521 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18522
18523 Fix false FAIL running under a very long directory name.
18524 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18525 and "set print elements 10000". Twice.
18526
18527 2014-07-11 Yao Qi <yao@codesourcery.com>
18528
18529 * gdb.base/exprs.exp: "set print symbol off".
18530
18531 2014-07-11 Pedro Alves <palves@redhat.com>
18532
18533 * gdb.threads/kill.c: New file.
18534 * gdb.threads/kill.exp: New file.
18535
18536 2014-07-10 Yao Qi <yao@codesourcery.com>
18537
18538 * gdb.trace/tfile.c (write_basic_trace_file)
18539 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18540 address written to trace file.
18541
18542 2014-07-09 Pedro Alves <palves@redhat.com>
18543
18544 * gdb.base/attach-wait-input.exp: New file.
18545 * gdb.base/attach-wait-input.c: New file.
18546
18547 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18548
18549 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18550 setting up test structures.
18551 (main): Call new test function.
18552 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18553 test function, continue into test function and walk test
18554 structures.
18555
18556 2014-07-02 Yao Qi <yao@codesourcery.com>
18557
18558 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18559 'bar_start' at the beginning of functions 'foo' and 'bar'
18560 respectively.
18561 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18562 instead of 'foo' and 'bar'.
18563
18564 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18565
18566 * gdb.btrace/segv.exp: New.
18567 * gdb.btrace/segv.c: New.
18568
18569 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18570
18571 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18572 instruction.
18573
18574 2014-06-30 Mark Wielaard <mjw@redhat.com>
18575
18576 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18577 vulture, vilify, villar): New volatile array constants.
18578 (vindictive, vegetation): New const volatile array constants.
18579 * gdb.base/volatile.exp: Test volatile and const volatile array
18580 types.
18581
18582 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18583
18584 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18585 target lacks support for awatch, rwatch, or hbreak.
18586
18587 2014-06-27 Yao Qi <yao@codesourcery.com>
18588
18589 * gdb.multi/dummy-frame-restore.exp: New.
18590 * gdb.multi/dummy-frame-restore.c: New.
18591
18592 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18593
18594 * gdb.btrace/gcore.exp: New.
18595
18596 2014-06-23 Pedro Alves <palves@redhat.com>
18597
18598 * gdb.base/watchpoint-reuse-slot.c: New file.
18599 * gdb.base/watchpoint-reuse-slot.exp: New file.
18600
18601 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18602
18603 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18604 progspace's filename in 'info', 'enable' and 'disable' command
18605 tests.
18606
18607 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18608
18609 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18610 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18611 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18612
18613 2014-06-20 Gary Benson <gbenson@redhat.com>
18614
18615 * gdb.arch/i386-avx.exp: Fix include file location.
18616 * gdb.arch/i386-sse.exp: Likewise.
18617
18618 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18619
18620 * gdb.dlang/expression.exp: New file.
18621
18622 2014-06-19 Pedro Alves <palves@redhat.com>
18623
18624 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18625 out from ...
18626 (top level): ... here. Iterate running tests under different
18627 scheduler-locking settings.
18628
18629 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
18630
18631 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18632 to DW_FORM_addr and use non-zero addresses.
18633
18634 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18635
18636 PR gdb/17017
18637 * gdb.python/py-xmethods.cc: Add global function call counters and
18638 increment them in their respective functions. Remove "cout"
18639 statements.
18640 * gdb.python/py-xmethods.exp: Make tests check the global function
18641 call counters instead of depending on inferior IO.
18642
18643 2014-06-18 Don Breazeal <donb@codesourcery.com>
18644
18645 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18646 Deleted procedure.
18647 (explicit_fork_parent_follow): Deleted procedure.
18648 (explicit_fork_child_follow): Deleted procedure.
18649 (test_follow_fork): New procedure.
18650 (do_fork_tests): Replace calls to deleted procedures with
18651 calls to test_follow_fork and reset GDB for subsequent
18652 procedure calls.
18653
18654 2014-06-17 Yao Qi <yao@codesourcery.com>
18655
18656 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18657 CP1252.
18658
18659 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18660
18661 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18662 Initialize ptr and S explicitly.
18663 (skip_type_update_when_not_use_rtti_test): Likewise.
18664
18665 2014-06-16 Keith Seitz <keiths@redhat.com>
18666
18667 PR mi/15863
18668 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18669 the inferior is started.
18670
18671 2014-06-16 Pedro Alves <palves@redhat.com>
18672
18673 * gdb.base/break-main-file-remove-fail.c: New file.
18674 * gdb.base/break-main-file-remove-fail.exp: New file.
18675 * gdb.base/break-unload-file.exp: Use build_executable instead of
18676 prepare_for_testing.
18677 (test_break): New parameter "initial_load". Handle it.
18678 (top level): Add initial_load cmdline/file axis.
18679
18680 2014-06-12 Tom Tromey <tromey@redhat.com>
18681
18682 * gdb.base/completion.exp: Don't use directory name in test.
18683
18684 2014-06-09 Gary Benson <gbenson@redhat.com>
18685
18686 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18687 separate the always-available ANSI-standard signals from the
18688 signals that require checking.
18689 (main): Likewise.
18690 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18691 Likewise.
18692 (main): Likewise.
18693
18694 2014-06-07 Keith Seitz <keiths@redhat.com>
18695
18696 Revert:
18697 PR c++/16253
18698 * gdb.cp/var-tag.cc: New file.
18699 * gdb.cp/var-tag.exp: New file.
18700 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18701 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18702 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18703 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18704
18705 2014-06-06 Doug Evans <xdje42@gmail.com>
18706
18707 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18708
18709 2014-06-06 Pedro Alves <palves@redhat.com>
18710
18711 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18712 in target debug output instead of looking at RSP packets,
18713 disabling the test on any target that uses hardware stepping.
18714 Update comments.
18715
18716 2014-06-06 Pedro Alves <palves@redhat.com>
18717
18718 * gdb.base/break-unload-file.exp: Fix typo.
18719
18720 2014-06-06 Yao Qi <yao@codesourcery.com>
18721
18722 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18723 from "jit_function" to "^jit_function".
18724
18725 2014-06-06 Yao Qi <yao@codesourcery.com>
18726
18727 * gdb.base/async.c (foo): Add one statement.
18728 * gdb.base/async.exp: Get the next instruction address and
18729 match the output of "nexti" by instruction address. Match
18730 the hex address in the output of "finish".
18731
18732 2014-06-06 Gary Benson <gbenson@redhat.com>
18733
18734 * gdb.base/call-signals.c: Remove preprocessor conditionals
18735 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18736 SIGSEGV and SIGTERM.
18737 * gdb.base/sigall.c: Likewise.
18738 * gdb.base/unwindonsignal.c: Likewise.
18739 * gdb.reverse/sigall-reverse.c: Likewise.
18740
18741 2014-06-06 Yao Qi <yao@codesourcery.com>
18742
18743 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18744 readable, skip the test.
18745
18746 2014-06-06 Yao Qi <yao@codesourcery.com>
18747
18748 * gdb.threads/staticthreads.c (thread_function): Move the line
18749 setting breakpoint on forward.
18750 * gdb.threads/staticthreads.exp: Update comments.
18751
18752 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18753
18754 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18755 "history-append! type error".
18756
18757 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18758
18759 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18760 erroneous dprintf expected input.
18761
18762 2014-06-04 Doug Evans <xdje42@gmail.com>
18763
18764 * gdb.guile/scm-generics.exp: Delete.
18765
18766 2014-06-04 Doug Evans <xdje42@gmail.com>
18767
18768 * gdb.guile/scm-breakpoint.exp: Update.
18769 Add tests for breakpoint registration.
18770
18771 2014-06-04 Tom Tromey <tromey@redhat.com>
18772
18773 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18774 VLA-in-union.
18775 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18776 inner_vla_struct, vla_union types. Initialize objects of those
18777 types and compute their sizes.
18778
18779 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18780 Hui Zhu <hui@codesourcery.com>
18781
18782 * gdb.base/fileio.exp: Add test for shell not available as well as
18783 available.
18784 * gdb.base/fileio.c (test_system): Check for shell twice.
18785
18786 2014-06-04 Yao Qi <yao@codesourcery.com>
18787
18788 * gdb.base/auto-connect-native-target.exp: Remove redundant
18789 space from the regexp pattern.
18790
18791 2014-06-04 Yao Qi <yao@codesourcery.com>
18792
18793 * gdb.base/default.exp: Replace "child" with "native" in
18794 regexp pattern.
18795
18796 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18797
18798 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18799 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18800 * gdb.python/py-xmethods.py: Python script supporting the
18801 new testcase and tests.
18802
18803 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18804 Pedro Alves <palves@redhat.com>
18805
18806 PR breakpoints/17000
18807 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18808 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18809
18810 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18811
18812 * gdb.base/subst.exp: Add tests to verify partial path matching
18813 output.
18814
18815 2014-06-03 Pedro Alves <palves@redhat.com>
18816
18817 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18818 target that doesn't use software single-stepping.
18819
18820 2014-06-03 Pedro Alves <palves@redhat.com>
18821
18822 PR breakpoints/17000
18823 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18824 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18825
18826 2014-06-02 Doug Evans <xdje42@gmail.com>
18827
18828 * gdb.guile/scm-parameter.exp: New file.
18829
18830 2014-06-02 Doug Evans <xdje42@gmail.com>
18831
18832 * gdb.guile/scm-cmd.c: New file.
18833 * gdb.guile/scm-cmd.exp: New file.
18834
18835 2014-06-02 Doug Evans <xdje42@gmail.com>
18836
18837 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18838 pretty-printer lookup.
18839 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18840 (make-pp_s-printer): Call it.
18841 (make-pretty-printer-from-dict): New function.
18842 (lookup-pretty-printer-maker-from-dict): New function.
18843 (*pretty-printer*): Simplify.
18844 (make-objfile-pp_s-printer): New function.
18845 (install-objfile-pretty-printers!): New function.
18846 (make-progspace-pp_s-printer): New function.
18847 (install-progspace-pretty-printers!): New function.
18848 * gdb.guile/scm-progspace.c: New file.
18849 * gdb.guile/scm-progspace.exp: New file.
18850
18851 2014-06-02 Pedro Alves <palves@redhat.com>
18852
18853 * gdb.base/dprintf-bp-same-addr.c: New file.
18854 * gdb.base/dprintf-bp-same-addr.exp: New file.
18855
18856 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18857
18858 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18859 * gdb.arch/powerpc-power.s: Likewise.
18860
18861 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18862
18863 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18864
18865 2014-06-01 Yao Qi <yao@codesourcery.com>
18866
18867 * gdb.base/watchpoint.exp (test_watch_location): Check null
18868 pointer can be dereferenced. If not, do the test, otherwise
18869 skip it.
18870
18871 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18872
18873 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18874 results.
18875 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18876
18877 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18878
18879 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18880 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18881 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18882 * gdb.arch/amd64-invalid-stack-top.c: New file.
18883 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18884
18885 2014-05-30 Pedro Alves <palves@redhat.com>
18886
18887 PR breakpoints/17000
18888 * gdb.base/sss-bp-on-user-bp.c: New file.
18889 * gdb.base/sss-bp-on-user-bp.exp: New file.
18890
18891 2014-05-30 David Blaikie <dblaikie@gmail.com>
18892
18893 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18894 gnu_inline semantics via attribute.
18895 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18896 source explicitly specifies the required semantics.
18897
18898 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18899
18900 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18901
18902 2014-05-29 Pedro Alves <palves@redhat.com>
18903 Tom Tromey <tromey@redhat.com>
18904
18905 * gdb.base/async-shell.exp: Don't enable target-async.
18906 * gdb.base/async.exp
18907 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18908 parameter. Adjust.
18909 (top level): Don't test with "target-async".
18910 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18911 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18912 * gdb.base/inferior-died.exp: Don't enable target-async.
18913 * gdb.base/interrupt-noterm.exp: Likewise.
18914 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18915 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18916 * gdb.mi/mi-nonstop.exp: Likewise.
18917 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18918 * gdb.mi/mi-nsintrall.exp: Likewise.
18919 * gdb.mi/mi-nsmoribund.exp: Likewise.
18920 * gdb.mi/mi-nsthrexec.exp: Likewise.
18921 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18922 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18923 * gdb.python/py-evsignal.exp: Don't enable target-async.
18924 * gdb.python/py-evthreads.exp: Likewise.
18925 * gdb.python/py-prompt.exp: Likewise.
18926 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18927 * gdb.server/solib-list.exp: Don't enable target-async.
18928 * gdb.threads/thread-specific-bp.exp: Likewise.
18929 * lib/mi-support.exp: Adjust to use mi-async.
18930
18931 2014-05-29 Pedro Alves <palves@redhat.com>
18932
18933 PR gdb/13860
18934 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18935 reason, even in sync mode.
18936
18937 2014-05-29 Pedro Alves <palves@redhat.com>
18938 Hui Zhu <hui@codesourcery.com>
18939
18940 PR PR15693
18941 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18942 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18943 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18944 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18945
18946 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18947
18948 * config/monitor.exp (gdb_target_monitor): Replace use of
18949 "set remotebaud" by "set serial baud".
18950
18951 2014-05-26 Andy Wingo <wingo@igalia.com>
18952
18953 * gdb.guile/scm-breakpoint.exp:
18954 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18955 properties instead of gdb-object-properties.
18956
18957 2014-05-26 Yao Qi <yao@codesourcery.com>
18958
18959 * gdb.server/no-thread-db.exp: Specify source file name
18960 explicitly when setting a breakpoint.
18961
18962 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18963
18964 * gdb.btrace/vdso.c: New.
18965 * gdb.btrace/vdso.exp: New.
18966
18967 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18968
18969 * gdb.base/gcore.exp (capture_command_output): Move ...
18970 * lib/gdb.exp (capture_command_output): ... here.
18971
18972 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18973
18974 * gdb.btrace/data.exp: Test memory access during btrace replay.
18975
18976 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18977
18978 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18979
18980 2014-05-21 Pedro Alves <palves@redhat.com>
18981
18982 PR gdb/13860
18983 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18984 (top level): Test that output related to execution commands is
18985 sent to the console with CLI commands, but not with MI commands.
18986 Test that breakpoint events are always mirrored to the console.
18987 Also expect the new source line to be output after a "next" in
18988 async mode too. Make it a pass/fail test.
18989 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18990 output.
18991 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18992
18993 2014-05-21 Pedro Alves <palves@redhat.com>
18994
18995 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18996 Use them to test variations of "list" after reaching a breakpoint.
18997 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18998 Test "list" with listsize 10 after reaching a breakpoint.
18999 * gdb.python/python.exp (decode_line current location line
19000 number): Adjust expected line number.
19001
19002 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19003
19004 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19005 behavior for $args, pass it directly to "run".
19006
19007 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19008
19009 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19010 30000 to 65536.
19011
19012 2014-05-21 Pedro Alves <palves@redhat.com>
19013
19014 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19015 auto-connect-native-target off".
19016 * gdb.base/auto-connect-native-target.c: New file.
19017 * gdb.base/auto-connect-native-target.exp: New file.
19018
19019 2014-05-21 Pedro Alves <palves@redhat.com>
19020
19021 * gdb.base/default.exp: Test "target native" instead of "target
19022 child".
19023
19024 2014-05-21 Mark Wielaard <mjw@redhat.com>
19025
19026 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19027
19028 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19029
19030 Fix TLS access for -static -pthread.
19031 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19032 <HAVE_TLS> (thread_function, main): Initialize it.
19033 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19034 Add clean_restart.
19035 <$have_tls != "">: Check TLSVAR.
19036
19037 2014-05-21 Pedro Alves <palves@redhat.com>
19038
19039 * gdb.base/dcache-line-read-error.c: New.
19040 * gdb.base/dcache-line-read-error.exp: New.
19041
19042 2014-05-20 Pedro Alves <palves@redhat.com>
19043
19044 * gdb.base/compare-sections.c: New file.
19045 * gdb.base/compare-sections.exp: New file.
19046
19047 2014-05-20 Pedro Alves <palves@redhat.com>
19048
19049 * gdb.base/break-idempotent.c: New file.
19050 * gdb.base/break-idempotent.exp: New file.
19051
19052 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19053
19054 * gdb.btrace/nohist.exp: New.
19055
19056 2014-05-20 Yao Qi <yao@codesourcery.com>
19057
19058 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19059 gdb.reverse directory and gdb_reverse_timeout exists in board
19060 setting.
19061 * README: Document gdb_reverse_timeout.
19062
19063 2014-05-20 Yao Qi <yao@codesourcery.com>
19064
19065 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19066 'test_file_name'. Treat args as a string instead of a list.
19067 (gdb_init): Rename argument 'args' by 'test_file_name'.
19068
19069 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19070
19071 * gdb.arch/powerpc-power.exp: New file.
19072 * gdb.arch/powerpc-power.s: New file.
19073
19074 2014-05-16 Doug Evans <dje@google.com>
19075
19076 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
19077 * gdb.base/completion.exp: Check that all expected files exist
19078 before doing file completion.
19079
19080 2014-05-16 Doug Evans <dje@google.com>
19081
19082 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19083 Update.
19084 (do_syscall_tests_without_xml): Update.
19085
19086 2014-05-16 Pedro Alves <palves@redhat.com>
19087
19088 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19089 instead of "unknown output after running".
19090
19091 2014-05-16 Yao Qi <yao@codesourcery.com>
19092
19093 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19094 file1.txt from host at the end.
19095 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19096
19097 2014-05-15 Doug Evans <dje@google.com>
19098
19099 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19100 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19101 loading file. Add test for TU lookup.
19102
19103 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19104
19105 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19106 calling "-exec-arguments" or "set args" before running the
19107 inferior.
19108
19109 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19110
19111 * lib/mi-support.exp (mi_expect_stop): Expect message for
19112 inferiors that exit with non-zero exit code.
19113
19114 2014-05-14 Yao Qi <yao@codesourcery.com>
19115
19116 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19117 match absolute path on remote host.
19118 (test_file_list_exec_source_files): Remove "/" from the
19119 pattern.
19120
19121 2014-05-14 Yao Qi <yao@codesourcery.com>
19122
19123 * boards/local-remote-host-notty.exp (${board}_file): New
19124 proc.
19125
19126 2014-05-07 Kyle McMartin <kyle@redhat.com>
19127
19128 Pushed by Joel Brobecker <brobecker@adacore.com>.
19129 * gdb.arch/aarch64-atomic-inst.c: New file.
19130 * gdb.arch/aarch64-atomic-inst.exp: New file.
19131
19132 2014-05-07 Yao Qi <yao@codesourcery.com>
19133
19134 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19135 in current context" too.
19136
19137 2014-05-05 Keith Seitz <keiths@redhat.com>
19138
19139 * gdb.linespec/ls-dollar.exp: Add test for linespec
19140 file:convenience_variable.
19141
19142 2014-05-05 Yao Qi <yao@codesourcery.com>
19143
19144 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19145 traceframes into tfile and ctf trace files. Read data from
19146 trace file and test collected data.
19147 (gdb_collect_locals_test): Likewise.
19148 (gdb_unavailable_registers_test): Likewise.
19149 (gdb_unavailable_floats): Likewise.
19150 (gdb_collect_globals_test): Likewise.
19151 (top-level): Append "ctf" to trace_file_targets if GDB
19152 supports.
19153
19154 2014-05-05 Yao Qi <yao@codesourcery.com>
19155
19156 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19157 code to ...
19158 (gdb_collect_args_test_1): ... it. New proc.
19159 (gdb_collect_locals_test): Move some code to ...
19160 (gdb_collect_locals_test_1): ... it. New proc.
19161 (gdb_unavailable_registers_test): Move some code to ...
19162 (gdb_unavailable_registers_test_1): ... it. New proc.
19163 (gdb_unavailable_floats): Move some code to ...
19164 (gdb_unavailable_floats_1): ... it. New proc.
19165
19166 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19167
19168 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19169 probes to test for bitness recognition.
19170 * gdb.arch/amd64-stap-optional-prefix.exp
19171 (test_probe_value_without_reg): New procedure.
19172 Add code to test for different kinds of bitness.
19173
19174 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19175
19176 PR breakpoints/16889
19177 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19178 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19179
19180 2014-05-01 Pedro Alves <palves@redhat.com>
19181
19182 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19183 gdb_file_cmd if no file is specified.
19184 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19185 last_loaded_file to set the remote exec-file.
19186
19187 2014-05-01 Pedro Alves <palves@redhat.com>
19188
19189 * boards/local-remote-host.exp: New file.
19190
19191 2014-05-01 Pedro Alves <palves@redhat.com>
19192
19193 * boards/local-remote-host.exp: Rename to ...
19194 * boards/local-remote-host-notty.exp: ... this.
19195
19196 2014-04-28 Joel Brobecker <brobecker@adacore.com>
19197
19198 * gdb.ada/dyn_arrayidx: New testcase.
19199
19200 2014-04-26 Yao Qi <yao@codesourcery.com>
19201
19202 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19203 and compute the length of function main. Save it in
19204 $main_length.
19205 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19206 (top-level): Use gdb_compile to compile objects into
19207 executable and restart GDB. Remove invocation to
19208 prepare_for_testing.
19209
19210 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19211 Pedro Alves <palves@redhat.com>
19212
19213 PR server/16255
19214 * gdb.multi/multi-attach.c: New file.
19215 * gdb.multi/multi-attach.exp: New file.
19216
19217 2014-04-25 Pedro Alves <palves@redhat.com>
19218
19219 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19220 user.
19221 (top level): Test that "set remote conditional-breakpoints-packet
19222 off" works as intended.
19223 * gdb.base/dprintf.exp: Test that "set remote
19224 breakpoint-commands-packet off" works as intended.
19225 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19226 New function.
19227 (top level): Call it.
19228 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19229 remote fast-tracepoints-packet off" works as intended.
19230 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19231 * lib/gdb.exp (gdb_is_target_remote): ... here.
19232
19233 2014-04-24 David Blaikie <dblaikie@gmail.com>
19234
19235 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19236 ensure clang would not discard them.
19237 * gdb.base/gdbvars.c: Ditto.
19238 * gdb.base/memattr.c: Ditto.
19239 * gdb.base/whatis.c: Ditto.
19240 * gdb.python/py-prettyprint.c: Ditto.
19241 * gdb.trace/actions.c: Ditto.
19242 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19243 ensure clang would not discard it.
19244
19245 2014-04-24 David Blaikie <dblaikie@gmail.com>
19246
19247 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19248 clang to emit the full definition of type required by the test
19249 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19250
19251 2014-04-24 David Blaikie <dblaikie@gmail.com>
19252
19253 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19254 coax Clang into emitting the definition of the type.
19255 * gdb.cp/pr10728-x.h (y): Ditto.
19256 * gdb.cp/pr10728-y.cc (y): Ditto.
19257
19258 2014-04-24 David Blaikie <dblaikie@gmail.com>
19259
19260 * gdb.base/label.exp: XFAIL label related tests under Clang.
19261 * gdb.cp/cplabel.exp: Ditto.
19262 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19263 under Clang those using labels.
19264
19265 2014-04-25 Yao Qi <yao@codesourcery.com>
19266
19267 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19268 double_label.
19269 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19270 partial_label and double_label.
19271
19272 2014-04-24 David Blaikie <dblaikie@gmail.com>
19273
19274 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19275
19276 2014-04-24 David Blaikie <dblaikie@gmail.com>
19277
19278 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19279 of the function to work across GCC and Clang.
19280 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19281 pointer types (const void ** const V void **).
19282
19283 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
19284 Walfred Tedeschi <walfred.tedeschi@intel.com>
19285
19286 * Makefile.in (EXECUTABLES): Added i386-avx512.
19287 * gdb.arch/i386-avx512.c: New file.
19288 * gdb.arch/i386-avx512.exp: Likewise.
19289
19290 2014-04-23 Keith Seitz <keiths@redhat.com>
19291
19292 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19293 (mi_make_breakpoint_table): New procedure.
19294 (mi_create_breakpoint): Use mi_make_breakpoint
19295 and return the result.
19296 (mi_make_breakpoint): New procedure.
19297 (mi_build_kv_pairs): New procedure.
19298
19299 * gdb.mi/mi-break.exp: Remove unused globals,
19300 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19301 All callers updated.
19302 * gdb.mi/mi-dprintf.exp: Use variable to track command
19303 number.
19304 Update all callers of mi_create_breakpoint and use
19305 mi_make_breakpoint_table.
19306 Remove any unused global variables.
19307 * gdb.mi/mi-nonstop.exp: Likewise.
19308 * gdb.mi/mi-nsintrall.exp: Likewise.
19309 * gdb.mi/mi-nsmoribund.exp: Likewise.
19310 * gdb.mi/mi-nsthrexec.exp: Likewise.
19311 * gdb.mi/mi-reverse.exp: Likewise.
19312 * gdb.mi/mi-simplerun.exp: Likewise.
19313 * gdb.mi/mi-stepn.exp: Likewise.
19314 * gdb.mi/mi-syn-frame.exp: Likewise.
19315 * gdb.mi/mi-until.exp: Likewise.
19316 * gdb.mi/mi-var-cp.exp: Likewise.
19317 * gdb.mi/mi-var-display.exp: Likewise.
19318 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19319 * gdb.mi/mi2-var-child.exp: Likewise.
19320 * gdb.mi/mi-vla-c99.exp: Likewise.
19321 * lib/mi-support.exp: Likewise.
19322
19323 From Ian Lance Taylor <iant@cygnus.com>:
19324 * lib/gdb.exp (parse_args): New procedure.
19325
19326 2014-04-23 Pedro Alves <palves@redhat.com>
19327
19328 * gdb.base/break-unload-file.c: New file.
19329 * gdb.base/break-unload-file.exp: New file.
19330 * gdb.base/sym-file-lib.c (baz): New function.
19331 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19332 field.
19333 (load): Store the segment's mapped size.
19334 (unload): New function.
19335 (unload_shlib): New function.
19336 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19337 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19338 set a breakpoint at baz, and call it.
19339 * gdb.base/sym-file.exp: New tests for stale breakpoint
19340 instructions.
19341
19342 2014-04-23 Pedro Alves <palves@redhat.com>
19343
19344 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19345 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19346 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19347 * gdb.base/hbreak-unmapped.c: New file.
19348 * gdb.base/hbreak-unmapped.exp: New file.
19349 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19350 * lib/gdb.exp (gdb_is_target_remote): ... here.
19351
19352 2014-04-22 Pedro Alves <palves@redhat.com>
19353
19354 * gdb.base/consecutive-step-over.c: New file.
19355 * gdb.base/consecutive-step-over.exp: New file.
19356
19357 2014-04-22 Pedro Alves <palves@redhat.com>
19358
19359 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19360 instead of send_gdb/gdb_expect.
19361
19362 2014-04-22 Yao Qi <yao@codesourcery.com>
19363
19364 * lib/trace-support.exp (generate_tracefile): New procedure.
19365 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19366 return 0.
19367 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19368 if generate_tracefile returns 1.
19369
19370 2014-04-18 Tom Tromey <palves@redhat.com>
19371 Pedro alves <tromey@redhat.com>
19372
19373 PR backtrace/15558
19374 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19375 with a backtrace limit.
19376 * gdb.python/py-frame-inline.exp: Test running to an inline
19377 function with a backtrace limit, and printing the newest frame.
19378 * gdb.python/py-frame-inline.c (main): Call f.
19379
19380 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19381
19382 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19383
19384 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19385
19386 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19387 Drop prefix from unsupported source file path.
19388
19389 2014-04-17 Yao Qi <yao@codesourcery.com>
19390
19391 * lib/gdb.exp (with_target_charset): New proc.
19392 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19393 with_target_charset.
19394 (test_print_strings): Likewise.
19395 (test_repeat_bytes): Likewise.
19396 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19397 for some tests.
19398
19399 2014-04-16 Keith Seitz <keiths@redhat.com>
19400
19401 PR gdb/15827
19402 * gdb.dwarf2/corrupt.c: New file.
19403 * gdb.dwarf2/corrupt.exp: New file.
19404
19405 2014-04-16 Keith Seitz <keiths@redhat.com>
19406
19407 PR c++/16597
19408 * gdb.cp/namelessclass.cc: New file.
19409 * gdb.cp/namelessclass.exp: New file.
19410 * gdb.cp/namelessclass.S: New file.
19411
19412 2014-04-16 Doug Evans <dje@google.com>
19413
19414 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19415 Add comment.
19416 (gdbserver_default_get_comm_port): New function.
19417 (gdbserver_start): Check if board file provided
19418 "gdbserver,get_comm_port" and use it if so.
19419 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19420 (gdb,socketport): Set to "stdio".
19421 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19422 (stdio_gdbserver_template): Delete.
19423 (${board}_get_remote_address): Update.
19424 (${board}_build_remote_cmd): Delete.
19425 (${board}_get_comm_port): New function.
19426 (${board}_spawn): Update.
19427 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19428 Delete.
19429 (${board}_get_remote_address): Update.
19430 (${board}_get_comm_port): New function.
19431
19432 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
19433
19434 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19435 appearing in any order.
19436
19437 2014-04-15 Doug Evans <dje@google.com>
19438
19439 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19440 uninitialized value of "description".
19441
19442 2014-04-15 Keith Seitz <keiths@redhat.com>
19443
19444 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19445 Remove unused globals.
19446 (test_running_the_program): Likewise.
19447 (test_controlled_execution): Likewise.
19448 (test_controlling_breakpoints): Likewise.
19449 (test_program_termination): Likewise.
19450
19451 2014-04-15 Keith Seitz <keiths@redhat.com>
19452
19453 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19454 unused globals.
19455 (test_rbreak_creation_and_listing): Likewise.
19456 (test_ignore_count): Likewise.
19457 (test_error): Likewise.
19458
19459 2014-04-15 Pedro Alves <palves@redhat.com>
19460
19461 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19462 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19463 sym-file-loader.c.
19464 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19465 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19466 to sym-file-loader.c.
19467 (struct library): Forward declare.
19468 (load_shlib, lookup_function): Change prototypes.
19469 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19470 (translate_offset): Remove declarations.
19471 (get_text_addr): New declaration.
19472 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19473 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19474 sym-file-loader.h.
19475 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19476 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19477 here from sym-file-loader.h.
19478 (struct library): New structure.
19479 (load_shlib, lookup_function): Change prototypes and adjust to
19480 work with a struct library.
19481 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19482 (translate_offset): Make static.
19483 (get_text_addr): New function.
19484 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19485
19486 2014-04-15 Pedro Alves <palves@redhat.com>
19487
19488 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19489
19490 2014-04-15 Pedro Alves <palves@redhat.com>
19491
19492 * gdb.base/sym-file-loader.c: Include <limits.h>.
19493 (SELF_LINK): New define.
19494 (get_origin): New function.
19495 (load_shlib): Use it.
19496 * gdb.base/sym-file.exp: Don't early return if the target is
19497 remote. Use runto_main, and issue fail is that fails. Use
19498 gdb_load_shlibs.
19499 (shlib_name): Delete.
19500 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19501
19502 2014-04-15 Pedro Alves <palves@redhat.com>
19503
19504 * gdb.base/sym-file.exp: Remove regex characters from test
19505 message. Don't refer to breakpoint numbers in test messages.
19506
19507 2014-04-14 Keith Seitz <keiths@redhat.com>
19508
19509 PR c++/16253
19510 * gdb.cp/var-tag.cc: New file.
19511 * gdb.cp/var-tag.exp: New file.
19512 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19513 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19514 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19515 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19516
19517 2014-04-14 Tom Tromey <tromey@redhat.com>
19518
19519 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19520 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19521 type.
19522 * gdb.cp/enum-class.exp: New file.
19523 * gdb.cp/enum-class.cc: New file.
19524
19525 2014-04-14 Tom Tromey <tromey@redhat.com>
19526
19527 * gdb.dwarf2/enum-type.exp: New file.
19528
19529 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19530
19531 * gdb.mi/mi-vla-c99.exp: New file.
19532 * gdb.mi/vla.c: New file.
19533
19534 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19535
19536 * gdb.base/vla-datatypes.c: New file.
19537 * gdb.base/vla-datatypes.exp: New file.
19538
19539 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19540
19541 * gdb.base/vla-ptr.c: New file.
19542 * gdb.base/vla-ptr.exp: New file.
19543
19544 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19545
19546 * gdb.dwarf2/count.exp: New file.
19547
19548 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19549
19550 * gdb.base/vla-sideeffect.c: New file.
19551 * gdb.base/vla-sideeffect.exp: New file.
19552
19553 2014-04-14 David Blaikie <dblaikie@gmail.com>
19554
19555 * gdb.mi/non-stop.c: Add return value for non-void function return
19556 statement.
19557 * gdb.threads/staticthreads.c: Ditto.
19558
19559 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19560 Doug Evans <xdje42@gmail.com>
19561
19562 * gdb.guile/scm-value.c: Improve test case.
19563 * gdb.guile/scm-value.exp: Add new test.
19564
19565 2014-04-11 David Blaikie <dblaikie@gmail.com>
19566
19567 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19568 override Clang's default.
19569
19570 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19571
19572 Revert the following changes (regressions):
19573
19574 * gdb.base/vla-sideeffect.c: New file.
19575 * gdb.base/vla-sideeffect.exp: New file.
19576
19577 * gdb.dwarf2/count.exp: New file.
19578
19579 * gdb.base/vla-multi.c: New file.
19580 * gdb.base/vla-multi.exp: New file.
19581
19582 * gdb.base/vla-ptr.c: New file.
19583 * gdb.base/vla-ptr.exp: New file.
19584
19585 * gdb.base/vla-datatypes.c: New file.
19586 * gdb.base/vla-datatypes.exp: New file.
19587
19588 * gdb.mi/mi-vla-c99.exp: New file.
19589 * gdb.mi/vla.c: New file.
19590
19591 2014-04-11 Keith Seitz <keiths@redhat.com>
19592
19593 PR c++/16675
19594 * gdb.cp/cpsizeof.exp: New file.
19595 * gdb.cp/cpsizeof.cc: New file.
19596
19597 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19598
19599 * gdb.mi/mi-vla-c99.exp: New file.
19600 * gdb.mi/vla.c: New file.
19601
19602 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19603
19604 * gdb.base/vla-datatypes.c: New file.
19605 * gdb.base/vla-datatypes.exp: New file.
19606
19607 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19608
19609 * gdb.base/vla-ptr.c: New file.
19610 * gdb.base/vla-ptr.exp: New file.
19611
19612 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19613
19614 * gdb.base/vla-multi.c: New file.
19615 * gdb.base/vla-multi.exp: New file.
19616
19617 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19618
19619 * gdb.dwarf2/count.exp: New file.
19620
19621 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19622
19623 * gdb.base/vla-sideeffect.c: New file.
19624 * gdb.base/vla-sideeffect.exp: New file.
19625
19626 2014-04-11 Yao Qi <yao@codesourcery.com>
19627
19628 * gdb.base/completion.exp: Check file exists before running tests
19629 on file completion.
19630
19631 2014-04-10 Pedro Alves <palves@redhat.com>
19632
19633 * gdb.base/cond-eval-mode.c: New file.
19634 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19635 prepare_for_testing to build the new file. Check result of
19636 runto_main.
19637 (test_break, test_watch): New procedures.
19638 (top level): Use them.
19639
19640 2014-04-08 Pierre Muller <muller@sourceware.org>
19641
19642 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19643 Ctrl-V use for mingw hosts.
19644
19645 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19646
19647 * gdb.python/py-value.c: Improve test case.
19648 * gdb.python/py-value.exp: Add new test.
19649
19650 2014-04-07 David Blaikie <dblaikie@gmail.com>
19651
19652 * lib/compiler.c: Identify the clang compiler.
19653 * lib/compiler.cc: Ditto.
19654
19655 2014-04-03 Yao Qi <yao@codesourcery.com>
19656
19657 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19658
19659 2014-04-01 Anton Blanchard <anton@samba.org>
19660
19661 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19662 messages unique.
19663
19664 2014-04-01 Anton Blanchard <anton@samba.org>
19665
19666 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19667 prepare_for_testing.
19668
19669 2014-04-01 Anton Blanchard <anton@samba.org>
19670
19671 * gdb.arch/ppc64-atomic-inst.c: Remove.
19672 * gdb.arch/ppc64-atomic-inst.S: New file.
19673 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19674
19675 2014-03-31 Doug Evans <dje@google.com>
19676
19677 * gdb.base/print-symbol-loading-lib.c: New file.
19678 * gdb.base/print-symbol-loading-main.c: New file.
19679 * gdb.base/print-symbol-loading.exp: New file.
19680
19681 2014-03-31 Yao Qi <yao@codesourcery.com>
19682
19683 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19684
19685 2014-03-28 Joel Brobecker <brobecker@adacore.com>
19686
19687 * gdb.ada/mi_dyn_arr: New testcase.
19688
19689 2014-03-27 Doug Evans <dje@google.com>
19690
19691 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19692
19693 2014-03-27 Yao Qi <yao@codesourcery.com>
19694
19695 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19696 if target is nios2-*-*.
19697
19698 2014-03-26 Yao Qi <yao@codesourcery.com>
19699
19700 * lib/gdb.exp (readline_is_used): New proc.
19701 * gdb.base/completion.exp: Move tests on command complete up.
19702 Skip the rest of tests if readline is not used.
19703 * gdb.ada/complete.exp: Skp the test if readline is not
19704 used.
19705 * gdb.base/filesym.exp: Likewise.
19706 * gdb.base/macscp.exp: Likewise.
19707 * gdb.base/readline-ask.exp: Likewise.
19708 * gdb.base/readline.exp: Likewise.
19709 * gdb.python/py-cmd.exp: Likewise.
19710 * gdb.trace/tfile.exp: Likewise.
19711
19712 2014-03-26 Yao Qi <yao@codesourcery.com>
19713
19714 * gdb.base/macscp.exp: Fix code format issues.
19715
19716 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19717
19718 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19719 * gdb.asm/powerpc64le.inc: New file.
19720
19721 2014-03-25 Pedro Alves <palves@redhat.com>
19722 Doug Evans <dje@google.com>
19723
19724 * gdb.base/source-execution.c: New file.
19725 * gdb.base/source-execution.exp: New file.
19726 * gdb.base/source-execution.gdb: New file.
19727
19728 2014-03-24 Doug Evans <dje@google.com>
19729
19730 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19731 using fission.
19732
19733 2014-03-24 Hui Zhu <hui@codesourcery.com>
19734 Pedro Alves <palves@redhat.com>
19735
19736 PR breakpoints/16101
19737 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19738 test pass/fail messages. Detect missing support for dprintf when
19739 breakpoints are actually inserted.
19740 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19741 breakpoints are actually inserted.
19742 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19743 fails.
19744
19745 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19746
19747 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19748
19749 2014-03-22 Doug Evans <xdje42@gmail.com>
19750
19751 * gdb.python/python.exp (python not supported): Verify multi-line
19752 python command issues an error.
19753 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19754 guile command issues an error.
19755
19756 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19757
19758 * gdb.threads/thread-specific.exp: Handle the lack of usable
19759 $this_breakpoint and $this_thread.
19760
19761 2014-03-21 Hui Zhu <hui@codesourcery.com>
19762
19763 * gdb.base/attach.exp (do_command_attach_tests): New.
19764
19765 2014-03-20 Tom Tromey <tromey@redhat.com>
19766 Pedro Alves <palves@redhat.com>
19767
19768 PR cli/15718
19769 * gdb.base/condbreak-call-false.c: New file.
19770 * gdb.base/condbreak-call-false.exp: New file.
19771
19772 2014-03-20 Pedro Alves <palves@redhat.com>
19773
19774 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19775 Delete.
19776 (block_signals, unblock_signals): Delete.
19777 (child_function_2, main): Remove references to deleted variable
19778 and functions.
19779
19780 2014-03-20 Pedro Alves <palves@redhat.com>
19781
19782 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19783 Use pthread_kill to signal thread 2.
19784 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19785 Adjust to make the test send itself a signal rather than using the
19786 host's "kill" command.
19787
19788 2014-03-20 Pedro Alves <palves@redhat.com>
19789
19790 * gdb.threads/multiple-step-overs.c: New file.
19791 * gdb.threads/multiple-step-overs.exp: New file.
19792 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19793 Adjust expected infrun debug output.
19794
19795 2014-03-20 Pedro Alves <palves@redhat.com>
19796
19797 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19798 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19799
19800 2014-03-20 Pedro Alves <palves@redhat.com>
19801
19802 PR breakpoints/7143
19803 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19804 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19805 of gdb_test_multiple.
19806 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19807 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19808
19809 2014-03-20 Pedro Alves <palves@redhat.com>
19810
19811 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19812 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19813
19814 2014-03-19 Pedro Alves <palves@redhat.com>
19815
19816 * gdb.base/async.exp: Remove early return.
19817
19818 2014-03-19 Pedro Alves <palves@redhat.com>
19819
19820 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19821
19822 2014-03-19 Pedro Alves <palves@redhat.com>
19823
19824 * gdb.base/async.exp (test_background): Expect \r\n after
19825 "completed." in the fail pattern.
19826
19827 2014-03-19 Pedro Alves <palves@redhat.com>
19828
19829 * gdb.base/async.exp (test_background): New procedure.
19830 Use it for all background execution command tests.
19831
19832 2014-03-19 Pedro Alves <palves@redhat.com>
19833
19834 * gdb.base/async.exp: Use prepare_for_testing.
19835
19836 2014-03-19 Pedro Alves <palves@redhat.com>
19837
19838 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19839 the same line.
19840
19841 2014-03-19 Pedro Alves <palves@redhat.com>
19842
19843 * gdb.base/async.c (main): Add "jump here" and "until here" line
19844 marker comments.
19845 * gdb.base/async.exp (jump_here): New global.
19846 (jump& test): Use it.
19847 (until_here): New global.
19848 (until& test): Use it.
19849
19850 2014-03-19 Pedro Alves <palves@redhat.com>
19851
19852 * gdb.base/async.exp: Don't frob gdb_protocol.
19853
19854 2014-03-18 Doug Evans <xdje42@gmail.com>
19855
19856 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19857 Fix spelling of exec-done-display.
19858
19859 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19860
19861 PR gdb/15358
19862 * gdb.base/gdb-sigterm.c: New file.
19863 * gdb.base/gdb-sigterm.exp: New file.
19864
19865 2014-03-18 Pedro Alves <palves@redhat.com>
19866
19867 PR gdb/13860
19868 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19869 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19870 solib-event.
19871
19872 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19873
19874 * gdb.ada/pckd_arr_ren: New testcase.
19875
19876 2014-03-13 Doug Evans <xdje42@gmail.com>
19877
19878 PR guile/16612
19879 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19880 collect after discarding symbols.
19881
19882 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19883 Doug Evans <xdje42@gmail.com>
19884
19885 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19886 to history survives a gc.
19887
19888 2014-03-13 Pedro Alves <palves@redhat.com>
19889
19890 * gdb.base/default.exp: Don't test "target procfs".
19891
19892 2014-03-13 Pedro Alves <palves@redhat.com>
19893
19894 * gdb.base/default.exp: Update "target child" and "target procfs"
19895 tests to not expect "Unix".
19896
19897 2014-03-12 Tom Tromey <tromey@redhat.com>
19898
19899 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19900 New procs. Add target-async tests.
19901 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19902 Add target-async tests.
19903
19904 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19905
19906 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19907 'func_start' and 'func_end' for the beginning and end of the
19908 function code, respectively.
19909 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19910 'func_end' instead of 'func' and 'main'.
19911
19912 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19913
19914 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19915 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19916 generate the debug info assembler source.
19917
19918 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19919
19920 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19921 * gdb.dwarf2/arr-subrange.exp: Likewise.
19922 * gdb.dwarf2/dwz.exp: Likewise.
19923 * gdb.dwarf2/method-ptr.exp: Likewise.
19924 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19925 * gdb.dwarf2/subrange.exp: Likewise.
19926 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19927 * gdb.dwarf2/implptrpiece.exp: Likewise.
19928 * gdb.dwarf2/nostaticblock.exp: Likewise.
19929
19930 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19931
19932 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19933 directory to absolute path name arguments.
19934
19935 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19936
19937 * gdb.ada/tagged_access: New testcase.
19938
19939 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19940
19941 * gdb.btrace/data.exp: Update expected output.
19942
19943 2014-03-06 Yao Qi <yao@codesourcery.com>
19944
19945 * gdb.trace/pr16508.exp: New file.
19946
19947 2014-03-05 Pedro Alves <palves@redhat.com>
19948
19949 PR gdb/16575
19950 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19951 procedure.
19952 (top level): Adjust to use it. Add tests that exercise breakpoint
19953 interaction with the code-cache.
19954
19955 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19956
19957 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19958 test for 'history-append!'.
19959
19960 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19961
19962 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19963 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19964 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19965 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19966 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19967 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19968
19969 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19970
19971 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19972 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19973 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19974
19975 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19976
19977 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19978
19979 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19980
19981 * gdb.dwarf2/arr-stride.c: New file.
19982 * gdb.dwarf2/arr-stride.exp: New file.
19983
19984 2014-02-26 Pedro Alves <palves@redhat.com>
19985
19986 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19987 that won't ever trigger. Make sure that GDB reports the correct
19988 breakpoint that caused the stop.
19989
19990 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19991
19992 PR gdb/16626
19993 * gdb.base/auto-load-script: New file.
19994 * gdb.base/auto-load.c: New file.
19995 * gdb.base/auto-load.exp: New file.
19996
19997 PR gdb/16626
19998 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19999
20000 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20001
20002 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20003 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20004
20005 2014-02-24 Doug Evans <dje@google.com>
20006
20007 * lib/gdb.exp (run_on_host): Log error output if program fails.
20008
20009 2014-02-21 Pedro Alves <palves@redhat.com>
20010
20011 * gdb.threads/step-after-sr-lock.c: Rename to ...
20012 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20013 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20014 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20015 ... this.
20016
20017 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20018
20019 PR tdep/16397
20020 * gdb.arch/amd64-stap-special-operands.exp: New file.
20021 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20022 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20023 * gdb.arch/amd64-stap-triplet.S: Likewise.
20024 * gdb.arch/amd64-stap-triplet.c: Likewise.
20025
20026 2014-02-20 Joel Brobecker <brobecker@adacore.com>
20027
20028 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20029 in .section pseudo-op.
20030
20031 2014-02-20 lin zuojian <manjian2006@gmail.com>
20032 Joel Brobecker <brobecker@adacore.com>
20033 Doug Evans <xdje42@gmail.com>
20034
20035 PR symtab/16581
20036 * gdb.dwarf2/dw2-icycle.S: New file.
20037 * gdb.dwarf2/dw2-icycle.c: New file.
20038 * gdb.dwarf2/dw2-icycle.exp: New file.
20039
20040 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20041
20042 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20043 operations on gdb.Value objects.
20044 * gdb.python/py-value-cc.exp: Add new test to test operations on
20045 gdb.Value objects.
20046
20047 2014-02-18 Doug Evans <dje@google.com>
20048
20049 * Makefile.in (TESTS): New variable.
20050 (expanded_tests, expanded_tests_or_none): New variables
20051 (check-single): Pass $(expanded_tests_or_none) to runtest.
20052 (check-parallel): Only run tests in $(TESTS) if non-empty.
20053 (check/no-matching-tests-found): New rule.
20054 * README: Document TESTS makefile variable.
20055
20056 2014-02-18 Doug Evans <dje@google.com>
20057
20058 * Makefile.in (check-parallel): rm -rf outputs temp.
20059
20060 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20061
20062 Fix "ERROR: no fileid for" in the testsuite.
20063 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20064
20065 2014-02-12 Doug Evans <dje@google.com>
20066
20067 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20068 (MISCELLANEOUS): New variable.
20069 (clean): rm -rf $(MISCELLANEOUS).
20070 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20071 dwp live in the same directory as symlinks, with each symlink pointed
20072 to a differently named file in a different directory.
20073
20074 2014-02-11 Doug Evans <dje@google.com>
20075
20076 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20077 of Tcl file commands.
20078
20079 2014-02-10 Mark Kettenis <kettenis@gnu.org>
20080
20081 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20082 "kill -SIGUSR1 -1".
20083
20084 2014-02-10 Joel Brobecker <brobecker@adacore.com>
20085
20086 * gdb.ada/tick_length_array_enum_idx: New testcase.
20087
20088 2014-02-10 Doug Evans <xdje42@gmail.com>
20089
20090 * configure.ac (AC_OUTPUT): Add gdb.guile.
20091 * configure: Regenerate.
20092 * lib/gdb-guile.exp: New file.
20093 * lib/gdb.exp (get_target_charset): New function.
20094 * gdb.base/help.exp: Update expected output from "apropos apropos".
20095 * gdb.guile/Makefile.in: New file.
20096 * gdb.guile/guile.exp: New file.
20097 * gdb.guile/scm-arch.c: New file.
20098 * gdb.guile/scm-arch.exp: New file.
20099 * gdb.guile/scm-block.c: New file.
20100 * gdb.guile/scm-block.exp: New file.
20101 * gdb.guile/scm-breakpoint.c: New file.
20102 * gdb.guile/scm-breakpoint.exp: New file.
20103 * gdb.guile/scm-disasm.c: New file.
20104 * gdb.guile/scm-disasm.exp: New file.
20105 * gdb.guile/scm-equal.c: New file.
20106 * gdb.guile/scm-equal.exp: New file.
20107 * gdb.guile/scm-error.exp: New file.
20108 * gdb.guile/scm-error.scm: New file.
20109 * gdb.guile/scm-frame-args.c: New file.
20110 * gdb.guile/scm-frame-args.exp: New file.
20111 * gdb.guile/scm-frame-args.scm: New file.
20112 * gdb.guile/scm-frame-inline.c: New file.
20113 * gdb.guile/scm-frame-inline.exp: New file.
20114 * gdb.guile/scm-frame.c: New file.
20115 * gdb.guile/scm-frame.exp: New file.
20116 * gdb.guile/scm-generics.exp: New file.
20117 * gdb.guile/scm-gsmob.exp: New file.
20118 * gdb.guile/scm-iterator.c: New file.
20119 * gdb.guile/scm-iterator.exp: New file.
20120 * gdb.guile/scm-math.c: New file.
20121 * gdb.guile/scm-math.exp: New file.
20122 * gdb.guile/scm-objfile-script-gdb.in: New file.
20123 * gdb.guile/scm-objfile-script.c: New file.
20124 * gdb.guile/scm-objfile-script.exp: New file.
20125 * gdb.guile/scm-objfile.c: New file.
20126 * gdb.guile/scm-objfile.exp: New file.
20127 * gdb.guile/scm-ports.exp: New file.
20128 * gdb.guile/scm-pretty-print.c: New file.
20129 * gdb.guile/scm-pretty-print.exp: New file.
20130 * gdb.guile/scm-pretty-print.scm: New file.
20131 * gdb.guile/scm-section-script.c: New file.
20132 * gdb.guile/scm-section-script.exp: New file.
20133 * gdb.guile/scm-section-script.scm: New file.
20134 * gdb.guile/scm-symbol.c: New file.
20135 * gdb.guile/scm-symbol.exp: New file.
20136 * gdb.guile/scm-symtab-2.c: New file.
20137 * gdb.guile/scm-symtab.c: New file.
20138 * gdb.guile/scm-symtab.exp: New file.
20139 * gdb.guile/scm-type.c: New file.
20140 * gdb.guile/scm-type.exp: New file.
20141 * gdb.guile/scm-value-cc.cc: New file.
20142 * gdb.guile/scm-value-cc.exp: New file.
20143 * gdb.guile/scm-value.c: New file.
20144 * gdb.guile/scm-value.exp: New file.
20145 * gdb.guile/source2.scm: New file.
20146 * gdb.guile/types-module.cc: New file.
20147 * gdb.guile/types-module.exp: New file.
20148
20149 2014-02-10 Yao Qi <yao@codesourcery.com>
20150
20151 PR testsuite/16543
20152 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20153 * configure: Regenerated.
20154 * Makefile.in: New file.
20155
20156 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20157
20158 * gdb.python/py-framefilter.exp: Fix typo.
20159
20160 2014-02-08 Yao Qi <yao@codesourcery.com>
20161
20162 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20163 that no =breakpoint-modified is emitted when breakpoints are
20164 modified through MI commands.
20165
20166 2014-02-07 Pedro Alves <pedro@codesourcery.com>
20167 Pedro Alves <palves@redhat.com>
20168
20169 * gdb.threads/step-after-sr-lock.c: New file.
20170 * gdb.threads/step-after-sr-lock.exp: New file.
20171
20172 2014-02-07 Pedro Alves <palves@redhat.com>
20173
20174 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20175
20176 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20177
20178 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20179 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20180
20181 2014-02-06 Doug Evans <xdje42@gmail.com>
20182
20183 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20184 output.
20185
20186 * gdb.gdb/python-interrupts.exp: New file.
20187
20188 2014-02-05 Yao Qi <yao@codesourcery.com>
20189
20190 * gdb.trace/report.exp (use_collected_data): Test the output
20191 of "info threads" and "info inferiors".
20192
20193 2014-02-05 Yao Qi <yao@codesourcery.com>
20194
20195 Revert this patch:
20196
20197 2013-05-24 Yao Qi <yao@codesourcery.com>
20198
20199 * gdb.trace/tfile.exp: Test inferior and thread.
20200
20201 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20202
20203 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20204 on a function.
20205 * gdb.base/step-bt.c: Call hello via function pointer to make
20206 sure its first instruction is executed on powerpc64le-linux.
20207
20208 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20209
20210 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20211
20212 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20213
20214 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20215 of the test patterns for use on little-endian systems.
20216
20217 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20218
20219 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20220 (decimal_vector): Fix for little-endian.
20221
20222 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20223
20224 * gdb.arch/sparc-sysstep.exp: New file.
20225 * gdb.arch/sparc-sysstep.c: Likewise.
20226
20227 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20228
20229 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20230
20231 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20232
20233 2014-01-23 Tom Tromey <tromey@redhat.com>
20234
20235 * gdb.ada/array_char_idx: New testcase.
20236
20237 2014-01-23 Tom Tromey <tromey@redhat.com>
20238
20239 PR python/16487:
20240 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20241 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20242 classes.
20243
20244 2014-01-23 Tom Tromey <tromey@redhat.com>
20245
20246 PR python/16491:
20247 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20248 string from an inferior frame.
20249 * gdb.python/py-framefilter-mi.exp: Update.
20250
20251 2014-01-22 Doug Evans <dje@google.com>
20252
20253 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20254
20255 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20256
20257 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20258
20259 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20260
20261 * gdb.trace/entry-values.exp: Remove excess space character from
20262 regex patterns. Handle s390 call instruction.
20263
20264 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20265
20266 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20267 define "*_start" label. Make "name" static.
20268 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20269 ${name} by references to ${name}_start.
20270
20271 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20272
20273 * gdb.base/info-macros.exp: Remove "debug" from the compile
20274 options.
20275
20276 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20277
20278 * gdb.dlang/demangle.exp: New file.
20279
20280 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20281
20282 * gdb.dlang/primitive-types.exp: New file.
20283
20284 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20285
20286 * configure.ac: Create gdb.dlang/Makefile.
20287 * configure: Regenerate.
20288 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20289 * gdb.dlang/Makefile.in: New file.
20290 * lib/d-support.exp: New file.
20291 * lib/gdb.exp (skip_d_tests): New proc.
20292
20293 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20294
20295 * gdb.btrace/delta.exp: Check reverse stepi.
20296 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20297 * gdb.btrace/finish.exp: New.
20298 * gdb.btrace/next.exp: New.
20299 * gdb.btrace/nexti.exp: New.
20300 * gdb.btrace/record_goto.c: Add comments.
20301 * gdb.btrace/step.exp: New.
20302 * gdb.btrace/stepi.exp: New.
20303 * gdb.btrace/multi-thread-step.c: New.
20304 * gdb.btrace/multi-thread-step.exp: New.
20305 * gdb.btrace/rn-dl-bind.c: New.
20306 * gdb.btrace/rn-dl-bind.exp: New.
20307 * gdb.btrace/data.c: New.
20308 * gdb.btrace/data.exp: New.
20309 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20310
20311 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20312
20313 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20314 * gdb.btrace/exception.exp: Update.
20315 * gdb.btrace/instruction_history.exp: Update.
20316 * gdb.btrace/record_goto.exp: Update.
20317 * gdb.btrace/tailcall.exp: Update.
20318 * gdb.btrace/unknown_functions.exp: Update.
20319 * gdb.btrace/delta.exp: New.
20320
20321 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20322
20323 * gdb.btrace/record_goto.exp: Add backtrace test.
20324 * gdb.btrace/tailcall.exp: Add backtrace test.
20325
20326 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20327
20328 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20329 * gdb.btrace/record_goto.c: New.
20330 * gdb.btrace/record_goto.exp: New.
20331 * gdb.btrace/x86-record_goto.S: New.
20332
20333 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20334
20335 * gdb.btrace/function_call_history.exp: Update tests.
20336 * gdb.btrace/instruction_history.exp: Update tests.
20337
20338 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20339
20340 * gdb.btrace/function_call_history.exp: Fix expected field
20341 order for "record function-call-history".
20342 Add new tests for "record function-call-history /c".
20343 * gdb.btrace/exception.cc: New.
20344 * gdb.btrace/exception.exp: New.
20345 * gdb.btrace/tailcall.exp: New.
20346 * gdb.btrace/x86-tailcall.S: New.
20347 * gdb.btrace/x86-tailcall.c: New.
20348 * gdb.btrace/unknown_functions.c: New.
20349 * gdb.btrace/unknown_functions.exp: New.
20350 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20351
20352 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20353
20354 * gdb.btrace/instruction_history.exp: Update.
20355 * gdb.btrace/function_call_history.exp: Update.
20356
20357 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20358
20359 * gdb.btrace/function_call_history.exp: Fix expected function
20360 trace.
20361 * gdb.btrace/instruction_history.exp: Initialize traced.
20362 Remove traced_functions.
20363
20364 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20365
20366 * gdb.btrace/function_call_history.exp: Update
20367 * gdb.btrace/instruction_history.exp: Update.
20368
20369 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20370
20371 * gdb.btrace/enable.exp: Update expected text.
20372
20373 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20374
20375 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20376 bytes.
20377
20378 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20379
20380 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20381
20382 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
20383
20384 * lib/gdb.exp (supports_process_record): Return true for
20385 arm*-linux*. (supports_reverse): Likewise.
20386
20387 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20388
20389 PR python/15464
20390 PR python/16113
20391 * gdb.python/py-type.c: Enhance test case.
20392 * gdb.python/py-value-cc.cc: Likewise
20393 * gdb.python/py-type.exp: Add new tests.
20394 * gdb.python/py-value-cc.exp: Likewise
20395
20396 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20397 Pedro Alves <palves@redhat.com>
20398
20399 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20400 Make "name" extern.
20401 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20402 references to ${name}_start by references to ${name}.
20403
20404 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20405
20406 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20407
20408 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20409
20410 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20411
20412 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20413 Pedro Alves <palves@redhat.com>
20414
20415 * gdb.mi/mi-info-os.exp: Connect to the target with
20416 mi_gdb_target_load.
20417
20418 2014-01-08 Pedro Alves <palves@redhat.com>
20419
20420 * gdb.threads/reconnect-signal.c: New file.
20421 * gdb.threads/reconnect-signal.exp: New file.
20422
20423 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20424
20425 * gdb.base/source-dir.exp: New file.
20426
20427 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20428
20429 * gdb.ada/mi_interface: New testcase.
20430
20431 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20432
20433 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20434 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20435 gdb.ada/pp-rec-component/pck.ads: New files.
20436
20437 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20438
20439 * gdb.python/py-pp-integral.c: New file.
20440 * gdb.python/py-pp-integral.py: New file.
20441 * gdb.python/py-pp-integral.exp: New file.
20442
20443 For older changes see ChangeLog-1993-2013.
20444 \f
20445 ;; Local Variables:
20446 ;; mode: change-log
20447 ;; left-margin: 8
20448 ;; fill-column: 74
20449 ;; version-control: never
20450 ;; End:
20451
20452 Copyright 2014-2020 Free Software Foundation, Inc.
20453 Copying and distribution of this file, with or without modification,
20454 are permitted provided the copyright notice and this notice are preserved.
This page took 1.415366 seconds and 4 git commands to generate.